/****
**
*
MAIN PAGE
*
**
****/

.first {
    position: relative;
    min-height: 650px;
    height: calc(100vh - 196px);
    width: 100%;
    overflow: hidden;
}

.first-slider-range {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0%;
    background-color: #06BBFE;
    z-index: 4;
}

.first-slider {
    height: 100%;
}

.first-slider__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    transition: 5s linear transform;
}

.first-slide:nth-child(2n) .first-slider__img {
    transform: scale(1.2);
}

.first-slide:nth-child(2n+1) .first-slider__img {
    transform: scale(1);
}

.first-slide .first-slider__img.paralax-home {
    transform: scale(1.1)
}

.first-slider__img::selection {
    background: transparent;
}

.first-slider__img::-moz-selection {
    background: transparent;
}

.first-slide {
    height: 100%;
    overflow: hidden;
}

.first-slider__info {
    width: 522px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.first-slider__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 60px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.first-slider__txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    margin: 12px 0 46px;
}

.first-slider__btn {
    width: 260px;
    height: 48px;
}

.first-slider-vertical {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    pointer-events: none;
}

.vertical-swiper {
    width: 270px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    overflow: hidden;
}

.vertical-slider {
    height: 552px;
}

.vertical-slide {
    cursor: pointer;
    width: 270px;
    height: 160px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 24px 12px 0;
    color: #fff;
    position: relative;
    transition: .3s background;
}

.vertical-slide::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    top: 14px;
    height: 3px;
    box-shadow: 0px -1px 6px rgba(100, 206, 255, 0.2);
    background: #EDEDED;
    opacity: 0.7;
}

.vertical-slide.swiper-slide-thumb-active {
    background: rgba(196, 196, 196, 0.3);
}

.vertical-slide.swiper-slide-thumb-active:before {
    background: #06BBFE;
    opacity: 1;
}

.vertical-slide:hover {
    background: rgba(196, 196, 196, 0.3);
}

.vertical-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.vertical-txt {
    font-size: 16px;
    line-height: 19px;
    margin-top: 12px;
    max-width: 190px;
}

.first-swiper {
    height: 100%;
}

@media screen and (max-width: 1100px) {
    .first-slider-vertical {
        display: none;
    }
    .first-slider__info {
        left: 0;
        right: unset;
    }
}

@media screen and (max-width: 740px) {
    .first {
        height: calc(100vh - 82px);
    }
    .first-slider__info {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .first-slider__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 54px;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }
    .first-slider__txt {
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        opacity: 0.9;
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
        margin: 17px 0 40px;
    }
    .first-slider__btn {
        width: 100%;
        height: 60px;
    }
}

@media screen and (max-width: 370px) {
    .first-slider__title {
        font-size: 24px;
        line-height: 36px;
    }
    .first-slider__txt {
        font-size: 16px;
        line-height: 18px;
    }
}

@-webkit-keyframes motion-blur {
    0% {
        filter: url(#blur0);
    }
    15% {
        filter: url(#blur1);
    }
    30% {
        filter: url(#blur2);
    }
    45% {
        filter: url(#blur3);
    }
    60% {
        filter: url(#blur4);
    }
    75%,
    100% {
        filter: url(#blur5);
    }
}

@keyframes motion-blur {
    0% {
        filter: url(#blur0);
    }
    15% {
        filter: url(#blur1);
    }
    30% {
        filter: url(#blur2);
    }
    45% {
        filter: url(#blur3);
    }
    60% {
        filter: url(#blur4);
    }
    75%,
    100% {
        filter: url(#blur5);
    }
}

.do-transition {
    animation: motion-blur 0.1s linear forwards, motion-blur 0.4s linear reverse forwards 0.1s;
}


/****
**
*
Tri
*
**
****/

.tri {
    padding: 36px 0 85px;
    margin: 0;
}

.tri-item {
    width: 410px;
    height: 132px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(109, 109, 109, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    transition: .3s;
}

.tri-item:hover {
    box-shadow: 0px 7px 48px 2px rgba(153, 153, 153, 0.1), 0px 13px 14px rgba(109, 109, 109, 0.1), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.tri-item__info {
    margin-left: 21px;
}

.tri-item__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 220px;
}

.tri-item__txt {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
    max-width: 234px;
}

.tri-list {
    justify-content: space-between;
}

@media screen and (max-width: 1290px) {
    .tri {
        overflow: hidden;
    }
    .tri-item {
        width: calc(60%)
    }
    .tri-pagination {
        display: flex;
        justify-content: center;
        margin-top: 26px;
    }
    .tri .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #06BBFE;
        opacity: 0.7;
        margin: 0 8px!important;
    }
    .tri .swiper-pagination-bullet-active {
        transform: scale(1.6);
        opacity: 1;
    }
}

@media screen and (max-width: 740px) {
    .tri {
        padding: 36px 0 84px;
    }
    .tri-item {
        width: 94.3%;
    }
    .tri-pagination {
        margin-top: 23px;
    }
}


/****
**
*
Price
*
**
****/

.price-item {
    position: relative;
    width: 300px;
    height: 309px;
    box-sizing: border-box;
    box-shadow: 0px 13px 4px rgba(142, 225, 255, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.09), 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 30px 0 22px;
    transition: .3s;
}

.price-item:hover {
    box-shadow: 0px 7px 12px rgba(173, 173, 173, 0.31), 0px 13px 4px rgba(142, 225, 255, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.09), 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.price-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    border: 1.4px solid rgba(6, 187, 254, 0.3);
    box-sizing: border-box;
    border-radius: 50%;
}

.price-icon img {
    max-height: 50px;
    position: relative;
    z-index: 2;
}

.price-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 0.5px solid #06BBFE;
    box-sizing: border-box;
    box-shadow: 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);
    z-index: 1;
}

.price-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #161A1D;
    opacity: 0.7;
    margin-top: 30px;
}

.price-btn {
    position: absolute;
    width: 260px;
    height: 48px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}

.price-item {
    margin-right: 30px;
    margin-bottom: 30px;
}

.price-item:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .price-item {
        width: calc(50% - 15px);
    }
    .price-item:nth-child(4n) {
        margin-right: 0;
    }
    .price-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .price-item {
        width: 100%;
        margin: 0 0 40px 0;
        height: 393px;
        padding: 30px 0 22px;
    }
    .price-icon {
        width: 176px;
        height: 176px;
    }
    .price-icon::before {
        width: 148px;
        height: 148px;
    }
    .price-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #161A1D;
        opacity: 0.7;
    }
    .price-btn {
        width: 86%;
        left: 50%;
        height: 60px;
    }
    .price-item:nth-child(4) {
        display: none;
    }
    .price-more {
        margin-top: -10px;
    }
}


/****
**
*
PriceMain
*
**
****/

.priceMain-slider {
    overflow: hidden;
}

.priceMain-slide {
    width: 300px;
    height: 346px;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 2px;
}

.priceMain-slide:hover .priceMain-slide__img {
    transform: scale(1.2);
}

.priceMain-slide:last-child {
    margin-right: 0;
}

.priceMain-slide__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.priceMain-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 135.14%);
    border-radius: 2px;
}

.priceMain-slide__content {
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 3;
}

.priceMain-slide__content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.priceMain-slide__content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #EFEFEF;
    margin: 9px 0 24px;
}

.priceMain-slide__content a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .priceMain-pagin {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
    }
    .priceMain-pagin .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #06BBFE;
        opacity: 0.9;
        margin: 0 8px;
    }
    .priceMain-pagin .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        opacity: 1;
    }
    .priceMain-slide::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 64.58%);
    }
    .priceMain-slide {
        height: 400px;
    }
    .priceMain-slide:hover .priceMain-slide__img {
        transform: scale(1);
    }
}


/****
**
*
Benefits
*
**
****/

.benefits {
    background-image: url('../image/bg/pattern-benefits.svg');
}

.benefits-box {
    padding: 50px 0 46px;
}

.benefits-item {
    width: 300px;
    margin-right: 30px;
}

.benefits-item:last-child {
    margin-right: 0;
}

.benefits-icon {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border: 0.5px solid #06BBFE;
    box-sizing: border-box;
    box-shadow: 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);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-title {
    display: block;
    margin: 22px 0 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.benefits-txt {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.7;
}

.benefits-pagin {
    display: flex;
    justify-content: center;
    margin-top: 0;
    bottom: 32px!important;
}

.benefits-pagin .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #06BBFE;
    opacity: 0.7;
    margin: 0 8px!important;
}

.benefits-pagin .swiper-pagination-bullet-active {
    transform: scale(1.6);
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .benefits {
        overflow: hidden;
    }
    .benefits-box {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 740px) {
    .benefits-box {
        padding: 54px 0 84px;
    }
    .benefits-item {
        /* width: 69%; */
    }
}


/****
**
*
Banner
*
**
****/

.banner {
    overflow: hidden;
}

.banner-bg {
    width: 104%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.banner-box {
    position: relative;
}

.banner-bigButton {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 180px;
    width: 200px;
}

.banner-call {
    position: absolute;
    left: 80px;
    top: 42px;
}

.banner-call__info {
    margin-left: 18px;
}

.banner-call__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.banner-call__number {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}

.banner-form {
    position: absolute;
    top: 39px;
    right: 61px;
}

.banner-formOpac {
    opacity: 1;
}

.banner-formGotIt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
}

.banner-form.sended .banner-formOpac {
    opacity: 0;
}

.banner-form.sended .banner-formGotIt {
    opacity: 1;
}

.banner-formGotIt span {
    font-size: 18px;
    display: block;
    text-align: center;
}

.banner-form-txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 13px;
}

.banner-input {
    width: 250px;
    height: 48px;
}

.banner-btn {
    width: 188px;
    height: 48px;
    margin-left: 15px;
}

.banner-bg-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .banner-bg {
        display: none;
    }
    .banner-bg-mobile {
        display: block;
        margin: 0 auto;
    }
    .banner-call img {
        display: none;
    }
    .banner-call {
        width: 100%;
        text-align: center;
        top: 71px;
        left: unset;
    }
    .banner-call__info {
        margin-left: 0;
        width: 100%;
    }
    .banner-call__txt {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #161A1D;
        margin-bottom: 10px;
    }
    .banner-call__number {
        font-weight: 500;
        font-size: 36px;
        line-height: 43px;
        color: #06BBFE;
    }
    .banner-form {
        top: 532px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 375px;
    }
    .banner-form-txt {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        margin-bottom: 35px;
    }
    .banner-input {
        width: 100%;
        height: 56px;
    }
    .banner-btn {
        margin-left: 0;
        width: 100%;
        margin-top: 36px;
        height: 56px;
    }
    .banner-bigButton {
        position: absolute;
        top: 41%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 180px;
        width: 200px;
        z-index: 10;
    }
}

@media screen and (max-width: 740px) {
    .banner-bg-mobile {
        max-width: 110%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .banner-call {
        top: 9%;
    }
    .banner-form {
        width: 86%;
        top: 62%;
        max-width: 375px;
    }
    .banner-btn {
        margin-top: 12px;
    }
    .banner-form-txt {
        margin-bottom: 18px;
    }
}


/****
**
*
About
*
**
****/

.about-tabs {
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #4BCEFE;
    box-sizing: border-box;
}

.about-tab {
    padding: 0 auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(22, 26, 29, 0.6);
    cursor: pointer;
    transition: .3s;
}

.about-tab.active:hover {
    background: #00A6E3;
    border-radius: 5px;
    color: #FFFFFF;
}

.about-tab.active:active {
    background: #008ABC;
    border-radius: 5px;
    color: #FFFFFF;
}

.about-tab.active {
    background: #06BBFE;
    border-radius: 5px;
    color: #FFFFFF;
}

.about-list {
    margin-top: 34px;
}

.about-item {
    display: none;
}

.about-item.active {
    display: flex;
}

.about-left {
    width: 630px;
}

.about-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.about-txt {
    font-size: 16px;
    line-height: 22px;
    color: rgba(22, 26, 29, 0.9);
}

.about-right {
    width: 630px;
    position: relative;
}

.about-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-more {
    display: none;
}

@media screen and (max-width: 1024px) {
    .about {
        overflow: hidden;
    }
    .about-right {
        width: 100%;
        height: 472px;
        margin-top: 32px;
    }
    .about-left {
        width: 100%;
    }
    .about-tabs__list {
        overflow: scroll;
        padding-bottom: 15px;
        margin: 0 -4.6vw;
    }
    .about-tabs {
        min-width: 904px;
        width: 100%;
        margin-left: 4.6vw;
    }
    .about-txt span {
        display: none;
    }
    .about-more {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #06BBFE;
        opacity: 0.9;
        margin-top: 14px;
        display: block;
    }
    .about-more img {
        margin-left: 10px;
    }
}

@media screen and (max-width: 740px) {
    .about-title {
        display: none;
    }
    .about-list {
        margin-top: 20px;
    }
}


/****
**
*
Doctors
*
**
****/

.doc-item {
    width: 300px;
    height: 464px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 2px 8px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: .3s;
}

.doc-item:hover {
    box-shadow: 0px 7px 40px 5px rgba(139, 139, 139, 0.1), 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06), 0px 0px 7px rgba(0, 0, 0, 0.04);
}

.doc-item:nth-child(4n) {
    margin-right: 0;
}

.doc-pic {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.doc-info {
    box-sizing: border-box;
    padding: 12px 0 0 19px;
}

.doc-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    min-height: 48px;
    margin-bottom: 3px;
}

.doc-type {
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 26, 29, 0.8);
}

.doc-btn {
    position: absolute;
    bottom: 30px;
    left: 19px;
    width: calc(100% - 19px - 21px);
    height: 48px;
}

@media screen and (max-width: 1024px) {
    .doc-item {
        width: calc(50% - 15px);
    }
    .doc-item:nth-child(4n) {
        margin-right: 30px;
    }
    .doc-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .doc-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
}


/****
**
*
Sertificates
*
**
****/

.sert-img {
    display: block;
    width: 300px;
    height: 435px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    transition: .3s;
}

.sert-img:hover {
    box-shadow: 0px 7px 40px 5px rgba(139, 139, 139, 0.1), 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06);
}

.sert-img img {
    width: 300px;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .sertificates {
        overflow: hidden;
    }
    .sertificates-list {
        flex-wrap: nowrap;
    }
    .sertificates-swiper {
        padding: 20px 0;
    }
    .sertificates-paginations {
        display: flex;
        justify-content: center;
        margin-top: 26px;
    }
    .sertificates .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #06BBFE;
        opacity: 0.7;
        margin: 0 8px!important;
    }
    .sertificates .swiper-pagination-bullet-active {
        transform: scale(1.6);
        opacity: 1;
    }
}


/****
**
*
Banner-2
*
**
****/

.banner-2-box {
    height: 265px;
    box-sizing: border-box;
    padding-left: 38px;
    box-shadow: 0px 1px 10px rgba(109, 109, 109, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
}

.banner-2__info {
    margin-left: 40px;
}

.banner-2__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.banner-2__txt {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
    max-width: 892px;
    margin: 16px 0 36px;
}

.banner-2__btn {
    width: 340px;
    height: 48px;
}

@media screen and (max-width: 1024px) {
    .banner-2__info {
        margin-left: 20px;
    }
    .banner-2__title {
        font-size: 20px;
    }
    .banner-2__txt {
        margin: 16px 0 22px;
    }
    .banner-2-box {
        padding-left: 10px;
    }
}

@media screen and (max-width: 740px) {
    .banner-2-box {
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 40px 30px;
    }
    .banner-2__info {
        margin-left: 0;
        margin-bottom: 60px;
        width: 100%;
    }
    .banner-2__btn {
        width: 100%;
    }
    .banner-2__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #161A1D;
    }
    .banner-2__txt {
        margin: 18px 0 34px;
        font-size: 17px;
        line-height: 20px;
        color: #161A1D;
        opacity: 0.9;
    }
}


/****
**
*
Sales
*
**
****/

.sale-item {
    position: relative;
    margin-right: 30px;
    width: 300px;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.sale-item::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 64.58%);
}

.sale-item:nth-child(4n) {
    margin-right: 0;
}

.sale-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .3s;
}

.sale-item:hover .sale-img {
    transform: scale(1.2)
}

.sale-value {
    position: absolute;
    left: 20px;
    top: 32px;
    z-index: 3;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    padding: 0 16px 0 10px;
    background: #fff;
    height: 28px;
}

.sale-value::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    border: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.sale-value::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
}

.sale-name {
    position: absolute;
    left: 20px;
    bottom: 59px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    z-index: 3;
}

.sale-link {
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.sale-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .sale-item {
        width: calc(50% - 15px);
    }
    .sale-item:nth-child(4n) {
        margin-right: 30px;
    }
    .sale-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .sale-item {
        height: 400px;
        width: 100%;
        margin: 0 0 30px 0;
        overflow: visible;
        box-shadow: 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06);
    }
    .sale-value {
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        top: 30px;
        left: 30px;
    }
    .sale-name {
        left: 30px;
        bottom: 57px;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .sale-link {
        left: 30px;
        bottom: 24px;
    }
    .sale-item:hover .sale-img {
        transform: scale(1);
    }
    .sale-item::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 64.58%);
    }
}


/****
**
*
Free
*
**
****/

.free-sended {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    align-content: center;
    opacity: 0;
    pointer-events: none;
}

.free-sended span {
    display: block;
    font-size: 24px;
    width: 100%;
    margin-bottom: 8px;
}

.free-box {
    box-sizing: border-box;
    padding: 0 30px;
    height: 168px;
    background: #FFFFFF;
    box-shadow: 0px 19px 30px 14px rgba(176, 176, 176, 0.08), 0px 12px 31px 7px rgba(121, 121, 121, 0.1);
    border-radius: 2px;
}

.free.sended .free-sended {
    opacity: 1;
}

.free-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.free-form {
    align-items: flex-end;
}

.free-input {
    width: 300px;
    height: 48px;
}

.free-inputName {
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 26, 29, 0.8);
    opacity: 0.8;
    margin-bottom: 4px;
}

.free-inputBox {
    margin-right: 30px;
}

.free-btn {
    width: 217px;
    height: 48px;
}

@media screen and (max-width: 1024px) {
    .free-box {
        height: auto;
        display: block;
        padding: 30px 30px 40px;
    }
    .free-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .free-form {
        display: block;
    }
    .free-input {
        width: 100%;
    }
    .free-inputBox {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .free-btn {
        width: 100%;
    }
}


/****
**
*
Footer
*
**
****/

.footer {
    padding: 54px 0 100px;
    background-color: #161A1D;
    color: #fff;
}

.footer-top__txt {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 15px;
}

.footer-top path,
.footer-top circle {
    transition: .3s;
}

.footer-top:hover path {
    stroke: #000;
}

.footer-top:hover circle {
    fill: #fff;
}

.footer-top:active circle {
    fill: #C4C4C4;
}

.footer-line1 {
    padding-bottom: 25px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
}

.footer-phone1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-right: 40px;
}

.footer-phone1 span {
    display: none;
}

.footer-line1Btn {
    width: 302px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: .3s;
}

.footer-line1Btn:hover {
    background: #FFFFFF;
    color: #161A1D;
}

.footer-line1Btn:active {
    background: #DDDDDD;
}

.footer-nav {
    padding: 46px 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.footer-nav__item {
    width: 25%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.footer-line2 {
    padding-bottom: 31px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 33px;
}

.footer-line2__item {
    width: 25%;
}

.footer-polit__name {
    font-size: 16px;
    line-height: 19px;
}

.footer-polit__el {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 6px;
    display: block;
}

.footer-contacts__title {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer-contacts__link {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 6px;
}

.footer-pay__title {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer-pay__title {
    margin-bottom: 12px;
}

.footer-pay__list img:nth-child(2) {
    margin: 0 15px;
}

.footer-social__item {
    margin-right: 30px;
}

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

.footer-social__item-right {
    margin-left: 15px;
}

.footer-social__item-right span {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.footer-social__item-right p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.footer-developers {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .footer-line2__item:nth-child(3) {
        display: none;
    }
    .footer-line2__item:nth-child(4) {
        display: none;
    }
    .footer-line2__item {
        width: 50%;
    }
}

@media screen and (max-width: 740px) {
    .footer {
        padding: 38px 0 290px;
    }
    .footer-top {
        display: none;
    }
    .footer-line1Btn {
        width: 100%;
        margin-bottom: 52px;
    }
    .footer-phoneButton {
        width: 100%;
    }
    .footer-phoneButton {
        flex-direction: column-reverse;
    }
    .footer-phone1 {
        margin-right: 0;
        width: 100%;
        font-weight: 500;
        font-size: 36px;
        line-height: 43px;
    }
    .footer-phone1__more {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        opacity: 0.8;
        display: block;
        width: 100%;
    }
    .footer-line1 {
        padding-bottom: 34px;
    }
    .footer-nav {
        padding: 52px 0;
    }
    .footer-nav__item {
        width: 100%;
    }
    .footer-nav__item {
        margin-bottom: 27px;
    }
    .footer-line2 {
        border-bottom: 0;
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .footer-line2__item {
        width: 100%;
    }
    .footer-line2__item:nth-child(1) {
        margin-bottom: 50px;
    }
    .footer-line2__item:nth-child(4) {
        display: block;
        margin-top: 45px;
    }
    .footer-social__list {
        display: none;
    }
}