* {
    font-size: 18px;
    line-height: 1;
    margin: unset;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}
img {
    width: 100%;
}
.mobile_img {
    display: none;
}
body {
    margin: unset;
    max-width: 1240px;
    margin: 0 auto;
}
form {
    width: fit-content;
}
input {
    outline: unset;
    border: unset;
    background: unset;
    padding: unset;
}
form input {
    background: #EFEFEF;
    border-radius: 6.15497px;
    padding: 7px 18px;
    width: 100%;
}
form input::placeholder {
    font-size: 0.8em;
}
button {
    outline: none;
    border: none;
}
.swiper_mobiles {
    display: none;
}
/*Head style*/
.mobile_head {
    display: none;
}
.head {
    background: linear-gradient(90deg, #163072 0%, #BF0724 100%), #646978;
    width: 100%;
}
.head img.logo_img {
    max-width: 908px;
    padding-top: 30px;
    margin: 0px auto 30px;
    display: block;
}
.links_head {
    display: flex;
    padding-bottom: 35px;
    justify-content: center;
    align-items: center;

}
.links_head img {
    width: 5px;
    height: 5px;
    margin-right: 10px;
}
.links_head img:last-of-type {
    display: none;
}
.links_head_item p {
    margin-right: 10px;
    color: white;
    width: fit-content;
}
.links_head_item:last-of-type p {
    margin-right: unset;
}
/*End head style*/
.banner_cont {
    position: relative;
}
.form_banner {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4.92398px 4.92398px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 35px;
}
.form_banner_name {
    font-size: 1.6em;
    margin-bottom: 25px;
    line-height: 2;
    font-weight: 700;
}
.input_item {
    margin-bottom: 15px;
}
.input_item input {
    box-shadow: 0px 6.12046px 6.12046px rgba(0, 0, 0, 0.25);
}
.button_item {
    margin-top: 25px;
}
.button_item button {
    background: linear-gradient(90deg, #163072 0%, #BF0724 100%), #BF0724;
    box-shadow: 0px 6.12046px 6.12046px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    padding: 8px 40px;
}
.banner_text_logo {
    display: flex;
    margin-top: 35px;
    margin-left: 30px;
    margin-right: 30px;
}
.banner_text_logo img {
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.banner_text_logo p {
    font-size: 1.1em;
    line-height: 1.3;
}
.banner_text_logo p span {
    font-weight: 700;
}
.form_banner_mobile {
    display: none;
}
.four_tile_block {
    margin-top: 40px;
}
.four_tile_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: -55px;
    margin-left: 8px;
    margin-right: 8px;
}
.four_tile_item {
    padding: 30px 40px;
    background: #BF0724;
    border-radius: 20px;
    width: calc(25% - 3px);
    margin-right: 1px;
}
.four_tile_item:nth-of-type(2) {
    background: linear-gradient(90.04deg, #163072 -103.07%, #BF0724 99.97%);
}
.four_tile_item:nth-of-type(3) {
    background: linear-gradient(89.96deg, #163072 0.03%, #BF0724 195.28%);
}
.four_tile_item:nth-of-type(4) {
    background: #163072;
    margin-right: unset;
}
.four_tile_item p {
    color: white;
    font-size: 1.9em;
    line-height: 1.2;
    font-weight: 700;
}
.four_tile_item span {
    display: block;
}
.form_four_tile {
    background: linear-gradient(90deg, #163072 0%, #BF0724 100%), #646978;
    padding: 70px 0px 40px;
}
.form_tile_name {
    font-size: 2.2em;
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
#four_tile {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
#four_tile .input_form {
    margin-right: 25px;
}
#four_tile input {
    width: auto;
}
#four_tile button {
    background: #BF0724;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9;
    color: white;
    padding: 8px 20px;
}
.goods_container {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
}
.goods_container_title {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 2;
}
.goods_items {
    display: flex;
    flex-wrap: wrap;
}
.goods_item {
    width: calc(50% - 20px);
    margin-right: 20px;
    box-shadow: 0px 4.92398px 4.92398px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.goods_item_name {
    font-weight: 500;
    line-height: 1.1;
    padding: 10px 30px;
    position: relative;
}
.shkafs_simple {
    margin-bottom: 75px;
    margin-left: 10px;
    margin-right: 10px;
}
.shkafs_simple_title {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 2;
}
.simple_four {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.simple_four img {
    width: 55px;
    height: 30px;
    margin-right: 3px;
}
.simple_four_block {
    padding: 15px 80px 30px 20px;
    background: #163072;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
    width: calc(25% - 6px);
    margin-right: 3px;
    min-height: 92px;
}
.simple_four_block p {
    color: white;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.1;
    letter-spacing: 5%;
    max-width: 180px;
}
.simple_four_block p:last-of-type {
    position: absolute;
    right: 8px;
    bottom: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
}
.skidka_banner {
    position: relative;
}
.skidka_overlay {
    position: absolute;
    top: 40px;
    right: 45px;
    padding: 20px;
    background: #163072;
    border-radius: 10px;
}
.skidka_overlay p {
    color: white;
}
.skidka_overlay p {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
}
.skidka_overlay p:last-of-type {
    font-size: 1em;
    line-height: 1.1;
    font-weight: 400;
}
.skidka_form {
    position: absolute;
    right: 45px;
    bottom: 50px;
}
.skidka_form .input_form {
    margin-bottom: 15px;
}
.skidka_form input {
    width: auto;
    background: transparent;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 0.8em;
}
.skidka_form input::placeholder {
    color: white;
}
.skidka_form button {
    background: #BF0724;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 30px;
    color: white;
    font-size: 1.1em;
    width: 100%;
}
.leave_contact_block {
    padding: 24px 0px 47px;
    background: linear-gradient(90deg, #163072 0%, #BF0724 100%), #646978;
}
.leave_contact_block_title {
    color: white;
    font-weight: 700;
    font-size: 2.2em;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 637px;
    margin: auto;
    margin-bottom: 30px;
}
.leave_contact_form form {
    display: flex;
    margin: auto;
}
.leave_contact_form input {
    margin-right: 20px;
    width: auto;
    height: 100%;
    min-width: 320px;
}
.leave_contact_form button {
    background: #BF0724;
    box-shadow: 0px 5.53846px 5.53846px rgba(0, 0, 0, 0.25);
    border-radius: 6.92308px;
    color: white;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 1.1em;
}
/*Footer*/
.footer {
    margin-top: 32px;
    background: #EFEFEF;
    padding: 50px 45px 10px;
}
.footer_three_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.icons_block {
    display: flex;
}
.icons_block img {
    width: 47px;
    height: 47px;
    margin-right: 10px;
}
.icon_item:last-of-type img {
    margin-right: unset;
}
.footer a {
    font-size: 1.2em;
    font-weight: 700;
}
/*Mobile*/
@media screen and (max-width: 1225px) {
    .simple_four_block {
        padding: 15px 25px 30px 20px;
    }
}
@media screen and (max-width: 768px) {
    .four_tile_item {
        padding: 30px 15px;
    }
    .form_banner_mobile .button_item button {
        padding: 8px 20px;
        font-size: 0.7em;
    }
    .skidka_banner .skidka_form button {
        font-size: 0.7em;
    }
    .form_banner, .head, .goods_container, .pc_img {
        display: none;
    }
    .mobile_img {
        display: block;
    }
    .leave_contact_block .leave_contact_form button {
        font-size: 0.7em;
        margin: 0 auto;
        display: block;
    }
    .mobile_head {
        display: block;
        border-top: 1px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 10px;
    }
    .mobile_head img {
        width: 110px;
        margin: auto;
        display: block;
        padding: 20px 0px;
    }
    .four_tile_item p {
        font-size: 0.8em;
    }
    .four_tile_item p span {
        font-size: 0.7em;
    }
    .four_tile_items {
        margin-bottom: 20px;
    }
    .form_four_tile {
        display: none;
    }
    .form_banner_mobile {
        display: block;
        margin: auto;
        /*width: 100%;*/
        margin-right: 30px;
        margin-left: 30px;
    }
    .form_banner_mobile form {
        width: 100%;
    }
    .form_banner_name {
        text-align: center;
    }
    .button_item {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .button_item button {
        background: #BF0724;
    }
    .simple_four_block {
        padding: 15px 25px 10px 20px;
    }
    .simple_four_block p {
        font-size: 0.7em;
    }
    .simple_four_block p:last-of-type {
        font-size: 0.6em;
    }
    .simple_four img {
        width: 15px;
        height: 15px;
    }
    .skidka_overlay {
        right: 0px;
    }
    .skidka_form {
        width: 100%;
        bottom: 10px;
        left: 10px;
        right: unset;
    }
    .skidka_form form {
        display: flex;
        width: 100%;
    }
    .skidka_form .input_form {
        width: 70%;
    }
    .skidka_form input {
        width: calc(100% - 30px);
    }
    .leave_contact_block {
        background: unset;
    }
    .leave_contact_block_title {
        color: black;
        text-align: left;
        margin: unset;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .leave_contact_form form {
        flex-direction: column;
        margin: unset;
        margin-left: 30px;
    }
    .leave_contact_form input {
        margin-bottom: 20px;
    }
    .footer_three_block {
        flex-direction: column;
        align-items: unset;
        margin-bottom: unset;
    }
    .footer_three_block_item {
        margin-bottom: 10px;
    }
    .footer_three_block_item:nth-of-type(2) {
        order: 1;
    }
    .footer a.mobile_a {
        font-size: 1em;
    }
    .footer a {
        font-size: 0.8em;
    }
    .footer_three_block_item p {
        font-size: 0.7em;
    }
    @media screen and (max-width: 500px) {
        .simple_four_block {
            padding: 10px 5px 10px 5px;
            min-height: 56px;
        }
        .simple_four_block p {
            font-size: 0.6em;
        }
        .simple_four_block p:last-of-type {
            font-size: 0.4em;
            right: 4px;
            bottom: 4px;
        }
        .shkafs_simple_title, .leave_contact_block_title, .form_banner_name {
            font-size: 0.9em;
        }
        .banner_text_logo p, .four_tile_item p {
            font-size: 0.7em;
        }
        .banner_text_logo p span {
            font-size: 0.95em;
        }
        .banner_text_logo img {
            width: 39px;
            height: 39px;
        }
        .banner_text_logo img {
            margin-right: 10px;
        }
        .skidka_form {
            right: unset;
            left: 10px;
        }
        .skidka_overlay {
            top: 10px;
        }
        .skidka_overlay p {
            font-size: 0.8em;
        }
        .skidka_overlay p:last-of-type {
            font-size: 0.7em;
        }
        .swiper_mobiles {
            display: block;
        }
        .skidka_form {
            width: unset;
        }
        .skidka_form .input_form {
            width: unset;
            margin-right: 5px;
        }
        .skidka_form input {
            width: calc(100% - 10px);
            border: 1px solid #6a6969;
            background: #BF072480;
        }
        .swiper_mobiles {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .goods_item_name {
            font-size: 0.7em;
        }
        .shkafs_simple {
            margin-bottom: 30px;
        }
        .four_tile_item {
            padding: 10px 10px;
        }
    }
}
/*slider*/
.swiper_mobiles {
    margin: 20px 20px 0px;
}
.swiper-button-next {
    position: unset !important;
}
.next-swiper {
    width: 50px;
    height: 10px;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.goods_item_name button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.9em;
    padding: 5px 20px;
    background: #E7E8EC;
    border-radius: 10px;
    box-shadow: 0px 4.92398px 4.92398px rgb(0 0 0 / 25%);
    cursor:pointer;
}
@media screen and (max-width: 500px) {
    .goods_item_name button {
        padding: 5px 8px;
        bottom: 6px;
    }
}
/*labels eror*/
.input_item, .input_form {
    position: relative;
}
label {
    position: absolute;
    bottom: -15px;
    left: 18px;
    color: #BF0724;
    font-size: 0.7em;
}
.input_form label {
    bottom: -15px;
}
.skidka_form label, .form_four_tile label {
    bottom: -15px;
}
@media screen and (max-width: 400px) {
    #leave_contact label {
        bottom: 5px;
    }
}
/*Fancy box*/
.compensate-for-scrollbar {
    margin-right: auto !important;
}