@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"),url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"),url("../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"),url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

.page {
    background: #040e1a;
    font-family: "Roboto",system-ui;
    font-weight: 400;
    color: #c2c9d4;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0px 15px;
    box-sizing: border-box
}

.page--noscroll {
    overflow: hidden
}

.header {
    margin-top: 20px
}

.header__content {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 20px 16px 24px;
    display: flex;
    align-items: center
}

.header__content--none-bg {
    background-color: rgba(0,0,0,0);
    padding: 20px 0px 24px 0px
}

.header__name {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 500;
    margin-right: 20px
}

.header__pre-text {
    color: #999;
    font-size: 16px;
    max-width: 160px
}

.header__info {
    display: flex;
    margin-left: auto;
    align-items: center
}

.header__grouping {
    display: flex
}

.btn {
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    cursor: pointer
}

.btn-default {
    background-color: #365edc;
    color: #fff;
    padding: 16px 20px;
    width: -moz-max-content;
    width: max-content;
    transition: .3s;
    font-weight: 500
}

.btn-default:hover {
    background-color: #2246bf
}

.header__address,.header__phone {
    margin-right: 40px;
    color: #333;
    display: flex;
    align-items: center
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 10;
    visibility: hidden;
    transition: .3s;
    padding: 25px 15px;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    overflow: auto
}

.modal.active {
    visibility: visible
}

.modal__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 2px)
}

.modal__container {
    transition: .5s;
    opacity: 0;
    transform: translateY(-100px);
    max-width: 1320px;
    position: relative
}

.modal-mimage__image {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    overflow: hidden
}

.modal-mimage__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.swiper-modal-images {
    overflow: hidden;
    position: relative
}

.swiper-modal-images__slide {
    background-color: #fff;
    height: 600px;
    overflow: hidden;
    border-radius: 12px
}

.swiper-modal-images__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 1440px) {
    .modal__container {
        max-width:984px
    }
}

@media screen and (max-width: 1024px) {
    .modal__container {
        max-width:768px
    }
}

@media screen and (max-width: 768px) {
    .modal__container {
        max-width:480px
    }
}

@media screen and (max-width: 480px) {
    .modal__container {
        max-width:100%;
        width: 100%
    }
}

.modal.active .modal__container {
    transform: none;
    opacity: 1
}

.modal-close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px;
    height: 16px;
    background-color: rgba(0,0,0,0);
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3
}

.modal-close__svg {
    width: 16px;
    height: 16px
}

.btn-modal-offer {
    background-color: rgba(0,0,0,0);
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer
}

.main-slider-swiper {
    overflow: hidden;
    position: relative
}

.main-slider-slide {
    position: relative;
    height: 720px;
    display: flex;
    flex-direction: column;
    padding: 0px 40px 100px 40px;
    box-sizing: border-box;
    justify-content: end
}

.main-slider-slide__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1
}

.main-slider-slide__image-cover {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%)
}

.main-slider-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-slider-slide__content {
    position: relative;
    z-index: 2
}

.main-slider-slide__content h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.main-slider-slide__text {
    font-size: 20px;
    line-height: 28px;
    color: #fff
}

.main-slider-controlls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    z-index: 2;
    padding: 0px 20px
}

.main-slider-controlls .slider-btn-prev {
    justify-self: start;
    align-self: center
}

.main-slider-controlls .slider-btn-next {
    justify-self: end;
    align-self: center
}

.main-slider-controlls .main-slider-pagination {
    justify-self: center;
    align-self: end;
    margin-bottom: 40px
}

.extra-main-slider {
    position: relative;
    overflow: hidden
}

.extra-slide {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.extra-slide__image {
    height: 720px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px 0px 0px 12px
}

.extra-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.extra-slide__content {
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0px 12px 12px 0px
}

.extra-slide__content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333
}

.extra-slide__text {
    color: #999;
    font-size: 20px;
    line-height: 28px
}

.extra-slider-controlls {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    width: 545px;
    box-sizing: border-box
}

.extra-slider-pagination {
    font-size: 20px;
    font-weight: 600;
    color: #ccc;
    width: -moz-fit-content;
    width: fit-content
}

.swiper-pagination-current {
    color: #365edc
}

.section {
    position: relative;
    padding: 80px 0px
}

.section>.container>h2 {
    font-size: 28px;
    font-weight: 600;
    color: #f4f4f4;
    display: flex;
    margin-bottom: 40px
}

.section>.container>h2::before {
    content: "";
    margin-right: 20px;
    display: inline-flex;
    width: 4px;
    background-color: #cad5f7;
    min-height: 100%
}

.section>.container .aside h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    display: flex;
    margin-bottom: 40px
}

.section>.container .aside h2::before {
    content: "";
    margin-right: 20px;
    display: inline-flex;
    width: 4px;
    background-color: #365edc;
    min-height: 100%
}

.catalog__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

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

.catalog__item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
    height: 480px
}

.catalog__img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #999;
    transition: .45s;
    left: 0;
    top: 0
}

.catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .45s
}

.catalog__content-wrapper {
    position: absolute;
    top: calc(100% - 48px);
    transition: .35s
}

.catalog__content {
    z-index: 3;
    transition: .45s;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    position: relative
}

.catalog-img-back {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: .45s
}

.catalog__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: .35s;
    height: 48px;
    margin-bottom: 20px
}

.catalog__name {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px
}

.catalog__description {
    visibility: hidden;
    color: #ccc;
    font-size: 16px;
    line-height: 22px;
    transition: .25s
}

.catalog__item:hover>.catalog__content .catalog__content-wrapper {
    top: 0px
}

.catalog__item:hover>.catalog__img img {
    filter: blur(3px)
}

.catalog__item:hover>.catalog__img .catalog-img-back {
    opacity: 1
}

.catalog__item:hover>.catalog__content .catalog__description {
    visibility: visible;
    bottom: 140px
}

.main-map {
    height: 760px;
    background-color: #ccc;
    position: relative;
    overflow: hidden
}

.map-info {
    position: absolute;
    left: 40px;
    top: 75px;
    box-sizing: border-box;
    padding: 60px 80px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    width: 336px;
    z-index: 1;
    transition: .3s;
    opacity: 1
}

.map-info.hidden {
    opacity: 0
}

.map-info__close {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    background-color: inherit;
    border: none;
    display: block
}

.map-info__svg {
    width: 16px;
    height: 16px
}

.map-info h2 {
    margin-bottom: 40px;
    color: #365edc;
    font-size: 28px;
    font-weight: 600
}

.map-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px
}

.map-info__item:last-child {
    margin-bottom: 0px
}

.map-info__text-sm {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 8px
}

.map-info__text {
    color: #333;
    font-size: 20px
}

.map-swiper {
    position: absolute;
    left: 40px;
    bottom: 65px;
    box-sizing: border-box;
    display: flex;
    z-index: 1
}

.map-swiper::-webkit-scrollbar {
    width: 0px
}

.ow::-webkit-scrollbar {
    width: 0px
}

.map-show-contacts {
    position: absolute;
    left: 0px;
    bottom: 190px;
    opacity: 1;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s
}

.map-show-contacts.hidden {
    opacity: 0
}

.map-slide {
    border-radius: 16px;
    height: 90px;
    width: 160px;
    margin-right: 16px;
    overflow: hidden
}

.map-slide:last-child {
    margin-right: 0px
}

.map-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cert-swiper {
    overflow: hidden
}

.cert-slide {
    width: 100%;
    height: 560px !important;
    overflow: hidden;
    border-radius: 12px
}

.cert-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio-sliders {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.portfolio-image-slider,.portfolio-content-slider {
    height: 700px;
    overflow: hidden
}

.porfolio-slide {
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.porfolio-slide__switch {
    position: absolute;
    bottom: 40px;
    border: 1px solid #365edc;
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    left: calc(50% - 100px)
}

.porfolio-slide-btn {
    height: 48px;
    width: 100px;
    background-color: initial;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 12px;
    transition: .3s
}

.porfolio-slide-btn.active {
    background-color: #365edc
}

.portfolio-image-slider .porfolio-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.porfolio-slide__img {
    visibility: visible;
    opacity: 1;
    transition: .3s
}

.porfolio-slide__img--hidden {
    visibility: hidden;
    opacity: 0
}

.content-slide {
    box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px 0px 70px 40px
}

.content-slide__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.content-slide__text {
    line-height: 28px;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    margin-bottom: 40px
}

.portfolio-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
}

.portfolio-btns .slider-btn:first-child {
    margin-right: 16px
}

.case-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
}

.case-btns .slider-btn:first-child {
    margin-right: 16px
}

.slider-btn {
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #f2f2f2;
    color: #fff;
    cursor: pointer;
    transition: .25s;
    border: none;
    outline: none;
    transition: .3s
}

.slider-btn svg {
    transition: .3s
}

.slider-btn:hover {
    background-color: #365edc
}

.slider-btn:hover svg {
    color: #fff
}

.slider-btn-prev {
    transform: rotate(180deg)
}

.slider-btn svg {
    color: #ccc
}

.slider-btn--blured {
    background-color: rgba(230,230,230,.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.slider-btn--blured svg {
    color: #fff
}

.slider-btn--blured:hover {
    background-color: #365edc
}

.review__list {
    display: flex;
    flex-direction: column
}

.review__item {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.review__left {
    width: 120px;
    min-width: 120px;
    display: flex;
    align-items: center
}

.review__counter {
    display: inline-flex;
    background-color: #f2f2f2;
    color: #ccc;
    font-size: 24px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 20px;
    transition: .35s
}

.review__content {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px
}

.review__image {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 40px
}

.review__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review__body {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.review__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center
}

.review__name {
    font-size: 24px;
    font-weight: 600
}

.review__rating {
    display: flex;
    align-items: center
}

.review__totalrate {
    font-size: 24px;
    font-weight: 600;
    margin-left: 20px
}

.review__description {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.review__item:hover .review__counter {
    background-color: #365edc;
    color: #fff
}

.reviews-slider {
    overflow: hidden
}

.default-slider-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

@media screen and (min-width: 1440px) {
    .default-slider-actions {
        display:none
    }

    .default-slider-actions--show-max {
        display: flex
    }

    .cert-swiper .default-slider-actions {
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .default-slider-actions--only-mobile {
        display:none
    }

    .map-show-contacts {
        display: none
    }

    .map-info__close {
        display: none
    }

    .step-svg-mobile {
        display: none
    }

    .offer__item {
        width: 100% !important
    }

    .gallery__image {
        width: 100% !important
    }

    .our-works__image {
        width: 100% !important
    }

    .portfolio-pagination {
        display: none !important
    }
}

.slider-pagination {
    width: -moz-max-content !important;
    width: max-content !important;
    background-color: #f2f2f2;
    height: 48px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 16px
}

.slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #365edc;
    border-radius: 4px;
    margin-right: 8px !important
}

.slider-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0px
}

.slider-pagination--blured {
    background-color: rgba(200,200,200,.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    height: auto;
    padding: 12px
}

.slider-pagination--blured .swiper-pagination-bullet {
    margin: 0 !important;
    margin-right: 8px !important;
    opacity: 1;
    background-color: #fff
}

.slider-pagination--blured .swiper-pagination-bullet:last-child {
    margin-right: 0px !important
}

.swiper-pagination-bullet-active {
    background-color: #365edc !important
}

.service {
    display: grid;
    grid-template-columns: .35fr .7fr
}

.service__image {
    height: 600px;
    overflow: hidden;
    border-radius: 16px
}

.service__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service__content {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    justify-content: center
}

.service__content h2 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #fff;
}

.service__description {
    color: #abb1c1;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 60px
}

.service__adv {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #eef2ff;
}

.adv__list {
    display: flex;
    flex-wrap: wrap
}

.adv__item {
    box-sizing: border-box;
    padding: 12px 16px;
    color: #b3bcca;
    background-color: #374151;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 12px
}

.free-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #8f9aab;
    margin-bottom: 60px
}

.text-anchor {
    color: #365edc;
    font-weight: 400
}

.text-anchor:hover {
    border-bottom: 1px solid #365edc
}

h3 {
    font-size: 24px;
    color: rgb(244 244 244);
    margin-bottom: 40px
}

.default-ol {
    padding-left: 20px;
    margin-bottom: 60px;
    list-style-type: decimal
}

.default-ol li,.default-ol a {
    color: #627995;
    font-size: 20px
}

.default-ol a {
    color: #cad5f7;
    text-decoration-line: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    text-decoration-style: dashed;
    text-decoration-color: #27345d;
}

.default-ol li {
    margin-bottom: 24px;
    padding-left: 4px
}

.default-ol .default-ul {
    list-style: disc;
    margin-top: 24px;
    padding-left: 24px
}

.default-ol .default-ul li {
    font-weight: 400
}

.text-within-image {
    display: grid;
    grid-template-columns: 1fr 520px;
    margin-bottom: 60px
}

.default-ul li {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300
}

.default-ul li:last-child {
    margin-bottom: 0px
}

.default-ul li::marker {
    color: #374151 !important;
}

.img-block {
    height: 360px;
    border-radius: 12px;
    margin-left: 20px;
    overflow: hidden
}

.img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.big-figure {
    margin-bottom: 60px
}

.big-img {
    width: 100%;
    height: 700px;
    border-radius: 12px;
    overflow: hidden
}

.big-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.figcaption {
    margin-top: 20px;
    font-size: 20px;
    color: #999
}

.big-img-slider {
    position: relative;
    overflow: hidden
}

.bi-slide {
    height: 720px;
    overflow: hidden;
    border-radius: 12px
}

.bi-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.big-img-slider__buttons {
    position: absolute;
    left: 0;
    top: calc(50% - 26px);
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px
}

.big-img-slider__pagination {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10
}

.tariff__list {
    display: grid;
    grid-template-columns: 620px 290px 290px;
    gap: 0px 40px
}

.tariff__col {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: -moz-max-content;
    height: max-content
}

.tariff__heading {
    background-color: #365edc;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center
}

.tariff__content {
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.tariff__content--bg {
    background-color: #eef2ff
}

.tariff__content--bg .tariff__row {
    border-bottom: 1px solid #e2e7f8
}

.tariff__row {
    box-sizing: border-box;
    height: 56px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #555;
    font-weight: 500
}

.tarrif__row-footer {
    display: flex;
    flex-direction: column;
    align-items: center
}

.tarrif__row-footer .btn-default {
    width: 100%
}

.tariff__row-pricing {
    border: none;
    color: #365edc;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tariff__row:last-child {
    border-bottom: 0px !important
}

.pricing__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 40px
}

.tariff__col--large-heading {
    height: auto
}

.tariff__col--large-heading .tariff__heading {
    height: auto;
    padding: 40px 0px 0px 0px;
    color: #365edc;
    background-color: initial
}

.tariff__col--large-heading .tariff__row {
    justify-content: space-between
}

.tariff__col--large-heading .tariff__name {
    text-align: left;
    padding-right: 20px
}

.pricing__col {
    display: flex
}

.pricing__col--grouped {
    flex-direction: column
}

.pricing__col--grouped .tariff__col:first-child {
    margin-bottom: 40px
}

.tariff__price {
    font-size: 20px;
    color: #333;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.tarrif__footer {
    display: none
}

.tariff-svg {
    width: 24px;
    height: 24px
}

.swiper-workers {
    overflow: hidden
}

.worker-slide {
    height: 480px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
    justify-content: end
}

.worker__img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .35s
}

.worker-img-grad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .35s;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%)
}

.worker-slide:hover>.worker__img img {
    transition: .35s;
    filter: blur(3px)
}

.worker-slide:hover>.worker__img .worker-img-grad {
    background-color: rgba(0,0,0,.35)
}

.worker-slide:hover>.worker__content .worker__contacts {
    visibility: visible;
    opacity: 1
}

.worker__img img {
    width: 100%;
    height: 100%;
    transition: .35s;
    -o-object-fit: cover;
    object-fit: cover
}

.worker__content {
    display: flex;
    flex-direction: column;
    z-index: 3
}

.worker__contacts {
    visibility: hidden;
    opacity: 0;
    transition: .35s
}

.worker__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

.worker__row-name,.worker__post {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 12px
}

.worker__row-data,.worker__name {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.catalog-with-menu {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 0px 80px
}

.aside {
    display: flex;
    flex-direction: column
}

.aside__list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.aside__heading-dropdown {
    display: flex;
    align-items: center
}

.aside__dropdown-btn {
    cursor: pointer;
    transition: .45s
}

.aside__dropdown-svg {
    width: 12px;
    height: 9px
}

.aside__item {
    margin-bottom: 32px;
    transition: .45s ease-in-out
}

.aside__item--dropdown {
    max-height: 23px;
    overflow: hidden
}

.aside__item--dropdown.active {
    max-height: 100%
}

.aside__item--dropdown.active .aside__dropdown-btn {
    transform: rotate(180deg)
}

.aside__link {
    color: #365edc;
    font-size: 20px;
    padding-left: 12px
}

.aside__link--not-sub {
    padding-left: 24px
}

.aside__dropdown-content {
    padding-left: 16px;
    box-sizing: border-box;
    max-height: 350px;
    overflow-y: auto
}

.aside__item--sub-element {
    margin-top: 24px;
    margin-bottom: 0px
}

.swiper-catalog-with-menu {
    height: -moz-max-content;
    height: max-content
}

.catalog-with-menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px
}

.offer__item {
    display: flex;
    flex-direction: column
}

.offer__image {
    width: 100%;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff
}

.offer__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.offer__name {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 20px
}

.btn-offer {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #365edc;
    padding: 8px;
    margin-top: 20px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 8px;
    cursor: initial
}

.catalog-out-menu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 80px
}

.product-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0px 40px
}

.product-view__images {
    display: grid;
    grid-template-columns: 120px 480px;
    gap: 0px 20px
}

.product-view__sub-images {
    height: 640px
}

.product-view__image {
    width: 100%;
    height: 640px;
    overflow: hidden;
    border-radius: 12px
}

.product-view__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-view__content {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative
}

.product-view__name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px
}

.product-view__pricing {
    display: flex;
    align-items: center
}

.product-view__price {
    margin-right: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #365edc;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0px 12px
}

.product-view__old-price {
    color: #ccc;
    font-weight: 600;
    font-size: 20px;
    text-decoration: line-through
}

.product-view__old-price.hidden {
    display: none
}

.product-view__description {
    margin-top: 40px;
    line-height: 24px
}

.product-view__description-grey {
    color: #ccc
}

.product-view__specs {
    margin-top: 40px
}

.specification {
    display: flex;
    flex-direction: column
}

.specification__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.specification__name {
    color: #ccc;
    font-size: 16px;
    order: 0
}

.specification__data {
    font-weight: 500;
    font-size: 16px;
    order: 2
}

.specification__row::after {
    content: "";
    order: 1;
    display: block;
    flex-grow: 1;
    height: 16px;
    border-bottom: 1px dashed #ccc;
    margin: 0 6px
}

.product-view__content .btn-default {
    margin-top: auto
}

.main-view {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px;
    height: 720px
}

.main-view__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1
}

.main-view__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-view__header {
    position: absolute;
    top: 40px;
    z-index: 2
}

.navigation {
    box-sizing: border-box;
    padding: 16px;
    background-color: #fff;
    border-radius: 16px
}

.navigation__list {
    display: flex
}

.navigation__item {
    margin-right: 24px
}

.navigation__item:last-child {
    margin-right: 0px
}

.navigation__link {
    color: #999;
    font-weight: 500;
    transition: .25s
}

.navigation__link:hover {
    color: #365edc
}

.main-view__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-view__content h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 80px;
    color: #fff;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 60px
}

.main-view__content h1 span {
    background-color: rgba(0,0,0,.35);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    box-sizing: border-box
}

.main-view__content h1 span:first-child {
    padding: 12px
}

.main-view__content h1 span:last-child {
    border-radius: 0 0 20px 20px;
    padding: 0px 12px 16px 12px;
    line-height: 60px
}

.main-view__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 12px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.35);
    border-radius: 12px;
    letter-spacing: 1.35px;
    display: inline-flex
}

.main-view-with-form__body {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 0px 125px
}

.main-view-with-form__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.default-form {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #eef2ff
}

.default-controll {
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 16px;
    font-size: 16px;
    color: #999;
    border: none;
    transition: .3s
}

input::-moz-placeholder {
    -moz-transition: .3s;
    transition: .3s
}

input::placeholder {
    transition: .3s
}

.input:focus,input:active {
    outline: none;
    transition: .3s
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: .5s;
    transition: .5s
}

input:focus::placeholder {
    opacity: 0;
    transition: .5s
}

.default-controll:last-child {
    margin-bottom: 0px
}

.default-form__communication {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-communication {
    background-color: #fff;
    display: flex;
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 8px
}

.form-communication__input {
    display: none
}

.form-communication__label {
    height: 16px;
    width: 16px;
    margin-right: 24px;
    cursor: pointer
}

.form-communication__label:last-child {
    margin-right: 0px
}

.form-communication__svg {
    width: 16px;
    height: 16px;
    color: #999;
    transition: .3s
}

.form-communication__input:checked+.form-communication__label .form-communication__svg {
    color: #365edc
}

.default-form__send-btn {
    width: 100%
}

.main-view-with-form__content h1 {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 72px;
    color: #fff;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 60px
}

.main-view-with-form__content h1 span {
    background-color: rgba(0,0,0,.35);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    box-sizing: border-box
}

.main-view-with-form__content h1 span:first-child {
    padding: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px
}

.main-view-with-form__content h1 span:last-child {
    border-radius: 0 0 20px 20px;
    padding: 0px 12px 16px 12px;
    width: -moz-max-content;
    width: max-content;
    line-height: 60px
}

.main-view-with-form__text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.35);
    border-radius: 12px;
    letter-spacing: 1.35px
}

.gallery-slider {
    overflow: hidden
}

.gallery__images {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.gallery__image {
    width: 100%;
    height: 290px;
    border-radius: 16px;
    overflow: hidden
}

.gallery__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer
}

.swiper-gallery {
    margin-top: 40px;
    overflow: hidden
}

.gallery-slide {
    height: 520px;
    width: -moz-fit-content;
    width: fit-content
}

.gallery-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 480px) {
    .gallery-slide img {
        -o-object-fit:scale-down;
        object-fit: scale-down
    }
}

.gallery__text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #333
}

.whywe {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 0px 40px
}

.whywe__preside {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 592px
}

.whywe__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px
}

.whywe__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.whywe__main-text {
    z-index: 2;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-left: 20px
}

.whywe__main-text h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0px
}

.whywe__main-text {
    border-left: 4px solid #365edc
}

.whywe__left-text {
    color: #fff;
    font-size: 82px;
    font-weight: 600;
    max-width: 360px;
    text-transform: uppercase;
    line-height: 65px
}

.whywe__right-text {
    color: #fff;
    font-size: 174px;
    text-transform: uppercase;
    line-height: 174px
}

.whywe-adv {
    display: flex;
    flex-direction: column
}

.whywe-adv__item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 40px
}

.whywe-adv__item:last-child {
    margin-bottom: 0px
}

.whywe-adv__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase
}

.whywe-adv__text {
    color: #999;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}

.steps__list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.step__item {
    width: 224px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.step__place {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    margin-bottom: 40px;
    background-color: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(17, 24, 28, 0.8);
    font-size: 28px;
    font-weight: 600
}

.step__place.active {
    background-color: #374151;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgb(87 94 117 / 60%);
}

.step__name {
    font-size: 20px;
    color: #506073;
    text-align: center;
    font-weight: 500
}

.step__svg {
    position: absolute;
    right: -70px;
    top: 25px;
    width: 100px;
    height: 30px
}

.step-svg {
    width: 102px;
    height: 21px
}

.section__title-center h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 80px
}

.big-form {
    position: relative;
    box-sizing: border-box;
    padding: 116px 100px;
    border-radius: 16px;
    overflow: hidden
}

.big-form__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 760px;
    z-index: 1
}

.big-form__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.big-form__content {
    display: flex;
    position: relative;
    z-index: 2
}

.big-form__form {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    width: 440px
}

.big-form__row {
    margin-bottom: 24px
}

.r-rating__list {
    min-width: -moz-max-content;
    min-width: max-content
}

.big-form__row--col-2 {
    display: flex
}

.big-form__row--col-2 .big-form__col:first-child {
    margin-right: 12px
}

.big-form__row--col-2 .big-form__col {
    max-width: calc(50% - 6px)
}

.svg-calendar {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    fill: rgba(0,0,0,0);
    stroke: #365edc
}

.date-picker {
    text-align: center
}

.flatpickr-day {
    color: #999;
    border-radius: 8px
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #365edc
}

.numInputWrapper {
    display: none !important
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange {
    background-color: #365edc;
    border-color: #365edc
}

.date-arrow {
    width: 36px !important;
    height: 20px !important;
    fill: #999
}

input {
    color: #999;
    position: relative;
    outline: none
}

.input-after-r::after {
    content: "₽";
    font-size: 16px;
    position: absolute;
    top: calc(50% + 4px);
    right: 16px;
    color: #365edc;
    display: block
}

.input-after-p::after {
    content: "%";
    font-size: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #999;
    display: block
}

.date-arrow--reverse {
    transform: rotate(180deg)
}

.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #365edc
}

.big-form__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.big-form__row--col-custom-width {
    display: flex
}

.big-form__col--w72 {
    width: 72px !important;
    margin-right: 12px
}

.big-form__label {
    color: #365edc;
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    width: 100%
}

.big-form__input-radio {
    display: none
}

.big-form__input {
    height: 48px;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: none;
    outline: none
}

.big-form__label-select {
    padding: 16px;
    background-color: #f2f2f2;
    color: #999;
    transition: .25s;
    box-sizing: border-box;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0)
}

.big-form__input-radio:checked+label {
    color: #365edc;
    background-color: #eef2ff;
    border-color: #365edc;
    border: 1px solid #365edc
}

.big-form__input-list {
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.big-form__send {
    margin-top: 24px;
    width: 100%
}

.big-form__result {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: -moz-max-content;
    height: max-content
}

.big-form__result-title {
    color: #365edc;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600
}

.big-form__result-price {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: 500
}

.company-slide {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 0px 60px
}

.company-slide__image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 16px
}

.company-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.company-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.company-slide__content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 60px
}

.company-slide__text {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 300
}

.company-slide__blockquote {
    display: inline-block
}

.company-slide__grouped-svg {
    margin-right: 20px
}

.company-slide__svg {
    fill: #365edc;
    width: 10px;
    height: 8px
}

.company-slide__blockquote {
    color: #999
}

.ef-block {
    padding: 0 118px;
    box-sizing: border-box;
    display: flex
}

.ef-block__form {
    position: relative;
    width: 440px;
    min-width: 440px;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px
}

.ef-block__form h2 {
    font-size: 24px;
    color: #365edc;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center
}

.ef-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 60px
}

.ef-block__title {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px
}

.ef-block__text {
    font-size: 20px;
    font-weight: 300;
    color: #333
}

.ef-block__send {
    width: 100%
}

.product-view__heading-mobile {
    display: none
}

.our-works {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 0px 40px
}

.ow {
    display: flex;
    flex-direction: column
}

.ow__item {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    width: 100%;
    font-weight: 500;
    color: #999;
    font-size: 20px;
    background-color: #f2f2f2;
    transition: .25s;
    border-radius: 16px;
    cursor: pointer
}

.ow__item--active {
    background-color: #eef2ff;
    color: #365edc
}

.ow__item:last-child {
    margin-bottom: 0px
}

.our-works-swiper {
    visibility: visible;
    transition: .3s;
    opacity: 1
}

.our-works-swiper.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0px
}

.our-works__item {
    display: none
}

.our-works__item--active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.our-works__image {
    height: 300px;
    overflow: hidden;
    border-radius: 16px
}

.our-works__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq__list {
    display: flex;
    flex-direction: column
}

.faq__item {
    display: flex;
    flex-direction: column;
    background-color: #374151;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: .45s
}

.faq__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.faq__question {
    font-size: 20px;
    font-weight: 500;
    color: #a3abc5;
    transition: .35s;
    padding-right: 20px
}

.faq__dropdown-svg {
    width: 20px;
    height: 21px;
    stroke: #999;
    transition: .35s
}

.faq__answer {
    max-height: 0px;
    overflow: hidden;
    transition: .3s
}

.faq__item--active .faq__question {
    color: #cad5f7;
}

.faq__item--active .faq__dropdown-svg {
    stroke: rgb(126 142 168);
    transform: rotate(180deg)
}

.faq__item--active .faq__answer {
    margin-top: 40px
}

.case-swiper {
    overflow: hidden
}

.case-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 40px
}

.case__images {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 648px
}

.case__main-image {
    margin-bottom: 40px;
    height: 400px;
    overflow: hidden;
    border-radius: 16px
}

.case__main-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case__extra-images {
    position: static;
    width: 100%;
    --f-carousel-spacing: 20px
}

.case__content {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 648px
}

.case__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px
}

.case__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.case__text:last-child {
    margin-bottom: 0px
}

.case__s {
    color: #999
}

.case__spec {
    background-color: #eef2ff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-top: auto
}

.case__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.case__row:last-child {
    margin-bottom: 0px
}

.case__spec-name {
    order: 0
}

.case__row::after {
    content: "";
    order: 1;
    display: block;
    flex-grow: 1;
    height: 16px;
    border-bottom: 1px dashed #333;
    margin: 0 6px
}

.case__spec-value {
    font-weight: 500;
    color: #365edc;
    order: 2
}

.case-thumbs__slide {
    width: 100%;
    max-width: 188px;
    max-height: 120px;
    overflow: hidden;
    border-radius: 12px
}

.case-thumbs__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case-thumbs__slide.is-nav-selected {
    border: 1px solid #365edc
}

.case__extra-images .f-carousel__dots {
    background-color: #f2f2f2;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px;
    height: 48px;
    border-radius: 12px;
    box-sizing: border-box;
    bottom: 0px
}

.case__extra-images .f-carousel__dots .is-current {
    --f-carousel-dot-color: #365EDC
}

.case__extra-images .f-button {
    bottom: 0px;
    top: initial !important;
    transform: none !important
}

.case__extra-images .f-button.is-prev {
    left: 0px !important
}

.case__extra-images .f-carousel__dot {
    width: 12px;
    height: 12px;
    border-radius: 4px
}

.carousel-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.video-gallery .f-carousel__dots {
    background-color: #f2f2f2;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px;
    height: 48px;
    border-radius: 12px;
    box-sizing: border-box;
    bottom: 0px
}

.video-gallery .f-carousel__dots .is-current {
    --f-carousel-dot-color: #365EDC
}

.video-gallery .f-button {
    bottom: -60px;
    top: initial !important;
    transform: none !important
}

.video-gallery .f-button.is-prev {
    left: 0px !important
}

.video-gallery .f-carousel__dot {
    width: 12px;
    height: 12px;
    border-radius: 4px
}

.carousel-btn {
    outline: none;
    border: none
}

.slider-btn-next.carousel-btn {
    order: 1
}

.portf__list {
    display: flex;
    flex-direction: column
}

.portf__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    position: relative
}

.portf__item::before {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #365edc
}

.portf__item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    z-index: 3;
    border-right: 2px solid #365edc;
    border-bottom: 2px solid #365edc;
    transform: rotate(45deg)
}

.portf__item--reverse::before {
    left: calc(50% - 6px)
}

.portf__item--reverse::after {
    left: calc(50% - 7px)
}

.portf__item:last-child {
    margin-bottom: 0px
}

.portf__image {
    height: 400px;
    padding-right: 60px;
    box-sizing: border-box
}

.portf__image-wrapper {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 100%
}

.portf__image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.portf__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    border-left: 2px solid #365edc;
    position: relative
}

.portf__title {
    font-size: 24px;
    color: #cad5f7;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.portf__text {
    color: #9ea8b9;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

.rating-svg {
    width: 22px;
    height: 22px;
    fill: #ffab0a
}

.rating-svg--empty {
    fill: none;
    stroke: #ffab0a
}

.portf__item--reverse .portf__content {
    order: 0;
    padding-left: 0px;
    padding-right: 60px;
    border-left: 0px;
    border-right: 2px solid #365edc
}

.portf__item--reverse .portf__image {
    order: 1;
    padding-left: 60px;
    padding-right: 0px
}

.btn-show-menu {
    display: none
}

.btn-show-menu {
    padding: 4px 10px
}

.mobile-menu {
    display: none
}

.default-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.default-table thead th {
    background-color: #374151;
    font-size: 20px;
    color: #eef2ff;
    height: 60px
}

.default-table thead th:last-child {
    border-top-right-radius: 12px
}

.default-table thead th:first-child {
    border-top-left-radius: 12px
}

.default-table tbody td {
    font-size: 16px;
    font-weight: 500;
    color: #8c94a2;
    text-align: center;
    padding: 20px 0px
}

.default-table tbody tr:first-child td {
    padding-top: 40px
}

.default-table tbody tr:last-child td {
    padding-bottom: 40px
}

.video-gallery {
    display: flex;
    flex-direction: column
}

.video-gallery__slide {
    height: 720px;
    overflow: hidden;
    border-radius: 12px
}

.video-gallery__slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-gallery__subs {
    --f-carousel-spacing: 20px;
    margin-top: 40px
}

.video-gallery-thumbs__slide {
    height: 225px;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0)
}

.video-gallery-thumbs__slide.is-nav-selected {
    border: 1px solid #365edc
}

.video-gallery-thumbs__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-view-with-form__form--mobile {
    display: none
}

@media screen and (max-width: 1440px) {
    .container {
        max-width:944px
    }

    .video-gallery__slide {
        height: 540px
    }

    .video-gallery-thumbs__slide {
        height: 160px;
        max-width: 290px
    }

    .extra-slide {
        display: flex;
        flex-direction: column
    }

    .extra-slide__image {
        height: 600px;
        border-radius: 12px 12px 0px 0px
    }

    .extra-slide__content {
        padding-top: 130px;
        border-radius: 0px 0px 12px 12px
    }

    .extra-slider-controlls {
        left: 0;
        top: 640px;
        right: 0;
        padding: 0px 40px;
        width: 100%;
        bottom: initial
    }

    .cert-slide {
        height: 620px
    }

    .header__grouping {
        flex-direction: column;
        height: 48px;
        justify-content: space-between
    }

    .catalog__list {
        grid-template-columns: 1fr 1fr
    }

    .tariff__list {
        grid-template-columns: 416px 240px 240px;
        gap: 0px 24px
    }

    .portfolio-sliders {
        grid-template-columns: 420px 1fr
    }

    .portfolio-image-slider,.portfolio-content-slider {
        height: 480px;
        overflow: hidden
    }

    .content-slide__text {
        font-size: 16px;
        line-height: 24px
    }

    .bi-slide {
        height: 600px
    }

    .service {
        grid-template-columns: 420px 1fr
    }

    .service__description {
        font-size: 16px;
        line-height: 24px
    }

    .adv__item {
        font-size: 12px
    }

    .text-within-image {
        grid-template-columns: 1fr 440px;
        gap: 0px 20px
    }

    .catalog-with-menu__list {
        grid-template-columns: 1fr 1fr
    }

    .catalog-with-menu {
        grid-template-columns: 272px 1fr
    }

    .catalog-out-menu__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 82px
    }

    .product-view {
        grid-template-columns: 336px 1fr
    }

    .product-view__images {
        display: flex;
        flex-direction: column
    }

    .product-view__sub-images {
        order: 1;
        margin-top: 20px;
        height: 100px
    }

    .main-view {
        height: 800px;
        padding: 20px
    }

    .main-view-with-form__body {
        grid-template-columns: 460px 320px;
        justify-content: space-between;
        width: 100%;
        gap: 0px
    }

    .main-view-with-form__content h1 span:first-child {
        width: -moz-min-content;
        width: min-content
    }

    .gallery__images {
        grid-template-columns: repeat(3, 1fr)
    }

    .whywe {
        grid-template-columns: 616px 308px;
        gap: 0px 20px
    }

    .whywe__preside {
        height: 512px
    }

    .whywe-adv__item {
        padding: 20px;
        margin-bottom: 20px
    }

    .whywe__left-text {
        font-size: 60px
    }

    .whywe__right-text {
        font-size: 124px;
        line-height: 124px
    }

    .whywe-adv__title {
        margin-bottom: 12px
    }

    .steps__list {
        align-items: start
    }

    .step__item {
        width: 156px
    }

    .big-form {
        padding: 60px 40px
    }

    .our-works__item--active {
        grid-template-columns: 1fr 1fr
    }

    .case-slide {
        display: flex;
        flex-direction: column
    }

    .cert-slide {
        height: 620px !important
    }

    .product-view__image {
        height: 448px
    }

    .case__images {
        margin-bottom: 40px
    }

    .ef-block {
        padding: 0px
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width:768px
    }

    .catalog-out-menu__list {
        grid-template-columns: 1fr 1fr
    }

    .ow {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .ow__item {
        margin-right: 18px;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 12px 16px;
        margin-bottom: 0px
    }

    .video-gallery__slide {
        height: 416px
    }

    .video-gallery-thumbs__slide {
        width: 230px;
        height: 120px
    }

    .our-works {
        display: flex;
        flex-direction: column;
        gap: 40px
    }

    .main-view-with-form__form--mobile {
        display: flex;
        margin-top: 40px
    }

    .service {
        grid-template-columns: 300px 1fr
    }

    .service__image {
        height: 420px
    }

    .service__content {
        padding-left: 40px
    }

    .extra-slide__image {
        height: 480px
    }

    .extra-slider-controlls {
        top: 520px
    }

    .extra-slide__content {
        padding-top: 110px
    }

    .extra-slide__text {
        font-size: 18px
    }

    .main-view {
        height: 600px
    }

    .main-view__content h1 {
        font-size: 64px;
        line-height: 64px;
        background-color: rgba(0,0,0,.35);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        border-radius: 12px;
        padding: 12px 0px
    }

    .main-view__text {
        font-size: 16px
    }

    .main-view__content h1 span {
        background-color: initial;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .main-view__content h1 span:first-child {
        padding: 0px
    }

    .main-view__content h1 span:last-child {
        padding: 0px
    }

    .main-view-with-form__body {
        display: flex;
        flex-direction: column
    }

    .main-view-with-form__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .main-view-with-form__content h1 {
        font-size: 64px;
        line-height: 64px
    }

    .main-view-with-form__content h1 {
        align-items: center;
        width: 100%;
        background-color: rgba(0,0,0,.35);
        padding: 12px 0px;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        border-radius: 12px
    }

    .main-view-with-form__content h1 span {
        background-color: initial;
        border-radius: initial;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        text-align: center
    }

    .main-view-with-form__content h1 span:first-child {
        width: 100%;
        padding: 0px
    }

    .main-view-with-form__content h1 span:last-child {
        width: 100%;
        padding: 0px
    }

    .main-view-with-form__body .main-view-with-form__form {
        display: none
    }

    .main-slider-slide {
        height: 480px
    }

    .header__pre-text {
        display: none
    }

    .catalog-with-menu {
        display: flex;
        flex-direction: column
    }

    .cert-slide {
        height: 480px !important
    }

    .portfolio-sliders {
        display: flex;
        flex-direction: column
    }

    .content-slide {
        padding: 0px;
        justify-content: start;
        margin-top: 40px
    }

    .tariff__list {
        grid-template-columns: auto 160px 160px;
        gap: 0px 16px
    }

    .tariff__row-pricing {
        font-size: 20px
    }

    .tariff__content {
        padding: 20px
    }

    .tariff__heading {
        font-size: 24px
    }

    .tariff__col--large-heading .tariff__heading {
        padding: 24px 0px 0px 0px
    }

    .tariff__row {
        height: 76px
    }

    .pricing__list {
        gap: 0px 20px
    }

    .gallery__images {
        grid-template-columns: 1fr 1fr
    }

    .company-slide {
        grid-template-columns: 300px 1fr;
        gap: 0px 40px
    }

    .company-slide__image {
        height: 420px
    }

    .company-slide__content h2 {
        font-size: 24px;
        margin-bottom: 24px
    }

    .company-slide__text {
        font-size: 16px;
        line-height: 24px
    }

    .big-form__form {
        width: 344px;
        padding: 20px
    }

    .big-form {
        padding: 40px 20px
    }

    .big-form__result {
        padding: 20px
    }

    .big-form__result-title {
        text-align: center
    }

    .big-form__label-select {
        padding: 14px 10px
    }

    .big-form__image {
        height: 568px
    }

    .big-img {
        height: 420px
    }

    .bi-slide {
        height: 420px
    }

    .ef-block__form {
        width: 344px;
        min-width: 344px;
        padding: 20px
    }

    .ef-block__title {
        font-size: 34px
    }

    .ef-block__text {
        font-size: 16px
    }

    .whywe {
        display: flex;
        flex-direction: column
    }

    .whywe__preside {
        margin-bottom: 40px
    }

    .whywe__left-text {
        max-width: -moz-min-content;
        max-width: min-content;
        line-height: 50px
    }

    .steps__list {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .step__item {
        margin-bottom: 40px;
        width: 345px
    }

    .step__place {
        margin-bottom: 24px
    }

    .step__svg {
        display: none
    }

    .step__svg-mobile {
        display: block;
        position: absolute;
        right: 50px;
        top: 40px
    }

    .step__svg-mobile--left {
        left: 40px
    }

    .step__svg-mobile--longarr {
        right: 20px
    }

    .step__svg-mobile--left.step__svg-mobile--longarr {
        left: -90px
    }

    .free-text {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width: 320px) {
    .step__item {
        width:100%
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width:480px
    }

    #modal-mimage .modal-close {
        top: 0px;
        right: 10px
    }

    .modal-mimage__image img {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }

    .portf__item::after {
        left: -7.5px
    }

    .gallery-slide {
        height: 345px
    }

    .extra-slide__image {
        height: 336px
    }

    .extra-slider-controlls {
        top: 376px;
        padding: 0px 15px
    }

    .extra-slide__content {
        padding: 110px 15px 15px 15px
    }

    .extra-slide__content h2 {
        font-size: 20px
    }

    .extra-slide__text {
        font-size: 16px
    }

    .btn-callback {
        display: none
    }

    .btn-show-menu {
        display: block
    }

    .header__name {
        font-size: 16px;
        margin-right: 12px
    }

    .header__grouping {
        height: auto
    }

    .header__address {
        display: none
    }

    .catalog__list {
        grid-template-columns: 1fr
    }

    .map-swiper {
        width: 100%;
        overflow-x: scroll
    }

    .review__item {
        flex-direction: column
    }

    .review__content {
        flex-direction: column
    }

    .review__header {
        flex-direction: column
    }

    .review__content {
        padding: 20px 15px
    }

    .review__name {
        font-size: 20px;
        margin-bottom: 12px
    }

    .review__image {
        margin-bottom: 20px;
        margin-right: 0px
    }

    .review__left {
        width: 60px;
        min-width: 60px;
        margin-bottom: 20px
    }

    .service {
        display: flex;
        flex-direction: column
    }

    .service__content {
        padding: 0px;
        margin-top: 60px
    }

    .service__content h2 {
        margin-bottom: 20px
    }

    .adv__item {
        font-weight: 500
    }

    .text-within-image {
        display: flex;
        flex-direction: column
    }

    .video-gallery__slide {
        height: 196px
    }

    .video-gallery__subs {
        display: none
    }

    .img-block {
        margin-left: 0px;
        margin-top: 20px;
        height: 280px
    }

    .tariff__list {
        grid-template-columns: auto 64px 64px;
        gap: 0px
    }

    .tariff__heading {
        font-size: 12px
    }

    .tariff__content {
        padding: 0px
    }

    .tariff__col:nth-child(1) {
        border-radius: 0px;
        border-radius: 12px 0px 0px 0px
    }

    .tariff__col:nth-child(2) {
        border-radius: 0px
    }

    .tariff__col:nth-child(3) {
        border-radius: 0px 12px 0px 0px
    }

    .tariff__row {
        height: auto;
        padding: 20px 0px;
        font-size: 12px
    }

    .pricing__list {
        display: flex;
        flex-direction: column
    }

    .tariff__col--large-heading {
        padding: 24px 20px;
        margin-bottom: 20px;
        border-radius: 12px !important
    }

    .tariff__col--large-heading .tariff__heading {
        padding: 0px;
        margin-bottom: 20px;
        font-size: 24px
    }

    .tariff__price {
        font-size: 16px
    }

    .pricing__col--grouped .tariff__col:first-child {
        margin-bottom: 20px
    }

    .product-view {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 0px 20px;
        border-radius: 12px
    }

    .slider-pagination {
        padding: 12px
    }

    .slider-pagination .swiper-pagination-bullet {
        margin-right: 4px !important
    }

    .product-view__heading-mobile {
        display: block;
        margin: 40px 0px
    }

    .product-view__content {
        padding: 20px 0px
    }

    .product-view__heading-desktop {
        display: none
    }

    .main-view {
        height: 320px
    }

    .main-view__content h1 {
        font-size: 32px;
        line-height: 32px
    }

    .main-view__text {
        font-size: 12px
    }

    .swiper-catalog-out-menu,.swiper-catalog-with-menu {
        overflow: hidden
    }

    .catalog-out-menu__list,.catalog-with-menu__list {
        display: flex;
        gap: 0px
    }

    .offer__image {
        height: 345px
    }

    .whywe {
        display: flex;
        flex-direction: column
    }

    .whywe__preside {
        margin-bottom: 40px;
        height: 240px
    }

    .whywe__main-text {
        margin-left: 15px;
        margin-bottom: 24px
    }

    .section h2::before {
        margin-right: 8px
    }

    .whywe-adv__item {
        margin-bottom: 40px
    }

    .product-view__name {
        font-size: 24px
    }

    .whywe__left-text {
        font-size: 32px;
        line-height: 28px;
        width: -moz-min-content;
        width: min-content
    }

    .whywe__right-text {
        font-size: 68px;
        line-height: 68px
    }

    .whywe-adv__title {
        font-size: 20px
    }

    .whywe-adv__text {
        font-size: 16px
    }

    .whywe-adv__item {
        align-items: center
    }

    .steps__list {
        flex-direction: column;
        align-items: center
    }

    .company-slide {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .company-slide__image {
        height: 492px;
        margin-bottom: 40px
    }

    .company-slide__content h2 {
        margin-bottom: 24px
    }

    .ef-block {
        padding: 0px;
        flex-direction: column-reverse
    }

    .ef-block__content {
        margin-left: 0px;
        margin-bottom: 40px
    }

    .our-works {
        display: flex;
        flex-direction: column
    }

    .ow__item {
        margin-right: 8px;
        font-size: 16px;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 12px 16px;
        margin-bottom: 0px
    }

    .cert-slide {
        height: 480px !important
    }

    .cert-slide img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .bi-slide {
        height: 280px
    }

    .slider-btn--blured {
        display: none
    }

    .big-img {
        height: 280px
    }

    .figcaption {
        font-size: 16px
    }

    .big-img-slider__pagination {
        bottom: 20px
    }

    .tarrif__footer {
        display: flex;
        flex-direction: column
    }

    .portfolio-pagination {
        position: absolute;
        top: 490px !important;
        bottom: initial !important;
        right: 0;
        z-index: 2;
        margin: 0 auto
    }

    .porfolio-slide__switch {
        bottom: 80px
    }

    .tarrif__item {
        margin-top: 20px;
        background-color: #fff;
        padding: 17px 15px;
        box-sizing: border-box;
        border-radius: 12px;
        display: flex;
        justify-content: space-between
    }

    .tarrif__info {
        display: flex;
        flex-direction: column
    }

    .tarrif__title {
        font-size: 20px;
        color: #365edc;
        margin-bottom: 8px;
        font-weight: 500
    }

    .tarrif__price {
        color: #333;
        font-weight: 500
    }

    .tarrif__row-footer {
        display: none
    }

    .tariff__row--fixed-height {
        height: 56px
    }

    .tariff-svg {
        width: 16px;
        height: 16px
    }

    .main-view {
        justify-content: end
    }

    .main-view__content h1 {
        margin-bottom: 40px;
        background-color: rgba(0,0,0,.35);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        border-radius: 12px;
        padding: 8px 12px
    }

    .main-view__content h1 span {
        background-color: initial;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .main-view__content h1 span:first-child {
        padding: 0px
    }

    .main-view__content h1 span:last-child {
        line-height: 32px;
        border-radius: 0px;
        padding: 0px
    }

    .main-view__text {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px)
    }

    .gallery__images {
        display: flex;
        gap: 0px
    }

    .gallery__image {
        height: 345px !important
    }

    .portf__item {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        box-sizing: border-box;
        border-left: 2px solid #365edc
    }

    .portf__image {
        padding: 0px
    }

    .portf__content {
        padding: 0px;
        border: 0px;
        margin-top: 40px
    }

    .portf__item--reverse .portf__content {
        border: 0px;
        padding: 0px;
        order: 1
    }

    .portf__item--reverse .portf__image {
        padding: 0px;
        order: 0
    }

    .faq__question {
        font-size: 16px
    }

    .faq__dropdown-svg {
        width: 10px;
        height: 5px
    }

    .case__main-image {
        display: none
    }

    .case__images {
        height: 430px
    }

    .case-thumbs__slide.is-nav-selected {
        border: 0px
    }

    .case-thumbs__slide {
        max-width: 100%;
        max-height: 345px;
        height: 345px
    }

    .main-view__header {
        top: 18px
    }

    .navigation__link {
        font-size: 12px
    }

    .main-view-with-form__content h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 40px;
        background-color: rgba(0,0,0,.35);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        padding: 8px 12px;
        border-radius: 12px;
        text-align: center
    }

    .main-view-with-form__content h1 span:first-child {
        padding: 0px;
        min-width: 100%;
        border-radius: 0;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: initial
    }

    .main-view-with-form__content h1 span:last-child {
        padding: 0px;
        line-height: 32px;
        border-radius: 0;
        min-width: 100%;
        background-color: initial;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .main-view-with-form__body {
        display: flex
    }

    .main-view-with-form__text {
        font-size: 12px
    }

    .ef-block__form {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .map-info {
        left: 20px
    }

    .big-form__content {
        flex-direction: column
    }

    .big-form__form {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 24px
    }

    .big-form__image {
        height: 696px
    }

    .big-form__result-title {
        font-size: 20px;
        margin-bottom: 24px
    }

    .big-form__result-price {
        font-size: 20px
    }

    .our-works-swiper {
        overflow: hidden
    }

    .our-works__item--active {
        display: flex;
        gap: 0px
    }

    .main-slider-slide {
        height: 320px;
        padding: 0px 30px 40px 30px
    }

    .main-slider-slide__content {
        max-height: 185px;
        overflow-y: scroll;
        padding-right: 10px
    }

    .main-slider-slide__content h2 {
        margin-bottom: 20px
    }

    .main-slider-slide__text {
        font-size: 16px;
        line-height: 24px
    }

    .main-slider-slide__content::-webkit-scrollbar {
        width: 5px
    }

    .main-slider-slide__content::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 20px
    }

    .main-slider-slide__content::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,.3);
        border-radius: 20px
    }

    .main-slider-swiper {
        padding-bottom: 80px
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        background-color: #fafafa;
        transition: .3s;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
        box-sizing: border-box;
        z-index: 99;
        justify-content: space-between
    }

    .mobile-menu.show {
        right: 0
    }

    .mobile-menu__heading {
        position: absolute;
        left: 20px;
        top: 20px
    }

    .mobile-menu__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px
    }

    .mobile-menu__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .mobile-menu__logo-main-text {
        font-size: 28px;
        color: #333;
        margin-right: 16px
    }

    .mobile-menu__logo-text {
        font-size: 12px;
        color: #999;
        max-width: 130px
    }

    .mobile-menu__address {
        font-size: 16px;
        color: #333;
        margin-bottom: 40px
    }

    .mobile-menu__phone {
        font-size: 16px;
        color: #333
    }

    .mobile-menu__footer {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .map-swiper {
        left: 20px
    }

    .portfolio-content-slider {
        height: 100%
    }

    .section h2 {
        font-size: 24px
    }

    .section__title-center h2 {
        margin-bottom: 40px
    }

    h3 {
        font-size: 20px
    }

    .default-ol li,.default-ul li {
        font-size: 16px;
        line-height: 24px
    }

    .default-ol li a {
        font-size: 16px;
        line-height: 24px
    }

    .faq__item--active .faq__answer {
        margin-top: 24px
    }

    .portf__title {
        font-size: 20px
    }

    .portf__text {
        font-size: 16px;
        line-height: 24px
    }

    .main-slider-controlls {
        bottom: 0px;
        top: initial;
        right: 0;
        left: 0
    }

    .main-slider-controlls .slider-btn {
        align-self: start
    }

    .main-slider-pagination {
        margin-bottom: 0px !important;
        align-self: center !important
    }

    .default-table thead th {
        font-size: 16px;
        text-align: center
    }

    .default-table tbody td {
        font-size: 12px
    }

    .header__phone {
        font-size: 12px
    }

    .portfolio-btns {
        display: none
    }

    .case-btns {
        display: none
    }

    .portf__item::before {
        left: -6px
    }
}

.product-view__sub-images {
    --f-carousel-spacing: 20px
}

.product-thumbs__slide {
    max-width: 120px;
    max-height: 120px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0)
}

.product-thumbs__slide.is-nav-selected {
    border: 1px solid #365edc
}

.product-thumbs__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

@media screen and (max-width: 1440px) {
    .product-view__sub-images {
        --f-carousel-spacing: 16px
    }

    .product-thumbs__slide {
        max-width: 100px;
        max-height: 100px;
        height: 100px
    }
}

@media screen and (max-width: 480px) {
    .main-slider-swiper {
        margin-left:-15px;
        margin-right: -15px
    }

    .modal .product-view {
        margin: 0px
    }

    .swiper-gallery {
        padding: 0px 15px
    }

    .gallery-slide {
        border-radius: 8px;
        overflow: hidden
    }

    .main-slider-slide__image {
        border-radius: 0px
    }

    .main-map {
        margin-left: -15px;
        margin-right: -15px
    }

    .map-info {
        width: calc(100% - 40px)
    }

    .ymaps-2-1-79-map {
        width: 100%
    }

    .product-view {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff;
        padding: 0px 15px
    }

    .product-view__content {
        padding: 20px 0px
    }

    .big-form {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px;
        border-radius: 0px
    }
}

@media screen and (max-width: 360px) {
    .main-view__content h1 {
        font-size:24px;
        line-height: 24px
    }

    .navigation {
        padding: 12px
    }

    .navigation__item {
        margin-right: 12px
    }

    .main-view-with-form__content h1 {
        font-size: 24px;
        line-height: 24px
    }
}

.bests__list {
    display: flex;
    flex-direction: column
}

.bests__item {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.bests__counter {
    margin-right: 40px
}

.bests__counter-el {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    color: #ccc;
    background-color: #f2f2f2;
    font-size: 24px;
    font-weight: 600;
    transition: .3s
}

.bests__item:hover>.bests__counter .bests__counter-el {
    background-color: #365edc;
    color: #fff
}

.bests__content {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box
}

.bests__content-top {
    display: flex
}

.bests__image {
    width: 168px;
    height: 168px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 40px
}

.bests__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bests__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 168px
}

.bests__name {
    font-size: 24px;
    font-weight: 600
}

.bests-spec {
    display: flex;
    flex-direction: column
}

.bests-spec__row {
    display: flex;
    font-size: 16px;
    margin-bottom: 16px
}

.bests-spec__row:last-child {
    margin-bottom: 0px
}

.bests__spec-name {
    margin-right: 20px
}

.bests__spec-value {
    font-weight: 500
}

.color-blue {
    color: #365edc
}

.bests__address {
    color: #999
}

.bests__address a {
    color: #999;
    transition: .3s
}

.bests__address a:hover {
    border-bottom: 1px solid #999
}

.bests__address a:visited {
    color: #999
}

.bests__contacts {
    display: flex;
    flex-direction: column;
    margin-left: auto
}

.bests__phone {
    color: #999;
    margin-top: 12px
}

.bests__contacts .btn {
    margin-top: auto
}

.btn-underline {
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    color: #365edc;
    font-weight: 500;
    border-radius: 0px;
    padding: 0px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 10px
}

.btn-underline::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 1px;
    background-color: #365edc;
    width: 100%
}

.bests__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.bests__content-bottom {
    margin-top: 40px
}

.bests__content-bottom--pad {
    padding-left: 208px
}

.bests__item--without-counter .bests__content {
    margin-left: 100px
}

@media screen and (max-width: 1024px) {
    .bests__item--with-image .bests__content-top {
        flex-wrap:wrap
    }

    .bests__item--with-image .bests__contacts {
        margin-left: 0px;
        margin-top: 24px;
        padding-left: 208px
    }

    .bests__item--with-image .bests__phone {
        margin-bottom: 12px
    }

    .bests__item--with-image .bests__content-bottom {
        margin-top: 20px
    }
}

.bests-mobile-rating {
    display: none
}

.bests__phone--mobile {
    display: none
}

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

    .bests__item .review__totalrate {
        font-size: 16px
    }

    .bests__item--without-counter .bests__content {
        margin-left: 0px
    }

    .bests__counter {
        margin-right: 0px;
        margin-bottom: 20px
    }

    .bests__content {
        padding: 20px
    }

    .bests__content-top {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center
    }

    .bests__image {
        margin-right: 0px;
        margin-bottom: 20px
    }

    .bests__name {
        font-size: 20px;
        text-align: center;
        margin-bottom: 12px
    }

    .bests-mobile-rating {
        display: flex;
        justify-content: center;
        margin-bottom: 12px
    }

    .bests__info {
        min-height: 100%
    }

    .bests-desktop-rating {
        display: none
    }

    .rating-svg {
        width: 16px;
        height: 16px
    }

    .bests__address {
        margin-top: 12px
    }

    .bests__phone {
        margin-top: 0px
    }

    .bests__phone--desktop {
        display: none
    }

    .bests__phone--mobile {
        display: block;
        text-align: center;
        margin-bottom: 12px
    }

    .bests__content-bottom--pad {
        padding: 0px
    }

    .bests__item--with-image .bests__contacts {
        margin-left: 0px;
        padding-left: 0px
    }

    .bests__contacts {
        margin-left: 0px;
        margin-top: 24px
    }

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

@media screen and (max-width: 480px) {
    .bests__image {
        width:100px;
        height: 100px
    }
}

.slider-replacement {
    overflow: hidden
}

.swiper-replacement {
    position: relative;
    height: 888px;
    overflow: hidden;
    border-radius: 12px;
    width: 100%
}

.swiper-replacement__left-image {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.swiper-replacement__left-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.swiper-replacement__right-image {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.swiper-replacement__right-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.toggling-replace {
    position: absolute;
    z-index: 4;
    left: calc(50% - 18px);
    top: calc(50% - 26px);
    width: 36px;
    height: 52px;
    box-sizing: border-box;
    padding: 0px 4px;
    border-radius: 12px;
    background-color: #365edc;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.toggling-replace::before {
    content: "";
    width: 2px;
    height: 500px;
    background-color: #365edc;
    display: block;
    position: absolute;
    left: 17px;
    top: -444px
}

.toggling-replace::after {
    content: "";
    width: 2px;
    height: 500px;
    background-color: #365edc;
    display: block;
    position: absolute;
    left: 17px;
    top: 0
}

.swiper-replacement__text {
    position: absolute;
    top: 40px;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 20px;
    color: #365edc;
    background-color: #fff;
    border-radius: 16px
}

.swiper-replacement__text--left {
    z-index: 2;
    left: 25%;
    transform: translateX(-50%)
}

.swiper-replacement__text--right {
    z-index: 3;
    right: 25%;
    transform: translateX(50%)
}

@media screen and (max-width: 1440px) {
    .swiper-replacement {
        height:600px
    }

    .swiper-replacement__text {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .swiper-replacement {
        height:400px
    }
}

@media screen and (max-width: 768px) {
    .swiper-replacement {
        height:212px
    }

    .swiper-replacement__text {
        font-size: 12px;
        padding: 8px 12px;
        top: 12px
    }
}

@media screen and (max-width: 480px) {
    .case-swiper {
        margin-right:-15px;
        margin-left: -15px
    }

    .case__images {
        padding: 0px 15px
    }

    .case__content {
        padding: 0px 15px
    }

    .case__content {
        min-height: auto
    }
}

.toggling-replace__svg {
    width: 12px;
    height: 12px;
    fill: #fff
}

@media screen and (max-width: 768px) {
    .swiper-modal-images__slide {
        height:345px
    }

    .modal-mimage__image {
        height: 345px
    }

    .swiper-modal-images__slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.footer {
    background-color: #061426;
    padding: 20px 0px
}

.footer__list {
    display: flex;
    align-items: center
}

.footer__logo {
    margin-right: 60px;
    font-size: 40px;
    color: #fff;
    font-weight: 600
}

.footer__phone {
    color: #fff;
    margin-right: 60px;
    display: flex;
    align-items: center
}

.footer__svg-phone {
    width: 16px;
    height: 16px;
    margin-right: 12px
}

.footer-social {
    display: flex
}

.footer-social__item {
    margin-right: 20px
}

.footer-social__item:last-child {
    margin-right: 0px
}

.footer__text {
    margin-left: auto;
    color: #fff
}

.footer__svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

.footer__text-link {
    color: #fff;
    border-bottom: 1px solid #fff
}

.footer__phone-link {
    color: #fff
}

@media screen and (max-width: 1440px) {
    .footer__logo {
        margin-right:40px
    }

    .footer__phone {
        margin-right: 40px
    }
}

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

    .footer__text {
        margin-left: 0px
    }

    .footer__logo {
        margin-right: 0px;
        margin-bottom: 40px
    }

    .footer__phone {
        margin-bottom: 40px;
        margin-right: 0px
    }

    .footer__social {
        margin-bottom: 80px
    }
}

.header-svg {
    height: 16px;
    width: 16px;
    margin-right: 12px
}
