@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@font-face {
    font-family: "Cambria";
    src: url("fonts/Cambria.ttf") format("OpenType");
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Arsenal';
    font-size: 18px;
    font-weight: 400;
    /* адаптив */
    /* background: url('images/bg_main.jpg') no-repeat center bottom / cover; */
    background-attachment: fixed;
}

.bg_white {
    background-color: #FFF;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

a {
    color: #FFF;
    text-decoration: none;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.p_h_elem {
    padding: 15px;
}

.header_bg_color {
    background-color: #0030a1;
}

header {
    display: flex;
    background: #0030a1;
    height: 120px;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    padding: 23px 15px 0 15px;
}

.info_h {
    display: flex;
    flex-direction: column;
}

.tel:before {
    content: "\f095 ";
    font-family: FontAwesome;
    font-size: 16px;
}

.adr:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 100;
}

.soc_icons {
    display: flex;
    margin-left: auto;
}

.soc_icon {
    margin-right: 7px;
}

.search_box {
    display: flex;
    align-items: center;
}

.search_input {
    font-family: 'Arsenal';
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 43px 10px 15px;
    border: #FFF;
    border-radius: 15px;
    width: 258px;
    outline: none;
}

.lupa::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 23px;
    font-weight: 100;
    color: #000;
    z-index: 1000;
    position: relative;
    right: 35px;
}

.nav_bg_color {
    background: #ffffff;
}

nav {
    display: flex;
    background: #ffffff;
    justify-content: space-around;
    font-weight: 700;
}

.nav_link {
    transition: all 0.3s ease;
    padding: 12px 22px;
    color: #0030a1;
}

.nav_link:hover {
    background: #f4f4f4;
    color: #0043df;
}

.bg_header {
    background: url('images/bg_blur1.webp') no-repeat center bottom / cover;
    padding: 85px 60px 130px 60px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.logo_h1 {
    font-family: "Cambria";
    font-weight: 700;
    font-size: 100px;
    margin-bottom: 7px;
    color: #fff;
}

.mission {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.mission_steps {
    font-size: 24px;
    margin-bottom: 65px;
}

.mission_steps li {
    margin: 0 0 13px 24px;
}

.btn_to_catalog {
    transition: all 0.3s ease;
    background: #FF0000;
    font-size: 36px;
    font-weight: 700;
    padding: 25px 40px;
    border: #FF0000;
    border-radius: 15px;
    margin-bottom: 65px;
}

.btn_to_catalog:hover {
    background: #FF3D3D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mg46 {
    margin: 46px 0;
}

.mg46_21 {
    margin: 46px 0 21px 0;
}

.mgb46 {
    margin-bottom: 46px;
}

.section_title {
    font-size: 28px;
    font-weight: 700;
}

.mb21 {
    margin-bottom: 21px;
}

.txt_cntr {
    text-align: center;
}

.zavody_section {
    padding: 1px 20px;
}

.zavody {
    display: flex;
    justify-content: space-between;
}

.zav_logo {
    height: 72px;
}

.zavod_li {
    width: 348px;
}

.types_goods {
    overflow: hidden;
    border-radius: 20px;
}

.type_good {
    display: flex;
    justify-content: space-between;
}

.type_desc {
    padding: 27px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.see_in_ctlg {
    transition: all 0.3s ease;
    background: #FF0000;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 20px;
    border: #FF0000;
    border-radius: 10px;
    margin-top: auto;
    margin-left: auto;
}

.see_in_ctlg:hover {
    background: #FF3D3D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.recommendation {
    text-align: center;
    padding: 1px 0;
}

.recs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 45px;
}

.good_card {
    flex: 1 22%;
    transition: all 0.3s ease;

}

.good_min {
    display: flex;
    border-radius: 15px;
    flex-direction: column;
}

.good_img {
    min-width: 100%;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

.good_info {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.good_title {
    font-size: 18px;
    font-weight: 700;
}

.good_min_param {}

.good_price {
    color: #AE0000;
    font-weight: 700;
    margin-bottom: 15px;
}

.good_more_btn {
    background: #0030a1;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.good_card:hover .good_img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.good_card:hover .good_more_btn {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #0043df;
}

.btn_to_catalog2 {
    transition: all 0.3s ease;
    background: #FF0000;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 25px;
    border: #FF0000;
    border-radius: 15px;
    margin-bottom: 0px;
}

.btn_to_catalog2:hover {
    background: #FF3D3D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rec_sec {
    padding-bottom: 45px;
}

.uslugi_img {
    overflow: hidden;
    border-radius: 20px;
    background: url('images/ukladka.png') no-repeat center bottom / cover;
    padding-bottom: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uslugi_text {
    width: 60%;
}

.masters {
    padding: 46px;
    text-align: center;
}

.masters_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.master {
    background-color: #FFF;
    border-radius: 20px;
    width: 250px;
    box-shadow: 13px 16px 20px 4px rgba(0, 0, 0, 0.25);
}

.master_img_container {
    padding: 10px;
}

.master_img {
    border-radius: 12px;
    filter: drop-shadow(0px 4px 27px rgba(0, 0, 0, 0.25));
    object-fit: cover;
    width: 100%;
}

.master_info {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bold {
    font-weight: 700;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.master_name {
    font-size: 28px;
    font-weight: 700;
}

.mb16 {
    margin-bottom: 16px;
}

.master_city {
    margin-bottom: 38px;
}

.master_call {
    background: #FF0000;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 25px;
    border: #FF0000;
    border-radius: 15px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    
}

.master_call:hover {
    background: #FF3D3D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.choose_sec {
    overflow: hidden;
    border-radius: 20px;
    padding: 0 70px 30px;
    background: url('images/choose.png') no-repeat center bottom / cover;
    /* height: 485px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
}

.choose_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.choose_item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.choose_icon {
    margin-right: 18px;
    object-fit: scale-down;
}

.choose_desc {
    text-align: left;
    width: 360px;
}

.callback_and_photo {
    display: flex;
    justify-content: space-around;
}

.callback_and_photo::before {
    content: '';
    background: url(images/operator.png) no-repeat left bottom / contain;
    display: flex;
    width: 500px;
}

.callback_sec {
    padding: 1px 0 48px 0;
}

.callback_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callback_input {
    font-family: 'Arsenal';
    font-size: 18px;
    font-weight: 400;
    padding: 17px 20px;
    border: 0;
    border-radius: 15px;
    width: 500px;
    outline: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

.question_area {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    resize: none;
    outline: none;
    font-family: 'Arsenal';
    font-size: 18px;
    font-weight: 400;
    padding: 17px 20px;
    border: 0;
    border-radius: 15px;
    width: 500px;
    height: 150px;
    margin-bottom: 16px;
}

.send_question_btn {
    background: #FF0000;
    font-family: 'Arsenal';
    font-size: 28px;
    font-weight: 700;
    padding: 17px 20px;
    border: #FF0000;
    border-radius: 15px;
    margin-bottom: 0px;
    color: #FFF;
    width: 542px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    cursor: pointer;
    transition: all 0.3s ease;

}

.send_question_btn:hover {
    background: #FF3D3D;
    box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.25);
}

.footer_bg_color {
    background-color: #0030a1;
}

footer {
    background-color: #0030a1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    position: absolute;
    left: 45.8%;
}

.soc_icons2 {
    display: flex;
}

.soc_icon2 {
    margin-right: 7px;
}


/* * * * * * * * */


/*  Product.html */


/* * * * * * * * */

.bg_col1 {
    background-color: #F5F5F5;
}

.breadcrumbs {
    padding: 12px;
    background-color: #FFFFFF;
    display: flex;
}

.breadcrumbs:before {
    content: "\f015 ";
    font-family: FontAwesome;
    font-size: 23px;
    margin-right: 5px;
}

.product_main {
    display: flex;
}

.product_main_left {
    padding: 0 20px 20px 20px;
}

.product_main_right {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.product_main {
    background-color: #FFFFFF;
}

.product_title {
    font-size: 22px;
}

.article {
    color: #7C7C7C;
    margin-bottom: 16px;
}


/* Селектор */

.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.select__head {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: -10px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}


/* Селектор конец*/

.amount_price {
    display: flex;
    align-items: baseline;
}

.amount {
    font-family: 'Arsenal';
    font-size: 18px;
    font-weight: 400;
    padding: 11.5px 15px;
    border-radius: 50px;
    border-width: 0;
    width: 30px;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
    color: #000;
    text-align: center;
}

.price_m2 {
    margin-left: 10px;
    color: #AE0000;
    font-weight: 700;
}

.order_btn {
    background: #FF0000;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 15px;
    border: #FF0000;
    border-radius: 50px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    margin-bottom: 16px;
}

.order_btn::before {
    content: url('images/korzina.png');
    margin-right: 5px;
}

.bold_text {
    font-weight: 700;
}

.product_desc {
    margin-bottom: 20px;
}

.two_btns {
    display: flex;
}

.est_vopros {
    background: #0056AE;
    font-size: 18px;
    padding: 6px 15px;
    border: #0056AE;
    border-radius: 50px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    margin-bottom: 14px;
    margin-right: 20px;
}

.est_vopros::before {
    content: url('images/gruzovik.png');
    margin-right: 5px;
}

.usloviya_delivery {
    background: #0056AE;
    font-size: 18px;
    padding: 6px 15px;
    border: #0056AE;
    border-radius: 50px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    margin-bottom: 16px;
}

.usloviya_delivery::before {
    content: url('images/naushniki.png');
    margin-right: 5px;
}

.gallery_prod {
    background-color: #0056AE;
    padding: 1px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 14px;
}

.img_list img {
    cursor: pointer;
}

.img_ul {
    margin-bottom: -67px;
}

.arrows {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    top: -364px;
    cursor: pointer;
}