::selection {
background: #ffb7b7; /* Safari */
color:#000;
}
::-moz-selection {
background: #ffb7b7; /* Firefox */
color:#000;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelicaCyrillicDEMO-ExtraBold.eot');
    src: local('Bw Modelica Cyrillic DEMO ExtraBold'), local('BwModelicaCyrillicDEMO-ExtraBold'),
    url('../fonts/BwModelicaCyrillicDEMO-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BwModelicaCyrillicDEMO-ExtraBold.woff2') format('woff2'),
    url('../fonts/BwModelicaCyrillicDEMO-ExtraBold.woff') format('woff'),
    url('../fonts/BwModelicaCyrillicDEMO-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelicaCyrillicDEMO-Bold.eot');
    src: local('Bw Modelica Cyrillic DEMO Bold'), local('BwModelicaCyrillicDEMO-Bold'),
    url('../fonts/BwModelicaCyrillicDEMO-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BwModelicaCyrillicDEMO-Bold.woff2') format('woff2'),
    url('../fonts/BwModelicaCyrillicDEMO-Bold.woff') format('woff'),
    url('../fonts/BwModelicaCyrillicDEMO-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelicaCyrillicDEMO-Medium.eot');
    src: local('Bw Modelica Cyrillic DEMO Medium'), local('BwModelicaCyrillicDEMO-Medium'),
    url('../fonts/BwModelicaCyrillicDEMO-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BwModelicaCyrillicDEMO-Medium.woff2') format('woff2'),
    url('../fonts/BwModelicaCyrillicDEMO-Medium.woff') format('woff'),
    url('../fonts/BwModelicaCyrillicDEMO-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelicaCyrillicDEMO-Regular.eot');
    src: local('Bw Modelica Cyrillic DEMO Regular'), local('BwModelicaCyrillicDEMO-Regular'),
    url('../fonts/BwModelicaCyrillicDEMO-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BwModelicaCyrillicDEMO-Regular.woff2') format('woff2'),
    url('../fonts/BwModelicaCyrillicDEMO-Regular.woff') format('woff'),
    url('../fonts/BwModelicaCyrillicDEMO-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*common*/
body {
    color: #535353;
}

input[type="radio"] {
    -webkit-appearance: none;
}

#bx-soa-delivery input[type="checkbox"] {
    -webkit-appearance: none;
}
#bx-soa-paysystem input[type="checkbox"] {
    -webkit-appearance: none;
}

#bx-soa-properties input[type="checkbox"] {
    -webkit-appearance: block!important;
}
body, button, textarea, input {
    font-family: 'BwModelica', sans-serif;
    font-weight: 500;
}
button {
    font-weight: 700;
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 90%;
}
.page-wrap {
    position: relative;
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
h2,
h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
a {text-decoration:underline}
a:hover {text-decoration:underline}

.green-btn {
    max-width: 147px;
    width: 100%;
    background: #497952;
    box-shadow: 0 4px 7px rgba(83, 83, 83, 0.15);
    border-radius: 180px;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.green-btn:hover {
    background: #127023;
}
/*end common*/

/*icons*/
.icon {
    background: url('../images/icons.png') no-repeat;
    display: inline-block;
}
.icon-personal {
    width: 28px;
    height: 24px;
}
.personal-link:hover .icon {
    background-position: 0 -26px;
}
.icon-header-address {
    width: 30px;
    height: 30px;
    background-position: 0 -52px;
}
.icon-header-time {
    width: 35px;
    height: 30px;
    background-position: 0 -84px;
}
.icon-header-phone {
    width: 30px;
    height: 30px;
    background-position: 0 -116px;
}
.icon-header-basket {
    width: 33px;
    height: 32px;
    background-position: 0 -148px;
}
.basket-link:hover .icon {
    background-position: 0 -182px;
}
.icon-search {
    width: 22px;
    height: 22px;
    background-position: 0 -216px;
}
.search__btn:hover .icon {
    background-position: 0 -240px;
}
.icon-contact-1 {
    width: 20px;
    height: 18px;
    background-position: 0 -340px;
}
.icon-contact-2 {
    width: 19px;
    height: 19px;
    background-position: 0 -360px;
}
.icon-contact-3 {
    width: 20px;
    height: 20px;
    background-position: 0 -381px;
}
.icon-contact-4 {
    width: 17px;
    height: 20px;
    background-position: 0 -403px;
}
.social__link .icon {
    width: 20px;
    height: 20px;
}
.social__link .icon-social-2 {
    height: 21px;
}
.icon-social-1 {
    background-position: 0 -423px;
}
.social__link:hover .icon-social-1 {
    background-position: 0 -445px;
}
.icon-social-2 {
    background-position: 0 -467px;
}
.social__link:hover .icon-social-2 {
    background-position: 0 -490px;
}
.icon-social-3 {
    background-position: 0 -513px;
}
.social__link:hover .icon-social-3 {
    background-position: 0 -535px;
}
.icon-social-4 {
    background-position: 0 -557px;
}
.social__link:hover .icon-social-4 {
    background-position: 0 -579px;
}
.icon-contact-5 {
    width: 15px;
    height: 13px;
    background-position: 0 -601px;
}
.icon-contact-6 {
    width: 14px;
    height: 13px;
    background-position: 0 -616px;
}
.icon-contact-7 {
    width: 13px;
    height: 12px;
    background-position: 0 -631px;
}
.icon-contact-8 {
    width: 11px;
    height: 12px;
    background-position: 0 -645px;
}
.icon-else {
    width: 12px;
    height: 7px;
    background-position: 0 -959px;
}
.brands__else:hover .icon {
    background-position: 0 -968px;
}
.icon-advantage-1 {
    width: 73px;
    height: 62px;
    background-position: 0 -659px;
}
.icon-advantage-2 {
    width: 55px;
    height: 54px;
    background-position: 0 -723px;
}
.icon-advantage-3 {
    width: 81px;
    height: 58px;
    background-position: 0 -779px;
}
.icon-advantage-4 {
    width: 51px;
    height: 57px;
    background-position: 0 -839px;
}
.icon-advantage-5 {
    width: 55px;
    height: 59px;
    background-position: 0 -898px;
}
.icon-advantage-6 {
    width: 101px;
    height: 80px;
    background-position: 0 -1033px;
}
.icon-advantage-7 {
    width: 75px;
    height: 90px;
    background-position: 0 -1115px;
}
.icon-advantage-8 {
    width: 113px;
    height: 90px;
    background-position: 0 -1207px;
}
.icon-advantage-9 {
    width: 66px;
    height: 90px;
    background-position: 0 -1299px;
}
.icon-advantage-10 {
    width: 74px;
    height: 90px;
    background-position: 0 -1391px;
}
.icon-play {
    width: 26px;
    height: 30px;
    background-position: 0 -1483px;
}
.video__btn:hover .icon {
    background-position: 0 -1515px;
}
.icon-new {
    width: 26px;
    height: 26px;
    background-position: 0 -1547px;
}
.icon-rating {
    width: 20px;
    height: 19px;
    background-position: 0 -1575px;
}
.icon-rating-like {
    width: 20px;
    height: 19px;
    background-position: 0 -1596px;
}
.icon-tab-1 {
    width: 26px;
    height: 26px;
    background-position: 0 -1615px;
}
.catalog__tab-link.active .icon-tab-1 {
    background-position: 0 -1643px;
}
.icon-tab-2 {
    width: 18px;
    height: 23px;
    background-position: 0 -1671px;
}
.catalog__tab-link.active .icon-tab-2 {
    background-position: 0 -1696px;
}
.icon-tab-3 {
    width: 25px;
    height: 25px;
    background-position: 0 -1721px;
}
.catalog__tab-link.active .icon-tab-3 {
    background-position: 0 -1748px;
}
.icon-view-2,
.icon-view-1 {
    width: 20px;
    height: 20px;
}
.icon-view-1 {
    background-position: 0 -1775px;
}
.view__link:hover .icon-view-1,
.view__link.active .icon-view-1, .view__link.uk-active .icon-view-1 {
    background-position: 0 -1797px;
}
.icon-view-2 {
    background-position: 0 -1819px;
}
.view__link:hover .icon-view-2,
.view__link.active .icon-view-2, .view__link.uk-active .icon-view-2 {
    background-position: 0 -1841px;
}
.icon-catalog-rating-like,
.icon-catalog-rating {
    width: 14px;
    height: 14px;
    background-position: 0 -1913px;
}
.icon-catalog-rating-like {
    background-position: 0 -1929px;
}
.icon-favorite {
    width: 15px;
    height: 15px;
    background-position: 0 -1863px;
}
.catalog__control-link.active .icon-favorite,
.catalog__control-link.added .icon-favorite,
.catalog__control-link:hover .icon-favorite {
    background-position: 0 -1880px;
}
.icon-diff {
    width: 14px;
    height: 15px;
    background-position: 0 -1896px;
}
.catalog__control-link.active .icon-diff,
.catalog__control-link.added .icon-diff,
.catalog__control-link:hover .icon-diff {
    background-position: -17px -1896px;
}

.icon-colors-else {
    width: 9px;
    height: 6px;
    background-position: 0 -2041px;
}
.colors__else:hover .icon-colors-else {
    background-position: 0 -2049px;
}
/*end icons*/

/*top*/
.top {
    padding-top: 7px;
    padding-bottom: 7px;
}
.main-nav {
    width: 60%;
}
.main-nav__link {
    padding: 4px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    color: #535353;
}
.main-nav__link:hover,
.main-nav__link.active {
    text-decoration: underline;
}
.top__right > * {
    display: inline-block;
    vertical-align: middle;
}
.callback-btn {
    width: 136px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(73, 121, 82, 0.7);
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    color: #497952;
    margin-top: 3px;
}
.callback-btn:hover {
    background: #497952;
    color: #FFFFFF;
}
.personal-link {
    position: relative;
    top: 1px;
    margin-left: 17px;
}
/*end top*/

/*header*/
.header {
    padding-top: 6px;
    padding-bottom: 20px;
}
.logo {
    width: 91px;
    height: 70px;
}
.logo img{border:0;width:100%}
.header__contact > * {
    display: inline-block;
    vertical-align: middle;
}
.header__contact-desc {
    margin-left: 8px;
    max-width: 200px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.header__contact-desc a {
    color: inherit;
    text-decoration: none;
    display: block;
}
/*end header*/

/*nav-bar*/
.nav-bar {
    background: #497952;
}
.nav-bar-filter {
	background: #FFFFFF;
    border: 1px solid #497952;
    border-radius: 10px;
}
.nav {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.nav__link {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 0 6px;
    color: #FAFFFA;
}
.nav__link:hover {
    text-decoration: underline;
}
/*end nav-bar*/

/*page*/
.page {
    padding-top: 17px;
    padding-bottom: 65px;
}
.search {
    padding-left: 38px;
    position: relative;
}
.search__field {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    height: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 180px;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    padding-left: 12px;
    color: #535353;
}
.search__field::placeholder {
    color: #ABAAAA;
    opacity: 1;
}
.search__field:-ms-input-placeholder {
    color: #ABAAAA;
}
.search__btn {
    position: absolute;
    height: 30px;
    left: 3px;
    top: 0;
    background: none;
    width: 30px;
}
.pager > * {
    display: inline-block;
    vertical-align: middle;
}
.pager {
	margin-top: 0;
    margin-left: -8px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
}
.pager span,
.pager a {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    color: #535353;
}
.pager span {
    color: #ABAAAA;
}
.pager a:hover {
    color: #497952;
    text-decoration: none;
}
.page_contacts .pager,
.page_contacts h1 {
    padding-left: 8px;
}
/*end page*/

/*contacts*/
.contacts {
    margin-top: 32px;
}
#contactsMap {
    width: 63.06%;
    background: #ABAAAA;
    border: 1px solid #ABAAAA;
    border-radius: 10px;
    box-sizing: border-box;
}
.contacts__right {
    width: 34.23%;
    padding-bottom: 5px;
    margin-left: 2.7%;
}
.contacts__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}
.contacts__list {
    margin-top: 18px;
    margin-bottom: 30px;
}
.contact {
    padding-left: 30px;
    position: relative;
    margin-bottom: 17px;
}
.contact:last-child {
    margin-bottom: 0;
}
.contact__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: -3px;
}
.contact__title {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}
.contact__desc {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}
.contact__desc i {
    margin-right: 8px;
}
.contact__desc a {
    color: inherit;
}
.contact__desc a:hover {
    text-decoration: none;
}
.contacts__data {
    margin-top: 22px;
    font-size: 12px;
    line-height: 14px;
}
.contacts__data li {
    margin-bottom: 20px;
}
.contacts__data li:last-child {
    margin-bottom: 0;
}
.contacts-info {
    margin-top: 33px;
}
.contacts-info h2 {
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}
.contacts-info p {
    margin-top: 19px;
    max-width: 950px;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
}
/*end contacts*/

/*footer*/
.footer {
    padding-top: 30px;
    background: #497952;
    padding-bottom: 43px;
}
.footer__left {
    padding-left: 20px;
    text-align: center;
}
.footer__logo {
    background: url('../images/footer-logo1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 157px;
    height: 122px;
    display: block;
}
.social {
    font-size: 0;
}
.social__link {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.social__link:last-child {
    margin-right: 0;
}
.footer__payments {
    margin-top: 47px;
}
.footer__payments img {
    max-width: 100%;
    border-radius: 3px;
}
.footer__contacts {
    width: 100%;
    max-width: 213px;
}
.site-map {
    width: 46.84%;
    padding-top: 15px;
}
.footer__title,
.site-map__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.site-map__list {
    margin-top: 15px;
}
.site-map__list li {
    margin-bottom: 4px;
}
.site-map__list a {
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 4px;
    color: #FFFFFF;
}
.site-map__list a:hover {
    text-decoration: none;
}
.footer__contacts {
    padding-top: 15px;
}
.footer .contact__desc,
.footer .contact__title {
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
}
.footer .contact__desc {
    margin-top: 6px;
}
.footer .contacts__list {
    margin-bottom: 0;
    margin-top: 0;
}
.footer .contact {
    padding-left: 23px;
    margin-bottom: 9px;
}
.footer .contact:last-child {
    margin-bottom: 0;
}
.footer .contact__icon {
    width: 15px;
    height: 13px;
    left: 0;
    top: 1px;
}
.footer .contacts__list {
    margin-top: 16px;
}
/*end footer*/

/*copyright*/
.copyright {
    padding-top: 20px;
    padding-bottom: 23px;
    background: #D9E6CC;
    text-align: center;
}
.copyright a {
    font-size: 12px;
    line-height: 14px;
    color: #497952;
}
.copyright a:hover {
    text-decoration: none;
}
/*end copyright*/

/*shipping*/
.shipping {
    margin-top: 71px;
    padding-bottom: 20px;
}
.shipping__item {
    padding-right: 20px;
    padding-left: 181px;
    position: relative;
    min-height: 103px;
    margin-bottom: 39px;
}
.shipping__item:last-child {
    margin-bottom: 0;
}
.shipping__item-photo {
    position: absolute;
    left: 0; top: 0;
    height: 103px;
    width: 147px;
    background: #F9EDF0;
    border-radius: 10px;
}
.shipping__item-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.shipping__item-title {
    position: relative;
    top: -2px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}
.shipping__item-desc {
    margin-top: 11px;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}
/*end shipping*/

/*about*/
.about {
    position: relative;
    padding-right: 438px;
    max-width: 1052px;
    box-sizing: border-box;
    min-height: 202px;
    margin-top: 45px;
}
.about__photo {
    position: absolute;
    right: 0; top: 0;
    width: 384px;
    height: 202px;
    border-radius: 10px;
    overflow: hidden;
}
.about__photo_ab {
    position: absolute;
    right: 0; top: 0;
    width: 384px;
    height: 202px;
    border-radius: 10px;
    overflow: hidden;
}
.about__text {
    padding-top: 1px;
}
.about__text p {
    margin-top: 17px;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
}
.about h1 {
    margin-top: 0;
}
/*end about*/

/*brands*/
.brands {
    margin-top: 24px;
}
.brands__desc {
    margin-top: 12px;
    max-width: 1086px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.brands__desc a {
    text-decoration-line: underline;
    color: #497952;
}
.brands__desc a:hover {
    text-decoration: none;
}
.brands__list {
    margin-left: -10px;
    margin-top: 9px;
}
.brand {
    min-width: 126px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-right: 15%;
    text-align: center;
    color: #535353;
    margin-bottom: 38px;
}
.brand:nth-child(4n) {
    margin-right: 0;
}
.brand__logo {
    display: block;
    height: 77px;
    position: relative;
    margin-bottom: 7px;
}
.brand__logo img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.brand__title {
    text-decoration: underline;
}
.brand:hover .brand__title {
    text-decoration: none;
}
.brands__else {
    width: 117px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 11px;
    text-decoration: none;
    color: #535353;
    display: block;
    margin: -5px auto 0;
}
.brands__else .icon {
    margin-left: 4px;
}
.brands__else:hover {
    color: #FFFFFF;
    background: #497952;
    border-color: #497952;
}
/*end brands*/

/*showroom*/
.showroom {
    padding-top: 24px;
}
.advantages {
    width: 232px;
    padding-top: 20px;
}
.showroom__wrap {
    margin-top: 30px;
}
.showroom__gallery {
    width: 73.25%;
}
.showroom__gallery img {
    width: 49.2%;
    margin-bottom: 1.6%;
    border-radius: 10px;
}
.advantage {
    padding-left: 98px;
    position: relative;
    min-height: 62px;
}
.advantage__icon {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
    width: 81px;
    height: 62px;
}
.advantage__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.advantage {
    margin-bottom: 64px;
}
.advantage:last-child {
    margin-bottom: 0;
}
/*end showroom*/

/*articles*/
.articles {
    margin-top: 61px;
}
.articles__list {
    max-width: 1088px;
    margin-top: 35px;
    margin-bottom: -30px;
}
.articles__item {
    width: 18.38%;
    margin-right: 2.02%;
    margin-bottom: 30px;
    text-decoration: none;
}
.articles__item:nth-child(5n) {
    margin-right: 0;
}
.articles__item-photo {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 100%;
}
.articles__item-title {
    margin-top: 7px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    color: #535353;
}
.articles__item:hover .articles__item-title {
    text-decoration: underline;
}
/*end articles*/

/*subscribe*/
.subscribe {
    max-width: 980px;
    margin: 52px auto -17px;
}
.subscribe__top > * {
    display: inline-block;
    vertical-align: middle;
}
.subscribe__title {
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    color: #497952;
    white-space: nowrap
}
.subscribe__desc {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    max-width: 485px;
    margin-left: 14px;
}
.subscribe__form {
    margin-top: 13px;
}
.subscribe__field {
    width: calc(100% - 161px);
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    padding-left: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 180px;
    height: 30px;
    color: #535353;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
}
.subscribe__field::placeholder {
    color: #D0D0D0;
    opacity: 1;
}
.subscribe__field:-ms-input-placeholder {
    color: #D0D0D0;
}
/*end subscribe*/

/*main__slider*/
.main__slider {
    margin-top: 20px;
    position: relative;
    font-size: 0;
}
.main__slide {
    position: relative;
}
.main__slide:after {
    content: '';
    display: block;
    padding-top: 36.03%;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    cursor: pointer;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #497952;
    border-radius: 180px;
    z-index:2;
}
.slider-prev:hover,
.slider-next:hover {
    background: #497952;
}
.slider-prev:after,
.slider-next:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background: url('../images/icons.png') no-repeat;
    width: 7px;
    height: 12px;
}
.slider-prev:after {
    background-position: 0 -977px;
}
.slider-prev:hover:after {
    background-position: 0 -991px;
}
.slider-next:after {
    right: -2px;
    background-position: 0 -1005px;
}
.slider-next:hover:after {
    background-position: 0 -1019px;
}
.slider-prev {
    left: 22px;
}
.slider-next {
    right: 20px;
}
.main__control {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
    z-index: 5;
    font-size: 0;
    text-align: center;
}
.main__control-link {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 180px;
    margin-right: 30px;
}
.main__control-link:last-child {
    margin-right: 0;
}
.main__control-link:hover,
.main__control-link.active {
    background: #497952;
}
/*end main__slider*/

/*advantages_wr*/
.advantages_wr {
    padding-top: 57px;
    max-width: 982px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.advantages_wr .advantage {
    padding-left: 0;
    width: auto;
    min-height: inherit;
    text-align: center;
    margin-bottom: 0;
}
.advantages_wr .advantage__icon {
    position: relative;
    left: 0; top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 113px;
    height: 90px;
}
.advantages_wr .advantage:first-child {
    min-width: 132px;
}
.advantages_wr .advantage__desc {
    margin-top: 19px;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    color: #497952;
}
/*end advantages_wr*/

/*shop*/
.shop {
    max-width: 980px;
    margin: 54px auto 0;
    min-height: 202px;
    position: relative;
}
.shop__about {
    text-align: right;
}
.shop__about h2,
.shop__about p {
    text-align: left;
}
.shop__about p {
    margin-top: 17px;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
}
.shop__else {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #497952;
    margin-top: 4px;
    right: -24px;
    text-decoration: underline;
}
.shop__else:hover {
    text-decoration: none;
}
.video {
    position: absolute;
    right: 0; top: 0;
    max-width: 350px;
    width: 100%;
    height: 202px;
    background: #F9EDF0;
    border: 1px solid #497952;
    box-sizing: border-box;
}
.video__btn {
    width: 60px;
    height: 60px;
    border: 3px solid #497952;
    box-sizing: border-box;
    border-radius: 180px;
    cursor: pointer;
}
.video__btn:hover {
    background: #497952;
}
.video__btn .icon {
    bottom: -2px;
    right: -4px;
}
/*end shop*/

/*brands_hr*/
.brands_hr {
    padding-top: 53px;
    margin: 0 auto 0;
    max-width: 980px;
}
.brands_hr .brands__desc {
    padding-top: 7px;
    line-height: 2;
}
.brands_hr .brands__list {
    margin-left: 0;
    padding-top: 26px;
}
.brand_big {
    min-width: 286px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 32px;
}
.brand_big > * {
    display: inline-block;
    vertical-align: middle;
}
.brand_big .brand__logo {
    margin-bottom: 0;
    width: 125px;
    height: 85px;
}
.brand_big .brand__title {
    font-size: 14px;
    line-height: 17px;
    margin-left: 17px;
}
.brands_hr .brands__else {
    margin-top: -19px;
}
/*end brands_hr*/

/*media*/
.media {
    max-width: 980px;
    margin: 49px auto 0;
}
.media .articles {
    margin-top: 0;
    width: 65.81%;
}
.media .news {
    padding-top: 10px;
    width: 30.91%;
}
.media .articles__item:nth-child(5n),
.media .articles__item {
    width: 31%;
    margin-right: 3.5%;
}
.media .articles__item:nth-child(3n) {
    margin-right: 0;
}
.news__else {
    margin-top: 51px;
    max-width: 140px;
    line-height: 30px;
    margin-left: 62px;
}
.news__list {
    margin-top: 36px;
}
.news__item {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 23px;
    color: #535353;
}
.news__item:hover {
    text-decoration: none;
    color: #497952;
}
.news__item:last-child {
    margin-bottom: 0;
}
/*end media*/

/*reviews*/
.reviews {
    max-width: 980px;
    margin: 64px auto 0;
}
.reviews__slider {
    margin-top: 23px;
    position: relative;
    margin: 23px -15px 0;
}

.reviews__slider .slick-prev{
    left: -65px;
}

.reviews__slider .slick-next{
    right: -65px;
}

.reviews__slider-prev {
    left: -65px;
}
.reviews__slider-next {
    right: -65px;
}
.review {
    background: #FFFFFF;
    border: 1px solid #497952;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    padding: 6px 18px 32px 18px;
    margin: 0 15px;
}
.review__rating > *,
.review__top-right > * {
    display: inline-block;
    vertical-align: middle;
}
.review:last-child {
    margin-right: 0;
}
.review__rating {
    font-size: 0;
}
.review__rating .icon {
    margin-right: 5px;
}
.review__rating .icon:last-child {
    margin-right: 0;
}
.review__user {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}
.review__date {
    font-size: 11px;
    line-height: 13px;
    margin-right: 8px;
    color: #D0D0D0;
}
.review__about {
    margin-top: 10px;
    min-height: 47px;
    padding-left: 72px;
}
.review__text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}
.review__photo {
    position: absolute;
    left: 18px;
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    top: 32px;
}
.review__else {
    position: absolute;
    bottom: 12px;
    right: 19px;
    font-size: 11px;
    line-height: 13px;
    color: #497952;
}
.review__else:hover {
    text-decoration: none;
}
/*end reviews*/

/*catalog*/
.catalog {
    padding-top: 52px;
}
.catalog__else {
    display: block;
    height: 40px;
    max-width: 150px;
    margin: 52px auto 0;
}
.catalog__else .icon {
    margin-right: 10px;
}
.catalog__tab-links > *,
.catalog__tab-link > *,
.catalog__else > * {
    display: inline-block;
    vertical-align: middle;
}
.catalog__tab-link {
    cursor: pointer;
}
.catalog__tab-link span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-left: 13px;
    position: relative;
    top: 1px;
}
.catalog__tab-colon {
    width: 1px;
    height: 22px;
    margin-left: 44px;
    margin-right: 45px;
    background: #497952;
}
.catalog__tab-link.active {
    background: #497952;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    line-height: 36px;
}
.catalog__tab-link.active {
    margin-right: 56px;
}
.catalog__tab-link.active:last-child {
    margin-right: 0;
}
.catalog__tab-link.active span {
    color: #FFFFFF;
    font-weight: 700;
}
.catalog__tab-link.active + .catalog__tab-colon {
    display: none;
}
.catalog__tab-link:hover:not(.active) span {
    text-decoration: underline;
}
.catalog__tab-links_fix .catalog__tab-colon {
    display: inline-block !important;
    margin-left: 74px;
    margin-right: 74px;
}
.catalog__tab-links_fix .catalog__tab-link.active {
    margin-right: 0;
}
.catalog__tab-link span:first-child {
    margin-left: 0;
}
.catalog__tab-links_fix {
    padding-left: 8px;
    padding-bottom: 2px;
}
.catalog__top {
    max-width: 1094px;
}
.view {
    font-size: 0;
}
.view__link {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.view__link:last-child {
    margin-right: 0;
}
.catalog__list {
    margin-top: 20px;
}
.catalog__item {
    width: 23.96%;
    margin-right: 1.38%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #497952;
    border-radius: 10px;
    padding: 28px 18px 60px;
    margin-bottom: 22px;
}
.catalog__item:hover {
    box-shadow: 5px 5px 7px rgba(83, 83, 83, 0.2);
}
.catalog__item:nth-child(4n) {
    margin-right: 0;
}
.catalog__item-photo {
    max-width: 220px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.catalog__item-photo img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.catalog__item-photo:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.catalog__item-rating {
    font-size: 0;
    top: 6px;
    right: 10px;
    position: absolute;
}
.catalog__control-link,
.catalog__item-rating > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.catalog__item-rating > *:last-child {
    margin-right: 0;
}
.catalog__item-tag {
    position: absolute;
    left: -9px;
    top: 15px;
    background: url('../images/icons.png') no-repeat 0 -1945px;
    width: 30px;
    height: 30px;
    z-index: 5;
}
.catalog__item-tag_hot {
    background-position: 0 -1977px;
}
.catalog__item-tag_like {
    background-position: 0 -2009px;
}
.catalog__control {
    font-size: 0;
    position: absolute;
    left: 22px;
    top: 6px;
}
.catalog__control-link {
    margin-right: 7px;
}
.catalog__control-link:last-child {
    margin-right: 0;
}
.catalog__item-title {
    margin-top: 9px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #535353;
    text-transform: uppercase;
}
.catalog__item-title:hover {
    color: #497952;
}
.catalog__params {
    margin-top: 19px;
}
.catalog__params-title {
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    margin-bottom: 10px;
}
.catalog__param {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 8px;
}
.catalog__param:last-child {
    margin-bottom: 0;
}
.catalog__prices {
    margin-top: 12px;
    text-align: center;
}
.catalog__prices-number {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    background: #F9EDF0;
    border-radius: 180px;
    font-weight: 400;
    font-size: 24px;
    color: #535353;
}
.catalog__prices-number.new {
    color: #EB5757;
}
.catalog__prices-old {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: line-through;
    margin-top: 7px;
    color: #ABAAAA;
}
.catalog__item-link {
    position: absolute;
    left: 0; right: 0;
    bottom: 22px;
    margin: 0 auto;
    width: 95px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
}
.catalog__item-link-line {
    width: 95px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
}
.colors__list_else {
    display: none;
}
.colors__list {
    margin-left: -7px;
    margin-right: -7px;
    font-size: 0;
}
.colors {
    height: 49px;
}
.color {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 2px 9px;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}
.color img {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.colors {
    margin-top: 10px;
    position: relative;
    z-index: 5;
}
.colors__wrap {
    background: #FFFFFF;
    padding-bottom: 10px;
}
.colors__else {
    cursor: pointer;
    width: 110px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 11px;
    color: #535353;
}
.colors__else:hover {
    border-color: #497952;
    background: #497952;
    color: #FFFFFF;
}
.colors__else .icon {
    margin-left: 5px;
}
.colors.open .colors__list_else {
    display: block;
}
.colors.open .colors__else {
    margin-top: 5px;
}
.colors.open .colors__else .icon {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
.aside {
    width: 22.97%;
}
.page__wrap {
    padding-top: 40px;
}
.page__content {
    width: 74.77%;
}
.page__content .catalog__item:nth-child(4n),
.page__content .catalog__item {
    width: 32.04%;
    margin-right: 1.94%;
}
.page__content .catalog__item:nth-child(3n) {
    margin-right: 0;
}
.page__content .about {
    padding-right: 292px;
}
.about__photo_small {
    border: 1px solid #497952;
    box-sizing: border-box;
    border-radius: 10px;
    width: 205px;
    height: 153px;
    top: auto;
    bottom: 17px;
}
.about + .subscribe {
    margin-top: 30px;
}
.pages {
    margin-top: 43px;
    text-align: center;
    padding-bottom: 1px;
}
.pages > * {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    text-decoration: none;
    color: #535353;
    margin-right: 8px;
}
.pages > *:last-child {
    margin-right: 0;
}
.pages__link {
    min-width: 12px;
    position: relative;
}
.pages__link:after {
    content: '';
    position: absolute;
    left: -5px; right: -5px; top: -4px; bottom: -4px;
}
.pages__link:hover {
    text-decoration: underline;
}
.pages__active {
    width: 38px;
    background: #E5E5E5;
    border-radius: 30px;
}
/*end catalog*/

/*articles_full-width*/
.articles_full-width {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.articles_full-width h2 {
    text-align: center;
}
.articles_full-width .articles__list {
    margin-top: 19px;
}
.articles_full-width .articles__item {
    width: 100%;
    margin-right: 0;
}
/*end articles_full-width*/

/*media_full-width*/
.media_full-width {
    max-width: 1037px;
    padding-top: 23px;
    margin-left: 0;
}
.media_full-width .articles {
    width: 62.1%;
}
.media_full-width .news {
    width: 29.21%;
}
/*end media_full-width*/

/*works*/
.works {
    max-width: 1044px;
}
.works__list {
    margin-top: 17px;
    margin-bottom: -30px;
}
.work {
    text-align: center;
    width: 21.36%;
    margin-right: 4.85%;
    margin-bottom: 30px;
}
.work:nth-child(4n) {
    margin-right: 0;
}
.work__photo {
    padding-top: 100%;
    position: relative;
    border: 1px solid #F9EDF0;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.work__tag,
.work__title {
    font-size: 12px;
    line-height: 14px;
}
.work__tag {
    margin-top: 14px;
    font-weight: 400;
}
.work__title {
    margin-top: 4px;
    font-weight: 500;
}
.work__link {
    display: inline-block;
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #497952;
}
.work__link:hover {
    text-decoration: none;
}
.works_full-width {
    padding-top: 20px;
    max-width: 223px;
    margin-left: auto;
    margin-right: auto;
}
.works_full-width h2 {
    text-align: center;
}
.works_full-width .work {
    width: 100%;
    margin-right: 0;
}
/*end works*/

/*catalog__list_hr*/
.catalog__list_hr .catalog__item {
    width: 100%;
}
/*end catalog__list_hr*/

.slick-arrow{
    display: block;
    position: absolute;
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    cursor: pointer;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #497952;
    border-radius: 50%;
    z-index:2;
    font-size: 0
}
.slick-prev:hover,
.slick-next:hover {
    background: #497952;
}
.slick-prev:after,
.slick-next:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background: url('../images/icons.png') no-repeat;
    width: 7px;
    height: 12px;
}
.slick-prev:after {
    background-position: 0 -977px;
}
.slick-prev:hover:after {
    background-position: 0 -991px;
}
.slick-next:after {
    right: -2px;
    background-position: 0 -1005px;
}
.slick-next:hover:after {
    background-position: 0 -1019px;
}
.slick-prev {
    left: 22px;
}
.slick-next {
    right: 20px;
}

.slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
    z-index: 5;
    font-size: 0;
    display: flex;
    width: 100%;
    justify-content: center
}

.slick-dots li{
    margin: 0 15px;
}

.slick-dots li button {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 180px;
    padding: 0;
    font-size: 0;
}
.slick-dots li button:last-child {
    margin-right: 0;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #497952;
}

.input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    height: 30px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    border-radius: 180px;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    padding-left: 12px;
    color: #535353;
}

.modal-title{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.modal{
    width: 400px;
}

.modal-row{
    margin-bottom: 20px;
}

.modal-btn{
    text-align: center;
    margin-top: 30px;
}

.sm-visible{
    display: none;
}

.menu-btn{
	width: 30px;
	height: 30px;
	right: 0;
	z-index: 11;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.menu-btn span{
	display: block;
	height: 2px;
	width: 100%;
	position: relative;
	background: #fff;
	top: 50%;
	margin-top: -2.5px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.menu-btn span:before,
.menu-btn span:after{
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
}

.menu-btn span:before{
	top: -10px;
	transition-property: top, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

.menu-btn span:after{
	bottom: -10px;
	transition-property: bottom, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

.menu-btn.active span{
	background: transparent;
}

.menu-btn.active span:before{
	top: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.menu-btn.active span:after{
	bottom: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.menu-btn-filter{
	width: 30px;
	height: 30px;
	right: 0;
	z-index: 11;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.menu-btn-filter span{
	display: block;
	height: 2px;
	width: 100%;
	position: relative;
	background: #497952;
	top: 50%;
	margin-top: -2.5px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.menu-btn-filter span:before,
.menu-btn-filter span:after{
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #497952;
}

.menu-btn-filter span:before{
	top: -10px;
	transition-property: top, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

.menu-btn-filter span:after{
	bottom: -10px;
	transition-property: bottom, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

.menu-btn-filter.active span{
	background: transparent;
}

.menu-btn-filter.active span:before{
	top: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.menu-btn-filter.active span:after{
	bottom: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.subscribe__top{
    display: flex;
    align-items: center
}

body,
html{
    min-width: 350px
}




















/*filter*/
.sort {
    padding-left: 16px;
}
.select-wrap > *,
.sort > * {
    display: inline-block;
    vertical-align: middle;
}
.select {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 30px;
    height: 24px;
    line-height: 22px;
    font-size: 11px;
    padding: 0 40px 0 20px;
    cursor: pointer;
}
.select:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    right: 13px;
    margin: auto;
    background: url('../images/icons.png') no-repeat 0 -2057px;
    width: 15px;
    height: 7px;
}
.select:hover:after {
    background-position: 0 -2066px;
}
.select:hover {
    border-color: #497952;
    background: #497952;
    color: #FFFFFF;
}
.select-wrap__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-right: 12px;
}
.select-wrap {
    margin-right: 29px;
}
.select-wrap:last-child {
    margin-right: 0;
}
.page__content .catalog__top {
    padding-bottom: 4px;
}
.aside .articles {
    margin-top: 27px;
}
.filter {
    background: #FFFFFF;
    border: 1px solid #497952;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 23px;
}
.filter_mobile {
    background: #FFFFFF;
    border: 1px solid #497952;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 23px;
}
/*end filter*/
.advantages_wr .advantage__icon img{
	border:0;
}
.param {
	font-size: 13px;
    color: #497952;
    padding-top: 7px;
}
.delivery_img{
	width:30%
}
.delivery_txt{
	width:70%
}

.page{
	padding-bottom: 23px;
}
.page .bread_crumbs{
	margin-bottom: 34px;
}
.page .bread_crumbs ul{
	display: flex;
}
.page .bread_crumbs ul li{
	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration-line: none;

	color: #535353;
}
.page .bread_crumbs ul li a{
	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration-line: none;
	color: #535353;
	border-bottom: 1px solid #535353;
}
.page .bread_crumbs ul span{
	margin: 0 7px;
	display: block;
}
.page .bread_crumbs ul li:last-child a{
	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
 	text-decoration-line: none;
	color: #ABAAAA;
	border-bottom: none;
}
.page .bread_crumbs ul li:first-child a{
	
}
.form .form_title{
	display: flex;
	align-items: center;
	margin-bottom: 36px;	
}
.form .form_title h1{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #535353;

}
.form form .form_center{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.form .form_title ul{
	display: flex;
	align-items: center;
}
.form .form_title ul li{
	margin-right: 4px;
}
.form .form_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.form .form_top ul{
	display: flex;
	align-items: center;
}
.form .form_top ul li{
	display: flex;
	align-items: flex-end;
}
.form .form_top ul li img{
	width: 14px;
	height: 16px;
}
.form .form_top ul li a{
	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration-line: none;
	margin: 0 45px 0 9px;
	color: #497952;
	border-bottom: 1px solid #497952;
}
.form .form_top .product_code{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 2px;
	color: #535353;
}
form .form_left{
	margin-right: 10px;
}

.form_left .top{
	width: 371px;
	height: 371px;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 14px;
}
.form_left .top .img_new{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #F2994A;
	background-image: url('../images/tovar/new.svg');
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center center;
	position: absolute;
	top: 27px;
	left: 24px;
}
.form_left .bottom ul{
	width: 380px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form_left .bottom ul li{
	margin-bottom: 10px;
}
.form_left .bottom ul li a{
	width: 67px;
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #F9EDF0;
	box-sizing: border-box;
	border-radius: 10px;
	margin-right: 9px;
}
.form_left .bottom ul li:last-child a{
	margin-right: 0;
}
.form_left .bottom ul li a img{
	width: 80%;
}
form .form_center .center_block{
	width: 371px;
	margin-right: 50px;
}
.product_color{
	display: flex;
	
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #535353;
	margin-bottom: 19px;
}
.product_color p{
	margin-right: 5px;

}
.product_color select{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 30px;
	width: 128px;
	padding: 3px 0 3px 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/tovar/select_arrow.svg');
    background-repeat: no-repeat;
    background-position: 100px center;
    outline: none;

}
.product_color select::placeholder{
	
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	color: #535353;
	padding-left: 15px;
}
.product_select ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
}
.product_select ul li:last-child{
	margin-right: 0;
}
.product_select label{
	position: relative;
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: block;
}
.product_select label input{
	position: absolute;
	display: block;
	top: 0;
	left: 0	;
	cursor: pointer;
	width: 35px;
	height: 35px;
	background-image: url('../images/tovar/color1.jpg');
	margin: 0;
}

 .product_select label input:checked ~ .checkmark{
 	display: block;
 }
.product_select label input ~ .checkmark{
	display: none;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;	
	background-image: url('../images/tovar/exit.png');
	background-repeat: no-repeat;
	z-index: 10;
}
.center_block .product_description .title p{
	text-align: center;
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
	margin-bottom: 16px;
}
.center_block .product_description p{
	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #ABAAAA;
	margin-bottom: 10px;
}
.right_block .right_top{
	width: 285px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #497952;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 23px 0 23px;
	margin-bottom: 16px;
}
.right_block h2{
	padding-top: 0 !important;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin: 17px 0 14px 0;
	color: #535353;
}
.right_block .qty{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #1BAE2A;
	margin-bottom: 20px;
}
.right_block .qty img{
	display: inline-block;
	margin: 0 5px -2px 0;
}
.right_block .new_price{
	display: inline-block;
	background: #F9EDF0;
	border-radius: 180px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
	padding: 6px 50px;
	color: #535353;
	margin-bottom: 18px;
}
.right_block .old_price{
	
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	text-decoration-line: line-through;
	text-emphasis: line-through;
	color: #ABAAAA;
	margin-bottom: 12px;
}
.right_block .number{
	
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 13px;
	color: #535353;
	position: relative;
}
.right_block .number input::-webkit-outer-spin-button,
.right_block .number input::-webkit-inner-spin-button{
	-webkit-appearance:  none;
	margin: 0;
}
.right_block .number span.minus,
.right_block .number span.pilus{
	display: inline-flex;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #497952;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.right_block .number span.text{
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}
.right_block .number span:first-child{
	margin-left: 15px;
}
.right_block .number input{
	text-align: center;
}
.right_block .korzinka{
	padding: 10px 27px;
	display: inline-block;
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	background: #497952;
	border-radius: 30px;
	text-decoration-line: none;
	margin-bottom: 12px;
}
.right_block .one_click{
	display: inline-block;
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	background: #497952;
	border-radius: 30px;
	padding: 10px 23px;
	text-decoration-line: none;
}
form .visa{
	text-align: center;
	margin-bottom: 14px;
}
.right_bottom .item{
	display: flex;
	align-items: center;
	
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #535353;
	margin-bottom: 20px;
}
.right_bottom .item .img{
	margin-right: 25px;
	width: 40px;
	text-align: center;
}
.right_bottom .item .title{
	
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #497952;
	margin-bottom: 4px;
}
.tab_info{
	margin-bottom: 45px;
}
.tab_info ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.tab_info ul li{
	display: flex;
	align-items: center;
}
.tab_info ul li a{
	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration-line: underline;
	color: #535353;
	display: flex;
	align-items: center;
	padding: 7px 25px;
	margin: 0 80px 0 88px;
	position: relative;
}
.tab_info ul li a:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	top: 6px;
	left: 240px;
	background: #497952;
}
.tab_info ul li:last-child a:after{
	display: none;
}
.tab_info ul li:first-child a{
	margin-left: 0;
}
.tab_info ul li:last-child a{
	margin-right: 0;
}
.tab_info ul li a img{
	margin-right: 14px;
}
.tab_info ul li a.active,
.tab_info ul li a:hover{
	background: #497952;
	border-radius: 180px;
	color: #fff;
	text-decoration-line: none;
}
.tab_info ul li a:hover img,
.tab_info ul li a.active img{
	filter: brightness(300%) contrast(300%);
}
.tab_info .more_info{

}
.tab_info .more_info > div{
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: .3s all ease;
}
.tab_info .more_info > div.active{
	display: block;
	visibility: visible;
	opacity: 1;
}
.tab_info .more_info h1{
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 7px;
	color: #535353;
}
.tab_info .more_info p{
	
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #535353;
}
.prod .more_info_prod{

}
.prod .more_info_prod > div{
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: .3s all ease;
}
.prod .more_info_prod > div.active{
	display: block;
	visibility: visible;
	opacity: 1;
}
.prod .more_info_prod h1{
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 7px;
	color: #535353;
}
.prod .more_info_prod p{
	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	color: #535353;
}
.prod{
	margin-bottom: 45px;
}


#prod ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#prod ul li{
	display: flex;
	align-items: center;
}
#prod ul li a{
	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #535353;
	display: flex;
	align-items: center;
	padding: 7px 25px;
	margin: 0 80px 0 88px;
	position: relative;
}
#prod ul li a:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	top: 6px;
	left: 240px;
	background: #497952;
}
#prod ul li:last-child a:after{
	display: none;
}
#prod ul li:first-child a{
	margin-left: 0;
}
#prod ul li:last-child a{
	margin-right: 0;
}
#prod ul li a img{
	margin-right: 14px;
}
#prod ul li a.active,
#prod ul li a:hover{
	background: #497952;
	border-radius: 180px;
	color: #fff;
	text-decoration-line: none;
}
#prod ul li a:hover img,
#prod ul li a.active img{
	filter: brightness(600%) contrast(300%);
}




.prod .more_info{

}
.prod .more_info > div{
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: .3s all ease;
}
.prod .more_info > div.active{
	display: block;
	visibility: visible;
	opacity: 1;
}
.prod .more_info h1{
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 7px;
	color: #535353;
}
.prod .more_info p{
	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	color: #535353;
}
.nav_actions{
	margin-bottom: 20px;
}
.nav_actions ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav_actions ul li{
	display: flex;
	align-items: center;
}
.nav_actions ul li:first-child{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #535353;
}
.nav_actions ul li a{
	
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	text-decoration-line: none;
	color: #535353;
	padding: 9px 31px 9px 22px;
	transition: all .3s ease;
	background: transparent;
	position: relative;
	text-decoration:  underline;
}
.nav_actions ul li img{
	margin-right: 15px;
}
.nav_actions ul li a:hover,
.nav_actions ul li a.active{
	color: #FFFFFF;
	background: #497952;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
}
.nav_actions ul li:last-child a:after{
	display: none;
}
.nav_actions ul li:last-child a{
	padding: 0;
	display: inline-block;
}
.nav_actions ul li:last-child a:hover{
	background: transparent;
	padding: 0;
}
.table table thead tr:first-child{
	padding: 10px 45px;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin-bottom: 22px;
}
.table table thead tr td{
	padding-right: 96.4px;
	
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
}
.table table thead tr td:last-child{
	padding-right: 0;
}
.table_bottom{
	display: flex;
}
.table_bottom .img_block{
	width: 150px;
	height: 150px;
	border: 1px solid #F9EDF0;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.table_bottom .img_block .main{
	width: 100%;
}
.table_bottom .img_block .small{
	width: 20px;
	height: 20px;
	background-color: #F2994A;
	position: absolute;
	top: 9px;
	left: 7px;
	background-image: url('../images/tovar/new.svg');
	background-repeat: no-repeat;
	background-size: 85%;
	border-radius: 50%;
	background-position: center center;
}
.table_bottom .star_block{
	margin-bottom: 21px;
}
.table_bottom .one{
	margin-right: 10px;
}
.table_bottom .two{
	margin-right: 45px;
}
.table_bottom .two .star_block img{
	margin-right: 3px;
}
.table_bottom .two h1{
	margin: 0 0 12px 0;
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #535353;
}
.table_bottom .two .name{
	
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	color: #535353;
	margin-bottom: 11px;
}
.table_bottom .two .structure{
	
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	color: #535353;
	margin-bottom: 10px;
}
.table_bottom .two .line{
	
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;

	color: #535353;

}
.table_bottom .three{
	margin-right: 85px;
	display: flex;
	align-items: center;
	position: relative;
}
.table_bottom .three .add,
.table_bottom .three .minus{
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #497952;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.table_bottom .three .minus{
	margin-right: 24px;
}
.table_bottom .three .add{
	margin-left: 24px;
}
.table_bottom .three input{
	width: 35px;
	-webkit-appearance: none;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}
.table_bottom .three input::-webkit-outer-spin-button,
.table_bottom .three input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table_bottom .four{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 85px;
}
.table_bottom .five{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 80px;
}
.table_bottom .five .price,
.table_bottom .sex .total_price{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: #535353;
}
.table_bottom .five .old_price,
.table_bottom .sex .totalold_price{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: line-through;

	color: #ABAAAA;
}
.table_bottom .sex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 110px;
}
.table_bottom .seven{
	display: flex;
	align-items: center;
	justify-content: center;
}
.table .table_bottom{
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.table .table_bottom:last-child{
	border-bottom: 0;
}
.total_info{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 18px 13px 18px 33px;
	margin-bottom: 50px;
}
.total_info ul{
	display: flex;
	align-items: center;
}
.total_info ul li:first-child,
.total_info ul li:nth-child(3){
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin-right: 21px;
	color: #ABAAAA;

}
.total_info ul li:first-child span,
.total_info ul li:nth-child(3) span{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #535353;
	margin-left: 16px;
}
.total_info ul li:nth-child(2){
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #535353;
	margin-right: 21px;
}
.total_info ul li:nth-child(2) span{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: rgba(252, 0, 0, 0.5);
	margin-right: 16px;
}
.total_info ul li:nth-child(3){
	margin-right: 330px;
}
.total_info ul li:nth-child(4){
	
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
}
.total_info ul li:nth-child(4) input{
	margin-left: 10px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	color: #ABAAAA;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 180px;
	padding: 8px  14px;
	text-decoration-line: none;
	background-image: url(../images/tovar/next.svg);
	background-repeat: no-repeat;
	background-position: 155px center;
}

.confirm_order .form_left{
	width: 66%;
	margin-right: 24px;
}
.confirm_order .form_title h1{
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #535353;
	margin-bottom: 27px;
}
.confirm_order .form_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.confirm_order .form_block .top_title p{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #535353;
	margin-bottom: 9px;
}
.confirm_order .form_block .top_title p span{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #ABAAAA;
	margin-right: 3px;
}
.confirm_order .form_box{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 23px 26px 30px 17px;
	display: flex;
	flex-wrap: wrap;
}
.confirm_order .form_top label{
	flex: 0 0 50%;
}
.confirm_order .form_top label p{
	
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
	color: #535353;
}
.confirm_order .form_top label .name_text{
	margin-left: 7px;
}
.confirm_order .form_top input{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 180px;
	width: 100%;
	height: 30px;
	padding: 8px 13px;
}
.confirm_order .form_top input.name,
.confirm_order .form_top input.tel{
	margin-right: 21px;
}
.confirm_order .form_top input::placeholder{
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #ABAAAA;
	padding-left: 13px;
}
.confirm_order .form_top label.location{
	flex: 0 0 100%;
}
.confirm_order .form_top .radio{
	
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
}
.confirm_order .form_top input[type=radio]{
	width: 15px;
	height: 15px;
	border-radius: 0;
}

.confirm_order .form_left .contact_info{
	margin-bottom: 26px;
}
.confirm_order .form_left .contact_middle{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.confirm_order .form_left .contact_middle .form_box{
	width: auto;
}
.confirm_order .form_left .dostavka{
	flex: 0 0 auto;
	width: 49%;
}

.confirm_order .form_left .dostavka.oplata .form_box{
	position: relative;
}
.confirm_order .form_left .dostavka.oplata .form_box:after{
	content: '';
	display: block;
	height: 19px;
	width: 65px;
	background: url('../images/tovar/sber.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 19px;
}
.confirm_order .form_left .dostavka .form_box label,
.confirm_order .form_left .dostavka .form_box label .radio_first{
	display: flex;
}
.confirm_order .form_left .dostavka .form_box label .radio_first{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
}
.confirm_order .form_left .dostavka .form_box label{
	justify-content: space-between;
	width: 100%;
	margin-bottom: 12px;
}
.confirm_order .form_left .dostavka .form_box input{
	display: none;
}
.confirm_order .form_left .dostavka .form_box .checkmark{
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 1px solid #D0D0D0;
	display: block;
	margin-right: 15px;
	position: relative;
}
.confirm_order .form_left .dostavka .form_box .checkmark:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #497952;
	border: 1px solid #497952;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 2px;
	display: none;
}
.confirm_order .form_left .dostavka .form_box input:checked ~ .radio_first .checkmark:after{
	display: block;
}
.confirm_order .form_left .dostavka .form_box label .radio_price{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
}
.confirm_order .form_left .dostavka label strong{
	display: block;
	margin-top: 15px;
}

.form_left .cost_delivery{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #ABAAAA;
	margin-bottom: 22px;
}
.form_left .cost_delivery span{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #535353;
	margin-left: 16px;
}
.form_left .contact_bottom .top_title{
	margin-bottom: 7px;
}
.form_left .contact_bottom .big_text{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
	padding: 21px 22px 18px 19px;
}
.form_left .contact_bottom .big_text textarea{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 10px;
	width: 100%;
	max-width: 797px;
	min-height: 117px ;
	height: 117px;
	padding: 10px;
}
.form_right{
	width: calc(34% - 24px);
}
.form_right .form_box{
	background: #FFFFFF;
	border: 1px solid #497952;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 18px 20px 15px 16px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #ABAAAA;
	margin-bottom: 20px;
}
.form_right .form_box .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.form_right .form_box .item p:last-child{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #535353;
	text-align: right;
	display: flex;
	align-items: flex-end;
}
.form_right .form_box .item p.discount{
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: rgba(252, 0, 0, 0.5);
}
.form_right .form_box .discount_item{
	margin-bottom: 40px;
	position: relative;
}
.form_right .form_box .discount_item:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #497952;
	left: 0;
	top: 37px;
}
.form_right .form_box .total_item{
	margin-bottom: 16px;
}
.form_right .form_box .total_item p:first-child{
	padding-left: 7px;
}
.form_right .form_box .btn{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.form_right .form_box .btn a{
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration-line: none;
	background: #497952;
	border-radius: 30px;
	display: inline-block;
	padding: 9px 31px 9px 22px;
}
.agree_text{
	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	width: auto;
	color: #535353;
	text-align: justify;
}
.agree_text span{
	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration-line: underline;
	color: #497952;
}
form .form_left .radio{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
form .form_left .radio .text{
	margin-right: 28px;
}
form .form_left .radio_btn{
	display: flex;
}
form .form_left .radio input{
	display: none;
	cursor: pointer;
}
form .form_left .radio label{
	display: flex;
	margin-right: 20px;
}
form .form_left .radio .radio_btn .checkmark{
	content: '';
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-radius: 2px;
	margin-right: 6px;
	cursor: pointer;
}
form .form_left .radio .radio_btn .checkmark:after{
	content: '';
	position: absolute;
	display: none;
	background-color: #497952;
	background-image: url('../images/tovar/checked.svg');
	background-position: center;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	top: -1px;
	left: -1px;
}
form .form_left .radio .radio_btn input:checked ~ .checkmark:after{
	display: block;
}

.uk-button.uk-button-default.uk-button-default--white {
    font-size: 16px !important;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
}


@media screen and (max-width: 1024px){
	.table_bottom .img_block{
		width: 120px;
		height: 120px;
	}
	.table table thead tr td{
		padding-right: 72px;
	}
	.table_bottom .two{
		margin-right: 20px;
	}
	.table_bottom .three{
		margin-right: 65px;
	}
	.table_bottom .sex{
		margin-right: 55px;
	}
	.total_info ul li:nth-child(3){
		margin-right: 0;
	}
	.total_info ul li:nth-child(4){
		margin-left: auto;
	}
	.product_view .form_left{
		flex: 0 0 auto;
		width: 32%;
	}
	.product_view .top{
		width: 100%;
		height: auto;
	}
	.product_view .top img{
		width: 100%;
	}
	.product_view .bottom ul{
		width: auto;
	}
	.tab_info ul li a{
		margin: 0;
	}
	#prod ul li a{
		margin: 0;
	}	
}

@media screen and (max-width: 912px){
	.product_view .form_left,form .form_center .center_block{
		flex: 0 0 auto;
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.form form .form_center{
		justify-content: center;
	}
	.tab_info ul li a:after{
		left: 190px;
	}
	#prod ul li a:after{
		left: 190px;
	}	
	.nav_actions ul li a{
		padding: 9px 15px;
		font-size: 12px;
	}
	.table table thead tr td{
		padding-right: 40px;
	}
	.table_bottom .img_block{
		width: 150px;
	}
	.table_bottom .three .minus{
		margin-right: 10px;
	}
	.table_bottom .three .add{
		margin-left: 10px;
	}
	.table_bottom .three input{
		font-size: 12px;
		width: 25px;
	}
	.table_bottom .five .price, .table_bottom .sex .total_price{
		font-size: 18px;
	}
	.table_bottom .sex{
		margin-right: 20px;
	}
	.table_bottom .three{
		margin-right: 30px;
	}
	.table_bottom .five,.table_bottom .four{
		margin-right: 40px;
	}
	.total_info ul li:first-child span, .total_info ul li:nth-child(3) span{
		margin-left: 5px;
	}
}

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

	.nav_actions ul li a{
		font-size: 11px;
		padding: 7px;
		display: flex;
		align-items: center;
	}
	.nav_actions ul li a:after{
		width: 75%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.table table thead tr td{
		padding-right: 33px;
	}
	.table table thead tr:first-child{
		padding: 10px 30px;
	}
	.table_bottom .three .minus{
		margin-right: 5px;
	}
	.table_bottom .three .add{
		margin-left: 5px;
	}
	.table_bottom .three{
		margin-right: 20px;
	}
	.table_bottom .five .price, .table_bottom .sex .total_price{
		font-size: 18px;
	}
	.table_bottom .four{
		margin-right: 30px;
	}
	.table_bottom .five{
		margin-right: 35px;
	}
	.total_info{
		padding: 15px;
	}
	.total_info ul li{
		font-size: 12px !important;
		margin-right: 10px !important;
	}
	.confirm_order .form_left .contact_middle{
		flex-wrap: wrap;
	}
	.confirm_order .form_left .dostavka{
		width: 100%;
		margin-bottom: 24px;
	}
	.product_view .form_center{
		flex-wrap: wrap;
	}
	.confirm_order .form_left .dostavka:last-child{
		margin-bottom: 0;
	}
	.product_view .form_left,form .form_center .center_block{
		width: 48%;
		margin-right: 0;
	}
	.tab_info ul li a:after{
		left: 145px;
	}
	#prod ul li a:after{
		left: 145px;
	}	
	.total_info ul li:nth-child(4){
		margin-right: 0 !important;
	}
	.total_info ul li:nth-child(4) input{
		width: 60%;
		font-size: 11px;
	}
}
@media screen and (max-width: 668px){
	.product_select label,.product_select label input{
		height: 30px;
		width: 30px;
	}
	.product_select label input{
		background-size: contain;
	}
	.nav_actions ul li:first-child{
		font-size: 12px;
	}
	.nav_actions ul li img{
		margin-right: 5px;
		width: 15px;
	}
	.table_bottom .img_block{
		width: 100px;
		height: 100px;
	}
	.table_bottom .one{
		margin-right: 0;
	}
	.table_bottom .two{
		margin-right: 10px;
	}
	.table table thead tr td{
		padding-right: 20px;
	}
	.total_info ul li{
		font-size: 11px !imporant;
	}
	.total_info ul li:first-child span, .total_info ul li:nth-child(3) span,.total_info ul li:nth-child(2) span{
		font-size: 12px;
	}
	.total_info{
		padding: 10px;
	}
}
@media screen and (max-width: 568px){
	.product_select label, .product_select label input{
		height: 27px;
		width: 27px;
	}
	.product_select label input ~ .checkmark{
		height: 17px;
		width: 17px;
		background-size: contain;
		left: 15px;
	}
	.tab_info ul li a{
		padding: 5px 17px;
	}
	.tab_info ul li a:after{
		left: 130px;
	}
	#prod ul li a{
		padding: 5px 17px;
	}
	#prod ul li a:after{
		left: 130px;
	}	
	.confirm_order .form_left{
		margin-bottom: 25px;
	}
	.confirm_order .form_left,.form_right{
		width: 100%;
		margin-right: 0;
	}
	.table_bottom .four,.table table thead tr td:nth-child(4){
		display: none;
	}
	.table_bottom .three .add, .table_bottom .three .minus{
		font-size: 10px;
		height: 15px;
		width: 15px;
	}
	.table_bottom .three .add{
		margin-left: 0;
	}
	.table_bottom .three .minus{
		margin-right: 0;
	}
	.table_bottom .five .price, .table_bottom .sex .total_price{
		font-size: 16px;
	}
	.table_bottom .five .old_price, .table_bottom .sex .totalold_price{
		font-size: 14px;
	}
	.total_info ul li:nth-child(4) input{
		width: 55%;
	}

}
@media screen and (max-width: 480px){
	.nav_actions ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav_actions ul li{
		margin: 0 10px;
	}
	.nav_actions ul li:last-child{
		display: none;
	}
	.products_table{
		overflow-x: auto;
	}
	.confirm_order .form_block{
		flex-wrap: wrap;
	}
	.confirm_order .form_left,
	.confirm_order .form_right{
		width: 100%;
		margin-right: 0;
	}
	.confirm_order .form_left .contact_middle .form_box{
		padding: 15px;
	}
	.confirm_order .form_left .dostavka .form_box .checkmark{
		margin-right: 8px;
	}
	.confirm_order .form_left .contact_bottom{
		margin-bottom: 24px;
	}
	.confirm_order .form_top label{
		flex: 0 0 100%;
	}
	.confirm_order .form_top input.name, .confirm_order .form_top input.tel{
		margin-right: 0;
	}
	form .form_left .radio_btn{
		flex-wrap: wrap;
	}
	.total_info ul{
		flex-wrap: wrap;
	}
	.total_info ul li{
		flex: 0 0 100%;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
	.total_info ul li:nth-child(-n+2){
		flex: 0 0 50%;
	}
	.total_info ul li:nth-child(2){
		text-align: right;
	}
	.total_info ul li:last-child{
		margin-bottom: 0;
	}
	
	.table_bottom{
		flex-wrap: wrap;
	}
	.confirm_order .form_top label .name_text{
		margin-bottom: 5px;
	}
	.product_view .form_left, form .form_center .center_block{
		width: 100%;
		margin-bottom: 10px;
	}
	.form form .form_center{
		justify-content: center;
	}
	.form .form_top ul{
		flex-wrap: wrap;
	}
	.form .form_top ul li{
		flex:  0 0 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.form .form_top ul li a{
		margin: 0;
		margin-left: 10px;
	}
	.form .form_title{
		margin-bottom: 25px;
	}
	.tab_info ul{
		flex-wrap: wrap;
	}
	.tab_info ul li{
		flex: 0 0 50%;
		margin-bottom: 10px;
	}
	.tab_info ul li a:after{
		content: none;
	}
	.prod ul{
		flex-wrap: wrap;
	}
	#prod ul li{
		flex: 0 0 50%;
		margin-bottom: 10px;
	}
	#prod ul li a:after{
		content: none;
	}	
}