body {
    color: #1b0606;
    font-family: 'PT Sans';
    line-height: 1.3;
    font-size: 18px;
}

a {
    color: #1b0606;
}

a:hover {
    color: inherit;
}

#leaderboard {
    position: relative;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}

/*#leaderboard:before {
background-color: #282613;
border-radius: 0px 0px 0px 10px;
width: 2000px;
height: 100%;
display: block;
content: '';
position: absolute;
top: 0px;
left: 10px;

}*/
#leaderboard:before {
    background: #eeeeee;
    border-radius: 0px 0px 0px 10px;
    width: 2000px;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    border-bottom-left-radius: 15px;
}

.navbar {
    position: relative;
    z-index: 100;
    padding: 5px 0px;
    margin-left:50px;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #636d0b;
    text-decoration: underline;
    padding-left: 1.0em;
    padding-right: 1.0em;
    font-size: 16pt;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .active .nav-link {
    text-decoration: none;
}

.branding {
    padding-top: 15px;
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
}

#header-wrapper {
    width: 100%;
    background: #fff;
}

#header {
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.row-contact {
    justify-content: space-between;
}

.contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.phone a {
    padding:10px 25px;
    display:block;
    border-radius:20px;
    background-color:#eeeeee;
    font-size: 30px;
    text-decoration: none;
    color: #1b0606;
}

.phone a span {
    /*font-size: 20px;*/
}

.callback {
    margin: 0px 25px;
}

.callback a {
    padding: 5px 10px;
    background: #1f172e;
    text-decoration: none;
    cursor: pointer;
    color: #fff !important;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.2s ease;
}

.callback a:hover {
    opacity: 0.8;
}

.instagram a {
    display: inline-block;
    text-decoration: underline;
    background: url(../images/instagram.png) left center no-repeat;
    font-size: 14px;
    padding: 5px 0px 5px 35px;
    background-size: 24px;
}

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

.cart-content {
    position: relative;
    /*padding: 15px 0px 15px 60px;*/
    /*background: url(../images/cart-icon.webp) left center no-repeat;*/
    margin-left: 30px;
    font-size: 16px;
    /*min-height:150px;*/
}

.cart-box-wrapper {
    background: url(../images/cart-icon.webp) left center no-repeat;
    background-size: 50px;
    min-height:140px;
}

.cart-content>a {
    position: absolute;
    text-decoration: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-decoration: none;
}

.cart-label {
    font-weight: bold;
}

.cart-content p {
    margin: 0px;
}

.cart-left strong {
    font-weight: normal;
}

.iksm-117 .iksm-term__link {
    background: url(../images/menu-item.png) left center no-repeat;
}

ul.woof_list {
    padding: 0px;
}

.woof_list label {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

a.woof_front_toggle {
    float: left;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.woof h4 {
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
}

.top-menu {
    position: relative;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 0px;
}

#mnmwp-main-menu>ul>li>a {
    padding: 13px 17px;
    font-size: 18px;
    letter-spacing: unset;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
}

#mnmwp-main-menu {
    background: #8ec328;
    border-radius: 20px;
    padding: 0px 20px;
    text-align: center;
}

#mnmwp-main-menu ul.mnmwp-menu {
    outline: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#mnmwp-main-menu ul ul li a {
    width: 250px;
    font-size: 14px;
    text-align: left;
}

.block-title {
    font-size: 30px;
    padding-bottom: 20px;
}

#about {
    width: 100%;
}

#bn {
    width: 100%;
    background: url(../images/bg-2.png) center center repeat-x;
    background-size: contain;
    padding: 100px 0px;
    margin-top: -50px;
}

#footer-blocks {
    width: 100%;
    background: #f9f8f8;
    padding: 60px 0px;
}

#footer-blocks .phone a {
    background-color: transparent;
}

#footer {
    width: 100%;
    background: #f9f8f8;
    padding: 25px 0px;
    color: #a1a0a1;
    font-size: 16px;
    border-top: 3px solid #1f172e;
}

.dev {
    text-align: right;
}

.dev a {
    color: #a1a0a1;
    text-decoration: underline;
}

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

.fb-title {
    padding-bottom: 15px;
}

.fb-block ul,
.fb-block ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}

.fb-block ul li a {
    font-size: 16px;
    color: #6d6b72;
    text-decoration: none;
}

.fb-block ul li a:hover {
    text-decoration: underline;
}

.f-callback {
    padding-bottom: 15px;
}

.f-callback a {
    cursor: pointer;
    padding: 15px 25px;
    color: #fff !important;
    text-align: center;
    background: #1f172e;
    border-radius: 15px;
}

.fb-block .phone {
    background: url(../images/cont-1.png) left center no-repeat;
    padding-left: 30px;
    margin-top: 15px;
}

.fb-block .mail {
    background: url(../images/cont-2.png) left center no-repeat;
    padding-left: 30px;
    margin-top: 15px;
}

.fb-block .adr {
    background: url(../images/cont-3.png) left center no-repeat;
    padding-left: 30px;
    margin-top: 15px;
}

.fb-block .mail a {
    text-decoration: underline;
}

.fb-block .mail a:hover {
    text-decoration: none;
}

.related {
    clear: both;
}

.modal-header {
    padding: 0px;
    border: 0px;
}

.modal-content {
    border: 0px;
    border-radius: 8px;
}

.modal-body {
    padding: 0px 30px 30px 30px;
}

.modal .form-item {
    margin-bottom: 20px;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    border-radius: 90px;
    padding: 0px 15px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.wpcf7 textarea:focus,
.wpcf7 input:focus {
    background: rgba(0, 0, 0, 0.35) !important;
    color: #fff !important;
}

.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #fff;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0 0 0 auto;
}

.wpcf7 input[type="submit"] {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    background: #6768ab;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 0px;
    padding: 0px 25px;
    height: 40px;
    text-shadow: unset;
}

.modal .wpcf7 input[type="submit"] {
    height: 40px;
    width: auto;
    background: #6768ab;
}

.wpcf7 input[type="submit"]:focus,
.modal .wpcf7 input[type="submit"]:focus,
.modal .wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
    background: #6768ab;
    color: #fff;
    box-shadow: unset;
}

.modal .wpcf7 input[type="submit"]:focus,
.modal .wpcf7 input[type="submit"]:hover {
    background: #6768ab !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-dialog {
    margin-top: 50px;
}

.modal .form-actions {
    text-align: center;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.wpcf7 input.wpcf7-not-valid {
    border-color: red !important;
}

.modal .form-title {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 20px;
}

.modal .block-title:after {
    margin-bottom: 20px;
}

.mes1 {
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #242424;
}

.mes2 {
    padding-bottom: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #38B188;
}

.wpcf7-spinner {
    display: none;
}

.btn-primary,
.btn-outline-primary,
.wpcf7 input[type="submit"] {
    background: #282811;
    border: 1px solid #282811;
    color: #fff;
    border-radius: 15px;
}

.btn-primary:hover,
.btn-outline-primary:hover,
.wpcf7 input[type="submit"]:hover {
    background: #282811;
    border: 1px solid #282811;
    opacity: 0.8;
}

.woocommerce ul.products li.product .price {
    text-align:center;
    font-size: 18pt;
}

.advantages {
    border-radius: 20px;
    background: #e2e2e2;
    padding: 30px;
    margin-bottom: 50px;
}

.advantages-list {
    justify-content: space-between;
}

.advantages-item {
    width: 20%;
}

.advantages-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 124px;
}

.location {
    background: url(../images/pin.png) left center no-repeat;
    padding: 7px 0px 7px 30px;
    background-size: 20px;
    font-size: 14px;
    margin-top: 5px;
}

.wc-tab>h2 {
    display: none;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: block;
}

.thwvsf_fields .thwvsf-rad-li {

    width:auto;
/*    list-style: none !important;*/
/*    margin: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;*/
}


.woocommerce div.product form.cart .variations label {
    font-weight: normal;
    text-align: left;
/*    width: 50%;*/
    line-height: 1.2;
    font-size: 16px;
}

.woocommerce div.product form.cart .variations .thwvsf_fields .thwvsf-rad-li.attribute_pa_vozrast {
    column-count: 2;
}
.woocommerce div.product form.cart .variations .thwvsf_fields .thwvsf-rad-li.attribute_pa_vozrast label {
    display: inline-block;
/*    border:1px solid green;*/
    min-width:200px;
    max-width:200px;

}

.woocommerce div.product form.cart .variations th.label label {
    font-weight: bold;
}

.woocommerce div.product form.cart .variations label {
/*    float:left;*/

/*    border:1px solid red;*/
/*    font-weight: bold;*/
}

.thwvsf-rad-li .th-container {
    align-items: center !important;
}

.thwvsf-rad-li .th-container input:checked~.checkmark {
    background-color: #8ec328 !important;
}




@media (min-width: 1024px) {

    .cart-box-wrapper {
        padding: 40px 28px 40px 150px;
        background: #e2eb68 url(../images/cart-icon.webp) left 5px no-repeat;
        /*background-size: cover;*/
        border-radius:15px;
        font-size: 14pt;
    }

    .cart-content {
    }

    .home #header {
        min-height: 400px;
        background: url(../images/header-frontpage-bg.webp) left top;
    }

    .home .top-menu {
        margin-top: -23px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home .top-menu li>a {}

    #mnmwp-main-menu {
        box-shadow: 0px 4px 8px 5px rgba(34, 60, 80, 0.2);
    }

    #mnmwp-main-menu>ul>li>a {
        /*      font-size:10pt;*/
        padding: 13px 5px;
    }

    .home .to-foot-position {
        margin-top: 50px;
    }

    .home .contact-line a {
        /*      color:#fff;*/
    }

    .home .contact-line a,
    .home .phone a,
    .home .cart-content,
    .home .location {
        color: #1d1d1d;
    }

    .home .location {
        font-size: 12pt;
    }

    .home .navbar-brand.custom-logo-link {
        margin-top: 50px;
    }

    .home .dgwt-wcas-sf-wrapp {
        margin-top: 60px;
        background-color:transparent;
    }
}


/*fix leftside menu*/

.sidebar .iksm-container .iksm-terms {}

.iksm-terms-tree.iksm-terms-tree--level-2.iksm-terms-tree--children .iksm-term__link {
    background: none;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iksm-terms-tree--level-2 .iksm-term__link {
    /*  border:1px solid black;*/

}


.products-cats {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.products-cats .prod-brand-wrapper {
    padding: 0px;
    margin: 20px 10px;
    min-width: 255px;
    max-width: 255px;
    justify-content: center;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    text-align: center;
}


.products-cats .prod-brand-wrapper img {
/*    width: auto;*/
    max-width:100%;
    /*    border:1px solid black;*/
    display: block;
    min-height:219px;
}


.products-cats .prod-brand-wrapper a {
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*    text-transform: uppercase;*/

}

.products-cats .prod-brand-wrapper a span {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 14pt;
    width: 100%;
    display: block;
    color: #224502;
    background-color: #dfdddd;
    padding: 20px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height:90px;
}

.products-cats .prod-brand-wrapper a:hover span {
    color: #000;
    /*    filter: blur(1px);*/
}

.product-category.product {

    padding: 20px 0;
    background-color: #dfdddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-align:center;
    padding:20px 0 20px 0;
    /*font-weight: bold;*/
    font-weight: normal;
    font-style: italic;

}

.product-category.product mark.count {

    background-color: #dfdddd;
}

.woocommerce-products-header {
    margin-bottom:15px;
}

.woocommerce ul.products li.product a img {
    margin-bottom:0px;
}

.product-block .block-title {
    margin-top:15px;
}

#billing_email_field,
.woocommerce-order-overview__email.email,
.woocommerce-customer-details--email {
    display: none !important;
}
