@import url("reset.css");

html, body {
    width: 100%;
    height: 100%;
    color: #36404b;
    font-size: 12px;
    font-weight: 400;
    font-family: Tahoma, Arial, sans-serif;
}

address {
    font-style: normal;
    display: inline;
}

a:hover {
    color: #c01d1d;
    text-decoration: none;
}

.mobile {
    display: none;
}

.button {
    width: 155px;
    height: 46px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgb(137, 148, 160);
    border: 1px solid rgb(137, 148, 160);
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s linear;
    border-radius: 6px;
}

.button_alt {
    border: 1px solid rgb(137, 148, 160);
    background-color: transparent;
    color: rgb(137, 148, 160);
}

.benefits {
    width: 1200px;
    margin: 0 auto;
    height: 69px;
    padding-top: 17px;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(45, 66, 80, 0.7);
    line-height: 12px;
    background: #e2e4e6;
    font-family: Tahoma, Arial, sans-serif;
}

.benefits__item {
    position: relative;
    padding-left: 29px;
    float: left;
    color: rgba(45, 66, 80, 0.7);
    text-decoration: none;
}

.benefits__icon {
    color: #9fa5ac;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.header {
    width: 100%;
    position: relative;
}

.logo {
    float: left;
    padding-top: 4px;
    height: 112px;
}

.present {
    float: left;
    margin-top: 24px;
    margin-left: 60px;
    width: 327px;
    border-width: 1px;
    border-color: rgb(185, 193, 201);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(42, 54, 67, 0.52);
    height: 64px;
    position: relative;
}

.present__image {
    float: left;
    margin-top: 6px;
    margin-left: 20px;
}

.present__body {
    margin-left: 20px;
    float: left;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 700;
    padding-top: 14px;
    position: relative;
}

.present__title {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 100px;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.present__prices-item {
    font-size: 15px;
    display: inline;
    font-weight: 700;
    color: #af0b0b;
}

.present__prices-item_old {
    color: #000000;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
}

.present__right {
    float: right;
    font-family: Tahoma, Arial, sans-serif;
}

.present__label {
    width: 88px;
    height: 19px;
    line-height: 19px;
    padding-left: 9px;
    background: #8994a0;
    color: #ffffff;
    position: absolute;
    font-size: 9px;
    top: 0;
    right: 0;
    text-transform: uppercase;
}

.present__label:before {
    content: '';
    border: 9px solid transparent;
    border-top: 11px solid #8994a0;
    border-right: 6px solid #8994a0;
    position: absolute;
    left: -14px;
    top: 0px;
}

.present__persent {
    background-image: url(../images/persent.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: -7px;
    right: -15px;
    color: #ffffff;
    font-size: 10px;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    transform: rotate(-26deg);
}

.present__timer {
    padding-top: 26px;
    text-align: right;
    padding-right: 24px;
}

.timer {
    font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;
    color: #000000;
}

.timer__item {
    line-height: 15px;
}

.timer__text {
    color: #000000;
    font-size: 11px;
}

.present__icon {
    color: #a50101;
    position: absolute;
    right: -39px;
    top: 23px;
    font-size: 24px;
}

.phone {
    float: left;
    width: 203px;
    height: 112px;
    margin-left: 40px;
    position: relative;
    padding-top: 27px;
    padding-left: 30px;
    font-family: Tahoma, Arial, sans-serif;
}

.phone__icon {
    color: #7e8791;
    font-size: 22px;
    position: absolute;
    top: 26px;
    left: 0;
}

.phone__item {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #000000;
    line-height: 17px;
}

.phone__item_big {
    font-weight: 700;
    margin-bottom: 8px;
}

.phone__item-city {
    width: 46px;
    display: inline-block;
    font-weight: 300;
}

.header__bottom {
    height: 61px;
    background: #8994a0;
    /*line-height: 61px;*/
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.header__top {
    height: 112px;
    background: #fff;
    padding: 0 35px 0 52px;
}

.nav__item {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 27px;
    position: relative;
    height: 61px;
    border-bottom: 3px solid transparent;
}

.nav__item_active {
    border-bottom: 3px solid #c01d1d;
    color: #fff;
}

.cart {
    float: right;
    margin-top: 27px;
    position: relative;
    font-family: Tahoma, Arial, sans-serif;
    width: 167px;
    margin-right: 10px;
}

.cart__icon-cart {
    font-size: 21px;
    position: absolute;
    top: 0px;
    left: -30px;
    color: #7e8791;
}

.cart__title {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3px;
}

.cart__arrows {
    color: #a50101;
    font-size: 17px;
    position: absolute;
    top: 2px;
    margin-left: 10px;
}

.cart__row {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

.cart__row-value {
    font-weight: 700;
}

.nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-left: 30px;
}

.nav__item_question {
    background: #606c78;
    padding-right: 66px;
}

.nav__item-question {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    background: #a0a7ae;
    position: absolute;
    top: 21px;
    right: 29px;
}

.nav__item-question:before {
    content: '';
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 7px;
}

.nav__item-question:after {
    content: '';
    height: 3px;
    width: 10px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 4px;
}

.slider {
    width: 100%;
    height: 171px;
    overflow: hidden;
    position: relative;
}

.slider__nav {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
    width: 13px;
    height: 27px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 27px;
    cursor: pointer;
}

.slider__nav_next {
    right: 21px;
    transform: rotate(180deg);
}

.slider__nav_prev {
    left: 15px;
}

.slider__nav:hover {
    color: rgb(255, 255, 255);
}

.main__left {
    width: 226px;
    float: left;
    /* padding-left: 23px; */
    margin-top: 39px;
}

.main__right {
    width: 923px;
    float: right;
    margin-right: 35px;
    margin-top: 33px;
}

.content__body,
.prod__body {
    padding: 30px 0 15px;
    color: #333;
    position: relative;
    margin-bottom: 50px;
    font-size: 15px;
}

.content__body_right-image {
    /*Disable By --- Tosik --- Из-за корзинки "плывет" все
     padding-right: 268px;min-height:280px; */
}

.content__body-bordered {
    border-top: 1px solid #d5dadf;
    border-bottom: 1px solid #d5dadf;
}

.content__right-woman {
    /*Disable By --- Tosik --- Из-за корзинки "плывет" все
     position: absolute;
     right: 0px;
     bottom: 0px;
     max-height: initial;
     max-width: initial;*/
    max-width: 1px;
}

.catalog__menu-item {
    padding-left: 50px;
    position: relative;
    margin-bottom: 19px;
    font-family: Tahoma, Arial, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 3px solid transparent;
}

.catalog__menu-title {
    color: #272b3c;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px;
}

.catalog__menu {
    margin-bottom: 50px;
}

.slogan {
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    background: #8994a0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    text-transform: uppercase;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    background: #e2e4e6;
    padding-top: 31px;
    padding-bottom: 76px;
}

.footer__column {
    float: left;
}

.footer__column_1 {
    margin-left: 26px;
}

.logo_mini {
    height: auto;
    margin-bottom: 8px;
    width: 100%;
    float: none;
}

.footer__info {
    color: rgba(45, 66, 80, 0.7);
    font-size: 12px;
    line-height: 15px;
}

.footer__line-item {
    color: rgba(45, 66, 80, 0.7);
    text-decoration: none;
}

.footer__line-item-flex {
    display: flex;
    align-items: center;
}

.footer__line-item-flex img {
    margin-right: 1rem;
}

.footer__title {
    font-size: 14px;
    color: #2d4250;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer__line {
    width: 100%;
    margin-bottom: 8px;
}

.footer__column_3 {
    margin-left: 100px;
}

.footer__column_4 {
    margin-left: 70px;
}

.footer__column_5 {
    margin-left: 75px;
}

.footer__column_2 {
    float: right;
    margin-right: 24px;
}

.phone__item_footer {
    font-size: 27px;
    color: #2d4250;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 6px;
}

.phone_footer {
    width: auto;
    margin: 0;
    padding-top: 0;
}

.phone_footer .phone__icon {
    top: 11px;
    font-size: 22px;
    left: 6px;
}

.footer__socials {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer__socials-text {
    color: rgba(45, 66, 80, 0.7);
    font-size: 14px;
}

.socials {
    display: flex;
    flex-flow: row nowrap;
}

.socials__item {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    line-height: 43px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.socials__item_vk {
    background: #5a7da4;
}

.socials__item_gplus {
    background: #d14334;
}

.socials__item-icon {
    font-size: 14px;
    display: inline-block;
}

.tovar {
    width: 100%;
    position: relative;
}

.tovar__item {
    width: 224px;
    height: 363px;
    float: left;
    margin-right: 9px;
    text-align: center;
    border-width: 1px;
    border-color: rgb(213, 218, 223);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    position: relative;
    text-decoration: none;
    margin-bottom: 46px;
}

.tovar__item_nth-child4:nth-child(4n) {
    margin-right: 0;
}

.tovar__header {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.tovar__available {
    color: #009213;
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.tovar__available-icon {
    font-size: 15px;
    position: absolute;
    left: -17px;
    top: 2px;
}

.tovar__rating {
    color: #c01d1d;
    font-size: 13px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.tovar__image {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    height: 127px;
}

.tovar__image > div {
    height: 100%;
}

.tovar__title {
    font-size: 17px;
    color: #363d46;
    padding: 0 20px;
    margin-bottom: 8px;
}

.tovar__stoyak {
    font-size: 8px;
    color: #56616d;
    border: 1px solid #c4c9cf;
    text-transform: uppercase;
    border-radius: 24px;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 12px;
}

.tovar__description {
    font-size: 11px;
    color: #000000;
    line-height: 12px;
    margin-bottom: 12px;
}

.tovar__description * {
    margin-bottom: 0;
}

.tovar__table {
    width: 100%;
}

.tovar__price {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}

.tovar__button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 6px 6px;
}

.tovar__button-icon {
    font-size: 20px;
    transform: translateY(5px);
    display: inline-block;
}

.mini-product__variants .tovar__button-icon {
    margin-left: -50px;
}

.coomfull_star, .coomempty_star {
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0px;
}

.coomfull_star {
    background-image: url(../images/star.svg);
}

.coomempty_star {
    background-image: url(../images/star2.svg);
}

.content__body_left-image {
    padding-left: 238px;
}

.content__left-woman {
    position: absolute;
    left: -39px;
    top: 13px;
}

.benefits__item_2 {
    margin-left: 59px;
}

.benefits__item_3 {
    margin-left: 58px;
    padding-left: 31px;
}

.benefits__item_4 {
    margin-left: 59px;
}

.benefits__item_5 {
    margin-left: 59px;
    padding-left: 30px;
}

.benefits__item_6 {
    margin-left: 36px;
    padding-left: 38px;
}

.benefits__item_7 {
    margin-left: 50px;
    padding-left: 25px;
}

.benefits__item_8 {
    float: right;
    padding-left: 25px;
}

.benefits__item_9 {
    margin-left: 56px;
}

.benefits__item_5 .benefits__icon {
    font-size: 22px;
}

.benefits__item:hover, .benefits__item:hover .icon {
    color: #c01d1d;
}

.present:hover {
    box-shadow: 0px 0px 16px 0px rgba(46, 0, 0, 0.52);
}

.present:hover .present__label {
    background: #980404;
}

.present:hover .present__label:before {
    border-top: 11px solid #980404;
    border-right: 6px solid #980404;
}

.cart__informer:hover {
}

.cart__informer {
    text-decoration: none;
}

a.cart__informer:hover .cart__icon-cart {
    color: #980404;
}

.nav__item:hover {
    background: #a3acb6;
    color: #fff;
}

.nav__item_question:hover {
    background: #980404;
    border-bottom: 3px solid transparent;
}

.nav__item_question:hover .nav__item-question {
    background: #c16868;
}

.tovar__item:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.41);
}

.tovar__item:hover .button, .button:hover, .button_green {
    background: #3e8d73;
    border: 1px solid #3e8d73;
    color: #fff;
}

.socials__item:hover {
    color: #fff;
    opacity: 0.5;
}

.path {
    width: 100%;
    position: relative;
    color: #000;
    font-size: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5dadf;
}

.path__margin-bottom {
    margin-bottom: 33px;
}

.path__item {
    color: rgba(54, 64, 75, 0.5);
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
}

.path__item ~ .path__item {
    margin-left: 10px;
}

.catalog__nav {
    border-bottom: 1px solid #d5dadf;
    overflow: hidden;
    margin-bottom: 34px;
}

.catalog__nav-item {
    font-size: 13px;
    color: #272b3c;
    text-decoration: none;
    height: 56px;
    text-transform: uppercase;
    line-height: 56px;
    border-bottom: 3px solid transparent;
    padding: 0 7px;
    position: relative;
    display: block;
    float: left;
}

.catalog__nav-item_active:after {
    height: 3px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0px;
    background: #c01d1d;
}

.catalog__nav-item + .catalog__nav-item {
    margin-left: 12px;
}

.catalog__nav-item:hover {
    color: #8994a0;
    border-bottom: 3px solid #8994a0;
}

.catalog__nav-item:nth-child(1):hover {
    color: #c01d1d;
    border-bottom: 3px solid #c01d1d;
}

.seeme {
    text-decoration: none;
    display: block;
    border-width: 1px;
    position: relative;
    border-color: rgb(235, 83, 83);
    border-style: dotted;
    border-radius: 19px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 23.49px 3.51px rgba(96, 108, 120, 0.36);
    height: 169px;
    margin-bottom: 63px;
    padding-left: 260px;
    padding-right: 50px;
}

.seeme__title {
    color: #eb5353;
    font-size: 23px;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
}

.seeme__body {
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
}

.seeme__more {
    color: #eb5353;
    text-decoration: underline;
    font-size: 12px;
}

.seeme__img {
    position: absolute;
    bottom: 0px;
    max-height: initial;
    max-width: initial;
    left: 30px;
}

.contacts {
    width: 100%;
    padding-top: 47px;
    overflow: hidden;
    margin-bottom: 70px;
}

.contacts__item {
    width: 430px;
    margin-right: 56px;
    float: left;
    position: relative;
}

.contacts__item + .contacts__item {
    margin-right: 0;
}

.contacts__image {
    margin-right: 33px;
    float: left;
}

.contacts__body {
}

.contacts__title {
    color: #36404b;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.contacts__adress {
    font-size: 13px;
    color: #36404b;
    line-height: 15px;
    margin-bottom: 15px;
}

.contacts__phone {
    color: #36404b;
    font-size: 13px;
    font-weight: 700;
}

.feedback_form {
    border: 1px solid #d0d4d9;
    padding-top: 33px;
    padding-left: 31px;
    padding-bottom: 42px;
    padding-right: 350px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 94px;
}

.form__zag {
    display: block;
    color: #28394c;
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
    width: 137px;
    float: left;
    padding-right: 20px;
    padding-top: 8px;
}

.form__img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.form__input {
    width: 400px;
    float: left;
}

.form__row {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 20px;
}

.form__row:after {
    content: '';
    display: table;
    width: 100%;
}

.captcha__item {
    float: left;
}

.captcha__arrow {
    float: left;
    margin-top: 17px;
    margin-left: 12px;
    margin-right: 12px;
    color: #66717c;
}

input.input_captcha {
    width: 123px;
    float: left;
    margin-top: 8px;
}

.captcha {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.form__row-message {
    width: 100%;
    clear: both;
    color: red;
    margin-bottom: 20px;
    font-size: 16px;
}

.delivery__section-top {
    padding-top: 37px;
    padding-left: 54px;
    position: relative;
    padding-right: 593px;
    padding-bottom: 24px;
    margin-bottom: 70px;
}

.delivery__image-car {
    position: absolute;
    right: 37px;
    bottom: 23px;
}

.delivery {
    font-size: 15px;
    line-height: 19px;
}

.delivery__column {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.delivery__column-item {
    float: left;
    width: 461px;
    padding-right: 40px;
    font-size: 12px;
    padding-left: 50px;
    position: relative;
}

.delivery__column-item + .delivery__column-item {
    border-left: 1px solid #c1c2c5;
}

.delivery__section-bottom {
    padding: 45px 467px 60px 53px;
    position: relative;
    margin-bottom: 140px;
}

.delivery__image-oplata {
    position: absolute;
    top: 30px;
    right: 25px;
}

.blog {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.blog__item {
    text-decoration: none;
    width: 453px;
    height: 290px;
    float: left;
    position: relative;
    border: 1px solid #d5dadf;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 17px;
    padding-bottom: 20px;
}

.blog__item:nth-child(2n) {
    float: right;
}

.blog__image {
    height: 182px;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    margin-bottom: 20px;
}

.blog__angel {
    float: left;
    width: 100px;
    padding-left: 10px;
    padding-top: 3px;
    height: 90px;
}

.blog__name {
    font-size: 15px;
    color: #828e97;
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
}

.blog__annotation {
    padding-right: 20px;
    color: #36404b;
    font-size: 12px;
    line-height: 14px;
}

.blog__name svg {
    margin-left: 10px;
}

.blog__item:hover .blog__name {
    color: #3e8d73;
}

.blog__item:hover .blog__name svg {
    fill: #3e8d73;
}

.blog__item:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.41);
}

.pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
}

i.icon.icon-comment.commentlist__icon {
}

.commentlist__icon {
    position: absolute;
    top: 0px;
    color: #8994a0;
    font-size: 16px;
    left: 16px;
}

.pagination__item, .otzivslayder .owl-page {
    width: 66px;
    float: left;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    color: #28394c;
    text-decoration: none;
    text-align: center;
    margin-left: -1px;
    position: relative;
    cursor: pointer;
}

.otzivslayder .owl-page:hover {
    color: #c01d1d;
    text-decoration: none;
}

.pagination__item + .pagination__item:before, .otzivslayder .owl-page + .owl-page:before {
    content: '';
    position: absolute;
    top: 13px;
    height: 23px;
    width: 1px;
    background: #d0d4d9;
    left: 0;
}

.pagination__item_selected, .otzivslayder .owl-page.active {
    background: #d0d4d9;
    color: #c01d1d;
}

.pagination__block, .otzivslayder .owl-pagination {
    display: inline-block;
    border: 1px solid #d0d4d9;
    border-radius: 50px;
    overflow: hidden;
}

.blog__image-post {
    width: 100%;
    border: 1px solid #d5dadf;
    padding: 25px 110px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.content_pages {
    margin-bottom: 50px;
}

.arrows {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d5dadf;
    padding: 26px 45px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.arrows__elem {
    width: 100%;
    text-decoration: none;
}

.arrows__elem_prev {
    padding-right: 30px;
}

.arrows__elem_next {
    text-align: right;
    padding-left: 30px;
}

.arrows__text {
    font-size: 12px;
    color: #eb5353;
    line-height: 16px;
    margin-bottom: 5px;
    position: relative;
}

.arrows__item {
    font-size: 14px;
    color: #606c78;
    text-decoration: none;
}

.arrows__icon {
    position: absolute;
    top: 3px;
    font-size: 10px;
}

.arrows__icon_prev {
    left: -22px;
}

.arrows__icon_next {
    right: -22px;
    transform: rotate(180deg);
}

.comeback {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    flex-flow: row nowrap;
    font-size: 12px;
    line-height: 27px;
    justify-content: space-between;
}

.comeback__item {
    width: 366px;
    text-align: right;
    padding-right: 50px;
    position: relative;
}

.comeback__share {
    width: 550px;
    padding-left: 50px;
}

.comeback__item a {
    color: #606c78;
    text-decoration: none;
}

.comeback__item:after {
    content: '';
    width: 1px;
    height: 28px;
    background: #cccccc;
    position: absolute;
    right: 0px;
    top: 0;
}

.comeback__share-title {
    color: #606c78;
}

.comeback__share-body {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

.ya-share2__item {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 5px !important;
}

.comment__form {
    background: #edeff1;
    padding: 26px 45px 0px 31px;
    border-radius: 6px;
    margin-bottom: 50px;
}

.commentform__topline {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.comment__label {
    float: left;
    display: flex;
    justify-content: space-between;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #28394c;
    padding-top: 8px;
}

.comment__label-name {
    width: 302px;
    margin-right: 41px;
}

input.comment__input {
    width: 215px;
    margin-top: -8px;
}

.comment__label-voz {
    width: 150px;
    margin-right: 35px;
}

.comment__select {
    width: 80px;
    margin-top: -8px;
}

.comment__label-rate {
    width: 187px;
}

.empty_star, .full_star {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
    margin-right: 0px;
}

.empty_star {
    background-image: url(../images/star3.svg);
}

.hov_full_star, .full_star {
    background-image: url(../images/star4.svg);
}

.comment_textarea {
    height: 84px;
    width: 761px;
    margin-top: -8px;
}

.comment__label-textarea {
    width: 100%;
    margin-bottom: 20px;
}

.rate_star {
    margin-top: -5px;
}

.form__row-captcha {
    float: left;
    width: 225px;
    margin-left: 86px;
}

input.captcha__otziv {
    width: 105px;
}

.form__row-captcha img {
    float: left;
    margin-right: 20px;
}

.captcha__text {
    display: block;
    margin-bottom: 10px;
    color: #28394c;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 9px;
    font-size: 13px;
}

.button_otziv {
    float: right;
}

.comment__form-title {
    font-size: 19px;
    color: #28394c;
    margin-bottom: 20px;
    font-family: Tahoma, Arial, sans-serif;
    position: relative;
    padding-left: 46px;
}

.comment__form-title-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #8994a0;
    font-size: 33px;
}

.commentlist__item {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    padding: 0 11px 0 43px;
    text-align: left;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #28394c;
    margin-bottom: 25px;
}

.commentlist__rate {
    position: absolute;
    top: 0;
    right: 11px;
}

.commentlist__body {
    width: 100%;
    padding-right: 100px;
    margin-bottom: 13px;
    line-height: 15px;
}

.commentlist__all {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
    border-bottom: 1px solid #d5dadf;
}

.commentlist__all_noborder {
    border-bottom: 0px solid;
}

.commentlist__date {
    border: 1px solid #c4c9cf;
    padding: 2px 13px;
    border-radius: 10px;
    margin-left: 10px;
}

.delivery__section-top_kak-kupit {
    padding-right: 612px;
}

.delivery__section-top_kak-kupit .delivery__image-car {
    bottom: 0px;
    right: 0px;
}

.delivery__column_third {
    width: 270px;
    padding: 0;
}

.delivery__column_third + .delivery__column_third {
    margin-left: 25px;
    border-left: 0;
    padding-left: 25px;
}

.delivery__section-bottom_top-border {
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 430px;
}

.actsii {
    width: 100%;
    position: relative;
}

.actsii__item {
    margin-bottom: 50px;
}

.actsii__image {
    width: 100%;
    margin-bottom: 34px;
}

.actsii__item-title {
    color: #36404b;
    margin-bottom: -2px;
}

.actsii__item-time {
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: 20px;
}

.actsii__item + .actsii__item {
    border-top: 1px solid #d5dadf;
    padding-top: 50px;
}

.comment__form_question {
    background: #c6dde9;
    position: relative;
    padding-right: 333px;
    padding-bottom: 30px;
}

.comment__form_question .comment_textarea {
    width: 473px;
}

.comment__form_question:before {
    content: '';
    background-image: url(../images/man.png);
    width: 258px;
    height: 325px;
    position: absolute;
    bottom: 0;
    right: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.commentlist__item_answer {
    border: 1px solid #8994a0;
    border-radius: 6px;
    width: auto;
    margin-left: 43px;
    padding: 20px 73px 0px 64px;
    margin-bottom: 74px;
}

.commentlist__item-icon-block {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 46px;
    background: #c6dde9;
    text-align: center;
    padding-top: 15px;
    color: #28394c;
    font-size: 20px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.commentlist__title {
    color: #28394c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.commentlist__item_answer:after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: -40px;
    right: 0;
    background: #d5dadf;
    width: 100%;
}

.delivery__section-top_full {
    padding: 0;
}

.delivery__column-item_bordered + .delivery__column-item_bordered {
    border-left: 1px solid #c1c2c5;
}

.pagination__item_tabs {
    padding: 0 29px;
    width: auto;
}

.pagination__item_tabs:hover {
    color: #c01d1d;
}

.pagination_tabs {
    margin-bottom: 45px;
}

.lk-form {
    border: 1px solid #d0d4d9;
    padding: 31px 25px 30px 31px;
    border-radius: 6px;
    margin-bottom: 64px;
    position: relative;
}

.lk-form__left {
    float: left;
    width: 526px;
}

.cart_form-label {
    width: 168px;
    padding-top: 8px;
}

.form__row_flex {
    display: flex;
    flex-flow: row nowrap;
}

.form__row-right {
    width: 100%;
}

.cart_form-select_small {
    width: 95px !important;
}

.cart_form-select_middle {
    width: 191px;
}

.rating {
    display: inline-block;
}

.cart_form-select + .cart_form-select {
    margin-left: 5px;
}

.form__row-right .cart_form-label {
    margin-left: 40px;
    margin-right: 20px;
}

.cart__mailus-item {
    margin-top: 20px;
    margin-bottom: 10px;
}

.lk-banner {
    width: 307px;
    height: 212px;
    float: right;
    border: 1px dashed #d0d4d9;
    border-radius: 12px;
    padding: 34px 40px 30px 30px;
    position: relative;
}

.lf-form__right {
    float: right;
    width: 320px;
}

.lk-banner__title {
    color: #28394c;
    font-size: 17px;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 19px;
    margin-bottom: 5px;
}

.lk-banner__text {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    margin-bottom: 13px;
}

.lk-banner__summ {
    width: 100%;
    position: relative;
    padding-left: 112px;
}

.lk-banner__number {
    position: absolute;
    font-size: 64px;
    font-family: Tahoma, Arial, sans-serif;
    left: 0;
    top: 0;
    line-height: 60px;
    color: #28394c;
    letter-spacing: -6px;
}

.lk-banner__persent {
    color: #28394c;
    position: absolute;
    font-size: 39px;
    font-family: Tahoma, Arial, sans-serif;
    left: 67px;
    top: 1px;
    line-height: 39px;
}

.lk-banner__summ-text {
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    padding-top: 8px;
}

.lk-banner__girl {
    background-image: url(../images/woman6.png);
    width: 246px;
    height: 207px;
    position: absolute;
    bottom: -156px;
    left: 30px;
    background-repeat: no-repeat;
}

.lk-section {
    background: #edeff1;
    border: none;
    padding: 30px 30px 10px 30px;
    margin-bottom: 70px;
}

.lk-section__left {
    width: 380px;
    float: left;
}

.lk-section__left .cart_form-label {
    max-width: 168px;
    min-width: 168px;
}

.lk-section__right {
    float: right;
    width: 387px;
    position: relative;
    padding-left: 222px;
    padding-top: 73px;
}

.lk-section__girl {
    position: absolute;
    top: 20px;
    left: 0px;
    background-image: url(../images/woman7.png);
    width: 179px;
    height: 179px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.lk-section__right-title {
    font-size: 23px;
    font-family: Tahoma, Arial, sans-serif;
    color: #eb5353;
    line-height: 25px;
    margin-bottom: 10px;
}

.lk-section__right-body {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
}

.lk-form__left_enter {
    width: 419px;
    margin-bottom: 4px;
}

.lk-form__buttons {
    width: 100%;
    clear: both;
    margin-left: 119px;
    margin-bottom: 25px;
}

.button_free-width {
    width: auto;
    padding: 0 30px;
}

.button_second {
    margin-left: 19px;
}

.lk-form__left_enter .cart_form-label {
    max-width: 118px;
    min-width: 118px;
    padding-right: 10px;
}

.lk-form__right {
    float: right;
}

.lk-form__right_enter {
    width: 150px;
    margin-right: 15px;
}

.lk-form__enter-text {
    line-height: 17px;
    color: #000000;
    font-size: 15px;
}

.lk-form__enter-text-item {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
    display: block;
    color: #606c78;
}

.lk-form__enter-girl {
    background-repeat: no-repeat;
    background-image: url(../images/woman8.png);
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    right: 162px;
    width: 183px;
    height: 208px;
}

.lk-form__enter-girl_angry {
    background-image: url(../images/woman9.png);
}

.lk-form__error-enter {
    position: absolute;
    top: 6px;
    left: 124px;
    color: #c01d1d;
    font-size: 13px;
}

.cart__form-error {
    color: #c01d1d;
    font-size: 13px;
    padding-left: 250px;
    margin-bottom: 20px;
}

.lk-form__enter-text-item:hover {
    color: #3e8d73;
}

.form__row-alert-icon {
    position: absolute;
    right: -30px;
    top: 4px;
    color: #cd2323;
    font-size: 20px;
}

.login_form {
    min-height: 213px;
}

.lk-form__button-footer {
    width: 100%;
    margin-left: 121px;
}

.lk-form__button-footer-link {
    font-size: 15px;
    color: #606c78;
    position: relative;
    font-family: Tahoma, Arial, sans-serif;
}

.lk-form__button-footer-arrow {
    position: absolute;
    left: -20px;
    top: 1px;
}

.lk-form__button-footer-link:hover {
    color: #3e8d73;
}

.lk-form__enter-girl_register {
    background-image: url(../images/woman10.png);
    width: 217px;
    height: 428px;
}

.register_form {
    min-height: 454px;
}

.lk-form__enter-text_red {
    color: #cd2323;
}

#purchases {
    border: 1px solid #d0d4d9;
    border-radius: 5px;
    width: 100%;
    position: relative;
    margin-bottom: 46px;
}

.cart-prod__header {
    width: 100%;
    height: 50px;
    background: #c4c9cf;
}

.cart-prod__header-item {
    float: left;
    font-size: 13px;
    color: #363d46;
    text-align: center;
    line-height: 50px;
}

.cart-prod__header-item1 {
    width: 181px;
}

.cart-prod__header-item2 {
    width: 240px;
    text-align: left;
}

.cart-prod__header-item3 {
    width: 100px;
}

.cart-prod__header-item4 {
    width: 120px;
    margin-left: 70px;
}

.cart-prod__header-item5 {
    width: 90px;
    float: right;
    margin-right: 50px;
}

.cart-prod__item {
    height: 167px;
    /* margin: 0 30px; */
    position: relative;
    padding: 0 30px;
}

.cart-prod__item + .cart-prod__item:before {
    border-top: 1px solid #d0d4d9;
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    display: block;
    height: 1px;
    width: 861px;
}

.cart-prod__image {
    float: left;
    width: 121px;
    height: 166px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-prod__title {
    float: left;
    height: 166px;
    margin-left: 30px;
    padding-right: 20px;
    width: 240px;
}

.cart-prod__title-table-cell {
    width: 100%;
    color: #363d46;
    font-size: 14px;
    height: 166px;
    display: table-cell;
    vertical-align: middle;
}

.cart-prod__price-one {
    float: left;
    display: flex;
    height: 166px;
    align-items: center;
    font-size: 14px;
    color: #363d46;
    text-align: center;
    width: 100px;
    justify-content: center;
}

.cart-prod__quant {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 166px;
    width: 120px;
    margin-left: 70px;
}

.cart-prod__quant-elem {
    border: 1px solid #a9b3be;
    height: 30px;
    background: #e1e4e7;
    float: left;
    width: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    font-size: 20px;
    color: #8a95a1;
}

.cart-prod__quant-elem_minus {
    border-radius: 5px 0 0 5px;
}

.cart-prod__quant-elem_plus {
    border-radius: 0 5px 5px 0;
}

.cart-prod__quant-result {
    float: left;
    width: 60px;
    text-align: center;
    border-top: 1px solid #a9b3be;
    border-bottom: 1px solid #a9b3be;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #363d46;
}

.cart-prod__price-total {
    display: flex;
    height: 166px;
    align-items: center;
    font-size: 14px;
    color: #363d46;
    text-align: center;
    justify-content: center;
    width: 90px;
    float: right;
    margin-right: 20px;
    position: relative;
}

.cart-prod__remove {
    position: absolute;
    right: -30px;
    font-size: 16px;
    color: #c4c9cf;
    text-decoration: none;
    border-bottom: none;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
}

.cart-prod__quant-elem:hover {
    background: #3e8d73;
    color: #fff;
}

.cart-prod__remove:hover {
    color: #8994a0;
}

.lk-form + .lk-form {
    display: none;
}

.lk-form_reset {
    padding: 0;
    border: 0px;
    border-radius: 0;
}

.order__history {
    border: 1px solid #d0d4d9;
    width: 100%;
    padding-left: 23px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    margin-bottom: 28px;
}

.order__history-left {
    width: 640px;
    padding-top: 22px;
    padding-bottom: 14px;
    float: left;
}

.order__history-right {
    width: 244px;
    height: 100%;
    background: #edeff1;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0 6px 6px 0;
}

.order__history-button {
    margin: 29px 0 0 19px;
    position: relative;
    padding: 0 25px 0 49px;
    letter-spacing: -0.2px;
    font-size: 11px;
}

.order__history-icon {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 14px;
}

.order__history-row {
    border-top: 1px solid #d0d4d9;
    border-bottom: 1px solid #d0d4d9;
    display: flex;
    flex-flow: row nowrap;
    height: 57px;
    font-size: 13px;
    color: #28394c;
    font-family: Tahoma, Arial, sans-serif;
    padding-top: 9px;
    padding-bottom: 9px;
    justify-content: space-between;
}

.order__history-row + .order__history-row {
    border-top: 0px solid #d0d4d9;
}

.order__history-cell {
    padding: 5px 0;
}

.order__history-cell1 {
    max-width: 74px;
    min-width: 74px;
    padding-left: 10px;
}

.order__history-cell2 {
    max-width: 171px;
    min-width: 171px;
}

.order__history-cell3 {
    max-width: 148px;
    min-width: 148px;
}

.order__history-cell4 {
    max-width: 125px;
    min-width: 125px;
}

.order__history-cell5 {
    max-width: 100px;
    min-width: 100px;
    padding-right: 14px;
    text-align: right;
}

.order__history-header {
    width: 100%;
    height: 57px;
}

.order__history-info {
    float: left;
    font-family: Tahoma, Arial, sans-serif;
    color: #28394c;
    width: 192px;
    padding-right: 10px;
    white-space: nowrap;
}

.order__history-zakaz {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order__history-date {
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order__history-status {
    float: left;
}

.order__history-status-item {
    font-size: 12px;
    color: #56616D;
    border: 1px solid #c4c9cf;
    border-radius: 24px;
    display: inline-block;
    padding: 4px 20px 6px;
    margin-top: -3px;
    position: relative;
}

.order__history-status-item_done {
    padding-left: 30px;
    background: #48a887;
    color: #fff;
}

.order__history-status-icon {
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 13px;
}

.order__history-total {
    text-align: right;
    font-size: 18px;
    color: #28394c;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 6px;
    padding-right: 14px;
}

.cart-prod__price-total_free {
    color: #3f866e;
    font-weight: 500;
}

.cart-prod__free {
    float: left;
    width: 168px;
    height: 166px;
}

.cart-prod__free-item {
    border: 2px solid #3f866e;
    width: 167px;
    height: 46px;
    border-radius: 50px;
    line-height: 42px;
    padding-left: 55px;
    font-weight: 500;
    position: relative;
    color: #3f866e;
    font-size: 14px;
    margin-top: 65px;
}

.cart-prod__free-icon {
    position: absolute;
    top: 13px;
    left: 25px;
    font-size: 25px;
    color: #3f866e;
}

.coupon {
    height: 139px;
    background: #e7e9ec;
    margin: 0 30px 30px;
    position: relative;
    padding-left: 210px;
}

.coupon__girl {
    background-image: url(../images/woman11.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 145px;
    height: 139px;
    position: absolute;
    left: 35px;
    top: 0;
}

.coupon__notice {
    font-size: 15px;
    color: #000000;
    width: 160px;
    margin-right: 50px;
    height: 139px;
    padding-top: 30px;
    line-height: 17px;
    float: left;
}

.coupon__form {
    float: left;
    width: 182px;
}

.coupon__title {
    font-size: 14px;
    color: #363d46;
    padding-top: 10px;
    display: block;
    margin-bottom: 7px;
}

.coupon__input {
    margin-bottom: 10px;
}

.coupon__icon {
    font-size: 20px;
    color: #a50101;
    margin-top: 40px;
    display: block;
    float: left;
    margin-left: 35px;
}

.coupon__sell {
    float: right;
    width: 165px;
    font-size: 14px;
    color: #363d46;
    padding-top: 12px;
}

.coupon__sell span {
    color: #363d46;
    font-size: 25px;
    display: block;
    line-height: 27px;
    margin-top: 5px;
}

.cart__total-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding-right: 40px;
    margin-bottom: 60px;
}

.cart__total {
    color: rgba(54, 61, 70, 0.5);
    /* width: 294px; */
    text-align: right;
    font-size: 14px;
    margin-left: 60px;
}

.cart__total span {
    display: block;
    font-size: 19px;
    margin-top: 3px;
}

.cart__total_discount {
    color: #363d46;
}

.cart__total_discount span {
    color: #af0b0b;
    font-weight: 700;
}

.cart__del-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.car__del {
    border: 1px solid #d0d4d9;
    border-radius: 5px;
    width: 100%;
    position: relative;
    margin-bottom: 46px;
    height: 191px;
}

.car__del-item {
    width: 50%;
    float: left;
    padding-left: 194px;
    position: relative;
    padding-top: 29px;
    color: rgba(54, 64, 75, 0.6);
}

.car__del-item:before {
    content: '';
    background-image: url(../images/car2.jpg);
    width: 195px;
    height: 179px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}

.car__del-check {
    font-size: 14px;
    color: rgba(54, 64, 75, 0.6);
    padding-top: 3px;
}

.custom-checkbox-input:checked + span {
    color: #3e8d73;
    font-weight: 700;
}

.car__del-descr {
    font-size: 14px;
    line-height: 16px;
    padding-left: 54px;
    margin-top: 20px;
    padding-top: 15px;
    position: relative;
}

.car__del-descr:before {
    content: '';
    top: 0px;
    left: 54px;
    width: 177px;
    height: 1px;
    background: #d0d4d9;
    position: absolute;
}

.car__del-lab {
    font-size: 14px;
    line-height: 16px;
    padding-left: 54px;
}

.car__del-item-active {
    color: #36404b;
}

.car__del-item + .car__del-item {
    padding-left: 31px;
    padding-right: 160px;
}

.car__del-item + .car__del-item:before {
    background-image: url(../images/pochta.jpg);
    right: 0px;
    left: initial;
    width: 153px;
    top: 2px;
}

.car__pay-item:before {
    background-image: url(../images/money.jpg);
    width: 148px;
}

.car__pay-item + .car__pay-item:before {
    background-image: url(../images/card.jpg);
    width: 123px;
}

.car__del-item + .car__del-item:after {
    content: '';
    height: 134px;
    width: 1px;
    background: #d5dadf;
    position: absolute;
    top: 24px;
    left: 0px;
}

.cart__form .cart_form-label {
    width: 250px;
    min-width: 250px;
}

.cart__button {
    margin: 0 auto;
    display: block;
    margin-bottom: 120px;
}

.cart__form {
    padding-right: 160px;
}

.order__info-section {
    padding: 30px 40px;
    position: relative;
    min-height: 392px;
    overflow: hidden;
    margin-bottom: 60px;
}

.order__info {
    width: 480px;
    color: #36404b;
    font-size: 13px;
    float: left;
}

.order__info td + td {
    font-weight: 700;
    border-left: 1px solid #d5dadf;
    padding-left: 30px;
    padding-right: 0;
}

.order__info td {
    padding-bottom: 30px;
    padding-right: 20px;
}

.order__info-notice {
    line-height: 17px;
    color: #000000;
    font-size: 15px;
    float: right;
    width: 144px;
    padding-right: 0px;
}

.order__info-girl {
    position: absolute;
    top: 20px;
    background-image: url(../images/woman10.png);
    width: 217px;
    height: 428px;
    right: 180px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cart__total-wrap_center {
    justify-content: center;
    text-align: center;
}

.cart__total-wrap_center .cart__total {
    text-align: center;
}

.order__delivery {
    min-height: 146px;
    color: #36404b;
    font-size: 18px;
    position: relative;
}

.order__delivery-title {
    float: left;
    width: 313px;
    text-align: right;
    padding-top: 10px;
    font-weight: 700;
}

.order__delivery-body {
    float: right;
    width: 313px;
    padding-top: 13px;
    font-weight: 700;
    font-size: 14px;
}

.order__delivery-body-price {
    position: relative;
    color: #36404b;
    margin-top: 15px;
    padding-top: 15px;
}

.order__delivery-body-price:before {
    content: '';
    width: 177px;
    background: #d0d4d9;
    top: 0;
    left: 0;
    height: 1px;
    position: absolute;
}

.order__delivery-img {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 146px;
}

.order__delivery-img_id2 {
    background-image: url(../images/pochta2.jpg);
    left: 361px;
    top: 10px;
}

.order__delivery-img_id1 {
    background-image: url(../images/car.png);
    left: 361px;
    top: 20px;
}

.product-wrap {
    position: relative;
}

.product__title-block {
    position: absolute;
    top: 40px;
    right: 0px;
}

.nalichie {
    float: right;
    font-size: 8px;
    color: #56616d;
    border: 1px solid #c4c9cf;
    text-transform: uppercase;
    border-radius: 24px;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 12px;
}

.nalichie-red {
    background: #d36060;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid #d36060;
}

.nalichie-green {
    background: #48a887;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid #48a887;
}

.nalichie .icon-tick {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}

.product__rating-title {
    float: left;
    margin-top: 3px;
    margin-right: 20px;
    color: #c01d1d;
    font-size: 13px;
    white-space: nowrap;
}

.product {
    position: relative;
    width: 100%;
}

.product__leftside {
    float: left;
    min-width: 272px;
    height: 298px;
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
}

.product__top {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d5dadf;
}

.product__annotation {
    color: #36404b;
    font-size: 12px;
    line-height: 15px;
    padding-top: 50px;
}

.feat {
    margin-top: 20px;
    clear: none;
    margin-bottom: 40px;
    overflow: hidden;
}

.feat__name {
    font-size: 13px;
    color: #36404b;
    font-weight: 700;
    min-width: 130px;
    width: 130px;
    max-width: 130px;
}

.feat__row {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    margin-bottom: 14px;
}

.product__button-wrap {
    position: relative;
}

.product__group-form {
    height: 77px;
    border-bottom: 1px solid #d5dadf;
    padding-left: 272px;
    padding-top: 14px;
    margin-bottom: 46px;
}

.product__group-price {
    float: left;
    line-height: 46px;
    font-size: 19px;
    color: #28394c;
    margin-right: 23px;
}

.product__button-wrap-icon {
    position: absolute;
    top: 17px;
    font-size: 16px;
    color: #fff;
    left: 112px;
}

.product__button {
    padding-left: 54px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    width: auto;
    padding-right: 38px;
    line-height: 43px;
}

.count__reviews {
    font-size: 12px;
    color: #fff;
    font-family: Tahoma, Arial, sans-serif;
    background: #c01d1d;
    width: 29px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 20px;
    margin-left: 5px;
    font-weight: 700;
}

.prod__body-tabs + .prod__body-tabs {
    display: none;
}

.owl-controls {
    text-align: center;
}

.prod__body-tabs {
    margin-bottom: 60px;
}

.product__group-price::before, .product__group-price::after {
    display: none;
}

.product__image {
    width: 272px;
    float: left;
    position: relative;
    height: 248px;
}

.product__imgs {
    width: 76px;
    float: left;
    margin-right: 56px;
}

.product__imgs-item {
    width: 74px;
    height: 63px;
    border: 1px solid #d5dadf;
    display: block;
    border-radius: 6px;
    margin-bottom: 10px;
}

.product__imgs-item:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.41);
}

.mini-product__variants {
    width: 117px;
    height: 152px;
    border: 1px solid #cdd2d7;
    border-radius: 6px;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    display: block;
}

.formblock {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #d5dadf;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.mini-product__variants-image {
    height: 55px;
    text-align: center;
    padding-top: 10px;
}

.mini-product__variants-image-item {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 40px;
}

.mini-product__variants-multiply {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzRTVCMEEwNUI1ODExRTg4MzU3RTU4NDBFOTk4MDg4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgzRTVCMEExNUI1ODExRTg4MzU3RTU4NDBFOTk4MDg4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNFNUIwOUU1QjU4MTFFODgzNTdFNTg0MEU5OTgwODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODNFNUIwOUY1QjU4MTFFODgzNTdFNTg0MEU5OTgwODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XF5uvAAAAd0lEQVR42mJUt/RhAAITIH4IxK8ZIEAUiOWB+AwLVHIPED8BYkeogv1ALAPEziAFj6CS2lAJBij7KhA/Bil4BcROQLwPKsEAlQSJvWKCCvxnwARgMSaog/YjGXsVyTpRFqhrZaAS6I6UByk4A8QuaN50hHkTIMAAnZYbm84NA+QAAAAASUVORK5CYII=');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4RjhFNDI4Nzk2RjExRTg4RjQwOERFODBENEUyMUIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4RjhFNDI5Nzk2RjExRTg4RjQwOERFODBENEUyMUIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NThGOEU0MjY3OTZGMTFFODhGNDA4REU4MEQ0RTIxQjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NThGOEU0Mjc3OTZGMTFFODhGNDA4REU4MEQ0RTIxQjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4jodknAAAA+UlEQVR42pSUXQ6CMAzHAcET+OqrnsEHlQN4Iw3TRbmViPeCaEuomc22dk3+ZIzml37RfLs7ZY7dQQPomukM/UrQhS5KBjszZwlmnPcJulitNz5YDcpBvRJ2AFWgDoEPBpOgHPYHLeAxRtIyLPUQjGzECF+YOugYcKJIawFm8TvVUAOtJZjbFIIWEagI48BsbkAK1PIycGAK1PpqWgScP4rovD6+CKXRiM4pB2phQagLTIV5oQS8KYb2rRj+vpxhTUI3m8hvOnW5SoCZ+S5kFab8hMMStNfMWWROW9xaVMOOQa1QUw5taQW6G5t24qDstnG2/m+ffgUYAMddPZVzmWuoAAAAAElFTkSuQmCC');
    display: inline-block;
    background-size: 8px 8px;
}

.mini-product__variants-count {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #28394c;
    font-size: 18px;
}

.mini-product__variants-one-price {
    border: 1px solid #c4c9cf;
    display: inline-block;
    margin: 0 auto;
    color: rgba(40, 57, 76, 0.7);
    font-family: Tahoma, Arial, sans-serif;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

span.price.variant_price {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #28394c;
    font-family: Tahoma, Arial, sans-serif;
}

.mini-product__variants .tovar__button {
    height: 39px;
    line-height: 37px;
    cursor: pointer;
}

.variants.mini-product__variants .tovar__button-minivariant {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.mini-product__variants + .mini-product__variants {
    margin-left: 14px;
}

.product__rightside-title-block {
    margin-top: 65px;
    width: 100%;
    position: relative;
    font-size: 19px;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 22px;
    color: #28394c;
    margin-bottom: 25px;
}

.product__rightside-bonus {
    position: absolute;
    right: 0;
    color: #eb5353;
    font-size: 14px;
    white-space: nowrap;
    width: 229px;
    top: -9px;
}

.product__rightside-bonus-icons {
    float: left;
    background: #eb5353;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    margin-right: 15px;
}

.product__rightside-bonus-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.mini-product__variants-bonus {
    position: absolute;
    bottom: -41px;
    text-align: center;
    width: 100%;
    height: 32px;
    background: #ffd630;
    border-radius: 6px;
    line-height: 34px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 700;
}

.mini-product__variants-bonus:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ffd630;
    top: -3px;
    left: 50px;
    transform: rotate(45deg);
    position: absolute;
}

.mini-product__variants:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.41);
}

.mini-product__variants:hover .mini-product__variants-one-price {
    background: #acb4bc;
    color: #fff;
}

.mini-product__variants-tick {
    position: absolute;
    right: -7px;
    background: #fff;
    top: -8px;
    border: 2px solid #eb5353;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 25px;
    color: #eb5353;
    font-size: 13px;
    padding-left: 3px;
}

.email {
    background-image: url(../images/email.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 922px;
    height: 99px;
    margin-bottom: 70px;
    position: relative;
}

.email__form {
    left: 471px;
    width: 351px;
    position: absolute;
    top: 14px;
}

.email__form-button {
    width: 277px;
    height: 36px;
    background: #ffde0e;
    border-radius: 6px;
    margin-top: 4px;
    border: none;
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
}

.email__form-button:hover {
    background: #02744f;
    color: #fff;
}

.email__text {
    position: absolute;
    top: 20px;
    width: 255px;
    text-align: right;
    color: #fff;
    font-size: 17px;
    font-family: Tahoma, Arial, sans-serif;
    left: 0;
    line-height: 20px;
}

.email__right-text {
    position: absolute;
    top: 20px;
    width: 70px;
    color: #fff;
    font-size: 17px;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 20px;
    left: 390px;
}

.email__cell {
    font-size: 62px;
    color: #ffde0e;
    letter-spacing: -9px;
    font-family: Tahoma, Arial, sans-serif;
    position: absolute;
    left: 281px;
    top: 13px;
    line-height: 62px;
}

.email__persent {
    position: absolute;
    top: -11px;
    font-size: 31px;
    right: -23px;
}

.popup-cart {
    width: 301px;
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    z-index: 21;
    min-height: 493px;
    margin-bottom: 100px;
    background: #fff;
    padding: 30px 34px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 16px 0px rgba(42, 54, 67, 0.52);
}

#popup {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.popup__title {
    font-size: 18px;
    font-family: Tahoma, Arial, sans-serif;
    color: #28394c;
    line-height: 20px;
    border-bottom: 1px solid #c1c2c5;
    padding-bottom: 15px;
}

.popup__image {
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #c1c2c5;
    text-align: center;
}

.popup__pr-title {
    font-size: 15px;
    color: #3c856d;
    padding-left: 22px;
    line-height: 17px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    overflow: hidden;
}

.popup__pr-title .icon {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}

.popup__info-row {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    font-size: 13px;
    color: #000000;
    margin-bottom: 9px;
}

.popup__info-cell {
    width: 148px;
    min-width: 148px;
    padding-right: 20px;
    line-height: 16px;
}

.popup__info-value {
    font-weight: 700;
}

.popup__info {
    width: 100%;
    margin-bottom: 30px;
}

.popup__buttons {
    text-align: center;
}

.popup__buttons-elem-checkout {
    margin-bottom: 20px;
}

.popup__buttons-continue {
    font-size: 15px;
    color: #757f87;
    font-family: Tahoma, Arial, sans-serif;
    display: block;
    text-decoration: underline;
}

.popup__close {
    position: absolute;
    top: -12px;
    right: -11px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-color: #8994a0;
    border-radius: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYwNUE2N0EzNUI2QTExRThBQ0RFQjlGODEwREQyRDM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYwNUE2N0E0NUI2QTExRThBQ0RFQjlGODEwREQyRDM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjA1QTY3QTE1QjZBMTFFOEFDREVCOUY4MTBERDJEMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjA1QTY3QTI1QjZBMTFFOEFDREVCOUY4MTBERDJEMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6PQPPfAAAAcklEQVR42oyR0Q2AMAgFX6dwBrdwGj7KZN3CHTqFS4iQtBEJTSS5D+BCCS0isgPYlBN5HMoFFbtyK1VBoI5et4RGEuXq6jSLHGQvWQ/+GS9/pCgaTd5ovofFTsuJHJqc7UjZhCCTvyMnd5xyL39/5hFgAK+vQ6HvY95LAAAAAElFTkSuQmCC');
    display: block;
}

.popup__close:hover {
    background-color: #3e8d73;
}

.catalog__menu-icon {
    font-size: 18px;
    position: absolute;
    color: #b0b8c1;
    left: 23px;
    top: 0px;
}

.ban {
    width: 100%;
    padding-left: 23px;
    margin-bottom: 40px;
}

.catalog__menu-item:hover .catalog__menu-icon, .catalog__menu-item:hover .catalog__menu-title {
    color: #c01d1d;
}

.catalog__menu-item:hover {
    border-left: 3px solid #c01d1d;
}

.mini-product__variants.variants_active {
    border: 1px solid #c9e3da;
    background: #c9e3da;
}

.mini-product__variants.variants_active .tovar__button {
    background: #48a887;
    border: 1px solid #48a887;
}

.mini-product__variants.variants_active .mini-product__variants-one-price {
    background: #fff;
    border: 1px solid #fff;
}

.mini-product__variants.variants_active:hover .mini-product__variants-one-price {
    color: #000;
}

.arrow {
    width: 107px;
    height: 27px;
    position: fixed;
    bottom: 10px;
    margin-left: -53px;
    cursor: pointer;
    display: none;
    left: 50%;
    background: #fff;
    border-radius: 30px;
    z-index: 5;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #56616d;
    padding-left: 40px;
    line-height: 27px;
}

.arrow__icon {
    position: absolute;
    left: 20px;
    top: 8px;
    color: #000;
    transform: rotate(90deg);
    font-size: 11px;
}

.catalog__line {
    background: #c1c2c5;
    height: 1px;
    margin-left: 53px;
    margin-right: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.arrow:hover, .arrow:hover .arrow__icon {
    color: #c01d1d;
}

.mini-product__variants.variants_active .tovar__button-icon {
    margin-left: -68px;
}

.descr__row {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 20px;
}

.descr__cell {
    width: 50%;
}

.descr__row + .descr__row .descr__cell {
    padding-right: 40px;
}

.descr__row + .descr__row .descr__cell + .descr__cell {
    padding-right: 0;
    padding-left: 40px;
    border-left: 1px solid #d5dadf;
}

.descr__ban {
    width: 365px;
    height: 145px;
    border: 1px solid #d5dadf;
    border-radius: 20px;
    position: relative;
    padding: 17px 125px 15px 28px;
    margin-top: 60px;
}

.descr__title {
    font-size: 17px;
    font-weight: 400;
    color: #28394c;
    line-height: 19px;
    margin-bottom: 7px;
}

.descr__body {
    color: #000000;
    font-size: 12px;
    margin-bottom: 12px;
}

.descr__href {
    color: #2d4250;
    font-size: 12px;
}

.tovar__item:hover .tovar__available {
    color: #3f866e;
}

.descr__girl {
    position: absolute;
    top: -28px;
    right: -40px;
    max-width: initial;
    max-height: initial;
}

.tovar__available_no {
    color: #92001a;
}

.tovar__item:hover .tovar__available_no {
    color: #8994a0;
}

.cart-prod__item .tovar__stoyak {
    margin-top: 10px;
}

.cart_form-label span {
    color: red;
    margin-left: 3px;
}

.mini-product__variants_red {
    border: 1px solid #eb5353;
}

.mini-product__variants_red .tovar__button {
    background: #eb5353;
    border-color: #eb5353;
}

.mini-product__variants_red .mini-product__variants-one-price {
    border-color: #eb5353;
    color: #eb5353;
}

.mini-product__variants_red:hover .mini-product__variants-one-price {
    background: transparent;
    color: rgba(40, 57, 76, 0.7);
}

.form__row_otziv-captcha {
    overflow: hidden;
}

.tovar__rating-count {
    line-height: 21px;
    font-size: 13px;
    margin-left: 4px;
    height: 17px;
}

.tovar__item:hover .tovar__stoyak {
    background: #acb4bc;
    color: #fff;
}

.cart-prod__new {
    font-size: 12px;
    margin-bottom: 5px;
}

.cart-prod__new-cell {
    font-weight: 700;
}

.cart-prod__item:hover {
    background: #f6f6f7;
}

.header__lk {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #606c78;
    float: right;
    margin-top: 30px;
}

.header__man {
    color: #8994a0;
    margin-right: 5px;
}

.catalog__menu-item-new {
    position: absolute;
    text-transform: uppercase;
    font-size: 9px;
    color: #cc1e1e;
    font-weight: 700;
    font-family: Tahoma, Arial, sans-serif;
    width: 28px;
    height: 28px;
    border: 1px solid #cc1e1e;
    text-align: center;
    line-height: 26px;
    border-radius: 28px;
    top: 0px;
    right: 0px;
}

.content__body * {
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.comments__title-item {
    font-size: 19px;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 20px;
    color: #28394c;
    margin: 3px 0 0 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #d5dadf;
}

.comments__title {
    width: 100%;
    position: relative;
    padding-left: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}

.comments__title-icon {
    position: absolute;
    left: 0px;
    top: 0;
    color: rgb(137, 148, 160);
    font-size: 27px;
}

.prod__body-tabs .comments-list {
    padding-left: 8px;
}

.pagination__item a {
    color: #28394c !important;
    text-decoration: none !important;
}

.left {
    float: left;
}

.search_form {
    width: 180px;
    margin-bottom: 15px;
}

.search_form .box_flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
    width: 100%;
    height: 34px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 30px;
    border: 1px solid #8994a0;
}

.search_form .input_search {
    width: calc(100% - 36px);
    padding: 0 10px;
    height: 32px;
    border: none;
    color: #000;
    font-size: 12px;
}

.search_form .search_btn {
    width: 36px;
    height: 32px;
    background-color: transparent;
    background: url(../images/icon_search-new.png) 50% 50% no-repeat;
    border: none;
    cursor: pointer;
}

.autocomplete-suggestions {
	left: 0 !important;
    width: 230px !important;

}


.site_wrap {
    overflow: hidden;
}

.cont {
    position: relative;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0 15px;
}


.block-marg {
    margin-top: 60px;
}

.land-logo {
    display: inline-block;
    vertical-align: top;
}

.land-logo img {
    display: block;

    max-width: 100%;
}

ul.land-list li {
    position: relative;

    padding-top: 3px;
    padding-left: 40px;

    color: #56646d;
    font: 20px/23px Tahoma, Arial, sans-serif;

    list-style: none;
}

ul.land-list--white li {
    color: #fff;
}

ul.land-list li:before {
    position: absolute;
    top: -2px;
    left: 0;

    width: 30px;
    height: 30px;

    background: url('../images/chbx.svg') 0 0 no-repeat;

    content: '';
}

ul.land-list li + li {
    margin-top: 20px;
}

ul.block-list {
    padding-left: 0;
}

ul.block-list li {
    position: relative;
    z-index: 1;

    display: flex;

    min-height: 90px;

    margin-bottom: 20px;
    padding: 25px 11px 18px;

    color: #56646d;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;

    list-style: none;

    text-align: center;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

ul.block-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    border-radius: 4px;
    background: #e2e4e6;

    content: '';
    transform: skewY(-2deg);
}

ul.block-list li:after {
    position: absolute;
    top: -15px;
    left: 50%;

    width: 30px;
    height: 30px;

    margin-left: -15px;

    border-radius: 50%;
    background: #fff url('../images/chbx.svg') 50% -1px no-repeat;

    content: '';
}

.block-list__link {
    display: block;

    width: 100%;

    margin-top: 3px;

    text-align: center;
}

.block-list__link a {
    color: #fe0303;
    font-size: 15px;

    border-bottom: 1px solid transparent;

    text-decoration: none;
    transition: .2s;
}

.block-list__link a:hover {
    border-color: #fe0303;
}

.num-list {
    counter-reset: myCounter;
}

.num-list li {
    position: relative;

    padding-left: 40px;

    color: #56646d;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;

    list-style: none;
}

.num-list li:before {
    position: absolute;
    top: 0;
    left: 0;

    color: #56646d;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;

    content: counter(myCounter);
    counter-increment: myCounter;
}

.num-list li:nth-child(-n+9):before {
    content: '0' counter(myCounter);
}

.num-list li + li {
    margin-top: 34px;
}

.title-big {
    margin-bottom: 30px;

    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
}

.title-big_wh {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
}

.main-title {
    margin-bottom: 16px;

    color: #000;
    font-size: 32px;
    line-height: 32px;

    letter-spacing: -.5px;
}

.main-title--center {
    text-align: center;
}

.main-title--white {
    color: #fff;
}

.main-title--white-focus {
    color: #fff;
    text-shadow: 0 0 5px #000; /*---Tosik add ---*/
}

.main-title--red {
    color: #f00;
}

.main-note {
    margin-bottom: 20px;

    color: #7a7a7b;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.main-note--center {
    text-align: center;
}

.main-note--white {
    color: #fff;
}

.main-note--white-focus {
    color: #fff;
    text-shadow: 0 0 5px #000; /*---Tosik add ---*/
}

.land-link_btn {
    display: inline-block;
    vertical-align: top;

    height: 44px;

    padding: 0 50px;

    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 44px;

    border-radius: 5px;
    background: #3e8d73;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -.5px;
    transition: .3s;
}

.land-link_btn:hover {
    background: #d44242;
}

/*---------------
   Main section
---------------*/
.why-lovetab {
    border: none;
    padding: 0;
}

.why-lovetab-box {
    padding: 75px 30px;
    background: radial-gradient(802.08px at 20.68% 29.26%, #F0FAFC 0%, #AAE0E9 100%);
    border-radius: 5px;
    position: relative;
}

.why-lovetab__bg-img {
    width: 676px;
    height: 550px;
    position: absolute;
    bottom: -9px;
    right: -50px;
}

.why-lovetab__bg-img22 {
    width: 545px;
    position: absolute;
    bottom: -9px;
    right: -50px;
}


.why-lovetab__bg-img img {
    display: block;
    width: 100%;
}

.why-lovetab__info {
    max-width: 55%;
    position: relative;
}

.why-lovetab__logo {
    vertical-align: middle;
}

.land-advantages {
    position: relative;
    padding: 0;
    border: none;
    padding-top: 50px;
    z-index: 0;
}

.land-advantages-short {
    position: relative;
    padding: 0;
    /*	border: none;
    padding-top: 10px;
  border-width: 1px;
   box-shadow: 0px 0px 23.49px 3.51px rgba(96, 108, 120, 0.36); */
    /*---- create and modify Tosik*/
    z-index: 0;

    border-style: dotted;
    border-radius: 19px;


}

.land-advantages .main-note {
    /* max-width: 570px; -- Tosik*/
    margin: 0 auto;
}

.land-advantages:before {
    content: '';
    width: 100%;
    height: 351px;
    position: absolute;
    left: 0;
    top: 0;
    /* background: linear-gradient(180deg, #F7F9FA 0%, #EDEEF0 100%);--Tosik*/
    z-index: -2;
}

.land-advantages:after {
    content: '';
    width: 100%;
    height: 351px;
    position: absolute;
    left: 0;
    top: 325px;
    background: #fff;
    transform: skewY(-1.5deg);
    z-index: -1;
}

.land-advantages__img {
    margin: 50px auto 0;
    text-align: center;
}

.land-advantages-short__img {
    /*---- create and modify Tosik*/
    margin: 10px;
    text-align: center;
}

.land-advantages__img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

ul.land-advantages__block-list {
    --margin-flex: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--margin-flex));
    padding: 0;
}

ul.land-advantages__block-list li {
    --element-flex-count: 3;
    margin-top: 20px;
    margin-bottom: 30px;
    width: calc(100% / var(--element-flex-count) - var(--margin-flex));
    margin-left: var(--margin-flex);
}

.land-delivery {
    background: radial-gradient(512.47px at 30.26% 47.6%, #101317 0%, #1C1D28 100%);
    position: relative;
    padding: 75px 0 40px;
    overflow: hidden;
    border: none;
}

.land-delivery__bng {
    width: 653px;
    height: 307px;
    position: absolute;
    right: 50%;
    margin-right: -70px;
    top: 208px;
    opacity: .2;
}

.land-delivery__bng img {
    display: block;
    width: 100%;
}

.land-delivery__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -50px;
}

.land-delivery__flex-item {
    width: calc(50% - 50px);
    margin-left: 50px;
}

.land-delivery__land-list {
    margin-top: 30px;
    padding-left: 0;
}

.land-delivery__flex-item--left {
    padding-left: 30px;
}

.land-delivery__slider {
    max-width: 530px;
}

.land-questions {
    position: relative;
    padding: 0;
    border: none;
    padding-top: 100px;
}

.land-questions .clear {
    clear: both;
}

.land-questions__bng {
    width: 585px;
    height: 552px;
    position: absolute;
    z-index: 1;
    right: 50%;
    margin-right: -32px;
    bottom: 0;
}

.land-questions__bngT {
    position: absolute;
    z-index: 1;
    right: 50%;
    margin-right: -32px;
    bottom: 0;
}

.land-questions__bng img {
    display: block;
    width: 100%;
}

.land-questions__wrap {
    background: linear-gradient(180deg, #F7F9FA 0%, #EDEEF0 100%);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 90px 0 40px;
}

.land-questions__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 451px;
    background: url('../images/questions_bg2.png') 0 0 no-repeat;
    z-index: 0;
}

.land-questions__content {
    width: 50%;
    max-width: 530px;
    padding: 0 70px;
    position: relative;
    z-index: 2;
    float: right;
}

.land-questions__note {
    margin-top: 119px;
    font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;;
    line-height: 18px;
    position: relative;
    padding-left: 45px;
}

.land-questions__note:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/icon-krest.svg') 0 0 no-repeat;
}

.land-questions__note a {
    color: #FE0303;
    text-decoration: none;
}

.land-questions__note a:hover {
    text-decoration: underline;
}

.land-sales {
    position: relative;
    padding: 0;
    border: 0;
    padding-top: 70px;
}

.land-sales__bng {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: 65px;
    width: 400px;
    height: 340px;
}

.land-sales__bng img {
    display: block;
    width: 100%;
}

.land-sales__info {
    padding-right: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.land-sales__info-box {
    width: 238px;
    height: 222px;
    background: url('../images/sales-item_bg.png') 0 0 no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 222px;
    font-size: 64px;
    letter-spacing: -4px;
    color: #FFFFFF;
    padding: 0 25px;
}

.land-sales__info-box span {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    margin-top: 20px;
}

.land-sales__info-text {
    margin-left: 12px;
    width: calc(100% - 250px);
}

.land-sales__title-big {
    letter-spacing: -1px;
    margin-bottom: 4px;
}

.land-sales__info-text--note {
    color: #56646D;
    font-size: 15px;
}

.land-sales__main-title {
    margin-bottom: 12px;
}

.land-sales__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 89px;
}

.land-sales__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.land-sales__item-flex {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 30px;
}

.land-sales__item-bonus {
    width: 80px;
    background: url('../images/sales-bonus_bg.svg') 50% 0 no-repeat;
    background-size: contain;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    padding: 0 10px;
    text-align: center;
    text-indent: -10px;
    height: 80px;
    color: #D44242;
}

.land-sales__item-info {
    width: calc(100% - 95px);
}

.land-sales__item-info--title {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 2px;
}

.land-sales__item-info p {
    font-size: 15px;
    line-height: 18px;
    color: #56646D;
}

.land-firsttime {
    padding: 0;
    border: none;
    padding-bottom: 60px;
}

.land-firsttime__flex {
    --margin-left-flex: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--margin-left-flex));
}

.land-firsttime__flex-item {
    margin-left: var(--margin-left-flex);
}

.land-firsttime__flex-item--list {
    width: calc((100% - 420px - var(--margin-left-flex)) / 2 - 25px);
    margin-top: 30px;
}

.land-firsttime__flex-item--center {
    width: 420px;
}

ul.land-firsttime__block-list li {
    margin-bottom: 45px;
}

.land-firsttime__img {
    margin-bottom: 10px;
}

.land-firsttime__img img {
    display: block;
    width: 100%;
}

.land-firsttime__note {
    font-size: 15px;
    text-align: center;
    color: #56646D;
    line-height: 18px;
    letter-spacing: -.7px;
}

.land-instructions {
    padding: 0;
    border: none;
    padding-bottom: 30px;
}

.land-instructions .cont {
    padding: 0 15px;
}

.land-instructions__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.land-instructions__top-text {
    width: 370px;
}

.land-instructions__title-big {
    margin-bottom: 10px;
}

.land-instructions__top-note {
    font-size: 20px;
    line-height: 23px;
    color: #56646D;
    font-family: Tahoma, Arial, sans-serif;;
}

.land-instructions__top-imgs {
    width: calc(100% - 440px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.land-instructions__top-img {
    width: calc(25% - 10px);
    margin-left: 10px;
}

.land-instructions__top-img img {
    display: block;
    max-width: 100%;
}

.land-instructions__box {
    border: 5px solid #E2E4E6;
    padding: 40px 30px;
    position: relative;
}

.land-instructions__box-title {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #56646D;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    background: #fff;
    position: absolute;
    left: 40px;
    top: -13px;
    max-width: calc(100% - 80px);
}

.land-instructions__box-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -30px;
}

.land-instructions__box-item {
    width: calc(25% - 30px);
    margin-left: 30px;
}

.land-instruction__icon img {
    display: block;
    max-width: 100%;
}

.land-instruction__info {
    margin-top: 10px;
}

.land-instruction__info-title {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #56646D;
    margin-bottom: 5px;
}

.land-instruction__info-text {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #56646D;
}

.land-analog {
    border: none;
    padding: 0;
}

.land-analog__box {
    background: linear-gradient(180deg, #F7F9FA 0%, #EDEEF0 100%);
    border-radius: 5px;
    padding: 50px 50px 30px;
}

.land-analog__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*align-content: flex-start;*/
    flex-wrap: wrap;
}

.land-analog__flex-item--left {
    width: 420px;
}

.land-analog__flex-item--right {
    width: calc(100% - 450px);
}

.land-analog__img {
    margin-bottom: 34px;
}

.land-analog__img img {
    display: block;
    width: 100%;
}

ul.land-analog__land-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -40px;
}

ul.land-analog__land-list li {
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-bottom: 20px;
}

ul.land-analog__land-list li + li {
    margin-top: 0;
}

.land-analog__num-list {
    margin-top: 40px;
}

.get-instruction {
    border: none;
    padding: 0;
}

.get-instruction .land-link {
    margin-top: 30px;
}

.get-instruction__box {
    padding: 60px 70px 65px;
    background: url('../images/instruction_bg.jpg') 50% 0 no-repeat;
    background-size: cover;
}

.get-instruction__bg1 {
    padding: 60px 70px 65px;
    background: url('../images/medicine_tablets_spilled.png') 50% 0 no-repeat;
    background-size: cover;
}

.get-instruction__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.get-instruction__flex-item--left {
    width: 400px;
}

.get-instruction__flex-item--right {
    width: calc(100% - 420px);
    max-width: 530px;
}

.get-instruction__img {
    margin-top: 30px;
}

.get-instruction__img img {
    display: block;
    width: 100%;
}

.land-effect {
    padding: 40px 0;
    border: none;
}

.land-effect-box {
    padding: 20px 0;
    /*border: none;
box-shadow: 0px 0px 23.49px 3.51px rgba(96, 108, 120, 0.36);*/
    border-width: 1px;
    border-style: dotted;
    border-radius: 19px;
}

.land-effect__title-big {
    margin-bottom: 5px;
}

.land-effect__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.land-effect__info {
    width: 350px;
}

.land-effect__box {
    margin-top: 30px;
}

.land-effect__box-item.land-instructions__box-item {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.land-effect__box-item__info {
    margin-left: 20px;
    margin-top: 0;
    width: calc(100% - 100px);
}

.land-effect__img {
    width: calc(100% - 380px);
    text-align: center;
}

.land-effect__img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.land-dosage {
    border: none;
    padding: 0;
}

.land-dosage .cont {
    padding: 0 15px;
}

.land-dosage__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
}

.land-dosage__main-note {
    max-width: 420px;
    margin: 0 auto 16px;
}

.land-dosage__flex-item {
    margin-left: 20px;
    margin-top: 45px;
}

.land-dosage__flex-item--list {
    width: calc((100% - 430px - 20px) / 2 - 20px);
}

ul.land-dosage__block-list li {
    margin-bottom: 30px;
}

.land-dosage__flex-item--center {
    width: 430px;
}

.land-dosage__img {
    text-align: center;
    position: relative;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    z-index: 10;
}

.land-dosage__img:before {
    content: '';
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.land-dosage__img img {
    display: block;
    max-width: 100%;
}

.land-dosage__note {
    margin-top: 15px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #56646D;
}

.land-producers {
    border: none;
    padding: 0;
}

.land-producers__box {
    background: url('../images/producers_bg.jpg') 50% 0 no-repeat;
    background-size: cover;
    padding: 70px 25px 35px;
}

.land-producers__flex {
    --flex-margin: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--flex-margin));
}

.land-producers__flex-item {
    --count-in-line: 6;
    height: 160px;
    width: calc(100% / var(--count-in-line) - var(--flex-margin));
    margin-left: var(--flex-margin);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    border-radius: 5px;
    margin-top: 50px;
    padding: 5px;
}

.land-producers__flex-item img {
    display: block;
    max-width: 100%;
}


.ratings_levels {
    width: 300px;
    margin-bottom: 35px;
}

.ratings_levels_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ratings_levels_line > span:first-child {
    width: 80px;
    margin-right: 7px;
}

.ratings_levels_line > span:last-child {
    width: 40px;
    margin-left: 7px;
}

.ratings_levels_fill {
    flex-grow: 1;
    display: block;
    height: 1rem;
    border-radius: 7px;
    background-color: #f0f2f7;
    overflow: hidden;
}

.ratings_levels_fill > span {
    display: block;
    background-color: #4ebe82;
    height: 1rem;
}

@media (max-width: 1100px) {
    .why-lovetab-box {
        padding: 75px 50px;
    }

    .land-sales__info {
        padding-right: 400px;
    }

    .land-instructions__box {
        padding: 40px;
    }
}

.wheelSlider-container {
    position: relative;

    visibility: hidden;

    width: 100%;

    transition: .2s linear;

    opacity: 0;
}

.wheelSlider-container.with_dots {
    margin-bottom: 44px;
}

.wheelSlider-container.loaded {
    visibility: visible;

    opacity: 1;
}

.wheelSlider-container .slide {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    min-height: 100%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .5s linear;

    opacity: 0;
    border-radius: 10px;
    background: #fff;
}

.wheelSlider-container.loaded .slide {
}

.wheelSlider-container .slide:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    cursor: pointer;
}


.wheelSlider-container .slide.next,
.wheelSlider-container .slide.nextNext {
    visibility: visible;

    opacity: 1;
}

.wheelSlider-container .slide.next {
    left: 0;
    top: 5%;
    transform: scale(.95);
    opacity: .3;
    z-index: 11;
}

.wheelSlider-container .slide.nextNext {
    left: 0;
    top: 10%;
    transform: scale(.9);
    opacity: .1;
    z-index: 10;
}

.wheelSlider-container .slide.now {
    z-index: 99;

    visibility: visible;

    opacity: 1;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
}


.wheelSlider-container .slide img {
    display: block;

    width: 100%;
    max-width: 100%;

    transition: .2s linear;
}


.wheelSlider-container .dots {
    position: absolute;
    z-index: 100;
    bottom: -44px;
    left: 50%;

    display: flex;

    height: 10px;
    margin: 0;

    transform: translateX(-50%);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.wheelSlider-container .dots > * + * {
    margin-left: 14px;
}

.wheelSlider-container .dots button {
    display: block;
    overflow: hidden;

    width: 10px;
    height: 10px;

    cursor: pointer;
    transition: .2s linear;
    text-indent: -9999px;

    border: none;
    border-radius: 50%;
    background: #fff;
    opacity: .3;
}

.wheelSlider-container .dots button:hover,
.wheelSlider-container .dots button.active {
    opacity: 1;
}


.wheelSlider-container .wheelSlider-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -22px;

    display: flex;
    overflow: hidden;

    width: 23px;
    height: 42px;

    cursor: pointer;
    transition: .2s linear;

    /*background: transparent url('../images/arrow_left.svg') 0 0 no-repeat;*/
    border: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.wheelSlider-container .wheelSlider-arrow:hover {
    /*background-image: url('../images/arrow_left-green.svg');*/
}

.wheelSlider-container .wheelSlider-arrow:active {
    /*background-image: url('../images/arrow_left-red.svg');*/
}

.wheelSlider-container .wheelSlider-arrow[data-action='prev'] {
    left: 50%;

    margin-left: -270px;
}

.wheelSlider-container .wheelSlider-arrow[data-action='next'] {
    right: 50%;

    margin-right: -270px;

    transform: rotate(180deg);
}

.wheelSlider-container .wheelSlider-arrow:hover {
    opacity: 1;
}


.wheelSlider-container.vertical {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
}

.wheelSlider-container.vertical .slide.next,
.wheelSlider-container.vertical .slide.prev {
    visibility: visible;

    opacity: .5;
}

.wheelSlider-container.vertical .slide.prev {
    top: -50%;
    left: 0;
}

.wheelSlider-container.vertical .slide.next {
    top: 50%;
    left: 0;
}


.wheelSlider-container.vertical .wheelSlider-arrow[data-action='prev'] {
    top: -23.5%;
    left: 50%;

    margin-top: 0;

    transform: rotate(90deg);
}

.wheelSlider-container.vertical .wheelSlider-arrow[data-action='next'] {
    top: auto;
    right: 50%;
    bottom: -23.5%;

    margin-top: 0;

    transform: rotate(90deg);
}

@media (max-width: 1023px) {
    .block-marg {
        margin-top: 60px;
    }

    .main-title {
        font-size: 28px;
        line-height: 28px;
    }

    .why-lovetab__info {
        max-width: 100%;
    }

    .why-lovetab__bg-img {
        display: none;
    }

    ul.land-advantages__block-list li {
        --element-flex-count: 2;
    }

    .land-delivery__flex-item--left {
        padding-left: 0;
    }

    .land-questions {
        padding: 0;
    }

    .land-questions__wrap {
        padding: 40px;
    }

    .land-questions__bng {
        display: none;
    }

    .land-questions__content {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .land-questions__note {
        margin-top: 50px;
    }

    .land-sales__bng {
        display: none;
    }

    .land-sales__info {
        padding: 0;
    }

    .land-sales__flex {
        margin-top: 50px;
    }

    .land-sales__item-flex {
        width: 100%;
    }

    .land-firsttime {
        padding-bottom: 10px;
    }

    .land-firsttime__flex {
        justify-content: center;
    }

    .land-firsttime__flex-item--center {
        order: -1;
        width: 100%;
        max-width: 50%;
    }

    .land-firsttime__flex-item--list {
        width: calc(50% - var(--margin-left-flex));
        margin-top: 50px;
    }

    .land-instructions {
        padding-bottom: 0;
    }

    .land-instructions .cont {
        padding: 0 15px;
    }

    .land-instructions__top-text {
        width: 100%;
    }

    .land-instructions__top-imgs {
        width: auto;
        margin-top: 30px;
        margin-left: -10px;
    }

    .land-instructions__box {
        padding: 20px;
    }

    .land-instructions__box-flex {
        margin-left: -15px;
    }

    .land-instructions__box-item {
        width: calc(25% - 15px);
        margin-left: 15px;
    }

    .land-instruction__info-text {
        font-size: 18px;
    }

    .land-analog__flex-item--left {
        width: 220px;
    }

    .land-analog__flex-item--right {
        width: calc(100% - 250px);
    }

    ul.land-analog__land-list li {
        width: 100%;
    }

    .get-instruction__box {
        padding: 30px;
    }

    .land-dosage .cont {
        padding: 0 15px;
    }

    .land-dosage__flex {
        justify-content: center;
    }

    .land-dosage__flex-item--center {
        order: -1;
        width: 100%;
    }

    .land-dosage__flex-item--list {
        width: calc(50% - 20px);
    }

    .land-dosage__img {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        height: auto;
    }

    .land-dosage__img:before {
        display: none;
    }

    .land-producers__box {
        padding: 50px;
    }

    .land-producers__flex-item {
        --count-in-line: 3;
    }

    .land-dosage__flex-item--list {
        margin-top: 35px;
    }

    .land-dosage__note {
        margin-top: 5px;
    }

    .land-producers__box {
        padding: 30px;
    }

}

@media (max-width: 767px) {
    .title-big {
        font-size: 40px;
        line-height: 42px;
    }

    .num-list li + li {
        margin-top: 20px;
    }

    .why-lovetab-box {
        padding: 30px;
    }

    ul.land-advantages__block-list {
        --margin-flex: 30px;
        align-items: stretch;
    }

    ul.land-advantages__block-list li {
        margin-bottom: 0;
    }

    .land-delivery {
        padding: 40px 0;
    }

    .land-delivery__flex-item {
        width: 100%;
        margin-top: 30px;
    }

    .land-sales__info-box {
        width: 100px;
        height: 93px;
        font-size: 40px;
        line-height: 93px;
        padding: 0 15px;
    }

    .land-sales__info-box span {
        font-size: 14px;
        margin-top: 10px;
    }

    .land-sales__info-text {
        width: calc(100% - 112px);
    }

    .land-sales__item-flex {
        padding: 0;
        margin-top: 30px;
    }

    .land-firsttime__flex {
        --margin-left-flex: 15px;
    }

    .land-firsttime__flex-item--center {
        max-width: 420px;
    }

    ul.land-firsttime__block-list li {
        margin-bottom: 25px;
    }

    .land-instructions__top-imgs {
        margin-top: 10px;
    }

    .land-instructions__box-item {
        width: calc(50% - 15px);
        margin: 10px 0;
        margin-left: 15px;
    }

    .land-analog__box {
        padding: 30px; /**/
    }

    .land-analog__flex-item--left {
        width: 100%;
    }

    .land-analog__flex-item--right {
        width: 100%;
        margin-top: 20px;
    }

    .land-analog__num-list {
        margin-top: 30px;
    }

    ul.land-analog__land-list {
        margin-left: -20px;
    }

    ul.land-analog__land-list li {
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .get-instruction__flex-item--left {
        width: 100%;
        text-align: center;
    }

    .get-instruction__flex-item--right {
        display: none;
    }

    .land-effect {
        padding: 0;
    }

    .land-effect__info {
        width: 100%;
    }

    .land-effect__img {
        display: none;
    }

    .land-dosage__flex-item {
        margin-top: 15px;
    }

    .land-dosage__flex-item--list {
        margin-top: 35px;
    }

    .land-producers__flex-item {
        margin-top: 20px;
    }

}

@media (max-width: 479px) {
    .title-big {
        font-size: 35px;
        line-height: 37px;
    }

    .block-marg {
        margin-top: 40px;
    }

    .main-title {
        font-size: 26px;
        line-height: 26px;
    }

    .land-link_btn {
        padding: 0 15px;
        display: block;
        width: 100%;
    }

    ul.block-list li {
        font-size: 18px;
    }

    ul.land-list li {
        padding-left: 35px;
        font: 18px/21px Tahoma, Arial, sans-serif;
    }

    .num-list li {
        font-size: 18px;
        padding-left: 30px;
    }

    .num-list li:before {
        font-size: 18px;
    }


    .why-lovetab-box {
        padding: 15px;
    }

    ul.land-advantages__block-list li {
        --element-flex-count: 1;
    }

    .land-delivery {
        padding: 15px 0 20px;
    }

    .land-questions__wrap {
        padding: 20px;
    }

    .land-questions__wrap:after {
        right: -100px;
    }

    .land-questions__note {
        margin-top: 80px;
    }

    .land-sales {
        padding-top: 20px;
    }

    .land-sales__info {
        justify-content: center;
    }

    .land-sales__info-text {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    .land-sales__flex {
        margin-top: 0;
    }

    .land-sales__item-flex {
        margin-bottom: 0;
    }

    .land-sales__item-info {
        width: 100%;
    }

    .land-firsttime__flex-item--center {
        margin-bottom: 30px;
    }

    .land-firsttime__flex-item--list {
        width: 100%;
        margin-top: 0;
    }

    .land-instructions__box {
        padding: 5px 15px;
    }

    .land-instructions__box-flex {
        margin: 0;
    }

    .land-instructions__box-item {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    .land-instruction__icon {
        text-align: center;
    }

    .land-instruction__icon img {
        display: inline-block;
        vertical-align: top;
    }

    .land-analog__box {
        padding: 15px;
    }

    ul.land-analog__land-list li {
        width: 100%;
    }

    .land-effect__box-item.land-instructions__box-item {
        text-align: left;
    }

    .land-dosage__flex-item--center {
        margin-bottom: 30px;
    }

    .land-dosage__flex-item--list {
        width: 100%;
        margin-top: 0;
    }

    .land-producers__box {
        padding: 15px;
    }

    .land-producers__flex {
        --flex-margin: 15px;
    }

    .land-producers__flex-item {
        --count-in-line: 2;
        height: 120px;
        margin-top: 15px;
    }
}

.present__image {
    height: 47px;
    width: 31px;
}

.header {
    width: 1200px;
    margin: auto;
}

.body-wrap {
    display: flex;

    flex-wrap: wrap;
    background-image: none;
    background: #ffffff;
    width: 1200px;
    margin: auto;
    position: relative;
}

.header {
    order: 0;
}

.top-slider {
    order: 1;
    width: 100%;
    background: #ffffff;
}
.bottom-slider{
    order: 4;
    width: 12000px;
    background: #fff;
}

.main__right {
    order: 3;
    background: #ffffff;
    margin-left: auto;
    margin: 0;
    padding-top: 33px;
    padding-right: 21px;
    padding-left: 21px;
    width: calc(100% - 226px);
}

.main__left {
    order: 2;
    background: #ffffff;
    margin: 0;
    padding-top: 39px;
}

.footer {
    order: 10;
}

* {
    margin: 0;
    padding: 0;
}

html {
    background-image: url(../images/pattern.gif);
    background-repeat: repeat;
    background-color: #e2e4e6;
    background-position: center 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

aside, section, main, header, footer, figure, article {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.products-page{
    display: flex;
    flex-direction: column;
}
.header-content{
    position: relative;
    order: 0;
}
.products-page .header-content{
    order: 0;
}
.products-page .catalog__nav.catalog__nav1{
    order: 1;
}
.products-page .tiny_products{
    order: 2;
}
.products-page .catalog__nav.catalog__nav2{
    order: 3;
}
.products-page .content{
    order: 4;
}
.products-page .banner{
    order: 5;
}
.land-advantages{
    margin-bottom: 20px;
}
.land-advantages:after{
    height: auto;
}

.subtitle{
    display: block;
    color: #28394c;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5dadf;
}
.subtitle span{
    color: #c01d1d;
    display: inline-block;
}
.subtitle h2{
    color: #28394c;
    font-size: 21px;
    line-height: 21px;
    padding-right: 5px;
    display: inline-block;
}
.subtitle h2 span{
    color: #c01d1d;
}
.subtitle a{
    color: #28394c;
    font-size: 21px;
    line-height: 21px;
    text-decoration: underline;
    transition: all .2s;
    display: block;
    padding-left: 5px;
    display: inline-block;
}
.subtitle span a{
    color: #c01d1d;
}
.subtitle a:hover{
    color: #c01d1d;
}
.desc{
    width: 100%;
    text-align: center;
    background-color: #8994a0;
    color: #ffffff;
    font-size: 21px;
    line-height: 21px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    padding: 15px 10px;
    margin-bottom: 50px;
    margin-top: 10px;
    order: 10;
}
.desc h1 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0;
    color: #ffffff;
}
.content__body, .prod__body{
    margin-bottom: 0;
}
.product{
    display: flex;
    flex-direction: column;
}
.product  .subtitle{
    order: 10;
}

.product-page{
    display: flex;
    flex-direction: column;
}
.product-page .product{
    order: 1;
    display: flex;
    flex-direction: column;
}
.product-page .prod__body{
    order: 4;
}
.product-page  .subtitle{
    order: 10;
}
.product-page .email{
    order: 5;
}
.product-page .tovar-wrap{
    order: 6;
}
.comment-page{
    display: flex;
    flex-direction: column;
}
.comment-page .comment__form{
    order: 1;
}
.comment-page .ratings_levels{
    order: 2;
}
.comment-page .comments-list{
    order: 3;
}
.comment-page .product__top{
    order: 4;
}
.comment-page .product__rightside{
    order: 5;
}
.post-page{
    display: flex;
    flex-direction: column;
}
.post-page .content_pages{
    order: 1;
}
.post-page .comment__form{
    order: 2;
}
.post-page .comments-list{
    order: 3;
}
.post-page .arrows{
    order: 4;
}
.post-page .comeback{
    order: 5;
}
.post-page .blog{
    order: 6;
}
.post-page .banner{
    order: 7;
}
.blog__image{
    margin-bottom: 5px;
}

.blog-page{
    display: flex;
    flex-direction: column;
}
.blog-page .blog{
    order: 1;
}
.blog-page .pagination{
    order: 2;
}
.blog-page .content{
    order: 3;
}
.delivery__section-top{
    border: 1px solid #d0d4d9;
    border-radius: 4px;
}

.uro{
    display: flex;
    flex-direction: column;
}
.uro .comment__form{
    order: 1;
}
.uro .comments-list{
    order: 2;
}
.uro .content {
    order: 3;
}
.content,.prod__body{
    display: flex;
    flex-direction: column;
}
