/*change incoming begin*/


/*sepr video*/

.seprvideo {
  height: 13rem;
  margin: 0;
  padding: 0;
  width: 100%;
}

.menu__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu__list>li>ul>li>a {
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
    .menu__list {
        flex-direction: column;
    }

    .menu__list li a {
        color: #fff;
        border-bottom: none;
    }
}

.services-content .over {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}

.safe-wrap_print .safe__text_print {
  letter-spacing: 0;
  font-weight: 500;
  opacity: 1;
}

.safe {
  border: 0.1rem solid #594244;
}

.topPad {
  margin-top: 3.2rem;
}

.advantages_print .content__item-img_outer {
  max-width: 11rem;
}

.advantages_print .content__item-title_outer {
  margin-top: 1.8rem;
}

.advantages_print .separator_heading {
  margin-bottom: 8rem;
}

.what .definition__description {
  letter-spacing: 0;
}

.icon-elem .icon-elem__subtitle {
  letter-spacing: 0;
}

.icon-elem .icon-elem__description {
  letter-spacing: 0;
}

.icon-elem {
  max-width: 27.3rem;
}

.icon-elem:first-child {
  margin-right: 5.6rem;
}

.promoTitle code {
  color: #ffc05c !important;
  background-color: none !important;
  font-family: inherit;
}

.tabl__text {
  letter-spacing: 0;
}

.photo-element__text_del {
  font-family: "Montserrat-ExtraBold", "sans-serif";
  font-weight: 800;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.page-wrap_print .full-description_text {
  letter-spacing: 0;
}

.page-wrap_print .full-description {
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-wrap_print .full-description__item {
  letter-spacing: 0;
}

.photo-element__text {
  letter-spacing: 0;
}

.icon-elem__img {
  font-size: 1.66rem;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #733cb9;
  opacity: 1;
}


/*change incoming end*/


/*link*/

.submenu__products>li:first-child>a {
  pointer-events: all !important;
}

.hover-link:focus {
  outline: none;
}


/*404*/

.separator_notpages {
  margin-bottom: 0;
}


/* --- */

.team .slick-slide img {
  border-radius: 2rem;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
  .notfound .notfound-404 h2 {
    bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}


/**/

.soc__list>li:nth-child(2) {
  display: none !important;
}

.soc__list>li:nth-child(4) {
  display: none !important;
}

.team .content__item__button {
  display: none !important;
}

.case .content__item__button {
  display: none !important;
}

.content__item__button,
.form__submit,
.cost__button {
  border: none !important;
}

.container {
  position: relative;
  overflow-x: hidden !important;
  overflow: hidden !important;
}


/* binotel */


/* Для изменения цвета кнопки: */

.page #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #1e073b !important;
}

.page #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #1e073b !important;
}

.page #bingc-phone-button div.bingc-phone-button-tooltip {
  background: #1e073b !important;
}

.page #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
  fill: #1e073b !important;
}


/* Для изменения цвета фона пасивной формы: */

.page #bingc-passive>div.bingc-passive-overlay {
  background: #2a334f !important;
}


/* Для изменения цвета фона активной формы: */

.page #bingc-active {
  background: #2a334f !important;
}


/*hover case study*/

.hover-link {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 2rem;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 400ms ease, z-index 400ms ease;
  -moz-transition: opacity 400ms ease, z-index 400ms ease;
  -ms-transition: opacity 400ms ease, z-index 400ms ease;
  -o-transition: opacity 400ms ease, z-index 400ms ease;
  transition: opacity 400ms ease, z-index 400ms ease;
}

.case-item {
  cursor: pointer;
}

.case-item:hover .hover-link {
  opacity: 1;
  z-index: 2000;
  -webkit-transition: opacity 400ms ease, z-index 400ms ease;
  -moz-transition: opacity 400ms ease, z-index 400ms ease;
  -ms-transition: opacity 400ms ease, z-index 400ms ease;
  -o-transition: opacity 400ms ease, z-index 400ms ease;
  transition: opacity 400ms ease, z-index 400ms ease;
}

.hover-link__img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.hover-link__over {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  z-index: 1;
  background-color: #1e073b;
  opacity: 0.7;
}

.hover-link__text {
  font-family: "Montserrat-Regular", "sans-serif";
  color: #fff;
  max-width: 22.4rem;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  opacity: 0.75;
  padding-bottom: 0;
  max-width: 24.4rem;
  font-size: 2.4rem;
  line-height: 1.5;
  display: block;
  position: relative;
  z-index: 5000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


/*after before*/

.stopPl {
  display: block !important;
  width: 100% !important;
  position: relative !important;
}


/**/

.oval-box:last-child {
  min-height: 32.4rem;
}


/* slider settings */

.styleslider img {
  max-height: 42rem;
}


/*position*/

@media screen and (min-width: 681px) {
  .case-services .content__item-description {
    max-width: 21rem;
  }
  .services .content__item-description.content__item-title_left {
    max-width: 27.4rem;
  }
}


/*1*/

@media screen and (max-width: 1320px) {
  .page-wrap_print .full-description_text {
    min-height: 15rem;
  }
  .icon-elem {
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .styleslider img {
    max-height: 36rem;
  }
}

@media screen and (max-width: 980px) {
  /*1*/
  .tabl__view {
    flex-direction: row;
    padding-top: 4rem;
  }
  /*1*/
  .tabl__img {
    width: 6.1rem;
    max-width: 8rem;
    margin-right: 1.4rem;
  }
  .page-wrap_print .full-description__title {
    text-align: center;
    margin-top: 2.8rem;
  }
  .page-wrap_print .full-description__img {
    max-width: 20rem;
    max-height: 100%;
  }
  .photo-print_del .photo-element {
    margin-top: 6rem;
  }
  .photo-print_del .page-wrap_outer {
    padding-top: 0rem;
  }
  .seprvideo {
    height: 3rem;
  }
}

@media screen and (max-width: 768px) {
  /*1*/
  .icon-elem:first-child {
    margin-right: auto;
    margin-left: auto;
  }
  .icon-elem {
    margin-right: auto;
    margin-left: auto;
  }
  .styleslider img {
    max-height: 22.66rem;
  }
  .submenu__services {
    padding: 2rem;
  }
  .submenu__services>li {
    min-height: 9rem;
    height: 9rem;
    max-width: 100%;
    padding: 1.5rem;
    margin-left: 0;
  }
  .submenu__services>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submenu__services>li>a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .submenu__services>li>a>img {
    margin-right: 1.5rem;
  }
  .submenu__services>li>a img {
    width: 5rem;
  }
}

@media screen and (max-width: 460px) {
  .styleslider img {
    max-height: 22.26rem;
  }
  .video-mops {
    margin-top: 3rem;
  }
  .wrap-col {
    margin-top: 3rem;
  }
  .page-wrap_print .full-description_text {
    margin-bottom: 1rem;
  }
  .photo-print .photo-element__text {
    min-height: auto;
    margin-bottom: 3rem;
  }
  .photo-print .photo-element {
    margin-top: 0;
  }
  .photo-print .page-wrap_outer {
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 375px) {
  .advantages_print .separator_heading {
    margin-bottom: 4rem;
  }
  .advantages_print .content__item-img_outer {
    max-width: 8rem;
  }
  .advantages_print .content__item-title_outer {
    margin-top: 0rem;
  }
  .advantages_print .content__item-title {
    max-width: 26.4rem;
  }
  .advantages_print .content__item_outer {
    margin-bottom: 3.8rem;
  }
}

@media screen and (max-width: 374px) {
  .styleslider img {
    max-height: 18.66rem;
  }
}


/* up button */

a#up {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 3px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

a#up:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.team {

}

@media screen and (max-width:1200px) {
  .works .content__item_width {
    z-index: 9;
  }
}

/* Home Products */

.home-products {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 50px;
}

.home-products__content {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.prmin__card {
  width: calc(25% - 20px);
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.prmin__card:nth-child(4n) {
    margin-right: 0;
}
.prmin__card-wrap {
  width: 100%;
  height: 270px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.prmin__card-wrap.flip .prmin__card-front {
  z-index: 900;
}
@media screen and (min-width: 768.1px) {
    .prmin__card-wrap.flip .prmin__card-front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
    }
}
.prmin__card-wrap.flip .prmin__card-back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.prmin__card-front {
  padding: 15px;
  border-radius: 25px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.prmin__card-back {
  padding: 15px;
  border-radius: 25px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.prmin__card-back a {
  text-decoration: none;
}
.prmin__card-img {
    height: 240px;
  overflow: hidden;
  border-radius: 25px;
}
.prmin__card-img img {
  width: 100%;
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
}
.prmin__card-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.prmin__card-list--item {
  padding-bottom: 10px;
  font-family: Arial;
}
.prmin__card-list--item:last-child {
  padding-bottom: 0;
}
.prmin__card-list--title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.prmin__card-list--text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 768px) {
    .home-products {
        width: calc(100% - 20px);
    }

    .home-products__content {
        padding-top: 5px;
        justify-content: space-between;
    }

    .prmin__card {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .prmin__card:nth-child(2n) {
        margin-right: 0;
    }

    .prmin__card-back {
        display: none;
    }

    .prmin__card-wrap {
        height: auto;
    }

    .prmin__card-front {
        position: relative;
    }

    .prmin__card-img {
        height: 170px;
    }
}

.s_container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 15rem;
    height: auto;
    min-height: initial;
    max-height: initial;
}
.s_wrap {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 110.4rem;
}
.s_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


.sect_text-img {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sect_text-img.sti_ltr .sect_text-img--content {
    padding-left: 20px;
}
.sect_text-img.sti_rtr .sect_text-img--content {
    padding-right: 20px;
}
.sect_text-img.sti_ltr {
    flex-direction: row-reverse;
}
.sect_text-img--content {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-family: "Lato-Regular", "sans-serif";
}
.sect_text-img--img {
    width: 100%;
    max-width: 400px;
    height: 280px;
    overflow: hidden;
}
.sect_text-img--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .sect_text-img--img {
        display: none;
    }

    .sect_text-img--content {
        text-align: center;
        font-size: 12px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


.sect_charact {
    width: 100%;
    height: 150px;
    margin: 30px 0;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 7px rgba(108, 0, 158, 0.25);
}
.sect_charact-block {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sect_charact-block::after {
    content: '';
    width: 2px;
    height: 95px;
    background: #733BB9;
    box-shadow: 0px 0px 7px rgba(108, 0, 158, 0.25);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.sect_charact-block:last-child::after {
    display: none;
}
.sect_charact-block--title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Lato-Regular", "sans-serif";
}
.sect_charact-block--text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Lato-Regular", "sans-serif";
}

@media screen and (max-width: 768px) {
    .sect_charact {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        flex-direction: column;
    }

    .sect_charact-block {
        height: auto;
        padding: 15px 10px;
    }

    .sect_charact-block::after {
        width: 95px;
        height: 2px;
        right: auto;
        top: auto;
        bottom: -1px;
    }

    .sect_charact-block--title {
        margin-bottom: 5px;
        font-weight: 900;
    }
}



.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;
}
.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}
.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sect_faq-contain {
    margin-top: 80px;
    margin-bottom: 80px;
}
.faq_accord {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq_accord label {
    cursor: pointer;
}
.faq_accord li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  padding-bottom: 4px;
  padding: 28px 38px 28px 28px;
  border: 1px solid #2A334F;
  border-radius: 5px;
}
.faq_accord li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq_accord li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq_accord li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq_accord li i {
    position: absolute;
    right: 38px;
    top: calc((100% / 2) - 10px);
    bottom: 0;
    margin: auto 0;
}
.faq_accord li i:before, .faq_accord li i:after {
  content: "";
  position: absolute;
  background-color: #733BB9;
  width: 3px;
  height: 18px;
}
.faq_accord li i::before {
  transform: translate(-5px, 0) rotate(45deg);
}
.faq_accord li i::after {
  transform: translate(6px, 0) rotate(-45deg);
}
.faq_accord li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: none;
}
.faq_accord li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq_accord li input[type=checkbox]:checked ~ i:before {
  transform: translate(6px, 0) rotate(45deg);
}
.faq_accord li input[type=checkbox]:checked ~ i:after {
  transform: translate(-5px, 0) rotate(-45deg);
}
.faq_accord li h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
    font-family: "Lato-Regular", "sans-serif";
    text-align: left;
}
.faq_accord li p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-family: "Lato-Regular", "sans-serif";
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

@media screen and (max-width: 768px) {
    .sect_faq-contain {
        margin-top: 30px;
    }

    .faq_accord li {
        margin-bottom: 20px;
        padding: 15px;
        padding-right: 35px;
        border-radius: 15px;
    }

    .faq_accord li h2 {
        font-size: 15px;
        line-height: 18px;
        font-weight: 800;
        color: #2A334F;
    }

    .faq_accord li p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .faq_accord li i {
        top: calc((100% / 2) - 6px);
        right: 22px;
    }

    .faq_accord li i::before, .faq_accord li i::after {
        height: 14px;
    }

    .faq_accord li i::before {
      transform: translate(0, 0) rotate(45deg);
    }
    .faq_accord li i::after {
      transform: translate(0, 0) rotate(-45deg);
    }

    .faq_accord li input[type=checkbox]:checked ~ i::before {
      transform: translate(4px, 0) rotate(45deg);
    }
    .faq_accord li input[type=checkbox]:checked ~ i::after {
      transform: translate(-4px, 0) rotate(-45deg);
    }
}



.sect_contacts-contain {
    margin-top: 70px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sect_contacts-item {
    width: calc((100% / 2) - 50px);
    margin-right: 75px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sect_contacts-item:nth-child(2n) {
    margin-right: 0;
}
.sect_contacts-item::before {
    content: '';
    width: 23px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.sect_contacts-item.icn_adr::before {
    width: 24px;
    height: 30px;
    top: 25px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAyNCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc4NTcgMC41QzguNjYxMDkgMC41MDM2ODYgNS42NjU0OSAxLjc0NjU4IDMuNDU2MDQgMy45NTYwM0MxLjI0NjU5IDYuMTY1NDggMC4wMDM2OTg3NiA5LjE2MTA4IDEuMjUzODhlLTA1IDEyLjI4NTdDLTAuMDAzNzI5ODUgMTQuODM5MiAwLjgzMDM0OSAxNy4zMjMzIDIuMzc0MyAxOS4zNTcxQzIuMzc0MyAxOS4zNTcxIDIuNjk1NzMgMTkuNzgwNCAyLjc0ODIzIDE5Ljg0MTRMMTEuNzg1NyAzMC41TDIwLjgyNzUgMTkuODM2MUMyMC44NzQ3IDE5Ljc3OTMgMjEuMTk3MiAxOS4zNTcxIDIxLjE5NzIgMTkuMzU3MUwyMS4xOTgyIDE5LjM1MzlDMjIuNzQxNCAxNy4zMjEgMjMuNTc1MSAxNC44MzggMjMuNTcxNCAxMi4yODU3QzIzLjU2NzggOS4xNjEwOCAyMi4zMjQ5IDYuMTY1NDggMjAuMTE1NCAzLjk1NjAzQzE3LjkwNiAxLjc0NjU4IDE0LjkxMDQgMC41MDM2ODYgMTEuNzg1NyAwLjVaTTExLjc4NTcgMTYuNTcxNEMxMC45MzgxIDE2LjU3MTQgMTAuMTA5NSAxNi4zMjAxIDkuNDA0NzEgMTUuODQ5MkM4LjY5OTkzIDE1LjM3ODIgOC4xNTA2MiAxNC43MDg5IDcuODI2MjQgMTMuOTI1OEM3LjUwMTg3IDEzLjE0MjcgNy40MTcgMTIuMjgxIDcuNTgyMzYgMTEuNDQ5NkM3Ljc0NzczIDEwLjYxODMgOC4xNTU5IDkuODU0NjIgOC43NTUyNyA5LjI1NTI2QzkuMzU0NjQgOC42NTU4OSAxMC4xMTgzIDguMjQ3NzEgMTAuOTQ5NiA4LjA4MjM1QzExLjc4MSA3LjkxNjk4IDEyLjY0MjcgOC4wMDE4NSAxMy40MjU4IDguMzI2MjNDMTQuMjA4OSA4LjY1MDYxIDE0Ljg3ODIgOS4xOTk5MiAxNS4zNDkyIDkuOTA0N0MxNS44MjAxIDEwLjYwOTUgMTYuMDcxNCAxMS40MzgxIDE2LjA3MTQgMTIuMjg1N0MxNi4wNyAxMy40MjE5IDE1LjYxOCAxNC41MTEyIDE0LjgxNDYgMTUuMzE0NkMxNC4wMTEyIDE2LjExOCAxMi45MjE5IDE2LjU3IDExLjc4NTcgMTYuNTcxNFoiIGZpbGw9IiNGRkMwNUMiLz4KPC9zdmc+Cg==');
}
.sect_contacts-item.icn_email::before {
    width: 23px;
    height: 15px;
    top: 35px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzMzNDQ2IDIuMTA3NUwxMC4zMTY4IDcuMTQzNzVDMTAuNjM4OCA3LjMxMjUgMTEuMDU1MyA3LjM5MjUgMTEuNDc0NCA3LjM5MjVDMTEuODkzNiA3LjM5MjUgMTIuMzEwMSA3LjMxMjUgMTIuNjMyMSA3LjE0Mzc1TDIyLjIxNTQgMi4xMDc1QzIyLjg0MDMgMS43Nzg3NSAyMy40MzA2IDAuNSAyMi4yODQ0IDAuNUgwLjY2NTcyNEMtMC40ODA0NDIgMC41IDAuMTA5ODkxIDEuNzc4NzUgMC43MzM0NDYgMi4xMDc1Wk0yMi41MDU1IDQuODYxMjVMMTIuNjMyMSA5Ljg5NUMxMi4xOTc3IDEwLjExNzUgMTEuODkzNiAxMC4xNDM4IDExLjQ3NDQgMTAuMTQzOEMxMS4wNTUzIDEwLjE0MzggMTAuNzUxMiAxMC4xMTc1IDEwLjMxNjggOS44OTVDOS44ODIzMyA5LjY3MjUgMS4yMDIzOSA1LjIyMTI1IDAuNDkzMjI0IDQuODZDLTAuMDA1MTA4OTkgNC42MDUgMi4wNjQ5NmUtMDYgNC45MDM3NSAyLjA2NDk2ZS0wNiA1LjEzMzc1VjE0LjI1QzIuMDY0OTZlLTA2IDE0Ljc3NSAwLjcyMzIyNCAxNS41IDEuMjc3NzggMTUuNUgyMS43MjIyQzIyLjI3NjggMTUuNSAyMyAxNC43NzUgMjMgMTQuMjVWNS4xMzVDMjMgNC45MDUgMjMuMDA1MSA0LjYwNjI1IDIyLjUwNTUgNC44NjEyNVoiIGZpbGw9IiNGRkMwNUMiLz4KPC9zdmc+Cg==');
}
.sect_contacts-item.icn_phone::before {
    width: 30px;
    height: 30px;
    top: 25px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI5LjU4MzIgMjUuNDQ2TDI1LjM1MzUgMjkuNjQxOEMyNC43MjkxIDMwLjI4MjEgMjMuOTAxNiAzMC40OTkgMjMuMDk1NiAzMC41QzE5LjUzMTMgMzAuMzkzMiAxNi4xNjIzIDI4LjY0MjQgMTMuMzk2MSAyNi44NDQ2QzguODU1NSAyMy41NDE0IDQuNjg5MzUgMTkuNDQ1NSAyLjA3NDYgMTQuNDk1OEMxLjA3MTc1IDEyLjQyMDIgLTAuMTA0OTQ1IDkuNzcxOTUgMC4wMDc0Nzk1IDcuNDU1MjJDMC4wMTc1MDQ1IDYuNTgzNzIgMC4yNTIzNTQgNS43Mjg0IDAuODY2MTI5IDUuMTY2NjVMNS4wOTU3OCAwLjkzOTEyMkM1Ljk3NDA4IDAuMTkyMDQ2IDYuODIzNDUgMC40NTAzNDYgNy4zODU1IDEuMzIwNTVMMTAuNzg4MyA3Ljc3MzFDMTEuMTQ2NCA4LjUzNzUyIDEwLjk0MSA5LjM1NjU3IDEwLjQwNjYgOS45MDI4TDguODQ4MzMgMTEuNDYwM0M4Ljc1MjEzIDExLjU5MjEgOC42OTA4OCAxMS43NDIxIDguNjg5MzMgMTEuOTA1M0M5LjI4Njg4IDE0LjIxODQgMTEuMDk3MiAxNi4zNTAzIDEyLjY5NjQgMTcuODE3NUMxNC4yOTU1IDE5LjI4NDcgMTYuMDE0NSAyMS4yNzI0IDE4LjI0NTggMjEuNzQzQzE4LjUyMTYgMjEuODE5OSAxOC44NTk0IDIxLjg0NjkgMTkuMDU2NyAyMS42NjM1TDIwLjg2OTUgMTkuODE5OUMyMS40OTQ0IDE5LjM0NjMgMjIuMzk2NiAxOS4xMTQ4IDIzLjA2MzggMTkuNTAyMUgyMy4wOTU2TDI5LjIzMzMgMjMuMTI1N0MzMC4xMzQzIDIzLjY5MDUgMzAuMjI4MyAyNC43ODIgMjkuNTgzMiAyNS40NDZaIiBmaWxsPSIjRkZDMDVDIi8+Cjwvc3ZnPgo=');
}
.sect_contacts-item--sub {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.sect_contacts-item--title {
    margin-top: 25px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 900;
    text-align: left;
    font-family: "Lato-Regular", "sans-serif";
}
.sect_contacts-item--subtitles {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-family: "Lato-Regular", "sans-serif";
}
.sect_contacts-item--subtitle:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .sect_contacts-contain {
        margin-top: 30px;
    }

    .sect_contacts-item {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    .sect_contacts-item--title {
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .sect_contacts-item--subtitles {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .sect_contacts-item.icn_adr::before {
        width: 16px;
        height: 20px;
        top: 15px;
    }

    .sect_contacts-item.icn_email::before {
        width: 18px;
        height: 11px;
        top: 22px;
    }

    .sect_contacts-item.icn_phone::before {
        width: 20px;
        height: 20px;
        top: 15px;
    }
}



@media screen and (max-width: 768px) {
    .advantages {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }

    .advantages .heading-section {
        width: 100%;
        margin: 0 auto;
    }

    .advantages-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .advantages-wrap .content__item {
        width: calc((100% / 2) - 20px);
        min-height: 0;
        margin-bottom: 30px;
    }

    .advantages-content {
        justify-content: space-around;
    }

    .advantages-content .content__item-img {
        width: 65px;
        object-fit: contain;
    }

    .advantages-content .content__item-title {
        padding-top: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        word-wrap: break-word;
    }
}

.sect_request {
    padding-top: 50px;
}

.sect_request-form .field label, .sect_request-form .info-tip {
    display: none !important;
}
.sect_request-form input, .sect_request-form textarea {
    width: calc(100% - 27px) !important;
    min-height: 0 !important;
    padding: 10px 13px;
    margin-top: 0;
    margin-bottom: 30px;
    border: 0.5px solid #2A334F;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 300;
}

.sect_request-form textarea {
    height: calc(100% - 50px);
}

.wpcf7-response-output {
    max-width: 680px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial;
}

@media screen and (min-width: 768.1px) {
    .wpcf7-not-valid-tip {
        position: absolute;
        bottom: -33px;
        left: 0;
    }

    .your-message .wpcf7-not-valid-tip {
        bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .sect_request-form input, .sect_request-form textarea {
        width: calc(100% - 30px) !important;
    }
}

@media screen and (max-width: 460px) {
    .heading-section__text {
        font-size: 18px !important;
        line-height: 22px;
        font-weight: 800;
    }

    .fontext {
        display: block !important;
        font-size: 45px;
        top: -30px;
    }
}



.fw_btn {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 768.1px) {
    .fw_btn.only_mob {
        display: none;
    }
}
.fw_btn-row {
    margin: 0 auto;
}
.btn-request {
    padding: 11px 27px;
    border-radius: 5px;
    background: #FFC05C;
    color: #733BB9;
    font-family: 'Arial';
    letter-spacing: 3%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.ico_phone {
    width: 19px;
    height: 19px;
    display: block;
    position: relative;
    filter: invert();
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjczNiAxNS43OTkyTDE2LjA1NzIgMTguNDU2NUMxNS42NjE4IDE4Ljg2MiAxNS4xMzc2IDE4Ljk5OTQgMTQuNjI3MiAxOUMxMi4zNjk4IDE4LjkzMjQgMTAuMjM2MSAxNy44MjM1IDguNDg0MTcgMTYuNjg0OUM1LjYwODQ5IDE0LjU5MjkgMi45Njk5MiAxMS45OTg4IDEuMzEzOTIgOC44NjQwMUMwLjY3ODc3OCA3LjU0OTQ3IC0wLjA2NjQ2NTUgNS44NzIyMyAwLjAwNDczNzAyIDQuNDA0OTdDMC4wMTEwODYyIDMuODUzMDIgMC4xNTk4MjQgMy4zMTEzMiAwLjU0ODU0OSAyLjk1NTU0TDMuMjI3MzMgMC4yNzgxMUMzLjc4MzU4IC0wLjE5NTAzNyA0LjMyMTUyIC0wLjAzMTQ0NzIgNC42Nzc0OSAwLjUxOTY3OUw2LjgzMjU4IDQuNjA2M0M3LjA1OTQgNS4wOTA0MyA2LjkyOTI5IDUuNjA5MTYgNi41OTA4NiA1Ljk1NTFMNS42MDM5NCA2Ljk0MTUyQzUuNTQzMDIgNy4wMjQ5OCA1LjUwNDIyIDcuMTE5OTggNS41MDMyNCA3LjIyMzM3QzUuODgxNjkgOC42ODgzIDcuMDI4MiAxMC4wMzg1IDguMDQxMDIgMTAuOTY3N0M5LjA1MzgzIDExLjg5NyAxMC4xNDI1IDEzLjE1NTkgMTEuNTU1NyAxMy40NTM5QzExLjczMDMgMTMuNTAyNiAxMS45NDQzIDEzLjUxOTcgMTIuMDY5MyAxMy40MDM2TDEzLjIxNzMgMTIuMjM2QzEzLjYxMzEgMTEuOTM2IDE0LjE4NDUgMTEuNzg5NCAxNC42MDcgMTIuMDM0N0gxNC42MjcyTDE4LjUxNDQgMTQuMzI5NkMxOS4wODUxIDE0LjY4NzMgMTkuMTQ0NiAxNS4zNzg2IDE4LjczNiAxNS43OTkyWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
}

.wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    height: 41px !important;
    background: #FFC05C !important;
    border: 1px solid #FFC05C !important;
    color: #733BB9 !important;
    font-size: 16px !important;
    font-weight: 600;
}

/* Banner */

.single_banner {
  height: 560px;
  position: relative;
}
.single_banner .owl-nav {
  width: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - (27px / 2));
}
.single_banner .owl-nav button:before {
  content: "";
  width: 15px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAxOSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDJMMiAxN0wxNyAzMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.single_banner .owl-nav button span {
  display: none;
}
.single_banner .owl-nav button.owl-next:before {
  transform: rotate(180deg);
}
.single_banner .owl-stage-outer, .single_banner .owl-stage, .single_banner .owl-item {
  width: 100%;
  height: 100%;
}
.single_banner .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .single_banner {
      height: 400px;
    }
}

.form_row {
    display: flex;
    justify-content: center;
}

.form_column {
    width: 100%;
    max-width: 335px;
    margin-right: 20px;
}

.form_column:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .form_row {
        flex-direction: column;
    }

    .form_column {
        max-width: 100%;
        margin-right: 0;
    }
}

@media screen and (min-width: 768.1px) {
    .list_item_4 {
        display: none !important;
    }
}

#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

/* @media screen and (max-width: 768px) {
    #myVideo {
        display: none;
    }
} */