html,
body,
content {
  height: 100%;
}
body {
  position: relative;
  font-family: "OpenSans Light";
}
h1,
h2 {
  line-height: 1.42857143;
  margin: 0;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.loading-hidden {
  display: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
header {
  background-color: #2a2336;
}
.header__container-desktop {
  width: 1000px;
  z-index: 5;
  position: relative;
}
.ty_div {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

#form_modal input {
  margin-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 0;
  padding-left: 20px;
}
#form_modal_two_fields #cemail-error{
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .header__container-desktop {
    width: auto;
    display: none;
  }
  .header__container-mobile {
    display: block;
  }
  .content__body.swiper-container {
    width: 100%;
  }
  .imgWidthMobile{
    width: 30%;
    margin-bottom: 50px;
    margin-left: 35%;
  }
}

@media screen and (min-width: 992px) {
  
  .header__container-desktop {
    width: 1000px;
    display: block;
  }
  .header__container-mobile {
    display: none;
  }

}
.container__menu {
  height: 75px;
  text-align: center;
}
.textblock__mainblock {
  font-size: 18px;
}
.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 75px;
  text-align: center;
}
.menu__item {
  margin: 0 auto;
  float: left;
  line-height: 75px;
  padding: 0 20px;
  width: 130px;
  text-align: center;
}
.container__menu a {
  color: #ffffff;
  /*display: block;*/
  position: relative;
}
.menu_a:after {
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
}
.container__menu a:hover::after {
  width: 50%;
  height: 1px;
  background: #f43e36;
  transition: 0.5s;
}
.menu_a:before {
  width: 0px;
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
}

.container__menu a:hover::before {
  width: 50%;
  height: 1px;
  background: #f43e36;
  transition: 0.5s;
}
.container__menu a:hover {
  text-decoration: none;
}
.mobmenu-btn {
  margin: 10px 0;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0px;
  font-size: 24px;
}
.content {
  background: url("/Content/img/background_portfolio.jpg") top center repeat #2a2336;
  background-attachment: fixed;
  min-height: 100%;
}
.content_new {
  background: url("/Content/img/background_new.png") top center repeat #2a2336;
  background-attachment: fixed;
}

.content__title {
  font-weight: 300;
  font-size: 80px;
  line-height: 48px;
  letter-spacing: 32px;
  text-indent: 32px;
  text-align: center;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 180px;
}

.title_shablonnik {
  margin-top: 80px;
}
.absolute-color-block-left {
  background: rgba(96, 46, 44, 0.8);
  margin-right: 15px;
}
.absolute-color-block-left ul {
  list-style: none;
}
.absolute-color-block-left ul li {
  margin-bottom: 15px;
}
.absolute-color-block-right ul li {
  margin-bottom: 15px;
}
.absolute-color-block-left .minus li:before {
  content: "-";
  color: #f43e36;
  padding-right: 5px;
  font-family: monospace;
}
.absolute-color-block-left .plus li:before {
  content: "+";
  color: #f43e36;
  padding-right: 5px;
}
.absolute-color-block-right {
  background: rgba(68, 62, 78, 0.8);
  margin-left: 15px;
}
.absolute-color-block-right ul {
  list-style: none;
}
.absolute-color-block-right .minus li:before {
  content: "-";
  color: #f43e36;
  padding-right: 5px;
  font-family: monospace;
}
.absolute-color-block-right .plus li:before {
  content: "+";
  color: #f43e36;
  padding-right: 5px;
}
.title_planet {
  font-weight: bold;
  font-family: Open sans;
  font-size: 32px;
}
.form_div_shabl {
  margin-top: 164px;
}
.icon_div_shabl img {
  margin-right: 20px;
  margin-bottom: 50px;
}
.title_icon {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.row_padding {
  padding-top: 40px;
}
/*@media screen and (max-width:762px){
    .content {
        padding: 0 5px;
    }
}*/
.content__body {
  overflow: hidden;
}
.content_portfolio {
  height: 100%;
}
.portfolio__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
  height: 100%;
}
.portfolio__title .title__text {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: OpenSans ExtraBold;
}
.portfolio__title .title__button {
  padding-top: 9px; 
}
@media screen and (max-width: 762px) {
  .portfolio__title .title__text {
    font-size: 28px;
  }
}
.portfolio__title .title__delimiter {
  margin: 10px 0 20px;
}
.title__button .btn {
  border-radius: 100px;
  width: 200px;
  height: 35px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
}
.title__button--flex{
  display: flex;
}
.title__button--flex .button_contacts:first-child{
  margin-right: 5px;
} 
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.title__button .btn_animation {
  transform: translate(0%, 0%);
  text-decoration: none;
  transition: 0.38s;
  overflow: hidden;
}
.title__button .btn_animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f43e36;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 50px;
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  border: 1px solid #f43e36;
}
.title__button .btn_animation::after {
  border: 1px solid #f43e36;
}
.title__button .btn_animation:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  border: 1px solid #f43e36;
}
.title__button .btn_animation:hover {
  border: 1px solid #f43e36;
}
.btn.active {
  background: #f43e36;
  border: 1px solid #f43e36;
}
@media screen and (max-width: 767px) {
  .title__button .button_portfolio {
    display: block;
    margin: 5px;
  }
}

.portfolio__sites {
  margin: 0 auto;
  width: 95%;
  height: 100vw;
  text-align: center;
}
.portfolio__sites {
  height: 100%;
}
.portfolio__sites .smallbox {
  height: 300px;
}

.portfolio__sites .cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.dw-pnl {
  display: block;
}
.portfolio__logotips {
  margin: 0 auto;
  width: 95%;
}

.cardLogo {
  display: flex;
  flex-wrap: wrap;
}
.cardLogo__item {
  width: 20%;
  position: relative;
  padding: 10px;
}
.cardLogo__item:nth-child(5n) {
  margin-right: 0;
}
.box__img {
  height: 100%;
}
.project_card {
  display: block;
  float: left;
  padding: 10px;
  position: relative;
  transition: 0.1s;
  height: 465px;
}
.margin-card {
  margin-top: -160px;
  transition: 0.38s ease-in-out;
}
.margin-card--mt {
  margin-top: auto;
}
.smallcard {
  transition: 0.1s;
  margin-top: 0px !important;
  height: 300px !important;
}
/*.project_card:nth-child(10n - 8),.project_card:nth-child(10n - 6) {
    margin-top: -160px ;
       
}
.project_card:nth-child(10n - 3),
.project_card:nth-child(10n - 1) {
    margin-top: -160px ;
}*/
/*.project_card:nth-child(2), .project_card:nth-child(4){
    margin-top:0px !important;
    height:300px !important;
}
    .project_card:nth-child(3n) {
        margin-top: 0px ;
    }*/
.project_card .box__img img {
  width: 100%;
}
.portfolio__sites .dw .dw-pnl .box__img {
}
.box__img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
  display: block;
  visibility: none;
}
/*.bx-wrapper img {
    display: none !important;
}*/
.box__img img.loaded-img {
  visibility: visible;
}
.box__text {
  color: #ffffff;
  background-color: rgba(204, 51, 51, 0.8);
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
  transition: 1s;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-flow: column;
  align-items: center;
  top: 0;
  left: 0;
  transition: opacity 0.15s, visibility 0s linear 1.3s;
  justify-content: center;
  background-clip: content-box;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  opacity: 0;
}
.box__text--width{
  width: 86%;
  height: 100%;
}
.box__text--border {
  border-radius: 78px;
}
.box__text.loaded-text {
  visibility: visible;
}
.smallbox .box__text {
  padding: 10px 10px 0;
}
.dw .dw-pnl:hover .box__text {
  opacity: 1;
  transition-delay: 0s;
}
.cards .project_card:hover .box__text {
  opacity: 1;
  transition-delay: 0s;
}
.cardLogo .cardLogo__item:hover .box__text {
  opacity: 1;
  transition-delay: 0s;
}

.box__text .text__wrapper {
  padding: 0 30px;
}
.box__text .text__light {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.box__text .text__bold {
  font-size: 24px;
  font-family: "OpenSans ExtraBold";
  margin-left: 5px;
  margin-right: 5px;
}
.box__text .text__delimiter {
  margin: 10px auto;
  width: 100px;
}
.box__text .text__delimiter img {
  height: 1px;
  width: 100px;
}
.box__text .text__logo {
  padding-top: 20px;
  margin: 0 auto;
}
.box__text .text__logo img {
  margin: 0 auto;
}
.dw-pnl {
  position: relative;
  /*overflow: hidden;*/
}
.dw-pnl .box__img img:hover + .box__text {
  top: 0;
}
.project_card .box__img img:hover + .box__text {
  top: 0;
}
footer {
  background-color: #2a2336;
  width: 100%;
}
.footer_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer_info .info_logo {
  margin: 30px 0 80px;
}
.footer_info .info_copyright {
  /*color: #332d40;*/
  color: white;
}

/*
    //                                    //
    //         COMMON STYLES              //
    //                                    //
*/
.cntnr {
  margin: 0 auto;
  padding: 0 15px 0;
}
@media screen and (min-width: 1200px) {
  .cntnr {
    width: 1200px;
  }
}

/*
    //                                       //
    //         BLOG PAGE STYLES              //
    //                                       //
*/
.body__blogwrap {
  height: 100%;
}
.blogwrap__container {
  height: 100%;
}
.article {
  color: #666666;
  background: #ffffff;
  margin-bottom: 40px;
}
.article--borderRadius {
  border-radius: 20px;
  overflow: hidden;
}
.article__body {
  padding: 40px;
}
.article__image {
  background: url(/Content/img/article_backgrnd.png);
  background-position: center center;
  background-size: cover;
  height: 300px;
}
.article__body .article__body-title {
  font-size: 24px;
  color: #2a2439;
  font-family: "OpenSans Bold";
}
.article__body .article__body-delimiter {
  padding: 40px 0;
}
.article__body .article__body-text {
  font-size: 18px;
  padding-bottom: 40px;
}
.article__body .article__body-tags .body-tags__row {
  text-align: left;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .article__body .article__body-tags .body-tags__row {
    text-align: center;
  }
}
.article__body .article__body-tags .body-tags__btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .article__body .article__body-tags .body-tags__btn {
    text-align: center;
    margin-top: 20px;
  }
}
.article__body .article__body-tags .body-tags__row span.article-tag {
  padding: 5px 15px;
  border-radius: 50px;
  background: #f43e36;
  color: #ffffff;
  display: inline-block;
  margin: 0 2px 10px;
}
.article__body .article__body-tags .body-tags__btn .btn {
  border-radius: 50px;
  background: #ffffff;
  color: #464051;
  border: 1px solid #464051;
  font-size: 18px;
}
.article__body .article__body-tags .body-tags__btn .btn:hover {
  color: #ffffff;
  background: #f43e36;
  border: 1px solid #ffffff;
}
.paging {
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.paging__leftarrow,
.paging__rightarrow {
  margin: 0 10px;
}
.paging__leftarrow,
.paging__rightarrow,
.paging__numbers {
  display: inline-block;
}
.paging .paging__numbers span.numbers__number {
  padding: 5px 10px;
}
.paging .paging__numbers span.numbers__number:hover {
  color: #f43e36;
}
.paging .paging__numbers span.numbers__number.active {
  background: #f43e36;
  border-radius: 50%;
}
.paging .paging__numbers span.numbers__number.active:hover {
  color: #ffffff;
}
.paginate {
  text-align: center;
  margin-bottom: 40px;
}
.paginate a {
  padding: 5px 10px;
  font-size: 18px;
  width: 34px;
  height: 34px;
  display: inline-block;
  color: #ffffff !important;
}
.paginate a:hover {
  color: #f43e36 !important;
}
.paginate a.active {
  background: #f43e36;
  border-radius: 50%;
}
.paginate a.active:hover {
  color: #ffffff !important;
}

/*
    //                                       //
    //         CONTACTS PAGE STYLES              //
    //                                       //
*/

.contactswrap__container {
  color: #ffffff;
  font-size: 18px;

}
.contactswrap__container .container__text {
  color: #ffffff;
  font-size: 18px;
}
.container__info-saratov,
.container__info-moscow {
  margin-bottom: 40px;
}
.container__info-saratov {
  display: none;
}
.wraphelp {
  display: table;
  height: 78px;
}
@media screen and (min-width: 768px) {
  .wraphelp {
    margin: 0 auto;
    width: 320px;
  }
}
.container__ico,
.container__text {
  display: table-cell;
  vertical-align: middle;
}
.container__ico {
  /*margin-right: 30px;*/
  width: 32px;
  text-align: center;
}
.container__text {
  text-align: left;
  padding-left: 30px;
}
.container-upperfix {
  /*margin-top: 18px;
    */
}
.container-bottomfix .container__ico img {
  /*margin-bottom: 54px;*/
}
/*@media screen and (max-width:767px) {
    .container-phone, .container-placeholder {
        margin-bottom: 20px;
        text-align: left;
    }
    .container-phone .container__ico {
        margin-left: 7px;
        margin-right: 37px;
    }
    .container-placeholder .container__text {
        width: 80%;
    }
    .container-mail {
        margin-top: -40px;
        margin-bottom: 40px;
        text-align: left;
    }
    .container-bottomfix .container__ico img {
        margin-bottom: 98px;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .container-phone {
        margin-bottom: 36px;
    }
    .container-mail {
        margin-top: 0;
        margin-bottom: 36px;
    }
}*/
.container__social .social__ico {
  border: 1px solid #f43e36;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}
.container__social .social__ico img {
  width: 24px;
  height: 24px;
  display: block;
}
.container__map {
  position: relative;
}
#map {
  width: 100%;
  position: absolute;
  top: 30px;
  height: 560px;
  padding: 0 15px;
  z-index: 1;
  opacity: 0;
  padding-bottom: 40px;
  transition: 3s;
}
#map1 {
  width: 100%;
  height: 560px;
  padding: 0 15px;
  top: 30px;
  opacity: 0;
  padding-bottom: 40px;
  position: absolute;
  transition: 3s;
}
.active_map {
  position: relative !important;
  z-index: 1;
  opacity: 1 !important;
  transition: 3s;
}
.anime_delimiter {
  width: 0px;
  transition: 0.6s;
}
.container-razrabotka {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}
.padding_icon {
  padding-top: 20px;
}

.portfolio_video {
  height: 1040px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 767px) {
  .project_card {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-razrabotka {
    width: 750px;
  }
  .project_card {
    width: 50%;
  }
  .portfolio_video {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .container-razrabotka {
    width: 970px;
  }
  .project_card {
    width: 33%;
  }
  .portfolio_video {
    height: 600px;
  }

  /*.project_card:nth-child(3n-1) {
        margin-top: -160px;
    }
 .project_card:nth-child(3n){
     margin-top:0px;
 }*/
}

@media (min-width: 1500px) {
  .project_card {
    width: 20%;
  }
  /*.project_card:nth-child(3n-1) {
            margin-top: 0px;
        }*/
}
@media (min-width: 1200px) {
  .container-razrabotka {
    width: 1170px;
  }
  .portfolio_video {
    height: 900px;
  }
}
.body__textblock {
  font-size: 18px;
}
.body__textblock .textblock__supblock {
  text-align: center;
  margin: 65px 0;
  font-size: 24px;
  line-height: 2;
}
.body__dualblock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .body__dualblock {
    margin: 40px 0;
  }
}
.body__dualblock .dualblock__imagepart img {
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .body__dualblock .dualblock__imagepart {
    order: 1;
  }
}
.body__dualblock .dualblock__textpart-left {
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .body__dualblock .dualblock__textpart-left {
    padding-left: 15px;
    order: 2;
  }
  #form_modal input {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.body__dualblock .dualblock__textpart-right {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .body__dualblock .dualblock__textpart-right {
    padding-right: 15px;
    order: 2;
  }
}
.body__dualblock .dualblock__textpart .textpart__title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.body__dualblock .dualblock__textpart .textpart__title .title__text {
  margin-right: 20px;
  font-size: 32px;
  font-family: OpenSans ExtraBold;
}
.body__dualblock .dualblock__textpart .textpart__title .title__text_sm {
  margin-right: 20px;
  font-size: 24px;
  font-family: OpenSans Bold;
}
.textpart__title{
  color: #ffffff;
  transition: all .38s ease-in-out;
  
}
.textpart__title:hover{
  color: #d53935;
  text-decoration: none;
}
.body__dualblock .dualblock__textpart .textpart__delimiter {
  margin: 10px 0;
}
.body__dualblock .dualblock__textpart .textpart__text {
  font-size: 18px;
  line-height: 1.5;
}
.textpart__text a{
  color: #F43E36;
}
.body__container-steps {
  margin: 40px 0 0;
}
.body__container-steps .container-steps__titleblock {
  text-align: center;
  font-family: OpenSans ExtraBold;
}
.body__container-steps .container-steps__titleblock .title__text {
  font-size: 32px;
}
.body__container-steps .container-steps__titleblock .title__delimiter {
  margin: 10px 0;
}
.body__container-steps .container-steps__step {
  margin: 40px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  flex-wrap: wrap;
}
.body__container-steps .container-steps__step .step__textpart {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .body__container-steps .container-steps__step .step__textpart {
    opacity: 1;
  }
}
.body__container-steps .container-steps__step .step__imagepart {
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .body__container-steps .container-steps__step .step__textpart {
    order: 2;
    margin-top: 20px;
    text-align: center;
  }
  .body__container-steps .container-steps__step .step__icopart {
    order: 1;
    width: 100%;
  }
}
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart {
  display: flex;
  justify-content: center;
}
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__delimiter-left,
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__delimiter-right {
  align-items: center;
  display: flex;
  padding: 0px 20px;
  position: relative;
  width: 105px;
  overflow: hidden;
}
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__delimiter-left img {
  position: absolute;
  left: 110px;
}
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__delimiter-right img {
  position: absolute;
  right: 110px;
}
@media screen and (max-width: 1024px) {
  .body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__delimiter-left img {
    left: 20px;
  }

  .body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__delimiter-right img {
    right: 20px;
  }
}
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__middleround {
  padding: 10px;
  border: 1px solid #f43e36;
  border-radius: 100px;
  display: flex;
  width: 74px;
  height: 74px;
  z-index: 2;
}
.body__container-steps .container-steps__step .step__icopart .icopart__upperpart .upperpart__middleround img {
  display: block;
  margin: auto;
}
.body__container-steps .container-steps__step .step__icopart .icopart__bottompart {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .body__container-steps .container-steps__step .step__icopart .icopart__bottompart {
    opacity: 1;
  }
}
.body__container-steps .container-steps__step .step__icopart .icopart__bottompart .bottompart__text {
  text-align: center;
  margin-top: 20px;
  font-family: OpenSans Bold;
  font-size: 18px;
}
.body__container-steps .container-steps__bottompart .bottompart__text {
  font-size: 18px;
  margin-bottom: 40px;
}
.body__container-cms {
  margin-bottom: 80px;
}
.body__container-cms .container-cms__title {
  margin-bottom: 40px;
}
.body__container-cms .container-cms__title .title__text {
  font-size: 24px;
  font-family: OpenSans Bold;
}
.body__container-cms .container-cms__cmsimage img {
  padding: 0 10px;
  width: 154px;
}
@media screen and (max-width: 1024px) {
  .body__container-cms .container-cms__cmsimage img {
    margin: 20px 0;
  }
}
.body__container-technology {
  margin-bottom: 80px;
}
.body__container-technology .container-technology__title .title__text {
  font-size: 24px;
  font-family: OpenSans Bold;
}
.body__container-technology .container-technology__ulsblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body__container-technology .container-technology__ulsblock .ulsblock__uls ul {
  font-size: 24px;
}
.body__container-technology .container-technology__ulsblock .ulsblock__uls ul li {
  color: #f43e36;
  padding: 10px 0;
}
.body__container-technology .container-technology__ulsblock .ulsblock__uls ul li span {
  color: #ffffff;
}

/*
    Prodvizhenie
*/
.b-3bubbles-block__title {
  text-align: center;
  margin: 40px 0;
}
.b-3bubbles-block__bubble img {
  margin: 0 auto;
}
.g-margin {
  margin-bottom: 80px;
}
.b-section__title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.b-article {
  height: 402px;
  position: relative;
}
.b-article__btn {
  position: absolute;
  bottom: -55px;
  width: 140px;
  margin-left: -70px;
  left: 50%;
}
.g-margin-shabl {
  margin-bottom: 20px;
}
.div_sviaz {
  background-color: rgba(20, 16, 29, 0.6);
}
.div_sviaz .title__text {
  font-size: 32px;
  margin-top: 60px;
  font-family: "Open Sans";
  font-weight: 700;
}
.padding-title {
  padding-top: 92px;
}
@media screen and (max-width: 1199px) {
  .b-article {
    margin-bottom: 40px;
  }
  .b-article__btn {
    bottom: 10px;
  }
}
.b-article__date,
.b-article__title,
.b-article__btn,
.b-article__desc {
  text-align: center;
  padding: 5px 0;
}
.b-article__desc a{
  color: #ffffff;
  transition: color .38s ease-in-out;
}
.b-article__desc a:hover{
  color: #F43E36;
}
.b-article__title {
  font-size: 18px;
}
.b-article__date,
.b-article__desc {
  color: #a7a3b2;
}
.b-article__date {
  padding-top: 20px;
}
.b-article__image img {
  margin: 0 auto;
}
.button_theme_spaceapp {
  border-radius: 100px;
  width: 140px;
  /*height: 32px;*/
  height: 40px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button_border_red {
  border: 1px solid #f43e36;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_animation {
  transform: translate(0%, 0%);
  text-decoration: none;
  transition: 0.38s;
  overflow: hidden;
}
.btn_animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f43e36;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 50px;
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  border: 1px solid #f43e36;
}
.btn_animation::after {
  border: 1px solid #f43e36;
}
.btn_animation:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  border: 1px solid #f43e36;
}
.btn_animation:hover {
  border: 1px solid #f43e36;
  color: #fff;
}
.button_theme_spaceapp.active {
  background: #f43e36;
  border: 1px solid #f43e36;
}
.b-color-block {
  padding: 30px;
  height: auto;
}
.btn_dropdown {
  background: transparent;
  color: #fff;
  border-radius: 60px;
  margin-bottom: 9px;
}
.btn_dropdown .caret {
  margin-left: 60px;
}
.inline_div {
  display: inline;
}
.dropdown {
  margin-left: 30px;
}
.text__div {
  font-size: 20px;
  font-family: "Open Sans";
}

.b-color-block__ulist {
  padding-left: 0;
  list-style: inside;
}
.b-color-block-white {
  color: #2b2438;
  background: #aaa5b9;
}
.b-color-block-dark {
  background: #3f3a4b;
  color: #ffffff;
}
.b-color-block-red {
  background: #d53935;
  color: #ffffff;
}
.b-color-block__title {
  font-size: 24px;
}
.b-color-block__delimiter {
  margin: 20px 0;
}
.b-color-block__content {
  font-size: 16px;
}
.b-color-block__subhead {
  margin-bottom: 20px;
  font-family: "OpenSans Bold";
  font-size: 18px;
}
.b-color-block__subhead-color-violet {
  color: #746e82;
}
.b-color-block__subhead-color-red {
  color: #f43e36;
}
.b-article-display-inlineblock {
  display: inline-block;
  width: 180px;
  margin: 0 auto;
}
.b-article__image-roundshape {
  width: 160px;
  height: 160px;
  border: 1px solid #f43e36;
  border-radius: 100px;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.b-article__image-roundshape img {
  margin: auto;
}
.b-article__delimiter {
  text-align: center;
}
.g-display-flex {
  display: flex;
  flex-wrap: wrap;
}
.input {
  margin: 10px 0;
}
.dualblock__button {
  margin: 10px 0 0;
}
.input-theme-spaceapp {
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px;
  color: #2b2438;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .input-theme-spaceapp {
    width: 50%;
  }
}
.body__dualblock-alignitems-flexend {
  align-items: flex-end;
}
.button-lg {
  width: 180px;
}
input:focus {
  outline: none;
}
.b-color-block-height-auto {
  height: auto;
}

.b-centertext {
  color: #ffffff;
}
.b-centertext__subhead {
  font-size: 24px;
  margin-bottom: 20px;
}
.b-centertext__text {
  margin: 20px 0;
  font-size: 18px;
}
.portfolio__title-duplicate {
  padding: 0 0 80px;
}
.ruward_cms_row {
  font-size: 14px;
  padding-top: 50px;
  text-align: left;

  margin-left: -15px;
}
.ruward_cms_row p {
  margin-top: 50px;
  padding-left: 15px;
  border-left: 1px solid #96949c;
}
.ruward_bg {
  background: url(/Content/img/ruward.png) no-repeat;
  background-position: top left;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 15px;
  opacity: 0.5;
}

.ruward_bg:hover {
  transition: 0.5s;
  opacity: 1;
}
.cms_bg {
  background: url(/Content/img/cms_logo.png) no-repeat;
  background-position: top left;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 15px;
  opacity: 0.5;
}

.cms_bg:hover {
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 425px) {
  .ruward_bg,
  .cms_bg {
    position: inherit;
    width: 200px;
    height: 50px;
  }
  .ruward_cms_row p {
    margin-top: 0px;
  }
  .context_img {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .portfolio_video {
    height: 350px;
  }
}
.icon_div {
  /* background: url(/Content/img/red_shadow.png) no-repeat; */
  position: absolute;
  top: 38px;
  /*left: 31px;*/
  width: 100px;
  height: 100px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  /* background-position: top; */
  background: #f43e36;
  filter: blur(56px);
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b-article__image-roundshape:hover .icon_div {
  opacity: 1;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.p_zagolovok {
  font-size: 32px;
  font-family: "Open Sans Regular";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.revolver {
  height: 1200px;
  padding-top: 50px;
}
.bullets {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #d63a36;
  position: absolute;
  text-align: center;
  transition: 0.3s;
  background: rgba(45, 36, 55, 0.8);
  transition-timing-function: ease-in-out;
}
.bullet_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  margin: auto;
  z-index: 4;
  font-size: 16px;
}
.bullet_6 .bullet_text {
  height: 65%;
}
.bullet_7 .bullet_text {
  height: 75%;
}
.bullet_text p:nth-child(1) {
  font-size: 16px;
  font-family: OpenSans ExtraBold;
}
.bullets:hover {
  box-shadow: -28.991px -28.991px 51px 0px rgba(249, 63, 54, 0.3), 69.296px 69.296px 68px 0px rgba(110, 75, 138, 0.3),
    0px 0px 119px 18px rgba(249, 63, 54, 0.6);
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.bullets:hover .blur_purple {
  opacity: 0.7;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.bullets:hover .shape_bullet {
  background: url(/Content/img/red_shape.png) no-repeat;
  background-position: center;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.bullet_1 {
  width: 280px;
  height: 280px;
  left: 0;
  right: 0;
  margin: auto;
}
.bullet_2 {
  left: 40px;
  top: 220px;
}
.bullet_3 {
  right: 40px;
  top: 220px;
}
.bullet_4 {
  left: 0;
  top: 600px;
}
.bullet_5 {
  right: 0;
  top: 600px;
}
.bullet_6 {
  left: 240px;
  bottom: 0;
}
.bullet_7 {
  right: 240px;
  bottom: 0;
}
.note_center {
  background: url("/Content/img/note_space_app.png") no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.shape_bullet {
  background: url(/Content/img/shape_prodvizhenie.png) no-repeat;
  width: 58px;
  height: 36px;
  position: absolute;
  bottom: -84px;
  margin: auto;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  background-position: center;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.bullet_2 .shape_bullet {
  bottom: -4px;
  right: -63px;
  left: unset;
  transform: rotate(42deg);
}
.bullet_3 .shape_bullet {
  bottom: -4px;
  left: -63px;
  right: unset;
  transform: rotate(142deg);
}
.bullet_4 .shape_bullet {
  transform: rotate(-16deg);
  bottom: 164px;
  right: -76px;
  left: unset;
}
.bullet_5 .shape_bullet {
  transform: rotate(-160deg);
  bottom: 164px;
  left: -76px;
  right: unset;
}
.bullet_6 .shape_bullet {
  transform: rotate(-67deg);
  top: -424px;
  right: 34px;
  left: unset;
}
.bullet_7 .shape_bullet {
  transform: rotate(-117deg);
  top: -416px;
  right: 179px;
  left: unset;
}
.text_dropdown {
  display: none;
}
#managers {
  display: block;
}
.title__text1 {
  padding-top: 100px;
  font-size: 32px;
  font-family: OpenSans ExtraBold;
  text-align: center;
}
.kompleksnoe_prodvizhenie {
  overflow: visible;
}
.ochen_deshevo img {
  margin-right: 15px;
}
.text_left_border {
  color: rgba(255, 255, 255, 0);
  font-size: 30px;
  font-family: "Open Sans";
  margin-top: 100px;
  padding-left: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.text_left_border:before {
  content: "";
  min-height: 0%;
  top: 0;
  left: 0;
  width: 10px;
  position: absolute;
  background: #f43e36;
}

.text_left_before:before {
  min-height: 100%;
  transition: 0.5s;
  position: absolute;
  transition-timing-function: ease-in-out;
}
.table_before_after {
  background: #2e2538;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 20px;
  padding: 15px;
}
.table_before_after tr {
  padding-left: 15px;
}
.table_before_after td,
th {
  border-bottom: 1px solid #3b324c;
  padding: 20px;
  width: 26%;
  text-align: center;
  border-right: 1px solid #3b324c;
}
.table_before_after td:first-child {
  width: 30%;
  text-align: left;
  font-size: 24px;
}
.table_before_after td:last-child,
th:last-child {
  border-right: 0px;
}
.table_before_after tr:last-child td {
  border-bottom: 0px;
}
.example_zagolovok {
  font-size: 24px;
}
.example_text {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.slider_block_zagolovok {
  padding-left: 30px;
  padding-top: 96px;
  font-size: 24px;
  padding-bottom: 50px;
}
.left_owl_div {
  background: url("/Content/img/left.svg") no-repeat;
  width: 32px;
  height: 32px;
  transition: 0.2s;
}

.owl-carousel .download_button {
  background-color: #f43e36;
}

.div_phone {
  margin-top: 32px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
  outline: none !important;
}
.right_owl_div {
  background: url("/Content/img/right.svg") no-repeat;
  width: 32px;
  height: 32px;
  transition: 0.2s;
}

.left_owl_div:hover {
  background: url("/Content/img/right_active.svg") no-repeat;
  transition: 0.2s;
}

.right_owl_div:hover {
  background: url("/Content/img/left_active.svg") no-repeat;
}
.owl_left_arrow,
.owl_right_arrow {
  position: absolute;
  top: 60px;
}
.owl_left_arrow {
  left: -60px;
}
.owl_right_arrow {
  right: -60px;
}
.slider_block .dualblock__button {
  padding-top: 50px;
}
.div_planet_1 {
  background: url("/Content/img/planeta_01.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.revolver_mob {
  display: none;
}
.number_div_left {
  position: absolute;
  top: 19%;
  left: 70px;
  text-shadow: 18px 11px 32px rgba(0, 0, 0, 0.38), 23px 14px 38px rgba(49, 28, 78, 0.38);
  font-family: OpenSans ExtraBold;
  color: #ab96bd;
  font-size: 200px;
}
.number_div_right {
  position: absolute;
  top: 19%;
  right: 70px;
  text-shadow: 18px 11px 32px rgba(0, 0, 0, 0.38), 23px 14px 38px rgba(49, 28, 78, 0.38);
  font-family: OpenSans ExtraBold;
  color: #ab96bd;
  font-size: 200px;
}
.first_div img {
  width: 100%;
}
.first_div .textblock__mainblock {
  padding-top: 100px;
}
.text_p {
  font-size: 18px;
}
.dropdown-menu {
  top: 32px;
  background: #552732 !important;
  color: #ffffff !important;
  border-radius: 10px;
  opacity: 0.9;
}
.dropdown-menu li a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.icon_dualblock {
  margin-bottom: 30px;
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
.white_title {
  font-size: 18px;
  color: #fff;
  padding-top: 39px;
  padding-bottom: 27px;
  font-weight: 400;
}
.white_title_small {
  padding-bottom: 2px;
}

input[type="text"],
input[type="email"],
input[type="number"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  margin-left: 19px;
  border: 0;
  float: right;
  padding-left: 20px;
  color: #000;
  margin-top: 15px;
}

#sec_footer label {
  display: block;
  color: #96949c;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  /*float:right;*/
  margin-top: 4px;
}

#sec_footer .otpravit_a {
  float: left;
  padding: 4px 19px 6px 18px;
  border-radius: 23px;
  border: 1px solid #f43e36;
  background-color: #f43e36;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  transition: 0.6s;
  margin-top: 20px;
}
.p_bold {
  font-size: 19px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sec_footer .otpravit_a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .cardLogo__item{
    width: 25%;
  }
  .revolver {
    height: 1010px;
  }
  .bullets {
    width: 220px;
    height: 220px;
  }
  .bullet_6{
    left: 125px;
  }
  .bullet_7 {
    right: 130px;
  }
  .shape_bullet {
    display: none;
  }
  .bullet_text p:nth-child(2) {
    display: none;
  }
  .owl_left_arrow,
  .owl_right_arrow {
    position: absolute;
    top: 150px;
  }
  .owl_left_arrow {
    left: 10px;
  }
  .owl_right_arrow {
    right: 10px;
  }
}
@media screen and (max-width: 992px){
  .cardLogo__item {
      width: 33%;
  }
  .highslide img{
    width: 100% ;
    height: auto ;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  li{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cardLogo__item {
    width: 50%;
}
  .bullets:hover{
    box-shadow: none;
  }
  .row_padding--nonePaddingTopMobile{
    padding-top: 0;
  } 
  .row_padding--paddinhLeftRightMobile{
    margin-left: 15px;
    margin-right: 15px;
  }
  .revolver {
    display: none;
  }
  .bullets {
    position: unset;
    width: 280px;
    height: 280px;
    margin: auto;
  }
  .revolver_mob {
    display: block;
  }
  .bullet_text p:nth-child(2) {
    display: unset;
  }
  .absolute-color-block-left {
    margin-right: 0px;
  }
  .absolute-color-block-right {
    margin-left: 0px;
    margin-top: 30px;
  }
  .padding-title {
    padding-top: 0px;
  }

  .portfolio_video {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .project_card {
    width: 100%;
  }
  .mobileWidht{
    width: 100%;
  }
}
@media screen and (max-width: 576px){
  .cardLogo__item {
      width: 100%;
  }
  .bullet_7 .bullet_text {
    height: 55%;
  }
  .bullet_6 .bullet_text {
    height: 55%;
  }
  .box__text--width{
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .strategiesMobile{
    width: 100%;
  }
  .strategiesMobile:nth-child(2n){
    margin-top: 20px;
  }
  .body__dualblock{
    margin: 20px 0;
  }
  .wraphelp {
    width: 100%;
  }
  .b-article__btn {
    bottom: -25px;
  }
  .title__button {
    display: flex;
    flex-direction: column;
  }
  .title__button a {
    margin-bottom: 10px;
  }
  .table_before_after {
    display: none;
  }
  .text_left_border {
    font-size: 22px;
  }
  .textpart_delimiter_mob {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title__text1_kompleksnoe {
    padding-top: 50px;
  }
  .number_div_left,
  .number_div_right {
    font-size: 125px;
  }
  .title__text_mob {
    font-size: 24px !important;
  }
  .row_drop {
    margin-top: 30px;
  }
  .row_drop .dropdown {
    margin-left: 0px;
  }
  .btn_dropdown .caret {
    margin-left: 5px;
  }
  .text_slider {
    padding-top: 30px;
  }
  .owl_left_arrow,
  .owl_right_arrow {
    top: 116px;
  }
  .slider_block .dualblock__button {
    padding-top: 0px;
  }
  .body__dualblock .dualblock__textpart-left {
    padding-left: 0px;
    padding-right: 15px;
    order: 2;
  }

  .portfolio_video {
    height: 400px;
  }
  .project_card {
    width: 100%;
  }
}

@media screen and (max-width: 385px) {
  
  .portfolio_video {
    height: 300px;
  }
  .portfolio__title {
    padding: 40px 0;
  }
}
.title__shape {
  margin-bottom: 26px;
}

@media screen and (max-width: 1200px) {
  .content__title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 16px;
    text-indent: 16px;
    padding-block: 60px;
  }
}

@media screen and (max-width: 425px) {
  .content__title {
    font-size: 28px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
}

.portfolio__project-card {
  width: 100%;
  height: 620px;
  display: grid;
  cursor: pointer;
}
.portfolio__project-card:hover {
  text-decoration: unset;
}
.portfolio__project-card .portfolio__container-img {
  grid-area: 1 / 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.portfolio__container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 0.6s ease-in-out;
}
.portfolio__container-img img:hover {
  transform: scale(1.1);  
}
.portfolio__project-card .portfolio__project-card--content{
  grid-area: 1 / 1;
  pointer-events: none;
  z-index: 100;

  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  padding: 30px;
  padding-bottom: 40px;
  padding-right: 90px;
  text-align: left;
}
.portfolio__project-card--title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}
.portfolio__project-card--text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.portfolio__project-card--text::before {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  content: "—";
  padding-right: 4px;
}

@media screen and (max-width: 1500px) { 
  .portfolio__project-card {
    height: 420px;
  }
  .portfolio__project-card .portfolio__project-card--content { 
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .portfolio__project-card--title {
    font-size: 28px;
  }
  .portfolio__sites .cards{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 762px) { 
  .portfolio__sites .cards{
    grid-template-columns: 100%;
  }
  .portfolio__project-card {
    height: 320px;
  }
}

.checkbox {
  position: unset;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
}

.checkbox a {
  color: #f43e36;
}

.checkbox input#form_check1 {
  width: 32px;
  position: unset;
  accent-color: #f43e36;
}

@media screen and (max-width: 762px) {  
  .checkbox input#form_check1 {
    width: 24px;
  }

  label.checkbox__label {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px !important;
  }
}