@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
         url('../fonts/RobotoCondensed.woff2') format('woff2'),
         url('../fonts/RobotoCondensed.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
         url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Bold.woff') format('woff');
}
*, *:before, *:after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    color: #141414;
    font: 14px/1.5 Arial,sans-serif;
    background: #fff url('../images/grass.jpg') repeat-x 0 bottom;
}
h1,h2,h3 {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5em;
}
p {
    margin: 0 0 1em;
}
p:last-child {
    margin: 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
ul,ol {
    margin: 0 0 1em;
    padding: 0 0 0 1em;
}
table {
    background: #ffffff;
    border: 1px solid #e2ead7;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1em;
    width: 100%;
}
td {
    padding: 6px 8px;
    border-bottom: 1px solid #e2ead7;
    border-left: 1px solid #e2ead7;
}
tr:nth-child(2n) {
    background: #f6fbf0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    color: #338f16;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #141414;
}
a:active,
a:focus {
    outline: 0;
}
b,strong {
    font-weight: bold;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    vertical-align: middle;
}
button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button:focus,input:focus,select:focus,textarea:focus  {
    outline: 0;
}
button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
}
button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
::-moz-selection {
    background: #379a18;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #379a18;
    text-shadow: none;
    color: #fff;
}
.riki {
    display: none;
}
.nowrap {
    white-space: nowrap;
}
.button {
    font: 700 16px 'Roboto Condensed',sans-serif;
    background: #379a18;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
    border: 0;
}
.button:hover{
    background-color: #141414;
    color: #fff;
}
.wrapper {
    min-width:320px;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header__logo-wrapper {
    display: flex;
    align-items: center;
}
.header__logo {
    margin-right: 25px;
}
.header__logo > img {
    display: block;
    max-width: 240px;
    width: 100%;
    height: auto;
}
.header__logo:hover {
    opacity: 0.8;
}
.header__tagline {
    font: 700 22px/1.3 'Roboto Condensed',sans-serif;
}
.header__contacts {
    flex-shrink: 0;
}
.header__phone::before {
    background: url('../images/ic_phone.png') no-repeat 0 center;
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 8px 0 2px;
    vertical-align: middle;
}
.header__mail::before {
    background: url('../images/ic_mail.png') no-repeat 0 center;
    content: '';
    width: 26px;
    height: 20px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.header__phone {
    margin: 0 0 5px;
}
.header__mail {
    margin: 0 0 10px;
}
.header__phone,.header__mail {
    font: 700 20px/1.2 'Roboto Condensed',sans-serif;
    vertical-align: middle;
    color: #141414;
    display: block;
    transition: 0.4s;
}
.header__phone:hover,.header__mail:hover {
    color: #379a18;
}
.header__callback {
    padding: 8px 0;
    display: block;
}
.header__minicart::before {
    background: #379a18 url('../images/ic_cart.png') no-repeat center center;
    content: '';
    width: 48px;
    height: 100%;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.header__minicart {
    background: #2E8014;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 44px;
}
.header__minicart:hover::before {
    box-shadow: none;
}
.header__minicart.button:hover {
    background: #52ad36;
}
.header__minicart > div {
    padding: 0 14px;
}
.nav {
    background: #141414;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 44px;
}
.nav__menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.nav__menu-item > a {
    color: #dde8f3;
    padding: 0 16px;
    display: block;
    font: 700 14px/44px 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #000;
    transition: 0.4s;
}
.nav__menu-item > a:hover {
    color: #fff;
    background: #282828;
}
.nav__search {
    display: flex;
}
.nav__search-input {
    background: #444;
    border: 0;
    color: #fff;
    padding: 0 15px;
    width: 150px;
    transition: 0.6s;
    font-family: 'Roboto Condensed',sans-serif;
}
.nav__search-input:focus {
    width: 200px;
    background: #444;
}
.nav__search-submit,.mobile-menu__search-submit {
    background: #379a18 url('../images/ic_search.png') no-repeat center center;
    border-radius: 0;
    font-size: 0;
    width: 46px;
    padding: 0;
}
.nav__search-submit:hover,.mobile-menu__search-submit:hover {
    background-color: #52ad36;
}
.nav__search-item {
    display: flex;
    align-items: center;
}
.nav__search-item-image {
    margin-right: 10px;
}
.nav__search-item-name {
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 1.2;
}
.mobile-menu__button {
    display: none;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}
.mobile-menu__button::before {
    background: #272727 url('../images/ic_menu.png') no-repeat center center;
    align-self: stretch;
    width: 48px;
    content: '';
}
.mobile-menu__button > span {
    color: #fff;
    text-transform: uppercase;
    font: 700 15px 'Roboto Condensed',sans-serif;
    background: url("data:image/svg+xml,%3Csvg width='11' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.60612,5.92226a1.05411,1.05411 0 0 0 0.58628,-0.25033l4.42683,-3.79444a1.05411,1.05411 0 1 0 -1.37021,-1.60079l-3.74173,3.20816l-3.74173,-3.20816a1.05411,1.05411 0 1 0 -1.37021,1.60079l4.42683,3.79443a1.05411,1.05411 0 0 0 0.78393,0.25033l0.00001,0.00001z' fill='%23fff'/%3E%3C/svg%3E") no-repeat right 12px center;
    padding: 0 30px 0 12px;
}
.mobile-menu__button:hover {
    background-color: #444
}
.mobile-minicart {
    background: #2e8014;
    color: #fff;
    align-items: center;
    display: none;
    border-radius: 0;
}
.mobile-minicart:hover {
    background-color: #52AD36;
}
.mobile-minicart:hover::before {
    box-shadow: none;
}
.mobile-minicart::before {
    background: #379a18 url('../images/ic_cart.png') no-repeat center center;
    content: '';
    width: 46px;
    align-self: stretch;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.mobile-minicart__text {
    width: 46px;
}
.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 320px;
    top: 0;
    left: -320px;
    z-index: 30;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.4s;
}
.mobile-menu__search {
    background: #fff;
    display: flex;
    height: 42px;
}
.mobile-menu__search-input {
    border: 0;
    padding: 0 14px;
    flex: 1 1 auto;
    font-family: 'Roboto Condensed',sans-serif;
}
.mobile-menu__title {
    color: #2b8200;
    text-transform: uppercase;
    font: 700 18px/30px 'Roboto Condensed',sans-serif;
    padding: 8px 14px;
    background: #f5fbf0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfeddb;
    border-top: 1px solid #dfeddb;
}
.mobile-menu__wrapper {
    transition: 0.4s;
}
.mobile-menu__close {
    color: #a4bc96;
    font: 700 24px/30px Arial, sans-serif;
    cursor: pointer;
}
.mobile-menu__close:hover {
    text-decoration: none;
    color: #2e8014;
}
.mobile-menu__close::after {
    content: '\2715';
    display: block;
}
.mobile-menu__catalog {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mobile-menu__catalog-back {
    text-transform: uppercase;
    font: 700 14px/30px 'Roboto Condensed',sans-serif;
    padding: 6px 14px;
    cursor: pointer;
}
.mobile-menu__catalog-back-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12'%3E%3Cpath d='M253.052,4840.24a0.747,0.747,0,0,0,.026.13c0,0.01.014,0.02,0.019,0.03a0.967,0.967,0,0,0,.2.3l4.992,5a1,1,0,0,0,1.414-1.42l-3.287-3.29H269a1.005,1.005,0,0,0,0-2.01H256.416l3.287-3.29a1.006,1.006,0,0,0,0-1.42,0.983,0.983,0,0,0-1.414,0l-4.992,4.99a1.01,1.01,0,0,0-.2.31c0,0.01-.014.01-0.019,0.02a1.147,1.147,0,0,0-.026.14A0.651,0.651,0,0,0,253.052,4840.24Z' transform='translate(-253 -4834)'/%3E%3C/svg%3E");
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 10px;
}
.mobile-menu__catalog li,.mobile-menu__nav li {
    border-bottom: 1px solid #dfeddb;
}
.mobile-menu__catalog a,.mobile-menu__nav a {
    color: #212121;
    text-transform: uppercase;
    font: 700 14px/30px 'Roboto Condensed',sans-serif;
    padding: 6px 14px;
    display: block;
}
.mobile-menu__catalog a:hover,
.mobile-menu__nav a:hover,
.mobile-menu__catalog-back:hover {
    text-decoration: none;
    background-color: #f6f9f2;
    color: #2E8014;
}
.mobile-menu__catalog-parent > a {
    background: url("data:image/svg+xml,%3Csvg width='6' height='11.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.09831,8.5082a1.05411,1.05411 0 0 0 0.58628,-0.25033l4.42683,-3.79444a1.05411,1.05411 0 1 0 -1.37021,-1.60079l-3.74173,3.20816l-3.74173,-3.20816a1.05411,1.05411 0 1 0 -1.37021,1.60079l4.42683,3.79443a1.05411,1.05411 0 0 0 0.78393,0.25033l0.00001,0.00001z' fill='%23212121' transform='rotate(-90, 3, 5.55)'/%3E%3C/svg%3E") no-repeat right 14px center;
    padding: 6px 28px 6px 14px;
}
.mobile-menu__catalog-child {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #FFF;
    margin: 0;
    padding: 0;
}
.mobile-menu__catalog-child.opened {
    display: block;
}
.mobile-menu__catalog-child ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile-menu__catalog-child a {
    padding: 6px 14px 6px 28px;
}
.mobile-menu__catalog-child-link > a {
    color: #2E8014;
    padding: 6px 14px;
}
.mobile-menu__nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mobile-menu__nav a {
    background: #F3F7F0;
}
.overlay {
    background: rgba(9, 24, 8, 0.6);
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 21;
    transition: 0.4s;
    visibility: hidden;
}
.breadcrumbs {
    padding: 8px 20px;
    margin: 0;
    background: #F6FBF0;
    color: #515151;
    line-height: 24px;
}
.breadcrumbs > a:hover {
    text-decoration: underline;
}
.breadcrumbs > span {
    margin: 0 5px;
}
.breadcrumbs > .current {
    margin: 0;
}
.home__slider {
    margin: 20px 0 0;
}
.main {
    display: flex;
    margin: 20px 0 0;
}
.sidebar {
    flex: 0 0 255px;
    margin: 0 25px 0 0;
}
.sidebar__catalog-wrapper {
    margin: 0 0 20px;
}
.sidebar-catalog__title {
    background: #141414;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font: 700 18px 'Roboto Condensed',sans-serif;
}
.sidebar-catalog {
    background: #f1f1f1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar-catalog__child {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar-catalog__parent.opened > .sidebar-catalog__child {
    display: block;
    background: #e2e2e2;
}
.sidebar-catalog__parent > a:after {
    border: solid #9c9c9c;
    border-width: 0 2px 2px 0;
    content: '';
    position: absolute;
    transform: rotate(-45deg);
    right: 15px;
    width: 8px;
    height: 8px;
    top: 15px;
    transition: 0.4s;
}
.sidebar-catalog a {
    padding: 10px 20px;
    display: block;
    color: #141414;
    line-height: 18px;
    position: relative;
    transition: 0.2s;
    border-bottom: 1px solid #d8d8d8;
}
.sidebar-catalog li > a:hover {
    background: #9c9c9c;
    border-color: #9c9c9c!important;
    color: #fff;
}
.sidebar-catalog li.active > a {
    background: #379a18;
    border-color: #379a18!important;
    color: #fff;
}
.sidebar-catalog li.active > a:after, .sidebar-catalog li > a:hover:after {
    border-color: #fff;
}
.sidebar-catalog li.opened > a:after {
    transform: rotate(45deg);
    top: 13px;
}
.sidebar-catalog__child li > a:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url('../images/ic_ball.png') no-repeat center 0;
    position: absolute;
    left: 20px;
    top: 13px;
}
.sidebar-catalog__child li > a{
    padding-left: 40px;
    border-color: #c3c3c3;
    position: relative;
}
.sidebar-news {
    padding: 0 20px;
    margin: 0 0 20px;
}
.sidebar-news__title {
    font-size: 22px;
}
.sidebar-news__title-link {
    text-decoration: underline;
}
.news__item {
    border-bottom: 1px dashed #cbcbcb;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.news__item:last-child {
    border: 0;
    padding: 0;
}
.news__item-date {
    color: #688970;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 2px;
}
.news__item-title {
    text-decoration: underline;
    margin: 0 0 0.5em;
    display: inline-block;
}
.news__item-text {
    font-size: 12px;
    line-height: 18px;
}
.sidebar__portal-link {
    display: block;
    text-align: center;
}
.sidebar__portal-link > img {
    max-width: 210px;
}
.content {
    flex: 1 1 auto;
    min-width: 0;
}
.content__text {
    padding: 20px 25px;
    background: #f6fbf0;
    font-size: 15px;
}
.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.products__item {
    border: 1px solid #f1f1f1;
    margin: 0 10px 20px;
    padding: 20px;
    transition: box-shadow 0.4s ease,border-color 0.4s ease;
    position: relative;
    flex: 0 1 calc(33.3333% - 20px);
    display: flex;
    flex-direction: column;
}
.products__item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.products__item-image > img {
    max-width: 100%;
    height: auto;
}
.products__item-variants {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: max-height 1s cubic-bezier(0,1,0,1),opacity 0.5s;
    z-index: 18;
    padding: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #ededed;
    opacity: 0;
    max-height: 0;
    border-radius: 0 0 4px 4px;
}
.products__item-image:hover .products__item-variants {
    opacity: 1;
    transition: 0.5s;
    max-height: 85%;
}
.products__item-variant {
    margin: 10px;
    flex: 0 1 calc(33.3333% - 20px);
}
.products__item-variant > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.products__item-sku {
    position: absolute;
    font: 12px Arial,sans-serif;
    padding: 6px 12px;
    top: 0;
    left: 0;
    background: #f1f1f1;
    z-index: 28;
}
.products__item-labels,
.product__labels {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 14px;
    pointer-events: none;
    z-index: 5;
}
.products__item-labels {
    right: -8px;
}
.product__labels {
    right: -7px;
}
.products__item-label,
.product__label {
    padding: 4px 10px;
    color: #fff;
    font: 700 14px 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.products__item-label:after,
.product__label:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    border-right: solid 8px transparent;
}
.products__item-label.new,
.product__label.new {
    background: #379a18;
}
.products__item-label.new:after,
.product__label.new:after {
    border-top: solid 8px #286F11;
}
.products__item-label.sale,
.product__label.sale {
    background: #df3811;
}
.products__item-label.sale:after,
.product__label.sale:after {
    border-top: solid 8px #bc300f;
}
.products__item-label.recommended,
.product__label.recommended {
    background: #f29a02;
}
.products__item-label.recommended:after,
.product__label.recommended:after {
    border-top: solid 8px #c67d00;
}
.products__item-title {
    margin: 12px 0 6px;
    font-size: 16px;
    text-decoration: underline;
}
.products__item-sizes {
    position: absolute;
    left: 10px;
    top: 36px;
    width: 58px;
    height: 41px;
    background: url('../images/ic_sizes.png') no-repeat center 0;
    cursor: help;
    z-index: 8;
}
.products__item-sizes.adult {
    background-position: 0 -41px;
}
.products__item-sale-price {
    font-size: 20px;
    margin: auto 0 12px;
}
.products__item-more.button {
    padding: 8px 16px;
}
.products__filter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}
.products__filter-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0.01px;
    height: 0.01px;
}
.products__filter-button {
    margin: 0px 3px 6px;
    padding: 3px 10px;
    transition: 0.4s ease;
    cursor: pointer;
    background: #f1f1f1;
    font: 15px/1.5 'Roboto Condensed',sans-serif;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.products__filter-button:hover {
    background: #ddd;
}
.products__filter-input:checked + .products__filter-button {
    background: #52AD36;
    border-color: #3c662f;
    color: #fff;
}
.products__sorting {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    background: #f6fbf0;
    padding: 8px 10px;
    border-radius: 2px;
    justify-content: space-between;
    align-items: center;
}
.products__sorting-price > a,.products__sorting-reset > a {
    border-bottom: 1px dashed;
}
.products__sorting-count {
    margin: 0 14px;
    padding: 0 14px;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.products__sorting-pagination {
    margin: 0 auto 0 0;
    padding: 0 12px 0 0;
    list-style-type: none;
    display: flex;
}
.products__sorting-pagination a, .products__sorting-pagination span {
    color: #000;
    padding: 2px 6px;
    display: block;
    text-decoration: underline;
    border-radius: 2px;
}
.products__sorting-pagination li.disabled span {
    text-decoration: none;
}
.products__sorting-pagination a:hover {
    background: rgba(61, 70, 61, 0.1);
}
.products__sorting-pagination > li.active > span  {
    color: #fff;
    background: #52ad36;
    font-weight: bold;
    text-decoration: none;
}
.pagination {
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
    justify-content: center;
}
.pagination__text {
    margin: 0 8px 0 0;
}
.pagination__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.pagination__list a, .pagination__list span {
    color: #000;
    padding: 4px 8px;
    display: block;
    font-size: 16px;
    text-decoration: underline;
    min-width: 28px;
    border-radius: 2px;
    text-align: center;
}
.pagination__list li.disabled span {
    text-decoration: none;
}
.pagination__list a:hover {
    background: rgba(61, 70, 61, 0.1);
}
.pagination__list > li.active > span  {
    color: #fff;
    background: #52ad36;
    font-weight: bold;
    text-decoration: none;
}
.product {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 20px;
}
.product__images {
    margin: 0 25px 0 0;
    position: relative;
    max-width: 400px;
    min-width: 250px;
    flex: 1 1 45%;
}
.product__slider {
    margin: 0 0 20px;
    border: 2px solid #f1f1f1;
}
.product__slider .slides__item {
    display: block;
    margin: 23px;
}
.product__thumbs {
    background: #f6fbf0;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
}
.product__thumbs-item {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin: 5px;
    cursor: pointer;
}
.product__thumbs-item > img {
    border: 2px solid #dde6d1;
    border-radius: 2px;
    opacity: 0.8;
    transition: 0.4s;
    max-width: 100%;
    height: auto;
}
.product__thumbs-item > img:hover,
.product__thumbs-item.active > img {
    border-color: #379a18;
    opacity: 1;
}
.product__content {
    flex: 1 1 55%;
}
.product__sku {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
    margin: 0 0 20px;
    color: #555;
}
.product__info {
    display: flex;
    margin: 0 0 20px;
}
.product__info-col.left {
    flex: 1 1 auto;
    margin: 0 20px 0 0;
}
.product__prices {
    padding: 15px 20px;
    background: #ecf9dc;
    margin: 0 0 20px;
    border-radius: 2px;
}
.product__price-sale {
    font: 18px Arial,sans-serif;
}
.product__price-sale > strong {
    font: bold 22px/1.5 Arial,sans-serif;
    white-space: nowrap;
}
.product__price-warning {
    background: url('../images/ic_warning.png') no-repeat 0 center;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    cursor: help;
}
.product__option {
    padding: 15px 20px;
    margin: 0 0 20px;
    border-radius: 2px;
    background: #eee;
    color: #555;
}
.product__option-label {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1;
}
.product__option-select {
    background-color: #ffffff;
    border: 0;
    height: 32px;
    padding: 0 0 0 8px;
    width: 100%;
    cursor: pointer;
}
.product__option-sizes-link {
    border-bottom: 1px dashed;
}
.product__info-row {
    display: flex;
}
.product__count,
.cart__count {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #555555;
    display: flex;
    overflow: hidden;
    flex: 0 0 120px;
    margin: 0 auto;
}
.product__count {
    margin-right: 20px;
}
.product__count-button,
.cart__count-button {
    background: #fff;
    cursor: pointer;
    font: 700 18px/38px Tahoma, sans-serif;
    padding: 0 8px;
    flex: 1;
    text-align: center;
    transition: 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product__count-input,
.cart__count-input {
    background-color: #f7f7f7;
    border-color: transparent #e5e5e5;
    border-style: none solid;
    border-width: 0 1px;
    font: bold 16px Arial, sans-serif;
    padding: 0 8px;
    min-width: 0;
    width: 35%;
    border-radius: 0;
    text-align: center;
}
.product__count-button:hover,
.cart__count-button:hover {
    background: #F1F1F1;
}
.product__add.button {
    flex: 1;
}
.product__cart.button {
    background: #141414;
    line-height: 40px;
    opacity: 0;
    max-height: 0;
    display: block;
    visibility: hidden;
    transition: 0.6s;
}
.product__cart.button.active {
    max-height: 50px;
    opacity: 1;
    margin: 20px 0 0;
    visibility: visible;
}
.product__cart.button:hover {
    background-color: #52AD36;
}
.product__tabs {
    display: flex;
    align-items: flex-end;
}
.product__tabs > span {
    padding: 8px 20px;
    cursor: pointer;
}
.product__tabs > span.active {
    background: #333;
    font-weight: bold;
    color: #fff;
}
.product__tabs-content-item {
    display: none;
    padding: 15px 20px;
    background: #f4f4f4;
}
.product__tabs-content-item.active {
    display: block;
}
.product__info-col.right {
    flex: 1 1 50%;
}
.product__portal {
    display: block;
}
.product__portal > img {
    max-width: 100%;
    height: auto;
}

.cart__scroll-wrapper {
    position: relative;
    overflow: hidden;
}
.cart__scroll-wrapper::after,
.cart__scroll-wrapper::before {
    position: absolute;
    width: 10px;
    content: '';
    top: 0;
    visibility: hidden;
    bottom: 0;
    height: auto;
}
.cart__scroll-wrapper::before {
    left: -10px;
    box-shadow: 2px 0 14px -2px rgba(0,0,0,.6);
}
.cart__scroll-wrapper::after {
    right: -10px;
    box-shadow: -2px 0 14px -2px rgba(0,0,0,.6);
}
.cart__wrapper {
    overflow-x: auto;
}
.cart {
    border: 0;
    margin: 0;
}
.cart tr {
    text-align: center;
    background: none;
}
.cart__header th {
    background: #f7f7f7;
    padding: 6px 10px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.cart td {
    border-left: 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}
.cart__item-image img {
    max-width: 100%;
    height: auto;
}
.cart__item {
    text-align: left;
}
.cart__item-sku {
    margin: 0;
    color: #555;
    font-size: 12px;
}
.cart__item-link {
    margin: 0 0 0.5em;
    display: inline-block;
}
.cart__item-options {
    color: #555;
}
.cart__item-remove {
    background: #ffe1cc;
    border-radius: 2px;
    transition: 0.4s;
    font: 16px/26px Arial,sans-serif;
    width: 26px;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.cart__item-remove:hover {
    background: #e03c3c;
}
.cart__item-remove:after {
    content: '\2716\fe0e';
    color: #d87f54;
}
.cart__item-remove:hover::after {
    color: #fff;
}
.cart__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
}
.cart__total {
    font: 18px/1.5 Arial,sans-serif;
}
.cart__clear > button {
    height: 100%;
    padding: 5px 10px;
    border: 0;
    border-radius: 2px;
    color: #141414;
    background: #e5e5e5;
    cursor: pointer;
    font: 15px 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    transition: 0.4s;
}
.cart__clear > button:hover {
    background: #141414;
    color: #fff;
}
.cart__price-warning {
    background: #fce8db;
    padding: 15px;
    color: #8f2e00;
    text-align: center;
}
.cart-form__row {
    display: flex;
    margin: 0 -10px 20px;
}
.cart-form__col {
    flex: 1;
    margin: 0 10px;
}
.cart-form__title {
    margin: 0 0 20px;
}
.cart-form__label {
    display: flex;
    cursor: pointer;
    padding: 6px 20px 6px 6px;
    margin: 0 0 10px;
    border-radius: 2px;
    transition: background-color 0.4s;
}
.cart-form__label:hover {
    background: #f6fbf0;
}
.cart-form__label.checked {
    background: #f6fbf0 url('../images/ic_radio-checked.png') no-repeat right top;
}
.cart-form__radio {
    visibility: hidden;
    position: absolute;
}
.cart-form__logo {
    margin: 0 15px 0 0;
}
.cart-form__logo > img {
    display: block;
    border-radius: 2px;
    border: 2px solid #e2ead7;
}
.cart-form__label.checked img {
    border-color: #379a18;
}
.cart-form__name {
    color: #379a18;
    font-weight: 700;
    line-height: 1.7;
}
.cart-form__descr {
    color: #67795d;
    font-size: 12px;
}
.cart-form__input,.popup-form__input {
    height: 38px;
    padding: 6px 10px 6px 10px;
    margin: 0 0 15px;
    border-radius: 2px;
    resize: vertical;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e2ead7;
    transition: border 0.4s;
}
.cart-form__input:focus,.popup-form__input:focus {
    border-color: #379a18;
}
.cart-form__input.required,.popup-form__input.required {
    background: url('../images/required.png') no-repeat scroll right center;
}
.cart-form__input.error,.popup-form__input.error {
    border-color: #db4d35;
}
.cart-form__total {
    text-align: right;
    border-top: 2px solid #e2ead7;
    padding: 15px 0;
}
.cart-form__total-cost {
    font: 24px/1.5 'Roboto Condensed',sans-serif;
    margin: 0;
}
.cart-form__total-delivery {
    font: 18px/1.5 'Roboto Condensed',sans-serif;
    margin: 0;
}
.cart__footer .cart-form__total-cost {
    margin: 0 25px 0 0;
}
.cart-form__submit.button {
    padding: 0 25px;
    line-height: 40px;
    margin: 15px 0 0;
}
.cart__thanks {
    background: #ecf9dc;
    padding: 25px;
    margin: 0 0 25px;
    font-size: 16px;
    border: 1px solid #d2e8bc;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px;
}
.footer__logo {
    flex: 1;
    max-width: 180px;
    margin: 0 60px 0 0;
    min-width: 120px;
}
.footer__title {
    font: 700 16px 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.footer__pay-delivery {
    flex: 1;
    min-width: 400px;
    margin: 0 60px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__pay-delivery-image {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px;
}
.footer__copyright {
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    font: 700 14px/1.5 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
}
.footer__copyright-text {
    font: 12px/1.5 'Roboto Condensed',sans-serif;
    color: #333;
    margin: 0 0 10px;
}
.footer__contacts {
    flex: 0 1 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 12px;
    border-radius: 2px;
    font: 16px/1.5 'Roboto Condensed',sans-serif;
}
.footer__contacts > p {
    margin: 0 0 0.5em;
}
.footer__contacts > p:last-child {
    margin: 0;
}
.search__found-count {
    font-size: 16px;
}
.popup-form {
    background: #fff;
    margin: 0 auto;
    width: 350px;
}
.popup-form__header {
    background: #141414;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}
.popup-form__wrap {
    padding: 20px;
}
.popup-form__input-wrap {
    margin: 0 0 10px;
}
.popup-form__label {
    font-weight: 700;
    color: #555;
    margin: 0 0 0.5em;
    display: block;
}
.popup-form__submit.button {
    width: 100%;
    padding: 10px;
}
.popup-form__success,.popup-form__error {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}
.popup-sizes {
    background: #fff;
    padding: 30px 40px;
    margin: 0 auto;
    width: 600px;
}
.popup-sizes .mfp-close {
    color: #141414;
}
.popup-sizes .mfp-close:hover {
    color: #fff;
}
.flexslider {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    -moz-user-select: none;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flex-viewport {
    max-height: 2000px;
    transition: 1s;
}
.flex-direction-nav > a {
    text-decoration: none;
    display: block;
    width: 22px;
    height: 32px;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all 0.2s;
    background-image: url('../images/ic_controls.png');
}
.flex-direction-nav > .flex-prev {
    left: -20px;
}
.flex-direction-nav > .flex-next {
    right: -20px;
    background-position: 0 -32px;
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 10px;
}
.flexslider:hover .flex-prev:hover,.flexslider:hover .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    cursor: default;
    z-index: -1;
}
.flex-control-nav {
    position: absolute;
    bottom: 15px;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
}
.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #379a18;
    border-radius: 20px;
    transition: 0.4s;
}
.flex-control-paging li a:hover {
    background: rgba(55, 154, 24, 0.3);
}
.flex-control-paging li a.flex-active {
    background: #379a18;
    cursor: default;
}
.tooltip {
    background-color: #141414;
    color: #ffffff;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 150;
    text-transform: uppercase;
    font: 700 12px/1.5 'Roboto Condensed',sans-serif;
    padding: 5px 10px;
    border-radius: 2px;
}
.tooltip:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}
.tooltip.n:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -8px;
    border-top-color: #141414;
    border-top-style: solid;
    border-top-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.tooltip.e:before {
    border-right-color: #141414;
    border-right-style: solid;
    border-right-width: 6px;
    left: -6px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    margin-top: -6px;
    top: 50%;
}
.tooltip.w:before {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    margin-top: -6px;
    top: 50%;
    border-left-color: #141414;
    border-left-style: solid;
    border-left-width: 6px;
    right: -6px;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104;
    overflow: hidden;
    position: fixed;
    background: #545b50;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 5px;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 107;
}
.mfp-hide {
    display: none!important;
}
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-preloader{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-preloader {
    font-size: 0;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #838383;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    z-index: 106;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 108;
    box-shadow: none;
    touch-action: manipulation;
}
.mfp-close {
    width: 44px;
    height: 44px;
    font: normal 28px/44px Arial, monospace;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: 0.4s;
}
.mfp-close:after {
    content: '\00D7';
}
.mfp-close:hover,
.mfp-close:focus {
    background: #379a18;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.4s;
    transform: translateY(-100%);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.4s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50%);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0b0b0b;
    opacity: 0.8;
    display: none;
    z-index: 104;
}
.sl-wrapper {
    z-index: 103;
}
.sl-wrapper button {
    border: 0 none;
    padding: 0;
    cursor: pointer;
}
.sl-close {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 108;
    width: 48px;
    height: 48px;
    font: normal 32px/48px Arial, monospace;
    color: #fff;
    background: #000;
    opacity: 0.6;
}
.sl-close:after {
    content: '\2715';
}
.sl-close:hover {
    opacity: 1;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}
.sl-wrapper .sl-navigation button {
    opacity: 0.2;
    margin: 0;
    top: 0;
    padding: 0;
    height: 100%;
    transition: opacity 0.4s;
    position: fixed;
    z-index: 107;
    width: 52px;
    background: transparent;
}
.sl-wrapper .sl-navigation button:hover {
    opacity: 1;
}
.sl-prev {
    left: 0;
}
.sl-next {
    right: 0;
}
.sl-prev::before,.sl-next::before {
    background-image: url('../images/ic_controls.png');
    position: absolute;
    top: 50%;
    margin-top: -16px;
    content: "";
    display: block;
    width: 22px;
    height: 32px;
}
.sl-prev::before {
    left: 15px;
    background-position: 0 0;
}
.sl-next::before {
    right: 15px;
    background-position: 0 -32px;
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 106;
    cursor: grab;
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
}
.sl-spinner {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 105;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #838383;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    margin: -30px 0 0 -30px;
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}