#cookie_notification{background-color: #e1e1e1d1;padding: 0;position: fixed;bottom: 30px;display:none;align-items: center;left: 50%;transform: translate(-50%, 0%);padding: 20px;top: auto;max-width: 850px;width: 100%;font-size: 14px;text-align: left;color: #000000;z-index: 99999;justify-content: space-between;}

#cookie_notification p{
    margin: 0;
    font-size: 14px;
    color: #323232;
    text-align: left;
}
#cookie_notification a{
color: #007bff;
text-decoration: underline;
display:block;
}
.cookie_accept {
    width: auto;
    height: 40px;
    cursor: pointer;
    background: #f21f27;
    border: none;
    text-align: center;
    color: white;
    margin-top: 0px;
}

@media (min-width: 576px){
#cookie_notification.show{display: flex;}

}

@media (max-width: 575px){
#cookie_notification.show{display: block;text-align: center;font-size: 12px;left: 20px;right: 20px;transform: none;width: auto;bottom: 70px;}
.cookie_accept{
margin-top:10px;
}
#cookie_notification p{
font-size: 12px;
text-align: center;
}
}


.page p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #444444;
    line-height: 28px;
}

.no-scroll {
    overflow: hidden !important;
}

.skrit img {
    margin-bottom: 25px;
}

.page b.red {
    color: rgb(242, 31, 39);
    font-weight: bold;
}

html body {
    font-family: 'roboto', sans-serif;
}

p.rezim {
    margin-bottom: 10px;
}

.nav-tabs .nav-link.active {
    background-color: #e22d24;
    color: white;
}

li.nav-item a {
    color: black;
}

ul#horizontal-menu li:nth-child(4) ul li ul, ul#horizontal-menu li:nth-child(5) ul li ul {
    width: auto;
    column-count: 1;
}

.planka_top p {
    color: white;
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.planka_top p img {
    margin-right: 15px;
}

table.table267 {
    width: 100%;
    margin: 30px 0 50px;
}

table.table267 td {
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
}

table.table267 th {
    padding: 12px 10px;
    background: #e22d24;
    color: white;
    border: 1px solid #f77972;
    font-weight: 400;
}

table.table267 tr:nth-child(2n) td {
    background: white;
}

header {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}

nav.flexmenu {
    background: linear-gradient(
            180deg, #ee1b24, #bd0a01);
}

span#form_id_FID1 {
    background: url(/upload/medialibrary/454/454a35f845fa110239f4e18d06d312c1.png) #e22d24 no-repeat 10px 50%;
    color: white;
    font-size: 13px;
    padding: 10px 15px 10px 33px;
    display: inline-block;
    border-radius: 4px;
    border-bottom: 2px solid #b0130b;
}

.phone a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.phone {
    text-align: right;
}

.phone p {
    font-size: 13px;
    color: rgb(0, 0, 0);
    margin-bottom: 0;
}

span.menu267 {
    display: none;
}

header .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

img {
    max-width: 100%;
    height: auto;
}

span.menu267 {
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    line-height: 45px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    right: 10px;
    font-size: 25px;
    background: #bd0a01;

    color: white;
    cursor: pointer;
}


/*НОВАЯ ШАПКА*/
.header__row {
    display: flex;
    gap: 75px;
    align-items: center;
}

.header__logo {
    max-width: 180px;
    width: 100%;
}

.header__logo p {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #222;
    margin: 0;
    margin-top: 5px;
}

.header__top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.header__right {
    flex: 1;
}

.header__top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__top-contact i {
    display: flex;
    align-items: center;
}

.header__top-contact p {
    margin: 0;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 1px solid #ebebeb;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #4d4d4d;
}

.header__top-contact p strong {
    display: block;
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 5px;
}

.header__top-contact p a {
    color: #4d4d4d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header__top-contact p a:hover {
    color: #E91A21;
}

.header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #e9e9e9;
}

.header__bottom-menu #horizontal-menu {
    gap: 30px;
    justify-content: flex-start;
}

.header__bottom-menu #horizontal-menu li {
    padding: 0;
    margin: 0;
    height: auto;
}

.header__bottom-menu #horizontal-menu li:before {
    display: none;
}

.header__bottom-menu #horizontal-menu a {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #4d4d4d;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.header__bottom-menu #horizontal-menu a:hover {
    color: #e91a21;
}

.header__bottom-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__bottom-socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__bottom-socials p {
    margin: 0;
    text-align: right;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
}

.header__bottom-socials p span {
    font-weight: 500;
    color: #269c38;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials a  {
    text-decoration: none !important;
}

.header__bottom-call {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__bottom-call a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #3e3e3e;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.header__bottom-call a:hover {
    color: #e91a21;
}

.header__bottom-call span {
    background: none;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #ec1c24;
    transition: all 0.3s;
}

.header__bottom-call span:hover {
    color: #d10008;
}

h1 {
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.15;
    text-align: left;
    margin-bottom: 20px;
}

a.bth {
    font-size: 20px;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 1;
    border-radius: 30px;
    background-color: rgb(242, 31, 39);
    padding: 15px 25px;
    display: inline-block;
    margin-top: 20px;
}

.company .row {
    align-items: center;
}

.company, .preimushestva, .clienti {
    padding: 80px 0;
}

.row.uslugi-home .usluga:first-child, .row.uslugi-home .usluga:last-child {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.666%;
    max-width: 66.6666%;
}

.row.uslugi-home .usluga {
    margin-bottom: 30px;
}

.back {
    background: #f1f4fa;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    height: 390px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.back:hover {
    padding-bottom: 150px;
}

.uslugi-home p.name a {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.3;
    text-align: left;

}

.row.uslugi-home a.bth-link {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    bottom: -100%;
    font-size: 20px;
    color: rgb(242, 31, 39);
    border: 2px solid rgb(254, 1, 22);
    border-radius: 30px;
    background: url(/upload/medialibrary/bd9/bd97cfa912fd89145fe7f44f9a8344b3.png) no-repeat top 50% right 20px rgba(242, 31, 39, 0);
    padding: 10px 50px 10px 20px;
    transition: all 0.2s;
    left: 30px;
}

.row.uslugi-home .back:hover a.bth-link {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.row.uslugi-home .usluga:first-child .back, .row.uslugi-home .usluga:last-child .back {
    display: block;
}

.row.uslugi-home p.name {
    position: relative;
    padding-top: 20px;
    max-width: 250px;
}

.row.uslugi-home p.name:before {
    content: "";
    width: 42px;
    height: 3px;
    border: 1px solid white;
    background: #4a4b4c;
    position: absolute;
    top: 0;
}

.row.uslugi-home .usluga:last-child .back:hover a.bth-link, .row.uslugi-home .usluga:first-child .back:hover a.bth-link {
    bottom: 30px;
}

.row.uslugi-home .usluga:first-child img, .row.uslugi-home .usluga:last-child img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.row.uslugi-home .usluga:first-child p.name a, .row.uslugi-home .usluga:last-child p.name a {
    font-size: 30px;
}

.row.uslugi-home .usluga:first-child .bth-link, .row.uslugi-home .usluga:last-child .bth-link {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    display: inline-block;
}

.row.uslugi-home .back:hover a.bth-link {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.row.uslugi-home .usluga:first-child .bth-link, .row.uslugi-home .usluga:last-child .bth-link {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.kak_h2 {
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;

}

.uslugi-home .kak_h2, .portfolio-home .kak_h2, .preimushestva .kak_h2, .clienti .kak_h2 {
    text-align: center;
}

footer {
    background: #090909;

}

.body-footer {
    padding-top: 70px;
}

.planka_bottom {
    padding: 10px 0;
    margin: 0;
}

.row.planka_bottom p, .row.planka_bottom a {
    font-size: 13px;
    color: rgb(95, 95, 95);
    line-height: 1.2;
}

.row.planka_bottom a {
    text-decoration: underline;
}

.title-footer {
    color: #565656;
    text-transform: uppercase;
    font-weight: bold;
}

ul.bottom-menu a, .contact-footer p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;

}

ul.bottom-menu {
    padding: 0;
    list-style: none;
}

.contact-footer p {
    margin-bottom: 10px;
}

footer hr {
    border-top: 1px solid #2b2b2b;
}

.row.planka_bottom p {
    margin-bottom: 10px;
    color: #c3c3c3;
}

.uslugi-home {
    padding-bottom: 70px;
}

.back-black {
    background: rgb(0, 0, 0, 0.522);
    position: absolute;
}

.portfolio .image {
    position: relative;
}

.back-black {
    background: rgb(0, 0, 0, 0.522);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 30px;
}

.portfolio .col-sm-6 {
    margin-bottom: 15px;
}

.back-black p.name {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.45;
}

.back-black p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.45;
    margin: 0;
    text-align: left;
}

.portfolio-home .row {
    margin-bottom: 20px;
}

.portfolio {
    padding-bottom: 70px;
}

video {
    width: 100%;
}

.video-block button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: none;
    border: none;
}

.video-block {
    position: relative;
    outline: none;
}

.video-block button:hover {
    background: transparent;
}

.video {
    padding: 50px 0 90px;
}

.video-block button:focus {
    background: transparent;
}

.shema {
    background: #f2f4fa;
}

.preimushestva img {
    margin: 0 auto 25px;
    display: block;
}

.preimushestva p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1.25;
}

.preimushestva .col-sm-6.col-md-4 {
    margin-bottom: 40px;
}

.shema .col-sm-6 > img {
    margin-right: 25px;
}

.shema p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.333;
    padding-top: 20px;
}

.shema .container {
    background: url(/upload/medialibrary/806/806871a27852c86cdba98c8b5638cf79.png) no-repeat 100% 0%;
    padding: 120px 15px;
}

.shema .col-sm-6 {
    margin-bottom: 25px;
}

.shema .kak_h2 {
    margin-bottom: 80px;
}

.otziv {
    background: #f2f4fa;
    padding: 80px 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    height: 50px;
    line-height: 40px;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    border: 1px solid #828282;
    text-align: center;
}

.otziv .owl-theme .owl-nav {
    text-align: left;
}

.otziv p.name {
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #cb2221;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #cb2221;
}

.otziv a.bth {
    font-size: 18px;
    padding: 15px 55px;
    margin-top: 80px;
}

.forma {
    padding: 80px 0;
    background: url(/upload/medialibrary/c1a/c1a34cc905bba25466adcc8e3c0da6ba.jpg) no-repeat 50% / cover;
    text-align: center;
}

.forma .afbf_item_pole {
    padding: 0px;
    margin: 20px 0px 30px;
}

.forma .afbf_item_pole .afbf_textarea, .forma .afbf_item_pole .afbf_inputtext {
    height: auto;
    width: 100%;
    padding: 10px 5px !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #dadada;
}

.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex .afbf_submit_block {
    width: 50%;
    text-align: left !important;
    margin-top: 0;
}

.forma .afbf_item_pole {
    padding: 0px;
    margin: 20px 0px 20px;
}

.forma label.main-user-consent-request {
    width: 50%;
}

img.img-responsive {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.bread {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.row.preimushestva-inline img {
    margin-bottom: 30px;
}

.row.preimushestva-inline {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
}

.row.preimushestva-inline p {
    max-width: 300px;
    margin: 0 auto 50px;
}

.row.preimushestva-inline:before, .row.preimushestva-inline:after {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    background: #f21f27;
    border-radius: 50%;
}

.row.preimushestva-inline:before {
    bottom: 0;
    left: -12%;
}

.row.preimushestva-inline:after {
    right: -10%;
    top: -10%;
}

.oborud {
    margin-top: 80px;
}

.fon-zvonok {
    background: url(/upload/medialibrary/f27/f27e12978593fa647c32caa72a5e9f92.jpg) no-repeat 50% / cover;
    padding: 80px 0 80px;
    text-align: center;
    margin-top: 80px;
}

.fon-zvonok .title-form {
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.353;
    padding-top: 40px;
}

.fon-zvonok span#form_id_FID1 {
    background: transparent;
    border: 2px solid #fe0116;
    font-size: 20px;
    color: rgb(242, 31, 39);
    padding: 10px 40px 10px 40px;
    border-radius: 25px;
    margin-top: 35px;
}

.inline-page h2 {
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}

.block-vid p.title-p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.3;
}

.block-vid {
    position: relative;
}

.block-vid:before {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    background: #f21f27;
    border-radius: 50%;
    left: -80px;
    bottom: 150px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-vid .row {
    margin-bottom: 20px;
}

.card-3 {
    background: url(/upload/medialibrary/3fb/3fbd370de5ae740ddee9c22942312c9e.jpg) no-repeat 50% 0%;
    padding: 100px 0 30px;
}

.card-3 .col-sm-12 {
    margin-bottom: 30px;
}

.card-3 .back-card {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 20px;
    margin: 0 auto;
    display: block;
    height: 100%;
}

.back-card p.name {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.167;
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
}

.back-card p.name:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #999a9b;
    position: absolute;
    top: 0;
}

.etapi-inline.text-center .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.etapi-inline p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.375;
    text-align: center;
    margin-top: 20px;
}

.etapi-inline .col-md-3:before {
    content: "";
    width: 74px;
    height: 10px;
    background: url(/upload/medialibrary/55b/55b6c8d9979efc07125b76c6f1a79851.jpg) no-repeat 50%;
    position: absolute;
    top: 80px;
    right: -30px;
}

.etapi-inline .col-sm-6.col-md-3:last-child:before {
    content: none;
}

.preim-2 .flex div {
    width: 20%;
}

.preim-2 {
    margin-top: 40px;
}

.preim-2 .flex p {
    padding-left: 20px;
    width: 80%;
    margin: 0;
}

.preim-2 .col-sm-12.col-md-6 {
    margin-bottom: 40px;
}

.card-3 .back-card img {
    margin: 0 auto;
    display: block;
}

ul.krug li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    font-size: 17px;
}

ul.krug {
    margin: 30px 0;
    padding: 0;
}

ul.krug li:before {
    content: '';
    background: #e51d1c;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

/*.inline-page p {*/
/*    font-size: 17px;*/
/*}*/

.background-block {
    background: #f3f7f9;
    padding: 80px 0;
}

.product-link p b {
    display: block;
}

.product-link .flex img {
    padding-right: 12px;
}

.product-link .flex {
    margin-bottom: 30px;
}

.background-block .row {
    margin-top: 30px;
}

.preimus-5 {
    justify-content: center;
    padding: 50px 0;
}

.preimus-5 .col-sm-6 {
    margin-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.preimus-5 p {
    padding-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fe0116;
}

.preim-4 img {
    margin-bottom: 20px;
}

.galka li:before {
    content: '';
    background: url(/upload/medialibrary/64d/64d829a334169ffd313486bd2b2845fb.png) no-repeat 50%;
    width: 20px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

ul.galka {
    margin: 30px 0;
    padding-left: 0;
}

.galka li {
    list-style: none;
    padding-left: 35px;
    position: relative;
    margin-bottom: 9px;
}

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

.ul-i {
    font-style: italic;
}

.ul-3 {
    column-count: 3;
}

ul.mb-20 li {
    margin-bottom: 20px;
}

.ul-2 li, .ul-3 li {
    page-break-inside: avoid;
    break-inside: avoid;
}

.inline-page h3 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.before-none .row.product-inline:before, .before-none .row.product-inline:after {
    content: none;
}

.cifra {
    list-style: none;
    counter-reset: item2;
    padding-left: 0;
}

.cifra li {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
}

.cifra li:before {
    content: counter(item2);
    counter-increment: item2;
    border-radius: 50%;
    border: 1px solid #f21f27;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #383838;
    margin-right: 15px;
    top: 0px;
    position: absolute;
    font-weight: bold;
    left: 0;
}

.img-100 img {
    max-height: 100px;
}

.no-img .container {
    background: none;
    padding: 60px 15px;
}

span.click-submit {
    background: #e22d24;
    color: white;
    font-size: 18px;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    border-radius: 4px;
    border-bottom: 2px solid #b0130b;
    margin-top: 25px;
}

.form-calc input[type="number"] {
    max-width: 160px;
}

.form-calc input[type="number"], .form-calc select {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
}

.form-calc .flex {
    margin-bottom: 15px;
}

.form-calc .title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.313;
    text-align: left;
    margin-right: 25px;
}

.form-calc input[type="number"] {
    margin-right: 15px;
}

.form-calc label {
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-right: 15px;
    line-height: 1.313;
}

.form-calc .row {
    align-items: center;
}

.form-calc input[type="checkbox"] {
    margin-right: 10px;
}

.form-calc {
    border: 4px solid rgb(246, 246, 246);
    border-radius: 10px;
    background-color: rgb(249, 248, 248);
    box-shadow: 0px 0px 18px 3px rgb(193 193 193 / 50%);
    padding: 30px;
}

#afbf_text_fid5 {
    display: none;
}

.back-calc, .forma-contact {
    background: url(/upload/medialibrary/465/4650e072e6ae42cccfa46d7561b1bc0a.png) no-repeat 50%;
    padding: 50px 0;
}

.background-block2 {
    background: #f3f7f9;
    padding: 50px 0;
    margin: 50px 0;
}

.button_up {
    background: url(/upload/medialibrary/6ce/6cef5f0b78dedf7daf5e91a1c60cfc31.png) no-repeat 50%;
    height: 44px;
    background-size: 100%;
    width: 40px;
    bottom: 130px;
    right: 50px;
    opacity: 1;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    transition: background 0.5s ease;
}

.search-page input[type="text"] {
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    padding: 6px 50px 6px 8px;
    border-radius: 4px;
    width: 100%;
    box-shadow: none;
}

.search-bth {
    position: absolute;
    height: 95%;
    width: 50px;
    right: 2px;
    top: 1px;
    background: url(/upload/medialibrary/b1b/b1bb3471b10fd3663cc4df79d3c703c9.png) no-repeat 54%;
    border: none;
}

.search-page form {
    position: relative;
}

a.title-search {
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.search-page small a {
    color: #b3140c;
}

.search-page .desc-search {
    font-size: 16px;
}

p.error_title {
    font-size: 18px;
    font-weight: bold;
}

.error_404 span {
    font-weight: bold;
    font-size: 88px;
}

.bx-404-block {
    margin: 50px 0;
}

.row.contact-page img {
    flex-grow: 0;
    margin-right: 20px;
}

.row.contact-page b {
    width: 80%;
    color: black;
}

.forma-contact .container {
    background: url(/upload/medialibrary/472/472441a2eb21436b8df57a70cb65d9ba.jpg) no-repeat 50% / cover;
    padding: 40px;
    border-radius: 10px;
}

.forma-contact .afbf_submit_block {
    text-align: left !important;
}

.row.uslugi-home a.bth-link:hover {
    color: #001728;
    text-decoration: none;
}

a.potrfolio {
    display: inline-block;
    font-size: 20px;
    color: rgb(242, 31, 39);
    border: 2px solid rgb(254, 1, 22);
    border-radius: 30px;
    background: url(/upload/medialibrary/bd9/bd97cfa912fd89145fe7f44f9a8344b3.png) no-repeat top 50% right 20px rgba(242, 31, 39, 0);
    padding: 10px 50px 10px 20px;
    transition: all 0.2s;
    margin-top: 30px;
}

.port217 p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.357;
    width: 64%;
}

.port217 h2:before {
    content: "";
    position: absolute;
    width: 211px;
    height: 2px;
    background: #b2b2b2;
    top: 130%;
    left: 0%;
}

.port217 h2 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.port218 img {
    margin-bottom: 20px;
}

.carousel-indicators li {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(254, 1, 22);
    background-color: rgba(254, 1, 22, 0);
    width: 10px;
    height: 10px;
}


.carousel-indicators .active {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(254, 1, 22);
    background: #fe0116;
    width: 10px;
    height: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.bold-p {
    background: #f3f7f9;
    padding: 20px;
    border-radius: 5px;
    border-left: 3px solid #f75e64;
}

.product-inline .text-dopopisanie p {
    font-size: 14px;
    text-align: center;
}

.text-dopopisanie {
    width: 100%;
    height: 180px;
}

.text-height .name-p {
    height: 60px;
}

.text-height {
    border: 3px solid #ed1921;
    padding: 15px;
    border-radius: 10px;
}

.form-inline {
    background: url(/upload/medialibrary/938/93856ba9a32a861be5f26409497658e1.jpg) no-repeat 50% / cover;
    width: 100%;
    padding: 30px;
    margin: 50px 0;
}

.form-inline .body-form {
    width: 100%;
    padding-left: 150px;
}

.form-inline p.title {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-inline p.info {
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.form-inline span#form_id_FID7 {
    background-color: rgb(226 45 36);
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.8s all;
}

.form-inline span#form_id_FID7:hover {
    background: #b3140c;
}

div#modalCities {
    opacity: 1;
}

a#wf-city {
    color: white;
    margin-top: 20px;
    font-size: 15px;
}


span.icon img {
    padding: 15px;
}

span.obr, .form-header, header .mail {
    display: block;
    text-align: center;
    cursor: pointer;
    color: black;
}

.metro ul.krug {
    column-count: 3;
}

.metro a {
    color: black;
}

.preimus-5 b {
    display: block;
    margin-bottom: 15px;
}

.block-vid p.title-p a {
    color: black;
    text-decoration: underline;
}

ul#horizontal-menu li:nth-child(3) ul, ul#horizontal-menu li:nth-child(4) ul, ul#horizontal-menu li:nth-child(5) ul {
    width: 450px;
    column-count: 2;
}

#horizontal-menu li:nth-child(3) ul li:nth-child(-n+11), #horizontal-menu li:nth-child(4) ul li:nth-child(-n+2), #horizontal-menu li:nth-child(5) ul li:nth-child(-n+8) {
    border-right: 1px solid rgb(217, 217, 217);
}

ul#horizontal-menu li:nth-child(4) ul li:nth-child(1) ul, ul#horizontal-menu li:nth-child(4) ul li:nth-child(3) ul {
    column-count: 1;
}

ul#horizontal-menu li:nth-child(4) ul li:nth-child(1) ul li {
    border-right: none;
}

ul#horizontal-menu li ul li ul, ul#horizontal-menu li:nth-child(4) ul li:nth-child(1) ul {
    position: relative;
    padding: 0px 10px;
    margin: 0px 5px;
    width: 100%;
    background: border-box;
}

ul li ul span.arrow {
    display: none;
}

.video-block {
    margin-bottom: 15px;
}

.skrit p {
    margin-bottom: 0px;
    position: absolute;
    top: 76%;
    left: 19%;
    font-size: 15px;
    font-weight: bold;
}

.skrit p:hover {
    text-decoration: underline;
}

.mail p {
    left: 10%;
}

.slider_main {
    position: absolute;
    z-index: 5;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

.slider_main p {
    font-size: 6vw;
    width: 47%;
    font-weight: bold;
    color: white;
    font-family: 'Kizo';
    line-height: 1;
}

a.carousel-control-prev {
    top: 85%;
    left: 45%;
}

.carousel-control-next {
    right: 45%;
    top: 85%;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, black, transparent);
    top: 0;
    left: 0;
}

ul#horizontal-menu ul li {
    border-bottom: none;
}

@font-face {
    font-family: Kizo;
    src: url('/fonts/Kizo.ttf');
}

.svet_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.svet_card {
    border: 1px solid rgb(221, 221, 221);
    width: 242px;
    margin: 5px 13px 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.svet_list a {
    color: black;
}

.two_line {
    padding-top: 16px;
    padding-bottom: 5px;
}

.one_line {
    padding-top: 20px;
    padding-bottom: 20px;
}

span.obr217 {
    background-color: rgb(226 45 36);
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 50px;
    display: inline-block;
    transition: 0.8s all;
    cursor: pointer;
    margin: 5px 0 7px;
}

.form-inline span#form_id_FID70:hover {
    background: #b3140c;
}

#alx_feed_back_FID70 .afbf_submit_block {
    text-align: center !important;
}

#alx_feed_back_FID7 .afbf_submit_block {
    text-align: center !important;
}

span.obr217:hover {
    background: #b3140c !important;
}

#horizontal-menu li:nth-child(4) ul li:nth-child(3) ul li {
    border-right: none;
}

.inline-page span#form_id_FID10, .inline-page span#form_id_FID1 {
    background: rgb(226 45 36);
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block;
    transition: 0.8s all;
}

.aksess {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.akses-item {
    width: 30%;
}

.akses-item img {
    border: 2px solid #e22d24;
}

.akses-item p.name {
    font-size: 22px;
    color: rgb(101, 101, 101);
    font-weight: bold;
    line-height: 1.292;
    text-align: center;
    margin-top: 25px;
    min-height: 55px;
}

.akses-item p.price {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.292;
    text-align: center;
}

.inline-page h2 a {
    color: black;
    text-decoration: underline;
}

.inline-page h2 a:hover {
    color: #e22d24;
}

.mobstendy .img {
    height: auto !important;
}

.schtender .img {
    height: auto !important;
    border: none !important;
    padding: 0px !important;
}

.info217 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    background-color: rgb(248, 248, 248);
    width: 247px;
    margin-top: -4px;
    height: 125px;
    border-top: none;
    margin-left: 4px;
    position: relative;
}

.info217 p.name-p {
    padding: 0px 4px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 100;
}

.info217 p.price-p {
    position: absolute;
    left: 6%;
    bottom: 5%;
    width: 100px;
    font-size: 18px;
    color: rgb(212, 36, 35);
    font-weight: bold;
}

.schtender span.knopla-product {
    padding: 5px 22px 5px 22px !important;
    position: absolute;
    bottom: 13%;
    right: 5%;
    border-radius: 20px !important;
}

.schtender .row.product-inline:before, .row.product-inline:after {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    background: none;
    border-radius: 50%;
    z-index: -1;
}


h2.aks {
    margin-top: 40px;
}

.standy .img {
    height: auto !important;
    border: none !important;
    padding: 0px !important;
}

.standy .info217 {
    width: 330px !important;
}


.standy span.knopla-product {
    padding: 5px 22px 5px 22px !important;
    position: absolute;
    bottom: 13%;
    right: 5%;
    border-radius: 20px !important;
}

.standy .row.product-inline:before, .row.product-inline:after {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    background: none;
    border-radius: 50%;
    z-index: -1;
}

.tag_list a {
    background-color: #e22d24;
    border-radius: 15px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
}

.tag_list a:hover {
    background: red;
}

.buklet .elements {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    background-color: rgb(248, 248, 248);
    padding: 10px;
}

.buklet .elements p.name {
    margin: 0px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.buklet .elements p.value {
    margin: 0;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.buklet p.title_buk, .reseption p.title_buk {
    margin: 0;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.buklet img.preview_picture {
    border-style: solid;
    border-width: 4px;
    border-color: rgb(235, 235, 235);
    background-color: rgb(255, 255, 255);
}

.buklet row, .reseption row {
    margin-left: 15px;
}

.buklet .card, .reseption .card {
    padding: 25px;
    margin: 25px 0px;
}

.buklet .container, .reseption .container {
    padding: 0;
}

p.cena217 {
    font-size: 24px;
    color: rgb(212, 36, 35);
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}

.cena_block {
    margin-top: 22px;
}

span.knopla-product.forma_buy {
    background-color: rgb(212, 36, 35);
    padding: 12px 38px;
    border-radius: 20px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
}

.knopka217 {
    margin-top: 10px;
    padding-left: 0;
}

.tag_list {
    margin-bottom: 20px;
}

.inline-page .card {
    padding: 25px;
    margin-top: 20px;
}

.tableprice table td.theader, .tableprice table tr.theader td {
    background: #f5f5f5 !important;
    font-weight: 600;
}

.tableprice table {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

table {
    border-collapse: collapse;
}

.tableprice table td {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
}

.tableprice p {
    margin: 5px;
    color: #2b303a;
}

.reseption .knopka217 {
    text-align: end;
}

.tableborder {
    width: 100%;
    box-sizing: border-box;
}

.tableborder td, .tableborder th {
    border: 1px solid #ccc !important;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: 5px;
}

.kak_h2_var {
    line-height: 1.2;
    margin-bottom: 40px;
}

.kak_h2_var a {
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: underline;
}

.kak_h2_var a:hover {
    color: #e22d24;
}

.title_buk a {
    color: rgb(0, 0, 0);
}

.crystal .info217 {
    width: auto;
    margin: auto;
    height: 175px;
}

.crystal .price-p {
    position: static !important;
    width: auto !important;
}

.crystal .img {
    height: auto !important;
}

p.price-i {
    text-align: center;
    font-size: 18px;
    color: rgb(212, 36, 35);
    font-weight: bold;
    margin-top: 20px;
}

.buklet a {
    text-decoration: underline;
    color: black;
}

.buklet a:hover {
    color: rgb(212 36 35);
}

.buklet a p:hover {
    color: rgb(212 36 35);
}

.row.body-footer img {
    width: 60%;
}

.framlate-block .crystal.product-inline {
    justify-content: center;
}

.framlate-block .info217 {
    width: 255px;
    height: auto;
}

p.info_text {
    padding-left: 14px;
    color: #d3d3d3;
}

.product-inline .col-sm-6 {
    margin-bottom: 35px;
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row.product-inline .img {
    height: 205px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    line-height: 180px;
    background: white;
    overflow: hidden;
}

.product-inline .name-p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}

.product-inline .name-p a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.flex_bykvi {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.flex_bykvi img {
    margin-bottom: 10px;
}

.block_price h2 {
    margin: 0;
}

.wrapper .active {
    color: #e22d24;
    border-bottom: 2px solid white;
    font-weight: bold;
}

.tab_item {
    display: none;
}

.tab_item:first-child {
    display: block;
}

.tabs span {
    background: white;
    border: 2px solid #e22d24;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 6px 15px 5px;
    font-size: 16px;
    cursor: pointer;
}

.tab_item {
    column-count: 3;
    margin-top: 2px;
    padding: 10px 15px;
    border: 2px solid #e22d24;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.tab_item li {
    list-style: none;
}

.wrapper {
    margin-bottom: 20px;
}

p.price_card {
    color: #e22d24;
    font-size: 19px;
    font-weight: bold;
}

.svet_list.flex_default {
    display: flex;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.agree p {
    font-size: 12px;
    line-height: 15px;
}

.agree p a {
    color: #323d85;
    text-decoration-line: underline;
    transition: all 0.3s ease;
}

.agree p a:hover {
    color: #ec1c24;
}

@media (max-width: 1500px) {

    ul#horizontal-menu li:nth-child(5) ul {
        column-count: 2;
        width: auto;
    }

    ul#horizontal-menu li:nth-child(6) ul {
        width: auto;
    }


}

@media (max-width: 1200px) {

    ul#horizontal-menu li:nth-child(5) ul {
        column-count: 1;
        width: auto;
    }

    #horizontal-menu li:nth-child(5) ul li:nth-child(-n+8) {
        border: none;
    }

    h1 {
        font-size: 35px;
    }

    .info217 p.price-p {
        left: 4%;
        font-size: 17px;
    }


    .header__row {
        gap: 50px;
    }

}

.navbar {
    display: none;
}

.closeIcon {
    display: none;
}

.header__mob {
    display: none;
}

.nav-about-mob {
    display: none;
}

.nav-contacts-mob {
    display: none;
}

@media (max-width: 991px) {

    .header__right {
        display: none;
    }

    .header__logo p {
        display: none;
    }

    .header__logo {
        max-width: 76px;
    }

    .navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background: #e91a21;
    }

    .header__row {
        justify-content: space-between;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .nav-about-mob {
        display: block;
        border-top: 1px solid #f0f0f0;
        margin-top: 10px;
        padding-top: 10px;
        box-sizing: border-box;
    }

    .nav-about-mob ul#horizontal-menu {
        padding: 0;
    }

    .nav-contacts-mob {
        display: block;
    }

    .nav-contact-mob {
        box-sizing: border-box;
        padding: 25px 15px;
        border-top: 1px solid #f0f0f0;
    }

    .nav-contact-mob:first-child {
        margin-top: 20px;
    }

    .nav-contact-mob-phone {
        display: flex;
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
        color: #3e3e3e;
    }

    .nav-contact-mob-email {
        display: block;
        margin-top: 15px;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #333;
    }

    .nav-contact-mob p {
        margin: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #3e3e3e;
    }

    .nav-contact-mob p strong {
        display: block;
        font-weight: 600;
    }

    header {
        padding: 0;
        box-sizing: border-box;
    }

    .header .container {
        max-width: 100%;
        padding: 0;
    }

    .buklet img.preview_picture {
        border-style: none;
    }

    .knopka217 {
        margin-top: 35px;
    }

    .info_buk {
        text-align: center;
    }

    .tag_list {
        text-align: center;
    }

    ul#horizontal-menu li:nth-child(4) ul li:nth-child(1) ul, ul#horizontal-menu li:nth-child(4) ul li:nth-child(3) ul {
        column-count: 1 !important;
    }

    .svet_list {
        justify-content: center;
    }

    ul#horizontal-menu li:nth-child(3) ul, ul#horizontal-menu li:nth-child(4) ul, ul#horizontal-menu li:nth-child(5) ul {
        column-count: 1 !important;
        width: 100%;
    }

    .header__mob {
        display: flex;
    }

    .header__mob-social {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        box-sizing: border-box;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    .header__mob-phone {
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header {
        padding: 0;
        box-sizing: border-box;
        position: relative;
        z-index: 5555;
        background: #fff;
    }

    nav.flexmenu {
        background: white;
        position: fixed;
        z-index: 555;
        width: 100%;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        top: 0;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    #horizontal-menu a {
        font-size: 16px;
        color: #535763;
    }

    #horizontal-menu a.root-item-selected {
        color: #ee1b24 !important;
    }

    .row.uslugi-home .usluga:first-child, .row.uslugi-home .usluga:last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .form-inline .body-form {
        padding-left: 0;
    }

    .hidden-md {
        display: none;
    }

    .form-calc .title br {
        display: none;
    }

    .form-calc .title {
        display: block;
    }

    .form-calc .flex {
        margin-bottom: 15px;
        display: block;
    }

    .row.uslugi-home .usluga:first-child .back, .row.uslugi-home .usluga:last-child .back {
        display: flex;
    }

    .row.uslugi-home .usluga:first-child p.name a, .row.uslugi-home .usluga:last-child p.name a {
        font-size: 22px;
    }

    .row.uslugi-home .usluga:first-child img, .row.uslugi-home .usluga:last-child img {
        position: static;
        transform: none;
        height: auto;
        width: auto;
    }

    .row.uslugi-home .usluga:first-child .bth-link, .row.uslugi-home .usluga:last-child .bth-link {
        opacity: 0;
        visibility: hidden;
        bottom: 20px;
    }

    p.name {
        position: relative;
        padding-top: 18px;
        max-width: 100%;
    }

    .obr-zv {
        display: none;
    }

    p.rezim {
        display: none;
    }

    .planka_top p, .top a {
        font-size: 14px;
    }

    .top li {
        margin-left: 20px;
    }

    span.menu267 {
        display: block;
    }

    nav.flexmenu {
        display: none;
    }

    .etapi-inline .col-md-3:before {
        content: none;
    }

    .col-sm-8.col-md-6.col-lg-7.skrit {
        display: none;
    }

    .search.phone {
        padding-right: 80px;
    }
}

@media (max-width: 767px) {

    .tab_item {
        column-count: 2;
    }

    .forma_buy {
        text-align: center;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 4%;
    }

    a.carousel-control-prev {
        top: 75%;
    }

    .carousel-control-next {
        top: 75%;
    }

    .port217 p {
        width: 100%;
    }

    .ul-3, .ul-2 {
        column-count: 1;
    }

    .forma-contact .container {
        border-radius: 10px;
    }

    .row.product-inline:before, .row.product-inline:after {
        content: none;
    }

    .product-link .flex {
        display: flex;
    }

    .preim-2 .flex p {
        padding-left: 0;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .preim-2 .flex div {
        width: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .ptb-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .block-vid p.title-p {
        margin-top: 20px;
    }

    .card-3 {
        padding: 10px 0 30px;
    }

    .block-vid:before {
        content: none;
    }

    .block-vid img {
        display: block;
        width: 100%;
    }

    .row.preimushestva-inline:before, .row.preimushestva-inline:after {
        content: none;
    }

    .fon-zvonok span#form_id_FID1 {
        font-size: 18px;
        padding: 10px 30px 10px 30px;
        margin-top: 15px;
    }

    .fon-zvonok .title-form {
        font-size: 25px;
        padding-top: 20px;
    }

    .fon-zvonok {
        padding: 40px 0 40px;
        margin-top: 0px;
    }

    .col-sm-4.col-xl-5.search {
        display: none;
    }

    .flex label.main-user-consent-request {
        width: 100%;
        margin-top: 30px;
    }

    .flex {
        display: block;
    }

    .flex .afbf_submit_block {
        width: 100%;
    }

    .shema .container {
        background: none;
    }

    .strelka-tch {
        display: none;
    }

    .shema .col-sm-6.col-md-3.hidden {
        display: none;
    }

    div#title-search {
        padding: 30px 0;
        width: 100%;
    }

    .body-footer {
        padding: 40px 0;
        text-align: center;
    }

    .planka_top p {
        text-align: center;
    }

    .row.uslugi-home .usluga, .row.uslugi-home .usluga:first-child, .row.uslugi-home .usluga:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .back {
        height: auto;
        display: block !important;
    }

    .back:hover {
        padding-bottom: 30px;
    }

    .row.uslugi-home a.bth-link {
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-block;
        position: static;
        bottom: -100%;
        font-size: 18px;
    }

    p.name a, .row.uslugi-home .usluga:first-child p.name a, .row.uslugi-home .usluga:last-child p.name a {
        font-size: 18px;
    }

    h1, .kak_h2, .inline-page h2 {
        font-size: 28px;
    }

    .shema .container {
        padding: 40px 15px;
    }

    .shema .col-sm-6 {
        margin-bottom: 25px;
        text-align: center;
    }

    .shema .kak_h2 {
        margin-bottom: 40px;
    }

    .clienti .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .form-calc input[type="number"], .form-calc select {
        width: 100%;
    }

    .form-calc input[type="number"] {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .top li {
        list-style: none;
        position: relative;
        padding: 10px 0px !important;
        border-bottom: 1px solid #e8e8e8;
        display: block;
        margin: 0;
    }

    .top a {
        font-size: 15px;
        color: rgb(0 0 0) !important;
    }
}

@media (max-width: 580px) {

    .crystal .info217 {
        width: 100%;
        height: auto;
    }

    #horizontal-menu li:nth-child(3) ul li:nth-child(-n+11), #horizontal-menu li:nth-child(4) ul li:nth-child(1), ul#horizontal-menu li:nth-child(5) ul {
        border-right: none;
    }

    ul#horizontal-menu li:nth-child(5) ul {
        width: 100%;
    }

    ul#horizontal-menu li:nth-child(5) ul li {
        border-right: none !important;
    }


    .port217 h2 {
        margin-top: 0px;
    }

    .background-block .row {
        margin-top: 20px;
    }

    .product-inline .col-sm-6 {
        margin-bottom: 35px;
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-inline .name-p {
        font-size: 15px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 15px;
        margin-top: 20px;
        width: 100%;

    .row.product-inline {
        display: block;
    }

    .product-inline img {
        width: 100%;
    }

    .row.product-inline .img {
        height: 205px;
        border-radius: 5px;
        border: 1px solid #e8e8e8;
        padding: 10px;
        line-height: 180px;
        background: white;
        overflow: hidden;
    }
}

@media (max-width: 580px) {

    .tab_item {
        column-count: 1;
    }

    .info217 p.price-p {
        position: static;
        width: auto;
    }

    .schtender span.knopla-product {
        position: static;
        width: auto;
    }

    .standy span.knopla-product {
        position: static;
        width: auto;
    }

    .info217 {
        width: 96.4%;
        margin-top: -27px;
        margin-left: 8px;
        padding-bottom: 35px;
        height: auto;
    }

    .standy .info217 {
        width: 96.4% !important;
    }

    .info217 p.name-p {
        padding: 20px 16px;
        margin-bottom: 0px;
    }

    .slider_main p {
        width: 60%;
    }

    ul#horizontal-menu li:nth-child(3) ul, ul#horizontal-menu li:nth-child(4) ul, ul#horizontal-menu li:nth-child(5) ul {
        column-count: 1 !important;
    }

    .otziv a.bth {
        padding: 15px 30px;
        margin-top: 20px;
    }

    .product-link .flex {
        display: block;
        text-align: center;
    }

    .company, .preimushestva, .video, .clienti, .background-block {
        padding: 50px 0;
    }

    .row.planka_bottom p {
        text-align: center;
    }

    .preimushestva .col-sm-6.col-md-4 {
        margin-bottom: 20px;
    }

    .preimushestva p {
        text-align: center;
    }

    .phone {
        width: 75%;
        width: 75%;
        background: none;
        padding: 0 15px;
    }

    p {
        font-size: 16px;
    }

    .company {
        padding: 30px 0;
    }

    .phone a {
        font-size: 15px;
    }

    .logo {
        width: 25%;
    }

    h1, .kak_h2, .inline-page h2 {
        font-size: 24px;
    }
}