* {
    padding: 0px;
    margin: 0px;
    font-family: My;
    text-decoration: none;
    list-style-type: none;
}

@font-face {
    font-family: My;
    /* Имя шрифта */
    src: url(fonts/OpenSans-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: bold;
    /* Имя шрифта */
    src: url(fonts/Ope* {
    padding: 0px;
    margin: 0px;
    font-family: My;
    text-decoration: none;
    list-style-type: none;
}

@font-face {
    font-family: My;
    /* Имя шрифта */
    src: url(fonts/OpenSans-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: bold;
    /* Имя шрифта */
    src: url(fonts/OpenSans-Bold.ttf);
    /* Путь к файлу со шрифтом */
}

body{
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
}

.header {
    width: 100%;
    /*background: rgba(57, 58, 70, 0.8);*/
    background: #464a4c;
    z-index: 9999;
    margin: 0px auto;
    position: relative;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
}

.header>.row {
    padding: 10px 0;
    margin: 0;
}

/*.hdr_1{
float: left;
height: 100%;
}*/
.hdr_1 img {
    margin: 10px 0px;
}

.hdr_2 font {
    font-size: 12px;
    color: #bbbbbb;
    white-space: nowrap;
    text-transform: uppercase;
}

.hdr_3 table {
    width: 100%;
}

.hdr_3 table td {
    vertical-align: middle;
    text-align: center;
}

.hdr_3 font {
    font-size: 24px;
    color: #fff;
}

.hdr_4 font {
    font-size: 15px;
    color: #fff;
}

#top_nav {
    clear: both;
    width: 100%;
}

.active {
    color: #7ddafb;
}

.search {
    float: right;
    margin: 8px 3% 0px 0px;
}

.search input {
    border-radius: 25px;
    border: inset 0px black;
    outline: none;
    background: #eee url("images/search.png") no-repeat;
    background-position: 4px 5px;
    padding: 2px 25px;
    width: 200px;
}

.slider {
    width: 100%;
    /*position: relative;*/
    z-index: 5;
    top: -135px;
    min-height: 289px;
}

@media screen and (max-width: 1024px) {
    .slider {
        width: 100%;
        /*position: relative;*/
        z-index: 5;
        top: 0px;
        min-height: 289px;
    }
}

.main_content {
    width: 100%;
    /* min-width: 1024px; */
    /* float: left; */
    background: url("images/pattern.jpg");
    min-height: 300px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: -135px;
}

.pattern {
    /* float: left; */
    top: -150px;
    /* width: 100%; */
    min-height: 300px;
    position: relative;
    z-index: 999;
    /* left: 15px; */
}

.trip {
    width: 0;
    height: 0;
    /* float: left; */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #7ddafb;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.mask {
    opacity: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: top 0.4s ease-in-out;
    margin-top: -202px;
    position: absolute;
    max-width: 100%;
    height: 202px;
}

.pos_1 {
    margin: 0 0 40px;
    /*height: 340px;*/
    padding: 0 25px;
}

.pos_1>a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    padding-bottom: 30px;
    background-color: #fff;
}

.pos_1:hover font {
    color: #7ddafb;
}

.pos_1:hover .mask {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.block1 {
    width: 100%;
    height: 10px;
    background: #7ddafb;
}

.block2 {
    /* width: 100%; */
    /* float: left; */
    padding: 20px 5px;
    background: #fff;
    color: black;
    border-bottom: 1px solid #eee;
    height: 85px;
    text-align: center;
}

.block2 font {
    /* margin: 0px 0px 0px 60px; */
    font-size: 14px;
    /* width: 133px; */
    /* float: left; */
    font-weight: bold;
    text-align: center;
}

.block3 {
    /* width: 100%; */
    /* float: left; */
    background: #fff;
}

.block3 img {
    margin: 0px auto;
    /* width: 196px; */
    max-height: 196px;
    display: block;
    max-width: 100%;
}

.pattern_wrapper {
    /* max-width: 900px; */
    min-height: 300px;
    /* margin: 0 auto; */
}

.footer {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin: 0px auto;
}

.f_pos_1 {
    float: left;
    margin: 30px 0px 0px 0px;
    width: 250px;
}

.f_pos_1 font {
    color: #aaa;
    font-size: 13px;
    margin: 0;
}

.f_pos_2 {
    float: left;
    font-size: 14px;
    margin: 40px 0px 0px 60px;
    width: 195px;
}

.f_pos_3 {
    /*float: right;
width: 450px;*/
    margin: 40px 0px 0px 0px;
}

.f_pos_3 ul li {
    display: inline-block;
    float: left;
    width: 200px;
    margin: 15px 0px 0px 20px;
    border-bottom: 1px dotted #ccc;
}

.f_pos_3 ul li a {
    color: black;
}

.f_pos_3 ul li a:hover {
    color: #7ddafb;
}

.content {
    width: 100%;
    padding: 0px 20px 30px 20px;
}

.page-content {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}

.title_content {
    margin: 20px 0px 0px 0px;
    font-family: bold;
    font-size: 34px;
    color: #444;
}

.content p {
    font-size: 13px;
    margin: 15px 0px;
    color: #111;
}

.gallery_about {
    width: 100%;
    float: left;
}

.gallery_about img {
    width: 250px;
    float: left;
    margin: 20px 0px 10px 50px;
    height: 200px;
    border: 1px solid #ccc;
}

.all_news a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: My;
}

.all_news a:hover {
    color: #7ddafb;
    text-decoration: underline;
}

.news {
    float: left;
    width: 100%;
}

.pos_news {
    float: left;
    width: 100%;
    min-height: 200px;
    background: #eee;
    margin: 30px 0px;
}

.left_news {
    float: left;
    width: 55%;
}

.right_news {
    float: right;
    width: 25%;
}

.date {
    width: 70px;
    height: 20px;
    background: #7ddafb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 40px;
    padding: 0px 10px 0px 10px;
}

.title_news {
    float: left;
    margin: 20px 0px 10px 40px;
}

.title_news a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.text_news {
    float: left;
    font-size: 15px;
    margin: 0px 0px 0px 40px;
}

.thumbl_news {
    float: right;
}

.thumbl_news img {
    float: right;
    width: 100%;
    max-height: 150px;
    background: #fff;
    margin: 25px 10% 25px 0px;
}

.left_content_news {
    max-width: 80%;
    min-height: 300px;
    float: left;
    background: #eee;
    margin: 30px 0px;
}

.top_news {
    width: 96%;
    height: 300px;
    float: left;
    margin: 10px 20px
}

.left_top_news img {
    float: left;
    width: 50%;
    height: 300px;
    background: #fff;
    border: 1px solid #ddd;
}

.right_top_news {
    float: right;
    width: 40%;
    height: 100%;
}

.date_intro {
    width: 70px;
    height: 20px;
    background: #7ddafb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

.title_news_intro {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin: 20px 0px;
    width: 100%;
}

.title_news_intro_2 {
    font-size: 13px;
    font-weight: bold;
    float: left;
    width: 80%;
}

.bottom_news {
    width: 95%;
    float: left;
    min-height: 100px;
}

.text {
    width: 95%;
    float: left;
    min-height: 100px;
    margin: 0px 0px 0px 20px;
}

.right_content_news {
    max-width: 20%;
    min-height: 300px;
    float: right;
    margin: 30px 0px;
}

.last_news {
    float: right;
    background: #7ddafb;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    width: 190px;
}

.last_news_pos {
    float: right;
    background: #fff;
    padding: 5px;
    max-width: 200px;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    margin: 10px 0px 0px 0px;
}

.last_title {
    margin: 5px 5px 0px 5px;
}

.last_title a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.last_date {
    color: #7ddafb;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 5px;
}

.last_news_pos p {
    margin: 10px 5px;
    font-size: 13px;
    color: #666;
}

.slider img {
    width: 100%;
}

.sert {
    max-width: 1280px;
    margin: 10px auto;
}

.pos_sert {
    width: 45%;
    float: left;
    margin: 15px 0px 60px 30px;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    max-height: 340px;
}

.thumbl_sert {
    width: 45%;
    float: left;
}

.thumbl_sert img {
    max-width: 200px;
    max-height: 280px;
    margin: 25px 5px 25px 30px;
    float: left;
}

.text_sert {
    width: 45%;
    float: right;
}

.title_sert {
    width: 75%;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
    color: #444653;
}

.content_sert {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}

.content_sert p {
    color: #aaa;
    max-height: 130px;
    overflow: hidden;
}

.contacts {
    width: 100%;
    height: 500px;
    margin: 25px auto;
    float: left;
}

.block_contacts {
    max-width: 350px;
    min-height: 380px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    position: absolute;
    margin: 60px 0px 0px 60px;
}

.adress {
    float: left;
    width: 100%;
    -moz-box-shadow: 0px 8px 20px -3px #eee;
    -webkit-box-shadow: 0px 8px 20px -3px #eee;
    box-shadow: 0px 8px 20px -3px #eee;
}

.adress p {
    float: left;
    margin: 20px 0px 10px 30px;
    font-size: 15px;
}

.adress p b {
    font-weight: bold;
    font-size: 16px;
}

.phone {
    float: left;
    width: 100%;
    -moz-box-shadow: 0px 8px 20px -3px #eee;
    -webkit-box-shadow: 0px 8px 20px -3px #eee;
    box-shadow: 0px 8px 20px -3px #eee;
    margin: 15px 0px;
}

.phone p {
    float: left;
    margin: 20px 0px 10px 30px;
    font-size: 15px;
}

.phone p b {
    font-weight: bold;
    font-size: 16px;
}

.dop_inf {
    float: left;
    width: 100%;
}

.dop_inf p {
    float: left;
    margin: 0px 0px 10px 30px;
    font-size: 15px;
}

.dop_inf p b {
    font-weight: bold;
    font-size: 16px;
}

.lft_opis {
    width: 100%;
    float: left;
    -moz-box-shadow: -7px 30px 7px -15px #eee;
    -webkit-box-shadow: -7px 30px 7px -15px #eee;
    box-shadow: -7px 30px 7px -15px #eee;
    margin: 30px 0px;
}

.thumbl_product {
    /* float: left; */
    /* width: 55%; */
    min-height: 300px;
}

.thumbl_product img {
    margin: 30px 0px 30px 10px;
}

.opis_prod {
    /* width: 35%; */
    /* float: left; */
    min-height: 300px;
    /*margin-left: 40px;*/
}

.opis_prod p,
.opis_prod ul li {
    color: #aaa;
    font-size: 13px;
}

.title_opis {
    font-size: 18px;
    font-weight: bold;
}

.ris {
    width: 100%;
    float: left;
    margin-top: 30px;
    -moz-box-shadow: -7px 30px 7px -15px #eee;
    -webkit-box-shadow: -7px 30px 7px -15px #eee;
    box-shadow: -7px 30px 7px -15px #eee;
    padding-bottom: 40px;
}

.thumbl_ris img {
    width: 200px;
    height: 150px;
    float: left;
    margin: 30px 0px 0px 30px;
}

.thumbl_ris img:hover {
    width: 200px;
    height: 150px;
    box-sizing: border-box;
    outline: 100px solid rgba(125, 218, 251, 0.3);
    outline-offset: -100px;
}

.mask_ris:hover {
    opacity: 1;
    background: rgba(125, 218, 251, 0.6);
}

.table {
    width: 100%;
    max-width: calc(100vw - 30px);
    float: left;
    margin: 40px 0px;
}

.table strong {
    font-size: 16px;
}

.content table {
    width: 100%;
    float: left;
    margin: 40px 0px;
    border-spacing: 0px;
    padding: 0px;
    max-width: 100%;
    overflow: auto;
    display: block;
    border: none;
}

.content table tr td {
    border: 1px solid black;
    text-align: center;
}

.title_prod_etc {
    width: 100%;
    /* float: left; */
    background: #cbcbcb;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

.title_prod_etc span {
    /* margin: 5px 0px 5px 15px; */
    /* float: left; */
}

.pos_prod_etc {
    /* width: 45%; */
    min-height: 220px;
    /* float: left; */
    margin: 20px 0px;
}

.thumbl_etc {
    width: 100%;
    padding-left: 10px;
}

.thumbl_etc img {
    width: 100%;
    min-height: 100px;
    height: auto;
}

.title_etc {
    width: 100%;
    float: left;
    text-decoration: underline;
    color: #000;
    padding-left: 10px;
    margin-right: 5px;
    text-align: center;
}

.pos_prod_etc:hover .title_etc {
    color: #7ddafb;
}

/*.content_width{
width: 1010px;
margin: 0px auto;
}*/

.type_prod {
    /* width: 25%; */
    /* float: left; */
    /* padding: 10px; */
    /* box-sizing: border-box; */
    /*height: 320px;*/
    /* position: relative; */
}

.type_prod a:hover {
    text-decoration: underline;
}

.type_prod .title {
    color: #333;
    font-size: 14px;
}

.clr {
    clear: both;
}

.type_prod:hover:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 4px solid #f00;
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

.type_prod:hover:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 4px solid #f00;
    bottom: 0;
    right: 0;
    border-width: 0 4px 4px 0;
}

.type_prod .img-thumbnail {
    border: none;
}

.h-text {
    clear: both;
    padding: 20px 0;
}

.h-text-content {
    padding: 20px;
    background: #fff;
    /*border-radius: 20px;*/

}

table.krany {
    border-collapse: collapse;
    border: none;
    text-align: center;
}

table.krany td {
    padding: 10px;
    border: none;
}

#strela {
    position: absolute;
    right: 30px;
    bottom: -50px;
    width: 50px;
    height: 45px;
    background: #337ab7;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    z-index: 999;
    border-width: 4px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 1s;
}

#strela.active {
    bottom: 110px;
}

.hidden {
    display: none;
}

.button,
input[type='submit'] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
}

#zayavka-wrapp {
    left: 50%;
    bottom: 0;
    width: 320px;
    box-shadow: 0 0 5px #999;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    position: fixed;
    height: 40px;
    transition: all 0.23s;
    background: #fff;
    margin-left: -160px;
    z-index: 999;
}

#zayavka {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

#zayavka-wrapp.active {
    height: auto;
    transition: all 0.23s;
    z-index: 99910;
}

#zayavka-wrapp.active>div {
    display: block;
}

@media all and (max-width: 540px) {
    #strela {
        right: 10px;
    }

    #zayavka-wrapp {
        width: 180px;
        height: auto;
        border-radius: 0 10px 0 0;
        left: 0;
        margin: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    #zayavka {
        white-space: normal;
        border-radius: 0 8px 0 0;
    }

    #zayavka-wrapp.active #zayavka {
        border-radius: 0 5px 5px 0;
    }

    #zayavka-wrapp.active {
        width: 320px;
        bottom: 0;
        border-radius: 0 10px 0 0;
        padding: 10px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.popup-t {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    max-width: calc(100vw - 30px);
}
.popup-t textarea,
.popup-t input{
    width: 100%;
}
.popup-t.active {
    display: block;
}

.button.title {
    width: 100%;
    box-sizing: border-box;
}

form p {
    color: #000;
    margin-bottom: 10px;
}

form input,
form textarea {
    padding: 4px 10px;
}

.hdr_3>.button {
    margin-top: 7px;
    margin-left: 50px;
}

#k-type {
    padding: 30px 0;
}

#k-type .tags {
    padding: 4px 7px;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
    background: #0c94f7;
    color: #fff;
}

#k-type p.title_content {
    font-size: 24px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #featured {
        display: none;
    }

    div.slider-nav {
        display: none !important;
    }

    .scroll_table {
        overflow: auto;
    }

    .pos_sert {
        width: 100%;
        margin-left: 0;

    }

    .pos_sert .text_sert .title_sert {
        font-size: 18px;
    }

    .pos_sert .thumbl_sert img {
        margin: 20px 10px;
    }
}

p.price {
    font-size: 18px;
    color: #000;
}

.adress_text {
    text-decoration: underline;
    font-weight: 700;
}

.type_prod table {
    margin: 10px 0;
}

.pattern-center {
    min-width: 100px;
}

#k-desk img {
    max-width: 100%;
}

.right_prod {
    margin: 0;
}

.navbar {
    padding: 0;
    min-height: 46px;
}

.navbar input {
    padding: 5px 5px 5px 25px;
    margin: 0 10px;
    line-height: 25px;
    height: 25px;
    border-radius: 10px;
    background: #eee url(images/search.png) no-repeat;
    background-position: 4px 5px;
    border: 1px solid #999;
    width: 150px;
}

.navbar #ajaxSearch_form {
    margin-top: 6px;
}

.navbar-light .navbar-nav>li>a {
    color: #000;
    padding: 9px 15px;
    display: block;
}

/**/

.navbar-light .navbar-nav ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #00000026;
    border-radius: .25rem;
    width: 100%;
    column-count: 3;
    background: #393a46cc;
    color: #fff;
}

.navbar-light .navbar-nav ul.dropdown-menu li {
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
}

.navbar-light .navbar-nav ul.dropdown-menu a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
    padding-left: 0;
    width: 100%;
    display: block;
}

.navbar-light .navbar-nav .dropdown>a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #0000;
    border-left: .3em solid #0000;
}

.navbar-light .navbar-nav .dropdown {
    position: initial;
}

.navbar a {
    font: 13px 'My';
    color: #000;
}

.dropdown-menu.depth_0 {
    width: 100%;
    column-count: 3;
    background: rgba(57, 58, 70, 0.8);
    color: #fff;
}

.navbar-light .navbar-toggler {
    margin-top: 3px;
}

.navbar-brand {
    margin: 0 10px;
    line-height: 40px;
    text-align: right;
    margin-right: 80px;
}

@media (max-width:991px) {
    .dropdown-menu.depth_0 {
        column-count: 1;
        background: none;

    }

    .navbar.navbar-light form {
        margin-bottom: 15px;
    }

    .navbar-toggleable-md .navbar-nav ul.dropdown-menu {
        position: static;
        float: none;
        columns: 1;
        background: none;
    }

    .navbar-toggleable-md .navbar-nav ul.dropdown-menu li a {
        color: #333;
        padding: 0;
        border: none;
    }
}

@media all and (min-width:992px) {
    .navbar-light .navbar-nav .dropdown-item {
        color: #fff;
    }

    .dropdown-menu.depth_0 a.dropdown-item {
        border-bottom: 1px dotted #fff;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .dropdown-menu.depth_0 a.dropdown-item:hover {
        color: #00e0fe;
    }

    .dropdown-menu.depth_0 .dropdown-item:hover {
        background: none;
    }

    .navbar-brand {
        display: none;
    }
}

.bread_crumb {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding: 5px;
    clear: both;
    background: #f8f8f8;
}

.bread_crumb:after {
    content: "";
    clear: both;
    display: table;
}

.bread_crumb li {
    font-size: 12px;
    color: rgb(180, 180, 180);
    float: left;
    /*margin-right:1em;*/
    list-style: none outside none;
}

.bread_crumb li:after {
    content: '>';
    padding-left: 10px;
    margin-right: 10px;
}

.bread_crumb li:last-child:after {
    content: '';
}

.bread_crumb li a {
    color: rgb(120, 120, 120);
}

.bread_crumb li.current {}

.home-preim .preim{
  margin-bottom: 0;
}
.home-partners{
  padding: 40px 0;
  background: #fff;
}
.home-partners h2{
  margin-bottom: 20px;
}
.home-sertificates{
  padding: 40px 0;
  background: #f2f2f2;
}
.home-content{
  background-color: #fff;
}
#pertnery img {
    max-width: 100%;
}

#pertnery>div {
    margin-bottom: 30px;
}

#pertnery>div>a {
    border: 1px solid #999;
    padding: 10px;
    display: block;
    height: 100%;
}

#pertnery .caption {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
}

/**/
.content_width {
    padding: 30px 0;
}

.content_width img {
    max-width: 100%;
}

.news-content {
    padding: 30px 0;
}

#fos .screen-reader-response {
    color: #333;
    font-size: 24px;
}

.breadcrumb {
    background: none;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li {
    white-space: normal;
    padding: 0 10px 0 0;
    color: #333;
}

.breadcrumb li a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb li:after {
    content: "/";
    margin-left: 10px;
}

.breadcrumb li:last-of-type:after {
    content: "";
}

.top-phone a {
    color: #3aa2ba;
}

.worck-time {
    color: #bbb;
    font-size: 14px;
    margin: 11px 0 0;
}

.top-mail {
    margin-right: 10px;
    color: #bbb;
}

@media (max-width: 1199px) {
    .top-mail {
        display: inline-block;
        margin-bottom: 10px;
    }
}

body.page_1 #bread {
    display: none;
}

.text_down ul {
    padding-left: 40px;
}

.text_down ul li {
    list-style: disc;
}

#company_page h2 {
    line-height: 3em;
}

#company_page img {
    margin: 10px 0;
}

#k-models form input {
    line-height: 30px;
    padding: 0 10px;
}

#k-models form button {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

#filter_block #k_du {
    display: flex;
    flex-wrap: wrap;
}

#filter_block #k_du .type_prod {
    padding-bottom: 10px;
}

#filter_block #k_du .type_prod p {
    margin-bottom: 10px;
}

#filter_block #k_du .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

#filter_block #k_du .price {
    font-size: 16px;
}

#filter_block #k_du .item_props p {
    font-size: 14px;
    margin-bottom: .5em;
}

.sert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.sert li {
    list-style: none;
    padding: 10px 5px;
}

.sert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.sert-list__item {
    width: 200px;
    padding: 10px;
    text-align: center;
}

.sert-list__item img{
  max-width: 100%;
}
@media(max-width: 410px){

    .sert-list__item{
        width: 50%;
        margin-bottom: 20px;
    }
}
.sert-list__img{
  margin-bottom: 15px;
}

.sert-list__title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

#navbarNav {
    justify-content: space-between;
}

#ajaxSearch_form {
    flex-grow: 1;
    padding: 0 10px;
    margin: 0;
}

#ajaxSearch_input {
    width: 100%;
    margin: 0;
}

.marquiz-widget iframe {
    max-width: 80vw;
}

/**/

.faq>h3 {
    margin-bottom: 30px;
}

.faq__list {
    padding: 0;
    list-style: none;
}

.faq__item {
    padding: 20px;
    border-bottom: 1px dashed #fff;
    background: #3aa2ba;
    line-height: 1.5em;
    color: #fff;
}

.faq__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq__title:after {
    content: "+";
    width: 30px;
    height: 30px;
    font-size: 32px;
    line-height: 30px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-content: center;
}

.faq__text {
    display: none;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
}

.faq__item.active {
    background: #f3f3f3;
    color: #000;
}

.faq__item.active .faq__text {
    display: block;
}

.faq__item.active .faq__title:after {
    content: "--";
}

/* preim  */
.preim {
    clear: both;
    position: relative;
    z-index: 9;
    padding: 30px 0;
    margin-bottom: 30px;
}

.preim:after {
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: calc(100vw - 20px);
    left: 50%;
    margin-left: calc((100vw - 20px) / 2 * -1);
    background-image: url(images/preim_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5F4F4;
}

.preim__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 30px 0;
}

.preim__item {
    padding: 44px 50px 50px;
    margin-bottom: 30px;
    background: #4EAAEE;
    background-repeat: no-repeat;
    border-radius: 10px;
    font: 400 16px/19px "Open sans", sans-serif;
    text-align: center;
    color: #fff;
}

.preim-w30 {
    padding-top: 180px;
    min-width: 240px;
    background-position: center 36px;
    background-size: auto 120px;
    width: calc(100% / 3 - 25px);
}

.preim-w50 {
    display: flex;
    align-items: center;
    min-width: 320px;
    min-height: 180px;
    padding: 46px 46px 46px 165px;
    background-position: 36px center;
    background-size: auto 82px;
    width: calc(100% / 2 - 15px);
}

.preim__img_1 {
    background-image: url(images/preim_va1.svg);
}

.preim__img_2 {
    background-image: url(images/preim_va2.png);
}

.preim__img_3 {
    background-image: url(images/preim_va3.svg);
}

.preim__img_4 {
    background-image: url(images/preim_va4.svg);
}

.preim__img_5 {
    background-image: url(images/preim_va5.svg);
}

.preim__btn {
   display: block;
    margin-left: 50%;
    transform: none;
    background: #0080DE;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin: 0 auto;
	max-width: 300px;
}

.preim__title {
    margin: 0;
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.5em;
    font-weight: 700;
}
.home-preim .preim__title{
  text-align: center;
}
/*product*/
.preim.is-product {
    color: #444;
}

.preim.is-product:after {
    background-image: none;
}

.preim.is-product .preim__item,
.preim.is-product .preim__item.preim-w50 {
    display: block;
    width: 215px;
    padding: 61px 20px 20px;
    margin-bottom: 0;
    min-width: 180px;
    min-height: initial;
    background-position: center top;
    background-color: transparent;
    background-size: auto 41px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #444;

}

.preim.is-product .preim__img_1 {
    background-image: url(images/preim_va_product1.svg);
}

.preim.is-product .preim__img_2 {
    background-image: url(images/preim_va_product2.png);
}

.preim.is-product .preim__img_3 {
    background-image: url(images/preim_va_product3.svg);
}

.preim.is-product .preim__img_4 {
    background-image: url(images/preim_va_product4.svg);
}

.preim.is-product .preim__img_5 {
    background-image: url(images/preim_va_product5.svg);
}

@media (max-width: 480px) {

    .preim.is-product .preim__item,
    .preim.is-product .preim__item.preim-w50 {
        width: 50%;
        min-width: initial;
    }
}

@media (max-width: 1024px) {
    .preim.is-product .preim__list {
        justify-content: center;
    }

    .preim-w30 {
        width: calc(50% - 30px);
    }

    .preim-w50 {
        width: 100%;
        padding-right: 30px;
        padding-left: 130px;
    }

    .preim-w50 {
        min-width: initial;
    }

    .preim-w50.preim-w50_first {
        padding: 180px 50px 50px;
        width: calc(50% - 30px);
        min-width: 240px;
        background-position: center 36px;
        background-size: auto 120px;
    }

}

@media (max-width: 767px) {

    .preim-w50.preim-w50_first,
    .preim-w30 {
        display: block;
        padding: 75px 17px 17px;
        margin-bottom: 14px;
        min-width: initial;
        width: calc(50% - 8px);
        background-size: auto 44px;
        background-position: center 17px;
        font-size: 12px;
        line-height: 14px;
    }

    .preim-w50.preim-w50_last {
        min-height: auto;
        background-position: center 17px;
        background-size: auto 51px;
        padding: 70px 17px 17px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        flex-direction: column;
    }
}

.soc-vk {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

.tns-outer{
  position: relative;
}


.partners-slider__nav button{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  display: block;
  width: 40px;
  height: 50px;
  background-color: #999;
  border: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.partners-slider__nav button:after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-60%) translateY(-50%) rotate(45deg);
}
.partners-slider__nav button.nav__prev:after{
  transform: translateX(-30%) translateY(-50%) rotate(225deg);
}
.partners-slider__nav button.nav__next{
  right: 0;
  left: auto;
}

.home-working{
  padding: 40px 0;
  background: #fff;
}
.home-working h2{
  margin-bottom: 20px;
}
.home-working p.row a>img{
  max-width: 100%;
}
.form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    background: #337ab7;
    border-radius: 5px;
}
#fos .wpcf7{
    padding-top: 30px;
}
@media(max-width: 440px){
    .right_prod .thumbl{
        text-align: center;
    }
    .footer .f_pos_1{
        width: 50%;
    }
    .footer .f_pos_1 img{
        width: 100%;
    }
    .footer .f_pos_2{
        padding-left: 15px;
        margin: 30px 0 0;
        width: 50%;
    }
    .type_prod_etc .thumbl{
        text-align: center;
    }
    #k-desk .fancybox.image:not(:last-child){
        display: block;
        text-align: center;
        width: 50%;
        float: left;
    }
    .table {
        font-size: 14px;
    }
    #map.contacts{
        float: none;
        margin-bottom: 40px;
        height: auto;
    }
    .block_contacts{
        position: initial;
        margin: 0;
        margin-bottom: 30px;
        height: auto;
    }
    .block_contacts:after{
        clear: both;
    }
    .block_contacts div{
        background: #fff;
    }

  .marquiz-widget .marquiz-widget__container {
    max-width: calc(100vw - 40px);
    overflow: hidden;
  }
}nSans-Bold.ttf);
    /* Путь к файлу со шрифтом */
}

body{
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
}

.header {
    width: 100%;
    /*background: rgba(57, 58, 70, 0.8);*/
    background: #464a4c;
    z-index: 9999;
    margin: 0px auto;
    position: relative;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
}

.header>.row {
    padding: 10px 0;
    margin: 0;
}

/*.hdr_1{
float: left;
height: 100%;
}*/
.hdr_1 img {
    margin: 10px 0px;
}

.hdr_2 font {
    font-size: 12px;
    color: #bbbbbb;
    white-space: nowrap;
    text-transform: uppercase;
}

.hdr_3 table {
    width: 100%;
}

.hdr_3 table td {
    vertical-align: middle;
    text-align: center;
}

.hdr_3 font {
    font-size: 24px;
    color: #fff;
}

.hdr_4 font {
    font-size: 15px;
    color: #fff;
}

#top_nav {
    clear: both;
    width: 100%;
}

.active {
    color: #7ddafb;
}

.search {
    float: right;
    margin: 8px 3% 0px 0px;
}

.search input {
    border-radius: 25px;
    border: inset 0px black;
    outline: none;
    background: #eee url("images/search.png") no-repeat;
    background-position: 4px 5px;
    padding: 2px 25px;
    width: 200px;
}

.slider {
    width: 100%;
    /*position: relative;*/
    z-index: 5;
    top: -135px;
    min-height: 289px;
}

@media screen and (max-width: 1024px) {
    .slider {
        width: 100%;
        /*position: relative;*/
        z-index: 5;
        top: 0px;
        min-height: 289px;
    }
}

.main_content {
    width: 100%;
    /* min-width: 1024px; */
    /* float: left; */
    background: url("images/pattern.jpg");
    min-height: 300px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: -135px;
}

.pattern {
    /* float: left; */
    top: -150px;
    /* width: 100%; */
    min-height: 300px;
    position: relative;
    z-index: 999;
    /* left: 15px; */
}

.trip {
    width: 0;
    height: 0;
    /* float: left; */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #7ddafb;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.mask {
    opacity: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: top 0.4s ease-in-out;
    margin-top: -202px;
    position: absolute;
    max-width: 100%;
    height: 202px;
}

.pos_1 {
    margin: 0 0 40px;
    /*height: 340px;*/
    padding: 0 25px;
}

.pos_1>a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    padding-bottom: 30px;
    background-color: #fff;
}

.pos_1:hover font {
    color: #7ddafb;
}

.pos_1:hover .mask {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.block1 {
    width: 100%;
    height: 10px;
    background: #7ddafb;
}

.block2 {
    /* width: 100%; */
    /* float: left; */
    padding: 20px 5px;
    background: #fff;
    color: black;
    border-bottom: 1px solid #eee;
    height: 85px;
    text-align: center;
}

.block2 font {
    /* margin: 0px 0px 0px 60px; */
    font-size: 14px;
    /* width: 133px; */
    /* float: left; */
    font-weight: bold;
    text-align: center;
}

.block3 {
    /* width: 100%; */
    /* float: left; */
    background: #fff;
}

.block3 img {
    margin: 0px auto;
    /* width: 196px; */
    max-height: 196px;
    display: block;
    max-width: 100%;
}

.pattern_wrapper {
    /* max-width: 900px; */
    min-height: 300px;
    /* margin: 0 auto; */
}

.footer {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin: 0px auto;
}

.f_pos_1 {
    float: left;
    margin: 30px 0px 0px 0px;
    width: 250px;
}

.f_pos_1 font {
    color: #aaa;
    font-size: 13px;
    margin: 0;
}

.f_pos_2 {
    float: left;
    font-size: 14px;
    margin: 40px 0px 0px 60px;
    width: 195px;
}

.f_pos_3 {
    /*float: right;
width: 450px;*/
    margin: 40px 0px 0px 0px;
}

.f_pos_3 ul li {
    display: inline-block;
    float: left;
    width: 200px;
    margin: 15px 0px 0px 20px;
    border-bottom: 1px dotted #ccc;
}

.f_pos_3 ul li a {
    color: black;
}

.f_pos_3 ul li a:hover {
    color: #7ddafb;
}

.content {
    width: 100%;
    padding: 0px 20px 30px 20px;
}

.page-content {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}

.title_content {
    margin: 20px 0px 0px 0px;
    font-family: bold;
    font-size: 34px;
    color: #444;
}

.content p {
    font-size: 13px;
    margin: 15px 0px;
    color: #111;
}

.gallery_about {
    width: 100%;
    float: left;
}

.gallery_about img {
    width: 250px;
    float: left;
    margin: 20px 0px 10px 50px;
    height: 200px;
    border: 1px solid #ccc;
}

.all_news a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: My;
}

.all_news a:hover {
    color: #7ddafb;
    text-decoration: underline;
}

.news {
    float: left;
    width: 100%;
}

.pos_news {
    float: left;
    width: 100%;
    min-height: 200px;
    background: #eee;
    margin: 30px 0px;
}

.left_news {
    float: left;
    width: 55%;
}

.right_news {
    float: right;
    width: 25%;
}

.date {
    width: 70px;
    height: 20px;
    background: #7ddafb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 40px;
    padding: 0px 10px 0px 10px;
}

.title_news {
    float: left;
    margin: 20px 0px 10px 40px;
}

.title_news a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.text_news {
    float: left;
    font-size: 15px;
    margin: 0px 0px 0px 40px;
}

.thumbl_news {
    float: right;
}

.thumbl_news img {
    float: right;
    width: 100%;
    max-height: 150px;
    background: #fff;
    margin: 25px 10% 25px 0px;
}

.left_content_news {
    max-width: 80%;
    min-height: 300px;
    float: left;
    background: #eee;
    margin: 30px 0px;
}

.top_news {
    width: 96%;
    height: 300px;
    float: left;
    margin: 10px 20px
}

.left_top_news img {
    float: left;
    width: 50%;
    height: 300px;
    background: #fff;
    border: 1px solid #ddd;
}

.right_top_news {
    float: right;
    width: 40%;
    height: 100%;
}

.date_intro {
    width: 70px;
    height: 20px;
    background: #7ddafb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

.title_news_intro {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin: 20px 0px;
    width: 100%;
}

.title_news_intro_2 {
    font-size: 13px;
    font-weight: bold;
    float: left;
    width: 80%;
}

.bottom_news {
    width: 95%;
    float: left;
    min-height: 100px;
}

.text {
    width: 95%;
    float: left;
    min-height: 100px;
    margin: 0px 0px 0px 20px;
}

.right_content_news {
    max-width: 20%;
    min-height: 300px;
    float: right;
    margin: 30px 0px;
}

.last_news {
    float: right;
    background: #7ddafb;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    width: 190px;
}

.last_news_pos {
    float: right;
    background: #fff;
    padding: 5px;
    max-width: 200px;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    margin: 10px 0px 0px 0px;
}

.last_title {
    margin: 5px 5px 0px 5px;
}

.last_title a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.last_date {
    color: #7ddafb;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 5px;
}

.last_news_pos p {
    margin: 10px 5px;
    font-size: 13px;
    color: #666;
}

.slider img {
    width: 100%;
}

.sert {
    max-width: 1280px;
    margin: 10px auto;
}

.pos_sert {
    width: 45%;
    float: left;
    margin: 15px 0px 60px 30px;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    max-height: 340px;
}

.thumbl_sert {
    width: 45%;
    float: left;
}

.thumbl_sert img {
    max-width: 200px;
    max-height: 280px;
    margin: 25px 5px 25px 30px;
    float: left;
}

.text_sert {
    width: 45%;
    float: right;
}

.title_sert {
    width: 75%;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
    color: #444653;
}

.content_sert {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}

.content_sert p {
    color: #aaa;
    max-height: 130px;
    overflow: hidden;
}

.contacts {
    width: 100%;
    height: 500px;
    margin: 25px auto;
    float: left;
}

.block_contacts {
    max-width: 350px;
    min-height: 380px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 25px -9px rgba(50, 50, 50, 0.75);
    position: absolute;
    margin: 60px 0px 0px 60px;
}

.adress {
    float: left;
    width: 100%;
    -moz-box-shadow: 0px 8px 20px -3px #eee;
    -webkit-box-shadow: 0px 8px 20px -3px #eee;
    box-shadow: 0px 8px 20px -3px #eee;
}

.adress p {
    float: left;
    margin: 20px 0px 10px 30px;
    font-size: 15px;
}

.adress p b {
    font-weight: bold;
    font-size: 16px;
}

.phone {
    float: left;
    width: 100%;
    -moz-box-shadow: 0px 8px 20px -3px #eee;
    -webkit-box-shadow: 0px 8px 20px -3px #eee;
    box-shadow: 0px 8px 20px -3px #eee;
    margin: 15px 0px;
}

.phone p {
    float: left;
    margin: 20px 0px 10px 30px;
    font-size: 15px;
}

.phone p b {
    font-weight: bold;
    font-size: 16px;
}

.dop_inf {
    float: left;
    width: 100%;
}

.dop_inf p {
    float: left;
    margin: 0px 0px 10px 30px;
    font-size: 15px;
}

.dop_inf p b {
    font-weight: bold;
    font-size: 16px;
}

.lft_opis {
    width: 100%;
    float: left;
    -moz-box-shadow: -7px 30px 7px -15px #eee;
    -webkit-box-shadow: -7px 30px 7px -15px #eee;
    box-shadow: -7px 30px 7px -15px #eee;
    margin: 30px 0px;
}

.thumbl_product {
    /* float: left; */
    /* width: 55%; */
    min-height: 300px;
}

.thumbl_product img {
    margin: 30px 0px 30px 10px;
}

.opis_prod {
    /* width: 35%; */
    /* float: left; */
    min-height: 300px;
    /*margin-left: 40px;*/
}

.opis_prod p,
.opis_prod ul li {
    color: #aaa;
    font-size: 13px;
}

.title_opis {
    font-size: 18px;
    font-weight: bold;
}

.ris {
    width: 100%;
    float: left;
    margin-top: 30px;
    -moz-box-shadow: -7px 30px 7px -15px #eee;
    -webkit-box-shadow: -7px 30px 7px -15px #eee;
    box-shadow: -7px 30px 7px -15px #eee;
    padding-bottom: 40px;
}

.thumbl_ris img {
    width: 200px;
    height: 150px;
    float: left;
    margin: 30px 0px 0px 30px;
}

.thumbl_ris img:hover {
    width: 200px;
    height: 150px;
    box-sizing: border-box;
    outline: 100px solid rgba(125, 218, 251, 0.3);
    outline-offset: -100px;
}

.mask_ris:hover {
    opacity: 1;
    background: rgba(125, 218, 251, 0.6);
}

.table {
    width: 100%;
    max-width: calc(100vw - 30px);
    float: left;
    margin: 40px 0px;
}

.table strong {
    font-size: 16px;
}

.content table {
    width: 100%;
    float: left;
    margin: 40px 0px;
    border-spacing: 0px;
    padding: 0px;
    max-width: 100%;
    overflow: auto;
    display: block;
    border: none;
}

.content table tr td {
    border: 1px solid black;
    text-align: center;
}

.title_prod_etc {
    width: 100%;
    /* float: left; */
    background: #cbcbcb;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

.title_prod_etc span {
    /* margin: 5px 0px 5px 15px; */
    /* float: left; */
}

.pos_prod_etc {
    /* width: 45%; */
    min-height: 220px;
    /* float: left; */
    margin: 20px 0px;
}

.thumbl_etc {
    width: 100%;
    padding-left: 10px;
}

.thumbl_etc img {
    width: 100%;
    min-height: 100px;
    height: auto;
}

.title_etc {
    width: 100%;
    float: left;
    text-decoration: underline;
    color: #000;
    padding-left: 10px;
    margin-right: 5px;
    text-align: center;
}

.pos_prod_etc:hover .title_etc {
    color: #7ddafb;
}

/*.content_width{
width: 1010px;
margin: 0px auto;
}*/

.type_prod {
    /* width: 25%; */
    /* float: left; */
    /* padding: 10px; */
    /* box-sizing: border-box; */
    /*height: 320px;*/
    /* position: relative; */
}

.type_prod a:hover {
    text-decoration: underline;
}

.type_prod .title {
    color: #333;
    font-size: 14px;
}

.clr {
    clear: both;
}

.type_prod:hover:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 4px solid #f00;
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

.type_prod:hover:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 4px solid #f00;
    bottom: 0;
    right: 0;
    border-width: 0 4px 4px 0;
}

.type_prod .img-thumbnail {
    border: none;
}

.h-text {
    clear: both;
    padding: 20px 0;
}

.h-text-content {
    padding: 20px;
    background: #fff;
    /*border-radius: 20px;*/

}

table.krany {
    border-collapse: collapse;
    border: none;
    text-align: center;
}

table.krany td {
    padding: 10px;
    border: none;
}

#strela {
    position: absolute;
    right: 30px;
    bottom: -50px;
    width: 50px;
    height: 45px;
    background: #337ab7;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    z-index: 999;
    border-width: 4px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 1s;
}

#strela.active {
    bottom: 110px;
}

.hidden {
    display: none;
}

.button,
input[type='submit'] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
}

#zayavka-wrapp {
    left: 50%;
    bottom: 0;
    width: 320px;
    box-shadow: 0 0 5px #999;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    position: fixed;
    height: 40px;
    transition: all 0.23s;
    background: #fff;
    margin-left: -160px;
    z-index: 999;
}

#zayavka {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

#zayavka-wrapp.active {
    height: auto;
    transition: all 0.23s;
    z-index: 99910;
}

#zayavka-wrapp.active>div {
    display: block;
}

@media all and (max-width: 540px) {
    #strela {
        right: 10px;
    }

    #zayavka-wrapp {
        width: 180px;
        height: auto;
        border-radius: 0 10px 0 0;
        left: 0;
        margin: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    #zayavka {
        white-space: normal;
        border-radius: 0 8px 0 0;
    }

    #zayavka-wrapp.active #zayavka {
        border-radius: 0 5px 5px 0;
    }

    #zayavka-wrapp.active {
        width: 320px;
        bottom: 0;
        border-radius: 0 10px 0 0;
        padding: 10px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.popup-t {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    max-width: calc(100vw - 30px);
}
.popup-t textarea,
.popup-t input{
    width: 100%;
}
.popup-t.active {
    display: block;
}

.button.title {
    width: 100%;
    box-sizing: border-box;
}

form p {
    color: #000;
    margin-bottom: 10px;
}

form input,
form textarea {
    padding: 4px 10px;
}

.hdr_3>.button {
    margin-top: 7px;
    margin-left: 50px;
}

#k-type {
    padding: 30px 0;
}

#k-type .tags {
    padding: 4px 7px;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
    background: #0c94f7;
    color: #fff;
}

#k-type p.title_content {
    font-size: 24px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #featured {
        display: none;
    }

    div.slider-nav {
        display: none !important;
    }

    .scroll_table {
        overflow: auto;
    }

    .pos_sert {
        width: 100%;
        margin-left: 0;

    }

    .pos_sert .text_sert .title_sert {
        font-size: 18px;
    }

    .pos_sert .thumbl_sert img {
        margin: 20px 10px;
    }
}

p.price {
    font-size: 18px;
    color: #000;
}

.adress_text {
    text-decoration: underline;
    font-weight: 700;
}

.type_prod table {
    margin: 10px 0;
}

.pattern-center {
    min-width: 100px;
}

#k-desk img {
    max-width: 100%;
}

.right_prod {
    margin: 0;
}

.navbar {
    padding: 0;
    min-height: 46px;
}

.navbar input {
    padding: 5px 5px 5px 25px;
    margin: 0 10px;
    line-height: 25px;
    height: 25px;
    border-radius: 10px;
    background: #eee url(images/search.png) no-repeat;
    background-position: 4px 5px;
    border: 1px solid #999;
    width: 150px;
}

.navbar #ajaxSearch_form {
    margin-top: 6px;
}

.navbar-light .navbar-nav>li>a {
    color: #000;
    padding: 9px 15px;
    display: block;
}

/**/

.navbar-light .navbar-nav ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #00000026;
    border-radius: .25rem;
    width: 100%;
    column-count: 3;
    background: #393a46cc;
    color: #fff;
}

.navbar-light .navbar-nav ul.dropdown-menu li {
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
}

.navbar-light .navbar-nav ul.dropdown-menu a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
    padding-left: 0;
    width: 100%;
    display: block;
}

.navbar-light .navbar-nav .dropdown>a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #0000;
    border-left: .3em solid #0000;
}

.navbar-light .navbar-nav .dropdown {
    position: initial;
}

.navbar a {
    font: 13px 'My';
    color: #000;
}

.dropdown-menu.depth_0 {
    width: 100%;
    column-count: 3;
    background: rgba(57, 58, 70, 0.8);
    color: #fff;
}

.navbar-light .navbar-toggler {
    margin-top: 3px;
}

.navbar-brand {
    margin: 0 10px;
    line-height: 40px;
    text-align: right;
    margin-right: 80px;
}

@media (max-width:991px) {
    .dropdown-menu.depth_0 {
        column-count: 1;
        background: none;

    }

    .navbar.navbar-light form {
        margin-bottom: 15px;
    }

    .navbar-toggleable-md .navbar-nav ul.dropdown-menu {
        position: static;
        float: none;
        columns: 1;
        background: none;
    }

    .navbar-toggleable-md .navbar-nav ul.dropdown-menu li a {
        color: #333;
        padding: 0;
        border: none;
    }
}

@media all and (min-width:992px) {
    .navbar-light .navbar-nav .dropdown-item {
        color: #fff;
    }

    .dropdown-menu.depth_0 a.dropdown-item {
        border-bottom: 1px dotted #fff;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .dropdown-menu.depth_0 a.dropdown-item:hover {
        color: #00e0fe;
    }

    .dropdown-menu.depth_0 .dropdown-item:hover {
        background: none;
    }

    .navbar-brand {
        display: none;
    }
}

.bread_crumb {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding: 5px;
    clear: both;
    background: #f8f8f8;
}

.bread_crumb:after {
    content: "";
    clear: both;
    display: table;
}

.bread_crumb li {
    font-size: 12px;
    color: rgb(180, 180, 180);
    float: left;
    /*margin-right:1em;*/
    list-style: none outside none;
}

.bread_crumb li:after {
    content: '>';
    padding-left: 10px;
    margin-right: 10px;
}

.bread_crumb li:last-child:after {
    content: '';
}

.bread_crumb li a {
    color: rgb(120, 120, 120);
}

.bread_crumb li.current {}

.home-preim .preim{
  margin-bottom: 0;
}
.home-partners{
  padding: 40px 0;
  background: #fff;
}
.home-partners h2{
  margin-bottom: 20px;
}
.home-sertificates{
  padding: 40px 0;
  background: #f2f2f2;
}
.home-content{
  background-color: #fff;
}
#pertnery img {
    max-width: 100%;
}

#pertnery>div {
    margin-bottom: 30px;
}

#pertnery>div>a {
    border: 1px solid #999;
    padding: 10px;
    display: block;
    height: 100%;
}

#pertnery .caption {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
}

/**/
.content_width {
    padding: 30px 0;
}

.content_width img {
    max-width: 100%;
}

.news-content {
    padding: 30px 0;
}

#fos .screen-reader-response {
    color: #333;
    font-size: 24px;
}

.breadcrumb {
    background: none;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li {
    white-space: normal;
    padding: 0 10px 0 0;
    color: #333;
}

.breadcrumb li a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb li:after {
    content: "/";
    margin-left: 10px;
}

.breadcrumb li:last-of-type:after {
    content: "";
}

.top-phone a {
    color: #3aa2ba;
}

.worck-time {
    color: #bbb;
    font-size: 14px;
    margin: 11px 0 0;
}

.top-mail {
    margin-right: 10px;
    color: #bbb;
}

@media (max-width: 1199px) {
    .top-mail {
        display: inline-block;
        margin-bottom: 10px;
    }
}

body.page_1 #bread {
    display: none;
}

.text_down ul {
    padding-left: 40px;
}

.text_down ul li {
    list-style: disc;
}

#company_page h2 {
    line-height: 3em;
}

#company_page img {
    margin: 10px 0;
}

#k-models form input {
    line-height: 30px;
    padding: 0 10px;
}

#k-models form button {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

#filter_block #k_du {
    display: flex;
    flex-wrap: wrap;
}

#filter_block #k_du .type_prod {
    padding-bottom: 10px;
}

#filter_block #k_du .type_prod p {
    margin-bottom: 10px;
}

#filter_block #k_du .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

#filter_block #k_du .price {
    font-size: 16px;
}

#filter_block #k_du .item_props p {
    font-size: 14px;
    margin-bottom: .5em;
}

.sert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.sert li {
    list-style: none;
    padding: 10px 5px;
}

.sert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.sert-list__item {
    width: 200px;
    padding: 10px;
    text-align: center;
}

.sert-list__item img{
  max-width: 100%;
}
@media(max-width: 410px){

    .sert-list__item{
        width: 50%;
        margin-bottom: 20px;
    }
}
.sert-list__img{
  margin-bottom: 15px;
}

.sert-list__title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

#navbarNav {
    justify-content: space-between;
}

#ajaxSearch_form {
    flex-grow: 1;
    padding: 0 10px;
    margin: 0;
}

#ajaxSearch_input {
    width: 100%;
    margin: 0;
}

.marquiz-widget iframe {
    max-width: 80vw;
}

/**/

.faq>h3 {
    margin-bottom: 30px;
}

.faq__list {
    padding: 0;
    list-style: none;
}

.faq__item {
    padding: 20px;
    border-bottom: 1px dashed #fff;
    background: #3aa2ba;
    line-height: 1.5em;
    color: #fff;
}

.faq__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq__title:after {
    content: "+";
    width: 30px;
    height: 30px;
    font-size: 32px;
    line-height: 30px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-content: center;
}

.faq__text {
    display: none;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
}

.faq__item.active {
    background: #f3f3f3;
    color: #000;
}

.faq__item.active .faq__text {
    display: block;
}

.faq__item.active .faq__title:after {
    content: "--";
}

/* preim  */
.preim {
    clear: both;
    position: relative;
    z-index: 9;
    padding: 30px 0;
    margin-bottom: 30px;
}

.preim:after {
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: calc(100vw - 20px);
    left: 50%;
    margin-left: calc((100vw - 20px) / 2 * -1);
    background-image: url(images/preim_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5F4F4;
}

.preim__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 30px 0;
}

.preim__item {
    padding: 44px 50px 50px;
    margin-bottom: 30px;
    background: #4EAAEE;
    background-repeat: no-repeat;
    border-radius: 10px;
    font: 400 16px/19px "Open sans", sans-serif;
    text-align: center;
    color: #fff;
}

.preim-w30 {
    padding-top: 180px;
    min-width: 240px;
    background-position: center 36px;
    background-size: auto 120px;
    width: calc(100% / 3 - 25px);
}

.preim-w50 {
    display: flex;
    align-items: center;
    min-width: 320px;
    min-height: 180px;
    padding: 46px 46px 46px 165px;
    background-position: 36px center;
    background-size: auto 82px;
    width: calc(100% / 2 - 15px);
}

.preim__img_1 {
    background-image: url(images/preim_va1.svg);
}

.preim__img_2 {
    background-image: url(images/preim_va2.png);
}

.preim__img_3 {
    background-image: url(images/preim_va3.svg);
}

.preim__img_4 {
    background-image: url(images/preim_va4.svg);
}

.preim__img_5 {
    background-image: url(images/preim_va5.svg);
}

.preim__btn {
   display: block;
    margin-left: 50%;
    transform: none;
    background: #0080DE;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin: 0 auto;
	max-width: 300px;
}






.preim__title {
    margin: 0;
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.5em;
    font-weight: 700;
}
.home-preim .preim__title{
  text-align: center;
}
/*product*/
.preim.is-product {
    color: #444;
}

.preim.is-product:after {
    background-image: none;
}

.preim.is-product .preim__item,
.preim.is-product .preim__item.preim-w50 {
    display: block;
    width: 215px;
    padding: 61px 20px 20px;
    margin-bottom: 0;
    min-width: 180px;
    min-height: initial;
    background-position: center top;
    background-color: transparent;
    background-size: auto 41px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #444;

}

.preim.is-product .preim__img_1 {
    background-image: url(images/preim_va_product1.svg);
}

.preim.is-product .preim__img_2 {
    background-image: url(images/preim_va_product2.png);
}

.preim.is-product .preim__img_3 {
    background-image: url(images/preim_va_product3.svg);
}

.preim.is-product .preim__img_4 {
    background-image: url(images/preim_va_product4.svg);
}

.preim.is-product .preim__img_5 {
    background-image: url(images/preim_va_product5.svg);
}

@media (max-width: 480px) {

    .preim.is-product .preim__item,
    .preim.is-product .preim__item.preim-w50 {
        width: 50%;
        min-width: initial;
    }
}

@media (max-width: 1024px) {
    .preim.is-product .preim__list {
        justify-content: center;
    }

    .preim-w30 {
        width: calc(50% - 30px);
    }

    .preim-w50 {
        width: 100%;
        padding-right: 30px;
        padding-left: 130px;
    }

    .preim-w50 {
        min-width: initial;
    }

    .preim-w50.preim-w50_first {
        padding: 180px 50px 50px;
        width: calc(50% - 30px);
        min-width: 240px;
        background-position: center 36px;
        background-size: auto 120px;
    }

}

@media (max-width: 767px) {

    .preim-w50.preim-w50_first,
    .preim-w30 {
        display: block;
        padding: 75px 17px 17px;
        margin-bottom: 14px;
        min-width: initial;
        width: calc(50% - 8px);
        background-size: auto 44px;
        background-position: center 17px;
        font-size: 12px;
        line-height: 14px;
    }

    .preim-w50.preim-w50_last {
        min-height: auto;
        background-position: center 17px;
        background-size: auto 51px;
        padding: 70px 17px 17px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        flex-direction: column;
    }
}

.soc-vk {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

.tns-outer{
  position: relative;
}


.partners-slider__nav button{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  display: block;
  width: 40px;
  height: 50px;
  background-color: #999;
  border: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.partners-slider__nav button:after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-60%) translateY(-50%) rotate(45deg);
}
.partners-slider__nav button.nav__prev:after{
  transform: translateX(-30%) translateY(-50%) rotate(225deg);
}
.partners-slider__nav button.nav__next{
  right: 0;
  left: auto;
}

.home-working{
  padding: 40px 0;
  background: #fff;
}
.home-working h2{
  margin-bottom: 20px;
}
.home-working p.row a>img{
  max-width: 100%;
}
.form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    background: #337ab7;
    border-radius: 5px;
}
#fos .wpcf7{
    padding-top: 30px;
}
@media(max-width: 440px){
    .right_prod .thumbl{
        text-align: center;
    }
    .footer .f_pos_1{
        width: 50%;
    }
    .footer .f_pos_1 img{
        width: 100%;
    }
    .footer .f_pos_2{
        padding-left: 15px;
        margin: 30px 0 0;
        width: 50%;
    }
    .type_prod_etc .thumbl{
        text-align: center;
    }
    #k-desk .fancybox.image:not(:last-child){
        display: block;
        text-align: center;
        width: 50%;
        float: left;
    }
    .table {
        font-size: 14px;
    }
    #map.contacts{
        float: none;
        margin-bottom: 40px;
        height: auto;
    }
    .block_contacts{
        position: initial;
        margin: 0;
        margin-bottom: 30px;
        height: auto;
    }
    .block_contacts:after{
        clear: both;
    }
    .block_contacts div{
        background: #fff;
    }

  .marquiz-widget .marquiz-widget__container {
    max-width: calc(100vw - 40px);
    overflow: hidden;
  }
}



