

/* Start:/local/templates/flyaway_digital25/components/bitrix/catalog.section.list/main_page_service/style.css?17383182803640*/
.main-sections {
  padding: 25px 0;
  /*background: linear-gradient(to right bottom, rgba(213, 237, 255, 1), #fff, rgba(213, 237, 255, 1));
  background-blend-mode: color-dodge;*/
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  /*background-blend-mode: color-dodge;
  backdrop-filter: blur(428.7303771972656px);
  -webkit-backdrop-filter: blur(428px);*/
}
.container.main-page  .main-sections>.container {
  padding: 50px;
  background: #fff;
  border-radius: 50px;
}
.main-sections .main-sections__items {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  row-gap: 40px;
  flex-wrap: wrap;
}
.main-sections .main-sections__items>div {
  position: relative;
  width: 206px;
  height: 206px;
  border-radius: 25px;
  overflow: hidden;
}
.main-sections .main-sections__items>div img {
  width: 100%;
  object-fit: cover;
}
.main-sections .main-sections__items>div a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-sections .main-sections__items>div .category_name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  margin: 0;
  transition: height 0.5s;
  text-align: center;
}
.main-sections .main-sections__items>div:hover .category_name {
  height: 207px;
  font-size: 20px;
  line-height: 25px;
  transition: height 0.5s;
}
@media (max-width: 1660px) and (min-width:1331px) {
  .main-sections .main-sections__items>div {
    max-width: 3250px;
    width: calc(100% / 5 - 20px* 4 / 5);
    height: auto;
    min-width: 157px;
  }
}
@media (max-width: 1010px) {
  .main-sections .main-sections__items>div {
    max-width: 250px;
    width: calc(100% / 3 - 20px* 2 / 3);
    height: auto;
    min-width: 157px;
    border-radius: 30px;
  }
  .main-sections .main-sections__items>div:hover .category_name {
    height: 100%;
  }
  .main-sections .main-sections__items>div .category_name {
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }
  .main-sections .main-sections__items {
    row-gap: 20px;
  }
}
@media (max-width: 800px) {
  .main-sections .main-sections__items>div {
    height: 240px;
  }
  .main-sections .main-sections__items>div img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .main-sections .main-sections__items>div .category_name {
    font-size: 14px;
    line-height: 18px;
  }
  .container.main-page .main-sections>.container {
    border-radius: 25px;
  }
}
@media (max-width: 560px) {
  .main-sections .main-sections__items>div:first-of-type {
    width: 157px;
  }
  .main-sections .main-sections__items>div:first-of-type {
    width: 335px;
    max-width: none;
  }
  .container.main-page .main-sections>.container {
    padding: 20px !important;
    max-width: 450px !important;
  }
}
@media screen and (max-width: 420px) {
  .main-sections .main-sections__items {
    column-gap: 10px;
    row-gap: 10px;
  }
  .main-sections .main-sections__items>div {
    height: 240px;
    width: calc(50% - 5px);
    min-width: auto;
  }
}
@media (max-width: 374px) {
  .main-sections .main-sections__items>div {
    width: 100%;
    max-width: 100%;
  }
  .main-sections .main-sections__items>div .category_name {
    font-size: 16px;
    line-height: 20px;
  }
  .main-sections .main-sections__items {
    row-gap: 20px;
  }
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_advantages/style.css?17383176512787*/
.main-adv>div {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
}
.main-adv {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 0;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}
.main-adv__img {
    height: 127px;
    background: #FFFFFF66;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.main-adv__img img {
    height: 65px;
}
.main-adv__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.5px;
    text-align: center;
}
.main-adv>div>div {
    flex: 1 1;
}

@media screen and (max-width: 1790px) {
    .container.main-page .main-adv>.container {
        max-width: 1020px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 970px) {
    .main-adv>div>div {
        flex: none;
    }
    .container.main-page .main-adv>.container {
        column-gap: 10px;
        row-gap: 20px;
        justify-content: center;
    }
    .main-adv__img {
        width: 180px;
        height: 180px;
        border-radius: 30px;
    }
    .main-adv>div>div {
        width: 180px;
    }
    .main-adv__text {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 600px) {
    .main-adv>div>div {
        width: 130px;
    }
    .main-adv__img {
        width: 130px;
        height: 130px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .main-adv__img img {
        height: 80px;
    }
    .main-adv__text {
        font-size: 12px;
        line-height: 16px;
    }
    .container.main-page .main-adv>.container {
        max-width: 490px;
    }
    /*.main-adv {
        background: linear-gradient(to left, rgba(213, 237, 255, 1) 60%, #fff);
    }*/
}
@media screen and (max-width: 460px) {
    .main-adv>div>div {
        width: 105px;
    }
    .main-adv__img {
        width: 105px;
        height: 105px;
    }
    .main-adv__img img {
        height: 64px;
    }
    .main-adv__text {
        font-size: 11px;
        line-height: 14px;
        word-wrap: break-word;
    }
}
@media screen and (max-width: 374px) {
    .main-adv>div>div {
        width: calc(50% - 5px);
    }
    .main-adv__img {
        width: 100%;
        height: 42vw;
    }
    .main-adv__img img {
        height: 70px;
    }
    .main-adv__text {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_examples/style.css?17383175124628*/
.main-exm {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 0;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}
.container.main-page .main-exm>.container {
    padding: 50px;
    background: #fff;
    border-radius: 50px;
}
.main-exm__tabs {
    display: flex;
    column-gap: 16px;
    row-gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.main-exm__tabs1,
.main-exm__tabs2 {
    display: contents;
}
.main-exm__tab {
    height: 40px !important;
    border: 1px solid rgba(58, 58, 58, 0.2);
    border-radius: 50px;
    padding: 0 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main-exm__tab.active,
.main-exm__tab:hover {
    background: #4AA3FF;
    text-shadow: 0 0 .65px #fff, 0 0 .65px #fff;
    color: #ffffff;
    border-color: #4AA3FF;
    }
.main-exm__tab.active {
    cursor: default;
}
.main-exm__content:not(.active) {
    display: none;
}
.main-exm__foto img {
    border-radius: 20px;
    object-fit: cover;
}
.main-exm__foto {
    width: 477px;
}

.main-exm__foto:not(:last-child) {
    margin-right: 20px;
}
.count-foto-0 {
    width: 176px;
}
.count-foto-1 {
    width: 261px;
}
.count-foto-0 img {
    width: 176px;
    height: 500px;
}
.count-foto-1 img {
    width: 261px;
    height: 500px;
}
.count-foto-3>div img {
    width: 229px;
    height: 213px;
}
.count-foto-3>a img {
    width: 477px;
    height: 267px;
}
.count-foto-2 {
    width: 366px;
}
.count-foto-2 a:first-of-type img {
    width: 366px;
    height: 267px;
}
.count-foto-2 a:last-of-type img {
    width: 366px;
    height: 213px;
}
.count-foto-3 {
    display: flex !important;
    flex-direction: column;
    row-gap: 20px;
}
.count-foto-3>div {
    display: flex;
    column-gap: 20px;
}
.count-foto-2 {
    display: flex !important;
    flex-direction: column;
    row-gap: 20px;
}
.main-exm__tabs1 .slick-slide,
.main-exm__tabs2 .slick-slide  {
    margin-right: 20px;
}

@media screen and (max-width: 1380px) {
    .main-exm__tab {
        height: 40px !important;
        border-radius: 200px;
        padding: 0 25px;
        font-size: 16px;
        line-height: 19px;
    }
    .main-exm__tabs {
        column-gap: 10px;
        row-gap: 15px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .main-exm {
        padding: 40px 0 20px;
    }
    .main-exm>.container {
        padding: 20px !important;
        border-radius: 25px !important;
    }
    .main-exm__tabs1,
    .main-exm__tabs2 {
        display: flex;
        flex-wrap: nowrap;
        column-gap: 10px;
        overflow: auto;
    }
    .main-exm__tabs {
        margin-right: -20px;
    }
    .main-exm__tab {
        white-space: nowrap;
    }
    .main-exm__tabs1::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }
    .main-exm__tabs2::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }
    .main-exm__tabs1,
    .main-exm__tabs2 {
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .main-exm__content .slick-slider-template {
        overflow: auto !important;
        display: flex;
        column-gap: 20px;
    }
    .main-exm__content .slick-slider-template::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }
    .main-exm__content .slick-slider-template {
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

    .main-exm__foto img {
        width: 276px !important;
        height: 400px !important;
        border-radius: 10px;
    }
    .main-exm__foto {
        width: 276px;
        
    }
    .count-foto-3,
    .count-foto-2 {
        flex-direction: row;
        column-gap: 20px;
    }
    .count-foto-3 {
        width: 868px;
    }
    .count-foto-2 {
        width: 572px;
    }
    .main-exm__foto,
    .main-exm__foto.count-foto-2,
    .main-exm__foto.count-foto-3,
    .main-exm__foto.count-foto-1,
    .main-exm__foto.count-foto-0,
    .main-exm__foto.count-foto-2>div,
    .main-exm__foto.count-foto-3>div {
        display: contents !important;
    }
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_about/style.css?17383176674820*/
.videoEmbed {
    width: 100%;
    height: var(--box-height);
    display: block;
    background-size: cover !important;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

a.videoEmbed:before {
    content: "";
    display: block;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/local/templates/flyaway_digital/images/icons/play.png) no-repeat;
    height: 80px;
    width: 80px;
    background-size: unset;
    background-color: #fff;
    border-radius: 100px;
    background-position: center;
}

.main-about {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 50px 0 25px;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}

.main-about__top {
    display: flex;
    padding: 20px 20px 20px 50px;
    background: #FFFFFF66;
    border-radius: 49px;
    margin-bottom: 20px;
    column-gap: 20px;
}
.main-about__top>div {
    flex: 1 1 auto;
}
.main-about__top>div.videoblock {
    flex: 1 1 33%;
    padding-top: 0;
}
.main-about__top h2 {
    font-size: 40px !important;
    line-height: 50.2px;
    font-weight: 500;
    margin: 0;
    padding-top: 20px;
}
.main-about__top h2>span {
    color: #4AA3FF;
}
.main-about__text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    max-width: 595px;
}
.main-about__top>div {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.main-about__bottom {
    display: flex;
    column-gap: 20px;
}
.main-about__bottom>div img {
    height: 64px;
}
.main-about__bottom>div {
    width: calc(25% - 20px *  3 / 4);
    padding: 30px 50px;
    border-radius: 49px;
    background: #FFFFFF66;
    display: flex;
    row-gap: 25px;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
}
.main-about__bottom>div>div {
    max-width: 270px;
    font-size: 14px;
    line-height: 16.6px;
    font-weight: 500;
}

@media screen and (max-width:1600px) {
    .main-about__top>div.videoblock {
        flex: 1 1 50%;
        border-radius: 25px;
        overflow: hidden;
    }
    .main-about__top {
        column-gap: 20px;
    }
    .main-about__top>div:first-of-type {
        flex: 1 1 auto;
    }
}
@media screen and (max-width:1420px) {
    .main-about__bottom>div {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width:1350px) {
    .main-about__top h2 {
        font-size: 40px !important;
        line-height: 48px;
    }
    .main-about__text {
        font-size: 16px;
        line-height: 20px;
    }
    .main-about__bottom>div>div {
        font-size: 16px;
        line-height: 20px;
    }
    .main-about {
        padding: 40px 0;
    }
    
}
@media screen and (max-width:1200px) {
    .main-about__bottom>div>div {
        font-size: 14px;
        line-height: 18px;
    }
    .main-about__bottom>div {
        padding: 30px;
    }
    .main-about__top>div.videoblock {
        flex: 1 1 60%;
    }
}
@media screen and (max-width:1160px) {
    .main-about__top>div.videoblock {
        flex: 0 0 540px;
    }
}
@media screen and (max-width:1000px) {
    .main-about__top {
        flex-direction: column;
        row-gap: 20px;
        background: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .main-about__top>div:first-of-type {
        background: #FFFFFF66;
        border-radius: 20px;
        padding: 20px;
    }
    .main-about__top>div.videoblock {
        flex: none;
    }
    .main-about__bottom>div {
        width: calc(50% - 20px / 2);
        border-radius: 20px;
        align-items: center;
        text-align: center;
    }
    .main-about__bottom {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .main-about__bottom>div>div {
        font-size: 13px;
        line-height: 16px;
        max-width: 123px;
    }
    .main-about__top h2 {
        padding-top: 10px;
    }
}
@media screen and (max-width:450px) {
    .main-about__bottom>div {
        padding: 30px 15px;
    }
}
@media screen and (max-width:370px) {
    .main-about__bottom>div>div {
        font-size: 12px;
        line-height: 15px;
    }
}
@media screen and (max-width:360px) {
    .main-about__bottom>div {
        padding: 25px 10px;
        width: calc(50% - 10px / 2);
    }
    .main-about__bottom {
        column-gap: 10px;
    }
        
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_howwork/style.css?17383175454857*/
.main-how>div {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
}
.main-how {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 0;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}
.main-how__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.5px;
    text-align: center;
}
.main-how>div>div {
    width: auto;
    flex: 1 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
}
.main-how .main-how__img {
    background: #FFFFFF66;
    border-radius: 50px;
    width: 100%;
    height: 135px;
}
.main-how>div>div:not(:last-of-type)::after {
    content: "";
    background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_long.png) no-repeat;
    background-position: center;
    background-size: auto;
    display:  flex;
    justify-content: center;
    align-items: center;
    background-color: #78BAFF;
    border-radius: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    right: -35px;
    z-index: 1;
    top: calc((135px - 50px) / 2);
}
.main-how__img img {
    height: auto;
}
.main-how>div>div:nth-of-type(1) {
    z-index: 6;
}
.main-how>div>div:nth-of-type(2) {
    z-index: 5;
}
.main-how>div>div:nth-of-type(3) {
    z-index: 4;
}
.main-how>div>div:nth-of-type(4) {
    z-index: 3;
}
.main-how>div>div:nth-of-type(5) {
    z-index: 2;
}
.main-how>div>div:nth-of-type(6) {
    z-index: 1;
}
.main-how__img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .main-how>div>div {
        border-radius: 20px;
        padding: 20px 10px;
    }
    .main-how>div {
        column-gap: 10px;
    }
    .main-how__text {
        font-size: 14px;
        line-height: 18px;
    }
    .main-how .main-how__img {
        height: 70px;
        background: none;
        border-radius: 0;
    }
    .main-how>div>div {
        height: auto;
        background: #FFFFFF66;
    }
    .main-how>div>div:not(:last-of-type)::after {
        width: 40px;
        height: 40px;
        right: -23px;
        background-size: 18px 18px;
        top: 50%;
        translate: 0 -50%;
    }
}
@media screen and (max-width: 880px) {
    .main-how__text {
        font-size: 12px;
        line-height: 15px;
    }
}
@media screen and (max-width: 800px) {
    .container.main-page .main-how>div {
        flex-wrap: wrap;
        max-width: 374px;
    }
    .main-how>div>div {
        width: calc(100%/3 - 10px *2 / 3);
        border-radius: 17px;
    }
    .main-how>div>div:not(:last-of-type)::after {
        width: 26px;
        height: 26px;
        right: -16px;
        background-size: 12px 12px;
        border-radius: 10px;
    }
    .main-how>div>div:nth-of-type(4)::before {
        content: "";
        background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_long.png) no-repeat;
        background-position: center;
        background-size: auto;
        background-color: #78BAFF;
        border-radius: 10px;
        position: absolute;
        width: 26px;
        height: 26px;
        left: -16px;
        background-size: 12px 12px;
        padding-top: 5px;
        z-index: 1;
        top: 50%;
        translate: 0 -50%;
    }
}
@media screen and (max-width: 600px) {
    /*.main-how {
        padding: 0 0 40px;
        background: linear-gradient(to left, rgba(213, 237, 255, 1) 60%, #fff);
    }*/
    .container.main-page .main-how h2 {
        margin-bottom: 20px;
    }
    .main-how__img img {
        max-width: 60px;
    }
}
@media screen and (max-width: 370px) {
    .main-how>div>div {
        width: calc(50% - 10px / 2);
    }
    .main-how>div>div:nth-of-type(4)::before {
        content: none;
    }
    .main-how>div>div:nth-of-type(5)::before,
    .main-how>div>div:nth-of-type(3)::before {
        content: "";
        background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_long.png) no-repeat;
        background-position: center;
        background-size: auto;
        background-color: #78BAFF;
        border-radius: 10px;
        position: absolute;
        width: 26px;
        height: 26px;
        left: -16px;
        background-size: 12px 12px;
        padding-top: 5px;
        z-index: 1;
        top: 50%;
        translate: 0 -50%;
    }
}
/* End */


/* Start:/local/templates/flyaway_digital25/components/bitrix/catalog.section.list/main_page_catalog/style.css?17383181382548*/
.main-catalog {
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  background-blend-mode: color-dodge;
  /*backdrop-filter: blur(633.6104125976562px);
  -webkit-backdrop-filter: blur(633px);*/
}
.container.main-page .main-catalog>.container {
  padding: 50px;
  background: #fff;
  border-radius: 50px;
}
.main-catalog .main-catalog__items {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  row-gap: 40px;
  flex-wrap: wrap;
}
.main-catalog .main-catalog__items>div {
  position: relative;
  width: 250px;
  height: 320px;
  border-radius: 25px;
  overflow: hidden;
}
.main-catalog .main-catalog__items>div img {
  width: 100%;
  object-fit: cover;
}
.main-catalog .main-catalog__items>div a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-catalog .main-catalog__items>div .category_name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0;
  transition: height 0.5s;
  text-align: center;
}
.main-catalog .main-catalog__items>div:hover .category_name {
  height: 320px;
  font-size: 20px;
  line-height: 25px;
  transition: height 0.5s;
}
.main-catalog .btn-light-template {
  margin: 40px auto 0;
}

@media screen and (max-width: 800px) {
  .main-catalog .main-catalog__items>div {
    width: 158px;
    height: 240px;
  }
  .main-catalog .main-catalog__items>div .category_name {
    font-size: 15px;
    line-height: 16px;
    padding: 0 14px;
    height: 60px;
  }
  .main-catalog .main-catalog__items>div:hover .category_name {
    height: 240px;
    font-size: 20px;
    line-height: 24px;
  }
  .main-catalog .main-catalog__items {
    row-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .container.main-page .main-catalog>.container {
    padding: 20px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 420px) {
  .main-catalog .main-catalog__items {
    column-gap: 10px;
    row-gap: 10px;
  }
  .main-catalog .main-catalog__items>div {
    width: calc(50% - 5px);
    height: auto;
    border-radius: 16px;
  }
  .main-catalog .main-catalog__items>div .category_name {
    font-size: 14px;
    line-height: 14px;
    padding: 0 12px;
    height: 50px;
    border-radius: 16px;
  }
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_production/style.css?17383175625322*/

.main-production {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 20px;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}
.container.main-page .main-production>.container {
    background: #4AA3FF;
    border-radius: 50px;
    padding: 20px;
    display: flex;
    column-gap: 20px;
}
.main-production>.container>img {
    border-radius: 37px;
    width: 50%;
    flex: 0 0 50%;
    object-fit: cover;
}
.main-production>.container>div {
    flex: 1 1 auto;
    padding: 30px;
    background: #64B0FF;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 50px;
}
.container.main-page .main-production__top h2 {
    color: #fff;
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 20px;
}
.main-production__text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.main-production__bottom {
    display: flex;
}
.main-production__bottom>div {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.main-production__bottom>div:first-of-type {
    padding-right: 20px;
}
.main-production__bottom>div:nth-of-type(2) {
    padding: 0 20px;
}
.main-production__bottom>div:last-of-type {
    padding-left: 20px;
}
.main-production__bottom>div+div {
    border-left: 2px solid #fff;
}
.main-production__bottom-icon {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    flex: 0 0 50px;
}
.main-production__bottom-icon img {
    width: 36px;
    height: auto;
}
.main-production__bottom-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}
.main-production__bottom-text>span {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    display: block;
}

@media screen and (max-width: 1470px) {
    .main-production>.container>img {
        width: 40%;
        flex: 0 0 40%;
    }
    .container.main-page .main-production__top h2 br {
        display: none;
    }
    .container.main-page .main-production__top h2 {
        font-size: 40px !important;
        line-height: 47.6px;
    }
}
@media screen and (max-width: 1240px) {
    .main-production>.container>img {
        width: 35%;
        flex: 0 0 35%;
    }
}
@media screen and (max-width: 1144px) {
    .main-production>.container>img {
        width: 40%;
        flex: 0 0 40%;
    }
    .main-production__bottom {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center;
    }
    .main-production__bottom>div:last-of-type {
        border-left: 0;
        justify-content: center;
    }
}
@media screen and (max-width: 1080px) {
    .main-production__bottom>div:first-of-type {
        padding-right: 20px;
    }
    .main-production__bottom>div:last-of-type {
        padding-left: 20px;
    }
    .container.main-page .main-production__top h2 {
        font-size: 36px !important;
        line-height: 43.6px;
    }
    .main-production__text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 950px) {
    .container.main-page .main-production>.container {
        flex-direction: column;
        position: relative;
        padding: 10px;
        border-radius: 20px;
        max-width: 560px;
    }
    .main-production__top {
        padding-bottom: 390px;
    }
    .main-production>.container>img {
        position: absolute;
        bottom: 236px;
        left: 10px;
        width: calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        border-radius: 20px;
        max-height: 350px;
    }
    .main-production>.container>div {
        border-radius: 15px;
        padding: 20px 15px;
        row-gap: 0;
    }
    .main-production {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 600px) {
    .main-production__top {
        padding-bottom: 69.67vw;
    }
    .main-production__bottom {
        flex-direction: column;
        row-gap: 20px;
    }
    .main-production__bottom>div,
    .main-production__bottom>div:last-of-type,
    .main-production__bottom>div:nth-of-type(2) {
        padding: 0;
        border: 0;
        justify-content: flex-start;
    }
    .main-production__bottom>div:first-of-type {
        padding-right: 0;
    }
    .main-production>.container>img {
        bottom: 350px;
        height: 59vw;
    }
    .main-production__bottom-text>span {
        font-size: 40px;
    }
    .main-production__bottom-icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
    }
    .main-production__bottom-icon img {
        width: 40px;
    }
    .main-production__bottom>div+div {
        border-left: 0;
    }
}
@media screen and (max-width: 360px) {
    .container.main-page .main-production__top h2 {
        font-size: 32px !important;
        line-height: 35.6px;
    }
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_clients/style.css?17383176372488*/
.main-clients {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 0px;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);    */
    /*background: linear-gradient(to right top, rgba(62, 160, 254, 0.3), rgba(62, 160, 254, 0.3)), ;*/
}
.container.main-page .main-clients>.container {
    background: #fff;
    border-radius: 50px;
    padding: 50px;
}
.main-clients>div>div.slick-slider-template {
    max-width: 1920px;
    margin: 0 auto;
}
.main-clients__img {
    width: 100%;
    height: 200px;
    background: #EFF8FF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.main-clients__img img {
    max-width: 100%;
    object-fit: contain;
}
.main-clients .slick-slider-template {
    margin-left: calc((100% - 1720px) / 2);
}
.main-clients .slick-slide {
    padding: 0 10px;
}
.main-clients .slick-slider .slick-list {
    margin: 0 -10px;
}
.main-clients  .slick-slider-template .slick-arrow svg {
    width: 10px;
    height: auto;
}

@media screen and (max-width: 1760px) {
    .main-clients .slick-slider-template {
        margin-left: 0;
    }
    .main-clients__img {
        padding: 20px;
        height: 14.5vw;
    }
}
@media screen and (max-width: 1349px) {
    .main-clients__img {
        height: 20.5vw;
    }
}
@media screen and (max-width: 1024px) {
    .main-clients__img {
        height: 25.5vw;
    }
}
@media screen and (max-width: 779px) {
    .main-clients__img {
        height: 36vw;
    }
    .main-clients .slick-slide {
        padding: 0 5px;
    }
    .main-clients .slick-slider .slick-list {
        margin: 0 -5px;
    }
}
@media screen and (max-width: 600px) {
    .container.main-page .main-clients>.container {
        border-radius: 25px;
        padding: 20px;
    }

    .main-clients__img {
        border-radius: 25px;
    }
    .main-clients .slick-list {
        padding: 0 7vw 0 0;
    }
}
@media screen and (max-width: 400px) {
    .main-clients .slick-list {
        padding: 0 30% 0 0;
    }
    .main-clients__img {
        height: 46vw;
    }
}
/* End */


/* Start:/local/components/custom/highloadblock.list/templates/main_quiz/style.css?17383175801351*/
.main-quiz {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 0;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}
.main-quiz>.container {
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    height: 500px;
}
.container.main-page .main-quiz>.container>div {
    height: 100%;
}
@media screen and (max-width: 1760px) {
    .main-quiz {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.main-page .main-quiz>.container {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .container.main-page .main-quiz>.container {
        border-radius: 25px;
        padding: 20px;
    }
    /*.main-quiz {
        padding: 40px 20px;
        background: linear-gradient(to left, rgba(213, 237, 255, 1) 60%, #fff);
    }*/
    /*.main-clients+.main-quiz {
        background: linear-gradient(to left bottom, rgba(213, 237, 255, 1), #fff, rgba(213, 237, 255, 1));
    }*/
}
/* End */


/* Start:/local/templates/flyaway_digital25/components/custom/forms/main_page_zamer/style.css?17389396853540*/
.main_page_zamer {
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  /*background-blend-mode: color-dodge;
  backdrop-filter: blur(633.6104125976562px);*/
}
.main_page_zamer>div {
  background: #64B0FF;
  border-radius: 35px;
  border: 20px solid #4AA3FF;
  padding: 20px 50px !important;
}
.main_page_zamer .rsform__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 auto 33px;
}
.main_page_zamer .rsform__title a {
  color: #fff;
  text-decoration: underline;
}
.container.main-page .main_page_zamer>.container {
  max-width: 1050px;
}
.main_page_zamer .wrapp-form-group {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}
.main_page_zamer .wrapp-form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
}
.main_page_zamer .wrapp-form-group .form-group {
  text-align: center;
  flex: 1 1 50%;
  max-width: 400px;
  margin-bottom: 20px;
}
.main_page_zamer .wrapp-form-group .form-group input {
  background: #85C1FF;
  border-radius: 200px;
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #85C1FF;
  max-width: 400px;
}
.main_page_zamer .requiredinp .placeholder {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  top: calc(50% + 14px);
  left: 0;
}
.main_page_zamer .rsform__bottom {
  text-align: center;
}
.main_page_zamer input[type="submit"] {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #3A3A3A;
  background: #fff;
  border-radius: 200px;
  border: 0;
  padding: 10px 43px;
}
.main_page_zamer .form_soglasie {
  text-align: center;
  max-width: 400px;
  margin: 20px auto 0;
}
.main_page_zamer .form_soglasie a {
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 400;
  color: #fff;
  display: block;
}
.main_page_zamer .wrapp-form-group .form-group input.error {
  border-color: red;
}
@media screen and (max-width: 1760px) {
  .main_page_zamer {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1090px) {
  .container.main-page .main_page_zamer>.container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .main_page_zamer .rsform__title {
    font-size: 30px;
    line-height: 33px;
  }
  .main_page_zamer>div {
    border-radius: 20px;
    border: 10px solid #4AA3FF;
    padding: 20px 40px !important;
  }
}
@media screen and (max-width: 880px) {
  .main_page_zamer .rsform__title {
    font-size: 20px;
    line-height: 25px;
    max-width: 550px;
  }
  .main_page_zamer>div {
    padding: 40px 20px !important;
  }
  .main_page_zamer .wrapp-form-group {
    flex-direction: column;
    row-gap: 20px;
  }
  .main_page_zamer .wrapp-form-group .form-group {
    margin-bottom: 0;
    flex: none;
    width: 100%;
  }
  .main_page_zamer .rsform__bottom {
    text-align: center;
    margin-top: 20px;
    align-items: center;
  }
  .main_page_zamer input[type="submit"] {
    width: 100%;
    max-width: 400px;
    white-space: normal;
  }
  .main_page_zamer>div {
    padding: 20px 10px !important;
  }
}
@media screen and (max-width: 500px) {
  .main_page_zamer input[type="submit"] {
    padding: 4px calc((100% - 188px) / 2);
  }
}

@media screen and (max-width: 440px) {
  .main_page_zamer .rsform__title {
    font-size: 16px;
    line-height: 22px;
  }
}
/* End */


/* Start:/local/templates/flyaway_digital25/components/bitrix/news.list/main_page_action/style.css?17383182102174*/
.main-actions {
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  /*background-blend-mode: color-dodge;
  backdrop-filter: blur(633.6104125976562px);*/
}
.main-action__item {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: 320px;
}
.main-action__item>div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 20px 30px;
  height: 46%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 0 auto;
}
.main-action__item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
}
.main-action__item-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-actions .slick-slide:not(:last-child) {
  margin-right: 20px;
}
.main-action__item>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.main-action__item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.main-action__item-text>p {
  margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
  .main-actions .slick-list {
    padding: 0 25vw 0 0;
  }
  .container.main-page .main-actions>.container {
    padding: 0;
  }
  .container.main-page section.main-actions {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  
  .main-action__item>div {
    height: 50%;
  }
}
@media screen and (max-width: 949px) {
  .main-actions .slick-list {
    padding: 0 calc(50vw - 50px) 0 0;
  }
}
@media screen and (max-width: 600px) {
  
  .main-action__item-text {
    font-size: 13px;
    line-height: 15px;
    -webkit-line-clamp: 5;
  }
  .main-action__item>div {
    height: 172px;
  }
}
@media screen and (max-width: 500px) {
  .main-actions .slick-list {
    padding: 0 10% 0 0;
  }
  .main-action__item {
    height: 360px;
  }
  .main-actions .slick-slide {
    padding-left: 10px;
  }
  .main-actions .slick-slide:first-child {
    padding-left: 0;
  }
}
/* End */


/* Start:/local/templates/flyaway_digital25/components/bitrix/news.list/main_page_sert/style.css?17383184202709*/
.main-sert {
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
  /*background-blend-mode: color-dodge;
  backdrop-filter: blur(633.6104125976562px);*/
}
.container.main-page .main-sert>.container {
  background: #fff;
  border-radius: 50px;
  padding: 50px;
}
.main-sert__item {
  position: relative;
  margin: 0 auto;
  max-width: 208px;
}
.main-sert .slick-slider-template.slick-slider-template {
  max-width: 1920px;
  margin: 0 auto;
}
.main-sert__item-title {
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 20px 25px 0;
}
.main-sert .slick-slide:not(:last-child) {
  margin-right: 20px;
}

.main-sert__item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
  height: 260px;
}
.main-sert .slick-slider-template {
  margin-left: calc((100% - 1720px) / 2);
}

.main-sert .slick-slider-template .slick-next {
  right: calc((100% - 1720px) / 2);
}
.main-sert .slick-slider-template .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 10px
}
.main-sert .slick-slider-template .slick-arrow svg {
  width: 10px;
  height: auto;
}
.main-sert .slick-slider-template .slick-prev {
  left: -25px;
}
@media screen and (max-width: 1870px) {
  .main-sert .slick-slider-template .slick-next {
    right: calc(100% - 1720px);
  }
}
@media screen and (max-width: 1760px) {
  .main-sert .slick-slider-template {
      margin-left: 0;
  }
  .main-sert .slick-slider-template .slick-prev {
    left: 20px;
  }
  .main-sert .slick-slider-template .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 1259px) {
  .main-sert .slick-list {
    padding-right: 17vw;
  }
}
@media screen and (max-width: 1030px) {
  .main-sert .slick-list {
    padding-right: 10vw;
  }
}

@media screen and (max-width: 879px) {
  .main-sert .slick-list {
    padding-right: 17vw;
  }
  .main-sert__item-title {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 40px 0;
  }
  .main-sert__item-img {
    border-radius: 20px;
  }
  .main-sert .slick-slider-template .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .main-serts .slick-slider-template .slick-arrow svg {
    width: 12px;
  }
  .main-sert .slick-slide:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 659px) {
  .main-sert .slick-list {
    padding: 0 0;
  }
}
@media screen and (max-width: 599px) {
  .container.main-page .main-sert>.container {
    padding: 20px;
    border-radius: 25px;
  }
  .main-sert .slick-slide:not(:last-child) {
    margin-right: 0;
  }
}
/* End */


/* Start:/local/components/bitrix/map.yandex.system/templates/.default/style.css?1703083116666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/flyaway_digital25/components/bitrix/catalog.section.list/main_page_service/style.css?17383182803640 */
/* /local/components/custom/highloadblock.list/templates/main_advantages/style.css?17383176512787 */
/* /local/components/custom/highloadblock.list/templates/main_examples/style.css?17383175124628 */
/* /local/components/custom/highloadblock.list/templates/main_about/style.css?17383176674820 */
/* /local/components/custom/highloadblock.list/templates/main_howwork/style.css?17383175454857 */
/* /local/templates/flyaway_digital25/components/bitrix/catalog.section.list/main_page_catalog/style.css?17383181382548 */
/* /local/components/custom/highloadblock.list/templates/main_production/style.css?17383175625322 */
/* /local/components/custom/highloadblock.list/templates/main_clients/style.css?17383176372488 */
/* /local/components/custom/highloadblock.list/templates/main_quiz/style.css?17383175801351 */
/* /local/templates/flyaway_digital25/components/custom/forms/main_page_zamer/style.css?17389396853540 */
/* /local/templates/flyaway_digital25/components/bitrix/news.list/main_page_action/style.css?17383182102174 */
/* /local/templates/flyaway_digital25/components/bitrix/news.list/main_page_sert/style.css?17383184202709 */
/* /local/components/bitrix/map.yandex.system/templates/.default/style.css?1703083116666 */
