@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSansRegular.eot');
    src: local('☺'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSansBold.eot');
    src: local('☺'), url('../fonts/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSansSemiBold.eot');
    src: local('☺'), url('../fonts/OpenSansSemiBold.woff') format('woff'), url('../fonts/OpenSansSemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.fl-lef {
    float: left;
    width: 320px;
    margin-right: 15px;
}

.bbbtn {
    padding: 16px 30px;
    font-size: 19px;
    background: #DD3333;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    max-width: 90px;
    text-align: center;
}

/*Обнуление стилей*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: normal;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    : box-shadow: 6px 6pfont-size:;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
a:focus {
    outline: none;
}

/*Обнуление стилей*/


::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #999;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #999;
}

img {
    border: none;
    max-width: 1200px;
}

a,
input {
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

body,
input,
textarea,
select,
button {
    font-family: 'OpenSans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}


/************/
.aprelevka-img {
    width: 100%;
}

.aprelevka-img img {
    width: 30%;
    margin-right: 15px;
    float: left;
}

@media (max-width: 816px) {
    .aprelevka-img img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
}


/************/

.clear {
    clear: both;
}

.zakaz_page-dn.margin-tl {
    margin-top: 15px;
    margin-left: 30px;
}

.text-justify {
    text-align: justify;
}

.pr {
    padding-right: 10px;
}

.row {
    margin: 0px auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0 10px;
}

.head {}

.head .top {
    text-align: center;
    padding: 10px;
}

.head .top .logo {
    float: left;
    margin-right: 10px;
}

.head .top .logo a {}

.head .top .logo a img {}

.head .top .desc {
    color: #000;
    font-size: 17px;
    padding: 20px 0 0 0;
    text-align: center;
    max-width: 450px;
    display: inline-block;
}

.head .top .desc p {}

.head .top .kont {
    float: right;
    margin: 6px 0 0;
}

.head .top .kont a {}

.head .top .kont .tel {
    font-size: 20px;
    color: #555555;
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 3px 0;
}

.head .top .kont .tel:hover {
    color: #dd3333;
}

.head .top .kont a.modalka {
    font-size: 15px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
    color: #fff;
    padding: 8px 0;
    background: #dd3333;
    margin-top: 8px;
    text-decoration: none;
}

.head .top .kont a.modalka:hover {
    background: #888;
}

.main_menu {
    background: #dd3333;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.menu {
    text-align: center;
}

.menu ul {
    /*position: relative;*/
}

.menu li {
    display: inline-block;
    margin: 0 -2.1px;
}

.menu li a.now {
    background: #fff;
    color: #000;
}

.menu li.logo_menu {
    display: none;
}

.menu li a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 19px 36px;
}

.menu li a:hover {
    background: #fff;
    color: #000;
}

.menu li div {
    display: none;
    position: absolute;
    z-index: 9999;
}

.menu li:hover>div {
    display: block;
}

.menu li div ul {
    background: #fff;
    width: 280px;
    text-align: left;
    padding: 10px 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    padding-right: 0;
}

.menu li div ul li {
    display: block;
}

.menu li div ul li a {
    color: #000;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
}

.menu li div ul li a:hover {
    color: #dd3333;
    background: rgba(221, 51, 51, 0.07);
}

.menu li div ul li a.now {
    color: #dd3333;
    background: rgba(221, 51, 51, 0.07);
}

.main_menu.scrolled {
    position: fixed;
    top: 0;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.main_menu.scrolled .menu {
    text-align: right;
}

.main_menu.scrolled .menu li.logo_menu {
    display: block;
    position: absolute;
    left: 5px;
}

.main_menu.scrolled .menu li.logo_menu a {
    padding: 0;
    width: 84px;
    height: 60px;
    background: url(../images/logo-wht-sml.png) center no-repeat;
}

.main_menu.scrolled .menu li.logo_menu a:hover {
    background: url(../images/logo-wht-sml.png) center no-repeat;
}

.head_banner {
    height: 620px;
    background: url(../images/bg-v2.png) center no-repeat;
    background: url(../images/bg-v3.jpg) center 100% no-repeat;
    background-size: 100%;
}

.head_banner .row {
    position: relative;
    overflow: visible;
}

.head .block_text {
    position: absolute;
    display: block;
    width: 510px;
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.37);
    margin: 20px 0;
    right: 30px;
    top: 160px;
}

.head .block_text .top {
    font-weight: bold;
    color: #dd3333;
    margin-bottom: 20px;
    display: block;
    font-size: 45px;
    padding: 0;
}

.head .block_text .desc {
    font-weight: bold;
    color: #333333;
    font-size: 34px;
    display: block;
}

.fundament_dly {
    padding: 50px 10px
}

.fundament_dly .title {
    color: #dd3333;
    display: block;
    font-size: 34px;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}

.fundament_dly .list_fd {
    text-align: center;
    color: #fff;
}

.fundament_dly .list_fd .fd {
    display: inline-block;
    position: relative;
    width: 274px;
    height: 213px;
    margin: 10px;
}

.fundament_dly .list_fd .fd img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fundament_dly .list_fd .fd .hov {
    position: absolute;
    width: 100%;
    height: 25%;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.fundament_dly .list_fd .fd .name1 a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 0;
    font-weight: bold;
}


.fundament_dly .list_fd .fd .name a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 0;
    font-weight: bold;
    /* background: url(../images/area_right.png) 93% no-repeat; */
}

.fundament_dly .list_fd .fd .modalka {
    display: none;
    color: #fff;
    text-decoration: none;
    background: #dd3333;
    padding: 8px 0;
    text-align: center;
}

/* .fundament_dly .list_fd .fd .modalka:hover {
    background: #888;
}

.fundament_dly .list_fd .fd:hover .hov {
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    text-align: left;
    box-sizing: border-box;
    padding: 30px;
}

.fundament_dly .list_fd .fd:hover .name {
    background: none;
    font-size: 28px;
    line-height: 32px;
    height: 64px;
    vertical-align: middle;
    display: table-cell;
}

.fundament_dly .list_fd .fd:hover .modalka {
    display: block;
} */

.content .fundament_dly {
    padding: 0px;
}

.raschet_form {
    background: url(../images/bg_raschet_form2.jpg) top no-repeat;
    text-align: center;
    padding: 50px 0;
    background-size: auto 100%;
}

.raschet_form .title {
    margin-bottom: 35px;
    color: #dd3333;
    color: #fff;
    font-size: 34px;
}

.raschet_form .row {}

.raschet_calk {
    max-width: 700px;
    margin: 0 auto;
}

.raschet_calk table {
    width: 100%;
    background: #dbdbdb;
    box-sizing: border-box;
}

.raschet_calk table tr {}

.raschet_calk table tr:nth-of-type(2n) {
    background: #f0f0f0;
}

.raschet_calk table tr td {
    padding: 12px 15px;
    font-size: 15px;
}

.raschet_calk table tr td:nth-of-type(1) {
    border-right: 1px solid #fff;
    width: 50%;
}

.raschet_calk select,
.raschet_calk input {
    background: #fff;
    width: 250px;
    border: none;
    padding: 4px 15px;
    font-size: 14px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.raschet_calk select {}

.raschet_calk input {}

.raschet_calk input[type="file"] {
    background: none;
    box-shadow: none;
    padding: 4px 0;
}

.raschet_calk input.btn-calc {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 15px 10px;
    background: #dd3333;
    margin: 30px 0 10px;
}

.raschet_calk input.btn-calc:hover {
    background: #888;
}

.prois {
    padding: 70px 10px;
}

.prois .left {
    float: left;
    max-width: 790px;
    padding: 0 15px;
}

.prois .left .title {
    margin-top: 25px;
    margin-bottom: 35px;
    display: block;
    color: #dd3333;
    font-size: 34px;
}

.prois .left p {
    margin-bottom: 10px;
    line-height: 27px;
}

.prois .right {
    float: right;
    padding: 0 60px;
}

.prois .right img {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.prois .right img:hover {
    box-shadow: none;
}


.products {
    background: url("../images/bg-product1.jpg") center no-repeat;
    background-size: 100%;
    padding: 30px 0;
    text-align: center;
}

.products .title {
    color: #fff;
    margin-top: 35px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    font-size: 34px;
}

.product {
    display: inline-block;
    width: 290px;
    background: rgba(255, 255, 255, 0.8);
    vertical-align: top;
    padding: 35px 40px 0;
    margin: 0 10px;
    //height: 350px;
}

.product .title_prod {
    font-size: 24px;
    color: #dd3333;
    text-transform: uppercase;
}

.product .title_prod:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: rgb(221, 51, 51);
    margin: 10px auto;
}

.product .desc {
    text-align: left;
    padding-left: 30px;
    margin: 30px 0;
}

.product .desc p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}

.products .all {
    color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 18px 0;
    width: 370px;
    margin: 40px 0;
    background: #F4524D;
}

.products .all:hover {
    background: #f23630;
}

.zakaz {
    padding: 70px 10px;
    text-align: center;
}

.zakaz div {
    vertical-align: top;
    display: inline-block;
    margin: 0 60px;
}

.zakaz .left {
    max-width: 585px;
    text-align: center;
}

.zakaz .left .title {
    color: #dd3333;
    font-size: 24px;
    display: block;
    margin-bottom: 35px;

}

.zakaz .left p {
    margin-bottom: 10px;
    line-height: 27px;
}

.zakaz .left .tel {
    color: #dd3333;
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.zakaz .right {
    max-width: 615px;
    text-align: center;
}

.zakaz .right .title {
    color: #dd3333;
    font-size: 24px;
    display: block;
}

.zakaz .right .title:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: rgb(221, 51, 51);
    margin: 10px auto;
}

.zakaz .right form {
    max-width: 315px;
    margin-top: 30px;
}

.zakaz .right form input {
    font-size: 15px;
    line-height: 25px;
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

.zakaz .right form input[type="tel"] {
    border: 1px solid #000;
    width: 100%;
}

.zakaz .right form input[type="submit"] {
    border: none;
    color: #fff;
    padding: 8px 30px;
    background: #dd3333;
    margin-top: 20px;
}

.zakaz .right form input[type="submit"]:hover {
    background: #888;
}

a.soglasie {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    margin-bottom: 60px;
}

a.soglasie:hover {
    color: #dd3333;
}

.uslugi {
    background: url(../images/bg1.jpg) center no-repeat;
    background-size: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: right;
}

.uslugi .block {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    margin: 25px 0;
}

.uslugi .block .title {
    display: block;
    font-size: 24px;
    color: #dd3333;
    text-align: left;
}

.uslugi .block .title:after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: rgb(255, 255, 255);
    margin: 15px 0 30px;
}

.uslugi .block ul {
    margin: 30px 0;
    text-align: left;
}

.uslugi .block ul li {
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
}

.uslugi .block .all {
    display: inline-block;
    color: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
    padding: 18px 25px;
    background: #F4524D;
    margin: 10px 0;
}

.uslugi .block .all:hover {
    background: #f23630;
}

.preim {
    padding: 70px 10px;
}

.preim .title {
    color: #dd3333;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    text-align: center;
}

.preim div {}

.preim div .left {
    float: left;
    max-width: 410px;
}

.preim div .right {
    float: right;
    max-width: 760px;
}

.preim div img {
    max-width: 100%;
}

.preim div p {
    margin-bottom: 10px;
    line-height: 27px;
}

.preim div ul {
    list-style: disc;
    margin-left: 30px;
}

.preim div ul li {
    line-height: 27px;
}

.prois_foto {
    margin-bottom: 100px;
}

.prois_foto .title {
    display: block;
    color: #dd3333;
    margin-bottom: 35px;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
}

.prois_foto div {
    text-align: center;
}

.prois_foto div a {
    display: inline-block;
    width: 24%;
    height: 100%;
}

.prois_foto div a img {
    width: 100%;
    height: 100%;
}

.main_footer {
    background: #1a1c20;
}

.main_footer .footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 25px;
    display: flex;
    column-gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_footer .footer div {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    /*width: 23%;*/
}

.main_footer .footer div.bl_1 {}

.main_footer .footer div.bl_1 ul {}

.main_footer .footer div.bl_1 ul li {}

.main_footer .footer div.bl_1 ul li div {
    width: auto;
    display: none;
}

.main_footer .footer div.bl_1 ul li a.now {
    color: #dd3333;
}

/*.main_footer .footer div.bl_1 ul li a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
    line-height: 25px;
}*/

.main_footer .footer div.bl_1 .nw-st ul li a:hover {
    color: #dd3333;
}

.main_footer .footer .nw-st a:hover {
    color: #dd3333;
}

.main_footer .footer div.bl_2 {}

.main_footer .footer div.bl_2 p {
    color: #fff;
    line-height: 26px;
    margin-bottom: 15px;
}

.main_footer .footer div.bl_2 ul {}

.main_footer .footer div.bl_2 ul li {
    font-size: 15px;
    line-height: 25px;
    color: #85868c;
    margin: 10px 30px 0 0;
}

.main_footer .footer div.bl_2 ul li span {
    display: block;
    color: #fff;
}

.main_footer .footer div.bl_3 {
    margin-right: 30px;
}

.main_footer .footer div.bl_3 p {
    color: #fff;
    line-height: 26px;
    margin-bottom: 15px;
}

.main_footer .footer div.bl_3 form {}

.main_footer .footer div.bl_3 form {}

.main_footer .footer div.bl_3 form input {
    font-size: 15px;
    line-height: 25px;
    border: none;
    width: 85%;
    padding: 7px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.main_footer .footer div.bl_3 form input[type="submit"] {
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 8px 30px;
    background: #dd3333;
    margin-top: 10px;
}

.main_footer .footer div.bl_3 form input[type="submit"]:hover {}

.main_footer .footer div.bl_4 {}

.main_footer .footer div.bl_4 p {
    color: #fff;
    line-height: 26px;
    margin-bottom: 15px;
}

.main_footer .footer div.bl_4 ul {}

.main_footer .footer div.bl_4 ul li {
    font-size: 15px;
    line-height: 25px;
    color: #85868c;
    margin: 10px 15px 0 0;
}

.main_footer .footer div.bl_4 ul li span {
    display: block;
    color: #fff;
}

.main_footer .footer div.bl_4 ul li a {
    color: #85868c;
}

.main_footer .footer div.bl_4 ul li a:hover {
    color: #dd3333;
    text-decoration: none;
}

.bl_5-text {
    color: #ffffff;
}

.bl_5-time {
    color: #85868c;
}

.main_footer .copy {
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}



.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 30px 15px;
    white-space: nowrap;
    background: #a0a0a0;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/ajax-loader.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url(../images/close.png) center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox_blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    opacity: .7;
}

.fancybox-prev span {
    left: 0px;
    background: url(../images/sprite_prev.png) 0px 0px no-repeat;
    visibility: visible;
}

.fancybox-next span {
    right: 0px;
    background: url(../images/sprite_next.png) 0px 0px no-repeat;
    visibility: visible;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    width: auto;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 8010;
    background: rgba(31, 31, 31, 0.9);
}

@media(max-width:460px) {
    .tab-content {
        overflow-x: scroll !important;
    }

    .tabs-prices {
        background-color: transparent !important;
    }
}

#price td {
    border: none;
    padding: 10px 5px;
    vertical-align: top;
    background: #f9f9f9;
}

#price td:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

#price td:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: none;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    color: #555;
    margin: 30px 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

h2 {
    font-size: 24px;
    line-height: 34px;
    color: #dd3333;
    margin: 20px 0;
    text-align: center;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    color: #dd3333;
    margin: 20px 0;
    text-align: center;
}


h4 {
    font-size: 18px;
    line-height: 34px;
    color: #dd3333;
    margin: 20px 0;
    text-align: center;
}

.page {
    margin: 60px auto;
}

.content_top {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
    margin-bottom: 50px;
}

.breadcrumbs {
    color: #999;
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs .divider {
    margin: 0 8px;
}

.breadcrumbs a {
    color: #999;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.cat_desc {
    margin-bottom: 20px;
}

.cat_desc img {
    max-width: 100%;
}

.cat_item {}

.item {
    overflow: hidden;
    padding: 35px 15px;
}

.item:nth-child(2n) {
    background: rgba(0, 0, 0, 0.15);
}

.item .left {
    float: left;
    width: 250px;
}

.item .left a {
    text-decoration: none;
    color: #dd3333;
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.item .right {
    float: right;
    width: 790px;
}

.item .right span {
    margin-bottom: 10px;
    display: block;
    line-height: 27px;
    font-size: 16px;
}

.item .right a {
    display: block;
    text-align: right;
    color: #dd3333;
}

.item .right a:hover {
    text-decoration: none;
}

.main_produktsiya {
    overflow: hidden;
    margin-top: 50px;
}

.main_produktsiya .left {
    float: right;
    width: 825px;
    border-left: 1px solid #000;
    padding-left: 60px;
}

.content {
    overflow: hidden;
}

.content ul,
.category_description ul,
.product-description ul,
.product-short-description ul {
    list-style: disc;
    margin: 0 0 10px 20px;
    display: inline-block;
}

.content ul li,
.category_description ul li,
.product-description ul li,
.product-short-description ul li {
    font-size: 16px;
    line-height: 27px;
}

.content ol,
.category_description ol,
.product-description ol {
    list-style: decimal;
    margin: 0 0 10px 30px;
    display: inline-block;
}

.content ol li,
.category_description ol li,
.product-description ol li {
    font-size: 16px;
    line-height: 27px;
}

.content .har_svai,
.category_description .har_svai {
    overflow: hidden;
    margin-bottom: 30px;
}

.content .har_svai .har_svai_div,
.category_description .har_svai_div {
    width: 48%;
}

.content .har_svai ul,
.category_description .har_svai ul {
    width: 370px;
    float: left;
}

.content .har_svai img,
.category_description .har_svai img {
    float: right;
    max-width: 400px;
}

.content img {
    max-width: 100%;
}

.content img.left_img {
    margin: 0 25px 25px 0;
    float: left;
}

.content img.right_img {
    margin: 0 0 25px 25px;
    float: right;
}

.content p,
.category_description p,
.product-description p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
}

.content p a,
.content li a,
.category_description p a,
.category_description li a {
    color: #dd3333;
}

.content p a:hover,
.content li a:hover,
.category_description p a:hover,
.category_description li a:hover {
    text-decoration: none;
}

.content strong,
.category_description strong,
.product-short-description strong {
    font-weight: bold;
}

.content table,
.category_description table {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin: 30px 0;
}

.content table tr {}

.content table tr td {}

.content table.table_price,
.category_description table.table_price {
    border-bottom: 1px solid #000;
}

.content table.table_price tr {}

.category_description table.table_price tr:hover {
    cursor: pointer;
    color: #dd3333;
}

.content table.table_price tr td,
.category_description table.table_price tr td {
    border-top: 1px solid #000;
    padding: 5px;
}

.content p.snoska,
.category_description p.snoska {
    text-align: right;
    font-size: 14px;
}


/* Подкатегории каталога - catalog-list_3 */
.catalog-list_3 {
    justify-content: space-between;
    display: flex;
}

.catalog-list_3 .product_item {
    box-shadow: 0px 0px 14px #6767679c;
    box-sizing: border-box;
    width: 210px;
    text-align: center;
    padding: 15px 5px;
}

.catalog-list_3 .product_item:hover {
    box-shadow: 0px 0px 14px #676767c4;
}

.catalog-list_3 .product_item a {
    text-decoration: none;
    color: #000;
}

.catalog-list_3 .product_item a:hover p {
    color: #dd3333;
}

.catalog-list_3 .product_item img {
    width: 190px;
}

.catalog-list_3 .product-name {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 10px;
}

.catalog-list_3 .product-price {
    font-weight: bold;
    text-align: center;
    float: none;
    margin-bottom: 4px;
}

.catalog-list_3 .product_item a.product-button {
    display: block;
    background: #dd3333;
    color: white;
    padding: 3px 5px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}

.catalog-list_3 .product_item a.product-button:hover {
    background: #888;
}

@media (max-width: 870px) {
    .catalog-list_3 .product_item {
        margin-bottom: 30px;
    }

    .catalog-list_3 {
        flex-wrap: wrap;
    }
}

@media (max-width: 649px) {
    .catalog-list_3 .product_item {
        width: 47%;
    }
}

@media (max-width: 440px) {
    .catalog-list_3 .product_item {
        width: 100%;
    }
}

/*страница товара*/
.conditions-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 70px;
}

.conditions-item {
    display: flex;
    align-items: center;
}

.conditions-item img {
    height: 50px;
    margin-right: 20px;
}

.conditions-desc span {
    font-weight: bold;
    text-transform: uppercase;
}

.conditions-desc p {
    font-size: 15px;
}

.product-short-description h2 {
    font-size: 20px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.product-short-description br {
    display: none;
}

.productdetails-view .spacer-buy-area {
    align-items: center;
    padding-left: 0;
    display: flex;
    margin-top: 50px;
}

.addtocart-area {
    margin-left: 50px;
}

.addtocart-area form {
    padding: 0;
    width: auto;
}

.productdetails-view .addtocart-bar {
    margin: 0;
}

span.PricesalesPrice {
    font-weight: bold;
}

span.vm-price-desc {
    display: none;
}

.productdetails-view .addtocart-bar .buybtn:hover {
    background: #888 !important;
}


.new_block_2 {
    display: flex;
    align-items: flex-start;
}

.main_produktsiya .right {}

.menu_page {}

.menu_page .title {
    display: block;
    color: #333;
    margin-bottom: 15px;
}

.menu_page ul {}

.menu_page ul li {}

.menu_page ul li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    display: block;
    padding-bottom: 10px;
}

.menu_page ul li a:hover {
    color: #dd3333;
}

.menu_page ul li a.now {
    color: #dd3333;
}

em {
    font-style: italic;
}

hr {
    clear: both;
}

.tabs {
    position: relative;
}

.tabs label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 14px 20px;
    margin: 1px 0 0 1px;
    border-color: #f3443f;
    background-color: #F4524D;
    color: #fff;
}

.tabs input {
    position: absolute;
    left: -9999px;
}

#tab_1:checked~#tab_l1,
#tab_2:checked~#tab_l2,
#tab_3:checked~#tab_l3,
#tab_4:checked~#tab_l4,
#tab_5:checked~#tab_l5 {
    z-index: 3;
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}

.tabs_cont {
    padding-bottom: 50px;
}

.tabs_cont>div {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#tab_1:checked~.tabs_cont #tab_c1,
#tab_2:checked~.tabs_cont #tab_c2,
#tab_3:checked~.tabs_cont #tab_c3,
#tab_4:checked~.tabs_cont #tab_c4,
#tab_5:checked~.tabs_cont #tab_c5 {
    position: static;
    left: 0;
    opacity: 1;
}

.main_stati {}

.stati {
    overflow: hidden;
    border-bottom: 1px solid #000;
    margin: 0 0 40px 0;
}

.stati .left {
    float: left;
    margin: 0 30px 30px 0;
}

.stati .left img {
    width: 330px;
}

.stati .right {
    float: right;
    max-width: 810px;
}

.stati .right .title_link {
    color: #dd3333;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}

.stati .right .title_link:hover {}

.stati .right p {}

.stati .right .more_link {
    margin: 10px 0;
    display: inline-block;
    color: #dd3333;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.stati .right .more_link:hover {
    text-decoration: underline;
}

.main_foto {
    text-align: center;
}

.main_foto .foto {
    display: inline-block;
    width: 380px;
    height: 250px;
    background-size: 135%;
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: top;
    margin: 10px 5px;
    position: relative;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    background-color: #000;
}

.main_foto .foto p {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 19px;
    line-height: 34px;
    width: 100%;
    padding: 50px 5px 10px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.main_foto .foto:hover p {
    padding-top: 50%;
}

.content p.foto img {
    width: 285px;
    margin: 5px;
}

.cont_page {
    text-align: center;
    margin-bottom: 50px;
}

.cont_page .block {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.cont_page .block h2 {}

.cont_page .block p {}

.cont_page .block a {
    color: #85868c;
}

.cont_page .block a:hover {
    color: #dd3333;
    text-decoration: none;
}

.error {
    margin: 100px 0;
    text-align: center;
}

.error h1 {}

.error p {
    font-size: 20px;
    margin: 50px 0;
    line-height: 30px;
}

.error a {
    color: #dd3333;
}

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

.zb_svai {
    overflow: hidden;
    margin: 40px 0;
}

.zb_svai .left {
    float: left;
}

.zb_svai .right {
    float: right;
}

.zb_svai .top {
    text-align: center;
    margin-bottom: 20px;
}

.zb_svai .top:after {
    content: "";
    width: 300px;
    height: 2px;
    display: block;
    background: #dd3333;
    margin: 0 auto;
}

.zb_svai .top p {}

.zb_svai .top .title {
    font-size: 21px;
    text-transform: uppercase;
}

.title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: red;
}

.top span {
    text-align: center;
}

.zb_svai .top .min_title {
    font-size: 18px;
}

.zb_svai .bottom {}

.zb_svai .bottom p {}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    opacity: 0.7;
    display: block;
    width: 28px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}

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

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

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

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #f12b24;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
    background: url(../images/sprite_prev.png) 0px 0px no-repeat;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    /* content: '\2190'; */
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: 0px;
    background: url(../images/sprite_next.png) 0px 0px no-repeat;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    /* content: '\2192'; */
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 25px 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 4px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #dd3333
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 22px;
    height: 22px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 4px solid #fff;
    outline: none;
    background: #fff;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #000;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 2000px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider_top .slick-slide {
    height: 550px;
    outline: none;
}

.slider_top .row {
    position: relative;
    height: 100%;
}

.slider_top div.s_1 {
    background: url(../images/bg-v2.png) center no-repeat;
    background-size: 100%;
}

.slider_top div.s_2 {
    background: url(../images/bg-v3.jpg) center bottom no-repeat;
    background-size: 100%;
}

.banner_first {
    background: url(/templates/3axap/images/210723/1.png) center no-repeat;
    margin-top: 60px;
    height: 500px;
}

.banner_second {
    background: url(/templates/3axap/images/210723/2.png) center no-repeat;
    margin-top: 60px;
    height: 500px;
}

@media (max-width: 767px) {
    .banner_first {
        background-blend-mode: multiply;
        background-color: #0000004a;
        background-position: 58%;
    }

    .banner_second {

        background-blend-mode: multiply;
        background-color: #0000004a;
        background-position: 58%;
    }
}

.banner>div {
    position: relative;
    height: 500px;
}

.banner .desc {
    text-align: center;
    width: 270px;
    color: #282828;
    position: absolute;
    top: 35px;
    left: 125px;
    background: #fff;
    border-radius: 50%;
    padding: 58px 10px;
    border: 15px solid #fc232e;
    box-shadow: 30px -30px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.banner .desc span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
}

.banner .desc ul {}

.banner .desc ul li {
    font-size: 16px;
    padding-bottom: 3px;
    font-weight: 500;
}

.banner .sale {
    text-align: center;
    /*width: 320px;*/
    position: absolute;
    top: 111px;
    left: 408px;
    font-weight: bold;
    -moz-transform: rotate(15deg);
    /* Firefox */
    -o-transform: rotate(15deg);
    /* Opera */
    -webkit-transform: rotate(15deg);
    /* Safari y Chrome */
    transform: rotate(15deg);
    background: #ff1520;
    border-radius: 50%;
    padding: 70px 20px;
    z-index: 1;
    /*box-shadow: -20px -11px 0px 13px rgba(0, 0, 0, 0.1);*/
}

.banner .sale .date {
    font-size: 28px;
    text-transform: uppercase;
    padding: 0 20px;
}

.banner .sale .name {
    color: #fff;
    font-size: 30px;
    margin: 10px 0 0;
}

.banner .sale .price {
    font-size: 24px;
}

.banner .sale .price span {
    color: #fff;
    font-size: 68px;
    font-weight: 500;
}

.banner .btn {
    position: absolute;
    background: #f8a900;
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 7px;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.4);
    z-index: 10;
    bottom: 25px;
    left: 330px;
}

.banner .btn:hover {
    background: #d69203;
    box-shadow: none;
}

div>div.mod-okno {
    display: none;
}

.mod-okno {
    padding: 30px 15px;
    margin: 0;
    width: 400px;
    background: #fbfbfb;
    box-sizing: border-box;
}

.mod-okno .title {
    color: #dd3333;
    font-size: 24px;
    display: block;
    text-align: center;
}

.mod-okno .title:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: rgb(221, 51, 51);
    margin: 10px auto;
}

.mod-okno .desc {
    text-align: center;
    display: block;
    padding: 0 30px;
}

.mod-okno form {
    text-align: center;
    margin: 15px 0 0;
}

.mod-okno form input {
    padding: 10px;
    background: #fff;
    font-size: 15px;
    border: 1px solid #000;
    color: #313131;
    display: inline-block;
    width: 90%;
    box-sizing: border-box;
    margin: 7px 0;
}

.mod-okno form input[type="submit"] {
    border: none;
    color: #fff;
    padding: 10px 30px;
    background: #dd3333;
    margin-top: 15px;
    width: auto;
    font-size: 16px;
}

.mod-okno form input[type="submit"]:hover {
    background: #888;
}


.zakaz_page {
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d33;
    border-radius: 10px;
    background: #efefef;
    margin: 30px 10px;
}

.zakaz_page--q {
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d33;
    border-radius: 10px;
    background: #efefef;
    margin: 30px 10px;
    width: 63%;
    margin: 0 auto;

}

.zakaz_page .top {
    transform: translateY(23px);
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 50%;
    margin-top: 20px;
}

.zakaz_page .top--q {
    display: block;
    transform: translateY(23px);
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin: 20px auto;
}

.zakaz_page .top .title {
    color: #dd3333;
    font-size: 24px;
    display: block;
    margin-bottom: 35px;
}

.zakaz_page .top p {
    margin-bottom: 25px;
    line-height: 27px;
}

.zakaz_page .top--q p {
    margin-bottom: 25px;
    line-height: 30px;
    max-width: 43%;
    margin: 30px auto;
}

.zakaz_page .top a.tel {
    color: #dd3333;
    text-decoration: none;
    display: block;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}

.zakaz_page .bottom {
    width: 100%;


}

.zakaz_page .bottom--q {
    width: 50% !important;
    margin: 30px auto !important;
}

.zakaz_page .bottom .title {
    color: #dd3333;
    font-size: 24px;
    display: block;
}


.zakaz_page .bottom form {
    max-width: 315px;
    margin: 0 auto;
    margin-top: 30px;
}

.zakaz_page .bottom form input {
    font-size: 15px;
    line-height: 25px;
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

.zakaz_page .bottom form input[type="tel"] {
    border: 1px solid #000;
    width: 100%;
}

.zakaz_page .bottom form input[type="submit"] {
    border: none;
    color: #fff;
    padding: 8px 30px;
    background: #dd3333;
    margin-top: 20px;
}

.zakaz_page .bottom form input[type="submit"]:hover {
    background: #888;
}

.zakaz_page_f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.zakaz_page_f--q {

    align-items: center;
    vertical-align: middle;
}

.pagination {
    text-align: center;
    margin: 50px 0;
}

.pagination ul {}

.pagination ul li {
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    border: 2px solid #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.pagination ul li.disabled {
    display: none;
}

.pagination ul li:hover,
.pagination ul li.active {
    background: #dd3333;
    border-color: #dd3333;
    box-shadow: 0px 10px 26px rgba(228, 174, 169, 0.7);
}

.pagination ul li:hover a,
.pagination ul li.active a {
    color: #fff;
}

.pagination ul li a {
    color: #000;
    text-decoration: none;
    width: 36px;
    display: block;
    line-height: 36px;
}

.hide_menu {}

.hide_menu a.href_hide {
    text-align: center;
    display: block;
    color: #000;
    color: #000;
    margin: 25px 0;
    font-weight: bold;
}

.hide_menu a.href_hide:hover {
    text-decoration: none;
}

.hide_menu ul {
    column-count: 3;
    text-align: center;
    margin-top: 20px;
    list-style: none;
    margin: 0;
    display: block;
}

.hide_menu ul li {}

.hide_menu ul li a {
    color: #000;
    text-decoration: none;

    display: block;
    font-size: 16px;
    line-height: 25px;
}

.hide_menu ul li a:hover {
    color: #dd3333;
}

/*mobile*/
.slicknav_menu:after,
.slicknav_menu:before {
    display: table;
    content: " "
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_nav,
.slicknav_nav ul {
    padding: 0;
    list-style: none;
    overflow: hidden
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: none;
    padding: 8px;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 5px;
}

.for_flex>div {
    position: relative;
    width: 24%;
    height: 200px;
    margin-bottom: 15px;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.slicknav_menu {
    display: none;
}

.like_h2 {
    font-size: 24px;
    line-height: 34px;
    color: #dd3333;
    margin: 20px 0;
    text-align: center;
}

@media screen and (max-width: 1320px) {
    .products {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 1230px) {

    .stati .left,
    .stati .right {
        float: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 1220px) {
    .product {
        display: block;
        max-width: 100%;
        padding: 35px 40px;
        margin: 10px 0px;
        height: auto;
        width: auto;
    }

    .preim div .left {
        max-width: 28%;
    }

    .preim div .right {
        max-width: 70%;
    }
}

@media screen and (max-width: 1190px) {
    .prois .left {
        max-width: 580px;
    }

    .prois_foto {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1180px) {
    .zakaz .left {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1120px) {

    .slider_top div.s_1,
    .slider_top div.s_2 {
        background-size: auto 100%;
    }

    .main_produktsiya .left {
        float: none;
        border: 0;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1105px) {

    .item .left,
    .item .right {
        float: none;
        width: 100%;
    }

    .item .left a {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1025px) {
    .uslugi {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 980px) {
    .prois {
        padding: 30px 10px;
    }

    .prois .left {
        max-width: 100%;
        float: none;
    }

    .prois .right {
        float: none;
        padding: 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 920px) {
    .slicknav_menu {
        display: block;
    }

    .menu {
        display: none;
    }

    .slicknav_menu .logo_menu {
        display: none;
    }

    .slicknav_menu li div {
        display: none;
    }
}

@media screen and (max-width: 890px) {

    .zb_svai .left,
    .zb_svai .right {
        float: none;
        text-align: center;
        margin-bottom: 50px;
    }

    .content table {
        width: 100% !important;
    }

    .svai__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 830px) {
    .head .top .desc {
        display: none;
    }

    .preim div .left {
        max-width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .preim div .right {
        max-width: 100%;
        float: right;
    }

    .prois_foto div a {
        width: 48%;
    }

    .main_footer .footer div {
        width: 48%;
        margin-bottom: 50px;
    }

    .main_footer .footer div.bl_3 {
        margin-right: 0;
    }

    .content .har_svai ul,
    .category_description .har_svai ul {
        width: auto;
        float: none;
        display: block;
    }

    .content .har_svai img,
    .category_description .har_svai img {
        float: none;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    .cont_page .block {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .zakaz_page .top {
        width: 100%;
    }

    .for_flex>div {
        width: 100%;
    }

    .zakaz_page_f {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 730px) {
    .banner {
        background: url(../images/bg-product1.jpg) center no-repeat;
        background-size: auto 100%;
    }

    .banner>div {
        height: auto;
        text-align: center;
    }

    .banner .sale {
        position: static;
        border-radius: 0;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: none;
        width: auto;
        background: rgba(255, 255, 255, 0.8);
        margin: 20px 0;
        padding: 40px 20px;
    }

    .banner .sale .name,
    .banner .sale .price span {
        color: #ff1520;
    }

    .banner .desc {
        width: auto;
        top: 0;
        left: 0;
        margin: 0;
        border-radius: 0;
        box-sizing: border-box;
        position: static;
        border: none;
        box-shadow: none;
        padding: 40px 10px;
        background: rgba(255, 255, 255, 0.8);
    }

    .banner .btn {
        position: static;
        display: inline-block;
        margin: 20px 0;
    }

    .hide_menu ul {
        column-count: 2;
    }
}

@media screen and (max-width: 670px) {
    .content p.foto img {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .slider_top .slick-slide {
        height: auto;
    }

    .head .block_text {
        position: static;
        width: auto;
        margin-top: 70px;
    }

    ul.slick-dots {
        display: none !important;
    }
}

@media screen and (max-width: 570px) {
    .head_banner {
        height: auto;
    }

    .head_banner .row {
        overflow: hidden;
        padding: 0;
    }

    .head_banner .block_text {
        margin: 60px 0 0 0;
        border-radius: 0;
        position: static;
    }

    .item .left a,
    .item .right a {
        text-align: center;
    }

    .main_produktsiya .right {
        margin-top: 40px;
    }

    .menu_page .title {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .tabs label {
        display: block;
        margin-bottom: 5px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 470px) {
    .mod-okno {
        width: 100%;
    }

    .raschet_calk select,
    .raschet_calk input {
        width: 100%;
    }

    .raschet_calk input.btn-calc {
        padding: 10px 20px;
        width: auto;
    }

    .raschet_calk table tr {
        padding: 15px 0;
        display: block;
    }

    .raschet_calk table tr td {
        display: block;
        width: auto;
        padding: 0px 15px;
    }

    .raschet_calk table tr td:nth-of-type(1) {
        border: none;
        padding-bottom: 10px;
        width: auto;
    }

    .raschet_calk input[type="file"] {
        margin: 0 auto;
        width: 240px;
    }

    .zakaz_page {
        margin: 0;
    }

    .hide_menu ul {
        column-count: 1;
    }
}

@media screen and (max-width: 440px) {
    .head .top .logo {
        float: none;
        margin: 0;
    }

    .head .top .kont {
        float: none;
        margin: 10px 0;
    }

    .head .top .kont .tel {
        font-size: 24px;
    }

    .product .desc {
        padding-left: 0;
    }

    .products .all {
        width: auto;
        padding: 18px 40px;
    }

    .zakaz div {
        margin: 0 0px;
    }

    .uslugi {
        text-align: center;
    }

    .uslugi .block {
        padding: 20px;
        margin: 0;
    }

    .main_footer .footer div {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }

    .main_footer .footer div.bl_4 {
        border-bottom: 0px;
        padding: 0;
        margin: 0;
    }

    .content .har_svai img {
        max-width: 100%;
    }

    .stati .left img {
        max-width: 100%;
        width: auto;
    }

    .main_foto .foto {
        width: 100%;
    }

    .cont_page .block {
        width: 100%;
    }

    .head .top .kont a.modalka {
        width: 200px;
    }
}

@media screen and (max-width: 400px) {
    .banner .sale .date {
        padding: 0;
        font-size: 24px;
    }

    .banner .sale .name {
        margin: 10px 0;
        font-size: 24px;
    }

    .banner .sale .price span {
        font-weight: bold;
        font-size: 36px;
    }
}

@media screen and (max-width: 380px) {
    .head .block_text {
        padding: 30px 10px;
    }

    .head .block_text .top {
        font-size: 30px;
    }

    .head .block_text .desc {
        font-size: 25px;
    }

    .fundament_dly .list_fd .fd {
        margin: 15px 0;
    }
}

@media screen and (max-width: 330px) {
    .fundament_dly .list_fd .fd {
        width: 100%;
    }

    .fundament_dly .list_fd .fd img {
        object-fit: cover;
    }
}

@media screen and (max-width: 1200px) {
    .zb_svai .left {
        float: none;
    }

    .zb_svai .right {
        float: none;
    }

    .zb_svai .bottom {
        text-align: center;
    }

    .zakaz_page-dn {
        max-width: 500px !important;
    }

    .zakaz_page-dn img {
        max-width: 40% !important;
        object-fit: contain;
    }

    ul.ul-dn-1 {
        width: 55% !important;
    }

}

@media screen and (max-width: 992px) {
    .zakaz_page img {
        max-width: 40% !important;
        bottom: 0 !important;
    }

    .zakaz_page-dn {
        float: none !important;
    }

    .ol-dn {
        width: auto !important;
    }

    .content p.foto-dn {
        justify-content: center;
    }

    p.p-dn2 {
        display: flex !important;
        justify-content: center !important;
    }

    p.dan-new1 {
        display: flex !important;
        justify-content: center !important;
    }

    ul.ul-dn-1 {
        width: 100% !important;
    }

    p.new-dn {
        display: flex !important;
        justify-content: center !important;
    }

    p.new1-dn {
        display: flex !important;
        justify-content: center !important;
    }

    p.new-dn1 {
        display: flex !important;
        justify-content: center !important;
    }

}

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

    .zakaz_page .bottom form {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .zakaz_page {
        padding: 70px 20px !important;
    }

    .zakaz_page-dn {
        justify-content: center;
        padding: 37px 20px !important;
    }

    .zakaz_page-dn .bottom {
        max-width: 282px;
    }

    .content p.foto-dn {
        justify-content: center;
    }

    .content p.p-dn1 {
        display: flex !important;
        justify-content: center !important;
    }

    .p-dn1 img {
        margin-bottom: 0 !important;
        margin-top: 20px;
    }

    h2.h2-dn {
        text-align: center !important;
    }

    ul.ul-dn {
        width: 100% !important;
    }

    h2.dan-new1 img {
        display: flex !important;
        justify-content: center !important;
    }

    p.img-dn {
        display: flex !important;
        justify-content: center !important;
    }
}



.zakaz_page-dn {
    display: flex;
    flex-direction: row-reverse;
    max-width: 600px;
    margin: 0 auto;
    float: right;
}

.zakaz_page-dn img {
    object-fit: contain;
    max-width: 32%;
    margin-bottom: -25px;
    margin-top: -16px;

}

.ol-dn {
    width: 40%;
}

.p_dn img {
    margin-bottom: 100px;
    margin-right: 20px;
    margin-top: 20px;
}

.p-dn1 img {
    margin-bottom: 0;
}

.content p.foto-dn img {
    min-height: 200px !important;
    width: 265px !important;
}

h2.h2-dn {
    text-align: right;
}

ul.ul-dn {
    width: 56%;
}

ul.ul-dn-1 {
    width: 70%;
}

p.dan-new img {
    margin-top: 30px;
}

p.dan-new1 img {
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 64px;
}

p.new-dn img {
    margin-bottom: 35px;
}

ol.ol-dn li {
    line-height: 25px;
    margin-top: 45px;
}

p.img-dn img {
    margin-bottom: 0;
    margin-right: 20px;
}

p.p-dn2 img {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.tr-red-color {
    background: #f4524d;
}

.fundament_dly .list_fd .vs {
    display: inline-block;
    position: relative;
    width: 390px;
    height: 294px;
    margin: 10px;
}

.list_fd .vs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list_fd .vs .hov {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.list_fd .vs .name {
    color: #fff;
    padding: 12px 0;
    font-weight: bold;
    /* background: url(../images/area_right.png) 93% no-repeat; */
}

.list_fd .vs .modalka {
    display: none;
    color: #fff;
    text-decoration: none;
    background: #dd3333;
    padding: 8px 0;
    text-align: center;
}

.text-align {
    text-align: center;
}

.menu ul li div ul li div {
    position: absolute;
    margin-left: 260px;
    top: 0px;
    width: 280px;
}

/*.menu ul li div ul li div ul{
	display: none;
}*/
/*.menu ul li div ul li div ul:hover{
	display: block;
}
.menu ul li div ul li div:hover{
	display: block;
}*/
.menu ul li div ul li>div {
    display: none;
}

.txt_flex_prav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text {
    position: relative;
    width: 48%;
}

.for_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.for_flex>div img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.center {
    text-align: center;
}

.name {
    font-size: 16px !important;
}

/*.fundament_dly .list_fd .fd .modalka1 {
    display: none;
    color: #fff;
    text-decoration: none;
    background: #dd3333;
    padding: 8px 0;
    text-align: center;
}

*/

.fundament_dly .list_fd .fd .modalka1 {
    display: none;
    color: #fff;
    text-decoration: none;
    background: #dd3333;
    padding: 8px 0;
    text-align: center;
}

.fundament_dly .list_fd .fd:hover .modalka1 {
    display: block;
}

.zabivnye_shtuky {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zab_item {
    flex-basis: 29%;
    position: relative;
    overflow: hidden;
}

.zab_item p {
    font-size: 20px;
    line-height: 30px;
    color: #dd3333;
    margin: 20px 0;
    text-align: center;
}

.container_imgs {
    margin: 0 none;
    max-width: 80%;
}

.bottom_style {
    text-align: center;
    width: 100%;
}

.zab_img__wrapper {
    border: 1px solid #dd3333;
}

.bottom_style {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    background-color: #dd3333;
    padding: 6px 3px 3px 3px;
}

.bottom_style a {
    text-decoration: none;
    color: white;
}

.zab_img__wrapper img {
    margin-bottom: 50px;
    margin: 15px 0 50px 18%;
}

.zab_item h3 {
    text-align: center;
}

.main_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_m {
    flex-basis: 22%;
}

.item_m img {}

a.disabled {
    pointer-events: none;
}

.noneP {
    display: none;
}

.myDiv20 {
    display: flex;
    flex-direction: row;
}

.main_footer .footer .nw-st a {
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 15px;
}



.clb-block-10 {
    background: #dc3334;
    box-sizing: border-box;
    padding: 6px 20px;
    margin-top: -5px;
}

.clb-block-10 .clb-title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.clb-block-10 .clb-title-small {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.clb-block-10 .clb-title-small a {
    color: #fff;
    text-decoration: none;
}

p.under__txt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 35px;
}

.wrap__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 20%;
}

.name__reviews {
    color: #000;
    font-size: 16px;
}

.date__reviews {
    font-size: 13px;
    color: #000;
}

.description__reviews {
    font-size: 15px;
}

.line {
    height: 1px;
    background: #a5a4a4;
    margin: 17px 0px;
}

@media screen and (max-width:980px) {
    .clb-block-10 .clb-title {
        font-size: 18px;
    }

    .clb-block-10 .clb-title-small {
        font-size: 14px;
    }

    .clb-block-10 .exform_wrapper.style-callback4 input[type="text"] {
        margin: 0px 15px;
        width: 170px;
    }

    .clb-block-10 .exform_wrapper.style-callback4 .mf_submit .send_btn {
        width: 170px;
        margin-left: 15px;
    }

    .wrap__top {
        width: 35%;
    }
}

@media screen and (max-width:710px) {
    .clb-block-10 .exform_wrapper.style-callback4 .form-body {
        display: block;
    }

    .clb-block-10 .exform_wrapper.style-callback4 input[type="text"] {
        margin: 0px 0 10px;
        width: 100%;
    }

    .clb-block-10 .exform_wrapper.style-callback4 .mf_submit,
    .clb-block-10 .exform_wrapper.style-callback4 .inpt_wrpr {
        margin: 0;
    }

    .clb-block-10 .exform_wrapper.style-callback4 .mf_submit .send_btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
}



@media (max-width: 1280px) {
    .menu li a {
        padding: 20px 18px;
    }

}

@media (max-width: 990px) {
    .menu li a {
        padding: 20px 14px;
    }
}

@media (max-width: 980px) {
    .myDiv20 {
        flex-direction: column;
        align-items: center;
    }

    .menu li a {
        padding: 20px 14px;
    }




    .myDiv20 div:first-of-type {
        width: 50%;
    }

    .myDiv20 img {
        width: 400px;
        height: 300px;
        margin-right: 10px;
        max-width: none;
    }

    .margin_top_div {
        margin-top: -5px !important;
        margin-left: -20px !important;
    }

    @media (max-width: 769px) {
        .aprelevka-img {
            width: 80%;
            margin: 0 auto;
        }

    }

    @media (max-width: 426px) {
        .aprelevka-img {
            width: auto;
        }

        .wrap__top {
            width: 70%;
        }
    }

    @media (max-width: 370px) {
        .wrap__top {
            width: 100%;
        }
    }


    .advantages-1 {
        margin: 20px 0;
        text-align: center;
    }

    .advantages-1 .advant-item {
        display: inline-block;
        vertical-align: top;
        width: 22%;
        margin: 1%;
    }

    .advantages-1 img {
        width: 100px;
        height: 70px;
        object-fit: contain;
    }

    .advantages-1 span {
        display: block;
        margin-top: 10px;
        font-size: 16px;
        color: #333;
    }

    .like_h2 {
        font-size: 24px !important;
        line-height: 34px !important;
        color: #dd3333 !important;
        margin: 20px 0 !important;
        text-align: center !important;
    }

    .banner_cat img {
        width: 100%;
    }

    .zakaz_page.zakaz_page2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
        text-align: left;
    }

    @media screen and (max-width:960px) {
        body>div.page.row>div.content>div.fundament_dly.row img {
            width: 100%;
        }
    }

    @media (min-width: 612px) and (max-width:960px) {
        .for_flex {
            justify-content: space-around;
            max-width: 590px;
            margin: auto;
        }

        .for_flex>div {
            width: 274px;
            height: 255px;
        }
    }

    @media screen and (max-width:690px) {
        .advantages-1 .advant-item {
            width: 45%;
        }

        .zakaz_page .bottom {
            width: 100% !important;
        }
    }

    body>div.page.row>div.content>div.for_flex>.img_item>img {
        width: 100%;
    }
}

@media screen and (max-width:612px) {
    .for_flex>div {
        width: 274px;
        margin: auto;
        margin-top: 20px;
        height: 220px;
    }

    body>div.page.row>div.content>div.for_flex>.img_item>img {
        width: 100%;
    }

    .fl-lef {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:400px) {
    .advantages-1 .advant-item {
        width: 100%;
        margin: 15px 0;
    }
}

.advantages-1 {
    margin: 20px 0;
    text-align: center;
}

.advantages-1 .advant-item {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 1%;
}

.advantages-1 img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}

.advantages-1 span {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width:690px) {
    .advantages-1 .advant-item {
        width: 45%;
    }

}

@media screen and (max-width:400px) {
    .advantages-1 .advant-item {
        width: 100%;
        margin: 15px 0;
    }
}


.left-txt {
    text-align: left;
}

#scrollup {
    position: fixed;
    /* фиксированная позиция */
    padding: 15px 10px 10px;
    /* отступы */
    border-radius: 5px;
    /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 60px;
    /* отступ слева */
    bottom: 10px;
    /* отступ снизу */
    display: none;
    /* спрятать блок */
    cursor: pointer;
}

#scrollup img {
    width: 35px;
    height: 35px;
}

.svai__container {
    display: flex;
    justify-content: space-around;
    border: 3px solid red;
    border-radius: 6px;
}

.svai__prop {
    max-width: 450px;
}

.svai__img {
    width: 50%;
}

.table_price p {
    font-weight: bold;
    margin-bottom: 0;
}

.table_price-new p {
    font-weight: normal;
}

strong.title {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
    color: red;
    font-weight: 100;
}

.float-img {
    width: 100%;
    max-width: 300px;
    float: left;
    margin: 0 15px 10px 0;
}

.float-img img {
    width: 100% !important;
    max-width: 300px;
}

.bold {
    font-weight: bold;
}

.not-inline {
    display: inherit !important;
    padding-left: 25px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto !important;
}

@media screen and (max-width:722px) {
    .advantages-1 .advant-item {
        width: 45%;
    }

    .float-img {
        float: none !important;
        margin: 0 auto 17px;
    }

    .float-img img {
        float: none !important;
    }

    .aprelevka_float_jo {
        float: left;
        padding: 0 30px 30px 0;
    }

    @media screen and (max-width: 900px) {
        .aprelevka_float_jo {
            float: none !important;
            padding: 0 0 30px 0 !important;
            width: 100% !important;
        }
    }

    @media screen and (max-width: 630px) {
        p.dan-new1 img {
            margin-bottom: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 20px;
            width: 100%;
        }

        p.dan-new1 {
            display: block !important;

        }
    }

    .fundament_dly .list_fd .fd-list {
        width: 215px !important;
    }


    /* ============ */

    .table-price {
        width: 100%;
    }

    .table-price tr td {
        border-top: 1px solid #000;
        padding: 5px;
    }

    .tabs-prices .grid {
        display: grid;
    }

    .tabs-prices .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs-prices {
        background-color: #f2ff;
    }

    #price {
        font-weight: 500;
        padding-bottom: 0px;
    }

    #price .nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    #price .nav .nav-link {
        padding: 15px 30px;
        width: 100%;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        color: inherit;
        font-weight: 700;
    }

    #price .nav .nav-link.active {
        background: #f9f9f9;
    }

    #price .table {
        -webkit-box-shadow: 0px 0px 40px rgba(101, 106, 116, 0.05);
        box-shadow: 0px 0px 40px rgba(101, 106, 116, 0.05);
        border-radius: 24px;
        padding: 20px;
    }

    #price table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 6px;
    }

    #price th {
        border: none;
        padding: 0px 10px 9px 10px;
        vertical-align: top;
        text-align: left;
        text-transform: uppercase;
        font-size: 12px;
        color: #656a74;
        letter-spacing: 0.12em;
        font-weight: 400;
    }

    #price td {
        border: none;
        padding: 15px 10px;
        vertical-align: top;
        background: #f9f9f9;
    }

    #price td:first-child {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    #price td:last-child {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    @media (min-width: 1025px) {
        .tabs-prices .col-pc-05-2 {
            grid-template-columns: 0.5fr 2fr;
        }
    }


    .hov a {
        text-decoration: none;
        color: #fff;
    }

}

#tabs .panel div.h3 {
    text-transform: uppercase;
}

#tabs div.h3 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: left;
    color: #000;
}