@charset "utf-8";

@font-face {
    font-family: "Times New Roman PSMT";
    src: url("fonts/TimesNewRomanPSMT/TimesNewRomanPSMT.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Times New Roman PSMT";
    src: url("fonts/TimesNewRomanPSMT/Times New Roman bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("fonts/Helvetica/Exo2/HelveticaNeueCyr-Light.eot");
    src: local("HelveticaNeueCyr-Light"), url("fonts/Helvetica/HelveticaNeueCyr-Light.woff") format("woff"),
        url("fonts/Helvetica/HelveticaNeueCyr-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: lighter;
}

@font-face {
    font-family: "Exo2.0-ExtraLight";
    src: url("fonts/Exo2/Exo2.0-ExtraLight.eot");
    src: local("Exo2.0-ExtraLight"), url("fonts/Exo2/Exo2.0-ExtraLight.woff") format("woff"),
        url("fonts/Exo2/Exo2.0-ExtraLight.ttf") format("truetype"),
        url("fonts/Exo2/Exo2.0-ExtraLight.svg#Exo2.0-ExtraLight") format("svg");
}

@font-face {
    font-family: "PT Sans";
    src: local("PT Sans"), local("PTSans-Regular"), url("fonts/ptsans/ptsans.woff2") format("woff2"),
        url("fonts/ptsans/ptsans.woff") format("woff"), url("fonts/ptsans/ptsans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: local("PT Sans Italic"), local("PTSans-Italic"), url("fonts/ptsans/ptsansitalic.woff2") format("woff2"),
        url("fonts/ptsans/ptsansitalic.woff") format("woff"), url("fonts/ptsans/ptsansitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "PT Sans";
    src: local("PT Sans Bold"), local("PTSans-Bold"), url("fonts/ptsans/ptsansbold.woff2") format("woff2"),
        url("fonts/ptsans/ptsansbold.woff") format("woff"), url("fonts/ptsans/ptsansbold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"),
        url("fonts/ptsans/ptsansbolditalic.woff2") format("woff2"),
        url("fonts/ptsans/ptsansbolditalic.woff") format("woff"),
        url("fonts/ptsans/ptsansbolditalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "rouble";
    src: url("fonts/webfont-rouble/rouble-webfont.eot");
    src: url("fonts/webfont-rouble/rouble-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/webfont-rouble/rouble-webfont.woff") format("woff"),
        url("fonts/webfont-rouble/rouble-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*------------ GENERAL .dlr_end .img------------*/
* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Times New Roman PSMT";
    cursor: default;
    font-size: 14.5px;
    text-align: justify;
    color: #505050;
    background: #fdfdfd;
    min-width: 300px;
}

a,
img {
    border: none;
}

a {
    cursor: pointer;
    color: #0c67af;
    text-decoration: none;
}

a:hover {
    color: #0c67af;
    cursor: pointer;
    text-decoration: underline;
}

*:focus {
    outline: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
address {
    display: block;
}

.clear {
    clear: both;
}

li {
    list-style-type: none;
}

table {
    border: 0px;
    border-collapse: collapse;
}

.center_block {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

.tbl_form {
    width: 450px;
    max-width: 100%;
}

.tbl_form td {
    padding: 4px 0;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    padding: 6px 10px;
    border: 1px solid #939081;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message_error {
    margin-bottom: 20px;
}

input[name="remember_mi"] {
    margin: 0 0 0 5px;
    vertical-align: -2px;
}

textarea {
    padding: 6px 10px;
    border: 1px solid #939081;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 150px;
}

input[type="submit"] {
    padding: 14px 16px;
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

.align_right {
    text-align: right;
}

.block_grad {
    padding: 20px 24px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(255, 255, 255, 1)),
            color-stop(100%, rgba(213, 237, 225, 1)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(213, 237, 225, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(213, 237, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d5ede1', GradientType=1);
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0054a8;
}

/*------------ HEADER ------------*/
#header {
    margin-bottom: 14px;
    border-bottom: 4px solid #3a3b3c;
    background: #fff;
    position: relative;
    z-index: 10;
}

/* #mobille_nav {
    display: none;
} */

#top_panel {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #f6f6f6;
}

#top_panel .center_block {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.android {
    background-color: #f6f6f6;
    text-align: center;
    border-bottom: 2px solid #3cb64a;
    padding: 10px 0 5px;
}

.android__link {
    font-size: 16px;
    color: #656a71;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    transition: 0.3s color;
}

.android__link:hover {
    color: #3cb64a;
    text-decoration: none;
}

.android__image {
    width: 32px;
}

#mobille_cart,
#mobile_menu {
    display: none;
}

body.touch_menu {
    height: 100%;
    overflow: hidden;
}

.__jivoMobileButton {
    bottom: 60px !important;
}

#menu {
    max-width: 747px;
    width: 100%;
    margin-right: 15px;
}

#menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 747px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menu li.active {
    position: relative;
}

#menu li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #3cb64a;
    position: absolute;
    bottom: 1px;
}

#menu li a,
#menu li span {
    font-size: 16px;
    line-height: 40px;
    color: #656a71;
}

#menu li a:hover,
#menu li span:hover {
    text-decoration: none;
    opacity: 0.6;
}

#menu .contacts .wr,
#header .currencies .wr,
#user_block .wr {
    display: none;
    position: absolute;
    width: 217px;
    right: -7px;
    -webkit-filter: drop-shadow(-7.547px 6.561px 9px rgba(0, 0, 0, 0.18));
    filter: drop-shadow(-7.547px 6.561px 9px rgba(0, 0, 0, 0.18));
    background-color: #ffffff;
    border-top: 2px solid #3cb64a;
    border-radius: 1px 1px 3px 3px;
    z-index: 3;
}

@media (max-width: 1110px) and (min-width: 952px) {

    #menu .contacts,
    #menu .p-hidden {
        display: none;
    }
}

#user_block .wr {
    display: none;
    width: 285px;
    top: 62px;
    padding: 0 19px 0;
    right: 0;
    z-index: 3;
}

#user_block ul li {
    position: relative;
}

#user_block ul li a {
    font-size: 16px;
    line-height: 38px;
    color: #353a42;
    font-weight: 300;
    display: block;
    padding-left: 71px;
    font-family: "Helvetica";
}

#user_block ul li a:hover {
    text-decoration: none;
}

#user_block .prof_top {
    border-bottom: 1px solid #dddddd;
    padding: 17px 0 14px 53px;
    line-height: 2;
    position: relative;
}

#user_block .prof_top:before {
    content: "";
    width: 41px;
    height: 41px;
    background: url(../images/account_user.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -4px;
}

#user_block .name p {
    font-size: 18px;
    font-family: "Times New Roman PSMT";
    font-weight: bold;
    line-height: 18px;
}

#user_block .name span {
    font-size: 14px;
    color: #afb4bd;
}

#user_block .order:before {
    content: "";
    width: 18px;
    height: 25px;
    display: block;
    background: url(../images/ord_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: -3px;
    bottom: 0;
    left: 27px;
}

#user_block .wishlist:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/wl_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: -2px;
    bottom: 0;
    left: 23px;
}

#user_block .login_inf:before {
    content: "";
    width: 19px;
    height: 22px;
    display: block;
    background: url(../images/login_inf.png) no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 28px;
}

#user_block .prof_bottom {
    padding: 21px 0 20px 51px;
    position: relative;
}

#user_block .prof_bottom:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/logout.png) no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 7px;
}

#user_block .prof_bottom a {
    font-size: 16px;
    color: #353a42;
    font-weight: 300;
    display: block;
    font-family: "Helvetica";
}

#user_block .prof_bottom a:hover {
    text-decoration: none;
}

#menu .contacts ul,
#header .currencies,
#user_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#user_block ul {
    padding: 11px 0 12px;
    margin: 0 -19px;
    border-bottom: 1px solid #ddd;
}

#menu .contacts {
    width: 85px;
    position: relative;
    cursor: pointer;
}

#menu .contacts:after {
    content: "";
    display: block;
    background: url(../images/arrow_down.svg) no-repeat;
    -webkit-filter: invert(68%) sepia(0%) saturate(1655%) hue-rotate(211deg) brightness(91%) contrast(87%);
    filter: invert(68%) sepia(0%) saturate(1655%) hue-rotate(211deg) brightness(91%) contrast(87%);
    width: 10px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

#menu .contacts.close:after,
#header .currencies.close:after {
    background: url(../images/close.svg) no-repeat;
    height: 10px;
}

#menu .contacts li,
#header .currencies li {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    font-family: "Helvetica";
    font-weight: lighter;
}

#header .currencies li {
    height: 36px;
}

#menu .contacts li:hover,
#header .currencies li:hover,
#user_block ul li:hover {
    background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(#ffffff));
    background: linear-gradient(-90deg, #f3f3f3 0%, #ffffff 100%);
    border-left: 2px solid #3cb64a;
}

#menu .contacts li span,
#header .currencies li span {
    font-size: 16px;
    line-height: 37px;
    color: #656a71;
    padding-left: 55px;
    width: 100%;
}

#header .currencies li span {
    padding-left: 41px;
    line-height: 38px;
}

#header .contacts .email span {
    background: url(../images/email.png) 21px 8px no-repeat;
}

#header .contacts .skype span {
    background: url(../images/signal.png) 21px 6px no-repeat;
}

#header .contacts .telegram span {
    background: url(../images/telegram.png) 21px 5px no-repeat;
}

#header .networks {
    max-width: 204px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

#header .networks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 185px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: unset;
}

#header .networks li {
    cursor: pointer;
}

#header .networks li span {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
}

#header .networks .signal span {
    background: url(../images/signal-icon.svg) no-repeat;
}

#header .networks .tg span {
    background: url(../images/telegram-icon.png) no-repeat;
    background-size: 22px;
}



#header .networks .wa span {
    background: url(../images/whatsapp.png) no-repeat;
    background-size: 23px;
    background-position: center;
    width: 26px;
}



/*#header .networks span {
    -webkit-filter: invert(75%) sepia(7%) saturate(282%) hue-rotate(180deg) brightness(95%) contrast(90%);
    -webkit-filter: invert(75%) sepia(7%) saturate(282%) hue-rotate(180deg) brightness(95%) contrast(90%);
    filter: invert(75%) sepia(7%) saturate(282%) hue-rotate(180deg) brightness(95%) contrast(90%);
}*/

#header .networks li:hover {
    -webkit-filter: drop-shadow(-1.462px 4.782px 5px rgba(0, 0, 0, 0.22));
    filter: drop-shadow(-1.462px 4.782px 5px rgba(0, 0, 0, 0.22));
}

#mobile_search {
    margin: 7px 14px 0 0;
    background: url(../images/search_button.svg) no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    cursor: pointer;
    display: none;
}

#header .currencies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: "Helvetica";
}

#header .currencies span {
    position: relative;
}

#header .currencies span.active_top {
    margin-top: 7px;
}

#header .currencies .wr {
    top: 40px;
    width: 114px;
    /* height: 166px; */
    right: 0px;
}

#header .currencies:after {
    content: "";
    display: block;
    background: url(../images/arrow_down.svg) no-repeat;
    -webkit-filter: invert(68%) sepia(0%) saturate(1655%) hue-rotate(211deg) brightness(91%) contrast(87%);
    filter: invert(68%) sepia(0%) saturate(1655%) hue-rotate(211deg) brightness(91%) contrast(87%);
    width: 10px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
}

#nav_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#search {
    position: relative;
    margin-right: 15px;
    max-width: 450px;
    width: 100%;
}

#mob_collection {
    display: none;
}

#search input[type="text"] {
    padding: 8px 18px 6px 18px;
    border: none;
    outline: none;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 27px;
    /* color: #a9acb0; */
    font-weight: 300;
    font-family: "Helvetica";
    border: 1px solid #3cb64a;
    border-radius: 3px;
}

#search input[type="text"]::-webkit-input-placeholder {
    font-family: "Exo2.0-ExtraLight";
}

#search input[type="text"]::-moz-placeholder {
    font-family: "Exo2.0-ExtraLight";
}

#search input[type="text"]:-moz-placeholder {
    font-family: "Exo2.0-ExtraLight";
}

#search input[type="text"]:-ms-input-placeholder {
    font-family: "Exo2.0-ExtraLight";
}

#search input[type="submit"] {
    padding: 0;
    display: block;
    width: 39px;
    height: 37px;
    border-radius: 3px;
    background: url(../images/search.svg) no-repeat center center #3cb64a;
    background-size: 20px;
    text-indent: -9999px;
    border: none;
    outline: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

#search input[type="submit"]:hover {
    opacity: 0.6;
}

#panel_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 389px;
    width: 100%;
}

#wishlist_informer img {
    width: 25px;
    height: 23px;
    margin-bottom: 3px;
    margin-top: 15px;
}

#compare_informer img {
    width: 23px;
    height: 21px;
    margin-bottom: 6px;
    margin-top: 16px;
}

/* #wishlist_informer img,
#compare_informer img,
#basket .img_cart {
    opacity: .5;
} */

#wishlist_informer a,
#compare_informer a,
#basket .icon,
#home a,
#cat_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    color: #181818;
    font-weight: 300;
    font-family: "Helvetica";
    letter-spacing: 0;
    text-decoration: none;
    position: relative;
}

.compare_bl {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    max-width: 235px;
    min-width: 205px;
    width: 100%;
    margin-right: 20px;
}

.compare_bl>span,
#basket #cart_informer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 8px;
    padding: 0;
}

#basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

#basket .img_cart {
    width: 24px;
    height: 21px;
    margin-bottom: 6px;
}

#basket .icon {
    position: relative;
}

#basket .icon #cione,
.compare_align {
    position: absolute;
    border-radius: 8px;
    background-color: #3cb64a;
    color: #ffffff;
    font-family: "Times New Roman PSMT";
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    top: -9px;
    right: -6px;
    padding: 0 7px;
    width: 29px;
    text-align: center;
    z-index: 999;
    border: 2px solid #fff;
}

#wishlist_informer .compare_align {
    top: 5px;
    right: 5px;
}

#compare_informer .compare_align {
    top: 7px;
    right: -3px;
}

#basket .icon .text {
    height: 0;
    overflow: hidden;
    font-size: 2px;
}

#basket .basket_sum {
    font-size: 14px;
    font-family: "Helvetica";
    color: #353a42;
    font-weight: 300;
}

#basket ul li {
    display: block;
}

#basket ul li:first-child {
    padding-bottom: 3px;
    border-bottom: 1px solid #b1b2b2;
    margin-bottom: 3px;
}

/* #basket ul li:last-child {
} */

#basket ul li:last-child span {
    text-align: center;
    cursor: pointer;
}

#basket ul li:last-child span.active {
    color: #53ac63 !important;
}

#logo_block {
    margin: 0 auto;
    max-width: 1170px;
    height: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#logo {
    margin: 0 28px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#logo img:last-child,
#user_block .hidden-link:last-child,
#home,
#cat_mob {
    display: none;
}

.block_orientation {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#user_block {
    margin-right: 15px;
    position: relative;
}

#user_block .account:before {
    content: "";
    position: absolute;
    background: url(../images/account.svg) no-repeat;
    width: 22px;
    height: 25px;
    background-size: contain;
    z-index: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
}

.btn_grad {
    border-radius: 3px;
    border: 1px solid transparent;
    background-clip: padding-box;
    position: relative;
    cursor: pointer;
}

.btn_grad:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dffde3), to(#8ef09c));
    background: linear-gradient(#dffde3, #8ef09c);
    border-radius: 3px;
    z-index: -1;
}

.btn_grad:hover:after {
    -webkit-filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
    filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
}

.btn_grad:hover {
    text-decoration: none;
}

.account {
    padding: 0 16px 0 47px;
    width: 114px;
    height: 45px;
    background-color: #fdfdfd;
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 45px;
}

#bord_cats {
    overflow-x: hidden;
    background: #3a3b3c;
    border-bottom: 2px solid #3cb64a;
}

#cats {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
    height: 53px;
    position: relative;
}

#cats ul {
    width: 100%;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Helvetica";
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

#cats li {
    cursor: pointer;
}

#cats a,
#cats span {
    color: #fff;
}

#cats li:not(.collection) a:hover,
#cats .active span {
    text-decoration: none;
    color: #3cb64a;
    font-weight: 500;
}

#cats li:not(.collection):hover,
#cats li.active {
    background: url(../images/logo_menu.png) center no-repeat;
}

nav#brands a {
    font-size: 14.5px;
    padding: 20px 0 16px;
}

@media screen and ((min-width: 952px) and (max-width: 1120px)) {
    nav#brands a {
        font-size: 12px;
        padding: 20px 0 16px;
    }
}

#brands .collection {
    width: 183px;
    height: 53px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(-1.462px 4.782px 3.5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(-1.462px 4.782px 3.5px rgba(0, 0, 0, 0.7));
    background-color: #3cb64a;
    margin: 0 0 0 0;
    position: relative;
    text-align: right;
    line-height: 1;
    padding: 21px 17px 16px 21px;
}

#brands .collection:before {
    content: "";
    width: 16px;
    height: 14px;
    display: block;
    background: url(../images/menu.png);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

#brands .collection a {
    text-decoration: none;
}

#face {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-filter: drop-shadow(-1.462px 7.782px 5px rgba(0, 0, 0, 0.23));
    filter: drop-shadow(-1.462px 7.782px 5px rgba(0, 0, 0, 0.23));
}

#face .grass {
    width: 100%;
    height: 100%;
    background: url(../images/grass.png) repeat-x left bottom;
}

#face .clouds_left {
    margin-left: -546px;
    width: 50%;
    height: 100%;
    background: url(../images/clouds_left.png) repeat-x right top;
    position: absolute;
    left: 0;
    top: 0;
}

#face .clouds_right {
    margin-right: -546px;
    width: 50%;
    height: 100%;
    background: url(../images/clouds_right.png) repeat-x left top;
    position: absolute;
    right: 0;
    top: 0;
}

#face .bird1 {
    position: absolute;
    bottom: 16px;
    right: 290px;
    background: url(../images/bird1.png) no-repeat;
    width: 62px;
    height: 65px;
}

#face .bird2 {
    position: absolute;
    bottom: 16px;
    right: 130px;
    background: url(../images/bird2.png) no-repeat;
    width: 77px;
    height: 54px;
}

#face .bird3 {
    position: absolute;
    bottom: 16px;
    left: 130px;
    background: url(../images/bird3.png) no-repeat;
    width: 73px;
    height: 59px;
}

#face .bird4 {
    position: absolute;
    bottom: 16px;
    left: 290px;
    background: url(../images/bird4.png) no-repeat;
    width: 54px;
    height: 59px;
}

#slider {
    width: 100%;
    position: relative;
    z-index: 9;
    text-align: center;
    overflow: hidden;
}

#slider li {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    line-height: 314px;
    display: none;
}

#bg_slider {
    position: relative;
    float: left;
    width: 100%;
}

#slider li img {
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

#slider li:first-child {
    display: block;
}

#slider li>a,
#slider li>img {
    line-height: normal;
    vertical-align: middle;
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    vertical-align: middle;
}

.transfer_class {
    z-index: 980;
}

/*------------ CONTENT ------------*/
#mobille_line {
    display: none;
}

#products #all_catalog .sub,
#products #all_catalog .product {
    height: auto;
}

#products #all_catalog h3 {
    margin-bottom: 0;
}

#products.brands {
    margin-top: 24px;
}

/* #products.brands::after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
} */

#products .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 272px;
    /* max-width: 272px; */
    height: 99px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    margin-bottom: 16px;
    position: relative;
}

#products .brand:hover {
    -webkit-filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
    filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
}

#products .brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
}

#products .brand a:before {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1px;
    background: #3cb64a;
}

#products .brand a:hover {
    text-decoration: none;
}

#products .brand a h3 {
    color: #353a42;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

#products .brand span {
    display: block;
    background-position: center !important;
}

#products .brand .wr span {
    font-size: 15px;
    line-height: 19px;
    color: #999;
    font-family: "Helvetica";
    text-align: left;
}

#products .brand:hover a>span {
    opacity: 1 !important;
}

#products .brand span[data-id_2="3"] {
    display: block;
    width: 97px;
    height: 100%;
    background: url(../images/brands/new.svg) no-repeat center center;
    background-size: 56px;
    opacity: 0.5;
}

#products .brand span[data-id_2="8"] {
    width: 135px;
    height: 100%;
    background: url(../images/brands/beginner.svg) no-repeat center center;
    background-size: 46px;
    opacity: 0.5;
}

#products .brand span[data-id_2="2"] {
    width: 153px;
    height: 100%;
    background: url(../images/brands/indica.svg) no-repeat center center;
    background-size: 46px;
    opacity: 0.5;
}

#products .brand span[data-id_2="1"] {
    width: 167px;
    height: 100%;
    background: url(../images/brands/sativa.svg) no-repeat center center;
    background-size: 55px;
    opacity: 0.5;
}

#products .brand span[data-id_2="5"] {
    width: 104px;
    height: 100%;
    background: url(../images/brands/low.svg) no-repeat center center;
    background-size: 66px;
    opacity: 0.5;
}

#products .brand span[data-id_2="7"] {
    width: 130px;
    height: 100%;
    background: url(../images/brands/champions.svg) no-repeat center center;
    background-size: 58px;
    opacity: 0.5;
}

#products .brand span[data-id_2="11"] {
    width: 136px;
    height: 100%;
    background: url(../images/brands/powerful.svg) no-repeat 26px center;
    background-size: 52px;
    opacity: 0.5;
}

#products .brand span[data-id_2="23"] {
    width: 103px;
    height: 100%;
    background: url(../images/brands/harvest.svg) no-repeat 15px 25px;
    background-size: 63px;
    opacity: 0.5;
}

#products .brand span[data-id_2="9"] {
    width: 123px;
    height: 100%;
    background: url(../images/brands/auto.svg) no-repeat 25px center;
    background-size: 55px;
    opacity: 0.5;
}

#products .brand span[data-id_2="10"] {
    width: 116px;
    height: 100%;
    background: url(../images/brands/femin.svg) no-repeat 27px center;
    background-size: 53px;
    opacity: 0.5;
}

#products .brand span[data-id_2="16"] {
    width: 126px;
    height: 100%;
    background: url(../images/brands/econom.svg) no-repeat center center;
    background-size: 56px;
    opacity: 0.5;
}

#products .brand span[data-id_2="4"] {
    width: 149px;
    height: 100%;
    background: url(../images/brands/medical.svg) no-repeat center center;
    background-size: 56px;
    opacity: 0.5;
}

#products .brand span[data-id_2="6"] {
    width: 145px;
    height: 100%;
    background: url(../images/brands/fruit.svg) no-repeat 26px center;
    background-size: 51px;
    opacity: 0.5;
}

#products .brand span[data-id_2="12"] {
    width: 150px;
    height: 100%;
    background: url(../images/brands/regular.svg) no-repeat center center;
    background-size: 61px;
    opacity: 0.5;
}

#products .brand span[data-id_2="13"] {
    width: 130px;
    height: 100%;
    background: url(../images/brands/foto.svg) no-repeat center center;
    background-size: 54px;
    opacity: 0.5;
}

#products .brand span[data-id_2="14"] {
    width: 97px;
    height: 100%;
    background: url(../images/brands/winter.svg) no-repeat center center;
    background-size: 59px;
    opacity: 0.5;
}

#products .brand span[data-id_2="15"] {
    width: 121px;
    height: 100%;
    background: url(../images/brands/fast.svg) no-repeat center center;
    background-size: 58px;
    opacity: 0.5;
}

#products .brand span[data-id_2="17"] {
    width: 149px;
    height: 100%;
    background: url(../images/brands/elit.svg) no-repeat 23px center;
    background-size: 55px;
    opacity: 0.5;
}

#products .brand span[data-id_2="18"] {
    width: 98px;
    height: 100%;
    background: url(../images/brands/gidroponic.svg) no-repeat 23px center;
    background-size: 51px;
    opacity: 0.5;
}

#products .brand span[data-id_2="19"] {
    width: 140px;
    height: 100%;
    background: url(../images/brands/growbox.svg) no-repeat 23px center;
    background-size: 53px;
    opacity: 0.5;
}

#products .brand span[data-id_2="20"] {
    width: 117px;
    height: 100%;
    background: url(../images/brands/holland.svg) no-repeat 23px center;
    background-size: 58px;
    opacity: 0.5;
}

#products .brand span[data-id_2="21"] {
    width: 133px;
    height: 100%;
    background: url(../images/brands/not_smell.svg) no-repeat center center;
    background-size: 59px;
    opacity: 0.5;
}

#products .brand span[data-id_2="22"] {
    width: 95px;
    height: 100%;
    background: url(../images/brands/outdoor.svg) no-repeat center center;
    background-size: 52px;
    opacity: 0.5;
}

#products .brand span[data-id_2="24"] {
    width: 133px;
    height: 100%;
    background: url(../images/brands/big.svg) no-repeat center center;
    background-size: 69px;
    opacity: 0.5;
}

#products .brand span[data-id_2="25"] {
    width: 133px;
    height: 100%;
    background: url(../images/brands/spani.svg) no-repeat center center;
    background-size: 45px;
    opacity: 0.5;
}

#products .brand span[data-id_2="26"] {
    width: 121px;
    height: 100%;
    background: url(../images/brands/cannada.svg) no-repeat center center;
    background-size: 52px;
    opacity: 0.5;
}

#products .brand span[data-id_2="27"] {
    width: 133px;
    height: 100%;
    background: url(../images/brands/afgan.svg) no-repeat center center;
    background-size: 52px;
    opacity: 0.5;
}

#products .brand span[data-id_2="28"] {
    width: 138px;
    height: 100%;
    background: url(../images/brands/scrog.svg) no-repeat center center;
    background-size: 52px;
    opacity: 0.5;
}

#products .brand span.mixi {
    width: 131px;
    height: 100%;
    background: url(../images/brands/mix.svg) no-repeat center 30px;
    background-size: 54px;
    opacity: 0.5;
}

/*#seeds_list {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    display: none;
}

#seeds_list .title_seeds {
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #758271;
}

#seeds_list .title_seeds span {
    background: url(../images/semena.png) no-repeat left center;
    background-size: 120px;
    display: inline-block;
    padding-left: 120px;
    text-transform: uppercase;
    font-weight: bold;
}

#seeds_list ul {
    display: inline-block;
    padding: 0 0 20px;
    display: none;
}

#seeds_list a {
    display: inline-block;
    padding: 7px 0;
    color: #758271;
    text-transform: uppercase;
    font-size: .9em;
}*/

/*.open_collection,
.open_seeds {
    width: 100%;
    height: 20px;
    border-top: 1px solid #989c95;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.open_collection span,
.open_seeds span {
    position: absolute;
    top: -6px;
    right: 50px;
    display: block;
    width: 19px;
    height: 11px;
    background: url(../images/opened_cursor.png) no-repeat;
}*/

/*fastorder*/
.hidden {
    display: none;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stag {
    position: relative !important;
}

.fast_field {
    margin: 5px 0px;
}

/*/fastorder*/

#two_columns {
    margin: 0 auto;
    max-width: 1170px;
    display: table;
}


#two_columns.page-main,
.productview #two_columns {
    display: grid;
    grid-template-columns: min-content 1fr;
    width: 100%;
    max-width: 1920px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#two_columns.page-main>.column:last-child,
.productview #two_columns>.column:last-child {
    min-width: 0;
}

@media screen and (max-width: 952px) {

    #two_columns.page-main,
    .productview #two_columns {
        grid-template-columns: 1fr;
    }
}

#two_columns>.column {
    display: table-cell;
    vertical-align: top;
}

#two_columns>.column:first-child {
    width: 290px;
}

/* #two_columns > .column:last-child {
    overflow-x: hidden;
} */

.baner {
    margin-bottom: 14px;
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    max-width: 100%;
    min-width: 230px;
}

.baner img {
    max-width: 100%;
}

#two_columns .l_sb_mob #categories {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: auto !important;
    height: 100%;
    padding-bottom: 80px;
}

.l_sb_mob #categories {
    position: relative;
}

.l_sb_mob #categories .close {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: 2px;
    cursor: pointer;
    z-index: 999;
}

#semena_cats h2,
#categories h2 {
    padding: 10px 0 10px 0;
    display: block;
    color: #353a42;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

#semena_cats:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 31px;
}

.bulk__categories {
    display: grid;
    gap: 20px;
}

@media screen and (max-width: 992px) {
    .bulk__categories {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

.bulk__category {
    height: 100%;
}

#semena_cats>div>div {
    margin-bottom: 8px;
    padding: 12px 0 0 90px;
    border-radius: 2px;
    border: 1px solid #ededed;
    position: relative;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
}

#semena_cats>div>div:before {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1px;
    background: #3cb64a;
}

#semena_cats>div>div:hover {
    -webkit-filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
    filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
    border-color: #3cb64a;
}

#semena_cats h3 {
    margin-bottom: 3px;
}

#semena_cats h3,
#semena_cats .mix a {
    font-size: 20px;
    font-weight: normal;
    color: #353a42;
}

#semena_cats .mix a {
    font-family: "Times New Roman PSMT";
}

#semena_cats div a,
#semena_cats div span {
    color: #999999;
    font-family: "Helvetica";
    line-height: 19px;
}

#semena_cats span {
    color: #3cb64a;
    font-family: "Helvetica";
}

#semena_cats .mix span {
    font-size: 20px;
    font-weight: normal;
}

#semena_cats a:hover {
    text-decoration: none;
    color: #3cb64a;
}

#semena_cats .autocvet {
    background: url(../images/autocvet_bg.png) 19px center no-repeat #fff;
}

#semena_cats .fotoper {
    background: url(../images/fotoper_bg.png) 19px 44% no-repeat #fff;
}

#semena_cats .mix {
    background: url(../images/mix_bg.png) 19px 40% no-repeat #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
}

#semena_cats .mix li {
    margin-top: 28px;
}

#categories h2 {
    padding: 21px 0 10px 0;
}

#categories ul {
    border-radius: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#f8f8f8));
    background-image: linear-gradient(-90deg, #ffffff 0%, #f8f8f8 100%);
    border: 1px solid #ededed;
    border-top: none;
    position: relative;
}

@media screen and (max-width: 992px) {
    .categories ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        column-gap: 5px;
    }

    .categories__list li {
        padding-left: 5px;
    }
}

#categories ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    margin: 0;
    top: -2px;
    height: 6px;
    background: #3cb64a;
    border-radius: 2px 2px 0 0;
    z-index: -1;
}

#categories li {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #353a42;
    font-weight: 300;
    font-family: "Helvetica";
    position: relative;
}

@media(max-width:1180px) {
    #categories li {
        font-size: 14px;
    }
}

#categories li:hover,
#categories li.active {
    -webkit-filter: drop-shadow(-1.462px 4.782px 3.5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(-1.462px 4.782px 3.5px rgba(0, 0, 0, 0.05));
    background-image: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(-90deg, #f3f3f3 0%, #ffffff 100%);
}

#categories li:hover:before,
#categories li.active:before {
    content: "";
    display: block;
    width: 2px;
    height: 39px;
    background-color: #3cb64a;
    position: absolute;
    left: -1px;
}

#categories a:hover {
    text-decoration: none;
}

#categories a,
#categories .no_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    line-height: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}


#categories a img,
#categories span img {
    margin: 0px 15px 0 0;
    height: 30px;
    float: left;
}

#categories a span {
    line-height: 1.2;
    text-align: left;
}

#categories .options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    padding: 1px 4px 0px 4px;
    margin-left: 8px;
    background: red;
    background-color: #efefef;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 13px;
    font-size: 7px;
    font-weight: bold;
    line-height: 4px;
    position: relative;
    top: -1px;
}

#categories .options.top {
    background-color: #d23f31;
    color: #fff;

}

#categories .options.new {
    background-color: #0f9d58;
    color: #fff;
}

#categories .options.order {
    background-color: #c77405;
    color: #fff;
}

#categories .options.recom {
    background-color: #4285f4;
    color: #fff;
}

#categories .options.tgk {
    background-color: #189de6;
    color: #fff;
}

#path {
    margin: 3px 0 30px 0;
    color: #a4a4a4;
    font-family: "Times New Roman PSMT";
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

#path a {
    color: #a4a4a4;
}

#path span {
    color: #0c67af;
}

#content p {
    margin-bottom: 10px;
}

#content h1 {
    text-transform: uppercase;
    text-align: left;
    color: #1b1b1b;
    /* font-weight: 700; */
    font-size: 22px;
    line-height: 22px;
    padding: 20px 0 8px 0;
    margin: 0;
}

#content .main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0 22px 0;
}

#content .main_title h1,
#content .main_title .h1 {
    font-size: 28px;
    color: #353a42;
    font-weight: bold;
    text-transform: unset;
    position: relative;
    padding: 0px 0 0 0;
}

#content .main_title h1:after,
#content .main_title .h1:after {
    content: "";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: #3cb64a;
    left: 19px;
    bottom: -17px;
}

#content .main_title h1:before,
#content .main_title .h1:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: #3cb64a;
    left: 2px;
    bottom: -14px;
}

#content .main_title a {
    width: 120px;
    background-color: #fdfdfd;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #3cb64a;
    font-weight: 300;
    font-family: "Helvetica";
    text-align: center;
    margin-top: 8px;
}

.header_cat h1 {
    text-align: center !important;
}

#products {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#products .product {
    width: 31%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    /* -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11)); */
    /* filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11)); */
    background-color: #ffffff;
    position: relative;
    margin-bottom: 16px;
    /* -webkit-box-shadow: -1.193px -0.277px 13px -3px rgb(4 43 74 / 17%); */
    -webkit-box-shadow: 3.807px -0.277px 13px -3px rgb(4 43 74 / 17%);
    box-shadow: 3.807px -0.277px 13px -3px rgb(4 43 74 / 17%);
}

#products:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: calc(100%-250px);
    -ms-flex-preferred-size: calc(31% - 0px);
    flex-basis: calc(31% - 0px);
}

#products .product:hover {
    /* -webkit-filter: drop-shadow(-4.193px 2.723px 13.5px rgba(4, 43, 74, 0.17)); */
    /* filter: drop-shadow(-4.193px 2.723px 13.5px rgba(4, 43, 74, 0.17)); */
    -webkit-box-shadow: 1px 2px 16px -2px rgb(4 43 74 / 30%);
    box-shadow: 1px 2px 16px -2px rgb(4 43 74 / 30%);
}

#products .product:hover .add_to_cart {
    color: #fff;
    background-image: linear-gradient(184deg, #1f7dc7 0%, #0c67af 100%);
    -webkit-filter: drop-shadow(3.268px 5.032px 5px rgba(0, 0, 0, 0.13));
    filter: drop-shadow(3.268px 5.032px 5px rgba(0, 0, 0, 0.13));
    border: 1px solid #0c67af;
}

#products .product:hover .add_to_cart:after {
    background: unset;
}

#products .product .mylist_add {
    display: block;
    background: url(../images/favourites.png) center center no-repeat;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ddd;
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    z-index: 1;
}

#products .product .mylist_add.active {
    background: url(../images/favourites_active.png) center center no-repeat;
    border-color: #0c67af;
}

#products .product .c_mylist_add.active {
    background: url(../images/l_cab/compare_active.png) center center no-repeat;
    border-color: #0c67af;
}

@media (hover: hover) {
    #products .product .mylist_add:hover {
        background: url(../images/favourites_active.png) center center no-repeat;
        border-color: #0c67af;
    }

    #products .product .c_mylist_add:hover {
        background: url(../images/l_cab/compare_active.png) center center no-repeat;
        border-color: #0c67af;
    }
}

.balloon {
    display: none;
    width: 145px;
    position: absolute;
    height: 38px;
    border-radius: 2px;
    -webkit-filter: drop-shadow(3.536px 3.536px 3.5px rgba(0, 0, 0, 0.13));
    filter: drop-shadow(3.536px 3.536px 3.5px rgba(0, 0, 0, 0.13));
    background-color: #f1f1f1;
    border: 1px solid #dddddd;
    font-size: 12px;
    font-family: "Helvetica";
    line-height: 38px;
    color: #0c67af;
    text-align: center;
    padding: 0 7px;
    z-index: 999;
}

.ballonred {
    border-color: red !important;
}

#products .product .c_mylist_add {
    display: block;
    background: url(../images/l_cab/compare.png) center center no-repeat;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    position: absolute;
    right: 20px;
    top: 67px;
    cursor: pointer;
    z-index: 1;
}

#products .product .c_mylist_add.del {
    background: url(../images/l_cab/compare_active.png) center center no-repeat;
    border: 1px solid #0c67af;
}

#products .sub {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    zoom: 1;
    width: 100%;
    height: 100%;
    border-top: 2px solid #3cb64a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product .title {
    margin: 0px -20px;
    font-weight: normal;
    height: 58px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f9f9f9), to(#ffffff));
    background-image: linear-gradient(-90deg, #f9f9f9 0%, #ffffff 100%);
}

#products p a {
    color: #333;
    line-height: 18px;
    display: inline-block;
    /* vertical-align: middle; */
    width: 100%;
    height: inherit;
    font-family: "Helvetica";
    padding: 15px 22px;
}

#products p a:hover {
    text-decoration: none;
}

#products .testRater {
    top: 0px;
}

#products .img {
    margin-bottom: 5px;
    zoom: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#products .img img {
    height: 175px;
    /* width: 100%; */
    position: relative;
    left: -10px;
}

/* #products .variants {
    margin: 0 auto;
} */

#products .variants {
    font-size: 14px;
    font-family: "Helvetica";
    padding-top: 11px;
}

#products .variants .count {
    margin-right: 12px;
}

#products .variants label {
    font-size: 16px;
    color: #3a3b3c;
    cursor: pointer;
}

#products .variants label>INPUT[name="variant"]:checked~span {
    border-radius: 3px;
    background-color: #deffe3;
    border: 1px solid #deffe3;
    padding: 5px 6px 3px 6px;
}

#products .variants label>INPUT[name="variant"]:not(:checked)~span {
    padding: 5px 6px 3px 6px;
}

/* #products .variants ul {
    display: table-cell;
    vertical-align: middle;
} */

#products .variants li {
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#products .price_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

#products .price {
    padding-top: 16px;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: #0c67af;
    font-weight: bold;
    font-family: "Times New Roman PSMT";
    margin-bottom: 16px;
}

#products .compare_price {
    margin-right: 4px;
    font-size: 0.6em;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 20px;

}

#products .curr {
    /* margin-left: 5px; */
    font-size: 21px;
    font-weight: normal;
}

#products .price_wr .selectbox .select_2 {
    /* width: 116px; */
    width: auto;
    height: 40px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    line-height: 39px;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    white-space: nowrap;
}

#products .price_wr .one_var {
    width: 116px;
    height: 40px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    line-height: 39px;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
    /* padding-left: 10px; */
}

#products .price_wr .one_var .selectbox {
    display: none !important;
}

#products.list .price_wr .one_var {
    margin: 88px 0 12px;
    width: 100%;
}

#products .price_wr .selectbox .trigger {
    border-left: none;
}

#products .price_wr .selectbox .trigger .arrow {
    border-bottom: 1px solid #737373;
    border-right: 1px solid #737373;
    border-top: none;
    border-left: none;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    opacity: 1;
}

@media (max-width: 1120px) and (min-width: 952px) {
    #products .price {
        padding-top: 0px;
    }

    #products .price_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    #products .price_wr .selectbox,
    #products .price_wr .selectbox .select_2 {
        width: 100%;
    }

    #products .price_wr .one_var {
        width: 100%;
    }
}

#products .price_wr .selectbox .dropdown {
    width: 100%;
    top: 40px !important;
    left: 0 !important;
    border-radius: 2px;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.27));
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    padding: 0;
}

#products .price_wr .selectbox li {
    font-size: 18px;
    line-height: 25px;
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    width: 100%;
    display: block;
    text-align: left;
}

#products .price_wr .selectbox li.selected {
    background-image: linear-gradient(-89deg, #d9d9d9 0%, #ffffff 100%);
}

.add_to_cart_fast {
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    background: #315072;
    color: #fff;
    padding: 6px 22px;
}

#products .butt_cart {
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
}

#products .add_to_cart {
    display: inline-block;
    width: 100%;
    height: 47px;
    border-radius: 3px;
    background-image: linear-gradient(183deg, #f1f1f1 0%, #ffffff 100%);
    position: relative;
    font-size: 20px;
    line-height: 42px;
    color: #616262;
    font-family: "Times New Roman PSMT";
    text-align: center;
}

#products .add_to_cart:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d5d5d5));
    background: linear-gradient(#f1f1f1, #d5d5d5);
    border-radius: 3px;
    z-index: -1;
}

#products .add_to_cart:hover {
    cursor: pointer;
}

.add_to_cart_fast:hover {
    color: #fff;
}

#products .in_cart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 47px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 49px;
    color: #3cb64a;
    font-weight: 300;
    font-family: "Times New Roman PSMT";
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
}

#products .in_cart:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dffde3), to(#8ef09c));
    background: linear-gradient(#dffde3, #8ef09c);
    border-radius: 3px;
    z-index: -1;
}

#products .in_cart span.count {
    width: 57px;
    height: 47px;
    border-radius: 3px;
    background-image: linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
    font-size: 14px;
    line-height: 46px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

#products .in_cart a {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 28px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 600;
    position: relative;
    top: 1px;
    height: 100%;
    color: #3cb64a;
}

#products .in_cart a:hover {
    text-decoration: none;
}

#products .in_cart a span {
    display: block;
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    /* margin-top: 7px; */
}

#products .in_cart span b {
    font-weight: 600;
}

#products .no_product {
    font-size: 20px;
    line-height: 25px;
    color: #a7a7a7;
    margin-top: 27px;
}

.show_more {
    width: 100%;
    display: inline-block;
    height: 47px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 49px;
    color: #3cb64a;
    font-weight: 300;
    font-family: "Times New Roman PSMT";
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
}

.show_more span {
    font-family: "Helvetica";
    font-weight: bold;
    font-size: 24px;
    vertical-align: -2px;
}

.show_more:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dffde3), to(#8ef09c));
    background: linear-gradient(#dffde3, #8ef09c);
    border-radius: 3px;
    z-index: -1;
}

.show_more:hover:after {
    -webkit-filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
    filter: drop-shadow(-1.462px 4.782px 5px rgba(60, 182, 74, 0.23));
}

#summary {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#summary .descript {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#summary .descript .img {
    margin-left: -17px;
}

#summary .descript .text {
    padding: 0 28px 15px 11px;
}

#summary .descript p {
    font-size: 16px;
    line-height: 24px;
    color: #353a42;

    font-family: "Helvetica";
    text-align: left;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

#summary .descript ul {
    font-size: 16px;
    line-height: 19px;
    color: #353a42;
    font-weight: 300;
    font-family: "Helvetica";
    text-align: left;
}

#summary .descript ul li {
    background: url(../images/check.png) 0px 0px no-repeat;
    padding: 0px 0px 0 31px;
    margin-bottom: 9px;
    letter-spacing: 0.35px;
}

#summary .descript .text .btn_grad {
    width: 152px;
    height: 38px;
    background-color: #fdfdfd;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #3cb64a;
    font-weight: 300;
    font-family: "Helvetica";
    text-align: center;
    margin-top: 16px;
    text-indent: -24px;
}

#summary .descript .text .btn_grad:before {
    content: "";
    position: absolute;
    background: url(../images/arrow_down.svg) no-repeat;
    width: 13px;
    height: 7px;
    right: 27px;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

#summary .descript .text .btn_grad.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#summary .text_hidden {
    margin-top: 13px;
    display: none;
}

#summary .text_hidden .descript {
    background: url(../images/track.png) 5% 4px no-repeat;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#summary .text_hidden p {
    font-size: 16px;
    line-height: 20px;
    color: #353a42;
    font-weight: 300;
    font-family: "Helvetica";
    text-align: left;
    letter-spacing: 0.4px;
}

#summary .text_hidden .img {
    margin: 3px 0 0 32px;
}

#summary .text_hidden .text,
#summary .text_hidden .green_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 556px;
    flex: 0 0 556px;
    padding: 12px 0 0 0;
    margin-left: auto;
}

#summary .text_hidden .text p {
    padding-right: 72px;
}

#summary .text_hidden .green_text {
    width: 100%;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    border: 1px solid #3cb64a;
    margin-top: 11px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #3cb64a;
    font-weight: bold;
    font-family: "Times New Roman PSMT";
    text-align: center;
    padding: 14px 44px 17px 43px;
}

#advantages {
    height: 646px;
    background: url(../images/advantages.png) center no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 35px 0 0;
}

#advantages>div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 33%;
    padding: 0;
}

#advantages>div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 54%;
    padding: 34px 0 0 118px;
    text-align: left;
}

#advantages .col_1 {
    text-align: right;
    padding: 0 0;
}

#advantages .col_1 h2 {
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 19px;
}

#advantages .col_1 h2+span {
    font-size: 16px;
    padding-left: 2px;
}

#advantages .col_1 .title {
    text-align: left;
    padding-left: 5px;
    margin-bottom: 69px;
    padding: 0;
    white-space: nowrap;
}

#advantages h3 {
    font-size: 21px;
    color: #51bf61;
    font-family: "Times New Roman PSMT";
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

#advantages>div span {
    font-family: "Helvetica";
    font-size: 14px;
}

#advantages>div>div {
    position: relative;
    padding: 0px 42px 0 0;
}

#advantages>div>div:after,
#advantages>div>div:before {
    content: "";
    display: inline-block;
    position: absolute;
}

#advantages .orig {
    margin-bottom: 83px;
    padding-left: 5px;
}

#advantages .orig:after {
    width: 73px;
    height: 93px;
    background: url(../images/original.png) center no-repeat;
    right: -46px;
    top: 17px;
}

#advantages .speed {
    margin-bottom: 81px;
    padding-left: 46px;
}

#advantages .speed h3 {
    width: 150px;
    color: #4594d4;
    margin-left: auto;
    margin-bottom: 8px;
}

#advantages .speed:after {
    width: 84px;
    height: 79px;
    background: url(../images/fast_delivery.png) center no-repeat;
    right: -57px;
    top: 21px;
}

#advantages .feedback {
    margin-bottom: 100px;
}

#advantages .feedback h3 {
    width: 150px;
    color: #6a6c6e;
    margin-left: auto;
    margin-bottom: 8px;
}

#advantages .feedback:after {
    width: 84px;
    height: 79px;
    background: url(../images/fast_communication.png) center no-repeat;
    right: -54px;
    top: 20px;
}

#advantages .choice {
    margin-bottom: 66px;
}

#advantages .choice h3 {
    color: #6a6c6e;
    margin-left: auto;
    margin-bottom: 8px;
}

#advantages .choice:before {
    width: 92px;
    height: 78px;
    background: url(../images/exclusive.png) center no-repeat;
    left: -105px;
    top: 15px;
}

#advantages .protection {
    margin-bottom: 85px;
    padding-right: 0px;
}

#advantages .protection h3 {
    color: #6a6c6e;
    margin-left: auto;
    margin-bottom: 6px;
}

#advantages .protection:before {
    width: 92px;
    height: 78px;
    background: url(../images/safe.png) center no-repeat;
    left: -104px;
    top: 19px;
}

#advantages .sale {
    margin-bottom: 70px;
    padding-right: 2px;
}

#advantages .sale h3 {
    color: #51bf61;
    margin-left: auto;
    margin-bottom: 6px;
}

#advantages .sale:before {
    width: 92px;
    height: 78px;
    background: url(../images/advantages_sale.png) center no-repeat;
    left: -109px;
    top: 20px;
}

#advantages .joy h3 {
    font-size: 24px;
    color: #3cb64a;
    font-weight: bold;
    margin-left: -88px;
    padding: 0;
}

#advantages_mob {
    background: none;
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0 0;
}

#advantages_mob .title {
    border: none;
}

#advantages_mob .title span {
    font-size: 12.5px;
    line-height: 14px;
}

#advantages_mob>div {
    padding: 14px 0 0 65px;
}

#advantages_mob h2 {
    font-size: 16px;
    margin-bottom: 4px;
}

#advantages_mob>div span {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    text-align: left;
}

#advantages_mob>div {
    position: relative;
    border-bottom: 1px dashed #ddd;
    padding-right: 0px;
    padding-bottom: 20px;
}

#advantages_mob>div:before {
    content: "";
    display: inline-block;
    position: absolute;
}

#advantages_mob .choice {
    margin-bottom: 0px;
}

#advantages_mob .choice:before {
    left: -6px;
    top: 17px;
    width: 84px;
    height: 78px;
    background: url(../images/exclusive_mob.png) no-repeat;
    background-size: 61px;
}

#advantages_mob h3 {
    font-size: 16px;
    line-height: 19px;
}

#advantages_mob .choice h3 {
    color: #4594d4;
    margin-bottom: 4px;
}

#advantages_mob .orig {
    padding-left: 65px;
    padding-top: 19px;
    padding-bottom: 22px;
    margin-bottom: 3px;
}

#advantages_mob .orig:before {
    left: -1px;
    top: 23px;
    width: 84px;
    height: 78px;
    background: url(../images/original_mob.png) no-repeat;
    background-size: 55px;
}

#advantages_mob .protection {
    margin-bottom: 6px;
}

#advantages_mob .protection:before {
    left: 1px;
    top: 17px;
    width: 84px;
    height: 78px;
    background: url(../images/safe_mob.png) no-repeat;
    background-size: 55px;
}

#advantages_mob .speed {
    margin-bottom: 4px;
    padding-left: 64px;
    padding-bottom: 22px;
}

#advantages_mob .speed h3 {
    width: unset;
    margin-bottom: 4px;
}

#advantages_mob .speed:before {
    left: 1px;
    top: 17px;
    width: 84px;
    height: 78px;
    background: url(../images/fast_delivery_mob.png) no-repeat;
    background-size: 55px;
}

#advantages_mob .sale {
    margin-bottom: 18px;
    padding-right: 0;
}

#advantages_mob .sale:before {
    left: -1px;
    top: 19px;
    width: 84px;
    height: 78px;
    background: url(../images/sale_mob.png) no-repeat;
    background-size: 55px;
}

#advantages_mob .feedback h3 {
    width: unset;
    margin-bottom: 5px;
}

#advantages_mob .feedback:before {
    left: -1px;
    top: 5px;
    width: 84px;
    height: 78px;
    background: url(../images/feedback_mob.png) no-repeat;
    background-size: 55px;
}

#advantages_mob>div:last-child {
    padding: 0px 0 14px 65px;
    border: none;
    margin-bottom: 1px;
}

.art_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    position: relative;
}

.art_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 117px;
    height: 2px;
    background-color: #3cb64a;
    bottom: -1px;
}

.art_title a:hover {
    text-decoration: none;
}

.art_title .news {
    margin: 0px 65px 0 5px;
}

.art_title .news:before {
    content: "";
    background: url(../images/news_icon.png) center no-repeat;
    display: inline-block;
    width: 36px;
    height: 37px;
    margin-right: 5px;
}

.art_title .art:before {
    content: "";
    background: url(../images/paper.png) center no-repeat;
    display: inline-block;
    width: 36px;
    height: 29px;
}

.art_title>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    cursor: pointer;
}

.art_title .all {
    margin-left: auto;
}

#top_footer .art_title .all a {
    font-size: 14px;
    color: #929292;
    font-weight: 300;
    line-height: 33px;
    font-family: "Helvetica";
    padding: 0;
    margin: 0;
}

#last_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#last_news .art {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 299px;
    flex: 0 0 299px;
    height: 299px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0.358px 0.934px 2.5px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0.358px 0.934px 2.5px rgba(0, 0, 0, 0.14));
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left: 2px solid #3cb64a;
    cursor: pointer;
    position: relative;
}

#last_news .art:hover {
    -webkit-filter: drop-shadow(-4.193px 2.723px 13.5px rgba(4, 43, 74, 0.17));
    filter: drop-shadow(-4.193px 2.723px 13.5px rgba(4, 43, 74, 0.17));
}

#last_news .art .thumb {
    width: 100%;
    height: 120px;
    background-position-y: center;
    background-size: 100%;
    border-radius: 3px;
    position: relative;
    background-repeat: no-repeat;
}

#last_news .date {
    position: absolute;
    width: 135px;
    height: 35px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.11));
    background: linear-gradient(183deg, #f3f3f3 0%, #ffffff 100%);
    bottom: -14px;
    left: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #3a3b3c;
    padding-left: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#last_news .date:before {
    content: "";
    background: url(../images/calendar.svg) center no-repeat;
    background-size: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#last_news .news .date:before {
    -webkit-filter: invert(33%) sepia(75%) saturate(6499%) hue-rotate(193deg) brightness(86%) contrast(91%);
    filter: invert(33%) sepia(75%) saturate(6499%) hue-rotate(193deg) brightness(86%) contrast(91%);
}

#last_news .article .date:before {
    -webkit-filter: invert(49%) sepia(100%) saturate(3830%) hue-rotate(111deg) brightness(95%) contrast(93%);
    filter: invert(49%) sepia(100%) saturate(3830%) hue-rotate(111deg) brightness(95%) contrast(93%);
}

#top_footer .h3_title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-right: 18px;
    text-align: left;
    min-height: 39px;
    color: #3a3b3c;
}

#top_footer .h3_title a:hover {
    text-decoration: none;
}

#top_footer .news .h3_title {
    border-bottom: 1px solid #4d90c4;
}

#top_footer .article .h3_title {
    border-bottom: 1px solid #3cb64a;
}

#last_news .symmary {
    font-size: 14px;
    line-height: 16px;
    color: #898a8b;
    font-weight: 300;
    font-family: "Helvetica";
    text-align: left;
    padding: 10px 9px 0px;
}

#last_news .art a {
    display: inline-block;
    width: 44px;
    height: 28px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 2px rgba(76, 144, 235, 0.11));
    filter: drop-shadow(0 0 2px rgba(76, 144, 235, 0.11));
    background-image: linear-gradient(183deg, #f3f3f3 0%, #ffffff 100%);
    position: absolute;
    right: 11px;
    bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #0c67af;
}

#last_news .art a:hover {
    text-decoration: none;
}

#last_news .art.article a {
    color: #3cb64a;
}

#last_news .art.news a {
    border: 1px solid #0c67af;
}

#last_news .art.article a {
    border: 1px solid #3cb64a;
}

#footer_info {
    height: 218px;
    background: url(../images/footer_info_bg.png) center no-repeat #353941;
}

#footer_info #subscribe {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
    padding: 23px 0 0 30px;
}

#footer_info h3,
.rassylca_error {
    font-size: 30px;
    line-height: 25px;
    color: #fdfdfd;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}

#footer_info h3 span {
    font-weight: normal;
}

#footer_info form {
    width: 716px;
    max-width: 100%;
    height: 69px;
    border-radius: 33px;
    border: 1px solid #aeaeae;
    margin: 0 auto;
    background: rgba(53, 58, 66, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
}

#subscribe .icon {
    width: 49px;
    height: 49px;
    background: url(../images/mail_icon.png) no-repeat;
}

#subscribe label {
    width: 49px;
    height: 49px;
    background: url(../images/send_sub.png);
    cursor: pointer;
}

#subscribe input[type="text"] {
    width: 434px;
    max-width: 100%;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(66, 71, 80, 0.9);
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica ";
    border: none;
}

#subscribe input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 18px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
}

#subscribe input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 18px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
}

#subscribe input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 18px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
}

#subscribe input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 18px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
}

#subscribe input[type="text"]::placeholder {
    /* Most modern browsers support this now. */
    font-size: 18px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
}

#subscribe input:focus {
    outline: none;
}

#footer_info .attention {
    margin: 0 auto;
    /* width: 1019px; */
    max-width: 560px;
    text-align: left;
    margin-top: 20px;
    padding-left: 56px;
}

#footer_info .attention p:first-child {
    font-size: 16px;
    color: #bfc4cd;
    font-weight: 300;
    font-family: "Helvetica";
    padding-left: 7px;
}

#footer_info .attention p:last-child {
    font-size: 12px;
    line-height: 20px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
}

#bottom_footer .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#block_logo {
    padding-left: 14px;
}

#bottom_footer #block_logo img {
    width: 256px;
    opacity: 0.5;
}

#footer_contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    border-left: 1px dashed #656a71;
    border-right: 1px dashed #656a71;
}

#footer_contacts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 385px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer_contacts ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    cursor: pointer;
}

#footer_contacts ul li:nth-child(even) {
    /* text-align: right; */
    padding-right: 10px;
}

#footer_contacts ul li span {
    font-size: 14px;
    letter-spacing: 0px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
    padding-left: 26px;
    line-height: 26px;
}

#footer_contacts ul li:before {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

#footer_contacts .email:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url(../images/mail_fut.svg) no-repeat;
    background-size: 16px;
}

#footer_contacts .telephone:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/phone.png) no-repeat;
    background-size: 24px;
}

#footer_contacts .telegram:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/telegram-icon.png) no-repeat;
    background-size: 17px;
}

#footer_contacts .skype:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/signal-icon.svg) no-repeat;
    background-size: 16px;
}

#footer_contacts .wa:before {
    content: "";
    width: 17px;
    height: 16px;
    display: inline-block;
    background: url(../images/whatsapp.png) right center no-repeat;
    background-size: 17px;
}

#footer_contacts .feedback span {
    font-size: 13px;
}

#social {
    margin-right: 15px;
}

#social>div {
    font-size: 14px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
    line-height: 15px;
    margin-bottom: 6px;
}

#social a.inst {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/instagram.png) no-repeat;
    background-size: 23px;
    margin-right: 15px;
}

#social a.tg {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/tg.png) no-repeat;
    background-size: 23px;
}

.copyright {
    border-top: 1px solid #4d535d;
}

.copyright .wr {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    color: #8b929e;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 11px 0 0 16px;
}

.copyright .wr div:first-child {
    margin-right: 95px;
}

#product_details .lists_button {
    padding: 10px 20px 0;
    border: 1px solid #d9d9d9;
    max-width: 182px;
    margin-top: 15px;
}

#bittons_panel {
    overflow: hidden;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    line-height: 19px;
}

#bittons_panel .block_1,
#bittons_panel .block_2 {
    width: 50%;
    float: left;
}

#bittons_panel a {
    text-decoration: none;
    color: #333;
}

.channel_telegram {
    display: inline-block;
    width: 98%;
    max-width: 418px;
    background: url(../images/telega.png) no-repeat left top;
    position: relative;
    height: 64px;
}

.channel_telegram a,
.instruction_link a {
    display: block;
    height: 65px;
}

.channel_telegram a div {
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 35px;
    padding: 11px 25px 13px 53px;
    -webkit-box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.07);
    border: 1px solid #b3e6fd;
    background-color: #ebf7fd;
    z-index: -1;
}

.instruction_link {
    display: inline-block;
    width: 98%;
    max-width: 423px;
    background: url(../images/insructions.png) no-repeat left top;
    position: relative;
    height: 64px;
}

.instruction_link a div {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
    position: absolute;
    left: 35px;
    padding: 11px 35px 13px 63px;
    -webkit-box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.07);
    border: 1px solid #c4fad0;
    background-color: #f0fdef;
    z-index: -1;
}

.pagination {
    padding-top: 30px;
    clear: both;
    text-align: center;
}

.pagination a {
    padding: 2px 5px;
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 20px;
    border: 1px solid #fff;
}

.pagination a:not(.selected):hover {
    text-decoration: none;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
}

.pagination .selected {
    background: #315072;
    border: 1px solid #315072;
    color: #fff;
    cursor: default;
}

.pagination .selected:hover {
    text-decoration: none;
}

.not_available {
    margin-top: 80px;
    margin-bottom: 5px;
    text-align: center;
}

#products .not_available p {
    font-size: 20px;
    line-height: 25px;
    color: #a7a7a7;
    text-align: left;
    font-family: "Times New Roman";
}

.not_available img {
    width: 116px;
    /* width: 58%; */
}

#products.list .sub .not_available {
    width: 100%;
    max-width: 210px;
    margin-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort {
    padding-right: 5px;
    text-align: right;
    margin-bottom: 20px;
}

.sort a {
    margin-left: 20px;
}

.sort a.selected {
    text-decoration: underline;
    color: #333;
}

#product_details {
    width: 100%;
}

.back_button {
    float: left;
    padding: 1px 13px 1px 32px;
    margin-right: 14px;
    border-radius: 2px;
    border: 1px solid #22c046;
    background-color: #ffffff;
    background: url(../images/back_page.png) no-repeat 6px center;
    color: #22c046;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
}

.back_button:hover {
    text-decoration: none;
    color: #22c046;
    opacity: 0.7;
}

.back_button_hr {
    display: none;
}

#product_details .not_available {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

#two_columns #product_details .column:first-child {
    vertical-align: top;
    position: relative;
    width: 42.95%;
}

#two_columns #product_details .column:last-child {
    text-align: left;
}

#product_details .column {
    vertical-align: top;
}

#product_image {
    width: 100%;
    min-height: 434px;
    background: url(../images/grass_img.png) no-repeat center bottom;
    text-align: center;
    line-height: 434px;
    position: relative;
}

#product_image img {
    vertical-align: middle;
}

.product_info_button {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.product_info_button span {
    border-radius: 2px;
    font-family: "Times New Roman PSMT";
    font-size: 17px;
    padding: 0px 15px 1px 13px;
}

.product_info_button .percent {
    -webkit-box-shadow: 0 0 4px 1px rgba(76, 144, 235, 0.11);
    box-shadow: 0 0 4px 1px rgba(76, 144, 235, 0.11);
    border: 1px solid #de1919;
    border-radius: 2px;
    background-color: #de1919;
    color: #ffffff;
    padding: 0px 5px 1px 5px;
    margin-right: 4px;
    font-weight: 700;
}

.product_info_button .b_seller {
    -webkit-box-shadow: 0 0 4px 1px rgba(76, 144, 235, 0.11);
    box-shadow: 0 0 4px 1px rgba(76, 144, 235, 0.11);
    border: 1px solid #0c67af;
    color: #0c67af;
    margin-right: 4px;
}

.product_info_button .prod_new {
    -webkit-box-shadow: 0 0 4px 1px rgba(76, 144, 235, 0.11);
    box-shadow: 0 0 4px 1px rgba(76, 144, 235, 0.11);
    border: 1px solid #2fc551;
    color: #2fc551;
}

.ord_h1 {
    color: #3a3b3c !important;
    padding: 10px 0 10px 0 !important;
}

#product_details .rater span {
    vertical-align: unset;
}

#product_details .statVal {
    margin: 0;
}

#product_details .testRater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
}

#product_details .testRater .rater-starsOff,
#product_details .testRater .rater-starsOn {
    height: 17px;
    background-size: 17px;
    margin-right: 3px;
}

#product_details .testRater .rater-starsOn {
    background-position: 0 -20px;
}

#product_details .testRater .rater-starsHover {
    background-position: 0 -39px !important;
}

#product_details .testRater .rater-rating {
    color: #3a3b3c;
    font-weight: 700;
    font-size: 20px;
}

#product_details .testRater .rater-rateCount {
    color: #9c9c9c;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    font-weight: 400;
    font-weight: 400;
}

#product_details #compare {
    color: #0c67af;
}

#product_details .compare_p {
    width: 17px;
    height: 17px;
    background: url(../images/compare_2.png) no-repeat center center;
    background-size: contain;
    margin-right: 7px;
    position: relative;
    top: 4px;
}

#product_details .compare_p:hover {
    background: url(../images/compare_active.png) no-repeat center center;
}

#product_details .compareOn_p {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../images/compare_active.png) no-repeat center center;
    background-size: contain;
    margin: 0 9px 0 0;
    position: relative;
    top: 5px;
}

#product_details .val a,
#product_details .val {
    color: #0c67af;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
}

#product_details .star {
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../images/favourites.png) no-repeat center center;
    background-size: contain;
    margin: 0 8px 0 14px;
    position: relative;
    top: 3px;
}

#product_details .star:hover {
    background: url(../images/favourites_active.png) no-repeat center center;
}

#product_details .starOn {
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../images/favourites_active.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 14px;
    position: relative;
    top: 4px;
}

#product_details hr {
    border: none;
    color: #d8d7d7;
    background-color: #e8e8e8;
    height: 1px;
    margin: 0;
}

.bottom_bl_wrap {
    /* padding-right: 15px; */
}

.tabs_panel {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 25px;
    font-size: 21px;
    line-height: 25px;
    color: #3a3b3c;
    padding: 2px 0;
}

.tabs_panel .active {
    color: #22c046;
}

.tabs_panel div {
    padding: 0 120px;
    background: #f6f6f6;
}

.tabs_panel ul {
    width: 100%;
    height: 58px;
    display: table;
    position: relative;
}

.tabs_panel li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.3333%;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
}

.tabs_panel li:hover {
    color: #22c046;
}

.tabs_panel #arrow_tab {
    width: 29px;
    height: 13px;
    display: block;
    position: absolute;
    top: 57px;
}

#tab_2,
#tab_3 {
    display: none;
}

.features_new ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 33px;
    margin-bottom: 10px;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    flex-wrap: wrap;
    justify-content: space-between;
}



.features_new ul .item {
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px;
    height: 121px;
    border-radius: 3px;
    background-color: #f5f7f9;
    border: 1px solid #bbc0c7;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    color: #353a42;
    font-family: "Helvetica";
    position: relative;
    cursor: pointer;
}

@media(max-width:500px) {
    .features_new ul {
        margin-top: 15px;
        margin-bottom: 7px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .features_new ul .item {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        font-size: 15px;
        line-height: 14px;
        height: 80px;
        margin-bottom: 9px;
    }


}

.features_new ul .item:hover {
    background-color: #fff
}

.features_new ul .item.cbdthc {
    padding-top: 12px;
    padding-left: 5px;
}

@media(max-width:500px) {
    .features_new ul .item.cbdthc {
        padding-top: 8px;
        padding-left: 5px;
    }
}

.features_new ul .item div {
    height: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features_new ul .item .cbd {
    display: inline-block;
    width: 86px;
    height: 100%;
    background: url(../images/CBD.png) no-repeat center;
    margin-right: 23px;
}

@media(max-width:500px) {
    .features_new ul .item .cbd {
        width: 58px;
        background-size: contain;
        margin-right: 13px;
    }
}

.features_new ul .item .thc {
    display: inline-block;
    width: 86px;
    height: 100%;
    background: url(../images/THC.png) no-repeat center;
    margin-right: 21px;
}

@media(max-width:500px) {
    .features_new ul .item .thc {
        width: 58px;
        background-size: contain;
        margin-right: 12px;
    }
}

.features_new ul .item.line {
    padding-top: 15px;
}

@media(max-width:500px) {
    .features_new ul .item.line {
        padding-top: 9px;
    }
}

.features_new ul .item.line div {
    padding-left: 22px;
}

@media(max-width:500px) {
    .features_new ul .item.line div {
        padding-left: 17px;
    }
}


.features_new ul .item.line:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(187, 192, 199);
    background: radial-gradient(circle, rgba(187, 192, 199, 1) 10%, rgba(242, 242, 242, 0) 90%);
    top: 49%;
}

.features_new ul .item.line div span:first-child {
    padding-right: 16px;
}

@media(max-width:500px) {
    .features_new ul .item.line div span:first-child {
        padding-right: 10px;
    }
}

.features_new ul .item.line div span>span {
    text-transform: lowercase;
}

.features_new ul .item.line .out,
.features_new ul .item.line .in {
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3ab648;
    font-family: "Helvetica";
    top: 5px;
    right: 5px;
}

@media(max-width:500px) {

    .features_new ul .item.line .out,
    .features_new ul .item.line .in {
        font-size: 10px;
        line-height: 14px;
        top: 3px;
        right: 2px;
    }
}


.features_new ul .item.line .in:after {
    content: "";
    display: inline-block;
    background: url(../images/green-house.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    vertical-align: -2px;
    margin-left: 5px;
}

.features_new ul .item.line .out:after {
    content: "";
    display: inline-block;
    background: url(../images/sun.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    vertical-align: -2px;
    margin-left: 5px;
}

@media(max-width:500px) {

    .features_new ul .item.line .in:after,
    .features_new ul .item.line .out:after {
        width: 13px;
        height: 14px;
        margin-left: 8px;
        vertical-align: -4px;
    }

    .features_new ul .item.line .out:after {
        margin-left: 10px;
    }
}

.features2_new {
    margin-top: 40px;
    margin-bottom: 40PX;
}

@media(max-width:500px) {
    .features2_new {
        margin-top: 23px;
        margin-bottom: 4px;
    }
}

.features2_new ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
}

@media(max-width:500px) {
    .features2_new ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }
}

.features2_new ul .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 27px;
    color: #353a42;
    font-weight: 300;
    font-family: "Helvetica";

}

@media(max-width:500px) {
    .features2_new ul .item {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 17px;
        font-weight: 300;
        margin-bottom: 12px;
    }
}

.features2_new ul .item.day {
    -webkit-box-flex: 0.26;
    -ms-flex-positive: 0.26;
    flex-grow: 0.26;
}

.features2_new ul .item.smell {
    -webkit-box-flex: 0.2;
    -ms-flex-positive: 0.2;
    flex-grow: 0.2;
}

.features2_new ul .item div div:first-child {
    color: #3ab648;
}

.features2_new .item:before {
    content: "";
    display: block;
    width: 81px;
    height: 81px;
    border-radius: 42px;
    background-color: #ffffff;
    border: 1px solid #3ab648;
    margin-right: 17px;
}

@media(max-width:500px) {
    .features2_new .item:before {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
}

.features2_new .item.day:before {
    background: url(../images/calendar.png) no-repeat center center;
    background-size: 39px;
}

@media(max-width:500px) {
    .features2_new .item.day:before {
        background-size: 18px;
    }
}

.features2_new .item.gender:before {
    background: url(../images/gender.png) no-repeat center center;
    background-size: 30px;
}

@media(max-width:500px) {
    .features2_new .item.gender:before {
        background-size: 14px;
    }
}

.features2_new .item.smell:before {
    background: url(../images/orange.png) no-repeat center center;
    background-size: 41px;
}

@media(max-width:500px) {
    .features2_new .item.smell:before {
        background-size: 18px;
    }
}

.features2_new ul .item>div {
    padding-top: 17px;
}

@media(max-width:500px) {
    .features2_new ul .item>div {
        padding-top: 3px;
    }
}

.features {
    margin-top: 23px;
}

.features li {
    font-size: 18px;
    line-height: 28px;
    color: #3a3b3c;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#tab_1 .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

#tab_1 .features li:nth-child(even) {
    background: #f6f6f6;
}

.features .val {
    padding-left: 16px;
}

.features .icon,
.select .icon {
    height: 28px;
    display: inline-block;
    width: 46px;
}

.features__item {
    column-gap: 15px;
}

.features__img {
    width: 46px;
    object-fit: none;
}

@media screen and (max-width: 380px) {
    .features__img {
        width: 20px;
        object-fit: contain;
    }
}

.features__link {
    color: #3a4b3c;
}


/*new_features*/
.new_features_3 {
    background: url(../images/new_features/3.svg) no-repeat center center;
    width: 28px;
}

.new_features_4 {
    background: url(../images/new_features/4.svg) no-repeat center center;
    width: 28px;
}

.new_features_5 {
    background: url(../images/new_features/5.svg) no-repeat center center;
    width: 28px;
}

.new_features_6 {
    background: url(../images/new_features/6.svg) no-repeat center center;
    width: 28px;
}

.new_features_7 {
    background: url(../images/new_features/7.svg) no-repeat center center;
    width: 28px;
}

.new_features_8 {
    background: url(../images/new_features/8.svg) no-repeat center center;
    width: 28px;
}

.new_features_9 {
    background: url(../images/new_features/9.svg) no-repeat center center;
    width: 28px;
}

.new_features_10 {
    background: url(../images/new_features/10.svg) no-repeat center center;
    width: 46px;
}

.new_features_11 {
    background: url(../images/new_features/11.svg) no-repeat center center;
    width: 28px;
}

.new_eatures_12 {
    background: url(../images/new_features/12.svg) no-repeat center center;
    width: 28px;
}

.new_features_13 {
    background: url(../images/new_features/13.svg) no-repeat center center;
    width: 28px;
}

.new_features_14 {
    background: url(../images/new_features/14.svg) no-repeat center center;
    width: 28px;
}

.new_features_15 {
    background: url(../images/new_features/15.svg) no-repeat center center;
    width: 28px;
}

.new_features_16 {
    background: url(../images/new_features/2.svg) no-repeat center center;
    width: 28px;
}

.new_features_17 {
    background: url(../images/new_features/17.svg) no-repeat center center;
    width: 46px;
}

/*old_features*/
.features_3 {
    background: url(../images/features/3.svg) no-repeat center center;
    width: 28px;
}

.features_4 {
    background: url(../images/features/4.svg) no-repeat center center;
    width: 28px;
}

.features_5 {
    background: url(../images/features/5.svg) no-repeat center center;
    width: 28px;
}

.features_6 {
    background: url(../images/features/6.svg) no-repeat center center;
    width: 28px;
}

.features_7 {
    background: url(../images/features/7.svg) no-repeat center center;
    width: 28px;
}

.features_8 {
    background: url(../images/features/8.svg) no-repeat center center;
    width: 28px;
}

.features_9 {
    background: url(../images/features/9.svg) no-repeat center center;
    width: 28px;
}

.features_10 {
    background: url(../images/features/10.svg) no-repeat center center;
    width: 46px;
}

.features_11 {
    background: url(../images/features/11.svg) no-repeat center center;
    width: 28px;
}

.features_12 {
    background: url(../images/features/12.svg) no-repeat center center;
    width: 28px;
}

.features_13 {
    background: url(../images/features/13.svg) no-repeat center center;
    width: 28px;
}

.features_14 {
    background: url(../images/features/14.svg) no-repeat center center;
    width: 28px;
}

.features_15 {
    background: url(../images/features/15.svg) no-repeat center center;
    width: 28px;
}

.features_16 {
    background: url(../images/features/2.svg) no-repeat center center;
    width: 28px;
}

.features_17 {
    background: url(../images/features/17.svg) no-repeat center center;
    width: 46px;
}

.addps:hover {
    text-decoration: none;
}

.compareOn {
    background-position: 0;
}

.compare:hover {
    background-position: 0px -53px;
}

.starOn {
    background-position: 0px -30px;
}

.star:hover {
    background-position-y: -60px;
}

.compare_wrap_p {
    margin-bottom: 5px;
    font-size: 17px;
    position: relative;
}

.features .mylist_add {
    margin-bottom: 10px;
}

.features .mylist_add .val {
    padding-left: 0;
}

.compare_p,
.compareOn_p {
    background: url(../images/features/sravnenie.svg) no-repeat center center;
    width: 26px;
    height: 26px;
    background-size: 26px;
    display: inline-block;
    background-position: 0 0;
    margin-left: 5px;
    padding: 0 16px 0 0 !important;
}

.compareOn_p {
    background-position: 0;
}

.compare_p:hover {
    background-position: 0 -60px;
}

.features .mylist_add .star,
.features .mylist_add .starOn {
    padding: 0 16px 0 0 !important;
}

.testRater_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testRater_wr>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 49%;
}

.testRater_wr div.features {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.testRater_wr div.features .icon {
    width: 35px;
    height: 15px;
    background-size: 35px;
    margin-right: 9px;
}

.testRater_wr div.features span {
    font-size: 16px;
    font-family: "Helvetica";
}

.testRater {
    bottom: 0px;
    right: 8px;
}

.rater span {
    vertical-align: middle;
    font-size: 16px;
    width: 90px;
}

.rater-rating {
    margin-top: 5px;
}

.rater-starsOff,
.rater-starsOn {
    display: inline-block;
    height: 18px;
    background: url(../images/stars.svg) repeat-x 0 0px;
    background-size: 18px;
}

.rater-starsOn {
    display: block;
    max-width: 115px;
    top: 0;
    background-position: 0px -21px;
}

.rater-starsHover {
    background-position: 0 -42px !important;
}

.statVal {
    margin-bottom: 10px;
}

#product_control .con {
    padding: 0 10px 0 0;
    float: left;
}

#product_control .count {
    width: 159px;
}

#product_control input[name="amount"] {
    width: 30px;
    text-align: center;
    padding: 10px 0;
    border: none;
    outline: none;
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    font-size: 20px;
    background-color: transparent;
}

#product_control .count_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92px;
    height: 48px;
    border: 1px solid #e8e8e8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(to top, #f3f3f3 0%, #ffffff 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product_control .minus,
#product_control .plus {
    margin: 0 8px;
    font-family: Arial;
    font-size: 21px;
    cursor: pointer;
    color: #a4a4a4;
    line-height: 25px;
}

#product_control .minus {
    vertical-align: baseline;
}

#product_control .plus {
    vertical-align: baseline;
    font-size: 21px;
}

#content .exists {
    margin: 7px 0 0 0px;
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    color: #22c046;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
}

#product_control .add_to_cart {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(-176deg, #0c67af 0%, #207dc7 100%);
    zoom: 1;
    background-color: #0c67af;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    line-height: 54px;
    display: inline-block;
    height: 57px;
    width: 100%;
    margin-top: 18px;
    min-width: 222px;
    font-size: 20px;
    text-indent: -9px;
}

#product_control .add_to_cart span {
    width: 29px;
    height: 25px;
    display: inline-block;
    margin-right: 13px;
    background: url(../images/cart.png) 0px 0px no-repeat;
    vertical-align: text-bottom;
}

.sold_out {
    font-size: 20px;
    line-height: 25px;
    color: #de1919;
    margin: 32px 0;
}

/*modal*/

.sold_out .subscripe_block {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(-176deg, #0c67af 0%, #207dc7 100%);
    zoom: 1;
    background-color: #0c67af;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    line-height: 54px;
    display: inline-block;
    height: 57px;
    width: 100%;
    margin-top: 30px;
    min-width: 222px;
    font-size: 20px;
    text-indent: -9px;
    max-width: 328px;
    cursor: pointer;
}

.sold_out .subscripe_block span {
    width: 33px;
    height: 23px;
    display: inline-block;
    margin-right: 13px;
    background: url(../images/alarm.png) 0px 0px no-repeat;
    vertical-align: text-bottom;
}

.sold_out .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    display: none;
}

.sold_out .modal {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    display: none;
    width: 350px;
    height: 150px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(10px 17.321px 9px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(10px 17.321px 9px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
}

#subscripe_form {
    position: relative;
}

#subscripe_form #btnClose {
    background: url(../images/close.png) 0px 0px no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    display: block;
    cursor: pointer;
    top: 7px;
    position: absolute;
    right: 7px;
}

#subscripe_form input[name="subscripe_val"] {
    margin: 50px 0 15px;
    width: 280px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
}

#subscripe_form input[type="submit"] {
    float: none;
    color: #fff;
    background: linear-gradient(-176deg, #0c67af 0%, #207dc7 100%);
    zoom: 1;
    background-color: #0c67af;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 0 5px;
    height: 30px;
    font-size: 15px;
}

.product_brand {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
    color: #a4a4a4;
    font-family: "Times New Roman PSMT";
    clear: both;
}

.product_brand img {
    vertical-align: middle;
    padding: 0px 14px 4px 0px;
}

.product_brand span {
    margin-right: 5px;
}

.product_brand a {
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px dotted #0c67af;
}

#product_control .price_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    column-gap: 20px;
    margin-top: 36px;
    margin-bottom: 37px;
    font-size: 38px;
    position: relative;
    line-height: 26px;
    color: #3a3b3c;
    font-weight: 700;
}

#product_control #price_discount {
    font-size: 19px;
    line-height: 16px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
}

#product_control .red_line {
    width: 45px;
    background: #de1919;
    display: inline-block;
    position: absolute;
    height: 2px;
    top: 7px;
    -webkit-transform: skew(8deg, -8deg);
    transform: skew(8deg, -8deg);
}

#product_control #price_discount .curr {
    font-size: 19px;
}

#product_control .compare_price {
    margin-right: 4px;
    font-size: 0.6em;
    text-decoration: line-through;
}

#product_control .curr {
    margin-left: 6px;
    font-family: "Times New Roman PSMT";
    color: #3a3b3c;
    font-weight: 400;
    font-size: 33px;
}

#product_control .selectbox {
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(to top, #f3f3f3 0%, #ffffff 100%);
}

#product_control .selectbox .select_2 {
    border: none;
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    font-size: 20px;
    line-height: 28px;
    padding: 8px 30px 6px 10px;
    height: 46px;
}

@media(max-width:340px) {
    #product_control .selectbox .select_2 {
        font-size: 18px;
    }
}

#product_control .selectbox .trigger {
    border: none;
}

#product_control .selectbox .trigger .arrow {
    border-bottom: 2px solid #737373;
    border-right: 2px solid #737373;
    border-top: none;
    border-left: none;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    opacity: 1;
}

#product_control .selectbox .dropdown {
    top: 43px;
    left: 0 !important;
    border-radius: 2px;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.27));
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
}

#product_control .selectbox li {
    font-size: 20px;
    line-height: 25px;
    color: #3a3b3c;
    padding: 5px 28px 6px 28px;
    font-family: "Times New Roman PSMT";
}

#product_control .selectbox li:hover {
    background-image: linear-gradient(-89deg, #d9d9d9 0%, #ffffff 100%);
    opacity: 0.5;
}

#product_control .selectbox li.selected {
    background-image: linear-gradient(-89deg, #d9d9d9 0%, #ffffff 100%);
}

#product_desc {
    clear: both;
    font-size: 18px;
    line-height: 24px;
    color: #3a3b3c;
    padding: 31px 10px;
    text-align: left;
}

#product_desc h2,
#product_desc h3 {
    display: block;
    font-size: 24px;
    margin: 24px 0 0;
    color: #3a3b3c;
}

#product_desc h2:before,
#product_desc h3:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/arrow_desk.png) no-repeat;
    background-position: left 3px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: text-top;
}

#product_desc h2:after,
#product_desc h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dddddd;
    display: block;
    margin: 12px;
}

#product_desc p {
    margin-bottom: 23px !important;
    padding-right: 20px;
}

#tab_3 #comments {
    margin-top: 30px;
}

#tab_3 .comment_list h3 {
    background: none;
    padding: 0;
}

#tab_3 .comment_list .comment_header {
    line-height: 20px;
    margin-bottom: 20px;
}

#tab_3 .comment_list .comment_date {
    float: left;
    line-height: 25px;
}

#tab_3 .comment_body {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 26px 15px 0;
}

#tab_3 #comments li:last-child .comment_body {
    border: none;
}

#tab_3 .avatar {
    float: left;
    margin: 6px 15px 5px 5px;
}

#tab_3 .comment_date {
    font-size: 16px;
    color: #afafaf;
    margin-bottom: 0;
}

#tab_3 .comment_author {
    font-size: 24px;
    margin-right: 22px;
}

#tab_3 .comment {
    font-size: 18px;
    line-height: 24px;
    color: #3a3b3c;
    margin-bottom: 19px;
    overflow: hidden;
}

#tab_3 .comment_body .comment_wait {
    min-height: 50px;
}

#tab_3 .comment_form {
    margin-top: 70px;
    overflow: hidden;
    float: left;
    width: 100%;
}

#tab_3 .comment_form h3 {
    font-size: 24px;
    color: #3a3b3c;
}

#tab_3 .comment_form .tbl_form {
    width: 457px;
}

#comments .comment_image {
    margin: 87px 0 14px 28px;
}

#tab_3 .comment_form .tbl_form td {
    font-size: 18px;
    line-height: 24px;
    color: #999999;
}

#tab_3 .comment_form .tbl_form .g-recaptcha {
    /* display: flex; */
    /* justify-content: center; */
}

#tab_3 .comment_form button,
#tab_3 .comment_form textarea {
    font-size: 24px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
}

#tab_3 .comment_form input[type="text"] {
    margin-bottom: 6px;
    /* width: 100%; */
}

#tab_3 .comment_form textarea {
    min-height: 178px;
}

#tab_3 .comment_form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 2px rgba(76, 144, 235, 0.11));
    filter: drop-shadow(0 0 2px rgba(76, 144, 235, 0.11));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #21c046), to(#4be26d));
    background: linear-gradient(0deg, #21c046 1%, #4be26d 100%);
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    color: #ffffff;
    font-family: "Times New Roman";
    border: none;
    margin-top: 10px;
}

#tab_3 .comment_form button::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/comment_sub.png) 25% center no-repeat;
    margin-right: 5px;
}

#comments h2 {
    margin-bottom: 10px;
    color: #315072;
}

/* .comment_list {
    margin-bottom: 40px;
}

.comment_list li {
    margin-bottom: 10px;
} */

.comment_list .comment_header {
    padding: 8px 10px 2px;
    height: 20px;
    line-height: 20px;
}

.comment_list h3 {
    padding-left: 24px;
    font-weight: normal;
    float: left;
    display: block;
    color: #000;
    /* background: url(../images/pensil.svg) no-repeat 2px center; */
    /* background-size: 10px; */
}

.comment_form h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #315072;
}

/*------------ WINDOW BASKET ------------*/

#minicart {
    margin: 0;
    padding: 0 29px 21px 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    /* right: 0; */
    top: 110px;
    background: #fff;
    width: 405px;
    z-index: 99999999999;
    display: none;
    border-top: 2px solid #22c046;
    border-radius: 0 0 6px 6px;
    -webkit-filter: drop-shadow(5.5px 9.526px 14.5px rgba(0, 0, 0, 0.19));
    filter: drop-shadow(5.5px 9.526px 14.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
}

#minicart .close {
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 21px;
    right: 28px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 27px;
    cursor: pointer;
}

#minicart .minctitle {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    line-height: 35px;
    color: #3a3b3c;
    font-weight: 700;
}

#minicart .minctitle span {
    padding: 0;
}

#minicart .minctitle .mctnam span {
    color: #717273;
    font-size: 16px;
    font-family: "Times New Roman PSMT";
}

#minicart .minctitle a {
    padding: 0;
}

.podtablescroll {
    border-bottom: 1px solid #ddd;
}

.podtablescroll::-webkit-scrollbar-track {
    webkit-box-shadow: inset 0 0 6px hsl(0, 0%, 100%);
    background-color: #fff;
    border: 1px solid #dddddd;
}

.podtablescroll::-webkit-scrollbar {
    width: 6px;
    background-color: #dddddd;
}

.podtablescroll::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.mctable .mcitem:last-child {
    border-bottom: none;
}

.mcitem {
    display: block;
    margin: 0 0 0 0px;
    height: 95px;
    position: relative;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}

.mctitle {
    font-size: 14px;
    line-height: 13px;
    text-align: left;
    max-width: 200px;
}

.mctitle a {
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    text-transform: uppercase;
    text-decoration: none;
}

.mctitle a span {
    text-transform: lowercase;
    font-size: 14px;
    color: #717273 !important;
    padding: 0 !important;
}

.mcimg {
    display: block;
    margin-right: 10px;
    float: left;
    vertical-align: top;
}

.mcimg a {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.mcitem_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    height: 67px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.mcname {
    padding-bottom: 5px;
    text-align: center;
    width: 142px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.mcitem_wr .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mcamount .count_block_cart {
    width: 83px;
    height: 32px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.mcamount .count_block_cart span {
    font-size: 22px;
    cursor: pointer;
}

.mcamount .count_block_cart .minus_cart {
    font-family: "PT Sans";
    color: #a4a4a4 !important;
}

.mcamount .count_block_cart *:first-child {
    text-align: left;
}

.mcamount .amount_cart {
    width: 36px;
    text-align: center;
    padding: 5px 0;
    border: none;
    outline: none;
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    background-color: transparent;
}

.mcamount .count_block_cart *:last-child {
    text-align: right;
}

.mcamount .count_block_cart .plus_cart {
    vertical-align: -2px;
    font-family: "PT Sans";
    color: #a4a4a4 !important;
}

.mcprice {
    padding-right: 10px;
    text-align: right;
    font-size: 23px;
    color: #3a3b3c;
    font-weight: 700;
}

.carskidka {
    font-size: 0.9em;
}

.mcprice .cpcar {
    display: none;
}

.mcardel {
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 7px;
    cursor: pointer;
}

.mcardel img {
    width: 14px;
}

.mcitogo {
    text-align: right;
    clear: both;
}

.mcitogo .perdisc {
    margin: 15px 0 12px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mcitogo .perdisc span {
    font-size: 20px;
    line-height: 25px;
    color: #de1919 !important;
    -webkit-box-flex: 2;
    -ms-flex: 2 2 50%;
    flex: 2 2 50%;
    text-align: left;
}

.mcitogo .perdisc span:last-child {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
}

.mcitogo .perdisc img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25px;
    flex: 1 1 25px;
    margin-right: 8px;
}

.mcitogo .mcit {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.butki .next {
    border-radius: 3px;
    background-image: linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
    line-height: 59px;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.butki .to_back {
    margin-top: 10px;
    padding: 6px 16px !important;
    display: block;
    float: left;
    background: #c9c5b0;
    color: #685a4e !important;
}

.ms-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: auto !important;
    top: auto !important;
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 41px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    color: #858585;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
    font-family: "Times New Roman PSMT";
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice>span.placeholder {
    color: #999;
}

.ms-choice>div.icon-close {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: 16px;
}

.ms-choice>div.icon-close:before {
    content: "×";
    color: #888;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.ms-choice>div.icon-close:hover:before {
    color: #333;
}

.ms-choice>div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}

.ms-choice>div.icon-caret.open {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.ms-drop {
    width: auto;
    min-width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 2px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: 0.25rem 8px;
}

.ms-drop ul>li .disabled {
    font-weight: normal !important;
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    cursor: default;
}

.ms-drop ul>li.multiple {
    display: block;
    float: left;
}

.ms-drop ul>li.group {
    clear: both;
}

.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul>li label {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.ms-drop ul>li label.optgroup {
    font-weight: bold;
}

.ms-drop ul>li.hide-radio {
    padding: 0;
}

.ms-drop ul>li.hide-radio:focus,
.ms-drop ul>li.hide-radio:hover {
    background-color: #f8f9fa;
}

.ms-drop ul>li.hide-radio.selected {
    color: #fff;
    background-color: #007bff;
}

.ms-drop ul>li.hide-radio label {
    margin-bottom: 0;
    padding: 5px 8px;
}

.ms-drop ul>li.hide-radio input {
    display: none;
}

.ms-drop ul>li.option-level-1 label {
    padding-left: 28px;
}

.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.ms-drop .ms-no-results {
    display: none;
}

.title_form {
    margin-bottom: 20px;
    font-size: 1.5em;
    text-align: center;
}

.tbl_form_broad {
    margin: 0 auto;
}

.tbl_form_broad td {
    padding: 5px;
}

.tbl_form_broad td:first-child {
    padding-left: 0;
}

.tbl_form_broad td:last-child {
    padding-right: 0;
}

.perdisc p {
    margin-left: 100px;
    width: 140px;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2em;
    display: inline-block;
    font-size: 1.5em;
}

.order_info {
    margin: 0 auto 50px;
    background: #fefefe;
    border: 1px solid #eae8e0;
    color: #685a4e;
}

.order_info td {
    padding: 7px 10px;
}

.order_info tr:first-child td {
    padding-top: 14px;
}

.order_info tr:last-child td {
    padding-bottom: 14px;
}

#title_orders {
    margin-bottom: 30px;
    text-align: center;
}

.result td,
.result th {
    padding: 14px 15px 0 0 !important;
    text-align: right !important;
}

.order_payment_selected {
    text-align: center;
}

#in_order #t_price {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 20px;
}

#in_order #widg_deliv,
#in_order #widg_payment {
    color: #3a3b3c;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 0 0 0;
}

#in_order #widg_deliv span:last-child,
#in_order #widg_payment span:last-child {
    font-family: "Times New Roman PSMT";
    color: #22c046;
    border-bottom: 1px dashed;
    line-height: 24px;
    display: inline-block;
}

#in_order #widg_addr {
    font-size: 18px;
    line-height: 18px;
    color: #3a3b3c;
    margin-top: 10px;
    padding-bottom: 10px;
}

#in_order #widg_payment {
    padding-bottom: 20px;

    border-bottom: 1px solid #e8e8e8;
}

#in_order .captcha {
    padding: 23px 0;
    border-bottom: 1px solid #e8e8e8;
}

#in_order .captcha img {
    width: 85px;
}

#in_order .captcha input {
    float: right;
    width: 167px;
    height: 40px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 1px rgba(76, 144, 235, 0.11));
    filter: drop-shadow(0 0 1px rgba(76, 144, 235, 0.11));
    border: 1px solid #dddddd;
    margin-top: 3px;
}

#for_user {
    font-size: 18px;
    line-height: 18px;
    color: #929292;
    margin-top: 17px;
    padding-right: 5px;
    text-align: left;
}

/* Comment */
/* .price_end input[type="submit"] {
    width: 100%;
    float: none;
    margin-top: 20px;
    display: block;
    height: 58px;
    border-radius: 3px;
    border: none;
    background-image: linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
} */

/*
.price_end input[type="submit"].spinner{
 background-image: url(../images/spinner.svg),linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
background-repeat: no-repeat;
background-position: center;
background-size: 80px, 100%;
pointer-events:none;
opacity: 0.5;}
*/

.preloader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1001;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(112 112 112 / 40%)), to(rgba(51, 10, 10, 0))), rgb(100 100 100 / 40%);
    background: linear-gradient(to bottom, rgb(112 112 112 / 40%)0, rgba(51, 10, 10, 0)100%), rgb(100 100 100 / 40%);
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    -webkit-animation: preloader-rotate 2s infinite linear;
    animation: preloader-rotate 2s infinite linear;

}

@-webkit-keyframes preloader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded_fin .preloader {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0;
}

#politic_c {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    color: #929292;
}

#politic_c span {
    display: inline-block;
    color: #1775af;
    text-decoration: underline;
}

#blog .art {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

#blog .art:last-child {
    border-bottom: none;
}

#blog .post_text {
    padding: 0 20px 10px 50px;
    display: none;
}

#blog .header_post {
    padding: 10px 20px;
    border-left: 5px solid #eae8e0;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#blog .header_post:hover,
#blog .opened .header_post {
    border-left: 5px solid #939081;
}

#blog .align_right {
    padding: 10px 0;
}

#content .date {
    margin: 0;
}

.bg_cursor {
    background: url(../images/about_as_cursor.png) no-repeat left top;
}

.list_markers {
    padding: 0 42px;
}

.list_markers li {
    padding: 10px 0 10px 32px;
    display: block;
    background: url(../images/about_as_marker.png) no-repeat 0px 13px;
}

#blog .header_post h3,
#blog .header_post .date,
#blog .header_post .cursor {
    display: table-cell;
    vertical-align: middle;
}

#blog .header_post h3 {
    color: #0c67af;
    font-weight: normal;
    text-align: left;
}

#blog .header_post .date {
    padding-right: 20px;
    width: 74px;
    color: #777;
}

#blog .header_post .cursor {
    width: 50px;
}

#blog .cursor span {
    margin-left: 24px;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #cecece;
    line-height: 22px;
    text-align: center;
    color: #3a3b3c;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#blog .closed .cursor span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#blog .opened .cursor span {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

#blog .cursor span:before {
    content: "»";
}

/*------------ ARTICLES ------------*/

/*------------ STATUSY ------------*/
.status {
    padding-right: 14px;
}

.status p {
    color: #1b1b1b;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}

.clear {
    clear: both;
}

.status {
    color: #3a3b3c;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

#status_h1 img {
    float: right;
    margin: -85px 62px 0 45px;
    width: 236px;
}

#status_h1 p:last-child {
    font-size: 20px;
    padding-top: 10px;
}

.list_1 {
    padding-top: 30px;
}

.list_wrap {
    position: relative;
    height: 87px;
    margin-bottom: 9px;
}

.list_wrap .bg {
    width: 91%;
    position: absolute;
    left: 73px;
    height: 77px;
    border: 1px solid #f1f1f1;
    border-radius: 0 50px 50px 0;
    border-left: 0;
    background-image: linear-gradient(-227deg, #ffffff 0%, #f5f5f5 100%);
    z-index: -1;
}

.list_wrap .bg p {
    line-height: 18px;
    padding-left: 30px;
}

.list_wrap .bg p:first-child {
    font-weight: 700;
    color: #3a3b3c;
    font-weight: 600;
    font-size: 24px;
    padding-top: 18px;
}

.list_wrap img {
    position: absolute;
    z-index: 999;
}

.list_text {
    border-left: 1px dashed #22c347;
    margin-left: 43px;
    padding-bottom: 42px;
    margin-bottom: 5px;
}

.list_text p {
    padding-left: 55px;
    line-height: 22px;
}

.list_1 .list_wrap {
    background: url(../images/status/01..png) left center no-repeat;
}

.list_1 .list_text img:nth-child(1) {
    width: 194px;
    float: right;
    margin: 10px 0 0 80px;
}

.list_1 .list_text p:nth-child(2) {
    padding-top: 28px;
    max-width: 443px;
    margin-bottom: 85px !important;
}

.list_1 .list_text img:nth-child(3) {
    width: 195px;
    float: left;
    padding-left: 55px;
    margin-right: 34px;
    margin-top: -20px;
}

.list_1 .list_text p:nth-child(6) {
    margin-top: 75px;
}

.list_1 .list_text p:nth-child(4) {
    max-width: 735px;
    margin-bottom: 0 !important;
}

.list_1 .list_text p:nth-child(6) {
    font-weight: 700;
    font-weight: 600;
    max-width: 735px;
    margin-bottom: 28px;
    margin-top: 30px;
}

.list_1 .list_text .info {
    background: url(../images/status/info.png) center center no-repeat;
    width: 36px;
    height: 32px;
    display: block;
    float: left;
    margin: 25px 10px 0 0;
}

.list_1 .list_text p:nth-child(7) {
    margin-top: 28px;
    max-width: 690px;
}

.list_1 .list_text p:nth-child(8) {
    margin-top: 28px;
    margin-bottom: 0 !important;
}

.list_2 .list_wrap {
    background: url(../images/status/02..png) left center no-repeat;
    height: 100px;
}

.list_2 .list_wrap .bg {
    margin-top: 11px;
}

.list_2 .list_wrap img {
    top: -10px;
}

.list_2 .list_text img:nth-child(1) {
    width: 194px;
    float: right;
    margin: 0 0 0 80px;
}

.list_2 .list_text p:nth-child(2) {
    padding-top: 40px;
    max-width: 434px;
    margin-bottom: 75px !important;
}

.list_2 .list_text p:nth-child(2) span {
    font-weight: 700;
    font-weight: 600;
}

.list_2 .list_text p:nth-child(2) a {
    font-weight: 700;
    font-weight: 600;
    color: #21bd44;
    text-decoration: none;
}

.last .list_text {
    border: none;
    margin-bottom: 50px;
}

.last .list_wrap {
    background: url(../images/status/03..png) left center no-repeat;
    height: 100px;
}

.attention .list_wrap {
    height: 177px;
}

.attention .list_wrap {
    background: url(../images/status/infornation.png) left center no-repeat,
        url(../images/status/red_line.png) right center no-repeat;
}

.attention .bg {
    width: 89%;
    height: 154px;
    -webkit-box-shadow: 10px 0 16px rgba(151, 20, 20, 0.11);
    box-shadow: 10px 0 16px rgba(151, 20, 20, 0.11);
    border-radius: 0 20px 20px 0;
    margin-left: 18px;
}

.attention .list_wrap img {
    top: 0;
}

.attention .list_wrap .red_line {
    right: 0;
}

.attention .list_wrap .bg p {
    padding: 28px 75px 0 80px;

    font-size: 19px;
    font-family: Times New Roman PSMT;
    font-weight: 400;
    line-height: 22px;
}

/*------------ FOOTER ------------*/
#footer {
    padding-top: 60px;
    width: 100%;
    overflow-x: hidden;
}

#top_footer {
    width: 100%;
    /* height: 226px; */
    background: #f9f9f9;
    /* position: relative; */
    margin-bottom: 48px;
}

#top_footer .sub {
    width: 1170px;
    margin: 0 auto;
    padding: 8px 15px 0;
}

#top_footer .left_bord {
    position: absolute;
    bottom: 0;
    left: -46px;
    border-right: 47px solid #f4f4f4;
    border-bottom: 47px solid transparent;
}

#top_footer .right_bord {
    position: absolute;
    bottom: 0;
    right: -46px;
    border-left: 47px solid #f4f4f4;
    border-bottom: 47px solid transparent;
}

#last_news,
#last_arts {
    padding: 5px 0 0;
}

#last_news .list .art,
#last_news .date,
#last_arts .date {
    width: 130px;
    height: 35px;
    bottom: -23px;
    left: 0;
    font-size: 13px;
    line-height: 35px;
    border-radius: 1px;
}

#top_footer .all_arts {
    margin-right: 15px;
    padding-right: 12px;
    color: #333;
    right: 0px;
    bottom: 0px;
}

#bottom_footer {
    width: 100%;
    height: 126px;
    background: #24282e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom_footer .sub {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
    height: 83px;
    position: relative;
}

.modal_popup {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: auto;
    z-index: 100001;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    display: block;
    background: unset;
    display: none;
}

.modal_popup .wrap {
    position: relative;
    max-width: 100%;
    width: 400px;
    height: auto;
    top: 202px;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    -webkit-filter: drop-shadow(10.598px -16.961px 9px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(10.598px -16.961px 9px rgba(0, 0, 0, 0.08));
}

.modal_popup .wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0px;
    left: 0;
    height: 2px;
    background: #3cb64a;
    border-radius: 2px 2px 0 0;
    z-index: -1;
}

.modal_popup .form {
    padding: 42px 48px 0;
}

.modal_popup .title {
    font-size: 24px;
    color: #353a42;
    font-weight: bold;
    position: relative;
    margin-bottom: 38px;
    text-indent: -13px;
}

.modal_popup .title:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: #3cb64a;
    left: 116px;
    bottom: -10px;
}

.modal_popup .title:after {
    content: "";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: #3cb64a;
    left: 133px;
    bottom: -13px;
}

.modal_popup .form .wr {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal_popup .form label {
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 20px;
    color: #a4a4a4;
    font-weight: 300;
}

.modal_popup .wrap .error_text {
    text-align: center;
    height: 16px;
    color: red;
    position: absolute;
    left: 0;
    right: 0;
}

.modal_popup .wrap .error_text span {
    background: red;
    color: #fff;
    padding: 0px 13px 4px;
    border-radius: 0px 0px 4px 4px;
    display: none;
}

.modal_popup .form .inp_wr {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.modal_popup .form .inp_wr input.error {
    border-color: red;
}

.modal_popup .form .inp_email:before,
.modal_popup .form.register_form .name:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/user.png) no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    z-index: 1;
}

.modal_popup .form.register_form .inp_email:before {
    content: "";
    background: url(../images/mail.png) no-repeat;
    width: 20px;
    height: 19px;
}

.modal_popup .form .inp_pass:before {
    content: "";
    display: block;
    width: 14px;
    height: 24px;
    background: url(../images/lock.png) no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
}

.modal_popup .form .inp_wr input {
    height: 50px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 4px rgba(76, 144, 235, 0.11));
    filter: drop-shadow(0 0 4px rgba(76, 144, 235, 0.11));
    border: 1px solid #d7d7d7;
    background: none;
    font-size: 17px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 5px 47px 0;
}

.modal_popup .remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: "Helvetica";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 13px;
    width: 100%;
}

.modal_popup .remember .load_tpl {
    color: #1873bd;
    cursor: pointer;
}

.modal_popup .remember div input {
    position: relative;
    top: -2px;
    margin: 0 7px 0 0;
}

.modal_popup .button {
    width: 100%;
    height: 58px;
    border-radius: 3px;
    background-image: linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
    border: none;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}

.modal_popup .register {
    height: 60px;
    border-radius: 6px;
    background-image: linear-gradient(183deg, #f1f1f1 0%, #ffffff 100%);
    width: 100%;
    font-size: 18px;
    line-height: 59px;
    color: #126eb6;
    font-family: "Helvetica";
    cursor: pointer;
    margin-top: 36px;
}

.modal_popup .register.reg {
    color: #000000;
}

.modal_popup .register.reg span {
    color: #0c67af;
}

.modal_popup .close {
    width: 27px;
    height: 27px;
    display: block;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 21px;
    cursor: pointer;
}

.inp_pass .eye {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 57px;
    padding: 0 10px;
    line-height: 38px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.2s ease, opacity 0.2s ease, visible 0.2s ease;
    transition: color 0.2s ease, opacity 0.2s ease, visible 0.2s ease;
    z-index: 1;
}

.inp_pass .eye:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.inp_pass .eye.img_eye:before {
    background-image: url(../images/eye_close.svg);
    background-size: 28px 18px;
    opacity: 0.6;
}

.inp_pass .eye.img_eye2:before {
    background-image: url(../images/eye_open.svg);
    background-size: 28px 18px;
    opacity: 0.6;
}

.modal_popup .register_form .error_text {
    margin-bottom: 5px;
}

.modal_popup .register_form .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.modal_popup .register_form .captcha input {
    height: 50px;
    width: 159px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 4px rgba(76, 144, 235, 0.11));
    filter: drop-shadow(0 0 4px rgba(76, 144, 235, 0.11));
    border: 1px solid #d7d7d7;
    background: none;
    font-size: 17px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 5px 10px 0;
}

.modal_popup .form.password_remind {
    padding: 42px 48px;
}

#weedy {
    margin-bottom: 10px;
    display: table;
}

#weedy li {
    padding: 0 10px;
    display: table-cell;
}

#weedy li a {
    display: block;
    height: 32px;
}

#weedy .weedy a {
    width: 124px;
}

#weedy .olk a {
    width: 84px;
}

#weedy_text {
    color: #fff;
}

#copyright {
    font-size: 0.9em;
    color: #afafaf;
}

/*------------ PAGES ------------*/
.list_d {
    width: 100%;
}

.list_d .dlr {
    padding: 3px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.list_d .dlr:first-child {
    padding-left: 0;
}

.list_d .dlr:last-child {
    padding-right: 0;
}

.dlr .sub {
    border: 1px solid #bbbaba;
    width: 100%;
    height: 422px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dlr h3 {
    margin-bottom: 38px;
    text-align: center;
    line-height: 36px;
}

.dlr .img {
    margin-bottom: 18px !important;
    text-align: center;
}

.dlr .ps {
    margin-bottom: 28px !important;
    text-align: center;
}

.dlr .p_price {
    margin: 0 auto 14px !important;
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: center;
    line-height: 78px;
    background: #f4f2fa;
    font-size: 1.3em;
}

.dlr .is_free {
    color: #0a3e9b;
    text-align: center;
}

.dlr .summary {
    padding: 0 10px;
    text-align: center;
}

.dlr_end {
    margin-bottom: 10px;
    padding: 12px 20px 10px 10px;
    border: 1px solid #bbbaba;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.dlr_end .img,
.dlr_end .txt {
    display: table-cell;
}

.dlr_end .img {
    padding-right: 20px;
    vertical-align: top;
}

.dlr_end .txt {
    vertical-align: middle;
}

.dlr_end .is_free {
    color: #0a3e9b;
}

.payment_block {
    width: 100%;
}

.payment_block .payment_element {
    margin-right: 14px;
    zoom: 1;
    *display: inline !important;
    display: inline-block;
    vertical-align: middle;
}

/*------------ MOBILE ------------*/
#mobille_nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

#mobille_nav .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 52px;
    left: 3000px;
    z-index: 990;
    /* box-shadow: 0px 0px 10px #777; */
    -moz-box-shadow: 0px 0px 10px #777;
    /* -webkit-box-shadow: 0px 0px 10px #777; */
}

#mobille_nav .map,
#mobille_nav .bg {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.opened_menu #mobille_nav .map,
.opened_menu #mobille_nav .bg {
    left: 0px;
    top: 101px;
    width: 100%;
    height: 100%;
}

#mobille_nav .close {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../images/close_icon.svg) no-repeat;
}

#mobille_nav .list_pips {
    margin-bottom: 10px;
}

#mobille_nav .cats2 a,
#mobille_nav .cats2 span {
    padding: 0 0;
    display: block;
    color: #333;
    line-height: 30px;
}

#mobille_nav .cats2 a img,
#mobille_nav .cats2 span img {
    margin: 5px 10px 0 0;
    height: 20px;
    float: left;
}

#mobille_nav .email a,
#mobille_nav .skype a,
#mobille_nav .call a,
#mobille_nav .telegram a {
    margin-bottom: 4px;
    padding-left: 30px;
}

#mobille_nav .email a {
    background: url(../images/email.svg) no-repeat;
}

#mobille_nav .skype a {
    background: url(../images/skype.svg) no-repeat;
}

#mobille_nav .call a {
    background: url(../images/phone_icon.svg) no-repeat;
}

#mobille_nav .telegram a {
    background: url(../images/telegram.svg) no-repeat;
}

#mobille_nav .dlm {
    margin-bottom: 10px;
    width: 100%;
    height: 1px;
    background: #d4d4cd;
}

@media (max-width: 1170px) {
    #two_columns {
        width: 100%;
        padding: 0 10px;
    }

    #product_details .compare_p,
    .compareOn_p {
        background: url(../images/compare_2.png) no-repeat 0px 0px;
        padding-right: 11px !important;
    }

    .bottom_bl_wrap {
        padding-right: 0;
    }

    .the_end_order {
        margin-right: 10px;
    }

    .list_d .dlr {
        width: 50%;
    }

    #bittons_panel {
        font-size: 16px;
        line-height: 17px;
    }

    .channel_telegram a div {
        padding: 13px 5px 14px 33px;
    }

    .instruction_link a div {
        padding: 13px 25px 14px 43px;
    }

    #comments .comment_image {
        display: none;
    }
}

@media (max-width: 1064px) {

    #products .product .mylist_add,
    #products .product .c_mylist_add {
        right: 9px;
        width: 31px;
        height: 30px;
    }

    #top_footer {
        height: auto;
    }

    #top_footer .columns {
        display: block;
    }

    #top_footer .columns .column {
        display: block;
        width: 100%;
    }

    #product_details h1 {
        font-size: 20px;
        line-height: 21px;
    }

    #product_control .price_wr {
        margin-top: 20px;
        margin-bottom: 31px;
    }

    #products .img img {
        height: 150px;
        width: unset;
    }

    #products .testRater_wr {
        margin: 0 -15px;
    }

    #products .in_cart {
        font-size: 16px;
        line-height: 51px;
    }

    #products .in_cart a {
        line-height: 33px;
    }

    #products .in_cart a span {
        font-size: 13px;
        line-height: 3px;
    }
}

@media (max-width: 1000px) {
    #two_columns #product_details .column:first-child {
        width: 380px;
        max-width: 100%;
    }

    #two_columns #product_details .column:last-child {
        display: block;
    }

    #product_control .con {
        margin-bottom: 14px;
    }

    #list_orders .amount {
        width: 50px;
    }

    #list_orders .price {
        width: 90px;
        text-align: center;
    }

    .attention .list_wrap .bg p {
        padding: 28px 35px 0 80px;
    }
}

@media (max-width: 952px) {
    #header {
        border-bottom: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #mobille_nav {
        display: block;
    }

    #mobile_menu .icn {
        display: block;
        width: inherit;
        height: inherit;
        background: url(../images/menu_green_icon.svg) no-repeat 10px center;
        background-size: 24px;
    }

    #mobile_menu .icn.active {
        background: url(../images/menu_green_icon_active.svg) no-repeat 10px center;
        background-size: contain;
    }

    #mobille_nav .map {
        position: fixed;
        top: 52px;
        left: 3000px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 999;
    }

    #mobille_nav .list_pips {
        padding-top: 5px;
    }

    #mobille_nav li.active {
        background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(#ffffff));
        background: linear-gradient(-90deg, #f3f3f3 0%, #ffffff 100%);
        margin-top: -1px;
        border-left: 2px solid #3cb64a;
        padding-bottom: 8px;
    }

    #mobille_nav .list_pips li {
        line-height: 20px;
    }

    #mobille_nav a,
    #mobille_nav span {
        padding: 8px 37px 0;
        display: block;
        color: #333;
        font-size: 16px;
        position: relative;
    }

    #mobille_nav li a:after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px dashed #dddddd;
        margin: 0 auto;
        margin-top: 8px;
    }

    #mobille_nav .soc_nerw:before {
        content: "";
        display: block;
        width: 101%;
        border-bottom: 1px dashed #dddddd;
        margin: 0 auto;
        bottom: -1px;
    }

    #mobille_nav li.contacts_mob ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        padding-left: 41px;
        margin: 9px 0 10px 0;
        max-width: 287px;
    }

    #mobille_nav li.contacts_mob span {
        padding-bottom: 8px;
    }

    #mobille_nav li.contacts_mob li {
        position: relative;
        color: #8b929e;
    }

    #mobille_nav li.contacts_mob li.email span {
        background: url(../images/mail_fut.svg) no-repeat;
        display: block;
        width: 18px;
        height: 17px;
        background-size: contain;
        position: relative;
        margin: auto;
        top: -3px;
        /* bottom: 0; */
    }

    #mobille_nav li.contacts_mob li.telephone span {
        background: url(../images/phone.png) no-repeat;
        display: block;
        width: 32px;
        height: 32px;
        background-size: contain;
        position: relative;
        margin: auto;
        top: -3px;
    }

    #mobille_nav li.contacts_mob li span {
        color: #8b929e;
        padding: 0 20px;
        font-size: 15px;
        font-family: "Helvetica";
    }

    #mobille_nav li.contacts_mob li.skype span {
        background: url(../images/signal-icon.svg) no-repeat;
        display: block;
        width: 22px;
        height: 20px;
        background-size: contain;
        position: relative;
        margin: auto;
        top: -3px;
        bottom: 0;
    }

    #mobille_nav li.contacts_mob li.telegram span {
        background: url(../images/telegram-icon.png) no-repeat;
        display: block;
        width: 21px;
        height: 21px;
        background-size: contain;
        position: relative;
        margin: auto;
        top: -3px;
    }

    #mobille_nav li.contacts_mob li.wa span {
        background: url(../images/whatsapp.png) no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        background-size: contain;
        position: relative;
        margin: auto;
        top: -3px;
        /* bottom: 0; */
    }

    #mobille_nav .soc_nerw {
        padding: 2px 37px 0;
    }

    #mobille_nav .soc_nerw div {
        font-size: 16px;
        margin-bottom: 10px;
        padding-top: 7px;
    }

    #mobille_nav .soc_nerw ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        gap: 15px;
        max-width: 152px;
        padding-left: 5px;
    }

    #mobille_nav .soc_nerw .instagram span {
        background: url(../images/instagram.png) no-repeat;
        width: 22px;
        height: 22px;
        background-size: contain;
        padding: 0;
    }

    #mobille_nav .soc_nerw .tg span {
        background: url(../images/tg.png) no-repeat;
        width: 22px;
        height: 22px;
        background-size: contain;
        padding: 0;
    }

    #mobille_nav .soc_nerw li span {
        display: block;
        width: 22px;
        height: 22px;
        text-indent: -9999px;
    }

    #products .testRater_wr {
        margin: 0;
    }

    #user_block .btn_grad:after,
    #semena_cats:after {
        display: none;
    }

    #mobile_menu span:last-child {
        display: none;
    }

    #top_panel {
        display: none;
    }

    #logo_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #353a42;
        height: 131px;
        padding: 0 15px;
    }

    #logo {
        margin: 6px auto 0px;
        padding-left: 15px;
    }

    #logo img:first-child,
    #user_block .hidden-link:first-child {
        display: none;
    }

    #logo img:last-child {
        display: block;
        width: 146px;
    }

    #search {
        max-width: 600px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin: 0 auto;
    }

    #search input[type="text"] {
        line-height: 30px;
        font-size: 11px;
        padding: 0px 18px 0px 12px;
    }

    #search input[type="submit"] {
        background-size: 16px;
        width: 35px;
        height: 26px;
    }

    #mob_collection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: 216px;
        flex-basis: 216px;
        margin: 0 auto;
        padding-right: 16px;
    }

    #mob_collection a {
        color: #ffffff;
        font-weight: 300;
        font-family: "Helvetica";
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #mob_collection .collection:before {
        content: "";
        display: inline-block;
        width: 19px;
        height: 21px;
        background: url(../images/coll_icon.svg) no-repeat;
        -webkit-filter: invert(99%) sepia(48%) saturate(2%) hue-rotate(40deg) brightness(107%) contrast(100%);
        filter: invert(99%) sepia(48%) saturate(2%) hue-rotate(40deg) brightness(107%) contrast(100%);
        background-size: 14px;
        margin-right: 3px;
    }

    #mob_collection .sale:before {
        content: "";
        display: block;
        width: 19px;
        height: 26px;
        background: url(../images/sale_icon.svg) no-repeat;
        -webkit-filter: invert(99%) sepia(48%) saturate(2%) hue-rotate(40deg) brightness(107%) contrast(100%);
        filter: invert(99%) sepia(48%) saturate(2%) hue-rotate(40deg) brightness(107%) contrast(100%);
        background-size: 15px;
        margin-right: 4px;
    }

    .wr_bot_m {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        background: #fff;
        -webkit-filter: drop-shadow(-1.414px -1.414px 3px rgba(0, 0, 0, 0.05));
        filter: drop-shadow(-1.414px -1.414px 3px rgba(0, 0, 0, 0.05));
        background-color: #ffffff;
        border-top: 1px solid #f4f4f4;
        z-index: 999;
        transform: translate3d(0, 0, 0);
    }

    #panel_block {
        padding: 0px 23px 0px 20px;
        margin: 0 auto;
        max-width: 345px;
    }

    .compare_bl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81%;
        flex: 0 0 81%;

    }

    .compare_bl>span,
    #basket #cart_informer {
        margin-bottom: 4px;
    }

    #user_block .hidden-link:last-child,
    #home,
    #cat_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        text-align: center;
    }

    #wishlist_informer a,
    #compare_informer a,
    #basket .icon,
    #home a,
    #cat_mob span,
    #basket .basket_sum {
        font-size: 10px;
    }

    #home img {
        width: 25px;
        height: 23px;
        margin-bottom: 3px;
        margin-top: 15px;
    }

    #cat_mob img {
        width: 25px;
        height: 23px;
        margin-bottom: 3px;
        margin-top: 15px;
    }

    #wishlist_informer {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    #compare_informer {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #basket .icon #cione,
    .compare_align,
    #wishlist_informer .compare_align {
        border-radius: 7px;
        font-size: 10px;
        line-height: 11px;
        top: -4px;
        right: -10px;
        padding: 0 4px;
        width: 24px;
        border: 2px solid #fff;
    }

    #wishlist_informer .compare_align {
        top: 12px;
        right: -2px;
    }

    #basket {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    #basket .img_cart {
        width: 24px;
        height: 21px;
        margin-bottom: 4px;
    }

    #user_block .account {
        padding: 0;
        height: 100%;
        width: 100%;
        line-height: unset;
    }

    #user_block .account:before {
        position: unset;
        display: block;
        margin-top: 10px;
    }

    #user_block .account span {
        font-size: 10px;
        color: #181818;
    }

    #two_columns>.column {
        display: block;
    }

    #products .product {
        width: 48%;
    }

    #mobille_cart,
    #mobile_menu {
        display: block;
        width: 35px;
        height: 23px;
        position: absolute;
        top: 14px;
        left: 4px;
        z-index: 9;
    }

    #semena_cats h2:before {
        border-right: 116px solid transparent;
        border-left: 116px solid transparent;
    }

    #two_columns>.column:first-child {
        width: 100%;
    }

    #semena_cats h2 {
        font-size: 16px;
        padding: 0px 0 7px 0;
    }

    #semena_cats>div>div {
        padding: 13px 0 0 65px;
        margin-bottom: 4px;
    }

    #semena_cats>div>div:before {
        height: 40px;
        width: 1px;
    }

    #semena_cats h3,
    #semena_cats .mix a {
        font-size: 14px;
        margin-bottom: 12px;
    }

    #semena_cats .autocvet {
        background-size: 47px;
        background-position: 10px 15px;
    }

    #semena_cats .fotoper {
        background-size: 47px;
        background-position: 10px 17px;
        margin-bottom: 22px;
    }

    #semena_cats div a,
    #semena_cats div span {
        font-size: 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-decoration: unset;
    }

    #semena_cats .wr a:first-child,
    #semena_cats .wr span:first-child {
        margin-right: 8px;
    }

    #semena_cats .wr a:first-child:before,
    #semena_cats .wr span:first-child:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 17px;
        background: url(../images/fem_ic.svg) no-repeat;
        background-size: contain;
    }

    #semena_cats .wr a:last-child:before,
    #semena_cats .wr span:last-child:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../images/reg_ic.svg) no-repeat;
        background-size: contain;
        margin-right: 5px;
    }

    #mobile_menu_2 {
        display: block;
    }

    #menu ul {
        display: none;
    }

    #cats {
        display: none;
    }

    .phone {
        display: none;
    }

    #two_columns #product_details .column:first-child {
        margin: 0 auto;
    }

    #compare_wrap {
        max-width: 97vw !important;
    }

    #disblock_wrap {
        text-align: center !important;
    }
}

@media (max-width: 930px) {
    #bottom_footer {
        height: auto;
    }

    .back_button {
        float: none;
        width: 50px;
        margin-top: 15px;
        display: block;
    }
}

@media (max-width: 884px) {
    .phone {
        margin-top: 24px;
    }

    #mobile_menu_2 {
        margin: 0;
        padding: 0;
        width: 42px;
        text-align: center;
    }

    #mobile_menu_2 .icn {
        background: url(../images/menu_green_icon.svg) no-repeat 10px center;
        background-size: 24px;
    }

    #basket ul li:last-child {
        display: none;
    }

    #basket #cione {
        display: inline-block !important;
        background: #de5975;
        color: #fff;
        border-radius: 50%;
        padding: 0 3px;
        line-height: 20px;
        min-width: 14px;
        text-align: center;
        vertical-align: middle;
    }

    #bord_cats {
        margin-bottom: 0;
    }

    .compare_bl .compare_align {
        line-height: 11px;
        padding: 0 5px;
    }

    #compare_informer img {
        margin-bottom: unset;
    }

    #status_h1 img {
        margin: -75px 0 0 45px;
    }

    /* Comment */
    /*
    #coll_cart_wr>.coll_cart:first-child,
    #coll_cart_wr>.coll_cart:last-child {
        display: block;
    }

    #coll_cart_wr>.coll_cart:last-child {
        margin: 0 auto;
    }
    */
}

@media (max-width: 790px) {
    .features li {
        margin: 0 auto;
    }

    #product_control {
        margin: 0 auto;
        float: inherit;
        margin-top: 0;
        display: block;
        min-height: 215px;
    }

    #product_details .lists_button {
        margin: 28px auto 0;
    }
}

@media (max-width: 760px) {
    .the_end_order {
        margin: 0 auto;
        display: block;
        float: inherit !important;
    }

    .tabs_panel div {
        padding: 0px 70px;
    }

    #bittons_panel {
        font-size: 16px;
    }

    .channel_telegram a div {
        padding: 5px 5px 5px 25px;
        min-height: 51px;
    }

    .instruction_link {
        margin-left: 10px;
    }

    .instruction_link a div {
        min-height: 36px;
    }

    .tabs_panel {
        font-size: 17px;
    }

    .tabs_panel div {
        padding: 0px;
    }

    .features li,
    #product_desc,
    #tab_3 .comment {
        font-size: 16px;
        line-height: 18px;
        text-align: left;
    }

    #product_control .selectbox .dropdown {
        top: 43px;
    }

    #purchases .selectbox .dropdown,
    #tab_2 .selectbox .dropdown {
        top: 25px;
    }
}

@media (max-width: 670px) {
    #bittons_panel li {
        margin: 0 auto;
        display: block;
        width: 356px;
        clear: both;
    }

    #bittons_panel .channel_telegram {
        margin-bottom: 20px;
    }

    #two_columns #product_details .column:first-child {
        display: block;
    }

    #two_columns #product_details .column:last-child {
        margin-top: 20px;
    }

    #bittons_panel {
        font-size: 14px;
    }
}

@media (max-width: 952px) {
    #products .product {
        width: 48%;
    }

    #perdiscount_block {
        background-size: auto;
    }

    #status_h1 img {
        margin: -70px 0px 0 10px;
        width: 200px;
    }

    .status p {
        font-size: 15px;
        line-height: 17px;
    }

    #status_h1 p:last-child {
        font-size: 17px;
    }

    .list_wrap .bg {
        width: 88%;
    }

    .list_wrap .bg p {
        line-height: 14px;
    }

    .list_wrap .bg p:first-child {
        font-size: 21px;
        padding-top: 10px;
    }

    .list_1 {
        padding-top: 5px;
    }

    .list_1 .list_text img:nth-child(1) {
        width: 164px;
        margin: 10px 0 0 20px;
    }

    .list_1 .list_text img:nth-child(3) {
        width: 165px;
        margin-right: 20px;
        margin-top: 0;
    }

    .list_2 .list_text img:nth-child(1) {
        width: 164px;
        margin: 0 0 0 20px;
    }

    .list_2 .list_text p:nth-child(2) {
        margin-bottom: 0px !important;
    }

    .attention .list_wrap .bg p {
        font-size: 15px;
        padding: 25px 35px 0 70px;
        line-height: 16px;
    }

    .status p {
        font-size: 12px;
        line-height: 13px;
    }

    #status_h1 img {
        margin: 0px 0px 0 10px;
        width: 91px;
    }

    #status_h1 p:last-child {
        font-size: 14px;
    }

    .list_1 .list_wrap {
        background: url(../images/status/01_mob.png) left center no-repeat;
    }

    .list_wrap {
        height: 45px;
        margin-bottom: 0;
    }

    .list_wrap .bg {
        width: 90%;
        height: 44px;
        left: 42px;
    }

    .list_wrap .bg p:first-child {
        font-size: 12px;
        padding-top: 10px;
        margin-bottom: 0 !important;
        padding-left: 10px;
    }

    .list_wrap .bg p {
        font-size: 11px;
        padding-left: 10px;
    }

    .list_text {
        margin-left: 2px;
        border-left: 1px dashed #b4ebc0;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .list_text p {
        padding-left: 20px;
    }

    .list_1 .list_text img:nth-child(1) {
        width: 75px;
        margin: 16px 0 0 20px;
    }

    .list_1 .list_text p:nth-child(2) {
        padding-top: 18px;
        margin-bottom: 10px !important;
    }

    .list_1 .list_text img:nth-child(3) {
        width: 74px;
        margin-right: 20px;
    }

    .list_1 .list_text p:nth-child(4) {
        padding: 30px 50px 30px 0;
    }

    .list_1 .list_text p:nth-child(5) {
        padding-right: 50px;
    }

    .list_1 .list_text .info {
        margin: 12px 5px 0 20px;
        background-size: 25px;
    }

    .list_2 .list_wrap {
        background: url(../images/status/02_mob.png) left center no-repeat;
        height: 47px;
    }

    .list_2 .list_wrap .bg {
        margin-top: 0;
    }

    .list_2 .list_wrap .bg p:first-child {
        padding-top: 3px;
    }

    .list_2 .list_wrap .bg p:last-child {
        line-height: 10px;
    }

    .list_2 .list_text img:nth-child(1) {
        width: 76px;
        margin: 20px 0 25px 20px;
    }

    .list_2 .list_text p:nth-child(2) {
        padding-top: 18px;
    }

    .last .list_wrap {
        background: url(../images/status/03_mob.png) left center no-repeat;
        height: 44px;
    }

    .attention .list_wrap {
        height: 119px;
        padding-top: 11px;
        background: url(../images/status/infornation_mob.png) left top no-repeat,
            url(../images/status/red_line_mob.png) right 11px no-repeat;
    }

    .attention .list_wrap .bg {
        width: 93%;
        left: 10px;
        height: 115px;
    }

    .attention .list_wrap .bg p {
        padding: 18px 20px 0 30px !important;
    }

    #bittons_panel .block_1,
    #bittons_panel .block_2 {
        width: 100%;
        float: none;
    }

    .channel_telegram,
    .instruction_link {
        max-width: 400px;
    }

    .back_button {
        display: none;
    }

    .modal_popup .wrap {
        top: 35px;
        width: 290px;
        border-radius: 3px;
    }

    #products.brands {
        margin-top: 0px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #products.brands::after {
        display: none;
    }

    #products .brand {
        width: 290px;
        margin-bottom: 13px;
    }
}

@media (max-width: 500px) {
    .tbl_form {
        width: 100%;
    }

    .list_d .dlr {
        width: 100%;
    }

    .dlr_end .img,
    .dlr_end .txt {
        display: block;
    }

    .dlr_end .img {
        margin: 0 auto 10px;
        padding-right: 0;
    }

    #disblock_wrap {
        display: block;
    }

    #tab_3 .comment_form .tbl_form {
        width: 100%;
    }

    #products {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #products .product {
        width: 48%;
        max-width: 200px;
        height: auto;
        margin-bottom: 12px;
    }

    #content .main_title h1 {
        font-size: 18px;
    }

    #content .main_title a {
        width: 53px;
        line-height: 18px;
        font-size: 13px;
        margin-top: 3px;
    }

    #products .img {
        margin-bottom: 15px;
    }

    #products .product img {
        height: 77px;
    }

    #content .main_title {
        padding: 0px 0 21px 0;
    }

    #content .main_title h1:before {
        width: 32px;
        left: 0px;
        bottom: -6px;
    }

    #content .main_title h1:after {
        width: 32px;
        left: 14px;
        bottom: -9px;
    }

    #products .sub {
        border-top: 1px solid #3cb64a;
        padding: 10px 12px 20px;
    }

    #products .product .mylist_add {
        width: 25px;
        height: 25px;
        right: 12px;
        top: 13px;
        background-size: 11.5px;
    }

    #products .product .mylist_add:hover,
    #products .product .mylist_add.active {
        background-size: 11.5px;
    }

    #products .product .c_mylist_add {
        width: 25px;
        height: 25px;
        right: 12px;
        top: 45px;
        background-size: 10.5px;
    }

    #products .product .c_mylist_add:hover,
    #products .product .c_mylist_add.active {
        background-size: 10.5px;
    }

    .product .title {
        height: 43px;
        margin: 0;
    }

    #products .product p.title {
        margin-bottom: 0;
    }

    #products p a {
        font-size: 10px;
        padding: 8px 12px 15px;
        line-height: 13px;
    }

    #products .testRater {
        padding-top: 2px;
        line-height: 22px;
    }

    .rater span {
        width: 55px;
    }

    .rater-starsOff,
    .rater-starsOn {
        background-size: 11px;
        background-position: 0px 1px;
        height: 13px;
    }

    .rater-starsOn {
        background-position: 0px -12px;
    }

    .testRater_wr div.features .icon {
        width: 24px;
        height: 15px;
        background-size: 24px;
        margin-right: 2px;
    }

    .testRater_wr div.features span {
        font-size: 10px;
        white-space: nowrap;
    }

    .statVal {
        margin-bottom: 6px;
    }

    #products .variants .count {
        width: 10px;
        display: inline-block;
        font-size: 9px;
    }

    #products .variants label {
        font-size: 10px;
    }

    #products form.variants>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }

    #products .variants {
        padding-top: 0px;
    }

    #products .variants label>INPUT[name="variant"]:checked~span {
        padding: 4px 3px 2px;
    }

    #products .price {
        font-size: 16px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    #products .price .price_val {
        display: flex;
        justify-content: space-between;
    }

    #products .price_wr .selectbox .select_2 {
        font-size: 14px;
        height: 30px;
        line-height: 31px;
        min-width: 150px;
    }

    .price_val .red_line {
        top: 25px !important;
    }

    #products .price_wr .one_var,
    #products.list .price_wr .one_var {
        font-size: 14px;
        height: 30px;
        line-height: 31px;
        min-width: 150px;
        width: 100%;
        /* padding: 0px 45px 0 10px; */
        /* margin: 0 0 12px; */
    }

    #products .price_wr .selectbox .trigger .arrow {
        top: 7px;
    }

    #products .price_wr .selectbox .dropdown {
        top: 29px !important;
    }

    #products .price_wr .selectbox li {
        font-size: 14px;
    }

    #products .curr {
        margin-left: 5px;
        font-size: 12px;
    }

    #products .add_to_cart {
        height: 28px;
        font-size: 13px;
        line-height: 27px;
    }

    #products .in_cart a {
        line-height: 15px;
    }

    #products .in_cart {
        height: 28px;
        font-size: 10px;
    }

    #products .in_cart a span {
        font-size: 9px;
        line-height: 10px;
    }

    #products .in_cart span.count {
        height: 28px;
        font-size: 9px;
        width: 31px;
        border-radius: 2px;
        line-height: 28px;
    }

    .show_more {
        height: 31px;
        font-size: 12px;
        line-height: 34px;
    }

    .show_more span {
        font-size: 15px;
        vertical-align: -1px;
    }

    .not_available {
        margin-top: 33px;
    }

    #products .not_available p {
        font-size: 16px;
    }
}

@media (max-width: 440px) {
    #minicart {
        margin-left: 0;
        width: 100%;
        height: 100%;
        top: 0 !important;
        left: 0;
        padding: 0 15px 0 15px;
        overflow-y: auto;
    }

    #minicart .minctitle {
        text-align: left;
        font-size: 18px;
        padding: 10px 0;
    }

    #minicart .minctitle .mctnam span {
        font-size: 13px;
    }

    #minicart .close {
        width: 21px;
        height: 21px;
        background-size: 21px;
        top: 16px;
        right: 15px;
        z-index: 1;
    }

    .mcimg {
        margin-right: 5px;
        width: 70px;
        height: 70px;
    }

    .mcimg a {
        height: 100%;
        width: 100%;
    }

    .mcimg img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .mctitle {
        max-width: 190px;
        padding-right: 20px;
    }

    .mctitle a span {
        font-size: 13px;
    }

    .mcardel img {
        width: 12px;
    }

    .mcamount .count_block_cart {
        width: 76px;
        height: 29px;
        border: none;
        margin: 0;
    }

    .mcprice {
        padding: 10px 10px 0 0;
        font-size: 18px;
    }

    .mcitogo .perdisc img {
        width: 19px;
    }

    .mcitogo .perdisc span {
        font-size: 16px;
    }

    .mcitogo .perdisc span:last-child {
        font-size: 18px;
    }

    .mcitogo .mcit {
        font-size: 20px;
    }

    .mcitogo .mcit span:last-child {
        font-size: 24px;
    }

    .butki .next {
        font-size: 16px;
        line-height: 47px;
    }

    .g-recaptcha {
        width: 287px;
        height: 82px;
        overflow: hidden;
        /* border-bottom: 1px solid #d3d3d3; */
        /* border-right: 1px solid #d3d3d3; */
    }

    .status p {
        font-size: 12px;
        line-height: 13px;
    }

    #status_h1 img {
        margin: 0px 0px 0 10px;
        width: 91px;
    }

    #status_h1 p:last-child {
        font-size: 14px;
    }

    .list_1 .list_wrap {
        background: url(../images/status/01_mob.png) left center no-repeat;
    }

    .list_wrap {
        height: 45px;
        margin-bottom: 0;
    }

    .list_wrap .bg {
        width: 90%;
        height: 44px;
        left: 42px;
    }

    .list_wrap .bg p:first-child {
        font-size: 12px;
        padding-top: 10px;
        margin-bottom: 0 !important;
        padding-left: 10px;
    }

    .list_wrap .bg p {
        font-size: 11px;
        padding-left: 10px;
    }

    .list_text {
        margin-left: 2px;
        border-left: 1px dashed #b4ebc0;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .list_text p {
        padding-left: 20px;
    }

    .list_1 .list_text img:nth-child(1) {
        width: 75px;
        margin: 16px 0 0 20px;
    }

    .list_1 .list_text p:nth-child(2) {
        padding-top: 18px;
        margin-bottom: 10px !important;
    }

    .list_1 .list_text img:nth-child(3) {
        width: 74px;
        margin-right: 20px;
    }

    .list_1 .list_text p:nth-child(4) {
        padding: 30px 50px 30px 0;
    }

    .list_1 .list_text p:nth-child(5) {
        padding-right: 50px;
    }

    .list_1 .list_text .info {
        margin: 12px 5px 0 20px;
        background-size: 25px;
    }

    .list_2 .list_wrap {
        background: url(../images/status/02_mob.png) left center no-repeat;
        height: 47px;
    }

    .list_2 .list_wrap .bg {
        margin-top: 0;
    }

    .list_2 .list_wrap .bg p:first-child {
        padding-top: 3px;
    }

    .list_2 .list_wrap .bg p:last-child {
        line-height: 10px;
    }

    .list_2 .list_text img:nth-child(1) {
        width: 76px;
        margin: 20px 0 25px 20px;
    }

    .list_2 .list_text p:nth-child(2) {
        padding-top: 18px;
    }

    .last .list_wrap {
        background: url(../images/status/03_mob.png) left center no-repeat;
        height: 44px;
    }

    .attention .list_wrap {
        height: 119px;
        padding-top: 11px;
        background: url(../images/status/infornation_mob.png) left top no-repeat,
            url(../images/status/red_line_mob.png) right 11px no-repeat;
    }

    .attention .list_wrap .bg {
        width: 93%;
        left: 10px;
        height: 115px;
    }

    .attention .list_wrap .bg p {
        padding: 18px 20px 0 30px !important;
    }

    .modal_popup .form {
        padding: 35px 23px 0;
    }

    .modal_popup .close {
        width: 22px;
        height: 22px;
        top: 14px;
        right: 11px;
    }

    .modal_popup .title {
        font-size: 16px;
        text-indent: 0px;
        margin-bottom: 25px;
    }

    .modal_popup .title:before {
        left: 97px;
        bottom: -7px;
        width: 27px;
    }

    .modal_popup .title:after {
        left: 108px;
        bottom: -9px;
        width: 27px;
    }

    .modal_popup .password_remind .title:before {
        left: 72px;
        bottom: -7px;
        width: 27px;
    }

    .modal_popup .password_remind .title:after {
        left: 84px;
        bottom: -9px;
        width: 27px;
    }

    .modal_popup .form label {
        font-size: 10px;
        line-height: 17px;
    }

    .modal_popup .form .inp_wr input {
        height: 38px;
        border-radius: 1px;
        padding: 0px 37px 0;
        font-size: 12px;
    }

    .modal_popup .form .inp_email:before,
    .modal_popup .form.register_form .name:before {
        width: 13px;
        height: 17px;
    }

    .modal_popup .form .inp_wr {
        margin-bottom: 6px;
    }

    .modal_popup .form .inp_pass:before {
        width: 11px;
        height: 22px;
        left: 18px;
    }

    .inp_pass .eye {
        padding: 0px 5px;
        width: 43px;
    }

    .inp_pass .eye.img_eye:before {
        background-size: 22px 17px;
    }

    .inp_pass .eye.img_eye2:before {
        background-size: 22px 14px;
    }

    .modal_popup .remember {
        margin-top: 17px;
        font-size: 12px;
        padding: 10px 8px 0;
    }

    .modal_popup .button {
        margin-top: 21px;
        height: 42px;
        border-radius: 2px;
        font-size: 16px;
        padding: 8px 16px;
    }

    .modal_popup .register {
        height: 44px;
        margin-top: 25px;
        font-size: 14px;
        line-height: 45px;
    }

    /* .modal_popup .wrap .error_text span {
        top: ;
    } */

    .modal_popup .register_form .captcha input {
        width: 110px;
        height: 38px;
        border-radius: 1px;
    }
}

@media (max-width: 420px) {
    .not_available {
        margin-top: 63px;
    }
}

@media (max-width: 400px) {
    #user_block {
        margin: 0;
    }

    .compare_bl a {
        margin: 0;
    }

    #bittons_panel li {
        width: 320px;
    }
}

@media screen and (max-width: 480px) {
    #product_details #compare a {
        font-size: 0;
    }

    #product_control .price_wr {
        justify-content: space-between;
        gap: 10px;
    }

    #product_control .pb_wrap {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    #product_control .con {
        float: unset;
        margin-bottom: unset;
        padding: unset;
    }
}

@media (max-width: 380px) {
    .butki {
        height: 80px;
    }

    .butki .to_back,
    .butki .next {
        float: inherit;
        text-align: center;
    }

    .attention .list_wrap .bg {
        width: 90%;
    }

    #two_columns #product_details .column:first-child {
        width: 100%;
        padding: 0;
    }

    .back_button {
        width: 38px;
        padding: 0px 13px 0px 39px;
        font-size: 12px;
        line-height: 22px;
    }

    .back_button_hr {
        display: block;
        height: 1px;
        background-color: #e8e8e8;
        border: none;
        margin-top: 14px;
    }

    #path {
        font-size: 12px;
        line-height: 15px;
        margin: 6px 0 10px 0;
        text-align: left;
    }

    #last_news .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        height: 262px;
    }

    #product_image {
        min-height: 250px;
        line-height: 250px;
    }

    #product_image .image img {
        max-width: 55%;
    }

    #two_columns #product_details .column:last-child {
        margin-top: 12px;
        padding-left: 0;
    }

    .product_info_button .percent {
        font-size: 14px;
        padding: 2px 5px 2px 5px;
    }

    .product_info_button span {
        font-size: 14px;
        padding: 2px 13px 2px 10px;
    }


    #product_details #compare {
        float: none;
    }

    #product_details #compare a,
    #product_details #compare .val {
        font-size: 0;
    }

    #product_details #compare {
        text-align: right;
    }

    #product_control .price_wr {
        margin-top: 25px;
    }

    #content .exists {
        font-size: 16px;
        margin: 0;
    }

    #product_control .con {
        margin-bottom: 5px;
        width: 100%;
    }

    .pb_wrap>.con {
        width: 46% !important;
    }

    #product_control .selectbox {
        width: 100%;
    }

    #product_control .count_block {
        width: 100%;
        text-align: center;
    }



    .product_brand img {
        padding: 0px 4px 4px 0px;
    }

    .product_brand span {
        font-size: 16px;
        margin-right: 0px;
    }

    .product_brand a {
        font-size: 16px;
    }

    #bittons_panel {
        font-size: 17px;
        line-height: 17px;
    }

    #bittons_panel .block_1,
    #bittons_panel .block_2 {
        text-align: left;
    }

    #bittons_panel .channel_telegram {
        margin-bottom: 0;
    }

    .sold_out .subscripe_block {
        height: 50px;
        width: 100%;
        max-width: 100%;
    }

    .channel_telegram a div,
    .instruction_link a div {
        left: 30px;
        min-height: 49px;
    }

    .instruction_link a div {
        padding: 8px 25px 3px 32px;
    }

    .channel_telegram,
    .instruction_link {
        background-size: 54px;
        width: 100%;
    }

    .tabs_panel {
        margin: 0;
        font-size: 15px;
    }

    .tabs_panel ul {
        height: 40px;
    }

    .tabs_panel #arrow_tab {
        background-size: 19px !important;
        width: 20px;
        top: 40px;
        height: 9px;
    }

    .features {
        margin-top: 12px;
    }

    .features li {
        padding-left: 5px;
        line-height: 1.2;
    }

    .features .icon {
        width: 20px;
    }

    .features span {
        padding: 3px 0;
    }

    #product_desc {
        font-size: 14px;
        line-height: 15px;
        padding: 22px 10px;
    }

    #product_desc p {
        margin-bottom: 10px !important;
    }

    #product_desc h2,
    #product_desc h3 {
        margin: 19px 0 0;
        font-size: 20px;
    }

    #product_desc h2:before,
    #product_desc h3:before {
        width: 23px;
        height: 23px;
        padding-right: 3px;
    }

    #product_desc h2:after,
    #product_desc h3:after {
        margin: 12px 0;
    }

    #tab_3 .comment_body {
        padding: 26px 0 0 0;
    }

    #tab_3 .avatar {
        margin: 6px 12px 5px 0;
    }

    #tab_3 .comment_body .avatar img {
        width: 50px;
    }

    #tab_3 .comment_author {
        font-size: 18px;
        float: left;
    }
}

@media (max-width: 360px) {
    #block_logo p {
        padding: 0 20px;
    }

    #footer_logo {
        padding: 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #last_news .list .art,
    #last_arts .list .art {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #last_news .list .art:last-child,
    #last_arts .list .art:last-child {
        margin-bottom: 0;
    }

    .sold_out .modal {
        width: 320px;
    }

    #bittons_panel {
        font-size: 15px;
        line-height: 16px;
    }

    .tabs_panel {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    #blog .header_post .cursor {
        display: none;
    }

    .tabs_panel li {
        width: 35%;
    }

    .tabs_panel li:nth-child(even) {
        width: 30%;
    }

    #bittons_panel {
        font-size: 14px;
    }
}

/*preview_features*/
.tiny_products .product .image,
.products .product .image {
    position: relative;
}

.preview_features,
.preview_features * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.preview_features {
    width: 100%;
    min-height: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    margin-top: 4px;
    font-size: 14px;
    align-items: center;
}

.image:hover .preview_features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.preview_features li {
    margin: 0px auto 1px auto;
    line-height: 1.8;
    padding-left: 4px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.preview_features .icon {
    width: 18px;
    height: 25px;
}

.preview_features span {
    padding: 0;
    padding-left: 10px;
    font-family: "Helvetica";
    color: #3a3b3c;
    font-weight: 300;
    font-size: 13px;
}

/*/preview_features*/
/*стили для фильтра*/
#features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature_name {
    padding-bottom: 3px;
}

.features__block {
    width: 15%;
    margin-bottom: 10px;
    text-align: center;
    min-width: 90px;
}

.grecaptcha-badge {
    visibility: hidden;
}

#two_columns #product_details .column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/*****
** Media <= 576px
******/
@media screen and (max-width: 576px) {
    #panel_block {
        justify-content: center;
        max-width: unset;
    }

    .compare_bl {
        margin-right: 10px;
    }

    #two_columns #product_details .column:first-child {
        width: auto;
    }
}

/*****
** TEMP
*****/
.swiper-products .swiper-slide {
    display: flex;
    justify-content: center;
    height: auto;
}

.swiper-container {
    padding-bottom: 20px;
}

.swiper-products .product {
    border-radius: 0 0 3px 3px;
    box-shadow: 3.807px -0.277px 13px -3px rgb(4 43 74 / 17%);
    position: relative;
    width: inherit;
}

.swiper-products .product:hover {
    box-shadow: 1px 2px 16px -2px rgb(4 43 74 / 30%);
}

.swiper-products .product:hover .add_to_cart {
    color: #fff;
    background-image: linear-gradient(184deg, #1f7dc7 0%, #0c67af 100%);
    -webkit-filter: drop-shadow(3.268px 5.032px 5px rgba(0, 0, 0, 0.13));
    filter: drop-shadow(3.268px 5.032px 5px rgba(0, 0, 0, 0.13));
    border: 1px solid #0c67af;
}

.swiper-products .product:hover .add_to_cart:after {
    background: unset;
}

.swiper-products .product .mylist_add {
    display: block;
    background: url(../images/favourites.png) center center no-repeat;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ddd;
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    z-index: 1;
}

.swiper-products .product .mylist_add.active {
    background: url(../images/favourites_active.png) center center no-repeat;
    border-color: #0c67af;
}

.swiper-products .product .c_mylist_add.active {
    background: url(../images/l_cab/compare_active.png) center center no-repeat;
    border-color: #0c67af;
}

@media (hover: hover) {
    .swiper-products .product .mylist_add:hover {
        background: url(../images/favourites_active.png) center center no-repeat;
        border-color: #0c67af;
    }

    .swiper-products .product .c_mylist_add:hover {
        background: url(../images/l_cab/compare_active.png) center center no-repeat;
        border-color: #0c67af;
    }
}

.swiper-products .product .c_mylist_add {
    display: block;
    background: url(../images/l_cab/compare.png) center center no-repeat;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    position: absolute;
    right: 20px;
    top: 67px;
    cursor: pointer;
    z-index: 1;
}

.swiper-products .product .c_mylist_add.del {
    background: url(../images/l_cab/compare_active.png) center center no-repeat;
    border: 1px solid #0c67af;
}

.swiper-products .sub {
    padding: 10px 20px 20px 20px;
    zoom: 1;
    width: 100%;
    height: 100%;
    border-top: 2px solid #3cb64a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-products .img {
    margin-bottom: 5px;
    zoom: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.swiper-products .img img {
    height: 175px;
    position: relative;
    left: -10px;
}


.swiper-products p a {
    color: #333;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    height: inherit;
    font-family: "Helvetica";
    padding: 15px 22px;
}

.swiper-products p a:hover {
    text-decoration: none;
}

.swiper-products .testRater {
    top: 0px;
}

.swiper-products .img {
    margin-bottom: 5px;
    zoom: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.swiper-products .img img {
    height: 175px;
    /* width: 100%; */
    position: relative;
    left: -10px;
}

.swiper-products .variants {
    font-size: 14px;
    font-family: "Helvetica";
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 11px;
}

.swiper-products .price_wr .selectbox .dropdown {
    max-height: 80px;
}

.swiper-products .variants .count {
    margin-right: 12px;
}

.swiper-products .variants label {
    font-size: 16px;
    color: #3a3b3c;
    cursor: pointer;
}

.swiper-products .variants label>INPUT[name="variant"]:checked~span {
    border-radius: 3px;
    background-color: #deffe3;
    border: 1px solid #deffe3;
    padding: 5px 6px 3px 6px;
}

.swiper-products .variants label>INPUT[name="variant"]:not(:checked)~span {
    padding: 5px 6px 3px 6px;
}

.swiper-products .variants li {
    zoom: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.swiper-products .price_wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.swiper-products .price {
    padding-top: 16px;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: #0c67af;
    font-weight: bold;
    font-family: "Times New Roman PSMT";
    margin-bottom: 16px;
}

.swiper-products .compare_price {
    margin-right: 4px;
    font-size: 0.6em;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 20px;

}

.swiper-products .curr {
    font-size: 21px;
    font-weight: normal;
}

.swiper-products .price_wr .selectbox .select_2 {
    width: auto;
    height: 40px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    line-height: 39px;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    white-space: nowrap;
}

.swiper-products .price_wr .one_var {
    width: 116px;
    height: 40px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#ffffff));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    line-height: 39px;
    font-family: "Times New Roman PSMT";
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
}

.swiper-products .price_wr .one_var .selectbox {
    display: none !important;
}

#products.list .price_wr .one_var {
    margin: 88px 0 12px;
    width: 100%;
}

.swiper-products .price_wr .selectbox .trigger {
    border-left: none;
}

.swiper-products .price_wr .selectbox .trigger .arrow {
    border-bottom: 1px solid #737373;
    border-right: 1px solid #737373;
    border-top: none;
    border-left: none;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    opacity: 1;
}

@media (max-width: 1120px) and (min-width: 952px) {
    .swiper-products .price {
        padding-top: 0px;
    }

    .swiper-products .price_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .swiper-products .price_wr .selectbox,
    .swiper-products .price_wr .selectbox .select_2 {
        width: 100%;
    }

    .swiper-products .price_wr .one_var {
        width: 100%;
    }
}

.swiper-products .price_wr .selectbox .dropdown {
    width: 100%;
    top: 40px !important;
    left: 0 !important;
    border-radius: 2px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.27));
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #e8e8e8;
    padding: 0;
}

.swiper-products .price_wr .selectbox li {
    font-size: 18px;
    line-height: 25px;
    color: #3a3b3c;
    font-family: "Times New Roman PSMT";
    width: 100%;
    display: block;
    text-align: left;
}

.swiper-products .price_wr .selectbox li.selected {
    background-image: linear-gradient(-89deg, #d9d9d9 0%, #ffffff 100%);
}

.swiper-products .butt_cart {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.11));
    min-height: 50px;
}

.swiper-products .add_to_cart {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    background-image: linear-gradient(183deg, #f1f1f1 0%, #ffffff 100%);
    position: relative;
    font-size: 20px;
    line-height: 42px;
    color: #616262;
    font-family: "Times New Roman PSMT";
    text-align: center;
}

.swiper-products .add_to_cart:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(#f1f1f1, #d5d5d5);
    border-radius: 3px;
    z-index: -1;
}

.swiper-products .add_to_cart:hover {
    cursor: pointer;
}

.swiper-products .in_cart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    font-size: 15px;
    color: #3cb64a;
    font-weight: 300;
    font-family: "Times New Roman PSMT";
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
}

.swiper-products .in_cart:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(#dffde3, #8ef09c);
    border-radius: 3px;
    z-index: -1;
}

.swiper-products .in_cart span.count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-image: linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    width: 57px;
}

.swiper-products .in_cart a {
    text-align: center;
    font-weight: 600;
    position: relative;
    top: 1px;
    height: 100%;
    color: #3cb64a;
    padding: 5px;
}

.swiper-products .in_cart a:hover {
    text-decoration: none;
}

.swiper-products .in_cart a span {
    display: block;
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.swiper-products .in_cart span b {
    font-weight: 600;
}

.swiper-products .no_product {
    font-size: 20px;
    line-height: 25px;
    color: #a7a7a7;
    margin-top: 27px;
}

.swiper-button-next,
.swiper-button-prev {
    font-weight: 600;
    color: #3cb64a;
    border: 1px solid #3cb64a;
    border-radius: 3px;
    padding: 10px 20px;
    transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #3cb64a;
    color: #fff;
}

.swiper-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    inset: unset;
}

/*****
** TEMP
*****/

@media screen and (max-width: 500px) {
    .swiper-products .swiper-slide {
        height: 100%;
    }

    .swiper-products .sub {
        height: auto;
        padding: 10px;
    }

    .swiper-products .img {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative;
        margin: unset;
    }

    .swiper-products .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
    }

    .swiper-products .product .mylist_add {
        width: 25px;
        height: 25px;
        right: 12px;
        top: 13px;
        background-size: 11.5px;
    }

    .swiper-products .product .c_mylist_add {
        width: 25px;
        height: 25px;
        right: 12px;
        top: 45px;
        background-size: 10.5px;
    }

    .swiper-products p a {
        font-size: 14px;
        padding: unset;
        text-align: left;
        line-height: 1.5;
    }

    .swiper-products .wr {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .swiper-products .title {
        height: unset;
    }

    .swiper-products .price_wr {
        flex-direction: column;
    }

    .swiper-products .price {
        width: 100%;
    }

    .swiper-products .price_val {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .swiper-products .price_val .red_line {
        top: 10px !important;
    }

    .page-main #content .swiper-products p {
        margin: unset;
    }

    .swiper-products .price {
        padding-top: 0;
    }

    .swiper-products .variants {
        padding-top: 0;
    }

    .swiper-products .selectbox {
        display: flex;
        width: 100%;
    }

    .swiper-products .price_wr .selectbox .select_2,
    .swiper-products .price_wr .one_var {
        width: 100%;
    }

    .swiper-products .price_wr .one_var {
        text-align: unset;
        padding-left: 10px;
    }

    .swiper-products .add_to_cart {
        font-size: 18px;
    }

}

/****************
*** To top
***************/
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;

    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #60d656 0%, #3b9fa3 100%);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
    .scroll-to-top:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow:
            0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .scroll-to-top:hover .scroll-icon {
        transform: rotate(-45deg);
    }
}

.scroll-to-top:active {
    transform: translateY(0) scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active .scroll-icon {
    transform: rotate(-45deg) scale(0.9);
}

.scroll-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 5rem;
        right: 1rem;
        width: 48px;
        height: 48px;
    }

    .scroll-icon {
        width: 20px;
        height: 20px;
    }
}