@charset "UTF-8";
body {
    font-family: "Roboto-Regular", sans-serif;
}

.content h1 {
    font-size: 36px;
}

.content {
    padding: 100px 0px;
}


/* ============================================ */

.video {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.video:not(:last-child) {
    margin-right: 20px;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}


/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

/* =================================== */

.callback .container-v {
    max-width: 1280px;
}

.parts__item-decription .main-button:hover {
    background-color: black;
    color: white;
}

.parts__item-decription p {
    color: #606060;
}

.parts__item-decription {
    margin-bottom: 30px;
}

.callback-title h1 {
    color: #006363;
}

.callbacrk__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 36px 0px 25px 0px; */
}

.callback-inputs,
.callback-areas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 590px;
    width: 100%;
}

.callback-inputs {
    margin-right: 15px;
}

.callback__input input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    background-color: #EEEEEE;
    border-radius: 15px;
    padding-left: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.callback__input input:focus,
.callback__input input:hover {
    -webkit-box-shadow: 0px 0px 5px #006363;
    box-shadow: 0px 0px 5px #006363;
}

.callback__input input::-webkit-input-placeholder {
    color: black;
}

.callback__input input::-moz-placeholder {
    color: black;
}

.callback__input input:-ms-input-placeholder {
    color: black;
}

.callback__input input::-ms-input-placeholder {
    color: black;
}

.callback__input input::placeholder {
    color: black;
}

.callback-inputs .callback__input:not(:last-child) {
    margin-bottom: 15px;
}

.callback-areas .callback__input {
    margin-bottom: 15px;
}

.callback__textarea {
    height: 100%;
}

.callback__textarea textarea {
    height: 100%;
    resize: none;
    border-radius: 15px;
    max-width: 590px;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 17px;
    background-color: #EEEEEE;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.callback__textarea textarea:focus,
.callback__textarea textarea:hover {
    -webkit-box-shadow: 0px 0px 5px #006363;
    box-shadow: 0px 0px 5px #006363;
}

.callback__textarea textarea::-webkit-input-placeholder {
    color: black;
}

.callback__textarea textarea::-moz-placeholder {
    color: black;
}

.callback__textarea textarea:-ms-input-placeholder {
    color: black;
}

.callback__textarea textarea::-ms-input-placeholder {
    color: black;
}

.callback__textarea textarea::placeholder {
    color: black;
}

.callback .main-button {
    border-radius: 15px;
}

.callback-button {
    padding-top: 25px;
}

.callback-items {
    max-width: 590px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__item {
    padding: 17px 0px;
    width: 100%;
    background-color: #EEEEEE;
    margin-bottom: 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion-button {
    font-size: 16px;
    padding: 17px 0px 17px 20px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: left;
}

.accordion-button:focus,
.accordion-button:hover,
.callback__item:hover {
    outline: none;
    -webkit-box-shadow: 0px 0px 5px #006363;
    box-shadow: 0px 0px 5px #006363;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 640px) {
    .media-imagine {
        display: none;
    }
    .phone-call {
        bottom: 20px;
    }
    .callbacrk__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .callback-inputs .callback__input:not(:last-child) {
        margin-bottom: 0px;
    }
    .callback-inputs .callback__input input {
        margin-bottom: 15px;
    }
    .callback__textarea textarea {
        height: 50px;
    }
}


/* ============================================= */

.container-v {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0px 20px;
}

.slider .container-v {
    max-width: 1440px;
}

.content {
    position: relative;
    background: #f8f8f8;
}

.phone-call,
.media-imagine {
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    z-index: 0;
}

.phone-call svg,
.media-imagine svg {
    width: 70px;
    height: 70px;
}

.phone-call {
    left: 70px;
}

.media-imagine {
    right: 70px;
}

.parts__item-text .main-button {
    background-color: #006363;
    color: white;
}

.parts__item-text .main-button:hover {
    background-color: transparent;
    color: black;
    box-shadow: 5px 5px 15px #006363;
}

.main-button {
    font-size: 1.6em;
    padding: 0.75em 1.88em;
    text-transform: uppercase;
    border: 1px solid black;
    font-weight: 700;
    transition: all 0.4s ease;
}

input#radio5 {
    display: none;
}

input#radio5:checked+label:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
}

label {
    cursor: pointer;
    padding-left: calc(0.3vw + 2.5rem);
    display: inline-block;
    position: relative;
    font-size: 14px;
}

label #agree:hover {
    text-decoration: underline;
}

label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #C4C4C4;
    margin-top: -10px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

label:after {
    background: #099D9D;
    left: 0;
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(3.4);
    -ms-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 3px;
}

.parts .container-v,
.slider-container .container-v {
    max-width: 1440px;
}

.parts-text__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 25px;
    color: #606060;
}

.parts-text_left-side {
    margin-right: 15px;
}

.border-title {
    height: 2px;
    background-color: #006363;
    max-width: 250px;
}

.parts-decription {
    line-height: 19px;
}

.parts-decription p:first-child {
    margin-bottom: 25px;
}

.parts-decription p:last-child {
    font-family: "Roboto-Bold";
    color: black;
    letter-spacing: -0.5px;
}

.parts__item-title h1 {
    line-height: 37px;
}

.parts__item-text {
    position: relative;
    max-width: 500px;
    padding: 30px 0px 100px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.parts-decription ul {
    margin-bottom: 25px;
}

.parts-decription ul li {
    list-style: disc;
    margin-left: 23px;
    font-size: 16px;
}

.parts-text_right-side {
    max-width: 590px;
}

.reason__row {
    margin-top: 30px;
}

.reason-title h4 {
    font-family: "Roboto-Bold";
    color: black;
}

.reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reason__item:not(:last-child) {
    margin-bottom: 25px;
}

.reason-imagine svg {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.slider {
    padding: 100px 0px;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider__flex {
    display: flex;
    align-items: flex-start;
}

.slider__col {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-right: 32px;
}

.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1b1616;
}

.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs {
    height: calc(500px - 96px);
    overflow: hidden;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images {
    height: 500px;
    overflow: hidden;
}

.slider__images .slider__image img {
    transition: 3s;
}

.slider__images .slider__image:hover img {
    transform: scale(1.1);
}

.slider__images .slider__image img {
    max-height: 500px;
}

.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.messege_success p{
    font-size: 22px;
}

.callback-blocks{
    max-width: 1210px;
}

.callback__bts{
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    margin: 30px 0 35px 0;
}

.callback__btn{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    width: 320px;
    padding: 17px 0;
    border: 1px solid #000000;
    cursor: pointer;
    margin-right: 30px;
    transition: 0.3s ease;
}

.callback__btn:hover{
    background-color: #006363;
    color: #ffffff;
    border: 1px solid #006363;
    transition: 0.3s ease;
}

.callback__btn.active{
    background-color: #006363;
    color: #ffffff;
    border: 1px solid #006363;
    transition: 0.3s ease;
}

.callback-block_t{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    transition: 0.3s ease;
} 

.callback-block_t.active{
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    transition: 0.3s ease;
} 

.callback-block_t form{
    width: 100%;
}

.callback-block_text{
    margin-bottom: 35px;
} 

.callback-block_text p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
}

.callblock_contacts{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 465px;
    margin-bottom: 30px;
}

.callblock_title{
    font-size: 22px;
    font-weight: 400;
    color: #006363;
    margin-bottom: 15px;
}

.callblock_cotact{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.callblock_cotact img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.callblock_cotact a{
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s ease;
    line-height: 1.3;
}

.callblock_cotact a:hover{
    color: #006363;
    transition: 0.3s ease;
}

.callblock_imgs{
    display: flex;
    justify-content: space-between;
    max-width: 190px;
} 

.callblock_imgs img{
    width: 50px;
    height: 50px;
}

.callback-blocks .callback-button{
    padding-bottom: 0;
}

@media (max-width: 620px) {
    .callback_label{
        margin-top: 15px;
    }

    .callback__btn{
        font-size: 18px;
        max-width: 280px;
    }

    .callback__btn:first-child{
        margin-bottom: 20px;
    }
    .callback__bts{
        flex-direction: column;
    }
    .callblock_cotact a{
        font-size: 16px;
    }
    .callblock_contacts{
        flex-direction: column;
    }
    .callblock{
        margin-bottom: 15px;
    }

    .callback-block_text p{
        font-size: 16px;
    }
    .callblock_title{
        font-size: 18px;

    }
}


@media (max-width: 1920px) {
    .content h1 {
        font-size: calc(24 + 12px*(100vw/1920));
    }
    .content {
        padding: 100px calc(25px + 12vw);
    }
    .phone-call svg,
    .media-imagine svg {
        width: calc(30px + 2.0833333333vw);
        height: calc(30px + 2.0833333333vw);
    }
    .phone-call {
        left: calc(20px + 2.6041666667vw);
    }
    .media-imagine {
        right: calc(20px + 2.6041666667vw);
    }
    .main-button {
        font-size: calc(1em + 0.3125vw);
    }
    .reason-imagine svg {
        width: calc(20px + 2.6041666667vw);
        height: calc(20px + 2.6041666667vw);
    }
    .parts__item-text {
        padding: calc(0px + 1.5625vw) calc(0px + 2.6041666667vw);
    }
    .parts__item-list ul {
        margin-bottom: calc(0px + 1.9791666667vw);
    }
}

@media (max-width: 1600px) {
    /* h4 {
    font-size: calc(0.7vw + 0.7rem);
  } */
    .parts__item-text .main-button {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
} 

@media (max-width: 1220px) {
    .parts-text_left-side {
        max-width: 100%;
    }
    .parts-decription p {
        font-size: 16px;
    }
    .parts-text_right-side {
        display: none;
    }
    .parts__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .parts__item-imagine {
        max-width: 100%;
    }
    .parts__item-imagine img {
        position: relative;
    }
    .parts__item-text {
        max-width: 100%;
        padding: 20px 10px 30px 10px;
        overflow-y: auto;
    }
    .parts__item-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    /* p1 {
    font-size: calc(12px + 1.25vw);
  } */
    .content h1 {
        font-size: 20px;
        line-height: 23px;
    }
    .content {
        padding: 50px 0px;
    }
    .phone-call,
    .media-imagine {
        display: none;
    }
    .parts__item-list ul {
        margin-bottom: 44px;
    }
    .slider__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slider__col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
    }
    .slider__images {
        width: 100%;
    }
    .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
    }
    .slider__prev,
    .slider__next {
        height: auto;
        width: 100px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .slider {
        padding: 50px 0px;
    }
}

@supports (-webkit-appearance:none) {
    .slick-prev.slick-arrow {
        background-image: url("../img/left-arrow.webp")
    }
    .slick-next.slick-arrow {
        background-image: url("../img/right-arrow.webp")
    }
}

@media (max-width: 1920px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1600px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1220px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 768px) {
    @supports (-webkit-appearance: none) {
        .slick-prev.slick-arrow {
            background-image: url("../img/left-arrow-min.webp")
        }
        .slick-next.slick-arrow {
            background-image: url("../img/right-arrow-min.webp")
        }
    }
}

@media (max-width: 640px) {
    @supports (-webkit-appearance: none) {}
}