html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b {
    font-weight: 700;
}
img {
    max-width: 100%;
}
.h_top {
    background: #7d8cfb;
    padding: 20px 0;
}
.logo_s {
    font-family: "Cabin", sans-serif;
    color: #fff;
    font-size: 30px;
    float: left;
    display: block;
}
.logo_s b {
    font-weight: 700;
}
.logo_s small {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    text-transform: uppercase;
}
.logo_s:hover {
    color: #fff;
}
.logo_s:before {
    display: block;
    float: left;
    content: "";
    width: 44px;
    height: 44px;
    background: url("../img/logo.svg") no-repeat;
    background-size: cover;
    margin-right: 20px;
    position: relative;
    top: 1px;
}
.phone {
    margin-left: 190px;
    float: left;
}
.phone:before {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 26px;
    background: url("../img/phone_ico.svg") no-repeat;
    background-size: cover;
    margin-right: 30px;
    margin-top: 8px;
}
.phone div {
    display: inline-block;
    margin-right: 35px;
}
.phone div span {
    font-size: 12px;
    color: #fff;
}
.phone div img {
    display: block;
    margin-top: 7px;
    max-width: 132px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}
.shop-ico:before {
    content: "";
    display: block;
    width: 21px;
    height: 19px;
    background: url("../img/shop.svg") no-repeat;
    background-size: cover;
}
.header {
    width: 100%;
    overflow: hidden;
}
.cart-shop {
    margin-top: 15px;
    float: right;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}
.cart-shop:hover .c-s-wrap {
    visibility: visible;
    opacity: 1;
}
.cart-shop i {
    width: 30px;
    height: 30px;
    background: #ff6d2e;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
}
.cart-shop:before {
    position: absolute;
    left: 0;
    top: 5px;
}
.cart-shop:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    right: -15px;
    top: 15px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
}
.cart-shop .c-s-wrap {
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    cursor: auto;
    position: absolute;
    background: #7d8cfb;
    border-radius: 5px;
    padding: 20px 30px 20px 20px;
    top: 46px;
    right: -30px;
    width: 290px;
    z-index: 99999;
}
.cart-shop .c-s-wrap:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #7d8cfb transparent;
    position: absolute;
    top: -7px;
    right: 12px;
}
.cart-shop .c-s-wrap table {
    width: 100%;
}
.cart-shop .c-s-wrap table tr td {
    padding-bottom: 15px;
}
.cart-shop .c-s-wrap table tr td:first-child {
    color: #fff;
}
.cart-shop .c-s-wrap table tr td:last-child {
    font-weight: 700;
}
.cart-shop .c-s-wrap table tr.t_foot {
    border-top: 1px solid rgba(206, 214, 222, 0.5);
}
.cart-shop .c-s-wrap table tr.t_foot td {
    padding-top: 20px;
    padding-bottom: 0;
}
.cart-shop .c-s-wrap table tr.t_foot .btn {
    color: #ff6d2e;
    background: #fff;
    width: 100%;
    max-width: 170px;
    white-space: normal;
    padding: 9px 0 7px;
}
.cart-shop .c-s-wrap table tr.t_foot .btn:hover {
    background: #f2f2f2;
}
.h_main {
    height: 330px;
    background: #d2edff url("../img/doctor_bg.png") no-repeat top left;
    background-size: contain;
    width: 100%;
}
.h_main .container {
    position: relative;
    height: 100%;
}
.man {
    width: 445px;
    height: 347px;
    background: url("../img/man.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -55px;
}
.h_title {
    text-align: left;
    font-size: 80px;
    font-weight: 700;
    color: #3f4999;
    width: 667px;
    margin: 95px auto 0;
    position: relative;
    left: -25px;
}
.h_title span {
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-align: right;
    float: right;
}
.h_title .bp {
    width: 82px;
    height: 82px;
    float: right;
    margin-right: 35px;
    padding: 25px 15px;
    font-size: 14px;
    line-height: 16px;
}
nav ul {
    float: left;
}
nav ul li {
    margin-right: 50px;
    display: inline-block;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li a {
    display: inline-block;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    border-top: 4px solid #fff;
}
nav ul li a:hover,
nav ul li a.active {
    font-weight: 700;
    border-color: #7d8cfb;
}
.h_bottom {
    border-bottom: 1px solid rgba(206, 214, 222, 0.5);
    margin-bottom: 40px;
}
.bp {
    background: url("../img/h_bp.svg") no-repeat;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .h_main {
        background: #d2edff url("../img/doctor_bg@2x.png") no-repeat top left;
        background-size: contain;
    }
    .man {
        background: url("../img/man@2x.png") no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 480px) {
    .h_main {
        background: #d2edff url("../img/doctor_bg_m.png") no-repeat top left;
        background-size: contain;
    }
}
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 480px) and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2),
    only screen and (max-width: 480px) and (min-device-pixel-ratio: 1.5) {
    .h_main {
        background: #d2edff url("../img/doctor_bg_m@2x.png") no-repeat top left;
        background-size: contain;
    }
}
.tab-pane p.i-t-info {
    margin-bottom: 35px;
    padding-left: 0;
    color: #cdd1d8;
    font-size: 12px;
    line-height: 14px;
    margin-top: -15px;
}
.f-tooltip {
    cursor: pointer;
}
.f-tooltip:hover + .f-tooltip-info {
    display: block;
}
.f-tooltip-info {
    top: 8px;
    position: absolute;
    padding: 23px 20px;
    background: #fff;
    width: 341px;
    left: calc(100% + 45px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 99998;
    display: none;
}
.f-tooltip-info b {
    margin-bottom: 15px;
    display: block;
}
.f-tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 99999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 1200px) {
    .f-tooltip-info {
        top: 72px;
        left: 0;
        width: 290px;
    }
    .f-tooltip-info:before {
        left: 15px;
        top: -12px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .f-tooltip-info img {
        width: 100% !important;
    }
}
.footer {
    background: #0e0f0f;
    padding-top: 40px;
    color: #828282;
}
.footer .container {
    position: relative;
}
.footer .up {
    width: 32px;
    height: 31px;
    background: url("../img/up.svg") no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
.footer .logo_f {
    font-family: "Cabin", sans-serif;
    color: #7d8cfb;
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
}
.footer .logo_f b {
    font-weight: 700;
}
.footer .logo_f small {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 8px;
    font-weight: 400;
    margin-top: 3px;
    text-transform: uppercase;
}
.footer .logo_f:hover {
    color: #7d8cfb;
}
.footer .logo_f:before {
    display: block;
    float: left;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../img/logo_f.svg") no-repeat;
    background-size: cover;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.footer p {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 16px;
}
.footer .methods-info img {
    margin-right: 15px;
    margin-bottom: 8px;
}
.footer .f_nav a {
    display: block;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}
.footer .f_nav a:hover {
    text-decoration: none;
}
.footer-bottom {
    border-top: 1px solid rgba(196, 196, 196, 0.15);
    margin-top: 30px;
    padding: 20px 0;
    font-size: 12px;
}
.footer-bottom a {
    color: #7d8cfb;
}
.footer-bottom .privacy a {
    color: #737474;
    margin-right: 40px;
    text-decoration: underline;
}
.footer-bottom .privacy a:hover {
    text-decoration: none;
}
.footer-bottom .privacy a:last-child {
    margin-right: 0;
}
.product {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 16px;
    position: relative;
    font-family: "Roboto", sans-serif;
}
.product:hover {
    border-color: #cecfd6;
}
.product:hover .btn {
    -webkit-box-shadow: 0 8px 20px rgba(255, 109, 46, 0.4);
    box-shadow: 0 8px 20px rgba(255, 109, 46, 0.4);
}
.product figure {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.product figure img {
    width: 100%;
}
.product b {
    font-family: "Cabin", sans-serif;
    font-size: 24px;
    color: #333;
}
.product p {
    font-size: 14px;
    margin-top: 8px;
}
.product hr {
    width: 97px;
    height: 3px;
    background: #d8e2ed;
    margin: 25px auto;
}
.product span {
    color: #333;
    margin-bottom: 20px;
    display: block;
}
.product span i {
    font-weight: 700;
    color: #ff6d2e;
}
.product .btn-product {
    margin-bottom: 30px;
}
.product .btn-product i:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 12px;
    background: url("../img/shop_w.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
}
.product .sale {
    position: absolute;
    width: 82px;
    height: 82px;
    background: url("../img/off.svg") no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    top: -15px;
    right: -20px;
    padding: 20px 33px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.catalog_nav {
    margin-bottom: 30px;
}
.catalog_nav .c_name {
    padding: 20px 20px 17px;
    background: #7d8cfb;
    color: #fff;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.catalog_nav .c_name .catalog-toogle {
    display: none;
}
.catalog_nav .c_name b {
    font-size: 60px;
    opacity: 0.15;
    position: absolute;
    right: -10px;
    top: -3px;
}
.catalog_nav #catalog {
    background: #f8fafc;
    padding-top: 15px;
    padding-bottom: 15px;
}
.catalog_nav #catalog > li > a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 20px;
}
.catalog_nav #catalog > li > a .catalog-sub {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5L7.36222 5.58833L3 9.63372L4.27556 11L8 7.54781L11.7244 11L13 9.63372L8.63777 5.58833L8 5Z' fill='%237F8C8C'/%3E%3C/svg%3E%0A")
        no-repeat center center;
}
.catalog_nav #catalog > li > a:hover {
    color: #fff;
    background: #7d8cfb;
}
.catalog_nav #catalog > li > a:hover .catalog-sub {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L8.63778 10.4117L13 6.36628L11.7244 5L8 8.45219L4.27556 5L3 6.36628L7.36223 10.4117L8 11Z' fill='white'/%3E%3C/svg%3E%0A")
        no-repeat center center;
}
.catalog_nav #catalog > li ul {
    display: none;
}
.catalog_nav #catalog > li.catalog-name-pill > a {
    padding-right: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background: #7d8cfb;
    z-index: 2;
}
.catalog_nav #catalog > li.catalog-name-pill > a .catalog-sub {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5L8.63778 5.58833L13 9.63372L11.7244 11L8 7.54781L4.27556 11L3 9.63372L7.36223 5.58833L8 5V5Z' fill='white'/%3E%3C/svg%3E%0A")
        no-repeat center center;
}
.catalog_nav #catalog > li.catalog-name-pill > a:before {
    width: 80px;
    height: 45px;
    background: url("../img/pills-nav.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -22px;
    display: block;
    content: "";
    z-index: -1;
}
.catalog_nav #catalog > li.catalog-name-pill > a.active,
.catalog_nav #catalog > li.catalog-name-pill > a:hover {
    background: #7d8cfb;
}
.catalog_nav #catalog > li.catalog-name-pill > a.active .catalog-sub,
.catalog_nav #catalog > li.catalog-name-pill > a:hover .catalog-sub {
    background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L7.36222 10.4117L3 6.36628L4.27556 5L8 8.45219L11.7244 5L13 6.36628L8.63777 10.4117L8 11V11Z' fill='white'/%3E%3C/svg%3E%0A")
        no-repeat center center;
}
.catalog_nav #catalog > li.active > a {
    color: #fff;
    background: #7d8cfb;
}
.catalog_nav #catalog > li.active > a .catalog-sub {
    background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L7.36222 10.4117L3 6.36628L4.27556 5L8 8.45219L11.7244 5L13 6.36628L8.63777 10.4117L8 11V11Z' fill='white'/%3E%3C/svg%3E%0A")
        no-repeat center center;
}
.catalog_nav #catalog > li.active ul {
    display: block;
}
.catalog_nav #catalog > li.catalog-name.active > a {
    padding-right: 40px;
}
.catalog_nav #catalog > li.catalog-name.active > a:before {
    display: block;
}
.catalog_nav #catalog > li ul a {
    color: #828282;
    padding: 12px 0 12px 20px;
    display: block;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    color: #404040;
}
.catalog_nav #catalog > li ul a:after {
    display: none;
    content: "";
    width: 80px;
    height: 65px;
    position: absolute;
    right: 0;
    top: -15px;
}
.catalog_nav #catalog > li ul a:hover {
    color: #1e3870;
    background: -webkit-gradient(linear, left top, right top, from(#d8e2ed), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #d8e2ed 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e2ed', endColorstr='#00ffffff',GradientType=1 );
}
.catalog_nav #catalog > li ul a:hover:after {
    display: block;
}
.methods {
    margin-bottom: 30px;
}
.methods.delivery-m .methods-info img {
    margin-right: 10px;
}
.methods .name {
    display: block;
    background: #d1ecff;
    padding: 20px;
    font-family: "Cabin", sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.methods .methods-info {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    padding: 25px 0 12px 20px;
}
.methods .methods-info img {
    margin-right: 16px;
    margin-bottom: 13px;
}
@media screen and (min-width: 651px) {
    #catalog {
        display: block !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .catalog_nav #catalog li.g_viagra a:after {
        background: url("../img/v_g@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.n_viagra a:after {
        background: url("../img/v_n@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.b_viagra a:after {
        background: url("../img/v_b@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.g_cialis a:after {
        background: url("../img/c_g@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.b_cialis a:after {
        background: url("../img/c_b@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.d_cialis a:after {
        background: url("../img/c_d@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.g_levitra a:after {
        background: url("../img/l_g@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.b_levitra a:after {
        background: url("../img/l_b@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.k_jelly a:after {
        background: url("../img/k_o_g@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.k_gold a:after {
        background: url("../img/k_g@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.k_super a:after {
        background: url("../img/k_s@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.k_fizzy a:after {
        background: url("../img/k_f_t@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.c_lovegra a:after {
        background: url("../img/l@2x.png") no-repeat;
        background-size: cover;
    }
    .catalog_nav #catalog li.c_kamagra a:after {
        background: url("../img/k@2x.png") no-repeat;
        background-size: cover;
    }
}
.product_info img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.options-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}
.table i.t-price {
    font-weight: 400;
}
.btn-table {
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    background: #7d8cfb;
    border-radius: 3px;
    color: #fff;
    margin: auto;
}
.btn-table:hover {
    background: #aeb8fd;
    color: #fff;
}
.tab-content .tab-pane {
    margin-left: 0;
    margin-right: 0;
}
.nav.nav-pills.flex {
    width: 100%;
}
.select-dose {
    font-size: 16px;
    color: #111316;
    font-weight: 600;
    margin-bottom: 15px;
}
.nav-dose a {
    color: #828282;
    border-radius: 3px;
    text-align: center;
    width: 70px;
    display: block;
    font-size: 14px;
    padding: 8px 0;
}
.nav-dose.active a {
    color: #fff;
    background: #7d8cfb;
}
@media screen and (max-width: 1200px) {
    .nav-dose a {
        width: 60px;
    }
}
@media screen and (max-width: 992px) {
    .nav.nav-pills.flex {
        display: block;
        position: relative;
        min-height: 40px;
    }
    .nav.nav-pills.flex:after {
        position: absolute;
        content: "";
        width: 13px;
        height: 8px;
        background: url("../img/arrow_down.svg") no-repeat;
        background-size: cover;
        right: 15px;
        top: 17px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        z-index: 3;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .nav.nav-pills.flex.active-pills {
        -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 10px;
        border: 1px solid #f3f3f3;
        padding-top: 40px;
    }
    .nav-dose.active {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
    .nav-dose {
        display: none;
    }
    .nav-dose a {
        width: 100%;
        padding: 13px 0;
    }
    .active-nav-mob {
        display: block !important;
    }
}
.flex {
    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;
}
.date + .blog {
    margin-top: 25px;
}
.p_numb {
    float: right;
    color: #c5c5c5;
    margin-top: 53px;
}
.blog-nav {
    border-bottom: 1px solid #f0eef7;
    border-top: 1px solid #f0eef7;
    padding: 20px 0 5px;
    margin-bottom: 30px;
}
.blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px;
}
strong {
    font-weight: 600;
}
.date {
    font-size: 14px;
    color: #898a8a;
    margin-bottom: 15px;
}
.blog section {
    border-bottom: 1px solid #f0eef7;
    margin-top: 20px;
}
.blog section h2 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 16px;
}
.blog section p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
}
.blog section a {
    text-decoration: underline;
    padding-bottom: 20px;
    display: block;
}
.blog section span {
    font-weight: 600;
}
.blog article h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    font-weight: 600;
}
.blog article img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
}
.p_numb {
    float: right;
    color: #c5c5c5;
    margin-top: 30px;
}
.review-edit {
    margin-top: 30px;
}
.rev-wrap.flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.review-message {
    padding: 24px 20px 20px 50px !important;
    font-size: 14px;
    line-height: 18px;
    color: #111c2d !important;
    position: relative;
}
.review-succes {
    background: rgba(201, 226, 186, 0.2) !important;
    display: none;
    border-left: 1px solid #f0eef7;
    border-right: 1px solid #f0eef7;
}
.review-succes:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 11px;
    position: absolute;
    left: 22px;
    top: 25px;
    background: url("../img/rev-ok.svg") no-repeat;
    background-size: cover;
}
.review-error {
    display: none;
    background: rgba(255, 15, 58, 0.1) !important;
    border-left: 1px solid #f0eef7;
    border-right: 1px solid #f0eef7;
}
.review-error:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 22px;
    top: 25px;
    background: url("../img/rev-no.svg") no-repeat;
    background-size: cover;
}
.rev-rating.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 280px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 90px;
}
.rev-rating.flex .rating {
    top: 10px;
}
.rev-form {
    border-left: 1px solid #f0eef7;
    border-right: 1px solid #f0eef7;
    border-bottom: 1px solid #f0eef7;
    padding: 30px 20px 0;
    margin-bottom: 50px;
}
.rev-form .one-btn {
    margin-bottom: 30px;
}
.rev-wrap {
    background: #f8fafc;
    padding: 20px;
    border-left: 1px solid #f0eef7;
    border-right: 1px solid #f0eef7;
    color: #828282;
}
.paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0 50px;
    padding: 10px 20px;
    border-radius: 3px;
    background: #d1ecff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.paginator a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #111316;
}
.paginator a.prev {
    padding: 10px 17px;
    border-radius: 3px;
    background: #7d8cfb;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.paginator a.prev:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.paginator a.next {
    padding: 10px 17px;
    border-radius: 3px;
    background: #7d8cfb;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.paginator a.next:after {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
}
.paginator ul {
    margin: 0 20px;
}
.paginator ul li {
    width: 30px;
    text-align: center;
    display: inline-block;
}
.paginator ul li a {
    width: 30px;
    color: #7f8a91;
    border-radius: 5px;
}
.paginator ul li.active a,
.paginator ul li:hover a {
    color: #111316;
    text-decoration: none;
    font-weight: 600;
}
.rev-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rev-date .date {
    margin-right: 20px;
}
.rev-date .rating {
    top: 3px;
}
.captcha .has-error .error {
    position: relative;
    top: 10px;
    left: -15px;
}
.captcha .has-error span {
    top: 30px;
}
.product-nav {
    padding: 20px;
    border: 1px solid #f0eef7;
    margin-bottom: 30px;
}
.product-nav-link {
    text-decoration: underline;
    position: relative;
}
.product-nav-link:after {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    background: url(../img/arrow-down-orange.svg) no-repeat;
    position: absolute;
    right: -21px;
    top: 6px;
    background-size: cover;
}
.product-nav-wrap {
    display: none;
    margin-top: 30px;
}
.product-nav-wrap a {
    display: block;
    margin-bottom: 15px;
}
.product-nav-link.active-nav-link:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 650px) {
    .rev-rating.flex {
        margin-right: 0;
    }
    .paginator {
        width: 100%;
        position: relative;
        display: block;
        height: 110px;
    }
    .paginator a.prev {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .paginator a.next {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    .paginator ul {
        margin: 10px 0 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 480px) {
    .btn.btn-pay {
        width: 100%;
    }
    .rev-rating.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 250px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .blog section .flex .date {
        width: 100%;
    }
}
.lg-info {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 5px;
    top: 39px;
    right: -18px;
    width: 182px;
    position: absolute;
    z-index: 999999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.lg-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 12px;
    top: -8px;
}
.lg-info b {
    color: #c5c5c5;
    font-weight: 400;
    padding: 15px 0;
    display: block !important;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6eaee;
    position: relative;
    padding-left: 28px;
}
.lg-info b:before {
    content: "";
    display: block;
    width: 18px;
    height: 21px;
    background: url("../img/user_icon2.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 10px;
}
.lg-info a {
    display: block;
    text-transform: none !important;
    color: #7d8cfb !important;
    padding: 0 0 15px !important;
    text-decoration: underline !important;
    display: block !important;
}
.lg-info a:hover {
    color: #7d8cfb !important;
    background: none !important;
    text-decoration: none !important;
}
.login-out {
    position: relative;
}
.login-out:after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    margin-left: 12px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 15px;
}
.login-out:hover .lg-info {
    opacity: 1;
    visibility: visible;
}
.catalog-index.catalog-main {
    margin-top: 0;
}
.login {
    float: right;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 5px;
}
.login:before {
    width: 18.5px;
    height: 21.5px;
    background: url("../img/user_icon.svg") no-repeat;
    background-size: cover;
    content: "";
    display: block;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 5px;
}
.login span {
    color: #fff;
}
.login-reg {
    margin-top: 20px;
    border-radius: 3px;
    background: #d1ecff;
    padding: 0 30px;
}
.login-reg p {
    color: #4f4f4f;
    padding-top: 20px;
}
.login-reg a {
    width: 121px;
    text-align: center;
    padding: 10px 0 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    background: #7d8cfb;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.register.check-form label {
    font-size: 12px;
    color: #828282;
}
.has-error {
    position: relative;
}
.has-error input {
    border-color: #f0eef7 !important;
    outline: none;
}
.has-error span.input-group-addon {
    border-color: #f0eef7 !important;
}
.has-error.input-group p {
    font-size: 12px;
    color: #eb5757;
    position: absolute;
    right: calc(-100% - 30px);
    top: 13px;
    display: block;
    width: 100%;
}
.login-ovr {
    width: 100%;
    height: 100%;
    background: rgba(17, 19, 22, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999998;
    display: none;
}
.login-wrap {
    top: calc(50vh - 151px);
    display: none;
    position: fixed;
    width: 540px;
    left: 50%;
    margin-left: -245px;
    z-index: 9999999999;
}
.login-wrap .close {
    position: absolute;
    display: block;
    right: 15px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
}
.login-wrap .close:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
}
.login-wrap .close:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
}
.login-wrap .login-form form {
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}
.login-wrap .login-form form .form-group .btn {
    width: 203px;
    margin-top: 15px;
}
.login-wrap .login-form form .form-group a {
    padding-top: 30px;
}
.login-form {
    position: relative;
}
.login-form a {
    float: right;
    padding-top: 24px;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.subscribe {
    margin-right: 20px;
    padding-bottom: 20px;
}
.subscribe button.btn {
    width: 100%;
}
.subscribe .form-control {
    height: 50px;
    margin-bottom: 20px;
}
::-webkit-input-placeholder {
    font-weight: 400;
}
::-moz-placeholder {
    font-weight: 400;
}
:-ms-input-placeholder {
    font-weight: 400;
}
:-moz-placeholder {
    font-weight: 400;
}
.catalog-nav + .left-box .methods-info {
    border: none;
    padding: 0;
}
.btn.btn-dark.btn-big {
    text-decoration: none;
}
h1 + .v_name {
    margin-top: 30px;
}
.register .details {
    padding-bottom: 15px;
}
.register .details .one-btn {
    margin-bottom: 15px;
}
.register + .login-reg {
    margin-bottom: 60px;
}
.breadcrumbs {
    margin-bottom: 20px;
    margin-top: -20px;
}
.breadcrumbs li {
    display: inline-block;
    margin-right: 8px;
}
.breadcrumbs li a {
    font-size: 12px;
    color: #828282;
}
.breadcrumbs li a:after {
    content: "";
    display: inline-block;
    margin-left: 9px;
    width: 5px;
    height: 7px;
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 0;
}
.breadcrumbs li:last-child a:after {
    display: none;
}
.blog-nav .text p {
    margin-bottom: 20px;
}
.blog-nav .text p:last-child {
    margin-bottom: 0;
}
h1 + .blog-nav {
    margin-top: 15px;
}
.form-group .error {
    display: none;
}
.has-error .error {
    position: absolute;
    top: -15px;
    color: #eb5757;
    top: 35px;
    left: -5px;
    z-index: 0;
    display: block;
}
.catalog-nav ul li.catalog-name a {
    padding: 0;
    border: none;
}
.catalog-nav ul li.catalog-name a:hover {
    padding: 0;
}
.catalog-nav ul li.catalog-name a:before,
.catalog-nav ul li.catalog-name a:after {
    display: none;
}
.login.login-mobile {
    display: none;
}
.forgot {
    margin-top: 30px;
}
.forgot p {
    margin-top: 30px;
}
.forgot-wrap {
    padding: 30px;
    background: #f9f8fc;
    margin: 30px 0;
}
.forgot-wrap p {
    line-height: 18px;
}
.forgot-wrap + .two-btn .btn {
    width: auto;
    min-width: 240px;
}
.forgot-wrap + .two-btn .btn.btn-dark {
    background: #195054;
    min-width: 180px;
}
.check-form.register .details-info {
    padding-bottom: 5px;
    padding-top: 20px;
}
.register .captcha-inp:after {
    content: "*";
    color: #ff3332;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 15px;
}
.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.language li {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
}
.language li:first-child {
    margin-left: 0;
}
.language li:last-child {
    margin-right: 0;
}
.l-mob {
    display: none;
}
@media screen and (max-width: 1200px) {
    .catalog-nav + .left-box {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .l-desktop {
        display: none;
    }
    .login.l-mob {
        display: block;
        float: none;
        padding: 26px 10px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid rgba(206, 214, 222, 0.5);
    }
    .login.l-mob span {
        color: #111316;
        font-size: 16px;
    }
    .login.l-mob:before {
        background: url("../img/user_icon_mob.svg") no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 991px) {
    .phone div + div {
        display: none;
    }
    .footer .methods-info img {
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px) {
    .rev-captcha .captcha-inp {
        padding-left: 0;
    }
    .rev-captcha .captcha-img {
        margin-top: 15px;
        display: block;
        margin-left: -15px;
    }
    .has-error.input-group p {
        top: 40px;
        left: 43px;
    }
    .login-out:after {
        left: 50%;
        top: 40px;
    }
    .lg-info {
        top: 60px;
        right: 0;
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .catalog-nav + .left-box {
        display: none;
    }
    .login.login-desc {
        display: none;
    }
    .login-reg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .close {
        margin-right: 15px;
    }
    .login.login-mobile {
        display: block;
    }
    .login-wrap {
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 30px;
    }
    .login-wrap .login-form {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-wrap .login-form form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-wrap a {
        float: none;
        display: block;
    }
    .blog-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 480px) {
    .footer .methods-info img {
        margin-bottom: 10px;
    }
    .forgot-wrap + .two-btn .btn {
        display: block;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .one-btn .btn,
    .two-btn .btn,
    .forgot .btn {
        width: 100% !important;
        float: none;
    }
}
.trial {
    border: 1px solid #7d8cfb;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 30px;
}
.trial p {
    font-family: "Cabin", sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #111316;
    text-align: center;
}
.trial p b {
    color: #ff6d2e;
}
.trial a.btn {
    background: #7d8cfb;
    width: 100%;
}
.trial a.btn:hover {
    background: #96a2f9;
}
.trial a.btn i:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 12px;
    background: url("../img/shop_w.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
}
.trial img {
    max-width: 300px;
    width: 100%;
}
@media screen and (max-width: 992px) and (min-width: 650px) {
    .trial p b {
        display: block;
    }
}
.cookies {
    position: fixed;
    z-index: 99998;
    bottom: 0;
    width: 100%;
    padding: 25px 15px;
    background: rgba(73, 82, 158, 0.9);
}
.cookies p {
    color: #fff;
    font-size: 12px;
}
.cookies .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cookies a {
    color: #ff6d2e;
    text-decoration: underline;
    padding-right: 20px;
}
.cookies .cookies-btn {
    padding: 8px 30px;
    min-width: 100px;
    border-radius: 5px;
    background: #ff6d2e;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.delivery-m .methods-info img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.methods-info img {
    margin-right: 11px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.methods-info img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.f-visa,
.f-master,
.f-amex {
    width: 50px;
}
.f-bleue {
    width: 69px;
}
.f-local {
    min-width: 50px;
    max-width: 100px;
    height: 34px;
    -o-object-fit: contain;
    object-fit: contain;
}
.f-jcb {
    width: 41px;
}
.f-discover {
    width: 50px;
}
.f-bitcoin {
    width: 65px;
}
.f-diner {
    width: 50px;
}
.footer .f-visa,
.footer .f-master,
.footer .f-amex {
    width: 38px;
}
.footer .f-bleue {
    width: 44px;
}
.footer .f-local {
    min-width: 38px;
    max-width: 80px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer .f-jcb {
    width: 31px;
}
.footer .f-discover {
    width: 42px;
}
.nav-tabs > li a {
    padding-left: 6px;
    padding-right: 6px;
}
.nav-tabs > li:first-child {
    margin-left: 10px;
}
@media screen and (min-width: 992px) {
    .pays-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .f-visa,
    .f-master,
    .f-amex,
    .f-diners {
        width: 38px !important;
    }
    .f-bleue,
    .f-bitcoin {
        width: 44px !important;
    }
    .f-local {
        min-width: 38px !important;
        max-width: 80px !important;
        height: 24px !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .f-jcb {
        width: 31px !important;
    }
    .f-discover {
        width: 42px !important;
    }
}
@media screen and (min-width: 992px) {
    .nav-tabs > li {
        display: block !important;
    }
    .nav-tabs > li span {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .nav-tabs > li a img {
        display: inline-block;
    }
    .nav-tabs > li b {
        display: block;
        width: 118px;
        text-align: center;
        margin-right: 33px;
    }
    .nav-tabs > li b img {
        margin-right: 0;
    }
    .nav-tabs > li:first-child {
        margin-left: 0 !important;
    }
    .f-visa,
    .f-master,
    .f-amex {
        width: 50px;
    }
    .f-bleue {
        width: 69px;
    }
    .f-local {
        min-width: 50px;
        max-width: 100px;
        height: 34px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .f-jcb {
        width: 41px;
    }
    .f-discover {
        width: 50px;
    }
    .f-bitcoin {
        width: 65px;
    }
    .f-diner {
        width: 50px;
    }
    .cookies p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        line-height: 16px;
    }
    .cookies a {
        padding-right: 0;
    }
    .nav-tabs > li {
        width: 100%;
        text-align: left;
        margin-bottom: -1px !important;
    }
    .nav-tabs > li:hover {
        background: #eff7f8;
    }
    .nav-tabs > li a span {
        display: block;
        margin-left: 15px;
        color: #000;
    }
    .nav-tabs > li a {
        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;
    }
    .nav-tabs > li.active > a {
        border: none !important;
        position: relative;
    }
    .nav-tabs > li.active > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 15px;
        width: 10px;
        height: 6px;
        background: url("../img/arrow-pay.svg") no-repeat;
        background-size: cover;
    }
    .nav-tabs > li {
        display: none;
        border: 1px solid #e0e0e0 !important;
        border-bottom: none;
        -webkit-transition: visibility 0.4s;
        transition: visibility 0.4s;
        margin-bottom: 0;
    }
    .nav-tabs > li > a:hover {
        border-bottom: none !important;
    }
    .nav-tabs > li > a {
        border: none !important;
        margin-bottom: 0 !important;
    }
    .nav-tabs {
        position: relative;
        padding-top: 55px;
        border-radius: 3px;
        border-bottom: none !important;
    }
    .nav-tabs > li.active {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
    }
}
.table-responsive.table-info.dash-responsive {
    overflow-x: hidden;
}
.dash-close {
    display: none;
    color: #ff3332;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.table.dash-table > tbody > tr > td:first-child,
.table.dash-table > tfoot > tr > td:first-child,
.table.dash-table > tfoot > tr > th:first-child {
    border-left: none;
}
.table.dash-table th {
    background: #7d8cfb;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.table.dash-table th:first-child {
    width: 40%;
}
.table.dash-table td.price {
    color: #ff6712;
}
.table.dash-table td {
    color: #828282;
    text-align: left;
}
.table.dash-table td:first-child {
    width: 40%;
}
.table.dash-table td a {
    color: #7d8cfb;
}
.table.dash-table .dash-info.active + tr td.dash-info-more {
    display: table-cell;
}
.table.dash-table td.dash-info-more {
    background: #f8fafc;
    border: none;
    display: none;
    width: 100% !important;
    padding: 0 !important;
}
.table.dash-table td.dash-info-more table {
    width: 100%;
}
.table.dash-table td.dash-info-more table tr td {
    text-align: left;
    border: none !important;
}
.table.dash-table td.dash-info-more table tr td:first-child {
    font-weight: 400;
    color: #828282;
}
.table.dash-table td.dash-info-more table tr td:last-child {
    color: #111316;
}
.dash-info.active td {
    background: #fff !important;
}
.dash-info.active .dash-close {
    display: block;
}
.dash-info.active a.dash_link {
    display: none;
}
.welcome {
    font-size: 14px;
    color: #898a8a;
    margin-bottom: 20px;
    margin-top: 5px;
}
.welcome b {
    font-weight: 700;
    color: #333;
}
.notification-wrap {
    position: fixed;
    z-index: 9999999;
    top: 15px;
    left: 115px;
    background: #fff;
    -webkit-box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
    box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
    width: 521px;
    font-size: 14px;
}
.notification-wrap figure {
    width: 180px;
    height: 148px;
}
.notification-wrap figure img {
    width: 100%;
}
.notification-wrap .notif-wrap {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px);
}
.notification-wrap .notif-wrap .flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.notification-wrap p {
    color: #000;
    line-height: 18px;
}
.notification-wrap i {
    color: #8593fb;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px;
}
.notification-wrap a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}
.notification-wrap a.notif-no {
    background: none;
    color: #dadada;
}
.notification-wrap a.notif-no:hover {
    color: #c6c6c6;
}
.notification-wrap a.notif-yes {
    background: #ff6d2e;
    color: #fff;
    margin-left: 15px;
    border-radius: 3px;
}
.notification-wrap a.notif-yes:hover {
    background: #ff5005;
}
@media screen and (min-width: 1441px) {
    .notification-wrap {
        left: 230px;
    }
}
@media screen and (max-width: 991px) {
    .table.dash-table td:first-child {
        width: 33.33333%;
    }
    .table .dash-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .table .dash-info td:nth-child(3),
    .table .dash-info td:nth-child(5) {
        text-align: right;
    }
    .table .dash-info td:nth-child(2) {
        text-align: center;
    }
    .table .dash-info td {
        width: 33.333333%;
    }
    .table .dash-info td:nth-child(5),
    .table .dash-info td:nth-child(4) {
        width: 50%;
        padding-top: 5px !important;
    }
    .table .dash-info td:nth-child(4) {
        text-align: left;
    }
    .table.dash-table th:first-child {
        width: 100%;
    }
    .notification-wrap {
        left: 30px;
    }
    .dash-close {
        margin-left: auto;
        margin-right: 0;
    }
    .table.dash-table {
        border: none;
    }
    .table.dash-table tbody {
        border: none !important;
    }
    .table.dash-table th {
        width: 100%;
    }
    .table.dash-table th.t-hide {
        display: none !important;
    }
    .table.dash-table tr.dash-info + tr {
        border-bottom: none;
    }
    .dash-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .dash-info td:nth-child(even) {
        text-align: right;
    }
    .table.dash-table td:first-child,
    .table.dash-table td:first-child + .t-hide + td,
    .table.dash-table td:first-child + td {
        padding-bottom: 0 !important;
    }
    .dash-table .dash-info.active-mobile + tr td.dash-info-more,
    .dash-table.table .dash-info.active + tr td.dash-info-more {
        display: table-cell;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dash-table .dash-info.active-mobile + tr td.dash-info-more table tr,
    .dash-table.table .dash-info.active + tr td.dash-info-more table tr {
        border: none;
    }
    .dash-table .dash-info.active-mobile + tr td.dash-info-more table tr:last-child,
    .dash-table.table .dash-info.active + tr td.dash-info-more table tr:last-child {
        padding-bottom: 15px;
    }
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td,
    .dash-table.table .dash-info.active + tr td.dash-info-more td {
        padding-bottom: 8px !important;
        border: none;
        width: 100% !important;
    }
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td:last-child,
    .dash-table.table .dash-info.active + tr td.dash-info-more td:last-child {
        text-align: left !important;
        padding-top: 8px !important;
    }
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td:first-child,
    .dash-table.table .dash-info.active + tr td.dash-info-more td:first-child {
        padding-bottom: 0 !important;
    }
    .dash-close-active .dash-close {
        display: block;
    }
    .dash-close-active a {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}
@media screen and (max-width: 650px) {
    .notification-wrap {
        width: calc(100% - 40px);
        left: 20px;
    }
    .notification-wrap > .flex {
        display: block;
    }
    .notification-wrap figure {
        margin: 0 auto;
    }
    .notification-wrap .notif-wrap {
        width: 100%;
        padding-top: 10px;
        padding-right: 20px;
        text-align: center;
    }
    .notification-wrap .notif-wrap .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 374px) {
    .dash-table td:nth-child(2) {
        font-size: 12px;
    }
}
.bonus {
    position: relative;
    padding-left: 42px;
}
.icon_pack:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background: url(../img/pack.svg) no-repeat;
    background-size: cover;
    position: relative;
    top: 5px;
}
.bonus:before {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    min-width: 32px;
    height: 37px;
    background: url("../img/bonus.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    top: -8px;
}
.table td.package-td select {
    padding: 6px 8px;
    border-color: #e0e0e0;
    background-color: #fff;
    width: 160px;
    outline: none;
    font-size: 12px;
    background-position: right 10px center;
}
.t-center {
    text-align: center;
}
.total-promo {
    text-align: right;
}
.total-promo p {
    color: #333;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
}
.promo-w {
    border: 1px solid #f0eef7;
    padding: 20px;
    margin-bottom: 20px;
}
.promo-w .checkbox label {
    min-height: auto;
}
.promo-w .checkbox {
    margin: 0;
}
.promo-w .checkbox b {
    width: 23%;
    float: right;
    color: #ff6d2e;
}
.table .t-price.t-red {
    color: #ff3332;
}
.promo {
    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;
    justify-content: flex-start;
}
.promo-name {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.promo-input {
    width: 100%;
    max-width: 375px;
}
.promo-input .form-group {
    margin-bottom: 0;
}
.promo button.btn {
    min-width: 100px;
    margin-top: 0;
    margin-left: 30px;
    background: #7d8cfb;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.promo button.btn:hover {
    background: #5569fa;
}
.promo.promo-err button.btn {
    background: #ff6d2e;
}
.promo.promo-err button.btn:hover {
    background: #ff5005;
}
.promo.promo-err ::-webkit-input-placeholder {
    color: #ff6d2e;
    font-size: 16px;
}
.promo.promo-err ::-moz-placeholder {
    color: #ff6d2e;
    font-size: 16px;
}
.promo.promo-err :-ms-input-placeholder {
    color: #ff6d2e;
    font-size: 16px;
}
.promo.promo-err :-moz-placeholder {
    color: #ff6d2e;
    font-size: 16px;
}
.promo.promo-err .form-group input {
    border-color: #ff6d2e !important;
    padding-left: 15px;
}
td .checkbox {
    margin: 0;
}
td .checkbox label {
    min-height: auto;
}
.table .promo-td td .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.table .promo-td td .checkbox p {
    color: #4f4f4f;
}
.table .promo-td td .checkbox label {
    width: 25px;
    min-height: auto;
    margin-bottom: 0;
    float: left;
}
.total-promo {
    text-align: right;
}
.total.round.total-promo-wrap {
    padding: 25px 25px 20px;
    height: auto;
    margin: 0 0 20px;
}
.total.round.total-promo-wrap span {
    padding: 0;
}
.total.round.total-promo-wrap p {
    margin-bottom: 15px;
}
.grey .radio + .radio {
    margin-top: -10px;
}
.promo-error p {
    color: #ff3332;
    font-size: 12px;
    margin-left: 30px;
}
.promo-error .input-group .input-group-addon i.num {
    background: url("../img/num-error.svg") no-repeat;
}
.promo-error button.btn {
    background: #5e5ca0;
}
.promo-error button.btn:hover {
    background: #4f4d86;
}
.promo-error .promo-name {
    color: #ff3332;
}
.promo-error ::-webkit-input-placeholder {
    color: #ff3332;
    opacity: 1;
}
.promo-error :-ms-input-placeholder {
    color: #ff3332;
    opacity: 1;
}
.promo-error ::-ms-input-placeholder {
    color: #ff3332;
    opacity: 1;
}
.promo-error ::placeholder {
    color: #ff3332;
    opacity: 1;
}
.promo-error :-ms-input-placeholder {
    color: #ff3332;
}
.promo-error ::-ms-input-placeholder {
    color: #ff3332;
}
.t-pad .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.t-pad .checkbox label {
    min-height: auto;
}
.t-pad .promo .input-group {
    margin-bottom: 0;
}
.t-pad .promo .input-group span {
    display: table-cell;
}
.t-pad.t-promo {
    width: 100% !important;
}
.table.promo-table {
    background: none;
    margin: 0;
}
.table.promo-table td {
    border-radius: none !important;
    padding: 0 !important;
}
.table.promo-table td b {
    color: #111316;
    font-weight: 700;
}
.table.promo-table tbody tr:hover {
    background: none;
}
.promo-td span.input-group-addon {
    display: table-cell;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .bonus:before {
        background: url("../img/bonus@2x.png") no-repeat center center;
        background-size: cover;
    }
}
@media screen and (max-width: 991px) {
    .promo-w .checkbox b {
        float: none;
        margin-left: 5px;
    }
    .promo-input {
        max-width: 100%;
        float: none;
    }
    .promo {
        display: block;
    }
    .promo .promo-input {
        margin-bottom: 15px;
    }
    .promo button.btn {
        margin-left: 0;
    }
    .promo p {
        margin-left: 0;
        margin-top: 15px;
    }
    .promo-td .t-price {
        width: 100%;
        text-align: right;
    }
    .promo-td.promo-package .t-price {
        width: 50%;
    }
    .promo-td.promo-package .icon_pack {
        text-align: left;
    }
    .promo-td.promo-select .t-price {
        width: 50%;
    }
    .promo-td.promo-select .icon_pack {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .table.check-table tr:last-child td.t-price:nth-child(2) {
        padding-top: 15px !important;
    }
    .table.check-table .promo-td .t-price.t-bonus {
        padding-top: 0 !important;
    }
    .table.check-table .promo-td td:first-child {
        padding-bottom: 15px !important;
    }
    .table.promo-table td {
        text-align: right;
        padding-bottom: 15px !important;
    }
    .table.promo-table td:first-child {
        text-align: left;
    }
    .table.check-table.promo-table td:first-child {
        padding-bottom: 15px !important;
    }
    .table.check-table .promo-td .t-price,
    .table.check-table .promo-td.t-price + td {
        padding-top: 15px !important;
    }
    .table.check-table td.promo-input-td {
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .promo-w,
    .grey.promo-w {
        padding-left: 15px;
        padding-right: 15px;
    }
    .promo-td-input {
        width: 100% !important;
    }
    .promo-td-input button {
        margin-bottom: 15px;
    }
    .box-border {
        padding-left: 15px;
        padding-right: 15px;
    }
    .promo button.btn {
        width: 100%;
    }
    .promo .input-group,
    .promo .promo-input {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .check-table td.promo-td {
        padding-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .table tr.promo-td.promo-select td:first-child {
        width: 100%;
    }
    .table tr.promo-td.promo-select td.package-td {
        width: 100%;
        padding-top: 20px !important;
    }
    .table tr.promo-td.promo-select td.package-td select {
        width: 100%;
    }
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.h_title {
    font-family: "Cabin", sans-serif;
}
h1 {
    font-size: 26px;
    padding-bottom: 5px;
    font-weight: 600;
}
h1 b {
    color: #ff6d2e;
}
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    color: #111316;
    font-weight: 600;
}
p {
    color: #828282;
    line-height: 16px;
}
a {
    color: #ff6d2e;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.link {
    text-decoration: underline;
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }
    .footer .methods-info {
        max-width: 580px;
    }
}
.float-left,
.float-right {
    margin-bottom: 1em;
    max-width: 50%;
    padding: 0 !important;
}
.float-left {
    float: left;
    margin-right: 1em;
}
.float-right {
    float: right;
    margin-left: 1em;
}
.align-center {
    text-align: center;
}
.float-left img,
.float-right img {
    padding: 0 !important;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
button,
input[type="submit"] {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn {
    background: #ff6d2e;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
}
.btn:hover {
    background: #ff922e;
    color: #fff;
}
.btn.btn-big {
    min-width: 229px;
}
.btn.btn-pay {
    min-width: 180px;
}
.btn.btn-mini {
    width: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.btn.btn-product {
    width: 200px;
    max-width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn.btn-product:hover {
    background: #ff6d2e;
}
.btn.btn-sale {
    background: #56ccf2;
    width: 212px;
    max-width: 100%;
}
.btn.btn-sale:hover {
    background: #9fe3f9;
}
.btn.btn-dark {
    color: #333333;
    background: #d1ecff;
}
.btn.btn-dark:hover {
    background: #bde4ff;
}
@media screen and (min-width: 768px) {
    .overlay {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .category-nav:hover .category {
        display: block;
    }
}
.text {
    font-size: 14px;
    margin-bottom: 40px;
}
.text a {
    text-decoration: underline;
}
.text a:hover {
    text-decoration: none;
}
.text h4,
.text h5,
.text h6 {
    padding-bottom: 20px;
}
.text h2 {
    padding-bottom: 15px;
}
.text h4 {
    font-weight: 700;
}
.text p b {
    color: #828282;
}
.text p,
.text ul {
    line-height: 18px;
    margin-bottom: 20px;
    color: #828282;
}
.text h2 {
    color: #111316;
}
.text table,
.text strong,
.text figure,
.text img,
.text pre,
.text small,
.text sup,
.text sub,
.text dt,
.text dd,
.text dl {
    padding-bottom: 20px;
}
.text p + h2,
.text p + h3,
.text ul + h2,
.text ul + h3,
.text ol + h3,
.text ol + h2 {
    margin-top: 20px;
}
.text li {
    padding-bottom: 20px;
    padding-left: 22px;
    position: relative;
}
.text li:last-child {
    padding-bottom: 0;
}
.text li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 2px;
    background: #7d8cfb;
}
.flex-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.flex-img .img {
    width: 290px;
}
.flex-img .img-l {
    margin-right: 15px;
}
.flex-img .img-r {
    margin-left: 15px;
}
.table.product-table {
    margin-bottom: 30px;
}
.table.cart-table .t-left i {
    display: none;
}
.t-hide i {
    display: block;
    width: 21px;
    height: 14px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
}
.grey_header {
    font-size: 12px;
    background: rgba(209, 236, 255, 0.2);
    color: #4d4d4d;
}
.grey_header td {
    font-weight: 700 !important;
    vertical-align: middle;
}
.b_name {
    font-size: 16px;
    background: #d1ecff;
    color: #4d4d4d;
    font-weight: 700;
    padding: 20px;
    margin-top: 30px;
}
.th_name span {
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.15);
    display: block !important;
    text-transform: none;
}
.icon_mg:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 12px;
    margin-right: 10px;
    background: url("../img/dose.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 2px;
}
.v_name {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #7d8cfb;
    padding: 18px 20px 18px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.v_name .th_name span {
    top: -5px;
    right: -10px;
}
.icon_pills:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url("../img/pack.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 5px;
    margin-top: -5px;
}
.table {
    border-spacing: separate;
    width: 100%;
    color: #111316;
    border-bottom: 1px solid #f2f2f2;
}
.table thead {
    font-weight: 700;
}
.table thead.grey {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #7d8cfb;
}
.table thead.grey th:last-child {
    border-right: 1px solid #7d8cfb;
}
.table.cart-table .grey_header {
    border: 1px solid #f2f2f2;
}
.table tr:first-child td {
    border-top: none;
}
.table th {
    border-bottom: none !important;
    height: 50px;
    top: 3px;
    position: relative;
}
.table th,
.table td {
    padding: 13px 20px 10px !important;
    vertical-align: middle !important;
    vertical-align: top !important;
    text-align: center;
}
.table th:first-child,
.table td:first-child {
    text-align: left;
}
.table th:first-child,
.table th.t-rad.l,
.table td:first-child,
.table td.t-rad.l {
    border-radius: 0;
}
.table th:last-child,
.table th.t-rad-r,
.table td:last-child,
.table td.t-rad-r {
    border-radius: 0;
}
.table td {
    border-bottom: 1px solid #f2f2f2;
}
.table td {
    font-weight: 400;
}
.table thead tr:hover {
    background: none;
}
.table .t-show {
    display: none;
}
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-top: none;
}
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child,
.table > tfoot > tr > th:first-child {
    border-left: 1px solid #f2f2f2;
}
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child,
.table > tfoot > tr > th:last-child {
    border-right: 1px solid #f2f2f2;
}
.table {
    font-size: 14px;
    color: #333;
}
.table small {
    font-size: 14px;
    color: #eb5757;
}
.table small i {
    font-style: normal;
}
.table span {
    display: none;
}
.table .t-price {
    color: #ff6d2e;
    font-weight: 700;
}
.table .t-price span {
    display: inherit;
}
.table .t-price small {
    color: #111316;
    text-decoration: none;
}
.table .t-price .old {
    color: #111316;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 20px;
}
.contact-form {
    margin-top: 30px;
}
.table-confirm .table tr:hover {
    background: none;
}
.text.questions {
    margin-bottom: 0;
}
.panel-group {
    margin-top: 40px;
    margin-bottom: 50px;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.panel .panel-heading {
    padding: 0;
    background: #fff;
}
.panel .panel-heading .panel-title {
    color: #fff;
    background: #7d8cfb;
    border: 1px solid #7d8cfb;
    padding: 15px 55px 13px 20px;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
}
.panel .panel-heading .panel-title:after {
    content: "";
    display: inline-block;
    width: 49px;
    height: calc(100% + 2px);
    background: #7d8cfb url("../img/arrow_down.svg") no-repeat center center;
    position: absolute;
    top: -1px;
    right: -1px;
    background-size: 13px 8px;
}
.panel .panel-heading .panel-title.collapsed {
    background: #fff;
    color: #111316;
    border-color: #f0eef7;
}
.panel .panel-heading .panel-title.collapsed:after {
    background: #7d8cfb url("../img/arrow_down.svg") no-repeat center center;
    background-size: 13px 8px;
}
.panel .panel-body {
    padding: 22px 20px 0;
    border: 0 !important;
    background: #f8fafc;
}
.panel .panel-body p {
    font-size: 14px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
form .form-group.first-form {
    margin-bottom: 10px;
}
form .form-group label {
    color: #c6cbd2;
    text-align: left !important;
    line-height: 14px;
    position: absolute;
    font-size: 12px;
    text-transform: normal;
    top: 10px;
    left: 15px;
    z-index: 998;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
form .active_label label {
    pointer-events: none;
}
form .req span {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    right: 15px;
    margin-top: -4px;
    top: 50%;
    background: url("../img/req.svg") no-repeat;
    background-size: cover;
}
form label + .form-control {
    padding: 10px 15px 0 25px;
}
form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 63px;
    padding-left: 25px;
    font-weight: 700;
    color: #111316;
    border: 1px solid #f0eef7;
}
form .form-control:focus {
    border: 1px solid #7d8cfb;
    -webkit-box-shadow: 0 0 10 rgba(125, 140, 251, 0.5);
    box-shadow: 0 0 10 rgba(125, 140, 251, 0.5);
}
form .form-control.textarea {
    height: auto;
    padding-top: 20px;
}
form .radio label,
form .checkbox label {
    font-size: 14px;
}
form .radio label:after,
form .checkbox label:after {
    content: none;
}
form .has-success input {
    border: 1px solid #e0e0e0 !important;
}
form .has-success span {
    width: 14px;
    height: 11px;
    background: url("../img/success.svg") no-repeat;
    background-size: cover;
}
form .has-error .form-control,
form .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #ff6d2e;
}
form .has-error input,
form .error input {
    border: 1px solid #ff6d2e !important;
    color: #ff6d2e !important;
}
form .has-error span,
form .error span {
    width: 10px;
    height: 10px;
    background: url("../img/error.svg") no-repeat;
    background-size: cover;
}
.selectize {
    padding: 9px 39px 11px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #d1ecff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.selectize b {
    color: #111316;
}
.selectize p {
    color: #4f4f4f;
    font-size: 14px;
    float: left;
    padding-top: 8px;
}
.selectize a {
    float: right;
    font-size: 12px;
    padding: 10px 21px;
    background: #7d8cfb;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}
.selectize a:hover {
    background: #96a2fc;
}
.has-success .form-control,
.has-success .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 1px 0 0 0;
    display: none;
}
.checkbox label,
.radio label {
    min-height: 25px;
}
.radio {
    margin-left: 15px;
}
.radio b {
    color: #111316;
}
input[type="radio"] + label {
    width: 100%;
    padding-left: 0;
}
input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    float: LEFT;
    margin-right: 12px;
    height: 11px;
    position: relative;
    top: 3px;
    width: 10px;
    background: url("../img/check-1.svg") no-repeat;
    background-size: cover;
}
input[type="radio"]:checked + label:before {
    background: url("../img/check-2.svg") no-repeat;
    background-size: cover;
}
input[type="checkbox"] + label {
    padding-left: 25px;
    color: #333;
}
input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    float: left;
    margin-left: -25px;
    width: 14px;
    height: 14px;
    border: 1px solid #bdbdbd;
    position: relative;
    top: 2px;
}
input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"]:checked + label:before {
    background: url("../img/ch.svg") no-repeat center center;
    background-size: 11px 8px;
}
.border-box {
    background: #f8fafc;
    border-radius: 3px;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.border-box .radio {
    margin: 0;
}
.two-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}
.two-btn .btn-dark {
    float: left;
    font-size: 16px;
}
.two-btn button {
    float: right;
    font-size: 16px;
}
.discont {
    color: #ff6d2e;
}
.who-radio span {
    color: #828282;
}
.who-radio .radio {
    display: inline-block;
    margin-left: 13px;
}
.who-radio .radio label {
    color: #333;
    font-size: 14px;
}
.select {
    position: relative;
}
select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
}
select::-ms-expand {
    display: none;
}
#numb-cart {
    width: 100%;
}
.details {
    margin-bottom: 30px;
    padding: 30px 20px 30px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.details h2 {
    padding-bottom: 25px;
}
.details h4 {
    padding-bottom: 20px;
    font-weight: 700;
    color: #000;
}
.details .check-add {
    margin: 12px 0 81px;
}
.details .check-add label {
    color: #333;
}
.pay-radio b {
    font-weight: 400;
}
.pay-radio span:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 24px;
    margin-right: 11px;
    vertical-align: middle;
}
.pay1:before,
.pay2:before {
    top: 5px !important;
}
.pay1 span:before {
    background: url("../img/Visa.png") no-repeat;
    background-size: cover;
}
.pay2 span:before {
    background: url("../img/mastercard.png") no-repeat;
    background-size: cover;
}
.form-visual label {
    width: 189px;
}
.form-visual input {
    width: 189px !important;
    display: inline-block;
}
.form-visual span {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 15px;
    background: url("../img/tooltip.svg") no-repeat;
    -webkit-box-sizing: cover;
    box-sizing: cover;
}
.confirm {
    margin-bottom: 40px;
}
.confirm .checkbox {
    margin-bottom: 0;
}
.confirm .checkbox label {
    color: #333 !important;
}
.table.total tbody {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.table.total tbody td:last-child {
    text-align: right;
}
.table.total tfoot td:first-child {
    color: #898a8a;
}
.table.total tfoot td:last-child {
    font-size: 20px;
    color: #111316;
    font-weight: 700;
    text-align: right;
}
.table-confirm td:nth-child(2n + 1) {
    color: #828282;
}
.del {
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background: url("../img/grey-x.svg") no-repeat;
    margin-top: 4px;
    background-size: cover;
}
.steps {
    margin-bottom: 35px;
}
.steps b {
    color: #404040;
}
.steps .flex {
    margin: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.steps .flex .step {
    height: 5px;
    background: #e6eaee;
    width: 33.333334%;
}
.steps .flex .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.steps .flex .step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.steps .flex .step.active-step {
    background: #7d8cfb;
}
.steps .flex .step.error-step {
    background: #eb5757;
}
.prod h1 {
    padding-left: 15px;
}
.captcha p {
    float: left;
    margin-right: 30px;
    font-size: 12px;
    width: 149px;
    padding-top: 15px;
}
.captcha .form-group {
    width: 175px;
    float: left;
    margin-right: 30px;
}
.captcha img {
    float: left;
    width: 130px;
}
.form-date {
    position: relative;
}
.form-date .form-month,
.form-date .form-year {
    position: relative;
    display: inline-block;
}
.form-date .form-month {
    margin-right: 5px;
}
.form-date .form-month:last-child {
    margin-right: 0;
}
.form-date .form-month select {
    width: 150px;
}
.form-date .form-year select {
    width: 214px;
}
.form-date.birth-date .form-month {
    width: calc(33% - 7px);
}
.form-date.birth-date .form-month select {
    width: 100%;
}
.form-date.birth-date .form-month.form-year2 {
    width: 33%;
    margin-right: 0;
}
.labels {
    font-size: 14px;
    color: #333;
    margin-bottom: 7px;
}
select {
    -webkit-appearance: none !important;
    background-image: url("../img/select.svg") !important;
    background-repeat: no-repeat;
    background-size: 11px 6px !important;
    background-position: right 30px center;
}
.product-table .th_name span {
    text-transform: uppercase;
}
.ok {
    width: 21px;
    height: 14px;
    background: url("../img/ok.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 3px;
}
.number {
    min-width: 95px;
    margin-top: -10px;
}
.number input {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    width: 35px;
    text-align: center;
    background: none;
    border: none;
    font-weight: 600;
    position: relative;
    top: 0;
}
.number input:focus {
    outline: none;
}
.number span {
    position: relative;
    top: 8px;
    display: inline-block !important;
    color: #6a6b6d;
    font-size: 18px;
    width: 25px;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.number span.minus {
    background: url("../img/minus_input.svg") no-repeat;
    background-size: cover;
}
.number span.plus {
    background: url("../img/plus_input.svg") no-repeat;
    background-size: cover;
}
.number input::-webkit-outer-spin-button,
.number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.check-table {
    color: #4f4f4f;
}
.check-form .details h4 {
    padding: 20px 0 25px;
}
.check-form .details .radio {
    margin-left: 24px;
}
.check-form .details.confirm {
    padding: 0 15px 15px 0;
}
.check-form .details.confirm h2 {
    margin-bottom: 0;
}
.check-form .details.confirm .checkbox {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 10px;
}
.check-form .details.confirm .checkbox label {
    line-height: 20px;
    font-size: 16px;
    color: #828282;
}
.table-info.table-confirm.t-confirm td:last-child {
    padding-bottom: 15px !important;
}
.table-info.table-confirm.t-confirm thead th {
    width: 100%;
}
.table-info .price {
    color: #eb5757;
}
.table-info.table-confirm.t-confirm {
    margin-bottom: 40px;
}
.table-info.table-confirm.t-confirm a {
    font-weight: normal;
    text-decoration: underline;
    color: #7d8cfb;
}
.table-info.table-confirm.t-confirm h2 {
    margin-bottom: 30px;
}
.table-info.table-confirm.t-confirm tr:first-child td {
    border-top: 1px solid #e0e0e0;
}
.table-info.table-confirm.t-confirm tr td:first-child {
    color: #828282;
}
.table-info.table-confirm.t-confirm tr td:last-child {
    text-align: left;
    color: #333;
}
.table-info.table-confirm.t-confirm tr td.price {
    color: #ff6d2e !important;
}
.facture-forms {
    display: none;
}
.nav-tabs {
    border-bottom: 1px solid #f0eef7;
}
.nav-tabs > li > a:hover {
    background: none;
    border: 1px solid #fff;
}
.nav-tabs > li:first-child {
    margin-left: 15px;
}
.zip {
    width: 210px !important;
}
.error {
    padding-left: 20px;
}
form label.no-req:after {
    content: none;
}
.tab-group .tab-title {
    padding: 0;
    font-weight: 600;
    color: #111316;
    font-size: 14px;
}
.f-tooltip {
    width: 21px !important;
    height: 21px !important;
    display: inline-block;
    position: absolute;
    right: -30px !important;
    top: 25px !important;
    background: url(../img/tooltip.svg) no-repeat !important;
    background-size: cover !important;
}
.tooltip {
    width: 200px;
}
.tooltip .tooltip-arrow {
    border-right-color: #7d8cfb !important;
}
.tooltip .tooltip-inner {
    background: #7d8cfb;
    color: #fff;
}
.tab-pane .input-tab {
    position: relative;
}
.tab-pane .input-tab.input-num {
    width: 150px;
}
.tab-pane p {
    padding-left: 15px;
    font-size: 14px;
    padding-top: 10px;
    color: #333;
}
.label-num {
    width: 150px;
}
.tab-content .input-group.req:after {
    top: 13px;
}
.pays-tab {
    margin-top: 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 1px solid #f0eef7;
    border-bottom: 2px solid #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.nav-tabs > li {
    margin-bottom: -4px;
}
.nav-tabs > li a {
    height: 54px;
    margin-bottom: 3px;
}
.nav-tabs > li a:hover {
    border-bottom: 1px solid #f0eef7;
}
.tab-pane {
    padding: 30px 0 0;
    line-height: 18px;
    margin-right: -15px;
    margin-left: -15px;
}
.table .t-pad {
    max-width: 360px;
}
.t-pills {
    display: none;
}
.table .t-price span {
    min-width: 80px;
    display: inline-block;
}
.t-big-hide.t-price {
    opacity: 0;
}
.rating {
    position: relative;
    top: 8px;
    margin-bottom: 20px;
}
.rating ul {
    margin-left: 0 !important;
}
.rating ul,
.rating span {
    margin-bottom: 0;
    display: inline-block;
}
.rating li {
    width: 16px;
    height: 15px;
    background: url("../img/star.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 0;
}
.rating li:before {
    content: none;
}
.rating li.r-full {
    background-position: 0 0;
}
.rating li.r-half {
    background-position: -18px 0;
}
.rating li.r-empty {
    background-position: -36px 0;
}
.rating li.r-half2 {
    background-position: -55px 0;
}
.rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px;
    color: #9aa4b0;
}
.form-month select,
.form-year select {
    background-position: right 12px center;
}
.footer-bottom .col-md-8.col-sm-8 br {
    display: none;
}
.footer-bottom .col-md-8.col-sm-8 {
    line-height: 16px;
}
.one-btn {
    margin-bottom: 50px;
}
.table-info.table-confirm.t-confirm td:last-child {
    width: 60%;
}
.table-info.table-confirm.t-confirm td:first-child {
    width: 40%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .pay1 span:before {
        background: url("../img/Visa@2x.png") no-repeat top center;
        background-size: 38px 24px;
    }
    .pay2 span:before {
        background: url("../img/mastercard@2x.png") no-repeat top center;
        background-size: 38px 24px;
    }
}
.methods-info img {
    border-radius: 3px;
}
@media screen and (max-width: 1200px) {
    .catalog_nav #catalog > li.catalog-name-pill > a {
        padding-right: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .h_main {
        background-size: cover;
    }
}
@media only screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1200px) and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2),
    only screen and (max-width: 1200px) and (min-device-pixel-ratio: 1.5) {
    .h_main {
        background-size: cover;
    }
}
@media screen and (max-width: 1200px) {
    .phone {
        margin-left: 60px;
    }
    .h_title {
        margin-left: 0;
        left: 0;
    }
    .details .check-add {
        margin-bottom: 78px;
    }
    .table .t-price {
        min-width: 106px;
    }
    .form-date .form-month {
        width: calc(33% - 5px);
    }
    .form-date .form-month:last-child {
        margin-right: 0;
    }
    .form-date .form-month select {
        width: 100%;
    }
    .product.p-sale img {
        margin-left: -105px;
    }
    .btn.btn-sale {
        width: 180px;
    }
    .form-date .form-year select {
        width: 206px;
    }
}
@media screen and (max-width: 1035px) and (min-width: 992px) {
    .white {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .steps {
        padding-left: 0;
        padding-right: 0;
    }
    .steps ul {
        margin-left: 15px;
        margin-right: 15px;
    }
    .table > thead > tr > th {
        vertical-align: middle;
    }
    .product .product-info ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .zip {
        width: 100% !important;
    }
    .one-btn {
        margin-bottom: 40px;
    }
    .footer-bottom .privacy a {
        margin-right: 30px;
    }
    .footer-bottom .privacy a:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .product_info img {
        max-width: 259px;
        display: block;
    }
    .form-date.birth-date .form-month {
        width: calc(32% - 7px);
    }
    .form-date.birth-date .form-month select {
        padding-left: 15px;
    }
    .details .check-add {
        margin-bottom: 112px;
    }
    .table.product-table .btn-table {
        margin-top: -5px;
    }
    .table.product-table .t-price.t-right {
        text-align: right;
    }
    .table.product-table .icon_mg {
        text-align: right;
    }
    .table.product-table td:last-child {
        width: 100%;
        text-align: right;
    }
    .phone {
        margin-left: 29px;
    }
    .phone div:last-child {
        margin-right: 0;
    }
    .logo_s {
        font-size: 28px;
    }
    .h_main {
        height: 520px;
    }
    .h_main .h_title {
        margin-top: 40px;
        width: 520px;
    }
    .h_main .h_title .bp {
        float: none;
    }
    .h_main .h_title span {
        text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    }
    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-date .form-year select {
        width: 150px;
    }
    .form-date.birth-date .form-month select {
        width: 100%;
    }
    .phones {
        margin-left: 58px;
    }
    .check-form .details .radio {
        margin-left: 10px;
    }
    .w-main {
        -ms-background-position-x: 75%;
        background-position-x: 75%;
    }
    .footer-col-1 .col {
        padding-right: 15px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .header .flex {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .category ul,
    .category .category-info,
    .c-other.category ul,
    .c-other.category .category-info {
        width: 100%;
        padding-left: 0;
    }
    .product-page .col-md-4 {
        clear: both;
    }
    .product-page .col-md-4 img {
        display: none;
    }
    .table th,
    .table td {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .table .t-price .old {
        padding-right: 0;
    }
    .contact .white:after {
        display: none;
    }
    .contact .white .col-md-6.col-sm-6 {
        width: 100%;
    }
    .table td.icon_pills {
        text-align: left;
    }
    table.total {
        margin-bottom: 20px;
    }
    table.total tfoot {
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
    }
    .methods {
        display: none;
    }
    .catalog_nav #catalog > li.catalog-name.active > a {
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .catalog_nav #catalog > li.catalog-name.active > a:before {
        display: none;
    }
    .table .t-price .old {
        float: left;
    }
    .table thead tr {
        border-bottom: none !important;
    }
    .t-confirm thead th:first-child,
    tbody tr td {
        text-align: left;
        padding-left: 15px !important;
    }
    .check-table .t-right {
        text-align: right;
    }
    .check-table .ok {
        margin-right: 15px;
    }
    .check-table .t-big-hide.t-price {
        opacity: 1;
        color: #111316;
    }
    .t-small-right.t-right i {
        display: none;
    }
    .cart-table thead th:last-child {
        display: none;
    }
    .cart-table td:nth-child(2n) {
        text-align: right;
    }
    .cart-table td:last-child a {
        float: right;
    }
    .product-table td:nth-child(2n) {
        text-align: left;
    }
    .product-table td:last-child a {
        float: right;
    }
    .product-table thead th:last-child {
        width: 100%;
        text-align: left;
    }
    .product-table thead th:last-child .th_name span {
        display: none !important;
    }
    .details-table thead {
        display: none;
    }
    .th_name {
        text-align: left;
    }
    .th_name span {
        display: none !important;
    }
    .table .t-small-right.t-left {
        text-align: left;
    }
    .table tbody {
        border-left: 1px solid #f2f2f2 !important;
        border-right: 1px solid #f2f2f2 !important;
        border-bottom: none !important;
    }
    .table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-bottom: 1px solid #f2f2f2;
    }
    .table td,
    .table th {
        display: block;
        width: 50%;
        white-space: normal !important;
        border: none !important;
    }
    .table th:last-child {
        display: block;
        text-align: right;
    }
    .table .t-hide {
        display: none;
    }
    .table .t-show {
        display: block;
    }
    .table .add {
        float: right;
    }
    .table .t-hide + td {
        text-align: right;
    }
    .table td {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }
    .table td:first-child,
    .table td:first-child + .t-hide + td,
    .table td:first-child + td {
        padding-bottom: 12px !important;
    }
    .table tr:first-child td {
        border-top: none;
    }
    .cart-table td:last-child {
        text-align: right;
        width: 100%;
    }
    .cart-table tbody,
    .product-page tbody {
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
    }
    .cart-table tbody td,
    .product-page tbody td {
        border-bottom: none;
    }
}
@media screen and (max-width: 880px) {
    .wrap {
        overflow: hidden;
    }
    .icon_pills:before {
        margin-top: -5px;
    }
    .catalog .col-sm-4.col-md-3 {
        width: 50%;
        float: left;
    }
    .features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .features .col {
        width: 50%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .features .col br {
        display: block;
    }
    .cart-shop span,
    .cart-shop .cart-shop-price {
        display: none;
    }
    .cart-shop:after {
        right: 0;
        top: 11px;
    }
    .cart-shop .c-s-wrap {
        right: -15px;
    }
    .cart-shop .cart-shop-wrap:before {
        right: 33px;
    }
    .product-page .cart-table i {
        display: none;
    }
    .btn-table {
        max-width: 80px;
    }
}
@media screen and (min-width: 768px) {
    #nav {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .flex-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-img .img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .flex-img .img.img-l,
    .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .flex-img div {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99996;
        display: none;
    }
    .nav-tgl {
        display: block;
        width: 4px;
        height: 24px;
        background: url("../img/menu_icon.svg") no-repeat;
        background-size: cover;
        position: absolute;
        top: 31px;
        right: 15px;
    }
    .nav-tgl.active {
        margin-top: 9px;
        width: 58px;
        height: 77px;
        left: 0;
        top: -9px;
        background: #7d8cfb url("../img/close_icon.svg") no-repeat center center;
        background-size: 26px 26px;
        z-index: 999999;
    }
    nav {
        display: none;
        background: #fff;
        position: absolute;
        right: 0;
        width: calc(100% - 58px);
        top: 0;
        z-index: 99997;
        min-height: 100vh;
    }
    nav ul {
        display: block;
        text-align: center;
        clear: both;
        width: 100%;
        border-top: 1px solid rgba(206, 214, 222, 0.5);
        margin-top: 18px;
    }
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
        border-bottom: 1px solid rgba(206, 214, 222, 0.5);
        padding-left: 0;
        padding-right: 0;
    }
    nav ul li a {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        width: 100%;
        font-weight: 400;
    }
    nav ul li a.active,
    nav ul li a:hover {
        color: #3f4999;
        font-weight: 600;
    }
    .cart-shop {
        float: none;
        width: 135px;
        padding: 30px 0 18px;
        text-align: center;
        margin: 0 auto;
    }
    .cart-shop:before {
        float: left;
        margin-right: 11px;
        position: relative;
        top: 4px;
        left: 0;
    }
    .cart-shop span {
        float: left;
    }
    .cart-shop:after {
        float: right;
        position: relative;
        top: 12px;
        right: 0;
    }
    .cart-shop .c-s-wrap {
        left: 50%;
        margin-left: -145px;
        top: 79px;
    }
    .cart-shop .c-s-wrap:before {
        display: none;
    }
    .cart-shop span,
    .cart-shop .cart-shop-price {
        display: block;
    }
    .phone {
        display: none;
    }
    .form-group {
        width: 100%;
    }
    .catalog .col-sm-6 {
        width: 50%;
        float: left;
    }
    .details input[type="radio"] + label:before {
        margin-bottom: 12px;
    }
    .selectize {
        margin: 20px 0;
    }
    .details .check-add {
        margin: 0 0 15px;
    }
    .form-date .form-month {
        width: calc(40% - 3px);
    }
    .form-date .form-year {
        width: calc(60% - 6px);
    }
    .form-date .form-year select {
        width: 100%;
    }
    .zip {
        width: 100% !important;
    }
    .footer .f-top .flex .footer-col-1 {
        margin-right: 50px;
    }
    .f_nav {
        margin-top: 40px;
    }
    .privacy {
        margin-top: 25px;
    }
    .footer .up {
        display: none;
    }
}
@media screen and (min-width: 651px) {
    #catalog {
        display: block !important;
    }
    .c_name {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .catalog_nav #catalog > li.catalog-name-pill > a:before {
        display: block !important;
        z-index: 1;
    }
    .table-info.table-confirm.t-confirm td {
        width: 100% !important;
    }
    .captcha img,
    .captcha p {
        margin-bottom: 15px;
    }
    .h_main .h_title {
        font-size: 48px;
        line-height: 54px;
        width: 100%;
        max-width: 345px;
    }
    .h_main .h_title span {
        font-size: 42px;
        position: relative;
        top: 40px;
    }
    .catalog-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .catalog_nav #catalog li a:hover:after {
        display: block;
    }
    .col-xs-9.col-sm-9,
    .col-xs-3.col-sm-3 {
        width: 100%;
        float: none;
    }
    .h_bottom {
        margin-bottom: 0;
    }
    .product {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .c_name span {
        display: none;
    }
    .catalog_nav {
        margin-bottom: 30px;
    }
    #catalog {
        display: none;
    }
    .catalog_nav .c_name .catalog-toogle {
        display: block;
        color: #fff;
        font-weight: 700;
    }
    .total tfoot tr td:first-child {
        padding-left: 15px;
    }
    .total tfoot tr td:last-child {
        padding-right: 15px;
    }
    .table-info.table-confirm.t-confirm tr td {
        padding-left: 15px !important;
    }
    .table-info.table-confirm.t-confirm table {
        border: 1px solid #e0e0e0;
    }
    .product-page .tab-pane .tab-title {
        display: block;
        margin-bottom: 30px;
    }
    .details .details-form {
        padding-left: 0;
        padding-right: 0;
    }
    .catalog .col-sm-6 {
        float: none;
        width: 100%;
    }
    .t-small-left {
        position: relative;
    }
    .t-small-left small {
        top: -12px;
    }
    .t-pills span {
        display: inline-block;
    }
    .product-page .t-small-right {
        right: 27px;
    }
    .table thead {
        display: block;
    }
    .table thead tr:last-child {
        border-bottom: none;
    }
    .table .t-price .old {
        float: left;
    }
    .table th h2 {
        padding-left: 0;
    }
    .table th,
    .table td {
        padding-left: 15px !important;
    }
    .panel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .details.confirm.grey {
        margin-bottom: 40px;
    }
    .selectize p,
    .border-box .radio p {
        line-height: 18px;
    }
    .selectize {
        padding-left: 15px;
    }
    .border-box .radio {
        margin-left: 0;
    }
    .border-box .radio p {
        margin-left: 22px;
    }
    .check-form .details h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-tabs > li:first-child {
        margin-left: 0;
    }
    .captcha {
        margin-top: 24px;
    }
    .panel .panel-heading .panel-title {
        padding-right: 45px;
    }
    .panel .panel-heading .panel-title:after {
        width: 30px;
    }
    .two-btn .btn,
    .two-btn .btn:hover,
    .two-btn .btn:focus,
    .two-btn .btn:active {
        padding: 11px 8px 11px;
        min-width: 140px;
    }
    .table-confirm .table tr:last-child {
        padding-bottom: 20px;
    }
    .table-confirm .table td {
        width: 100%;
    }
    .table-confirm .table td:first-child {
        padding: 20px 17px 4px 17px !important;
    }
    .table-confirm .table td:first-child + td {
        padding: 4px 17px 0 17px !important;
    }
    .details-table td:nth-child(even) {
        text-align: right;
        width: 45%;
    }
    .details-table td:first-child {
        width: 55%;
    }
    .table-info.table-confirm.t-confirm thead tr:last-child {
        padding-bottom: 0;
    }
    form .captcha .form-group label {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    form .captcha .form-group .captcha-inp {
        width: 160px;
        margin-right: 0;
        padding-right: 0;
    }
    .selectize {
        padding-right: 15px;
    }
    .nav-tabs > li {
        margin-right: 0;
    }
    .btn.btn-product {
        width: 266px;
    }
}
@media screen and (max-width: 546px) {
    .product-page .col-md-4 img {
        display: block;
        margin-bottom: 30px;
    }
    .product-page .col-md-8 .text {
        margin-bottom: 10px;
    }
    .select-area {
        float: none;
        margin: 20px 0;
        width: 100%;
    }
    .select-area:after {
        top: 0;
    }
    .select-area select {
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 510px) {
    .catalog .col-sm-4.col-md-3 {
        width: 100%;
        float: none;
    }
    .two-btn .btn {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        padding: 9px 5px;
        height: 44px;
    }
    .two-btn .btn {
        float: none;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .selectize span {
        display: block;
        margin-top: 3px;
    }
    .selectize a {
        margin-top: 9px;
    }
    .radio + .radio {
        margin-top: 15px;
    }
    .product.p-sale .sale {
        left: 30%;
    }
}
@media screen and (max-width: 480px) {
    .logo_s {
        font-size: 22px;
    }
    .footer-bottom .col-md-8.col-sm-8 br {
        display: block;
    }
    .product-page .cart-table .t-left {
        width: 60%;
    }
    .product-page .cart-table .t-right {
        width: 40%;
    }
    .panel-group {
        margin-left: 0;
        margin-right: 0;
    }
    .pay-radio .radio + .radio {
        margin-left: 140px;
        margin-top: 0;
    }
    input[type="radio"] + label:before {
        top: 1px;
    }
    .table .t-price .old {
        padding-right: 12px;
    }
    .product-page .pills {
        left: -15px;
    }
    .bg-product-2 .pills {
        top: -15px;
    }
}
@media screen and (max-width: 374px) {
    .h_main .h_title span {
        top: 20px;
    }
    .h_title .bp {
        width: 62px;
        height: 62px;
        padding: 15px 0;
    }
    .logo_s:before {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .product-page .t-small-right small {
        right: 5px;
    }
    .product-page .cart-table .t-right {
        padding-right: 7px !important;
    }
    .table .t-price span {
        min-width: 50px;
    }
    .table td {
        font-size: 14px;
    }
    .table .t-price .old {
        padding-right: 10px;
    }
    form .captcha .form-group .captcha-inp {
        width: 150px;
    }
    form .captcha .form-group .captcha-img {
        display: block;
        float: left;
        top: 4px;
    }
    form .captcha .form-group .captcha-img img {
        width: 100%;
    }
    .details .check-add br {
        display: none;
    }
    .total .price {
        margin-right: 0;
    }
    .input-group.form-day-2 {
        width: 90px !important;
    }
    .input-group.form-day-2 .form-control {
        padding-left: 6px;
    }
    .table td,
    .table th {
        padding-left: 15px !important;
    }
    .check-form .details .radio {
        margin-left: 15px;
    }
    body {
        min-width: 320px;
    }
    .who-radio .radio {
        margin-left: 5px;
    }
    .who-radio .radio input[type="radio"] + label:before {
        margin-right: 5px;
    }
    .pay-radio b {
        display: block;
    }
    .pay-radio .radio + .radio {
        margin-left: 0;
    }
    .two-btn .btn:first-child {
        float: none;
    }
    .nav-tabs > li > a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .table.total thead.grey th {
        width: 100%;
    }
}
@media screen and (max-width: 321px) {
    .product.p-sale .sale {
        left: 35px;
    }
}
