@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'RodchenkoCTT';
    font-style: normal;
    font-weight: 400;
    src: local('rodchenkoctt'),
    url('fonts/rodchenkoctt.woff') format('woff'),
    url('fonts/rodchenkoctt.ttf') format('truetype');
}


body {
    font-family: 'RodchenkoCTT', arial, sans-serif;
}

/*-------------- Bootstrap fix -----------------*/
@media (min-width: 1600px) {
    .container,
    .container-xl {
        max-width: 1520px;
    }

    .modal-xl {
        max-width: 1500px;
    }

    .col-xxl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.btn {
    cursor: pointer;
}

/*------------------------------------------------*/

/*-----------------common-------------------------*/
.section__inner-wrapper-bg {
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
    margin-top: -73px;
}

@media (max-width: 1199px) {
    .section__inner-wrapper-bg {
        padding-top: 20px;
    }
}

.inner-wrapper-bg--main {
    background: url('../assets/img/common/section__bg-main.png') 50% 0 / cover no-repeat;
}

.inner-wrapper-bg--secondary {
    background: url('../assets/img/common/section__bg-secondary.png') 50% 0 / cover no-repeat;
}

.section__main-title {
    font-family: 'RodchenkoCTT', arial, sans-serif;
    display: block;
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: .9;
}

@media (max-width: 1199px) {
    .section__main-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .section__main-title {
        font-size: 32px;
    }
}

.decoration-border {
    display: inline-block;
    width: 180px;
    margin-bottom: -10px;
    border-bottom: 5px solid #000;
}

.bg-brand {
    background-color: #FFCD0D;
}

.bg-black {
    background-color: #000;
}

.text-brand {
    color: #FFCD0D;
}

.text-red {
    color: #EE0000;
}

.text-logo {
    color: #21a001;
}

.transition--slide {
    position: relative;
    overflow: hidden;
}

.transition--slide::before {
    content: " ";
    width: 30px;
    height: 300%;
    background: #ffffff80;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: 0;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

@-webkit-keyframes slideme {
    0% {
        left: -100%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@keyframes slideme {
    0% {
        left: -100%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

/*--------------------------------------------------------*/

/*-------------- section-header --------------------------*/
.section-header {
    background: url('../assets/img/header/123.jpg') 65% 50% / cover no-repeat;
    color: #fff;
}

.navbar button.navbar-toggler_custom {
    color: #FFCD0D;
}

.navbar button.navbar-toggler_custom:focus {
    outline: #FFCD0D;
}

a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1.2px;
    padding: 10px 15px !important;
    display: inline-block;
}

.nav-link.active {
    color: #000 !important;
    background-color: #fff;
    padding: 0px 15px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}


@media (max-width: 1599px) {
    a.nav-link {
        font-size: 25px;
        padding: 10px 10px !important;
    }

    .nav-link.active {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75);
}

.section-header__inner-wrapper {
    min-height: 110vh;
    display: flex;
    align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-header__inner-wrapper {
        height: 110vh;
    }
}

.section-header__content {
    background: rgba(40, 40, 40, .7);
    padding: 20px;
    border-radius: 20px;
}

.section-header__title {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.section-header__title span {
    font-size: 120px;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width: 1599px) {
    .section-header__title {
        font-size: 50px;
        margin-bottom: 80px;
    }

    .section-header__title span {
        font-size: 65px;
    }
}

@media (max-width: 1199px) {
    .section-header__title {
        font-size: 29px;
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .section-header__title span {
        font-size: 39px;
    }
}

.section-header__text {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.3;
}

@media (max-width: 1599px) {
    .section-header__text {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .section-header__text {
        font-size: 23px;
        line-height: 1.7;
    }
}

.header__phones-wrapper {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1) translate(110px, 0px);
    -ms-transform: scale(1) translate(110px, 0px);
    transform: scale(1) translate(110px, 0px);
    width: 500px;
}

@media (max-width: 1199px) {
    .header__phones-wrapper {
        -webkit-transform: scale(0.7) translate(180px, -23px);
        -ms-transform: scale(0.7) translate(180px, -23px);
        transform: scale(0.7) translate(180px, -23px);
        width: 500px;
    }
}

.header__phones {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    padding: 10px 0px 10px 35px;
    -webkit-transform: skewX(25deg) translateX(25px);
    -ms-transform: skewX(25deg) translateX(25px);
    transform: skewX(25deg) translateX(25px);
    background: url("../assets/img/common/section__bg-main.png") 60% 40% no-repeat;
    background-size: cover;
}

.header__phones a {
    font-size: 33px;
    line-height: 1.1;
    color: #000;
    position: relative;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@media (max-width: 1199px) {
    .header__phones {
        padding: 10px 0px 10px 54px;
    }

    .header__phones a {
        font-size: 35px;
        line-height: 1.2;
    }
}

.header__phones a:first-of-type {
    -webkit-transform: skewX(-25deg) translateX(15px);
    -ms-transform: skewX(-25deg) translateX(15px);
    transform: skewX(-25deg) translateX(15px);
}


.header__a1 {
    width: 100px;
    margin-right: 14px;
}

.header__mts {
    width: 40px;
    margin-right: 70px;
}

@media (max-width: 1599px) {
    .header__a1 {
        width: 80px;
        margin-right: 0px;
    }

    .header__mts {
        width: 30px;
        margin-right: 47px;
    }
}

@media (max-width: 1199px) {
    .header__a1 {
        margin-right: 25px;
    }

    .header__mts {
        margin-right: 70px;
    }
}

/*---------------------------------------------------------*/
/*--------------------section-sale------------------------*/
.section-sale {
    background: url('../assets/img/sale/sale__bg.jpg') 50% 0% / cover no-repeat, transparent;
    padding-top: 5px;
    padding-bottom: 120px;
    margin-top: -73px;
}

@media (max-width: 767px) {
    .section-sale {
        background: url('../assets/img/sale/sale__bg--mobile.jpg') 50% 0% / cover no-repeat, transparent;
    }
}

.section-sale .decoration-border {
    width: 20px;
}

@media (min-width: 575px) {
    .section-sale .decoration-border {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .section-sale .decoration-border {
        width: 125px;
    }
}

@media (min-width: 1200px) {
    .section-sale .decoration-border {
        width: 60px;
    }
}


.section-sale__title {
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.8rem;
}

.section-sale__subtitle {
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-sale__title {
        font-size: 2.5rem;
    }

    .section-sale__subtitle {
        font-size: 2.2rem;
    }
}

.section-sale__countdown {
    background: #000;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;

}

@media (min-width: 576px) {
    .section-sale__countdown {
        padding: 20px;
    }
}


.lightcountdown {
    font-weight: 400;
}

.lightcountdown__digits {
    position: relative;
    border-radius: 3px;
}

.lightcountdown__digits:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, .3), rgba(0, 0, 0, .3), rgba(255, 255, 255, .3));
    border-radius: 3px;
}

.lightcountdown__item:not(:last-of-type) {
    margin-right: 10px;
}

@media (min-width: 576px) {
    .lightcountdown__item:not(:last-of-type) {
        margin-right: 15px;
    }
}

.lightcountdown__digits:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #000000;
}

.lightcountdown__digit {
    border: none;
    padding: 0;
    font-size: 2.7rem;
    margin: 0;
    background: transparent;
    width: .75em;
}

.lightcountdown__digit:first-of-type {
    padding-left: 5px;
}

.lightcountdown__digit:last-of-type {
    padding-right: 5px;
}

@media (min-width: 576px) {
    .lightcountdown__digit {
        font-size: 3rem;
        width: .8em;
    }

    .lightcountdown__digit:first-of-type {
        padding-left: 10px;
    }

    .lightcountdown__digit:last-of-type {
        padding-right: 10px;
    }
}

.lightcountdown__delimeter {
    display: none;
}

.lightcountdown__text {
    font-size: 0.7em;
    font-weight: 400;
}

.section-sale__img {
    padding-top: 50px;
}

@media (min-width: 992px) {
    .section-sale__img {
        padding-top: 0;
    }
}

.section-sale__badge {
    position: absolute;
    top: 5px;
    right: 0;
    width: 110px;
    height: 90px;
    background: url("../assets/img/sale/sale__best-price.png") 50% 50% / contain no-repeat;
}

@media (min-width: 576px) {
    .section-sale__badge {
        width: 143px;
        height: 117px;
    }
}

@media (min-width: 768px) {
    .section-sale__badge {
        width: 176px;
        height: 144px;
    }
}

@media (min-width: 992px) {
    .section-sale__badge {
        width: 143px;
        height: 117px;
        right: -20px;
        top: -20px;
    }
}

@media (min-width: 1600px) {
    .section-sale__badge {
        width: 198px;
        height: 162px;
        right: 0;
    }
}

.section-sale__price {
    position: absolute;
    left: 20px;
    bottom: -10px;
}

.price {
    z-index: 9;
    width: 140px;
    height: 140px;
    border-radius: 50rem;
    line-height: 1;
}

.price--credit {
    background: url('../assets/img/sale/price__button.jpg') 80% 80% no-repeat;
}

.price--discount {
    background: #F8A114;
    background: -moz-linear-gradient(top, #F8A114 0%, #FFFC02 50%, #F8A114 100%);
    background: -webkit-linear-gradient(top, #F8A114 0%, #FFFC02 50%, #F8A114 100%);
    background: linear-gradient(to bottom, #F8A114 0%, #FFFC02 50%, #F8A114 100%);
}

@media (min-width: 576px) {
    .section-sale__price {
        left: 70px;
        bottom: 10px;
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 768px) {
    .section-sale__price {
        bottom: 30px;
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 992px) {
    .section-sale__price {
        bottom: 40px;
        width: 150px;
        height: 150px;
    }
}


@media (min-width: 1600px) {
    .section-sale__price {
        bottom: 50px;
        width: 200px;
        height: 200px;
    }
}

.price__title {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: .8;
}

.price__sum {
    font-size: 3.3rem;
}

@media (min-width: 576px) {
    .section-sale__price .price__title {
        margin-top: 10px;
        font-size: 2.2rem;
    }

    .section-sale__price .price__sum {
        font-size: 4.4rem;
    }
}

@media (min-width: 768px) {
    .section-sale__price .price__title {
        margin-top: 15px;
        font-size: 2.5rem;
    }

    .section-sale__price .price__sum {
        font-size: 4.8rem;
    }
}

@media (min-width: 992px) {
    .section-sale__price .price__title {
        margin-top: 15px;
        font-size: 1.7rem;
    }

    .section-sale__price .price__sum {
        font-size: 3.6rem;
    }
}

@media (min-width: 1600px) {
    .section-sale__price .price__title {
        margin-top: 15px;
        font-size: 2.5rem;
    }

    .section-sale__price .price__sum {
        font-size: 4.8rem;
    }
}

.section-sale__inputs-block {
    padding: 1px;
    background-color: transparent;
    border: 3px solid #000;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .section-sale__inputs-block {
        margin-top: 0;
    }
}

.section-sale__btn {
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    font-size: 30px;
    padding: 0 15px;
}

@media (max-width: 1599px) {
    .section-sale__btn {
        font-size: 25px;
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .section-sale__btn {
        font-size: 20px;
    }
}

.section-sale__btn:focus {
    outline: none;
}

.section-sale__input-wrapper {
    max-width: 355px;
    background-color: transparent;
}

.section-sale__input {
    background-color: #000;
    font-size: 20px;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    outline: none;
    border: none;
    text-transform: uppercase;
}

@media (min-width: 1600px) {
    .section-sale__input {
        font-size: 30px;
        height: 45px;
    }
}

.section-sale__input::-webkit-input-placeholder {
    color: #fff;
}

.section-sale__input::-moz-placeholder {
    color: #fff;
}

.section-sale__input:-ms-input-placeholder {
    color: #fff;
}

.section-sale__input::-ms-input-placeholder {
    color: #fff;
}

.section-sale__input::placeholder {
    color: #fff;
}

.section-sale__text {
    background: #fff;
    border-radius: 30px;
    padding: 5px 20px;
    line-height: 1;
}

@media (min-width: 1600px) {
    .section-sale__text {
        padding: 15px 27px;
    }
}

.sale-text__title {
    text-transform: uppercase;
    font-size: 1.7rem;
}

@media (min-width: 576px) {
    .sale-text__title {
        font-size: 2rem;
    }
}

.sale-text__param-item {
    font-size: 24px;
    line-height: 1.35;
}

@media (max-width: 575px) {
    .sale-text__param-item {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .sale-text__param-item {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (min-width: 1200px) {
    .sale-text__param-item {
        font-size: 24px;
        line-height: 1.25;
    }
}

@media (min-width: 1600px) {
    .sale-text__param-item {
        font-size: 30px;
        line-height: 1.20;
    }
}

@media (min-width: 992px) {
    .sale-text__title {
        margin-bottom: 3px;
    }

    .sale-text__params-list {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .sale-text__title {
        margin-bottom: 5px;
    }

    .sale-text__params-list {
        margin-bottom: 7px;
    }
}

/*---------------------------------------------------------*/
/*-----------------section-advantages----------------------*/
.section-advantages .decoration-border {
    width: 130px;
}

@media (max-width: 1599px) {
    .section-advantages .decoration-border {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .section-advantages .decoration-border {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .section-advantages .decoration-border {
        width: 50px;
    }
}

.video-block {
    padding: 10% 13% 14% 13%;
    background: url("../assets/img/advantages/advantages__bg.png") 50% 50% / 100% no-repeat;
    position: relative;

}

@media (min-width: 992px) {
    .video-block {
        top: 50%;
        transform: translateY(-50%);
    }
}

.video-wrapper {
    padding: 5% 0% 3% 0%;
    background-color: #000;
}

.advantages__item p {
    font-size: 1rem;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .advantages__item p {
        font-size: 1.4rem;
    }
}

@media (min-width: 576px) {
    .advantages__item p {
        font-size: 1.7rem;
    }
}

/*---------------------------------------------------------*/
/*-----------------section-catalog-------------------------*/
@media (max-width: 767px) {
    .section-catalog .inner-wrapper-bg--main {
        background: url('../assets/img/common/section__bg-main--mobile.png') 50% 0 / cover no-repeat;
    }
}

@media (max-width: 991px) {
    .section-catalog .decoration-border {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .section-catalog .decoration-border {
        width: 60px;
    }
}

.choice-item {
    border-radius: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 1px 8px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
}

.choice-item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.choice-item a {
    color: #000;
}

.choice-item a:hover {
    color: #000;
    text-decoration: none;
}

.choice-item__title {
    background: #000;
    padding: 10px;
}

.choice-item__title h3 {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.5;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .choice-item__title h3 {
        font-size: 1.7rem;
    }
}

.choice-item__content {
    background: url('../assets/img/catalog/chioce-item__bg.png') 50% 50% / cover no-repeat;
    padding: 0 20px 20px;
}

.choice-item__img {
    height: 195px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .choice-item__img {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .choice-item__img {
        min-height: initial;
    }
}

.choice-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choice-item__btn {
    display: block;
    max-width: 285px;
    padding: 5px 25px;
    color: #fff;
    text-align: center;
    background-color: #000;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 3px;
    border-radius: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
    .choice-item__btn {
        font-size: 40px;
    }
}

.section-catalog {
    padding-bottom: 150px;
}

@media (max-width: 575px) {
    .section-catalog {
        padding-bottom: 100px;
    }
}

.section-catalog__title {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.8;
    letter-spacing: 4px;
    font-weight: 600;
    padding: 5px 0;
}

.section-catalog__title span {
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .section-catalog__title {
        padding: 15px 0;
        font-size: 40px;
    }

    .section-catalog__title span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .section-catalog__title {
        line-height: 1;
        padding: 15px 0;
        font-size: 35px;
    }

    .section-catalog__title span {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .section-catalog__title {
        font-size: 25px;
    }

    .section-catalog__title span {
        font-size: 30px;
    }
}

.catalog-card {
    position: relative;
    -webkit-box-shadow: 0.1rem 0.5rem 2rem rgba(0, 0, 0, 0.8);
    box-shadow: 0.1rem 0.5rem 2rem rgba(0, 0, 0, 0.8);
}

.catalog-card__logo_top {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 310px;
    -webkit-transform: translate(-7%, -40%);
    -ms-transform: translate(-7%, -40%);
    transform: translate(-7%, -40%);
}

@media (max-width: 575px) {
    .catalog-card__logo_top {
        width: 210px;
        -webkit-transform: translate(-3%, -40%);
        -ms-transform: translate(-3%, -40%);
        transform: translate(-3%, -40%);
    }
}

.catalog-card__logo_top:after {
    letter-spacing: 3px;
    position: absolute;
    z-index: 2;
    content: 'Германия';
    text-transform: uppercase;
    top: 25px;
    left: 106px;
    font-size: 33px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .catalog-card__logo_top:after {
        top: 20px;
        left: 74px;
        font-size: 20px;
    }
}

.carousel-wrapper {
    background: url("../assets/img/common/section__bg-main.png") 50% 100% / 150% 150% no-repeat;
}

.carousel-control-prev-icon_custom,
.carousel-control-next-icon_custom {
    color: #666666;
    font-size: 170px;
}

@media (max-width: 1599px) {
    .carousel-control-prev-icon_custom,
    .carousel-control-next-icon_custom {
        font-size: 120px;
    }
}

@media (max-width: 575px) {
    .carousel-control-prev-icon_custom,
    .carousel-control-next-icon_custom {
        font-size: 70px;
    }
}

.catalog-card__logo_bottom {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 130px;
    -webkit-transform: translate(0%, 22%);
    -ms-transform: translate(0%, 22%);
    transform: translate(0%, 22%);
}

@media (min-width: 576px) {
    .catalog-card__logo_bottom {
        width: 150px;
        -webkit-transform: translate(-10%, 31%);
        -ms-transform: translate(-10%, 31%);
        transform: translate(-10%, 31%);
    }
}

@media (min-width: 768px) {
    .catalog-card__logo_bottom {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .catalog-card__logo_bottom {
        width: 240px;
        -webkit-transform: translate(-20%, 20%);
        -ms-transform: translate(-20%, 20%);
        transform: translate(-20%, 20%);
    }
}

.catalog-card__logo_bottom span {
    letter-spacing: 1px;
    position: absolute;
    z-index: -1;
    color: red;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 10px 15px 25px;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    left: 85px;
    bottom: 5px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

@media (min-width: 576px) {
    .catalog-card__logo_bottom span {
        font-size: 1.5rem;
        left: 130px;
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    .catalog-card__logo_bottom span {
        font-size: 2rem;
        left: 170px;
    }
}

@media (min-width: 992px) {
    .catalog-card__logo_bottom span {
        font-size: 1.5rem;
        left: 140px;
        bottom: 20px;
    }
}

@media (min-width: 1600px) {
    .catalog-card__logo_bottom span {
        font-size: 2rem;
        left: 160px;
        bottom: 10px;
    }
}

.catalog-card__title {
    font-size: 46px;
    line-height: 0.9;
}

@media (max-width: 575px) {
    .catalog-card__title {
        font-size: 30px;
        text-align: center;
    }
}

.catalog-card__param-item {
    font-size: 20px;
    line-height: 1;
}

@media (min-width: 576px) {
    .catalog-card__param-item {
        font-size: 26px;
    }
}

@media (min-width: 1600px) {
    .catalog-card__param-item {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .catalog-card__prices {
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        transform: translate(-45%, 0);
        max-width: 320px;
    }

    .catalog-card__price:first-of-type {
        margin-right: 30px;
    }
}

@media (min-width: 1600px) {
    .catalog-card__prices {
        transform: translate(-45%, -10px);
        max-width: 420px;
    }

    .catalog-card__price {
        width: 180px;
        height: 180px;
    }

    .catalog-card__price:first-of-type {
        margin-right: 40px;
    }

    .catalog-card__price .price__title {
        margin-top: 30px;
        font-size: 2rem;
    }

    .catalog-card__price .price__sum {
        font-size: 4.1rem;
    }
}

.catalog-card__inputs-block {
    padding: 1px;
    background-color: transparent;
    border: 3px solid #000;
    margin-top: 30px;
}

.catalog-card__btn {
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    font-size: 40px;
    padding: 0 15px;
}

@media (max-width: 1599px) {
    .catalog-card__btn {
        font-size: 25px;
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .catalog-card__btn {
        font-size: 20px;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .catalog-card__btn {
        font-size: 20px;
    }
}

.catalog-card__btn:focus {
    outline: none;
}

.catalog-card__input-wrapper {
    max-width: 260px;
    background-color: transparent;
}

@media (min-width: 1200px) {
    .catalog-card__input-wrapper {
        max-width: 200px;
    }
}

@media (min-width: 1600px) {
    .catalog-card__input-wrapper {
        max-width: 260px;
    }
}

.catalog-card__input {
    background-color: #000;
    font-size: 35px;
    height: 60px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 400;
}

@media (max-width: 1599px) {
    .catalog-card__input {
        font-size: 25px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    .catalog-card__input {
        font-size: 20px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .catalog-card__input {
        font-size: 30px;
        height: 40px;
    }
}

.catalog-card__input::-webkit-input-placeholder {
    color: #fff;
}

.catalog-card__input::-moz-placeholder {
    color: #fff;
}

.catalog-card__input:-ms-input-placeholder {
    color: #fff;
}

.catalog-card__input::-ms-input-placeholder {
    color: #fff;
}

.catalog-card__input::placeholder {
    color: #fff;
}

.slick-carousel a:hover {
    cursor: auto;
}

.slick-carousel .prev-slide,
.slick-carousel .next-slide {
    color: #000;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
}

.slick-carousel .prev-slide {
    left: 0;
    transform: translate(-100%, -50%);
}

.slick-carousel .next-slide {
    right: 0;
    transform: translate(100%, -50%);
}

/*--------------------------------------------------------*/
/*----------------------section-certificate---------------*/
@media (max-width: 767px) {
    .section-certificate .inner-wrapper-bg--main {
        background: url('../assets/img/common/section__bg-main--mobile.png') 50% 0 / cover no-repeat;
    }
}

.section-certificate .decoration-border {
    width: 130px;
}

@media (max-width: 1599px) {
    .section-certificate .decoration-border {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .section-certificate .decoration-border {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .section-certificate .decoration-border {
        width: 60px;
    }
}

/*--------------------------------------------------------*/
/*----------------------section-reviews-------------------*/
.section-reviews .decoration-border {
    width: 130px;
}

@media (max-width: 1599px) {
    .section-reviews .decoration-border {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .section-reviews .decoration-border {
        width: 100px;
    }
}

@media (max-width: 991px) {
    .section-reviews .decoration-border {
        width: 0;
    }
}

.section-reviews {
    font-family: serif;
}

.section-reviews .slick-track {
    padding: 100px 0 120px;
}

@media (max-width: 575px) {
    .section-reviews .slick-track {
        padding: 50px 0 60px;
    }
}

.section-reviews .slick-slide {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    margin: 0 60px;
}

@media (max-width: 575px) {
    .section-reviews .slick-slide {
        margin: 0 20px;
    }
}

.section-reviews .slick-current .card-review {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    left: -50%;
    z-index: 9999;
}

.section-reviews .slick-active .card-review {
    width: 200%;
    max-height: initial;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

@media (max-width: 1199px) {
    .section-reviews .slick-current .card-review {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: 0;
    }

    .section-reviews .slick-active .card-review {
        width: 100%;
        max-height: initial;
    }
}

.section-reviews .slick-prev,
.section-reviews .slick-next {
    width: 60px;
    height: 60px;
    z-index: 1;
}

.section-reviews .slick-prev:before,
.section-reviews .slick-next:before {
    color: #000;
    font-size: 60px;
}

.card-review {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0.1rem 0.5rem 3rem rgba(0, 0, 0, 0.8);
    box-shadow: 0.1rem 0.5rem 3rem rgba(0, 0, 0, 0.8);
    overflow: hidden;
    max-height: 360px;
}

@media (max-width: 1199px) {
    .card-review {
        max-height: initial;
    }
}

@media (max-width: 767px) {
    .card-review {
        padding: 20px;
        -webkit-box-shadow: 0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.8);
        box-shadow: 0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.8);
    }
}

.card-review__name {
    font-size: 30px;
    line-height: 1;
}

.card-review__city {
    font-size: 20px;
    line-height: 1;
}

.card-review__text {
    font-size: 20px;
}

.card-review__photo {
    display: block;
    float: right;
    width: 150px;
    height: 150px;
}

.card-review__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

@media (max-width: 767px) {
    .card-review__photo {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

/*--------------------------------------------------------*/
/*----------------------section-footer--------------------*/
.section-footer {
    background: url("../assets/img/footer/footer__bg.jpg") 50% 30% no-repeat;
    background-size: cover;
}

.section-footer .decoration-border {
    width: 130px;
}

@media (max-width: 1599px) {
    .section-footer .decoration-border {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .section-footer .decoration-border {
        width: 100px;
    }
}

@media (max-width: 991px) {
    .section-footer .decoration-border {
        width: 0px;
    }
}

@media (max-width: 575px) {
    .section-footer .decoration-border {
        width: 0px;
    }
}

.footer__form {
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0.1rem 0.5rem 3rem rgba(0, 0, 0, 0.8);
    box-shadow: 0.1rem 0.5rem 3rem rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
}

.footer__form-label {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .footer__form-label {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .footer__form-label {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .footer__form-label {
        font-size: 20px;
    }
}

.footer__form-control {
    font-size: 40px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0rem .3rem .8rem rgba(0, 0, 0, 0.8);
    box-shadow: 0rem .3rem .8rem rgba(0, 0, 0, 0.8);
}

@media (max-width: 1199px) {
    .footer__form-control {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .footer__form-control {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .footer__form-control {
        font-size: 20px;
    }
}

.footer__form-control:focus {
    border-width: 4px;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.8);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.8);
}

.footer__form-control::-webkit-input-placeholder {
    color: #9A9A9A;
}

.footer__form-control::-moz-placeholder {
    color: #9A9A9A;
}

.footer__form-control:-ms-input-placeholder {
    color: #9A9A9A;
}

.footer__form-control::-ms-input-placeholder {
    color: #9A9A9A;
}

.footer__form-control::placeholder {
    color: #9A9A9A;
}

.footer__btn {
    margin-top: 45px;
    font-size: 60px;
    line-height: 1;
    border-radius: 20px;
    background: #EE0000;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.8);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.8);
}

@media (max-width: 1199px) {
    .footer__btn {
        margin-top: 35px;
        font-size: 60px;
        line-height: 1.1;
    }
}

@media (max-width: 991px) {
    .footer__btn {
        font-size: 42px;
        line-height: 1.2;
    }
}

@media (max-width: 575px) {
    .footer__btn {
        margin-top: 20px;
        font-size: 35px;
    }
}

.requisites__phones a {
    color: #000;
    font-size: 40px;
    line-height: 1.1;
}


@media (max-width: 1199px) {
    .requisites__phones a {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .requisites__phones a {
        font-size: 30px;
    }
}

.footer-phone__logo-a1 {
    width: 50px;
    margin-left: 20px;
}

.footer-phone__logo-mts {
    width: 120px;
    margin-left: 16px;
}

@media (max-width: 1199px) {
    .footer-phone__logo-a1 {
        width: 40px;
    }

    .footer-phone__logo-mts {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .footer-phone__logo-a1 {
        width: 30px;
    }

    .footer-phone__logo-mts {
        width: 70px;
    }
}

.requisites__phones a:hover {
    text-decoration: none;
}

.requisites__online-orders,
.requisites__schedule {
    font-size: 40px;
    line-height: 1.1;
}

@media (max-width: 1199px) {
    .requisites__online-orders,
    .requisites__schedule {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .requisites__online-orders,
    .requisites__schedule {
        font-size: 30px;
    }
}

.img{
    margin: 1rem 0;
    max-width: 100%;

}


/*--------------------------------------------------------*/
/*------------------Modals--------------------------------*/
.bg--custom {
    background: url('../assets/img/common/section__bg-main.png') 50% 100% / 150% 150% no-repeat;
}

/*--------------------------------------------------------*/

#navbar-example2 {
    z-index: 1;
}
