.bdr {border: 1px solid red}
.bdr1 {border: 1px solid green}
.bdr2 {border: 1px solid blue}

a {
    /* color: #000; */
    text-decoration: none;
    transition: all 200ms linear;
}
a:hover {
    color: #FEE13F;
    text-decoration: none;
}


/* header */
.header {
    height: 76px;
    width: 100%;
    font-family: Ubuntu;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
color: #898989;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;

    align-items: center;
}
.header-list-ul {
    display: flex;
    flex-basis: 566px;
    flex-grow: 2;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.header-list-li {
    flex-basis: 566px;
    flex-grow: 2;
    padding-left: 1rem;
    padding-right: 1rem;
}
.header-list-ul li:nth-child(3) {
    min-width: 10rem
}
.header-list-li a{
    color: #898989;
}
.header-list-map {
    color: #898989;
}
.icon_city {
    position: relative;
    padding-left: 1.5rem;
}
.icon_city::before {
    position: absolute;
    content: "";
    top: 0; 
    left: -0.5rem;;
    width: 20px;
    height: 20px;
    background-image: url('/assets/images/icon-city.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.phone-header select:hover,
.city-header select:hover,
.header-list-li a:hover{
    color: #FEE13F;
    
}
.phone-header select:hover,
.city-header select:hover,
.city-header select option:hover {
    cursor: pointer;
}
.phone-header-1,
.phone-header-2 {
    color: #898989;
    display: block;
}
/* end header */

/* slider */
.box-slider {
    background-image: url("/assets/images/slider-1.png");
    background-size: cover;
    background-position: center;
    min-height: 590px;
}
.slider-content {
    max-width: 740px;
    margin: 0 auto;
    display: block;
    padding-top: 3rem;
}
.slid-cont-name {
    margin: 0rem auto 1.8rem;
    text-align: center;
    background-color: #FEE13F;
    color: #000;
    font-size: 36px;
    border-radius: 100px;
line-height: 17px;
padding: 0.2rem 0rem;
font-weight: bold;
}
.slid-cont-desc {
    text-align: center;
    font-size: 30px;
line-height: 27px;
font-weight: 500;
color: #FFFFFF;
margin: 0rem auto 1.8rem;
text-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
}
.slid-cont-btn-desc {
    width: 310px;
    margin: 8px auto 48px;
}
.slid-cont-btn-desc p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
text-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
}
.slid-cont-btn-desc a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 1.3rem 0;
    font-weight: 500;
font-size: 21px;
line-height: 17px;
    background: linear-gradient(180deg, #CB0A0A 0%, #AE0A0A 100%), #C4C4C4;
box-shadow: 0px 3px 12px #FF0000;
border-radius: 100px;
transition: all 250ms linear;
}
.slid-cont-btn-desc a:hover {
    background: linear-gradient(0deg, #CB0A0A 0%, #AE0A0A 100%), #C4C4C4;
box-shadow: 0px 3px 6px #ff0000;
text-decoration: none ;
color: #cabebe;
}
.slid-cont-form form {
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.slide-cont-form-phone,
.slide-cont-form-name {
    background-color: #fff;
    font-style: normal;
    border: none;
font-weight: 500;
font-size: 21px;
line-height: 17px;
text-align: center;
color: #000000;
border-radius: 100px;
    height: 100%;
}
.slide-cont-form-name {
    max-width: 160px;
}
.slide-cont-form-phone,
.slide-cont-form-btn {
    flex-basis: 255px;
}
.slide-cont-form-phone::-webkit-input-placeholder,
.slide-cont-form-name::-webkit-input-placeholder { 
    color: #000; 
}
.slide-cont-form-btn {
    background-color:  #FEE13F;
    font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 17px;
text-align: center;
color: #000000;
border: none;
border-radius: 100px;
    height: 100%;
    transition: all 200ms linear;
}
.slide-cont-form-btn:hover {
    background-color:  #bea932;
}
/* end slider */


/* block 4 */

.block-4-bg {
    margin-top: 93px;
}
.h3-block-all,
.block-4-h3,
.block-5-h3 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    padding-bottom: 80px;
}

.block-4-card {
    height: 284px;
}

.block-4-card img {
    display: block;
    margin: auto auto 26px auto;
}

.block-4-card p {
    text-align: center;
    max-width: 14rem;
    margin: auto;
    font-size: 18px;
    line-height: 22px;
}


/* block 4 end */


/* block 2 catalog */

.block-2-bg {
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.block2-line-1 a,
.block2-line-2 a,
.block2-line-3 a {
    display: block;
    box-shadow: none;
    text-decoration: none;
    transition: all 200ms linear;
}

.block2-line-1 a:hover,
.block2-line-2 a:hover,
.block2-line-3 a:hover {
    box-shadow: 0 0 7px #000;
}

.block2-line-1 a:hover h5,
.block2-line-2 a:hover h5,
.block2-line-3 a:hover h5 {
    transition: color 200ms linear;
    color: #FFCB00;
}


.block2-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.block2-pading {
    padding: 15px;
}

.block2--shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0322582) 0.01%, #000000 93.76%);
}

.block2-line-1_1 {
    height: 440px;
    
}

.block2-line-1_2 {
    height: 440px;
    
}

.block2-line1--name {
    padding-top: 350px;
    overflow: hidden;
    padding-left: 2.7rem;
}

.block2-line1--name h5 {
    position: relative;
    color: #fff;
    display: inline;
    padding-right: 35px;
    line-height: 30px;
}

/* .block2-line1--name h5:after {
    content: "";
    position: absolute;
    width: 390px;
    height: 2px;
    left: 100%;
    top: 12px;
    background-color: #FFCB00;
} */

.block2-line-2_1 {
    height: 288px;
    
}

.block2-line-2_2 {
    height: 288px;
    
}

.block2-line-2_3 {
    height: 288px;
    
}

.block2-line2--name {
    padding-top: 215px;
    overflow: hidden;
    padding-left: 2.7rem;
}

.block2-line2--name h5 {
    position: relative;
    color: #fff;
    display: inline;
    padding-right: 35px;
    line-height: 30px;
}

/* .block2-line2--name h5:after {
    content: "";
    position: absolute;
    width: 390px;
    height: 2px;
    left: 100%;
    top: 12px;
    background-color: #FFCB00;
} */

.block2-line-3_1 {
    height: 288px;
    
}

.block2-line3--name {
    padding-top: 215px;
    overflow: hidden;
    padding-left: 2.7rem;
}

.block2-line3--name h5 {
    position: relative;
    color: #fff;
    display: inline;
    padding-right: 35px;
    line-height: 30px;
}

/* .block2-line3--name h5:after {
    content: "";
    position: absolute;
    width: 8600px;
    height: 2px;
    left: 100%;
    top: 12px;
    background-color: #FFCB00;
} */
.block2-item {
padding: 0.5rem;
}
.block2-item div {
    height: 200px;
    font-size: 18px;
    color: #fff;
    background-repeat: no-repeat;
    padding: 3rem;
    background-size: cover;
    background-position: center;
    margin-left: 0;
    margin-right: 0;
    text-shadow: 0 0 1px #000;
}

.h3-block2-sekcion {
    text-align: left;
    font-size: 23px;
    line-height: 44px;
    color: #000;
    padding-bottom: 40px;
}

/* block2 end */

/* box reviews */
.card-review-outer {
    /* max-width: 483px; */
}
.card-review-item {
    padding: 1rem;
    width: 537px;
    margin: auto;
    border: 1px dotted rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    min-height: 17rem;
}
.box-name-card-review__img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
}
.box-name-card-review {
    color: blue;
}
.slider-reviews .slick-dots {
    bottom: -45px;
}
.slider-reviews .slick-dots button::before {
    font-size: 15px;
}
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
/* end box reviews */

/* our answers */
.answers-name {
    margin-bottom: 3rem;
}
.box-answers__all {
    padding:0;
    list-style: none;;
}
.box-answers__li {
    background-color: #fff;
    border-radius: 10px;
    line-height: 3rem;
    padding-left: 4rem;
    cursor: pointer;
    margin: 2rem 0;
    transition: all 200ms linear;
}
.box-shadow-open,
.box-answers__li:hover {
    box-shadow: 0 0 6.1px 2px #bbb4b4;
}
.name-answer {
    position: relative;
    font-weight: bold;
    cursor: pointer;
    transition: all 200ms linear;
}
.name-answer::after {
    position: absolute;
    content: ">";
    width: 22px;
    height: 25px;
    color:#FEE13F;
    line-height: 17px;
    display: block;
    font-size: 25px;
    font-weight: bold;
    /* border: 1px solid red; */
    top: 13px;
    right: 40px;
    transform: rotate(90deg);
    transition: all 600ms linear;
}
.open-window::after {
    transform: rotate(-90deg);
    color: #000;
}
.name-answer span{
    color:#FEE13F;
    font-size: 18px;
    padding-right: 0.2rem;
    
}
.open-window,
.name-answer:hover {
    
    color:#FEE13F;
        
}

.content-answer {
    display: none;
    line-height: 1.2rem;
    max-width: 920px;
    padding: 0.5rem 0;
    cursor: pointer;
}
/* end our answers */

/* box questions */
.box_foto_men {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.img-fluid-foto_men {
    height: 100%;
    width: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.box_foto_women {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.img-fluid-foto_women {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.box-color-gray {
    background-color: #363636;
}
.box-questions {
    background-color: #fff;
    border-radius: 10px;
}
.questions-name {
    font-weight: bold;
font-size: 21px;
line-height: 25px;
color: #CB0A0A ;
margin: 35px auto 15px;
}
.question-form-box form {
    height: 58px;
}

.text-questions {
    padding: 0 3rem;
}

.box-questions .question-form-phone,
.box-questions .question-form-name {
    background-color: #fff;
    font-style: normal;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 21px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    color: #000000;
    border-radius: 100px;
    height: 100%;
}

.question-form-box {
    min-height: 10rem;
}
.question-form-name {
    max-width: 35%;
}
.question-form-phone {
    float: right;
    width: 280px;
    max-width: 60%;
}
.question-form-btn {
    background-color: #FEE13F;
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 21px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 100px;
    height: 100%;
    transition: all 200ms linear;
}

/* end box questions */


/* footer */
.col1 {
    font-size: 14px;
}
.footer-contacts {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.footer-contact-sait,
.footer-contact-phone,
.footer-contact-adress {
    padding-left: 25px;
    padding-bottom: 0.4rem;
    position: relative;
    
}
.footer-contact-sait::before,
.footer-contact-phone::before,
.footer-contact-adress::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    top:0;
    left: 0;
}
.footer-contact-adress::before {
    background-image: url("/assets/images/icon-city.svg");
}
.footer-contact-phone::before {
    background-image: url("/assets/images/icon-phone.svg");
}
.footer-contact-sait::before {
    background-image: url("/assets/images/icon-sait.svg");
}

.footer-contact-sait a,
.footer-contact-phone a {
    color: #212529;
}

.footer-menu-name {
    color: #000;
    font-weight: bold;
font-size: 24px;
line-height: 28px;
margin-top: 2rem;
text-align: left;
margin-bottom: 2rem;
}
.col2 .footer-menu-name {
    text-align: left;
}
.footer-menu {
    list-style: none;
    padding-left: 1rem;
}
.footer-menu a{
    text-decoration: none;
    color: #212529;

}
.footer-menu a:hover {
    list-style: none;
    color: #CB0A0A;

}
.footer-menu li{
    padding: 0.3rem 0;
    font-size: 16px;
line-height: 24px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
.col3 p{
    font-size: 14px;
}
.img-card {
    position: relative;
}
.img-card img {
    position: absolute;
    top: 20px;
    left:0;
    
}


.icon-seti {
    display: flex;
    justify-content: space-between;
}
.icon-seti a{
    display: flex;
}
/* end footer */



@media screen and (max-width: 992px) {
    .img-card {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-list-ul {
        display: none;
    }
    .slid-cont-form form {
        flex-wrap: wrap;
        justify-content: center;
    }
    h1 {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .box-slider {
        min-height: 630px;
    }
    .slide-cont-form-name {
        max-width: 100%;
    }
    .card-catalog-img img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .big-card-item {
        margin-top: -100px;
        padding-bottom: 100px;
    }
    .question-form-phone {
        width: 100%;
    }
    
    .reason-name {
        font-size: 20px;
        padding: 20px 0;
    }
    .card-review-item {
        width: 100%;
    }
    .box-answers__li {
        line-height: 1.3rem;
        padding: 1rem;
    }
    .name-answer::after {
        top: 85%;
        right: 0%;
    }
    .text-questions {
        padding: 1rem;
    }
    .question-form-box form {
        height: 100%;
        margin-top: 2rem;
    }
    .box-questions .question-form-phone,
     .box-questions .question-form-name,
     .question-form-btn {
         height: 47px;
         line-height: 27px; 
         width: 100%;
         max-width: 100%;
     }
   
}

@media screen and (max-width: 420px) {
    .box-name {
        font-size: 1.3rem;
    }
    .big-main-card-text-price {
        flex-wrap: wrap;
        justify-content: center;
    }
   
}
