/* reset */

html {
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 0 !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}


body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

ol, ul {
    list-style: none;
}

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

/* .menu-item-has-children > a::after { content: "👇"; } */

.hidden {
    display: none;
}

body {
    font-size: 1rem;
}

span {
    font-size: ;
}

h1 {
    font-weight: 600;
    font-size: 1.85rem;
    margin-bottom: 2rem;
    line-height: 1.25;
}

h2 {
    font-size: ;
    color: ;
}

h3 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

p, span {
    color: black;
}

input, .btn, textarea {
    font-size: 1.0rem;
    padding: 1rem 1rem;
    background: #ebebeb;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.1rem;
    margin: 0;
}

textarea {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 1rem;
}

textarea::placeholder {
    font-family: 'Montserrat';
}

input {
    font-weight: 200;
}

.btn {
    font-weight: ;
    background: #009ee9;
    color: white;
    text-decoration: none;
}


.cont {
    width: 100%;
    display: block;
    clear: both;
}

.block {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    overflow: auto;
}

.center {
    text-align: center;
}

.w75 {
    width: 73%;
    float: left;
    margin-left: 2%;
    padding-left: 1rem;
}

.w50 {
    width: 48%;
    float: left;
    margin: 1%;
}

.w25 {
    width: 25%;
    float: left;
}

.w33 {
    width: 31.3%;
    float: left;
    margin: 1%;
}

.lightgray {
    background: #f0f0f0;
}

.lightblue {
    background: #009ee9;
}

.lightblue2 {
    background: #e2f2ff;
}

.pink {
    background: cyan;
}

.blue {
    background: ;
}

/* Clearfix */
.clear {
    clear: both
}

/* First Level */
.test {
    background: url(img/arr4.svg) no-repeat;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-left: 0.1rem;
    display: inline-block;
}

.sub-menu .test {
    display: none;
}

#mob_contact {
    display: none;
}

#menu .block {
    padding: 0 2rem;
}

#menu ul li {
    float:;
    position:;
    text-transform:;
    list-style: none;
    margin-bottom: ;
    display: inline-block;
    margin-right: 0.75rem;
}

#menu ul li a {
    display: inline-block;
    background:;
    color:;
    font-size: 0.95rem;
    color: white;
    padding: 1rem 0;
    text-decoration: none;
    cursor: pointer;
}

.
    /* Second Level */
    /*
    #menu { padding: 1rem 2rem; }
    #menu a { color: white; font-size: 1rem; }
    #menu ul > li { margin-right: 2rem; }
    .menu > .sub-menu { background: #2D4190; padding: 1.5rem; width: 18rem; margin-left: -1rem; }
    .menu >  .sub-menu li { margin-right: 0 !important;  }
    */
.menu-verhnee-menyu-container {
    position: ;
}

#menu ul li ul {
    display: none;
    background: #2D4190;
    padding: 1rem 2rem;
    width: 19rem;
    margin: 0 0 0 -2rem;
    position: absolute;
    z-index: 2;
}

#menu ul li ul li {
    display: block;
    margin: 0 0 0.25rem 0;
    z-index: 2;
}

#menu ul li ul li a {
    width:;
    color: white;
    padding: 0;
}

/* #menu ul li:hover ul { display:block;  } */

/* Third Level */
#menu ul li ul li ul {
    padding: 0;
    width: auto;
    background: #2d4190;
    padding: 0.5rem 1.5rem;
    margin: 0 0 0 -1.5rem;
    width: 18rem;
    display: inline-block;
    position: relative;
}

#menu ul li ul li ul li {
    list-style: inside square;
    display: block;
}

#menu ul li ul li ul li a {
    font-size:;
    color: #ddd
}


/* HEADER */
#header {
    overflow: hidden;
}

#h_time::before {
    content: "";
    background: url(img/svg-schedule.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: .5rem;
}

#h_mail::before {
    content: "";
    background: url(img/svg-at.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: .5rem;
}

/* mobile header */
#header-mobile {
    display: none;
    background: whitesmoke;
}

#header-mobile .block {
    padding: 1.25rem 2rem;
}

#logo2 {
    display: inline-block;
}

#logo2 img {
    vertical-align: middle;
}

#menu-toggl {
    width: 1.5rem;
    height: 1.5rem;
    background: url('img/bars.svg') no-repeat;
    display: inline-block;
    float: right;
    cursor: pointer;
}


/* SEARCH HEADER */

#searchsubmit {
    margin-left: -1rem;
    background: #009ee9;
    color: white;
    cursor: pointer;
    position: absolute;
}

.screen-reader-text {
    display: none;
}


/* HEADER SEARCH */
#header_search input[type=text] {
    width: 80%;
}

#header_search input:focus {
    outline: none;
}

/* HEADER CONTACTS */
#contact {
    text-align: right;
    margin-top: -0.25rem;
    text-transform: ;
    font-size: 0.85rem;
}

#contact div {
    line-height: 1.6;
}

#h_phone {
    margin-right: 1rem;
    color: black;
    font-size: 0.95rem;
}

.all-mess {
    width: 2rem;
    height: 1.3rem;
    display: inline-block;
    background-position: center right;
}

#wa {
    background: url('img/i-wa2.png') no-repeat;
    background-size: 1.3rem;
}

#vib {
    background: url('img/i-vib2.png') no-repeat;
    background-size: 1.3rem;
}

#vk2 {
    background: url('img/i-vk2.png') no-repeat;
    background-size: 1.3rem;
}

#h_time {
    color: gray;
}

#h_mail a {
    color: gray;
    text-decoration: none;
}

/* MAIN PAGE VITRINA */

.homepage {
    margin-top:
}

.homepage .vitrina div {
    min-height: 21rem;
    position: relative;
}

.homepage .block {
    padding: 0 2rem;
}

.vtk_brand {
    padding-top: 1rem !important;
}

.homepage .vitrina_submenu {
    display: none;
}

.vitrina div {
    border-radius: 5px;
    padding: 1.5rem 2rem;
}

.vitrina h2 {
    font-size: 1.25rem;
    line-height: 1.3;
}

.vitrina a {
    color: #009ee9;
    display: inline-block;
}

.vitrina p {
    margin-top: 1rem;
    color: gray;
    margin-right: -1rem;
}

.vitrina_images {
    position: absolute;
    bottom: 2rem;
}

.vitrina_images img {
    margin-right: 1.25rem;
    display: inline-block;
    max-width: 5.5rem;
}

.vitrina_submenu {
}

.vitrina_submenu a {
    display: block;
    color: black;
    width: fit-content;
}

.vtk_brand div {
    background: #e2f2ff url('img/logo-small.png') right 2rem top 2rem no-repeat;
    background-size: 7rem;
}

/* PRODUCT KATALOG MENU */

#product_nav {
}

#vitrina_left > div {
    margin-bottom: 1rem;
    padding-bottom:;
}

#vitrina_left a {
    color: black;
    margin-bottom: 0.25rem;
    display: block;
}

#vitrina_left h2 {
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

#vitrina_left .vitrina_submenu {
    margin: 0rem 0 0.5rem 0;
    opacity: 0.4;
}

.vtk_brand_logo {
    background: url('img/logo-small.png') right 0.05rem no-repeat;
    background-size: 5rem;
    width: 100%;
}

#nashe_title {
    color: dimgray;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 2;
    cursor: default;
}

#vitrina_left .lightgray .vitrina_submenu {
    display: none;
}

/* CRUMBS */
#breadcrumb {
    margin-bottom: 0.5rem;
}

#breadcrumb a {
    color: black;
    opacity: 0.6;
}

/* TOVARY SETKA */
ul#prod_catalog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
    margin-left: -0.5rem;
}

#prod_catalog li {
    /*display: inline-block;*/
    /*width: 31.3%;*/
    /*float: left;*/
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 1%;
    min-height: 13.2rem;
}

#prod_catalog li a {
    display: block;
    color: #009ee9;
    padding: 1rem;
    font-size: 0.98rem;
    word-wrap: break-word;
}

#prod_catalog li img {
    margin: 0 auto 1rem auto;
    display: block;
    max-height: 100px;
    width: auto;
}

#prod_catalog li:hover {
    border-color: darkgray;
}

/* POPUP */
#popup_bg {
    background: rgba(76, 76, 76, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: ;
    z-index: 1;
    display: none;
}

#close_popup {
    color: black;
    margin: -1.5rem -1.5rem 0 0;
    float: right;
    text-decoration: none;
    cursor: pointer;
    padding: 1rem;
}

#popup_form {
    background: white;
    border-radius: 5px;
    margin: 65px auto;
    width: 450px;
    padding: 45px;
    color: white;
    margin-top: 5vh;
    max-width: 100%;
}

#popup_form span {
    color: black;
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.95rem;
}

#popup_form input {
    width: 100%;
    margin-bottom: 1rem;
}

#popup_form h2 {
    color: black;
    color: black;
    font-size: 1.25rem;
    margin: 1rem 0;
    font-weight: 600;
}

#popup_form .btn {
    color: white;
    display: inline-block;
    margin: 0.5rem 0 1rem 0;
}

#popup_form p {
    font-size: 0.75rem;
    opacity: 0.8;
}

#form-error {
    display: none;
    color: red;
}

.inactive {
    opacity: 0.6;
}

#inp_send {
    cursor: pointer;
}

/* search_page */
#search_page a {
    color: black;
    display: block;
    margin-bottom: 1rem;
    width: fit-content;
}

/* table */
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.9rem;
}

thead {
    background: whitesmoke;
}

td {
    border-bottom: 1px solid #dedede;
    padding: 0.5rem 0.5rem;
}

th {
    display: ;
    text-align: left;
    padding: 0.5rem;
}

/* single_product */
#single_product p {
    margin-bottom: 1rem;
}

#single_product ul {
    margin-bottom: 1rem;
}

#single_product li {
    list-style: inside;
}

/* prod_images */
#prod_images {
    width: 49%;
    float: left;
    margin-right: 2rem;
}

#first_img {
    display: inline-block;
}

#first_img img {
    max-height: 15rem;
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin-bottom: 0.25rem;
    border-radius: 5px;
}

#img_all {
    margin-bottom: 1rem;
}

#img_all a {
    border: 3px solid whitesmoke;
    display: inline-block;
    border-radius: 5px;
    margin-right: 0.5rem;
    line-height: 1;
}

#img_all img {
    max-height: 4rem;
    max-width: 5rem;
    width: auto;
    width: auto;
    padding: 0.05rem;
}

/* extra_txt */
#dop-opisanie {
    width: 45%;
    display: inline-block;
}

#tovar_extra_btn {
    margin-bottom: 1rem;
}

#tovar_extra_btn li {
    list-style: none;
    color: black;
    border-bottom: 1px dashed gray;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

#tovar_extra_btn a {
    text-decoration: none;
    color: gray;
}

#tovar-content {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 1rem;
}

#tovar-content a {
    color: gray;
}

#info {
    overflow-x: auto;
}

/* slug-category - page */
#slug-descr {
    margin-bottom: 1rem;
    opacity: 0.8;
    white-space: normal;
}

#slug-descr h4 {
    margin-bottom: 1rem;
    font-weight: 700;
}

#slug-descr a {
    margin-bottom: 0.5rem;
    display: inline-block;
}

#slug-descr ul {
    padding: 1rem;
}

#slug-descr ul li {
    list-style: disc;
    padding: 0.25rem;
    margin-left: 1rem;
    line-height: normal;
}

/* page */
.page_content {
    min-height: 21rem;
}

.page ul li {
    list-style: disc;
    margin-left: 2rem;
    padding: 0.25rem;
}

.page ul {
    margin-bottom: 0.5rem;
}

.page h3 {
    margin: 1rem 0;
    font-weight: 600;
}

.page p {
    margin-bottom: 0.5rem;
}

#page-2597 .page_content p {
    margin-left: 1.5rem;
}

/* partnery */
#page-153 .page_content h2 {
    padding: 1rem;
    font-weight: 600;
}

#page-153 .page_content table img {
    width: 180px;
    height: auto;
    padding: 1rem;
    max-width: inherit;
}

#page-2584 .page_content p {
    padding-bottom: 1rem;
}

/* raboty */
#our_works li {
    list-style: none;
    display: inline-block;
    width: 47%;
    margin: 0;
    padding: 1rem;
    background: whitesmoke;
    border-radius: 5px;
    text-align: center;
    background: whitesmoke;
    margin: 0.5rem 0.25rem;
    vertical-align: top;
}

#our_works a {
    word-wrap: break-word;
}

#our_works img {
    padding-bottom: 0.5rem;
}

#our_works a {
    font-weight: 600;
    color: black;
}

#img_all_folio img {
    margin-bottom: 0.5rem;
}

#adres_icon::before {
    content: "";
}

/* kantakty */
#page-2603 .page_content span {
    margin-bottom: 0.5rem;
}

/*
#cont_adr::before { content: ""; width: 20px; height: 20px; background: url('img/i2-place.png') no-repeat; display: inline-block; background-size: 20px auto; margin-right: 0.25rem; }
#cont_phone::before { content: ""; width: 20px; height: 20px; background: url('img/i2-phone.png') no-repeat; display: inline-block; background-size: 20px auto; margin-right: 0.25rem; }
#cont_vk::before { content: ""; width: 20px; height: 20px; background: url('img/i2-vk.png') no-repeat; display: inline-block; background-size: 20px auto; margin-right: 0.25rem;}
#cont_mail::before { content: ""; width: 20px; height: 20px; background: url('img/i2-mail.png') no-repeat; display: inline-block; background-size: 20px auto;  margin-right: 0.25rem;}
#cont_days::before { content: ""; width: 16px; height: 16px; background: url('img/i2-time.png') no-repeat; display: inline-block; background-size: 15px auto;  margin-right: 0.25rem;}
*/
#cont_adr::before {
    content: "";
    background: url(img/svg-skype.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

#cont_phone::before {
    content: "";
    background: url(img/svg-phone.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

#cont_vk::before {
    content: "";
    background: url(img/svg-vk-alt.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

#cont_mail::before {
    content: "";
    background: url(img/svg-at.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

#cont_days::before {
    content: "";
    background: url(img/svg-schedule.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

#mail2::before {
    content: "";
    background: url(img/svg-at.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

/* footer */
#footer {
    background: #2a2d3b;
    color: white;
    font-size: 0.85rem;
    display: inline-block;
    margin-top: 4rem;
}

#footer a {
    color: lightgray;
}

#footer p {
    margin-right: 1rem;
}

/* news page */
#news_list {
    list-style: none;
}

#news_list a {
    color: black;
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
    display: block;
    font-weight: 500;
}

#news_list li {
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem;
}

#news_list img {
    width: 260px;
    height: auto;
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

#news_list p {
    color: gray;
    margin-bottom: 1rem;
}

#news_list p::after {
    content: '...';
}

/* news single */
.news_date {
    color: gray;
    margin-bottom: ;
    display: inline-block;
}

.news_date::before {
    content: "";
    background: url(img/clock-nine.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
}

#news_single p {
    margin-bottom: 1rem;
}

#news_post {
    margin-top: 1rem;
}

#popup-tovar {
    cursor: pointer;
    display: block;
    margin: 1rem 0;
    max-width: fit-content;
}

#skachat-list {
    display: block;
    color: black;
    margin-bottom: 1rem;
    max-width: fit-content;
    text-decoration: ;
    border-bottom: ;
}

#skachat-list::before {
    content: "";
    background: url(img/down-2.svg) no-repeat;
    display: inline-block;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: .5rem;
}

/* prod cards padding */
/* dop-obor */

#id-83 #prod_catalog li, #id-95 #prod_catalog li {
    min-height: 14.5rem;
}

#id-65 #prod_catalog img, #id-92 #prod_catalog img, #id-129 #prod_catalog img, #id-126 #prod_catalog img {
    margin-top: 1rem;
}

@media screen and (max-width: 880px) {
    .w33, .w50, .w25, .w75 {
        width: 100%;
    }
	ul#prod_catalog{
		grid-template-columns: repeat(2, 1fr);
	}
    #prod_catalog li {
        /*width: 47%;*/
    }

    .w75 {
        margin-left: 0;
        padding-left: 0;
    }

    #contact {
        text-align: left;
    }

    /* 	#menu-verhnee-menyu li:hover ul { display: none; } */
}

@media screen and (max-width: 880px) {
    #menu-item-2780 > a, menu-item-2781 > a {
        font-weight: normal;
    }

    #mob_contact {
        display: inline-block;
    }

    #mob_contact a {
        color: lightgray;
        text-decoration: none;
    }

    /* 	.w50,.w33 { width: 100%; margin: 0 0 2rem 0; } */
    body, h2, h3, h4, h5, h6, p, ol, ul {
        font-size: 0.9rem;
    }

    h1 {
        font-size: 1.6rem;
    }

    .vitrina h2 {
        font-size: 0.9rem;
    }

    .vtk_brand div {
        background-size: 5rem;
        background-position-y: 1.7rem;
    }

    #prod_images, #dop-opisanie {
        width: 100%;
    }

    #prod_catalog li a {
        font-size: 0.85rem;
    }

    #header-mobile {
        display: block;
    }

    #header {
        display: none;
    }

    #vitrina_left {
        display: none;
    }

    #logo2 {
        max-width: 7rem;
    }

    h1 {
    }

    /* 	.sub-menu { display: none; } */
    #menu {
        position: ;
        background: #009ee9;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: none;
    }

    #menu .block {
        padding: 1rem 2rem;
    }

    #menu ul li {
        float: none;
        display: block;
    }

    #menu ul li a {
        padding: 0.25rem 0;
        text-decoration: none;
    }

    #menu ul li ul {
        display: none;
    }

    #menu ul li ul {
        position: initial;
        margin: 0 0 0 1rem;
        padding: 0;
        background: none;
    }

    #menu ul li ul li ul {
        background: none;
        padding: 0.25rem 1.5rem 0 1.5rem;
        display: none;
    }

    .sub-menu .test {
        display: inline-block;
    }

    #popup_form {
        margin-top: 0;
    }

    #popup_form img {
        display: none;
    }

    /* 	.sub-menu { background: inherit; padding: inherit; margin: 0 0 0 1rem; color: whitesmoke; } */
    /* 	#menu ul li:hover ul { position: inherit; top: 0; left: 0; } */
    .homepage .vitrina div {
        min-height: inherit;
    }

    .vitrina_images {
        position: initial;
    }

}


@media screen and (min-width: 940px) {
    #menu-verhnee-menyu > li:hover ul {
        display: block;
    }

    #menu-item-2780 > a, #menu-item-2781 > a {
        font-weight: 600;
    }

}

@media screen and (max-width: 1150px) {
    .vitrina_images img {
        margin-right: 0.5rem;
        max-width: 4.5rem;
    }
}

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

    .vitrina_images img {
        margin-right: .25rem;
    }

    .vitrina_images img:nth-of-type(4) {
        display: none;
    }

    .vitrina_images img:nth-of-type(5) {
        display: none;
    }
}

@media screen and (max-width: 1230px) {
    .vitrina_images img:nth-of-type(5) {
        display: none;
    }
}

