.header-top .header-top__navigator svg {
    width: 88px;
    height: 55px;
}

.intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3E9AD9;
    background-attachment: initial!important;
    min-height: 600px;
    height: 100%;
}

.intro iframe {
    width: calc(100% + 60px)!important;
    min-height: 100%!important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: -100px -30px 0!important;
}

.intro>.section-container {
    min-height: 600px;
}

.intro__title-wrapper {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    z-index: 3;
}

.intro__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.intro__title h2, .intro__title h1 {
    font-weight: 500;
    font-size: 26px;
    text-transform: none;
}

.title_decor {
    position: relative;
}

.title_decor::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    bottom: -11px;
    left: 0;
    background-color: #fff;
    transform: skew(45deg);
}

.intro__subTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.intro__btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    padding-right: 34px;
}

.intro__btn::before {
    content: url(../images/intro__btn.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.new-intro-btn {
    display: block;
    width: 264px;
    height: 58px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    line-height: 58px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0;
}

.new-intro-btn:hover {
    background: #fff;
    color: black;
}

.new-intro-btn::before {
    display: none;
}

/* intro slider dots */

.intro-slider .slick-dots button:before {
    display: none;
}

.intro-slider .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    position: relative;
    background: #fff;
    border-radius: 50%;
}

.intro-slider .slick-dots li {
    position: relative;
    margin-right: 23px;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-slider .slick-dots {
    bottom: 173px;
    width: auto;
    left: 130px;
    display: flex;
}

.intro-slider .slick-dots .slick-active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
}

/*  */

.services {
    margin: 50px 0 80px;
    padding: 0;
    background-color: transparent;
}

.services__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #404040;
    margin-bottom: 55px;
}

.services__box {
    display: grid;
    grid-template-columns: minmax(300px, 320px) 1fr minmax(300px, 320px);
    row-gap: 50px;
}

.services-card {
    display: flex;
    height: 90px;
    align-items: start;
    justify-content: flex-start;
}

.services-card:nth-child(3n-1) {
    justify-self: center;
    min-width: 330px;
}

.services-card__image-wrapper {
    margin-right: 20px;
}

.services-card__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 12px 0;
}

.services-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
}

.services-card__title h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.services-card__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #3E9AD9;
    display: inline-block;
}

.services-card__link:hover {
    color: #44A1E1;
}

.services-card__link:hover .svg path {
    stroke: #44A1E1;
}

.services-card__link:active {
    color: #125585;
}

.services-card__link:active .svg path {
    stroke: #125585;
}

/* BigText */

.BigText {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    padding: 40px 0 40px;
    margin-bottom: 115px;
}

.BitText-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
}

.BigText-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
    max-height: 200px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.BitText-fade {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 228px;
    height: 228px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 56.17%);
}

.BigText-btn{
    position: relative;
    z-index: 3;
}

/* about-company */

.about-company {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    padding: 40px 0 60px;
    background-image: url(../images/about-company-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% 400%;
    /* background-attachment: fixed; */
    min-height: 447px;
}

.about-company>.section-container {
    display: flex;
}

.about-company__image-wrapper {
    margin-right: 80px;
    max-width: 508px;
    width: 100%;
    position: relative;
}

.about-company__image-wrapper>img {
    position: absolute;
    object-fit: cover;
    /* transition: opacity .2s */
}

.about-company__image-wrapper>img:nth-child(1) {
    top: 81px;
    left: 0;
    width: 369px;
    height: 259px;
    z-index: 1;
    filter: none;
    /* animation: about-company-animation-1 20s linear infinite; */
}

.about-company__image-wrapper>img:nth-child(2) {
    top: 0;
    left: 28px;
    width: 369px;
    height: 259px;
    z-index: 2;
    filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
    /* animation: about-company-animation-2 20s linear infinite; */
}

.about-company__image-wrapper>img:nth-child(3) {
    top: 32px;
    left: 53px;
    width: 455px;
    height: 320px;
    z-index: 3;
    filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
    /* animation: about-company-animation-3 20s linear infinite; */
}

@keyframes about-company-animation-3 {
    0%, 31%, 100% {
        top: 32px;
        left: 53px;
        width: 455px;
        height: 320px;
        z-index: 3;
        filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        opacity: 1;
    }
    33%, 64% {
        top: 81px;
        left: 0;
        width: 369px;
        height: 259px;
        z-index: 1;
        filter: none;
        opacity: 1;
    }
    66%, 99% {
        top: 0;
        left: 28px;
        width: 369px;
        height: 259px;
        z-index: 2;
        filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
        opacity: 1;
    }
    32%, 65% {
        opacity: 0;
    }
}

@keyframes about-company-animation-2 {
    0%, 31%, 100% {
        top: 0;
        left: 28px;
        width: 369px;
        height: 259px;
        z-index: 2;
        filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
        opacity: 1;
    }
    33%, 64% {
        top: 32px;
        left: 53px;
        width: 455px;
        height: 320px;
        z-index: 3;
        filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        opacity: 1;
    }
    66%, 99% {
        top: 81px;
        left: 0;
        width: 369px;
        height: 259px;
        z-index: 1;
        filter: none;
        opacity: 1;
    }
    32%, 65% {
        opacity: 0;
    }
}

@keyframes about-company-animation-1 {
    0%, 31%, 100% {
        top: 81px;
        left: 0;
        width: 369px;
        height: 259px;
        z-index: 1;
        filter: none;
        opacity: 1;
    }
    33%, 64% {
        top: 0;
        left: 28px;
        width: 369px;
        height: 259px;
        z-index: 2;
        filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
        opacity: 1;
    }
    66%, 99% {
        top: 32px;
        left: 53px;
        width: 455px;
        height: 320px;
        z-index: 3;
        filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        opacity: 1;
    }
    32%, 65% {
        opacity: 0;
    }
}

.about-company__description {
    max-width: calc(100% - 80px - 508px);
    width: 100%;
    padding-top: 24px;
    color: #404040;
    line-height: 1.2;
    font-weight: 500;
}

.about-company__title {
    font-size: 26px;
    margin-bottom: 15px;
}

.about-company__text {
    font-size: 16px;
    margin-bottom: 30px;
}

.about-company__link {
    font-size: 16px;
    color: #3E9AD9;
    display: inline-block;
    padding-right: 29px;
}

.move-arrow:hover svg {
    margin-left: 15px;
}

.move-arrow svg {
    margin-left: 0px;
    -webkit-transition: margin-left .6s;
    transition: margin-left .6s;
}

.map {
    padding: 110px 0;
}

.map>.section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.map__description {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
}

.map__image-wrapper {
    position: relative;
}

.map__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map__card {
    font-weight: 500;
    line-height: 1.2;
}

.map__number {
    float: left;
    font-size: 50px;
    color: #3E9AD9;
    margin-right: 12px;
    margin-bottom: 12px;
    line-height: 1;
}

.map__text {
    font-size: 16px;
    color: #404040;
    margin-top: 7px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.trust {
    background-color: #F1F1F1;
    padding: 20px 0 40px;
}

.trust__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 33px;
    color: #404040;
}

.trust__slider {
    width: 100%;
}

.trust__slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback {
    padding: 40px 0;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    position: relative;
}

.callback>.section-container {
    position: static;
}

.callback__title {
    font-weight: 500;
    line-height: 1.2;
    font-size: 26px;
    color: #404040;
    margin-bottom: 50px;
    text-align: center;
}

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

.callback__form>input {
    margin-right: 30px;
    border-radius: 0%;
    border: none;
    background-color: #F1F1F1;
    color: #000;
    max-width: 264px;
    width: 100%;
    height: 56px;
    padding: 18px 13px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.callback__form>input::placeholder {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.btn {
    cursor: pointer;
    max-width: 264px;
    width: 100%;
    height: 56px;
    padding: 18px 13px;
    background-color: #F1F1F1;
    font-size: 16px;
    line-height: 1.2;
    border: 0;
    border-radius: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3E9AD9;
    color: #FFFFFF;
}

.btn_hover {
    position: relative;
}

.btn_hover:before {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    opacity: 0
}

.btn_hover:hover::before {
    animation: showService .6s;
}

@keyframes showService {
    0% {
        -webkit-transform: skewX(-45deg) translateX(0);
        transform: skewX(-45deg) translateX(0);
        opacity: 0
    }
    100% {
        -webkit-transform: skewX(-45deg) translateX(350px);
        transform: skewX(-45deg) translateX(350px);
        opacity: 1;
    }
}

.header-right {
    -webkit-box-shadow: -4px 0px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -4px 0px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -4px 0px 14px -2px rgba(34, 60, 80, 0.2);
}

.header-left {
    -webkit-box-shadow: 5px 0px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 0px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 0px 14px -2px rgba(34, 60, 80, 0.2);
}

.buttonBar {
    display: none;
}

.service-intro {
    min-height: 388px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    background-attachment: initial!important;
}

.service-intro .section-container {
    height: 388px
}

.service-intro__title-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
    padding-top: 70px;
    position: relative;
    z-index: 3;
}

.service-intro__title {
    font-size: 36px;
    margin-bottom: 30px;
}

.breadrcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.breadrcrumbs span {
    display: inline-block;
}

/* .breadrcrumbs span:not(:first-child) {
    margin-left: 20px;
    position: relative;
}
.breadrcrumbs span:not(:first-child)::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
} */

.separator {
    margin: 0 10px;
}

.some-info {
    margin: 50px 0;
}

.some-info>.section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.some-info__image-wrapper {
    overflow: hidden;
}

.some-info__image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.some-info__description {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 1.2;
    color: #404040;
}

.some-info__description ol, .some-info__description ul {
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    line-height: 1.25;
}

.some-info__title {
    font-size: 26px;
    margin-bottom: 30px;
}

.some-info__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.some-info__text {
    font-size: 16px;
}

.some-info__link {
    margin-top: 30px;
}

.more-info {
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #404040;
}

.more-info__title {
    font-size: 26px;
    margin-bottom: 30px;
}

.more-info__description {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.25;
}

.more-info__description * {
    color: #404040!important;
}

.more-info__description h2, .more-info__description h3, .more-info__description h4, .more-info__description h5 {
    margin-bottom: 20px;
}

.more-info__description p {
    margin-bottom: 24px;
}

.more-info__description ol, .more-info__description ul {
    padding-left: 20px;
    line-height: 1.25;
    font-size: 16px;
}

.more-info__description::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    position: absolute;
    left: 0;
    bottom: -80px;
}

.more-info__link:hover span {
    color: #44A1E1;
}

.more-info__link:active span {
    color: #125585;
}

.service-btn {
    transition: .2s;
}

.service-btn:hover {
    background-color: #44A1E1;
    transition: .2s;
}

.service-btn:active {
    background-color: #125585;
    transition: .2s;
}

.service-btn.more-info__link, .service-btn.more-info__link:hover, .service-btn.more-info__link:active {
    background-color: transparent;
}

.player-wrapper {
    position: relative;
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: .2s;
}

.player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.player::before {
    content: url(../images/video-play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
}

.player.pause {
    opacity: 1;
    transition: .2s;
    display: block;
}

.player.pause::before {
    opacity: 1;
    transition: .2s;
}

.service-video {
    padding: 40px 0;
}

.service-video>.section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    min-height: 354px;
}

.service-video__video-wrapper {
    width: 100%;
    height: 100%;
}

.service-video__description {
    align-self: center;
}

.service-video__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #404040;
}

.service-video__text {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #404040;
}

.service-video__text:last-child {
    position: relative;
}

.service-video__text:last-child::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.reviews__slide {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}

.reviews__slide::after {
    content: '';
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.reviews__slide::before {
    content: '';
    width: calc(78px + 28px);
    height: calc(78px + 28px);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(230, 230, 230, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    animation: reviews .75s infinite alternate-reverse;
}

@keyframes reviews {
    0% {
        width: 78px;
        height: 78px;
        opacity: 0;
    }
    100% {
        width: calc(78px + 28px);
        height: calc(78px + 28px);
        opacity: 1;
    }
}

.reviews__description {
    width: calc(100% + 15px);
    margin-right: -15px;
    min-height: 400px;
    position: relative;
    top: 88px;
}

.reviews__description {
    background: linear-gradient(108.13deg, #3E9AD9 13.48%, #268AFC 154.75%);
}

/* .reviews__description-inner::-webkit-scrollbar{width:0px;background:rgba(255,255,255,0)} */

.reviews__description-inner {
    /* overflow-y: scroll;
    scrollbar-width:none; */
    position: absolute;
    top: 0;
    right: 130px;
    bottom: 0;
    max-width: calc(100% - 200px - 130px);
    width: 100%;
    color: #FFFFFF;
    padding: 40px 0 90px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .reviews__title {
    margin-bottom: 80px;
    font-size: 26px;
} */

.reviews__title {
    margin-bottom: 55px;
    font-size: 20px;
}

.reviews__quote {
    padding-left: 30px;
    font-size: 16px;
    position: relative;
    margin-bottom: 50px;
}

.reviews__quote::before, .reviews__quote::after {
    content: url(../images/quote.svg);
    position: absolute;
}

.reviews__quote::before {
    top: -25px;
    left: 0px;
}

.reviews__quote::after {
    bottom: -25px;
    right: 0;
    transform: rotate(180deg);
}

.reviews__position {
    padding-left: 23px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px;
}

.reviews__name {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 23px;
}

.reviews__rating {
    padding-left: 23px;
    display: flex;
}

.reviews__rating span {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews__rating span:last-child {
    margin-right: 0;
}

.fill-star {
    background-image: url(../images/Star.svg);
}

.empty-star {
    background-image: url(../images/Star_empty.svg);
}

.reviews__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__image-wrapper {
    width: calc(100% + 15px);
    margin-left: -15px;
    z-index: 2;
    position: relative;
    max-height: 420px;
    -webkit-box-shadow: -10px 10px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -10px 10px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -10px 10px 14px -2px rgba(34, 60, 80, 0.2);
}

.reviews__slide-wrapper {
    min-height: 490px;
}

.reviews__slider .slick-arrow {
    width: 37px;
    height: 37px;
    border: 1px solid #FFFFFF;
    position: absolute;
    z-index: 5;
    cursor: pointer;
}

.reviews__slider .slick__prev {
    right: calc(50% + 100px);
    bottom: 73px;
}

.reviews__slider .slick__next {
    right: calc(50% + 100px - 37px);
    bottom: calc(73px - 37px);
}

.reviews__slider .slick__next:active, .reviews__slider .slick__prev:active {
    background-color: #fff;
    transition: .1s
}

.reviews__slider .slick__next:active::before, .reviews__slider .slick__prev:active::before {
    border-color: #C4C4C4;
    transition: .1s;
}

.reviews__slider .slick__prev::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.reviews__slider .slick__next::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fresh-news {
    padding: 100px 0 90px;
}

.fresh-news>.section-container {
    display: grid;
    grid-template-areas: 'fn1 fn2' 'fn1 fn3';
    gap: 20px 30px;
    height: 460px;
}

.fresh-news__card:nth-of-type(1) {
    display: block;
    grid-area: fn1;
    max-height: 460px;
    height: 100%;
}

.fresh-news__card:nth-of-type(2) {
    display: block;
    grid-area: fn2;
    max-height: 230px;
    height: 100%;
}

.fresh-news__card:nth-of-type(3) {
    display: block;
    grid-area: fn3;
    max-height: 230px;
    height: 100%;
}

.fresh-news__card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.fresh-news__card>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.scrollOff {
    overflow: hidden;
}

.fresh-news__category {
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #3E9AD9;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
}

.fresh-news__title-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 20px 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(12, 91, 146, 0.7);
    cursor: pointer;
}

.fresh-news__date {
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #3E9AD9;
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 14px;
}

.fresh-news__card:nth-of-type(1) .fresh-news__title {
    font-size: 26px;
}

.fresh-news__title {
    font-size: 18px;
    max-width: calc(100% - 200px);
}

.fresh-news__btn-link {
    font-size: 16px;
}

.fresh-news__card:nth-of-type(1) .fresh-news__title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.fresh-news__card:nth-of-type(1) .fresh-news__title {
    max-width: 100%;
    margin-bottom: 15px;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    display: none
}

.popup-wrapper.open {
    display: block
}

.popup {
    width: 436px;
    height: 495px;
    box-shadow: 0px 13px 24px rgba(79, 79, 79, 0.15), 0px 6px 9px rgba(116, 116, 116, 0.14), 0px 0px 1px rgba(0, 0, 0, 0.04);
    position: absolute;
    padding: 30px 20px 20px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.popup input {
    background: #EDF2F4;
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 46px;
    padding: 13px 10px;
    color: #000;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.popup input::placeholder, .popup textarea::placeholder {
    color: #757575;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
}

.popup textarea {
    background: #EDF2F4;
    border-radius: 0px;
    border: none;
    resize: none;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 185px;
    margin-bottom: 20px;
    width: 100%;
    padding: 13px 10px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}

.popup textarea::-webkit-scrollbar {
    width: 0;
    background: rgba(255, 255, 255, 0)
}

.popup__form>.btn {
    max-width: 100%;
    height: 46px;
}

.popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.popup__close::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #A2A2A2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup__close::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #A2A2A2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup input:invalid, .popup textarea:invalid {
    background: #F1D4D4;
    box-shadow: 0px 1px 0px rgba(255, 0, 0, 0.91);
    border-bottom: 1px solid red;
}

.cartein {
    position: relative;
}

.cartein::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 0%, rgba(28, 28, 28, 0.27) 90.34%);
    z-index: 2;
}

.callback .wpcf7-response-output {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #03C722;
    margin: 0!important;
    border-color: transparent;
    width: 100%;
    color: transparent;
}

.popup .wpcf7-response-output {
    position: absolute;
    top: 63px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #03C722;
    margin: 0!important;
    border-color: transparent;
    width: 100%;
    color: transparent;
}

.callback .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .popup .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: rgba(255, 0, 0, 0.91);
    border-color: transparent;
}

@media (max-width: 1366px) {
    /* slick dots */
    .intro-slider .slick-dots {
        left: 150px;
    }
    .intro__title-wrapper {
        left: 150px;
    }
    .services__box {
        grid-template-columns: 1fr 1fr;
    }
    .services-card:nth-child(3n-1) {
        justify-self: start;
        min-width: auto;
    }
    .some-info>.section-container {
        grid-template-columns: .4fr .6fr;
    }
    .reviews__description-inner {
        max-width: calc(100% - 150px - 130px);
    }
}

@media (max-width: 1280px) {
    /* new slick */
    .intro-slider .slick-dots {
        left: 80px;
    }
    .intro__title-wrapper {
        left: 80px;
    }
    .reviews__description-inner {
        right: 70px;
        max-width: calc(100% - 80px - 70px);
    }
    .fresh-news__title {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .fresh-news__title-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (max-width: 1000px) {
    /* new slick */
    .intro-slider .slick-dots {
        left: 50px;
        bottom: 100px;
    }
    .intro {
        min-height: 450px;
    }
    .intro>.section-container {
        min-height: 450px;
    }
    .intro__title-wrapper {
        left: 50px;
    }
    .about-company__image-wrapper {
        margin-right: 40px;
        max-width: 50%;
    }
    .about-company__image-wrapper>img:nth-child(1) {
        top: 40px;
        left: 0;
        width: 70%;
        height: auto;
        filter: none;
    }
    .about-company__image-wrapper>img:nth-child(2) {
        top: 0;
        left: 20px;
        width: 65%;
        height: auto;
        filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
    }
    .about-company__image-wrapper>img:nth-child(3) {
        top: 30px;
        left: 45px;
        width: 80%;
        height: auto;
        filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
    }
    @keyframes about-company-animation-3 {
        0%, 31%, 100% {
            top: 30px;
            left: 45px;
            width: 80%;
            height: auto;
            z-index: 3;
            opacity: 1;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        }
        33%, 64% {
            top: 40px;
            left: 0;
            width: 70%;
            height: auto;
            z-index: 1;
            opacity: 1;
            filter: none;
        }
        66%, 99% {
            top: 0;
            left: 20px;
            width: 65%;
            height: auto;
            z-index: 2;
            opacity: 1;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
        }
        32%, 65% {
            opacity: 0;
        }
    }
    @keyframes about-company-animation-2 {
        0%, 31%, 100% {
            top: 0;
            left: 20px;
            width: 65%;
            height: auto;
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        33%, 64% {
            top: 30px;
            left: 45px;
            width: 80%;
            height: auto;
            z-index: 3;
            opacity: 1;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        }
        66%, 99% {
            top: 40px;
            left: 0;
            width: 70%;
            height: auto;
            z-index: 1;
            opacity: 1;
            filter: none;
        }
        32%, 65% {
            opacity: 0;
        }
    }
    @keyframes about-company-animation-1 {
        0%, 31%, 100% {
            top: 40px;
            left: 0;
            width: 70%;
            height: auto;
            z-index: 1;
            opacity: 1;
            filter: none;
        }
        33%, 64% {
            top: 0;
            left: 20px;
            width: 65%;
            height: auto;
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        66%, 99% {
            top: 30px;
            left: 45px;
            width: 80%;
            height: auto;
            z-index: 3;
            opacity: 1;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        }
        32%, 65% {
            opacity: 0;
        }
    }
    .about-company__description {
        max-width: 50%;
    }
    .map>.section-container {
        grid-template-columns: 100%;
        grid-template-areas: 'ac1' 'ac2';
    }
    .map__image-wrapper {
        grid-area: ac1;
        height: 250px;
        width: 100%;
        justify-self: center;
        margin-bottom: 60px;
    }
    .map__description {
        grid-area: ac2;
    }
    .callback__form>.btn {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .some-info>.section-container {
        display: block;
    }
    .some-info__image-wrapper {
        margin-bottom: 20px;
        max-width: 40%;
    }
    .some-info__link {
        margin-top: 60px;
    }
    .reviews__description-inner {
        max-width: calc(100% - 50px - 70px);
    }
    .reviews__description {
        min-height: 450px;
    }
    .reviews__slide-wrapper {
        min-height: 540px;
    }
    .reviews__slider .slick__prev {
        right: calc(50% + 50px);
        bottom: 60px;
    }
    .reviews__slider .slick__next {
        right: calc(50% + 50px - 37px);
        bottom: calc(60px - 37px);
    }
}

@media (max-width: 768px) {

    /* BigText */
    .BigText-btn{
        width: 100%;
        max-width: 100%;
    }

    /* new slick */
    .intro-slider .slick-dots {
        left: 16px;
        bottom: 50px;
    }
    .reviews__description {
        background: linear-gradient(108.13deg, #3E9AD9 13.48%, #268AFC 154.75%);
    }
    .intro {
        min-height: 350px;
    }
    .intro>.section-container {
        min-height: 350px;
    }
    .intro__title-wrapper {
        left: 16px;
    }
    .services__box {
        grid-template-columns: 100%;
    }
    .services__box {
        row-gap: 40px;
    }
    .about-company>.section-container {
        flex-direction: column;
    }
    .about-company__image-wrapper {
        height: 250px;
        margin: auto;
    }
    .about-company__description {
        max-width: 100%;
        padding-top: 40px;
    }
    .about-company__title {
        margin-bottom: 25px;
    }
    .about-company__text {
        margin-bottom: 40px;
    }
    .about-company__image-wrapper>img:nth-child(1) {
        top: 40px;
        left: 0;
        width: calc(369px * 0.75);
        height: calc(259px * 0.75);
        z-index: 1;
        filter: none;
        /* animation: about-company-animation-1 20s linear infinite; */
    }
    .about-company__image-wrapper>img:nth-child(2) {
        top: 0;
        left: 28px;
        width: calc(369px * 0.75);
        height: calc(259px * 0.75);
        z-index: 2;
        filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
        /* animation: about-company-animation-2 20s linear infinite; */
    }
    .about-company__image-wrapper>img:nth-child(3) {
        top: 32px;
        left: 53px;
        width: calc(455px * 0.75);
        height: calc(320px * 0.75);
        z-index: 3;
        filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        /* animation: about-company-animation-3 20s linear infinite; */
    }
    @keyframes about-company-animation-3 {
        0%, 31%, 100% {
            top: 32px;
            left: 53px;
            width: calc(455px * 0.75);
            height: calc(320px * 0.75);
            z-index: 3;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
            opacity: 1;
        }
        33%, 64% {
            top: 40px;
            left: 0;
            width: calc(369px * 0.75);
            height: calc(259px * 0.75);
            z-index: 1;
            filter: none;
            opacity: 1;
        }
        66%, 99% {
            top: 0;
            left: 28px;
            width: calc(369px * 0.75);
            height: calc(259px * 0.75);
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        32%, 65% {
            opacity: 0;
        }
    }
    @keyframes about-company-animation-2 {
        0%, 31%, 100% {
            top: 0;
            left: 28px;
            width: calc(369px * 0.75);
            height: calc(259px * 0.75);
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        33%, 64% {
            top: 32px;
            left: 53px;
            width: calc(455px * 0.75);
            height: calc(320px * 0.75);
            z-index: 3;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
            opacity: 1;
        }
        66%, 99% {
            top: 40px;
            left: 0;
            width: calc(369px * 0.75);
            height: calc(259px * 0.75);
            z-index: 1;
            filter: none;
            opacity: 1;
        }
        32%, 65% {
            opacity: 0;
        }
    }
    @keyframes about-company-animation-1 {
        0%, 31%, 100% {
            top: 40px;
            left: 0;
            width: calc(369px * 0.75);
            height: calc(259px * 0.75);
            z-index: 1;
            filter: none;
            opacity: 1;
        }
        33%, 64% {
            top: 0;
            left: 28px;
            width: calc(369px * 0.75);
            height: calc(259px * 0.75);
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        66%, 99% {
            top: 32px;
            left: 53px;
            width: calc(455px * 0.75);
            height: calc(320px * 0.75);
            z-index: 3;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
            opacity: 1;
        }
        32%, 65% {
            opacity: 0;
        }
    }
    .about-company__image-wrapper {
        max-width: 430px;
    }
    .about-company__description {
        padding-top: 70px;
    }
    .map__image-wrapper {
        overflow: hidden;
    }
    .callback__form {
        flex-direction: column;
        max-width: 80%;
        margin: auto;
    }
    .callback__form>input {
        margin-right: 0;
        /* margin-bottom: 25px; */
        max-width: 100%;
    }
    .some-info__image-wrapper {
        max-width: 100%;
        max-height: 300px;
        overflow: hidden;
    }
    .service-video>.section-container {
        grid-template-columns: 100%;
        gap: 40px
    }
    .service-video__video-wrapper {
        min-height: 300px;
    }
    .service-video__text {
        margin-bottom: 50px;
    }
    .service-video__text:last-child::after {
        bottom: -50px;
    }
    .reviews__description-inner {
        max-width: calc(100% - 16px - 70px);
    }
    .reviews__slide {
        display: flex;
        flex-direction: column-reverse;
    }
    .reviews__description, .reviews__image-wrapper {
        width: 100%;
        margin: 0;
    }
    .reviews__description {
        top: 0;
        padding: 0;
        min-height: auto;
        background: none;
    }
    .reviews__description-inner {
        padding: 80px 26px 100px;
        max-width: 100%;
        position: static;
        text-align: center;
    }
    .reviews__image-wrapper {
        height: 310px;
        overflow: hidden;
    }
    .reviews__quote::before {
        top: -23px
    }
    .reviews__quote::after {
        bottom: -23px
    }
    .reviews__title {
        margin-bottom: 47px;
    }
    .reviews__quote {
        margin-bottom: 40px;
    }
    .reviews__description-inner div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reviews__name {
        order: -1;
        margin-bottom: 9px;
    }
    .reviews__position {
        margin-bottom: 10px;
    }
    .reviews__name, .reviews__position, .reviews__rating {
        padding: 0;
    }
    .reviews__slide::after {
        transform: translateX(-50%);
        top: calc(310px - 78px / 2);
    }
    .reviews__slide::before {
        transform: translateX(-50%);
        top: calc(310px - ((78px + 28px) / 2));
    }
    @keyframes reviews {
        0% {
            width: 78px;
            height: 78px;
            opacity: 0;
            top: calc(310px - 78px / 2);
        }
        100% {
            width: calc(78px + 28px);
            height: calc(78px + 28px);
            opacity: 1;
            top: calc(310px - ((78px + 28px) / 2));
        }
    }
    .reviews__slider .slick__prev {
        right: calc(50% + 154px);
        bottom: 55px;
        width: 65px;
        height: 45px;
    }
    .reviews__slider .slick__next {
        right: auto;
        left: calc(50% + 154px);
        bottom: 55px;
        width: 65px;
        height: 45px;
    }
    .reviews__slider .slick__prev::before {
        left: 55%
    }
    .reviews__slider .slick__next::before {
        left: 45%
    }
    .fresh-news {
        padding: 50px 0;
    }
    .fresh-news>.section-container {
        grid-template-areas: 'fn1' 'fn2';
        height: auto;
        gap: 46px;
    }
    .fresh-news__card {
        min-height: 330px;
    }
    .fresh-news__card:nth-of-type(3) {
        display: none;
    }
    .fresh-news__card:nth-of-type(1) .fresh-news__title {
        font-size: 18px;
    }
    .map {
        padding: 80px 0;
    }
    .reviews__slider {
        background: linear-gradient(108.13deg, #3E9AD9 13.48%, #268AFC 154.75%);
    }
}

.intro__subTitle_mob {
    display: none;
}

@media (max-width: 580px) {
    /* new slick */
    .intro-slider .slick-dots {
        left: 16px;
        bottom: 30px;
    }
    .intro__subTitle {
        display: none;
    }
    .intro__subTitle_mob {
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .intro iframe {
        margin: -110px -30px 0!important;
    }
    .intro {
        min-height: 320px;
    }
    .intro>.section-container {
        min-height: 320px;
    }
}

@media (max-width: 540px) {
    /* new slick */
    .intro-slider .slick-dots {
        left: 16px;
        bottom: 30px;
    }
    .intro iframe {
        margin: -100px 0px!important;
    }
    .intro {
        min-height: 300px;
    }
    .intro>.section-container {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    /* new slick */
    .intro-slider .slick-dots {
        left: 16px;
        bottom: unset;
        top: 55%;
    }
    .intro__title-wrapper {
        top: 70%;
        transform: translateY(0);
    }
    .intro__title {
        margin-bottom: 53px;
    }
    .title_decor::before {
        bottom: -24px;
    }
    .intro {
        min-height: 100vh;
    }
    .intro>.section-container {
        min-height: 280px;
    }
    .intro iframe {
        margin: -80px -50px!important;
        min-width: 130%!important;
        width: auto !important;
    }
    .services__title {
        margin-bottom: 40px;
    }
    .services {
        margin-top: 40px;
    }
    .about-company__image-wrapper>img:nth-child(1) {
        top: 40px;
        left: 0;
        width: 70%;
        height: auto;
        filter: none;
    }
    .about-company__image-wrapper>img:nth-child(2) {
        top: 0;
        left: 20px;
        width: 65%;
        height: auto;
        filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
    }
    .about-company__image-wrapper>img:nth-child(3) {
        top: 30px;
        left: 45px;
        width: 80%;
        height: auto;
        filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
    }
    @keyframes about-company-animation-3 {
        0%, 31%, 100% {
            top: 30px;
            left: 45px;
            width: 80%;
            height: auto;
            z-index: 3;
            opacity: 1;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        }
        33%, 64% {
            top: 40px;
            left: 0;
            width: 70%;
            height: auto;
            z-index: 1;
            opacity: 1;
            filter: none;
        }
        66%, 99% {
            top: 0;
            left: 20px;
            width: 65%;
            height: auto;
            z-index: 2;
            opacity: 1;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
        }
        32%, 65% {
            opacity: 0;
        }
    }
    @keyframes about-company-animation-2 {
        0%, 31%, 100% {
            top: 0;
            left: 20px;
            width: 65%;
            height: auto;
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        33%, 64% {
            top: 30px;
            left: 45px;
            width: 80%;
            height: auto;
            z-index: 3;
            opacity: 1;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        }
        66%, 99% {
            top: 40px;
            left: 0;
            width: 70%;
            height: auto;
            z-index: 1;
            opacity: 1;
            filter: none;
        }
        32%, 65% {
            opacity: 0;
        }
    }
    @keyframes about-company-animation-1 {
        0%, 31%, 100% {
            top: 40px;
            left: 0;
            width: 70%;
            height: auto;
            z-index: 1;
            opacity: 1;
            filter: none;
        }
        33%, 64% {
            top: 0;
            left: 20px;
            width: 65%;
            height: auto;
            z-index: 2;
            filter: drop-shadow(-7px 6px 17px rgba(0, 0, 0, 0.3));
            opacity: 1;
        }
        66%, 99% {
            top: 30px;
            left: 45px;
            width: 80%;
            height: auto;
            z-index: 3;
            opacity: 1;
            filter: drop-shadow(-7px 10px 21px rgba(38, 138, 252, 0.31));
        }
        32%, 65% {
            opacity: 0;
        }
    }
    .about-company__image-wrapper {
        max-width: 95%;
        margin-right: 0;
    }
    .about-company__description {
        padding-top: 40px;
    }
    .about-company {
        padding-bottom: 40px;
    }
    .map__card {
        display: flex;
        flex-direction: column;
    }
    .map__card:nth-child(2n) {
        justify-self: end;
        text-align: right;
    }
    .map__number {
        margin: 0;
        margin-bottom: 15px;
    }
    .map__text {
        margin: 0;
    }
    .map__description {
        row-gap: 34px;
        max-width: 80%;
        margin: auto;
    }
    .map__image-wrapper {
        margin-bottom: 40px;
    }
    .map__image {
        width: 110%;
    }
    .trust__slider {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
    .trust__slider img {
        max-width: 75%;
    }
    .trust__slider img:nth-child(3n - 1) {
        justify-self: center;
    }
    .trust__slider img:nth-child(3n) {
        justify-self: end;
    }
    .callback__form {
        max-width: 100%;
    }
    .callback__form>.btn {
        margin-bottom: 0;
        max-width: 100%;
    }
    .service-intro__title {
        font-size: 26px;
    }
    .some-info__link {
        max-width: 100%;
    }
    .more-info__link {
        cursor: pointer;
        max-width: 100%;
        width: 100%;
        height: 56px;
        padding: 18px 13px;
        background-color: #F1F1F1;
        font-size: 16px;
        line-height: 1.2;
        border: 0;
        border-radius: 0;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #3E9AD9;
        color: #FFFFFF;
    }
    .more-info__link svg {
        display: none;
    }
    .service-btn.more-info__link {
        background-color: #3E9AD9;
    }
    .service-btn.more-info__link:hover {
        background-color: #44A1E1;
    }
    .service-btn.more-info__link:active {
        background-color: #125585;
    }
    .more-info__description::after {
        bottom: -120px;
    }
    .reviews__slider .slick__prev {
        right: calc(50% + 120px);
    }
    .reviews__slider .slick__next {
        right: auto;
        left: calc(50% + 120px);
    }
    .fresh-news__card {
        min-height: 230px;
    }
    .fresh-news__title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .fresh-news__card:nth-of-type(1) .fresh-news__title {
        margin-bottom: 5px;
    }
    .fresh-news__title-wrapper {
        padding: 15px 10px;
    }
    .fresh-news__date {
        top: auto;
        bottom: 100%;
        left: 0;
    }
}

@media (max-width: 400px) {
    .intro-slider .slick-dots {
        top: 60%;
    }
    .services__box {
        row-gap: 20px;
    }
    .about-company__description {
        padding-top: 0px;
    }
    .map__image {
        width: 100%;
    }
    .service-video__video-wrapper {
        min-height: 200px;
    }
    .player::before {
        transform: translate(-50%, -50%) scale(.7);
    }
    .reviews__description-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
    .reviews__slider .slick__prev {
        right: calc(50% + 50px);
    }
    .reviews__slider .slick__next {
        right: auto;
        left: calc(50% + 50px);
    }
}

@media screen and (max-width: 360px) {
    .intro__title-wrapper {
        top: 40%;
    }
}

@media screen and (min-width: 1945px){
    body{
        padding-left: 68px!important;
    }
    .section-container{
        /* max-width: 1930px; */
        padding: 0 400px!important;
        margin: 0 auto;
    }
    .intro__title-wrapper{
        left: 400px!important;
    }
    .intro, .intro>.section-container{
        min-height: 932px!important;
    }

    .about-left{
        width: 50%;
    }
    .about-right{
        width: 40%;
    }
    .about-right img:nth-child(2){
        top: 140px;
        width: 120%;
    }
}