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

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

body {
    line-height: 1.4;
}

ol,
ul,
#header .menu-bottom li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

a {
    text-decoration: none;
}

a {
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[role="button"] {
    cursor: pointer;
}

.contentpaneopen a {
    color: #57595b;
    text-decoration: none !important;
    position: relative;
}

.contentpaneopen a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #d2dadb;
    display: none;
}

.contentpaneopen fieldset {
    max-width: calc(100vw - 15px);
}

.contentpaneopen {
    margin-top: 20px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heading-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heading-row .contentheading {
    margin: auto;
}

input {
    margin: 0;
}

input::-moz-placeholder {
    opacity: 1;
    color: rgba(119, 119, 119, 0.6);
}

input::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.6);
}

input:-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.6);
}

input::-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.6);
}

input::placeholder {
    color: rgba(119, 119, 119, 0.6) !important;
}

:invalid {
    box-shadow: none;
}

/*  fonts
    ------------------------------------------------------- */
@font-face {
    font-family: "AvantGardeGothicC-Regular";
    font-display: swap;
    src: url("../fonts/AvantGardeGothicC-Regular.eot");
    src: url("../fonts/AvantGardeGothicC-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AvantGardeGothicC-Regular.woff2") format("woff2"),
        url("../fonts/AvantGardeGothicC-Regular.woff") format("woff"),
        url("../fonts/AvantGardeGothicC-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvantGardeGothicC-Book";
    font-display: swap;
    src: url("../fonts/AvantGardeGothicC-Book.eot");
    src: url("../fonts/AvantGardeGothicC-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AvantGardeGothicC-Book.woff2") format("woff2"),
        url("../fonts/AvantGardeGothicC-Book.woff") format("woff"),
        url("../fonts/AvantGardeGothicC-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvantGardeGothicC-Bold";
    font-display: swap;
    src: url("../fonts/AvantGardeGothicC-Bold.eot");
    src: url("../fonts/AvantGardeGothicC-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AvantGardeGothicC-Bold.woff2") format("woff2"),
        url("../fonts/AvantGardeGothicC-Bold.woff") format("woff"),
        url("../fonts/AvantGardeGothicC-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmoniaSansProCyr-Light";
    font-display: swap;
    src: url("../fonts/HarmoniaSansProCyr-Light.eot");
    src: url("../fonts/HarmoniaSansProCyr-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/HarmoniaSansProCyr-Light.woff2") format("woff2"),
        url("../fonts/HarmoniaSansProCyr-Light.woff") format("woff"),
        url("../fonts/HarmoniaSansProCyr-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*  body
    ------------------------------------------------------- */
#page {
    position: relative;
    background: #fff;
    color: #57595b;
    font-size: 15px;
    font-family: "AvantGardeGothicC-Regular";
}

#page::before {
    content: "";
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.4s ease-out 0s;
    transition: opacity 0.4s ease-out 0s;
}

#page.form-open {
    overflow: hidden;
}

#page.form-open::before {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.wrap {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
}

/*  header
    ------------------------------------------------------- */
#header {
    position: relative;
    padding-top: 33px;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.55);
}

#header .wrap {
    max-width: 1170px;
}

#header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background-color: #4da93a;
    background-image: -webkit-linear-gradient(top, #49ad34 1%, #58a04a);
    background-image: linear-gradient(to bottom, #49ad34 1%, #58a04a);
}

#header .row-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .logo {
    display: inline-block;
    width: 300px;
    height: 86px;
    background-image: url(../img/logo.svg);
    background-size: cover;
    margin-left: 0px;
    margin-top: 15px;
}

#header .column-right {
    margin-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#header .row1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#header .controls {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 180px;
    height: 31px;
    padding: 0 5px 0 9px;
    border-radius: 0 0 3px 3px;
    background-color: #58a04a;
}

#header .controls>a {
    position: relative;
    color: #fff;
}

#header .controls>.signin {
    padding-bottom: 1px;
    border-bottom: 2px solid;
}

#header .controls>.signin:hover {
    border: none;
}

#header .controls>.account {
    padding-right: 13px;
}

#header .controls>.account:hover {
    text-decoration: underline;
}

#header .controls>.account::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 9px;
    height: 6px;
    background-image: url(../img/acc_arrow.png);
}

#header .row2 {
    margin: 12px 90px 4px;
    display: -webkit-flex;
    display: flex;
}

.vcard div {
    display: flex;
    align-items: center;
}

i.tel:after {
    content: url(../img/tel.png);
}

.vcard a {
    font-size: 24px;
    color: #7e7e7e;
    margin-left: 20px;
    font-weight: 900;
}

#header .row2>a {
    position: relative;
    font-size: 21px;
    color: #686968;
    border-bottom: 1px solid transparent;
}

#header .row2>a:hover {
    border-bottom: 1px solid #c5c7c6;
    transition: 0.2s;
}

#header .row2>a:first-child {
    margin: 0 25px 0 119px;
}

#header .row2>a:first-child::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -13px;
    bottom: 1px;
    width: 1px;
    background-color: #686968;
    -webkit-user-select: none;
    user-select: none;
}

#header .row3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .wrap-search {
    font-size: 0;
    width: 100%;
    padding-right: 25px;
}

#header .input__field {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c5c7c6;
    font-size: 21px;
    line-height: 23px;
    padding: 4px 10px;
    flex: 1;
    height: 33px;
}

#header .button-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 33px;
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    background-color: #c5c7c6;
    border: 0;
}

#header .button-search::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 14px;
    background-image: url(../img/search_icon.png);
}

#header .box-cart {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .search-mob {
    display: none;
    width: 22px;
    height: 23px;
    background-image: url(../img/search.png);
}
#minicart_icon_amount_mob {
display: none;	
}
#header .wrap-cart {
    margin-right: 30px;
    position: relative;
    font-size: 0;
}

#header .cart {
    display: inline-block;
    width: 49px;
    height: 38px;
    background-image: url(../img/cart_icon.png);
}

#header .cart-mob {
    display: none;
    width: 32px;
    height: 24px;
    background-image: url(../img/cart_icon_m.png);
}

#header .tocart {
    position: relative;
    box-sizing: border-box;
    width: 164px;
    padding: 0 22px 0 6px;
    text-align: center;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    background-color: #d9dbda;
    color: #111;
    border-radius: 4px;
    font-family: "AvantGardeGothicC-Bold";
}

#header .tocart:hover {
    background-color: #c4c4c4;
}

#header .tocart::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    width: 6px;
    height: 9px;
    background-image: url(../img/tocart_arrow.png);
}

#header .menu-top {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 5px 15px;
    border-bottom: 2px dashed #828282;
    margin: 15px 0px 0;
    padding: 0 0px 15px !important;
}

.dropped {
    list-style: none;
    padding: 0 !important;
}

#header .menu-top>a {
    display: inline-block;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
}

#header .menu-top>a:hover {
    color: #55a346;
}

#header .menu-bottom {
    padding: 23px 0 0;
}

#header .menu-bottom ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .menu-bottom li {
    position: relative;
    padding-bottom: 19px;
}

#header .menu-bottom li.dropped {
    position: static;
}

#header .menu-bottom .link {
    position: relative;
    z-index: 2001;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
}

#header .menu-bottom li:hover .link {
    color: #55a346;
}

#header .popup1 {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 99999;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px;
    padding: 5px;
    border: 0px solid #777;
    border-top: 2px solid #4da93a !important;
    border-bottom: 2px solid #4da93a !important;
    text-align: center;
    background: #fff;
    box-shadow:0px 3px 24px 0px rgb(0 0 0 / 55%);
}

.related .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.related div.product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 !important;
    height: auto !important;
}

.item .name {
    padding-bottom: 0.5em;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .menu-bottom li:hover .popup1 {
    display: block;
}


#header .popup1 a {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    color: #5b5148;
    line-height: 17px;
    text-transform: none;
    text-align: left;
    padding-left: 10px;
}

.product-Old-Price {
    color: #e10586 !important;
}

#header .popup1 a:last-child {
    margin-bottom: 0;
}

#header .popup1 a:hover {
    text-decoration: underline;
    color: #5b5148;
}

#header .menu-bottom .popup {
    display: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 99999;
    left: -90px;
    width: calc(100% + 180px);
    padding: 35px 50px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    border-bottom: 3px solid #4da93a;
    border-top: 3px solid #4da93a;
}

#header .menu-bottom .dropped:hover .popup {
    display: -webkit-flex;
    display: flex;
}

#header .menu-bottom .popup a {
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63a656;
    margin-bottom: 15px;
    text-align: center;
    text-transform: none;
}

#header .menu-bottom .popup a:hover {
    text-decoration: underline;
}

#header .menu-bottom .popup .item {
   width: 100% !important;
    text-align: center;
    
    display: block;
}

input.addtocart_button_module {
    margin: 0 auto;
    margin-top: -40px;
    margin-right: 50px;
    width:25px !important;
}

.related input.addtocart_button_module {
    display: none !important;
}

.table_moe_verh {
    margin: 0 auto;
}

#header .menu-bottom .popup .item:nth-child(2) {
    /*width: 280px;*/
}

#header .menu-bottom .popup .item .name {
    color: #58a04a;
    font-size: 16px;
    font-family: "AvantGardeGothicC regular";
    font-weight: 900;
    padding: 0 35px;
    height: 65px;
}

.popup span.productPrice {
    margin-top: 20px;
    font-size: 18px;
    display: inline-block;
    padding: 20px 48px 0 0;
    color: #63a656;
}

#header .menu-bottom .popup .item .image {
    display: inline-block;
    width:100%;
    text-align:center;
}
#header .menu-bottom .popup .item .image>a{
    border: 1px solid #b4b4b4;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    display: inline-block;
}
.image img {
    width: 110px;
    height: auto;
}

#header .menu-bottom .popup .item p {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #63a656;
    font-weight: 900;
}

.cart_pop {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 3000;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 20px 130px 20px;
    width: 425px;
    background: #fff;
    box-shadow: 0px 12px 28.42px 0.58px rgba(0, 0, 0, 0.26);
}

.cart_pop::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #fff transparent;
}

.cart_pop .title {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 35px;
}

.cart_pop .links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c1c1c1;
}

.cart_pop .links a {
    font-size: 14px;
    color: #b3b2b2;
    text-align: center;
    height: 50px;
    line-height: 48px;
    border: 1px solid #c5c7c6;
    width: 49%;
}

.cart_pop .links a:hover {
    background: #c5c7c6;
    color: #fff;
}

.cart_pop .links a span {
    padding-left: 30px;
    background: url(../img/cart_arrow.png) no-repeat left;
}

.cart_pop .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(../img/close.png);
}

.cart_pop .close:hover {
    opacity: 0.7;
}

.payment_block {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wrap-img {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border: 2px solid #c1c1c1;
}

.wrap-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 80px;
}

.cart_pop .desc {
    margin-left: -50px;
    font-size: 12px;
    width: 65%;
}

.desc div {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    font-family: "AvantGardeGothicC-Regular";
}

.cart .item {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.promo {
    padding: 15px 0;
    border-top: 1px solid #c1c1c1;
    margin-top: 25px;
    height: 40px;
    border-bottom: 1px solid #c1c1c1;
}

button#next {
    display: none;
}

.promo .text {
    font-size: 28px;
    color: #c1c1c1;
    float: left;
}

.shiping_bottom {
    display: flex;
    margin-bottom: 35px;
}

.shiping_bottom label {
    display: block;
    margin-bottom: 10px;
}

.shiping_bottom input {
    float: left;
    margin-right: 10px;
}

.plus {
    font-size: 26px;
    color: #c1c1c1;
    float: right;
}

#next {
    border: none;
    font-family: "AvantGardeGothicC-Regular";
}

.promo input.inputbox {
    width: 150px;
}

input.button.promo_but {
    margin: 0;
    display: block;
    height: 36px;
    line-height: 1;
    border: 0;
}

.text.err {
    margin-bottom: 10px;
    font-size: 20px;
    float: none;
    text-align: center;
}

.plus form {
    display: flex;
}

#coupon_code {
    width: 150px;
    height: 30px;
}

.cart .desc {
    margin-left: 10px;
    width: 550px;
}

#vmMainPage h2 {
    font-size: 25px;
    text-align: center;
    color: #7d7d7d;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.cart_prod {
    padding: 25px 0 15px 0;
    margin-right: 20px;
    margin-top: 25px;
    border-top: 1px solid #c1c1c1;
}

.cart input.inputbox {
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
}

.desc span {
    margin-left: 5px;
    display: inline-block;
    color: #616161;
    font-family: "AvantGardeGothicC-Regular";
}

.subtotal.wrap5 h4 {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px dashed;
    font-size: 15px;
    padding-top: 25px;
}

.subtotal.wrap5 .checkout_link {

    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b6b6b;
    height: 40px;
    margin: 0;
    margin-bottom: 25px;
    background: #d9dbda;
}

.subtotal.wrap5 p {
    padding-bottom: 15px;
    font-size: 13px;
    color: #616161;
}

.checkout_link {
    display: none;
}

.cart_pop .action {
    margin-top: 13px;
}

.cart_pop .itogo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    font-size: 14px;
    background: url(../img/rub2.png) no-repeat left;
}

.cart_pop .delete {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 7px;
    margin-left: 10px;
    background: url(../img/delete.png) no-repeat;
}

#menu-opener {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
}

#menu-opener .lines {
    background: #616161;
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    pointer-events: none;
}

#menu-opener .lines::before,
#menu-opener .lines::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #616161;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#menu-opener .lines::before {
    top: 11px;
}

#menu-opener .lines::after {
    top: -11px;
}

#menu-opener.open .lines {
    background: transparent;
}

#menu-opener.open .lines::before,
#menu-opener.open .lines::after {
    top: 0;
    width: 30px;
}

#menu-opener.open .lines::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-opener.open .lines::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-opener.open:hover .lines::after,
#menu-opener.open:hover .lines::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*  popup menu
    ------------------------------------------------------- */
#popup-menu,
#popup-search {
    display: none;
    position: absolute;
    top: 118px;
    right: 0;
    left: 0;
    background-color: #fff;
}

#popup-menu.open,
#popup-search.open {
    display: block;
}

#popup-menu .input,
#popup-search .input {
    position: relative;
}

#popup-menu .input__field,
#popup-search .input__field {
    margin: 0;
    width: 100%;
    padding: 4px 10px 5px;
    font-size: 21px;
    line-height: 25px;
    color: #0d0d0d;
    border: 14px solid #e6e6e6;
}

#popup-menu .input__field:focus,
#popup-search .input__field:focus {
    border-color: #e6e6e6;
}

#popup-menu .button-search,
#popup-search .button-search {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    background: none;
    border: none;
    height: 34px;
}

#popup-menu .button-search::before,
#popup-search .button-search::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 16px;
    height: 15px;
    background-image: url("../img/search.png");
    background-size: cover;
}

#popup-menu .nav-top {
    position: relative;
    padding-bottom: 3px;
}

#popup-menu .nav-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #54a443;
    background-image: -webkit-linear-gradient(top, #49ad34 1%, #54a443);
    background-image: linear-gradient(to bottom, #49ad34 1%, #54a443);
}

#popup-menu .nav-top>a {
    display: block;
    padding: 13px 0 12px;
    font-size: 17px;
    color: #000;
    text-align: center;
    border-bottom: 1px dashed #828282;
    text-transform: uppercase;
}

#popup-menu .nav-top>a:last-child {
    border: none;
}

#popup-menu .nav-bottom>a {
    position: relative;
    display: block;
    padding: 14px 0 11px;
    font-size: 22px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
}

#popup-menu .nav-bottom>a:nth-child(6) {
    border-top: 1px solid #e6e6e6;
}

#popup-menu .nav-bottom>a:nth-child(6),
#popup-menu .nav-bottom>a:nth-child(7) {
    padding: 15px 0 13px;
    font-size: 21px;
    color: #c5c7c6;
    text-transform: none;
}

#popup-menu .nav-bottom>a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    width: 11px;
    height: 16px;
    background-image: url("../img/arrow_right2.png");
}

#popup-menu .nav-bottom>a:nth-child(6)::before,
#popup-menu .nav-bottom>a:nth-child(7)::before {
    display: none;
}

/*  
    ------------------------------------------------------- */
.input__label {
    margin-bottom: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(55, 55, 55, 0.75);
}

.input__label>a {
    color: #57595b;
    text-decoration: underline;
}

.input__field {
    margin: 0;
    margin-bottom: 28px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px 9px;
    font-size: 14px;
    line-height: 20px;
    color: #0d0d0d;
    outline: none;
    background: #fff;
    border: 1px solid #aaa;
    font-family: "AvantGardeGothicC-Regular";
}

.input__field:focus {
    border-color: #57595b;
}

.section {
    overflow: hidden;
    color: #57595b;
}

.section h3 {
    margin-bottom: 35px;
    font-size: 24px;
    text-transform: uppercase;
}

.section .checkbox {
    margin-bottom: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.section .input-checkbox {
    width: 13px;
    height: 13px;
}

.section .label-checkbox {
    margin-left: 9px;
    font-size: 16px;
}

.section .button {
    display: inline-block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #9c9c9c;
    text-transform: uppercase;
}

.section .nav {
    margin-bottom: 42px;
    color: rgba(41, 21, 1, 0.6);
    font-size: 0;
}

.section .nav>a {
    position: relative;
    margin-right: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(41, 21, 1, 0.6);
    text-decoration: underline;
}

.section .nav>a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    width: 1px;
    height: 100%;
    background-color: rgba(41, 21, 1, 0.6);
    -webkit-user-select: none;
    user-select: none;
}

.section .nav>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.section .list>li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 17px;
    font-size: 14px;
}

.section .list>li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #555;
}

/*  section1
    ------------------------------------------------------- */
.section1 {
    padding: 54px 0 79px;
}

.section1 h2 {
    margin-bottom: 75px;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.section1 h4 {
    margin-bottom: 27px;
    font-size: 17px;
    text-transform: uppercase;
}

.section1 .content2 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.section1 .content2::before {
    content: "";
    position: absolute;
    top: -23px;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    background-color: #adadad;
}

.section1 .content2>div {
    width: 416px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.section1 .info {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.5;
}

.section1 .info2 {
    margin-bottom: 21px;
    font-size: 13px;
    line-height: 1.5;
}

/*  section2
    ------------------------------------------------------- */
.section2 {
    padding: 74px 0 95px;
    background-color: #f0f0f0;
}

.section2 {
    text-align: center;
}

.section2 .info {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.section2 .form2 {
    margin: 0 auto;
    width: 282px;
}

/*  section3
    ------------------------------------------------------- */
.section3 {
    padding: 54px 0 48px;
}

.section3 h2 {
    margin-bottom: 52px;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.section3 .form2 {
    margin: 0 auto;
    width: 715px;
}

.section3 h3 {
    margin: 24px 0 51px;
}

.section3 h4 {
    margin-bottom: 27px;
    font-size: 20px;
    text-transform: uppercase;
}

.section3 .info {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
}

.section3 .info2 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.section3 .info3 {
    margin-bottom: 21px;
    font-size: 13px;
    line-height: 1.5;
}

.section3 .checkbox {
    margin-bottom: 25px;
}

.section3 .label-checkbox {
    font-size: 14px;
}

.section3 .list {
    margin-bottom: 39px;
}

.section3 .button {
    height: 38px;
    line-height: 38px;
}

/*  section4
    ------------------------------------------------------- */
.section4 {
    padding: 54px 0 65px;
}

.section4 .content2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.section4 .column-left {
    margin-right: 40px;
    width: 278px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.section4 .column-left h3 {
    margin-bottom: 22px;
    color: #291501;
}

.section4 .menu {
    margin-bottom: 64px;
}

.section4 .menu .item {
    display: block;
    position: relative;
    padding: 14px 21px;
    color: #291501;
    text-transform: uppercase;
    border-bottom: 1px solid #adadad;
}

.section4 .menu>.item {
    border-top: 1px solid #adadad;
}

.section4 .menu .active {
    background-color: #f8f8f8;
}

.search_poisk {
    font-size: 0;
    width: 100%;
    display: flex;

}

.section4 .menu .active::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    width: 8px;
    height: 13px;
    background-image: url("../img/arrow_right.png");
}

.section4 .contacts>div {
    position: relative;
    padding-left: 44px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(28, 28, 28, 0.85);
}

.section4 .contacts>div:last-child {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px dashed #adadad;
}

.section4 .contacts>div::before {
    content: "";
    position: absolute;
}

.section4 .contacts .tel::before {
    top: 2px;
    left: 13px;
    width: 22px;
    height: 30px;
    background-image: url("../img/phone.png");
}

.section4 .contacts .email::before {
    top: 28px;
    left: 9px;
    width: 25px;
    height: 17px;
    background-image: url("../img/message.png");
}

.section4 .contacts span {
    font-family: "AvantGardeGothicC-Bold";
}

.section4 .contacts a {
    color: rgba(119, 119, 119, 0.85);
    text-decoration: underline;
}

.section4 .column-right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.section4 .column-right h2 {
    position: relative;
    margin-bottom: 27px;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}

.section4 .column-right h2>a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    color: rgba(28, 28, 28, 0.85);
    text-decoration: underline;
    text-transform: none;
}

.section4 .column-right h3 {
    margin-bottom: 28px;
    font-size: 20px;
    text-transform: uppercase;
}

.section4 .column-right h3.edit {
    margin: 24px 0 51px;
    font-size: 24px;
    text-transform: uppercase;
}

.section4 .column-right .info {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(55, 55, 55, 0.85);
}

.section4 .header {
    margin-bottom: 60px;
    box-sizing: border-box;
    height: 262px;
    padding: 77px 0 0 50px;
    text-align: center;
    background-image: url("../img/hello.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.section4 .header h1 {
    margin-bottom: 24px;
    box-sizing: border-box;
    max-width: 420px;
    color: #fff;
    font-size: 22px;
    font-family: "AvantGardeGothicC-Bold";
}

.section4 .header .description {
    box-sizing: border-box;
    max-width: 420px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.section4 .wrap-username {
    margin-bottom: 29px;
    padding-bottom: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #adadad;
}

.section4 .wrap-username>.username {
    color: rgba(28, 28, 28, 0.85);
    font-family: "AvantGardeGothicC-Bold";
}

.section4 .wrap-username>.exit {
    color: rgba(28, 28, 28, 0.85);
    text-decoration: underline;
}

.section4 .checkbox {
    margin-bottom: 25px;
}

.section4 .label-checkbox {
    font-size: 14px;
    color: rgba(28, 28, 28, 0.85);
}

.section4 .column-right .info2 {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(28, 28, 28, 0.65);
}

.section4 .info3 {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(87, 89, 91, 0.75);
}

.section4 .button {
    margin-bottom: 29px;
    width: 226px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}

.section4 .button.last {
    margin: 0;
    font-size: 16px;
}

.section4 .button2 {
    margin-bottom: 55px;
    width: 453px;
    font-size: 16px;
}

.section4 .button3 {
    width: 100%;
}

.section4 .column-right .password-toggle {
    margin: 0;
    position: relative;
    padding: 14px 31px 15px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    cursor: pointer;
}

.section4 .password-toggle::before,
.section4 .password-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 16px;
    height: 2px;
    background-color: #57595b;
}

.section4 .password-toggle::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.section4 .password-toggle.active::after {
    display: none;
}

.section4 .password-content {
    display: none;
    padding: 31px 15px;
    border-bottom: 1px solid #adadad;
}

.section4 .social {
    margin-bottom: 58px;
    display: -webkit-flex;
    display: flex;
}

.section4 .social>a {
    position: relative;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #8c8c8c;
}

.section4 .social>a:last-child {
    margin: 0;
}

.section4 .social>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.section4 .social>a:nth-child(1)::before {
    width: 11px;
    height: 21px;
    background-image: url("../img/fb2.png");
}

.section4 .social>a:nth-child(2)::before {
    width: 18px;
    height: 19px;
    background-image: url("../img/inst2.png");
}

.section4 .social>a:nth-child(3)::before {
    width: 15px;
    height: 21px;
    background-image: url("../img/pin2.png");
}

.section4 .social>a:nth-child(4)::before {
    width: 21px;
    height: 17px;
    background-image: url("../img/tw2.png");
}

.section4 .catalog2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section4 .catalog2>.item {
    margin-right: 14px;
    padding: 0 28px 28px;
}

.section4 .catalog2 .wrap-img {
    text-align: center;
}

.section4 .catalog2 img {
    display: inline-block;
}

.section4 .catalog2 .title {
    margin: 30px 0 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.section4 .catalog2 .price {
    margin-bottom: 18px;
    text-align: center;
    font-size: 18px;
}

.section4 .catalog2 .wrap-options>li {
    position: relative;
    padding: 11px 2px 10px;
    border-bottom: 1px solid #8c8c8c;
}

.section4 .catalog2 .wrap-options>li:first-child {
    border-top: 1px solid #8c8c8c;
}

.section4 .catalog2 .wrap-options>li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    width: 11px;
    height: 7px;
    background-image: url("../img/arrow_bottom.png");
}

.section4 .catalog2 .add-cart {
    margin: 33px 2px 0;
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #c5c7c6;
    font-size: 14px;
    text-transform: uppercase;
}

/*  section5
    ------------------------------------------------------- */
.section5 {
    padding: 54px 0 65px;
}

.section5 .wrap:first-child {
    margin-bottom: 113px;
}

.section5 .info {
    color: #616060;
    font-size: 15px;
    text-align: center;
}

.section5 .info>div {
    margin-top: 10px;
}

.section5 .info>div:first-child {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.section5 .info span {
    font-family: "AvantGardeGothicC-Bold";
}

.section5 .wrap:last-child {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.section5 .column-left {
    margin-right: 15px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.section5 h2 {
    margin-bottom: 50px;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
}

.section5 .head {
    margin-bottom: 20px;
    padding-bottom: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #616161;
    font-size: 13px;
    border-bottom: 1px solid #c1c1c1;
}

.section5 .orders>.item {
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    color: #616161;
}

.section5 .orders>.item span {
    margin-right: 10px;
    font-size: 12px;
    color: #000;
    font-family: "AvantGardeGothicC-Bold";
}

.section5 .orders .wrap-img {
    position: relative;
    box-sizing: border-box;
    width: 155px;
    height: 155px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border: 2px solid #c1c1c1;
}

.section5 .orders .wrap-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.section5 .orders .description {
    margin-left: 11px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.section5 .orders .description>div,
.section5 .orders .description>ul {
    padding-right: 75px;
}

.section5 .orders .details {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 22px;
}

.section5 .orders .details::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 12px;
    height: 1px;
    background-color: #c1c1c1;
}

.section5 .orders .details>li {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.section5 .orders .details>li:last-child {
    margin: 0;
}

.section5 .orders .all {
    text-align: right;
}

.section5 .orders .all>div:first-child {
    margin-bottom: 10px;
}

.section5 .orders .all-mob {
    display: none;
    margin-top: 14px;
    padding-top: 10px;
    position: relative;
}

.section5 .orders .all-mob::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: -15px;
    height: 1px;
    background-color: #c1c1c1;
}

.section5 .orders .all-mob>div {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.section5 .orders .all-mob>div:first-child {
    margin-bottom: 16px;
}

.section5 .orders .all-mob>div:last-child {
    margin: 0;
}

.section5 .orders .all-mob .label {
    margin-right: 10px;
    font-size: 12px;
    color: #000;
    font-family: "AvantGardeGothicC-Bold";
}

.section5 .orders .all-mob .subtotal {
    font-size: 11px;
    color: #616161;
    font-family: "AvantGardeGothicC-Regular";
}

.section5 .column-right {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 277px;
    padding: 20px 12px;
    color: #616161;
    line-height: 20px;
    font-size: 13px;
    border: 2px solid #c1c1c1;
}

.section5 .column-right .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}

.section5 .column-right .item {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section5 .column-right .item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.section5 .column-right .item a {
    text-decoration: none;
    color: #616161;
}

.section5 .column-right .title {
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.section5 .column-right .subtitle {
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section5 .column-right span {
    color: #000;
    font-family: "AvantGardeGothicC-Bold";
}

.section5 .column-right span.gray {
    color: #c1c1c1;
    font-family: "AvantGardeGothicC-Regular";
}

.section5 .column-right .line {
    margin-bottom: 12px;
}

.section5 .column-right i {
    position: relative;
    padding-left: 13px;
    float: right;
}

.section5 .column-right i::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 11px;
    background-image: url(../img/currency.jpg);
}

.section5 .column-right .card {
    position: relative;
}

.section5 .column-right .verify {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
}

.section5 .column-right .verify::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url("../img/verify.png");
}

/*  footer
    ------------------------------------------------------- */
#footer {
    padding: 50px 0;
    background: url(../img/footer_bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

#footer a {
    color: #fff;
}

#footer .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#footer .row:first-child {
    margin-bottom: 85px;
    -webkit-align-items: flex-end;
    align-items: flex-start;
}

nav.menu {
    margin: 0 auto;
}

#footer .wrap-social .label {
    margin-bottom: 14px;
    font-size: 21px;
}

#footer .wrap-social .social {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#footer .wrap-social .social>a {
    margin-right: 24px;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
}

#footer .wrap-social .social>a:last-child {
    margin-right: 0px;
}

#footer .wrap-social .social>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#footer .wrap-social .social>a:nth-child(1)::before {
    width: 14px;
    height: 26px;
    background-image: url("../img/fb.png");
}

#footer .wrap-social .social>a:nth-child(2)::before {
    width: 23px;
    height: 22px;
    background-image: url("../img/inst.png");
}

#footer .wrap-social .social>a:nth-child(3)::before {
    width: 20px;
    height: 24px;
    background-image: url("../img/pin.png");
}

#footer .wrap-social .social>a:nth-child(4)::before {
    width: 24px;
    height: 20px;
    background-image: url("../img/tw.png");
}

#footer .wrap-social .social>a:nth-child(5)::before {
    width: 23px;
    height: 27px;
    background-image: url("../img/yt.png");
}

#footer .wrap-social .social>a:nth-child(6)::before {
    width: 25px;
    height: 25px;
    background-image: url("../img/vk.png");
}

#footer .tel {
    padding-left: 145px;
    font-size: 18px;
}

#footer .tel>span,
#footer .tel>a {
    display: inline-block;
    vertical-align: middle;
}

#footer .tel>a {
    margin-left: 22px;
}

#footer .column-right .label {
    margin-bottom: 11px;
    font-size: 21px;
}

#footer .wrap-search {
    font-size: 0;
}

#footer .input__field {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 306px;
    border: 2px solid #c5c7c6;
    font-size: 21px;
    line-height: 23px;
    padding: 3px 10px;
}

#footer .button-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background-color: #c5c7c6;
}

#footer .button-search::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 14px;
    background-image: url(../img/search_icon.png);
}

#footer .menu a {
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

#footer .menu a:last-child {
    margin: 0;
}

#footer .menu a:hover {
    text-decoration: underline;
}

/*  bottom line
    ------------------------------------------------------- */
.bottom-line {
    display: none;
    position: relative;
    background-color: #fff;
}

.bottom-line.map {
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 21px;
    color: #616161;
    background-color: #e6e6e6;
}

.bottom-line.payments {
    height: 95px;
    border-bottom: 1px solid #e6e6e6;
}

.bottom-line.payments::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 250px;
    height: 65px;
    background-image: url("../img/payments.jpg");
}

.bottom-line.logo {
    height: 78px;
}

.bottom-line.logo>a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 211px;
    height: 51px;
    background-image: url("../img/logo.jpg");
}

/*  modal form
    ------------------------------------------------------- */
.fs-box {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fs-box::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.fs-box>section {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.fs-form {
    position: relative;
    box-sizing: border-box;
    width: 780px;
    padding: 50px 100px 55px;
    background: #fff;
    color: #57595b;
    text-align: left;
}

.fs-form .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    background-image: url("../img/close.png");
}

.fs-form h2 {
    margin-bottom: 28px;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.fs-form .input__field_search {
    margin-bottom: 10px;
}

.fs-form .action {
    display: -webkit-flex;
    display: flex;
}

.fs-form .button {
    display: inline-block;
    box-sizing: border-box;
    width: 175px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #9c9c9c;
    text-transform: uppercase;
    border: 1px solid #9c9c9c;
}

.fs-form .cancel {
    margin-left: 32px;
    background-color: #fff;
    color: #9c9c9c;
}

.fs-form .info {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.5;
}

/* homepage */

.main-content {
    padding: 60px 0;
    word-spacing: 10px;
}

.main-item-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666666%;
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    max-width: 41.666666%;
}

.question {
    width: auto !important
}

.main-item-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.main-item-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.main-item {
    padding: 0 105px 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-item .item-img {
    position: relative;
}

.main-item img {
    width: 100%;
}

.main-panel {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    text-align: center;
    padding: 20px 8px;
}

.main-panel.center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-panel.bottom {
    bottom: 0;
}

.main-panel.static {
    position: static;
}

.main-panel.left {
    left: 0;
    right: auto;
}

.main-panel h4 {
    font-size: 38px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #adadad;
    font-family: "HarmoniaSansProCyr-Light";
}

.main-panel p {
    padding-top: 12px;
    font-size: 17px;
}

.main-item .main-text {
    padding-top: 37px;
}

.main-item .main-text p {
    font-size: 17px;
    font-family: "HarmoniaSansProCyr-Light";
    line-height: 1.47;
}

.main-item .main-text p a {
    display: inline-block;
    padding-left: 50px;
    line-height: 1.47;
    color: #000000;
    font-family: "HarmoniaSansProCyr-Light";
    text-decoration: underline;
}

.mt-70 {
    margin-top: -70px;
}

.mt70 {
    margin-top: 70px;
}

.section-options {
    padding-bottom: 130px;
}

.options-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -75px;
}

.options-content .options-item {
    padding: 0 75px;
    text-align: center;
}

.options-content .options-item h3 {
    font-size: 15px;
    font-family: "AvantGardeGothicC-Regular";
    line-height: 1.66;
}

.options-content .options-item .option-img {
    max-width: 180px;
    height: 125px;
    margin: 0 auto 25px;
}

.options-content .options-item .option-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.options-content .options-item .option-btn a {
    width: 100%;
    display: inline-block;
    border: 1px solid #303030;
    padding: 14px;
    font-size: 15px;
    font-family: "AvantGardeGothicC-Regular";
    line-height: 1;
    color: #1e1e1e;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*  ANIMATIONS MODAL FORM
    ------------------------------------------------------- */
@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

.pagination {
    margin-top: 15px;
    font-size: 14px;
}

#product_list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 150px;
    width: 100%;
    height: 100%;
}

.img_tovar {
    width: 140px;
    height: 140px;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.img_tovar img {
    width: 80px;
    height: auto;
    margin-top: 10px;
}

.cena_tovar a {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    color: #58a04a;
}

.mobile_menus a,
.mobile_menus1 a {
    display: block;
    text-align: left;
    padding: 15px;
    text-transform: uppercase;
    color: #000;
}

.mobile_menus.opened,
.mobile_menus1.opened {
    display: block;
    border-top: 2px solid #54a443;
    border-bottom: 2px solid #54a443;
}

.mobile_menus,
.mobile_menus1 {
    display: none;
}

#product_list .productPrice {
    float: right;
    font-size: 19px;
}

#product_list .product-Old-Price {
    float: left;
    font-size: 19px;
}

#vmMainPage .nazv_tovar a {
    font-size: 16px !important;
    font-style: normal !important;
    text-decoration: none !important;
    color: #58a04a !important;
    font-weight: 600 !important;
}

.kropis_tovar {
    height: 130px;
    word-break: break-all;
    font-size: 14px;
    margin-top: 20px;
    color: #505050;
}

.nazv_tovar {
    padding: 0 30px;
    height: 66px;
    text-align: center;
    margin-bottom: 25px;
}

.cena_tovar .productPrice:hover {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.first.js-first {
    display: none;
}

.clearfix.vmattribute.tsvet input:checked+.options_img,
.clearfix.vmattribute.chasha-1-tsvet input:checked+.options_img,
.clearfix.vmattribute.chasha-2-tsvet input:checked+.options_img {
    border: 2px solid #ededed !important;
}

.clearfix.vmattribute.tsvet .options_img,
.clearfix.vmattribute.chasha-1-tsvet .options_img,
.clearfix.vmattribute.chasha-2-tsvet .options_img {
    height: 50px;
    width: 50px;
    align-self: center;
    justify-content: center;
    display: flex;
    border: 2px solid transparent;
}

[data-id="goluboy"]:before {
    background: #42aaff;
}

[data-id="limonniy"]:before {
    background: #fde910;
}

[data-id="krasniy"]:before {
    background: red;
}

[data-id="cherniy"]:before {
    background: black;
}

[data-id="siniy"]:before,
[data-id="sinaya"]:before,
[data-id="ciniy"]:before {
    background: blue;
}

[data-id="orangevaya"]:before,
[data-id="orangeviy"]:before {
    background: orange;
}

[data-id="geltaya"]:before,
[data-id="gyoltaya"]:before,
[data-id="geltiy"]:before,
[data-id="gyoltiy"]:before,
[data-id="geltiy-soft"]:before {
    background: yellow;
}

[data-id="sirenevaya"]:before,
[data-id="sireneviy"]:before,
[data-id="sireneviy-soft"]:before {
    background: #c8a2c8;
}

[data-id="purpurnaya"]:before,
[data-id="purpurniy"]:before {
    background: #800080;
}

[data-id="biryuzovaya"]:before,
[data-id="biryuzoviy"]:before,
[data-id="biryuzoviy-soft"]:before {
    background: #30d5c8;
}

[data-id="rozovaya"]:before,
[data-id="rozoviy"]:before {
    background: #ffc0cb;
}

[data-id="zelenaya"]:before,
[data-id="zeleniy"]:before {
    background: green;
}

[data-id="sladkaya-klubnika"]:before,
[data-id="klubnika"]:before {
    background: #fb2943;
}

[data-id="lunniy-kamen"]:before {
    background: #bdd0e4;
}

[data-id="polnoch"]:before {
    background: #702670;
}

[data-id="lisichka"]:before {
    background: #f4bd8a;
}

[data-id="yabloko"]:before {
    background: #5edc1f;
}

[data-id="solntse"]:before {
    background: #fff917;
}

[data-id="sneg"]:before {
    background: #fffafa;
}

[data-id="lepestkov-uvyadshey-rozi"]:before {
    background: #c0737a;
}

[data-id="letnyaya-sliva"]:before {
    background: #660066;
}

[data-id="salatoviy"]:before {
    background: #99ff99;
}

[data-id="funksiya"]:before,
[data-id="fuksiya"]:before {
    background: #f754e1;
}

[data-id="prikosnovenie-lavandi"]:before,
[data-id="lavanda"]:before {
    background: #e6e6fa;
}

[data-id="fioletovaya"]:before,
[data-id="fioletoviy"]:before,
[data-id="fioletoviy-slassic"]:before,
[data-id="fioletoviy-classic"]:before {
    background: #8b00ff;
}

[data-id="prozrachnaya"]:before,
[data-id="prozrachniy"]:before,
[data-id="prozrachniy-classic"]:before {
    background: #00000007;
    border: 0.5px solid #333;
    opacity: 0.6;
}

.clearfix.vmattribute.tsvet .options_img:before,
.clearfix.vmattribute.chasha-1-tsvet .options_img:before,
.clearfix.vmattribute.chasha-2-tsvet .options_img:before {
    content: "";
    height: 40px;
    align-self: center;
    justify-content: center;
    display: flex;
    filter: blur(1px);
    border-radius: 50%;
    width: 40px;
}

.componentheading,
h1 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 35px;
    color: #58a04a;
    text-transform: uppercase;
}

.contentheading {
    font-size: 28px;
    text-align: center;
    padding-bottom: 5px;
    color: #58a04a;
    text-transform: uppercase;
    /*  border-bottom: solid 2px #d2dadb; */
}

.wrap-cart:hover .cart_pop {
    display: block;
    opacity:1;
}
.cart.js-open-cart-modal:hover + .cart_pop{
     display: block !important;
}

input#username_login,
input#passwd_login {
    display: block;
    border: 1px solid #c5c7c6;
    font-size: 21px;
    margin-top: 10px;
    line-height: 23px;
    padding-left: 10px;
    width: calc(85% - 10px);
    height: 33px;
}

.section .button {
    display: inline-block;
    width: 85%;
    margin-top: 10px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #9c9c9c;
    text-transform: uppercase;
}

#register_stretcher,
#login_stretcher {
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
    width: 50%;
    float: left;
}

.cart .bottom-line.payments {
    display: block;
    border-bottom: 0;
}

.product_body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 130px;
    width: 100%;
    height: 100%;
    margin-bottom: 75px;
}

.subtotal.wrap5 {
    border: 2px solid #d9dbda;
    padding: 20px;
    flex: 330px;
    justify-content: flex-end;
}

.cart {
    display: inline-flex;
    width: 100%
}

.delete {
    margin-top: 5px;
}

.cart_prod .subtotal {
    width: 130px;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

.updatecart {
    text-align: center;
}

.status_bar li {
    text-transform: uppercase;
    font-size: 15px;
    list-style: none;
    padding: 0 20px;
}

.status_bar {
    display: flex;
    margin-bottom: 35px;
    justify-content: center;
}

.status_bar span {
    border-radius: 50%;
    border: 1px solid #cdcece;
    width: 23px;
    color: #cdcece;
    height: 23px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product_title {
    font-size: 26px;
    text-align: center;
    color: #b2b3b3;
    margin-bottom: 30px
}

.product_price {
    font-size: 26px;
    color: #6d6d6c;
    text-align: center;
    margin-bottom: 35px;
}

.vmCartAttributes {
    margin: 15px 0 !important;
}

.product-image {
    padding: 60px 100px;
    border: 2px solid #e6e6e6;
}

.product-image img {
    width: 100%;
    height: auto;
}

input.addtocart_button {
    font-size: 24px;
}

input.addtocart_button {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    width: 169px;
    height: 40px;
    color: #FFFFFF;
}

.quantity_box,
.inputboxquantity,
input.addtocart_button_module,
.shop_error,
.vmCartAttributes input {
    display: none;
}

.vmCartChild,
.vmCartContainer {
    float: none !important;
}

.addbuttons {
    display: flex;
}

.options_img[data-id="l"]:after,
.options_img[data-id="l-215x260"]:after,
.options_img[data-id="l-l250x200"]:after {
    content: "L";
}

.options_img[data-id="xs-200x170"]:after {
    content: "XS";
}

.options_img[data-id="s"]:after,
.options_img[data-id="s-malenkiy"]:after,
.options_img[data-id="s-220h180"]:after,
.options_img[data-id="s-190x225"]:after {
    content: "S";
}

.options_img[data-id="xxs-180x160"]:after {
    content: "XXS";
    width: 32px;
}

.options_img[data-id="xl"]:after {
    content: "XL";
}

.options_img[data-id="m"]:after,
.options_img[data-id="m-205h240"]:after,
.options_img[data-id="m250x200"]:after {
    content: "M";
}

.options_img:after {
    color: #868685;
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 11px 10px;
    border: 2px solid #dadada;
    width: 29px;
    margin: 0;
    line-height: 24px;
    font-size: 24px;
}

.clearfix.vmattribute {
    display: grid;
    margin-bottom: 5px;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    grid-gap: 10px;
}

.clearfix.vmattribute input:checked+.options_img:after {
    background: #d9dada;
    border-color: #a7a7a7;
    color: #fff;
}

.vmCartChild {
    width: 100% !important
}

hr {
    border: 1px solid #e6e6e6;
    margin: 25px 0;
}

#contactForm input[type="submit"]:hover,
#contactForm input[type="submit"]:active,
#contactForm input[type="button"]:hover,
#contactForm input[type="button"]:active {
    box-shadow: none !important;
}

.subtitle {
    color: #6d6d6c !important;
    font-size: 26px !important;
    text-align: left !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.deleviry p {
    text-align: left;
}

* * Формируем базовый контейнер аккордеона */ .accordion {
    width: 100%;
    /*
ширина произвольная выбирается
*в зависимости от места размещения 
*/
    max-width: 600px;
    min-height: 0;
    display: block;
    /* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden
}

/* заголовки панелей аккордеона */
.accordion h2 {
    font-size: 26px !important;
    text-align: left !important;
    padding-bottom: 0px !important;
}

/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/

/* Формируем блоки с содерханием */
.msg {
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
}

/* оформляем параграфы */
.msg p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}

/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
    .accordion {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
    }
}

/* Формируем неупорядоченный список */
.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 25px 0 0;
}

/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
    position: relative;
    margin: 0;
    padding: 25px 0;
    border-top: 1px solid #e6e6e6;
}

/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.accordion ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.accordion ul li:nth-of-type(3) {
    animation-delay: 1s;
}

.accordion ul li:last-of-type {
    padding-bottom: 0;
}

/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 5px;
    /* расположим указатель на панели заголовка справа */
    right: 25px;
}

#stebel:after {
    background: url("../img/steb.png");
    background-position-x: 4px;
}

#net-steblya:after {
    background: url("../img/bsteb.png");
    background-position-x: 4px;
}

#sharik:after {
    background: url("../img/shar.png");
    background-position-x: 4px;
}

#koltso:after {
    background: url("../img/colc.png");
    background-position-x: 4px;
}

.clearfix.vmattribute.tip-ruchki .options_img:after {
    content: ' ';
    color: #868685;
    display: flex;
    align-self: center;
    justify-content: center;
    border: 2px solid #dadada;
    width: 50px;
    height: 48px;
    padding: 0;
    background-size: contain;
    margin: 0;
    line-height: 24px;
    font-size: 24px;
}

/* "Рисуем " сам указатель */
.accordion ul li i:before,
.accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #57595b;
    width: 4px;
    height: 18px;
}

/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
    transform: translate(-5px, 0) rotate(45deg);
}

.accordion ul li i:after {
    transform: translate(5px, 0) rotate(-45deg);
}

/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

/* Когда у флажка установлен checked  
 * блок с содержанием скрыт
*/
.accordion ul li input[type=checkbox]:checked~div.msg {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked~i:before {
    transform: translate(5px, 0) rotate(45deg);
}

.accordion ul li input[type=checkbox]:checked~i:after {
    transform: translate(-5px, 0) rotate(-45deg);
}

/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg,
ul li i:before,
ul li i:after {
    transition: all 0.5s ease-in-out;
}

.checkout_link.foot {
    right: 330px;
    position: absolute;
    width: 263px;
    font-size: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b6b6b;
    height: 40px;
    margin: 0;
    margin-bottom: 25px;
    background: #d9dbda;
}

/**
 * Изображения внутри аккордеона
 * ...сделаем их отзывчивыми
 */
.accordion .msg img {
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* полноразмерная картинка */
.msg img .large-img {
    width: 100%;
    margin-bottom: 10px;
}

/* миниатюра слева */
.msg img.img-left {
    width: 25%;
    float: left;
    margin: 5px 15px 5px 0;
}

/* миниатюра справа */
.msg img.img-right {
    width: 25%;
    float: right;
    margin: 5px 0 5px 15px;
}

/* Встраиваемое видео */
.video-responsive {
    margin: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Предусмотри использование кода встраиваемого видео
 *через iframe, object или embed */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.deleviry p,
.description {
    margin-bottom: 25px;
    font-size: 13px
}

.deleviry span {
    color: #58a04a;
}

.related .product img {
    border: 1px solid #e6e6e6;
    height: 150px;
    width: 150px;
    padding: 15px;
    object-fit: contain;
}

.related .productPrice {
    font-size: 26px;
    text-align: center;
    color: #6d6d6c;
}

.related .product a {
    font-size: 21px;
    text-align: center !important;
    line-height: 21px;
    color: #adacac;
}

.related .productPrice {
    font-size: 26px;
    text-align: center;
    color: #6d6d6c;
}

.related {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 60px;
    width: 100%;
    height: 100%;
    margin-bottom: 75px;
}

.product_reviews blockquote {
    font-size: 13px;
    padding: 20px 35px;
    background: #ebecec;
    margin-bottom: 35px;
}

.product_reviews img,
.product_reviews strong {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 900;
}

.product_reviews strong {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#reviewform label input,
footer#footer table {
    display: none;
}

input.button.button-search {
    position: absolute;
    z-index: 1;
    border: 0;
    background-color: transparent !important;
}

i.button-search {
    margin-left: -33px;
    position: absolute;
    z-index: 0;
}

#reviewform .check {
    font-size: 18px;
    width: 16px;
    display: inline-block;
    padding: 11px 10px;
    border: 2px solid #cdcdcd;
    margin-right: 8.5px;
}

#reviewform label input:checked+.check {
    background: #58a04a;
    border-color: #58a04a;
    color: #fff;
}

.button.logout {
    width: 300px;
    float: right;
    margin-top: -70px;
}

.latestnews {
    display: block !important;
}

.button.review_btn {
    width: 305px;
    display: block;
    text-transform: none;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: #58a04a;
    font-family: "AvantGardeGothicC-bold";
    border: 0;
    line-height: 16px;
    height: 40px;
}

.l-review {
    max-width: 318px;
}

#reviewform {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    grid-gap: 160px;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
}

p {
    margin-bottom: 15px;
}

#mod_search_searchword {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c5c7c6;
    font-size: 21px;
    line-height: 23px;
    width: 100%;
    padding: 4px 10px;
    flex: 1;
    height: 33px;
}

#contactForm {
    height: 440px !important
}

.l-review {
    word-spacing: normal;
}

.table_moe_sort,
.table_moe_verh {
    background: none !important
}

.product_body .addbuttons .addtocart_button_fast {
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
}

#contactForm #formButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 12px;
}

#contactForm #formButtons #cancel {
    width: auto;
    height: auto;
}

#framediv {
    display: none;
    pointer-events: none;
}

.breadcrumbs {
    font-size: 14px;
    margin-top: 30px;
}

.breadcrumbs a {
    color: #57595b;
    text-decoration: underline;
}

.pagination a {
    color: #57595b;
}

#vmMainPage select[name="limit"],
#show_pagination_results,
td.createdate {
    display: none;
}

tr#show_pagination td {
    padding-top: 20px;
}

.main-content {
    padding: 60px 0 !important;
}

input {
    outline: none;
    font-family: "AvantGardeGothicC-Regular";
    color: #57595b;
}

input.addtocart_button {
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-color: transparent;
    width: auto !important;
    font-family: "AvantGardeGothicC-Regular";
    height: auto !important;
    padding: 15px 20px;
    color: #FFFFFF !important;
    background: #58a04a !important;
    border-radius: 0px !important;
    font-size: 23px !important;
    margin-right: 10px !important;
}

/* input.addtocart_button {
    background-image: url("https://menstrual-cup.ru/templates/new-menstrual-cup/images/addtocart.gif") !important;
} */

.addtocart_button_fast {
    background-color: #fff;
    border: 2px solid #58a04a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #58a04a;
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    font-size: 23px;
    font-weight: 700;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: auto;
}

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

    .buttonheading {
        display: none;
    }

    .breadcrumbs {
        font-size: 16px;
    }


    input.addtocart_button {
        width: 100% !important
    }

    .accordion h2 {
        font-size: 18px !important;
    }

    .row1 .webalan_select {
        display: none;
    }

    .addbuttons {
        display: block
    }

    #contactForm input[type="submit"] {
        width: 98px !important
    }

    #contactForm input[type="button"] {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 0;
        padding: 0.325em;
        background-color: #fff;
        border: 2px solid #58a04a;
        box-shadow: none;
        color: #58a04a;
        font-size: 23px;
        font-weight: bold;
        height: auto;
        width: auto;
    }

    input.addtocart_button,
    input.addtocart_button_fast {
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.continue_link {
    background: url(/templates/new-menstrual-cup/img/cart_arrow.png) no-repeat left;
    color: #b3b2b2;
    font-size: 13px;
}

#popup-menu .webalan_select select {
    font-size: 30px;
    border: 0;
    outline: none;
}

#popup-menu .webalan_select {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.mod_search_searchword {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c5c7c6;
    font-size: 21px;
    line-height: 23px;
    width: 100%;
    padding: 4px 10px;
    flex: 1;
    height: 33px;
}

i.tel:after {
    content: url(/templates/new-menstrual-cup/img/tel.png);
}

.kropis_tovar {
    height: 130px;
}

.contentpaneopen a,
#jc a:link,
#jc a:visited,
#jc a:hover {
    color: #57595b;
    text-decoration: none !important;
    position: relative;
    border-bottom: solid 2px #d2dadb;
    line-height: 1.5;
}

.contentpagetitle {
    border-bottom: solid 2px #d2dadb;
    line-height: 1.5;
    display: inline-block;
}

.contentpaneopen a:after,
#jc a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #d2dadb;
}

.buttonheading {
    flex-shrink: 0;
    padding-bottom: 4px;
}

.webalan_select {
    position: relative;
    z-index: 9999
}

.chosen-container-single .chosen-single div {
    display: none;
}

.chosen-container-single .chosen-single {
    background: transparent;
    box-shadow: none;
    border: 0px;
    color: #58a04a;
    text-align: center;
    padding: 5px 0 0 8px;
    height: 31px;
    box-sizing: border-box;
}

.chosen-container.chosen-container-single {
    width: 156px !important;
}

#show_pagination .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.pagination .blog_more a {
    text-decoration-line: underline;
}

ul.pagination li {
    display: inline-block;
}

.pagination span,
.pagination a,
#show_pagination span,
#show_pagination a {
    text-decoration-line: none;
    margin: 5px;
}

#show_pagination strong>span,
span.pagenav.this-page {
    color: #53a442;
    font-weight: bold;
}

.pagination {
    line-height: 1.6em;
}

/*
    #2GdgS_butn_dress {
      display:none;
    }
    */

.CDEK-widget__logo {
    display: none;
}
#minicart_icon_amount {
    font-size: 14px;
    position: absolute;
    left: 24px;
    top: 1px;
    color: #ffffff;
}

#minicart_icon_amount.amount-num {  
font-size: 12px;
    left: 21px;
    top: 2px;
}
#minicart_icon_amount.amount-num100 {
    font-size: 12px;
    left: 18px;
    top: -15px;
    color: #51a540;
}
#minicart_icon_amount_mob {
    font-size: 13px;
    padding: 3px;
    top: 0;
    color: #4fa73d;
}
div#js-cart-modal {
    font-size: 12px;
}
.text-left{
	text-align:left !important; 
}
.table_moe_sort select{
	display: inline-block;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
border: 1px solid #ced4da;
}
.vmCartContainer{
	background:none !important;
	border:none !important;
}
.addtocart_button_fast{
	border: 1px solid #aaa !important;
	box-shadow:none !important;
}
.clearfix.vmattribute.tsvet input:checked+.options_img,
.clearfix.vmattribute.chasha-1-tsvet input:checked+.options_img,
.clearfix.vmattribute.chasha-2-tsvet input:checked+.options_img {
    border: 2px solid #a7a7a7 !important;
}
.vmCartChild{border:none !important;}
.addtocart_button_fast{background-color:#58a04a !important;border:none !important;color:#fff !important;}
input.addtocart_button{    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;}
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button {  
    
       opacity: 1;
    
    }