* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Vela Sans - 400';
    src: url("../fonts/VelaSans-Regular.ttf");
}

@font-face {
    font-family: 'Vela Sans - 300';
    src: url("../fonts/VelaSans-Light.ttf");
}

body {
    background: #FEFEFE;
    font-family: 'Vela Sans - 400', sans-serif;
}

.main_header {
    margin: 0 auto;
    max-width: 1440px;
    height: 105px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.container_header {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 120px;
}

.burger {
    display: none;
}

.close_burger {
    display: none;
}

.logo_min {
    display: none;
}

.menu_list {
    list-style: none;
    display: flex;
    gap: 39px;
}

.menu_link, .phone {
    text-decoration: none;
    font-size: 16px;
    color: #3A312D;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.menu_link:hover {
    color: #908E8E;
}

.header .symbol_phone {
    display: none;
}

.main {
    position: relative;
    margin: 0 auto 130px;
    max-width: 1440px;
}

.img_visit {
    z-index: -2;
    width: 100%;
    height: 589px;
    background: url("../img/main/main.png") no-repeat center / cover;
}

.main .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 590px;
}

.main__info_img {
    z-index: -2;
    width: 100%;
}

.main__info {
    width: 100%;
    height: 590px;
    display: flex;
    cursor: pointer;
    padding: 180px 150px 40px;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 0%, rgba(58, 49, 45, 0.7) 0);
}

.main__info_title {
    font-size: 50px;
    line-height: 120%;
    display: flex;
    align-items: center;
}

.main__info_text {
    max-width: 517px;
    font-family: 'Vela Sans - 300', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

.main__info .slick-next {
    height: 20px;
    width: 110px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    cursor: pointer;
    background: rgba(254, 254, 254, 0);
}

.main__info .slick-prev {
    height: 20px;
    width: 110px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    cursor: pointer;
    background: rgba(254, 254, 254, 0);
}

.main__info .slick-next:before,
.main__info .slick-prev:before {
    opacity: 1;
    content: url("../img/arrow/vectorNextW.png");
    display: block;
    cursor: pointer;
}

.main__info .slick-prev:before {
    content: url("../img/arrow/vectorPrevW.png");
}

.main__info_button {
    width: 149px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: #FEFEFE;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3A312D;
    align-self: flex-end;
    cursor: pointer;
    position: fixed;
    top: 55%;
}

.main__info_button:hover {
    background: #3A312D;
    color: #FEFEFE;
}

.container_block {
    display: flex;
    flex-direction: column;
    padding: 0 120px;
    width: 1440px;
    margin: 0 auto;
}

.title {
    font-style: normal;
    font-size: 52px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #3A312D;
    margin-bottom: 90px;
    font-family: 'Vela Sans - 300', sans-serif;
}

.about_us .slick-initialized .slick-slide {
    display: flex;
    gap: 30px;
}

.arrow {
    display: flex;
    column-gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about_us .slick-arrow {
    background: none;
    top: 96.5%;
}

.about_us .slick-prev {
    position: absolute;
    z-index: 1;
    left: 75%;
    cursor: pointer;
}

.about_us .slick-next {
    position: absolute;
    z-index: 1;
    right: 4%;
    cursor: pointer;
}


.about_us .slick-dots {
    position: absolute;
    right: 7.2%;
    list-style: none;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}


.about_us button {
    background: #3A312D;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 0;
    margin-inline: 6px;
}


.about_us .slick-active button {
    width: 20px;
    height: 20px;
}

.about_us__info {
    display: flex;
    column-gap: 30px;
    margin-bottom: 180px;
    flex-direction: column;
}

.board_info {
    overflow: hidden;
    display: flex;


}

.about_us__info_img {
    display: flex;
    /*max-width: 790px;*/
    height: 525px;
    transition: .8s;

}

.about_us__info_text {
    display: flex;
    flex-direction: column;
}

.w-h {
    max-width: 380px;
    height: 253px;
}

.w-h img {
    width: 100%;
}

.text1 {
    font-family: 'Vela Sans - 300', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #3A312D;
    margin-bottom: 20px;
}

.text2, .text3 {
    max-width: 380px;
    font-family: 'Vela Sans - 300', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3A312D;
    margin-bottom: 20px;
}

.services__sections {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 180px;
}

.services__sections_button {
    text-decoration: none;
    background: #FEFEFE;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-family: 'Vela Sans - 300', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    border: none;
    cursor: pointer;
    color: #3A312D;
    margin-top: -5px;
}

.kitchens, .furniture, .doors {
    text-decoration: none;
}

.kitchens, .furniture, .doors:hover {
    cursor: pointer;
    text-decoration: none;
}

.kitchens:hover .services__sections_button,
.services .furniture:hover .services__sections_button,
.doors:hover .services__sections_button {
    background: #3A312D;
    color: #FEFEFE;
    fill: #FEFEFE;
}

.kitchens:hover .services__sections_button path,
.services .furniture:hover .services__sections_button path,
.doors:hover .services__sections_button path {
    fill: #FEFEFE;
}

.slick {
    position: relative;
    width: 10px;
}

.responsive {
    margin-bottom: 180px;
}

.partners__items_symbol, .slick-arrow {
    position: absolute;
    z-index: 0;
    top: 25px;
    background: #FEFEFE;
}

.slick-prev {
    height: 25px;
    width: 25px;
    position: absolute;
    z-index: 0;
    top: 26px;
    left: -40px;
    cursor: pointer;
}

.slick-next {
    height: 25px;
    width: 25px;
    position: absolute;
    z-index: 0;
    top: 26px;
    right: -40px;
    cursor: pointer;
}

.slick-next:before {
    opacity: 1;
    content: url("../img/arrow/vectorNext.png");
    display: block;
}

.slick-prev:before {
    opacity: 1;
    content: url("../img/arrow/vectorPrev.png");
    display: block;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0.5;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.5;
}

.pagination .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    padding-bottom: 130px;
}


.pagination_arrow {
    cursor: pointer;
    opacity: 1;
}

.pagination_arrow:hover {
    opacity: 0.5;
}

#left {
    opacity: 0.5;
}

.btn_points {
    display: none;
}

.arrow_points, .point_active, .p {
    display: flex;
    flex-direction: row;
    background: #3A312D;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.point_active {
    width: 16px;
    height: 16px;
}


.form {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 149px 74px 97px 143px;
    background: linear-gradient(transparent 0%, rgba(58, 49, 45, 0.7) 0), url("../img/main/form.png") no-repeat center/cover;
}

.form__title {
    font-size: 52px;
    line-height: 120%;
    color: #FEFEFE;
}

.form1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.input_info {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

input, .name_button {
    width: 290px;
    padding: 19px 0 19px 15px;
    background: rgba(58, 49, 45, 0);
    outline: none;
    border: 2px solid #FEFEFE;
}

.name, .name_button {
    width: 100%;
    margin-bottom: 18px;
    color: #FEFEFE;
    font-size: 16px;
    cursor: pointer;
}

input::placeholder {
    color: #FEFEFE;
    font-family: 'Vela Sans - 300', sans-serif;
}

input:hover::placeholder {
    color: #3A312D;
}

input:hover, .name_button:hover {
    outline: none;
    background: #FEFEFE;
    color: #3A312D;
}

footer {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
}

.contacts {
    padding: 40px 0 0 120px;
    display: flex;
    flex-direction: column;
}

.contacts .logo_min {
    align-self: center;
}

.address {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3A312D;
    margin-bottom: 15px;
}

.address__text_metro {
    position: relative;
    display: flex;
    gap: 30px;
    padding-left: 47px;
    margin-bottom: 40px;
}

.circle_light_blue {
    display: flex;
    gap: 15px;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #3A312D;
}

.circle_light_blue::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #60BFBF;
}

.two {
    gap: 40px;
}

.blue {
    position: absolute;
    left: 46.5%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0070BF;
    margin-right: 7px;
}

.address__working_hours, .address__working_email, .address__working_phone {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.working_hours, .working_email, .working_phone {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #3A312D;
    text-decoration: none;
}

.working_phone {
    margin-bottom: 0;
}

.container__pop_up_partners {
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: linear-gradient(transparent 0%, rgb(0, 0, 0, 0.75) 0);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.pop_up_partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1150px;
    position: absolute;
}

.pop_up_partners_text {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FEFEFE;
    padding: 60px 20px 40px 60px;
}

.btn_pop_up_partners_close {
    background: #FEFEFE;
    padding: 10px;
    cursor: pointer;
    align-self: flex-end;
    margin-top: -43px;
}

.pop_up_title {
    margin-bottom: 20px;
}

.pop_up_description {
    max-width: 1100px;
}

.background_form_partners {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 60px;
    background: linear-gradient(transparent 0%, rgba(58, 49, 45, 0.7) 0), url("../img/partners/1.png") no-repeat center/cover;
}

.form_comment_partners {
    width: 100%;
    cursor: pointer;
}


.white {
    color: #FEFEFE;
}

.thanks {
    display: none;
    z-index: 4;
}

.pop_up_partners_thanks {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 216px 60px 222px;
}

.pop_up_partners_thanks,
.pop_up_title,
.pop_up_partners_thanks .text3 {
    margin-bottom: 40px;
}

.pop_up_partners_thanks img {
    width: 430px;
}

#thanks_close {
    position: absolute;
    right: 3%;
    top: 13%;
}

.clients_request {
    display: none;
    z-index: 2;
}

.clients_request_text {
    padding: 90px 43px 76px 60px;
}

.clients_request_title {
    margin-bottom: 90px;
}

.clients_request_form {
    display: flex;
    column-gap: 124px;
}

.clients_request_info {
    display: flex;
    flex-direction: column;
}

.clients_request_img {
    width: 615px;
}

.clients_request_name {
    width: 290px;
    padding: 19px 0 19px 15px;
    background: #FEFEFE;
    outline: none;
    border: 2px solid #3A312D;
    color: #3A312D;
}

.center {
    display: flex;
    padding: 19px 0;
    justify-content: center;
}

.clients_request_name:hover {
    background: #3A312D;
    color: #FEFEFE;
}

.clients_request_name::placeholder {
    color: #3A312D;
}

.clients_request_name:hover::placeholder {
    color: #FEFEFE;
}

#clients_request_name {
    padding-bottom: 83px;
}

.position .error_input, .error_input {
    display: none;
    justify-content: flex-end;
    padding-left: 19px;
    color: red;

}

.form1 .error_input {
    margin-bottom: 5px;
}

.popup_burger {
    display: none;
    position: fixed;
    top: 0;
    flex-direction: column;
    padding: 90px 8px 150px;
    background: #FEFEFE;
    width: 100%;
    z-index: 1;
}

.href_popup {
    padding: 15px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 32px;
    text-decoration: none;
    color: #3A312D;
}

.close_burger {
    cursor: pointer;
}

.href_popup:hover {
    opacity: 0.7;
}

.custom-placeholder::placeholder {
    color: #800000;
}








