*  {
    margin: 0;
    padding: 0;
    max-height: 999999px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
html, body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'PF Din Text Cond Pro', Tahoma, sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    color: #181818;
}
a {
    color: #181818;
    text-decoration: none;
    outline: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
b,
strong {
    font-weight: bold;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
iframe {
    max-width: 100%;
}
.body {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
}
.wrap {
    flex: 1;
}

.up {
    position: fixed;
    right: -58px;
    bottom: 30px;
    display: block;
    width: 58px;
    height: 58px;
    background: #363636 url("../images/svg/arrowup.svg") no-repeat 50% 50%;
    background-size: 22px auto;
    z-index: 109;
}
.up.fixed {
    right: 30px;
}

.fancybox-slide {
    padding: 15px;
}
.noShow{
    display: none;
}
/* header */
.header__wrap {
    min-height: 174px;
    background: #181818;
}
.header {
    top: -174px;
    left: 0;
    right: 0;
    padding: 54px 0;
    height: 174px;
    background: #181818;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 101;
}
.header__logo {
    display: block;
    float: left;
    width: 310px;
}
.header__right {
    float: right;
}
.menu__open {
    display: none;
    width: 50px;
    height: 46px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menu__open span {
    display: block;
    position: absolute;
    left: 14px;
    width: 22px;
    height: 2px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu__open span:nth-child(1) {
    top: 16px;
}
.menu__open span:nth-child(2),.menu__open span:nth-child(3) {
    top: 22px;
}
.menu__open span:nth-child(4) {
    top: 28px;
}
.menu__open.open span:nth-child(1) {
    left: 25px;
    top: 16px;
    width: 0;
}
.menu__open.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu__open.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu__open.open span:nth-child(4) {
    left: 25px;
    top: 16px;
    width: 0;
}
.header__menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0 80px 0 0;
}
.header__menu ul {
    position: relative;
    display: block;
    margin: 0;
}
.header__menu ul:after {
    content: "";
    display: table;
    clear: both;
}
.header__menu ul li {
    position: relative;
    display: block;
}
.header__menu > ul > li {
    float: left;
    margin: 0 5px;
}
.header__menu ul li a {
    display: block;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.header__menu > ul > li > a {
    padding: 20px 18px;
    border-bottom: 1px solid transparent;
}
.header__menu ul li.parent a svg {
    vertical-align: 2px;
    margin: 0 0 0 10px;
    font-size: 8px;
}
.header__menu > ul > li.active > a {
    border-bottom-color: #587799;
}
.header__menu li.active > a {
    color: #587799;
}
.header__menu ul ul {
    position: absolute;
    left: 0;
    top: 55px;
    display: none;
    padding: 4px 95px 4px 20px;
    background: #181818;
    z-index: 101;
}
.header__menu ul ul li {
    margin: 10px 0;
}
.header__menu ul ul li a {
    font-size: 17px;
    line-height: 30px;
    white-space: nowrap;
}
.header__menu ul ul ul {
    display: none !important;
}
.header__links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 0;
}
.header__links a {
    position: relative;
    display: block;
    padding: 0 0 0 40px;
    min-width: 18px;
    height: 22px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.header__links a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 22px;
    background: url("../images/svg/login.svg") no-repeat;
    background-size: 100% auto;
}
.header__search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header__search form {
    position: absolute;
    right: 5px;
    top: 9px;
    display: none;
    width: 250px;
    height: 40px;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    z-index: 1;
}
.header__search form:before {
    content: "";
    position: absolute;
    left: -170px;
    top: -20px;
    bottom: -20px;
    width: 190px;
    background: -moz-linear-gradient(left,  rgba(24,24,24,0) 0%, rgba(24,24,24,0.5) 50%, rgba(24,24,24,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(24,24,24,0) 0%,rgba(24,24,24,0.5) 50%,rgba(24,24,24,1) 100%);
    background: linear-gradient(to right,  rgba(24,24,24,0) 0%,rgba(24,24,24,0.5) 50%,rgba(24,24,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33181818', endColorstr='#181818',GradientType=1 );
    z-index: -1;
}
.header__search form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    background: #000;
    border: 2px solid #fff;
    border-radius: 25px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.header__search form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url("../images/svg/search.svg") no-repeat 50% 50%;
    background-size: 17px 17px;
    border: 0;
}
.header__search input::-webkit-input-placeholder {
    color: #9b9b9b;
}
.header__search input::-moz-placeholder {
    color: #9b9b9b;
}
.header__search input:-moz-placeholder {
    color: #9b9b9b;
}
.header__search input:-ms-input-placeholder {
    color: #9b9b9b;
}
.search__open {
    position: relative;
    width: 50px;
    height: 60px;
    text-align: center;
    opacity: 0.7;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}
.search__open svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
}
.search__open:hover {
    opacity: 1;
}
.header__cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
    width: 50px;
    height: 60px;
    color: #fff;
}
.header__cart svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
}
.header__cart span {
    position: absolute;
    right: -5px;
    top: 5px;
    display: block;
    padding: 5px 0;
    width: 23px;
    height: 23px;
    background: #5a6d82;
    border-radius: 50%;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__cart span.zero {
    background: #3d3d3d;
}

.header.fixed {
    position: fixed;
    top: 0;
    padding: 24px 0;
    height: 95px;
}
.header.fixed .header__menu > ul > li > a {
    padding: 10px 18px;
}
.header.fixed .header__menu > ul ul {
    top: 45px;
}
.header.fixed .search__open,
.header.fixed .header__cart {
    height: 46px;
}
.header.fixed .header__search form {
    top: 2px;
}
.header.fixed .header__cart span {
    top: -2px;
}

/* promo */
.promo {
    position: relative;
    background: #181818;
}
.promo__video {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.promo__video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(3, 3, 3, 0.26);
    z-index: 1;
}
.promo__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.promo__open {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: -25px 0 0;
    width: 100px;
    height: 100px;
    background: url("../images/svg/play.svg") no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 2;
}
.promo__btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    padding: 0 0 0 28px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    z-index: 2;
}
.promo__btn svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: -1px 0 0;
}

/* category__list */
.category__list {
    padding: 60px 0;
    background: #181818;
}
.category__block {
    position: relative;
    margin: 0 0 30px;
    color: #fff;
}
.category__block:last-child {
    margin: 0;
}
.category__block:after {
    content: "";
    display: table;
    clear: both;
}
.category__image {
    display: block;
    width: 560px;
    height: 330px;
    background: #373737;
    overflow: hidden;
}
.category__desc {
    float: left;
    display: table;
    width: 400px;
}
.category__cell {
    display: table-cell;
    vertical-align: middle;
    height: 330px;
}
.category__block:nth-child(odd) .category__image {
    float: left;
    margin: 0 70px 0 0;
}
.category__block:nth-child(even) .category__image {
    float: right;
    margin: 0 0 0 70px;
}
.category__block:nth-child(odd) .category__desc {
    float: left;
}
.category__block:nth-child(even) .category__desc {
    float: right;
    text-align: right;
}
.category__title {
    margin: 0 0 30px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 58px;
    line-height: 58px;
    font-weight: bold;
    text-transform: uppercase;
}
.category__title a {
    display: inline-block;
    padding: 0 0 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.category__text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 20px;
}
.category__btn {
    display: inline-block;
    padding: 14px 0;
    width: 165px;
    height: 42px;
    background: #000;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

/* text */
.text {
    padding: 70px 0;
}
.text__content {
    float: left;
    width: 820px;
}
.text__content h1 {
    margin: 0 0 35px;
    font-family: 'Bebas Neue Bold', Tahoma, sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
}
.text__content h1 br {
    display: none;
}
.text__btn {
    margin: 35px 0 0;
}
.text__btn a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    height: 50px;
    background: #fff;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}
.text__read {
    padding: 15px 30px;
    border: 1px solid #c8c8c8;
}
.text__open {
    padding: 14px 30px;
    border: 1px solid #5a6d82;
    color: #5a6d82;
}
.text__open svg {
    vertical-align: -4px;
    margin: 0 8px 0 0;
    font-size: 20px;
}
.text__contacts {
    float: right;
    margin: 6px 0 0;
    width: 330px;
}
.text__phone {
    margin: 0 0 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}
.text__whatsapp {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 0 24px;
    font-size: 16px;
    line-height: 24px;
}
.text__whatsapp svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
}
.text__email {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 28px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.text__email svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 1px 0 0;
}
.text__price {
    display: block;
    margin: 0 0 10px;
    padding: 13px 0;
    width: 300px;
    height: 48px;
    background: #5a6d82;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.text__instagram {
    position: relative;
    display: block;
    padding: 12px 0;
    width: 150px;
    height: 48px;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.text__instagram:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818;
    border-radius: 4px;
    z-index: -1;
}
.text__instagram:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-radius: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: -1;
}
.text__instagram svg {
    vertical-align: -3px;
    margin: 0 8px 0 0;
    font-size: 23px;
}

/* about */
.page__about {
    margin: -20px auto 0;
    max-width: 940px;
    text-align: center;
}
.about__video {
    margin: 0 0 30px;
}
.video__wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page__about h1.headline {
    font-size: 110px;
    line-height: 110px;
    text-align: center;
}
.page__about h1.headline br {
    display: none;
}
.page__about .content h1 {
    font-size: 52px;
    line-height: 56px;
}
.page__about .content h2 {
    font-size: 48px;
    line-height: 52px;
}
.page__about .content h3 {
    font-size: 32px;
    line-height: 36px;
}
.video__list {
    margin: 70px 0 0;
}
.video__list ul {
    position: relative;
    display: block;
    margin: -10px;
}
.video__list ul:after {
    content: "";
    display: table;
    clear: both;
}
.video__list ul li {
    display: block;
    float: left;
    padding: 10px;
    width: 50%;
}

/* 404 */
.page__404 {
    position: relative;
    margin: -20px 0 0;
    width: 670px;
}
.page__404:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 13px;
    margin: 0 0 0 60px;
    width: 412px;
    height: 319px;
    background: url("../images/svg/404.svg") no-repeat;
    background-size: 100% auto;
}
.page__404 h1.headline,
.cart__empty h1.headline,
.cart__success h1.headline,
.page__download h1.headline {
    margin: 0 0 30px;
    font-size: 110px;
    line-height: 110px;
}
.page__404 p,
.cart__empty p,
.page__download p {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.page__404 form,
.cart__empty form {
    position: relative;
    max-width: 320px;
    height: 40px;
}
.page__404 form input[type="text"],
.cart__empty form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    background: #fff;
    border: 2px solid #181818;
    border-radius: 25px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.page__404 form input[type="submit"],
.cart__empty form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    background: url("../images/svg/search-black.svg") no-repeat 50% 50%;
    background-size: 17px 17px;
    border: 0;
}
.page__404 input::-webkit-input-placeholder,
.cart__empty input::-webkit-input-placeholder {
    color: #383838;
}
.page__404 input::-moz-placeholder,
.cart__empty input::-moz-placeholder {
    color: #383838;
}
.page__404 input:-moz-placeholder,
.cart__empty input:-moz-placeholder {
    color: #383838;
}
.page__404 input:-ms-input-placeholder,
.cart__empty input:-ms-input-placeholder {
    color: #383838;
}
.page__404 .back__bottom,
.cart__empty .back__bottom {
    margin: 50px 0 0;
    padding: 60px 0 0;
    border-top: 1px solid #dadada;
}

/* cart */
.cart__empty,
.cart__success,
.page__download {
    position: relative;
    margin: -20px 0 0;
    width: 790px;
}
.cart__empty:after,
.cart__success:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 13px;
    margin: 0 0 0 40px;
    width: 222px;
    height: 210px;
    background: url("../images/svg/zakazok.svg") no-repeat;
    background-size: 100% auto;
}
.cart__empty:after {
    top: 50px;
}
.cart__empty .back__top,
.page__download .back__top {
    margin: -35px 0 20px;
}
.cart__success p {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cart__pdf {
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding: 16px 0 16px 80px;
    width: 265px;
    height: 74px;
    border: 1px solid #dedede;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}
.cart__pdf:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 16px;
    width: 30px;
    height: 40px;
    background: url("../images/svg/pdf.svg") no-repeat;
    background-size: 100% auto;
}
.cart__pdf span {
    display: inline-block;
    margin: 0 0 6px;
    border-bottom: 1px solid #e36d6d;
    font-size: 16px;
    line-height: 18px;
    color: #d91616;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cart__success .back__bottom {
    margin: 0;
    padding: 0;
}

.page__cart {
    margin: -20px 0 0;
}
.page__cart .back__top {
    margin: -35px 0 20px;
}
.page__cart h1.headline {
    margin: 0 0 30px;
    font-size: 110px;
    line-height: 110px;
}
.cart__th {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 15px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cart__th:nth-child(1) {
    width: 170px;
}
.cart__th:nth-child(2) {
    width: 604px;
}
.cart__th:nth-child(3) {
    width: 80px;
}
.cart__th:nth-child(4) {
    width: 126px;
}
.cart__th:nth-child(5) {
    width: 260px;
}
.cart__table {
    display: table;
    margin: 0 0 30px;
    border-bottom: 3px solid #181818;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cart__row {
    display: table-row;
}
.cart__row > .cart__sku {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
    width: 100px;
    border-top: 1px solid #d7d7d7;
}
.cart__cell .cart__sku {
    display: none;
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #565656;
}
.cart__image {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    width: 60px;
    border-top: 1px solid #d7d7d7;
}
.cart__image a {
    display: block;
    width: 60px;
}
.cart__desc {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px 30px;
    width: 694px;
    border-top: 1px solid #d7d7d7;
}
.cart__block {
    display: table;
}
.cart__cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 0 0;
    width: 604px;
}
.cart__title {
    display: block;
    margin: 0 0 4px;
}
.cart__option span {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #565656;
    text-transform: none;
}
.cart__option span:last-child {
    margin: 0;
}
.cart__price {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    white-space: nowrap;
}
.cart__price svg {
    vertical-align: -1px;
    font-size: 12px;
}
.cart__cost {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    width: 246px;
    border-top: 1px solid #d7d7d7;
}
.cart__quantity {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
    width: 126px;
}
.cart__quantity .product__quantity {
    display: block;
    margin: 0;
    width: 86px;
}
.cart__quantity .product__quantity span {
    padding: 4px 0;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    line-height: 15px;
    color: #181818;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cart__quantity .product__quantity span.disabled {
    background: #fff;
}
.cart__quantity .product__quantity input[type="text"] {
    padding: 0 6px;
    width: 32px;
    height: 28px;
    font-size: 13px;
    line-height: 13px;
}
.cart__sum {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
    width: 120px;
    font-size: 18px;
    white-space: nowrap;
}
.cart__sum svg {
    vertical-align: -1px;
    font-size: 14px;
}
.cart__delete {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    width: 140px;
    border-top: 1px solid #d7d7d7;
    text-align: center;
}
.cart__delete a {
    display: inline-block;
}
.cart__delete svg {
    vertical-align: 1px;
    font-size: 16px;
    color: #6a6a6a;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cart__right {
    float: right;
}
.cart__total {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.cart__total svg {
    vertical-align: 0;
    font-size: 18px;
}
.page__cart input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.page__cart .back__bottom {
    float: left;
    margin: 15px 0 0;
}

.cart__form {
    margin: -20px 0 0;
}
.cart__form .back__top {
    margin: -35px 0 20px;
}
.cart__form h1.headline {
    margin: 0 0 30px;
    font-size: 110px;
    line-height: 110px;
}
.form__title {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.form__left {
    float: left;
    width: 790px;
}
.form__wrap {
    padding: 35px 50px;
    border: 1px solid #ddd;
}
.form__wrap ul {
    display: block;
    margin: 0;
}
.form__wrap ul li {
    display: block;
    margin: 0 0 25px;
    clear: both;
}
.form__wrap ul li:nth-child(2), .form__wrap ul li:nth-child(5) {
    float: left;
    width: 390px;
    clear: none;
}
.form__wrap ul li:nth-child(3), .form__wrap ul li:nth-child(6) {
    float: right;
    width: 260px;
    clear: none;
}
.form__wrap .form__title {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 15px;
}
.form__wrap .form__title span,
.form__note span {
    color: #5a6d82;
}
.form__wrap ul li input[type="text"] {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #a9a9a9;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.form__note {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    clear: both;
}
.form__bottom {
    position: relative;
    padding: 25px 50px;
    background: #f4f4f4;
}
.form__bottom:after {
    content: "";
    display: table;
    clear: both;
}
.form__bottom label {
    float: left;
    margin: 18px 0 0;
    padding: 0 0 0 28px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.form__bottom label .jq-checkbox {
    left: 1px;
    top: -1px;
    border-color: #c1c1c1;
}
.form__bottom label .jq-checkbox.checked .jq-checkbox__div {
    border-color: #5a6d82;
}
.cart__form input[type="submit"] {
    width: 220px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.form__bottom input[type="submit"] {
    float: right;
}
.form__right input[type="submit"] {
    display: none;
}
.form__comment {
    margin: 30px 0 0;
    padding: 0 50px;
}
.form__open {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.form__open span {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
    cursor: pointer;
}
.form__open span:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 1px;
    width: 15px;
    height: 15px;
    background: url("../images/svg/comment.svg") no-repeat;
    background-size: 100% auto;
}
.form__open span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(to right, #5a6d82 20%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.form__block {
    display: none;
    margin: 20px 0 0;
}
.form__block .form__title {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 12px;
    color: #3c3c3c;
}
.form__block textarea {
    width: 100%;
    height: 100px;
    min-height: 42px;
    border: 1px solid #d0d0d0;
    resize: vertical;
    font-size: 15px;
    line-height: 21px;
}
.form__right {
    float: right;
    width: 370px;
}
.cart__list {
    margin: 0 0 18px;
    border-bottom: 1px solid #d7d7d7;
}
.cart__list ul {
    display: table;
    margin: 0;
}
.cart__list ul li {
    display: table-row;
}
.list__image {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0;
    width: 60px;
    border-top: 1px solid #d7d7d7;
}
.list__image a {
    display: block;
    width: 60px;
}
.list__desc {
    display: table-cell;
    vertical-align: top;
    padding: 15px 15px;
    width: 205px;
    border-top: 1px solid #d7d7d7;
}
.list__sku {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #565656;
}
.list__title {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.list__option span {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #565656;
}
.list__option span:last-child {
    margin: 0;
}
.list__number {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0;
    width: 45px;
    border-top: 1px solid #d7d7d7;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
}
.list__sum {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0;
    width: 60px;
    border-top: 1px solid #d7d7d7;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    white-space: nowrap;
}
.list__sum svg {
    vertical-align: -1px;
    font-size: 12px;
}
.form__total {
    float: right;
    margin: 10px 20px 0 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.form__total svg {
    vertical-align: 0;
    font-size: 14px;
}
.form__edit {
    display: block;
    float: left;
    padding: 12px 0;
    width: 170px;
    height: 38px;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

/* download */
.page__download:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50px;
    margin: 0 0 0 130px;
    width: 180px;
    height: 180px;
    background: url("../images/svg/download.svg") no-repeat;
    background-size: 100% auto;
}
.page__download .back__bottom {
    margin: 80px 0 0;
    padding: 60px 0 0;
    border-top: 1px solid #dadada;
}
.page__download p {
    margin: 0;
}
.page__download p a {
    color: #075587;
}

/* contacts */
.page__contacts {
    margin: -20px 0 0;
}
.page__contacts h1.headline {
    margin: 0 0 40px;
    font-size: 110px;
    line-height: 110px;
}
.contacts__tour {
    position: relative;
    float: right;
    width: 850px;
    height: 500px;
    background: #e3e3e3;
}
.contacts__tour span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.contacts__wrap {
    float: left;
    width: 330px;
}
.page__contacts .text__contacts {
    float: none;
    margin: 0;
    width: 100%;
}
.page__contacts .text__phone {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    padding: 0 0 0 28px;
    font-size: 30px;
    line-height: 30px;
}
.page__contacts .text__phone svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}
.page__contacts .text__whatsapp {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}
.page__contacts .text__email {
    margin: 12px 0 0;
}
.page__contacts .text__price {
    margin: 22px 0 10px;
}
.store__contacts {
    margin: 50px 0 0;
}
.contacts__title {
    margin: 0 0 24px;
    padding: 0 0 18px;
    border-bottom: 1px solid #ebebeb;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.store__title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.store__title svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}
.contacts__store {
    margin: 0 0 25px;
}
.contacts__store:last-child {
    margin: 0;
}
.contacts__store ul {
    display: block;
    margin: 0;
}
.contacts__store ul li {
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.contacts__store ul li:last-child {
    margin: 0;
}
.contacts__store ul li:before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
}

/* catalog */
.page__catalog {
    margin: -20px 0 0;
}
.page__catalog h1.headline {
    margin: 0 0 40px;
    font-size: 110px;
    line-height: 110px;
}
.catalog__row {
    position: relative;
    margin: 0 0 25px;
}
.catalog__row:after {
    content: "";
    display: table;
    clear: both;
}
.catalog__left {
    float: left;
}
.catalog__sort {
    float: left;
    margin: 0 50px 0 0;
}
.catalog__sort > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 15px;
    line-height: 15px;
    color: #313131;
}
.catalog__sort .jq-selectbox__select {
    min-width: 190px;
    height: 34px;
    padding: 8px 35px 8px 15px;
    background: #f4f4f4;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    color: #313131;
}
.catalog__sort .jq-selectbox__trigger {
    width: 34px;
}
.catalog__sort .jq-selectbox__trigger-arrow {
    background-size: 6px auto;
}
.catalog__sort .jq-selectbox__dropdown {
    margin: 0;
    border-color: #f4f4f4;
}
.catalog__sort .jq-selectbox li {
    min-height: 18px;
    padding: 8px 15px 11px;
    border-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: #313131;
}
.catalog__sort .jq-selectbox li.selected,
.jq-selectbox li.sel {
    display: none !important;
}
.catalog__stock {
    float: left;
    margin: -4px 0;
}
.catalog__stock > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 15px;
    line-height: 16px;
    color: #313131;
}
.catalog__stock a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    margin: 4px 4px 4px 0;
    padding: 8px 20px;
    background: #f4f4f4;
    font-size: 16px;
    line-height: 16px;
    color: #313131;
}
.catalog__stock a:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 8px;
    height: 1px;
    background-image: linear-gradient(to right, #313131 40%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.catalog__stock a.active {
    background: #181818;
    color: #fff;
}
.catalog__total {
    float: right;
    margin: 9px 0 0;
    font-size: 15px;
    line-height: 15px;
    color: #313131;
}
.catalog__total > span {
    font-weight: 500;
}
.catalog__list ul {
    position: relative;
    display: block;
    margin: 0 -20px;
}
.catalog__list ul:after {
    content: "";
    display: table;
    clear: both;
}
.catalog__list ul li {
    display: block;
    float: left;
    margin: 0 0 50px;
    padding: 0 20px;
    width: 25%;
}
.item__image {
    position: relative;
    display: block;
    margin: 0 0 20px;
}
.item__image:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.item__image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background: url("../images/gradient.png") no-repeat 50% 100%;
    background-size: cover;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: 1;
}
.item__open {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 12px 0 12px 40px;
    width: 160px;
    height: 38px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: 2;
}
.item__open:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 13px;
    width: 11px;
    height: 11px;
    background: url("../images/svg/search.svg") no-repeat;
    background-size: 100% auto;
}
.item__desc {
    position: relative;
}
.item__title {
    display: block;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.item__sku {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.item__price {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 14px 0 0;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 22px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.item__price svg {
    vertical-align: 0;
    font-size: 14px;
}
.item__price-old {
    display: inline-block;
    vertical-align: 1px;
    margin: 0 0 0 5px;
    font-size: 18px;
    color: #a9a9a9;
}
.item__price-old span {
    text-decoration: line-through;
}
.item__price-old svg {
    font-size: 12px;
}
.item__cart {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0 14px;
    width: 28px;
    height: 28px;
    background: #5a6d82;
    border-radius: 50%;
    color: #fff;
}
.item__cart svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.item__stock {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.item__stock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 11px;
    height: 11px;
    border-radius: 4px;
}
.item__stock.yes:before {
    background: #79ac0a;
    border: 1px solid #6b9b04;
}
.item__stock.no:before {
    background: #e3843d;
    border: 1px solid #d87429;
}
.item__span {
    margin: 6px 0 0;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    color: #787878;
    text-transform: uppercase;
}

.catalog__info {
    position: relative;
    margin: 20px 0 0;
    padding: 30px 120px 30px 140px;
    background: #181818;
    color: #fff;
}
.catalog__info:after {
    content: "";
    display: table;
    clear: both;
}
.catalog__content {
    float: left;
    padding: 25px 0;
    width: 410px;
}
.catalog__title {
    margin: 0 0 15px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.catalog__text {
    font-size: 16px;
    line-height: 22px;
}
.catalog__contacts {
    float: left;
    padding: 20px 0;
    width: 190px;
}
.catalog__contacts .text__phone {
    margin: 0 0 4px;
    font-size: 30px;
    line-height: 30px;
}
.catalog__contacts .text__phone a {
    color: #fff;
}
.catalog__contacts .text__whatsapp {
    margin: 0 0 16px;
    padding: 0 0 0 24px;
    font-size: 14px;
    line-height: 22px;
}
.catalog__contacts .text__whatsapp a {
    color: #a8a8a8;
}
.catalog__contacts .text__whatsapp svg {
    margin: 1px 0 0;
    font-size: 16px;
}
.catalog__contacts .text__email {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 14px;
    line-height: 22px;
}
.catalog__contacts .text__email a {
    color: #fff;
}
.catalog__download {
    float: right;
    padding: 40px 0 40px 50px;
    border-left: 1px solid #3e3e3e;
}
.catalog__download .text__price {
    margin: 0;
}

/* product */
.product__image {
    float: left;
    width: 670px;
}
.product__for {
    float: right;
    width: 530px;
}
.product__for a {
    display: block;
}
.product__nav {
    float: left;
    margin: 0 !important;
    width: 103px;
}
.product__nav.slick-vertical {
    margin: 0 0 -5px !important;
}
.product__nav .slick-slide {
    position: relative;
    border: 0;
}
.product__nav .slick-slide,
.product__nav.slick-vertical .slick-slide {
    margin: 0 0 5px;
}
.product__nav .slick-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid transparent;
}
.product__nav .slick-slide.slick-current:before {
    border-color: #587799;
}
.product__nav.slick-slider .slick-track,
.product__nav.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.product__info {
    float: right;
    width: 510px;
}
.product__top {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.product__top .back__top {
    margin: 0 0 30px;
}
.product__top h1.headline {
    margin: 0;
    font-size: 90px;
    line-height: 82px;
}
.product__sku {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #4e4e4e;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__title {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__option {
    margin: 0 0 20px;
}
.product__color,
.product__size {
    position: relative;
    margin: -3px;
}
.product__color:after,
.product__size:after {
    content: "";
    display: table;
    clear: both;
}
.product__color label,
.product__size label {
    position: relative;
    display: block;
    float: left;
    margin: 3px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.product__color label {
    padding: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #b1b1b1;
}
.product__color label:before {
    content: ' 'attr(data-color)'';
    position: absolute;
    left: 50%;
    top: -32px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 7px 10px;
    background: #8f8f8f;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.product__color label:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #8f8f8f;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.product__color label .jq-radio,
.product__size label .jq-radio {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.product__color label .jq-radio {
    border: 5px solid #fff;
}
.product__color label .jq-radio.checked .jq-radio__div,
.product__size label .jq-radio.checked .jq-radio__div {
    display: none;
}
.product__size label {
    padding: 8px 0;
    width: 38px;
    height: 36px;
    border: 1px solid #b1b1b1;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}
.product__color label.checked,
.product__size label.checked {
    border-color: #587799;
}
.product__price {
    margin: 25px 0 20px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
}
.product__block {
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
}
.product__block .product__price {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
.product__info .product__block input[type="submit"] {
    margin: 0 20px 0 0;
}
.product__block .product__stock {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.product__price svg {
    vertical-align: 0;
    font-size: 28px;
}
.product__span {
    margin: 0 0 15px;
    max-width: 390px;
    text-align: center;
}
.product__span > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 22px;
    padding: 0 0 0 22px;
    border-left: 1px solid #c0c0c0;
    width: 140px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__block .product__span .product__price {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 38px;
    line-height: 38px;
}
.product__block .product__span .product__price svg {
    vertical-align: 0;
    font-size: 22px;
}
.product__number > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__number > span:last-child {
    font-size: 13px;
}
.product__quantity {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 10px;
    white-space: nowrap;
}
.product__quantity:after {
    content: "";
    display: table;
    clear: both;
}
.product__quantity span {
    display: block;
    float: left;
    padding: 5px 0;
    width: 30px;
    height: 30px;
    background: #181818;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.product__quantity span.disabled {
    background: #dbdbdb;
}
.product__quantity input[type="text"] {
    display: block;
    float: left;
    margin: 0 -1px;
    padding: 0 8px;
    width: 40px;
    height: 30px;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
}
.product__info input[type="submit"],
.product__btn {
    margin: 20px 0 0;
    width: 220px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__btn {
    padding: 14px 0;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}
.product__desc {
    padding: 40px 0 0 140px;
    clear: both;
}
.product__desc .product__title {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.product__text {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #4e4e4e;
}
.product__text + table {
    margin: 30px 0 0;
}
.product__text + table {
    margin: 0 0 0 -2px;
    border-collapse: separate;
    border-spacing: 2px;
}
.product__text + table tr:nth-child(odd) td,
.product__text + table tr:nth-child(odd) th {
    background: #f3f3f3;
}
.product__text + table tr:nth-child(even) td,
.product__text + table tr:nth-child(even) th {
    background: #f9f9f9;
}
.product__text + table td,
.product__text + table th {
    vertical-align: top;
    padding: 10px 15px;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
.product__text + table td:first-child,
.product__text + table th:first-child {
    font-weight: 500;
}
.page__product .back__bottom {
    margin: 40px 0 50px 140px;
    padding: 40px 0 0;
    border-top: 1px solid #dadada;
}
.product__informer {
    position: relative;
    padding: 0 75px 0 50px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.product__informer:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 26px;
    height: 29px;
    background: url("../images/svg/price.svg") no-repeat;
    background-size: 100% auto;
}
.product__informer a {
    color: #5a6d82;
}
.product__informer a.informer {
    position: absolute;
    right: 20px;
    top: 3px;
    padding: 3px;
    width: 26px;
    height: 26px;
    background: #ebebeb;
    font-size: 12px;
    color: #0d0d0d;
    text-align: center;
}
#popup__product .product__informer {
    margin: 25px 0 20px;
    padding: 0 15px 0 45px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}

/* partners */
.partner__links {
    margin: 38px 0 0;
    padding: 35px 0 0;
    border-top: 1px solid #cdcdcd;
}
.partner__links a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 8px 0;
    padding: 14px 40px;
    background: #5a6d82;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.partner__links a:last-child {
    margin: 0 0 8px;
    background: #181818;
}

/* profile */
.page__profile .back__top {
    margin: -3px 0 28px;
}
.page__profile h1.headline {
    font-size: 90px;
    line-height: 90px;
}
.profile__table {
    display: table;
    margin: 0 0 40px;
    padding: 25px 0;
    width: 100%;
    max-width: 670px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.profile__row {
    display: table-row;
}
.profile__cell {
    display: table-cell;
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.profile__cell:first-child {
    padding-right: 20px;
}
.profile__cell:last-child {
    font-weight: 500;
}
.profile__links {
    margin: 0 0 80px;
}
.profile__links a {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 40px;
    height: 48px;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.profile__links a.profile__exit {
    position: relative;
    margin: 0 30px 0 0;
    padding-left: 70px;
    background: #5a6d82;
}
.profile__links a.profile__exit:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: url("../images/svg/exit.svg") no-repeat;
    background-size: 100% auto;
}
.profile__links a.profile__change {
    background: #181818;
}
.profile__links .message {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 70px;
    padding: 5px 20px 5px 25px;
    background: #478d19;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.profile__links .message:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -3px;
    width: 36px;
    height: 36px;
    background: #5ca22e url("../images/svg/password.svg") no-repeat 50% 50%;
    background-size: 12px 16px;
    border-radius: 50%;
}

/* password */
.page__change .back__top,
.page__forgot .back__top {
    margin: -3px 0 28px;
}
.page__change h1.headline,
.page__forgot h1.headline {
    font-size: 90px;
    line-height: 90px;
}
.page__change form {
    position: relative;
    padding: 45px 60px;
    max-width: 650px;
    border: 1px solid #ddd;
}
.page__change form ul {
    display: block;
    margin: 0;
}
.page__change form ul li {
    position: relative;
    display: block;
    margin: 0 0 20px;
}
.page__change form ul li:first-child {
    margin: 0 0 40px;
}
.page__change form ul li:last-child {
    margin: 25px 0 0;
}
.page__change form ul li > span {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.page__change form ul li input[type="text"],
.page__change form ul li input[type="password"] {
    padding: 0 12px;
    width: 100%;
    max-width: 450px;
    height: 45px;
    border: 1px solid #a9a9a9;
}
.page__change form ul li input[type="text"].error,
.page__change form ul li input[type="password"].error {
    border-color: #5a6d82 !important;
}
.page__change form ul li i,
.page__change form ul li i {
    display: none;
}
.page__change form ul li input[type="text"].error + i,
.page__change form ul li input[type="password"].error + i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 18px;
    width: 17px;
    height: 17px;
    background: url("../images/svg/info.svg") no-repeat;
    background-size: 100% auto;
}
.page__change form ul li input[type="submit"] {
    width: 220px;
    height: 50px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.page__change .message {
    position: absolute;
    left: 310px;
    bottom: 60px;
    padding: 0 0 0 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #5a6d82;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.page__change .message:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    background: url("../images/svg/info.svg") no-repeat;
    background-size: 100% auto;
}
.forgot__text {
    margin: -25px 0 30px;
}
.forgot__text p {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.page__forgot form {
    position: relative;
    padding: 40px 50px 60px;
    max-width: 790px;
    border: 1px solid #ddd;
}
.page__forgot form > span {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.page__forgot form input[type="text"],
.page__forgot form input[type="email"] {
    margin: 0 14px 0 0;
    padding: 0 12px;
    width: 100%;
    max-width: 450px;
    height: 45px;
    border: 1px solid #a9a9a9;
}
.page__forgot form input[type="text"].error,
.page__forgot form input[type="email"].error {
    border-color: #5a6d82 !important;
}
.page__forgot form input[type="submit"] {
    width: 220px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.problem__info {
    position: relative;
    margin: 50px 0 0;
    padding: 30px 80px;
    background: #f4f4f4;
}
.problem__info:after {
    content: "";
    display: table;
    clear: both;
}
.problem__content {
    position: relative;
    float: left;
    padding: 25px 0 25px 65px;
    max-width: 650px;
}
.problem__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 41px;
    height: 41px;
    background: url("../images/svg/help.svg") no-repeat;
    background-size: 100% auto;
}
.problem__title {
    margin: 0 0 15px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.problem__text {
    font-size: 16px;
    line-height: 22px;
}
.problem__contacts {
    float: right;
    padding: 25px 70px;
    height: 140px;
    border-left: 1px solid #e4e4e4;
}
.problem__contacts .text__phone {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 30px;
    line-height: 30px;
}
.problem__contacts .text__whatsapp {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0;
    padding: 0 0 0 24px;
    font-size: 14px;
    line-height: 22px;
}
.problem__contacts .text__whatsapp svg {
    margin: 1px 0 0;
    font-size: 16px;
}
.problem__contacts .text__email {
    margin: 10px 0 0;
    padding: 0 0 0 24px;
    font-size: 14px;
    line-height: 22px;
}

/* register */
.page__register .back__top {
    margin: -3px 0 28px;
}
.page__register h1.headline {
    font-size: 90px;
    line-height: 90px;
}

.register__wrap {
    position: relative;
}
.register__wrap:after {
    content: "";
    display: table;
    clear: both;
}
.register__left {
    float: left;
    width: 790px;
}
.register__right {
    float: right;
    width: 370px;
}
.register__body {
    padding: 40px 50px 50px;
    border: 1px solid #ddd;
}
.register__body ul {
    position: relative;
    display: block;
    margin: 0;
}
.register__body ul:after {
    content: "";
    display: table;
    clear: both;
}
.register__body ul li {
    position: relative;
    display: block;
    margin: 0 0 25px;
    clear: both;
}
.register__body ul li:nth-child(2) {
    float: left;
    clear: none;
    width: 415px;
}
.register__body ul li:nth-child(3),
.register__body ul li:nth-child(6) {
    float: right;
    clear: none;
    width: 260px;
}
.register__body ul li:nth-child(5) {
    float: left;
    clear: none;
    width: 390px;
}
.register__body ul li:nth-child(4) {
    padding: 15px 0 0;
}
.register__body p {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.register__body p span {
    color: #5a6d82;
}
.register__body ul li p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 15px;
}
.register__body input[type="text"] {
    padding: 0 12px;
    width: 100%;
    height: 45px;
    border: 1px solid #a9a9a9;
}
.register__body input[type="text"].error {
    border-color: #5a6d82 !important;
}
.register__bottom {
    position: relative;
    padding: 20px 50px;
    background: #f4f4f4;
}
.register__bottom:after {
    content: "";
    display: table;
    clear: both;
}
.register__checkbox {
    float: left;
    margin: 5px 0 0;
}
.register__bottom label {
    display: block;
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.register__bottom label:last-child {
    margin: 0;
}
.register__bottom label a {
    color: #5a6d82;
}
.register__bottom label .jq-checkbox {
    top: -1px;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 1px #c1c1c1;
}
.register__bottom label .jq-checkbox.checked .jq-checkbox__div {
    margin: 3px 0 0 3px;
    border-color: #5a6d82;
}
.register__bottom input[type="submit"] {
    float: right;
    width: 220px;
    height: 50px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.register__right ul {
    display: block;
    margin: 0;
}
.register__right ul li {
    display: block;
    margin: 0 0 80px;
}
.register__right ul li:last-child {
    margin: 0;
}
.register__title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.register__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 1px;
    background: #5a6d82;
}
.register__text p {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 23px;
}
.register__text p:last-child {
    margin: 0;
}

.page__success .back__top {
    margin: -3px 0 28px;
}
.page__success h1.headline {
    margin: 0 0 30px;
    font-size: 90px;
    line-height: 90px;
}
.success__content {
    position: relative;
    padding: 0 220px 0 0;
    max-width: 990px;
    min-height: 160px;
}
.success__content:after {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 190px;
    height: 190px;
    background: url("../images/svg/registr.svg") no-repeat;
    background-size: 100% auto;
}
.success__text {
    margin: 0 0 40px;
}
.success__text p {
    margin: 0 0 2px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.success__text p:last-child {
    margin: 0;
}
.success__message {
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 0 40px;
}
.success__message:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 21px;
    height: 17px;
    background: url("../images/svg/mail2.svg") no-repeat;
    background-size: 100% auto;
}
.success__message p {
    margin: 0 0 2px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.success__message p:last-child {
    margin: 0;
}
.success__message span {
    color: #5a6d82;
}

/* search results */
.page__search h1.headline {
    font-size: 90px;
    line-height: 90px;
}
.search__results {
    margin: -10px 0 25px;
}
.search__results p {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.search__results p:last-child {
    margin: 0;
}
.search__form {
    margin: 0 0 50px;
    padding: 20px 0;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
.search__form > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.search__form form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 480px;
    height: 40px;
}
.search__form form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    background: #fff;
    border: 2px solid #181818;
    border-radius: 25px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.search__form form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    background: url("../images/svg/search-black.svg") no-repeat 50% 50%;
    background-size: 17px 17px;
    border: 0;
}
.search__form input::-webkit-input-placeholder {
    color: #383838;
}
.search__form input::-moz-placeholder {
    color: #383838;
}
.search__form input:-moz-placeholder {
    color: #383838;
}
.search__form input:-ms-input-placeholder {
    color: #383838;
}

/* content */
.page__wrap {
    padding: 70px 0;
}
h1.headline {
    margin: 0 0 40px;
    font-family: 'Bebas Neue Bold', Tahoma, sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.back {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.back svg {
    vertical-align: -3px;
    margin: 0 8px 0 0;
    color: #5a6d82;
}
.content > *:first-child {
    margin-top: 0;
}
.content > *:last-child {
    margin-bottom: 0;
}
.content a {
    color: #5a6d82;
}
.content h1 {
    margin: 25px 0 15px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.content h2 {
    margin: 25px 0 15px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
.content h3 {
    margin: 25px 0 15px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.content h4 {
    margin: 25px 0 15px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.content h5 {
    margin: 25px 0 15px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
}
.content h6 {
    margin: 25px 0 15px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
}
.content p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
}
.content ol,
.content ul {
    margin: 0 0 20px 20px;
}
.content li {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
}
.content li:last-child {
    margin: 0;
}
.content table {
    border-collapse: collapse;
    margin: 0 0 20px;
}
.content th,
.content td {
    padding: 5px;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
}
.content th {
    font-weight: 500;
    text-align: center;
}
.alignleft {
    margin: 0 20px 20px 0;
    float: left;
}
.alignright {
    margin: 0 0 20px 20px;
    float: right;
}
.alignleft + .alignleft:last-child {
    margin: 0 0 20px 0;
}
.alignnone {
    display: inline;
}
.aligncenter {
    margin: 0 auto 20px;
}
.table__wrapper {
    position: relative;
    overflow: hidden;
}
.table__wrapper .table__scrollable {
    overflow-y: hidden;
}
.table__wrapper svg {
    display: none;
    margin: 10px auto 0;
    font-size: 16px;
}
.table__wrapper.wide svg {
    display: block;
}

/* footer */
.footer {
    position: relative;
    padding: 60px 0;
    background: #000;
    color: #fff;
}
.footer__left {
    position: relative;
    float: left;
}
.footer__right {
    position: relative;
    float: right;
}
.footer__left:after,
.footer__right:after {
    content: "";
    display: table;
    clear: both;
}
.footer__logo {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    width: 200px;
}
.footer__copyright {
    float: left;
    margin: -4px 0 0;
}
.footer__copyright p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 17px;
    color: #a9a9a9;
}
.footer__copyright p:last-child {
    margin: 0;
}
.footer__kefirok {
    padding: 40px 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    clear: both;
}
.footer__kefirok a {
    color: #fff;
}
.footer__menu {
    position: relative;
    float: left;
    margin: -5px 20px -5px 0;
}
.footer__menu:after {
    content: "";
    display: table;
    clear: both;
}
.footer__menu ul {
    display: block;
    float: left;
    margin: 0 60px 0 0;
}
.footer__menu ul li {
    display: block;
    margin: 0 0 8px;
    max-width: 200px;
}
.footer__menu ul:first-child li {
    max-width: 140px;
}
.footer__menu ul li:last-child {
    margin: 0;
}
.footer__menu ul li a {
    display: block;
    border-bottom: 1px solid transparent;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.footer__menu ul li.active a {
    color: #587799;
}
.header__search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.footer__contacts {
    float: left;
    margin: -3px 0 0;
    width: 330px;
}
.footer__contacts a {
    color: #fff;
}
.footer__phone {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    padding: 0 0 0 28px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.footer__phone svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}
.footer__whatsapp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
    padding: 0 0 0 24px;
    font-size: 16px;
    line-height: 16px;
}
.footer__whatsapp svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
}
.footer__email {
    position: relative;
    margin: 15px 0 0;
    padding: 0 0 0 28px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer__email svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
}
.footer__instagram {
    position: relative;
    margin: 25px 0 0;
    padding: 0 0 0 28px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.footer__instagram svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
}

/* modal */
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    overflow: auto;
    z-index: 108;
}
.blocker:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.blocker.behind {
    background-color: transparent;
}
a.close-modal {
    position: absolute;
    right: 22px;
    top: 20px;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url("../images/svg/close.svg") no-repeat;
    background-size: 100% auto;
}
.modal {
    position: relative;
    display: none;
    vertical-align: middle;
    margin: auto;
    width: 100%;
    max-width: 820px;
    min-height: 50px;
    padding: 40px;
    background: #fff;
    text-align: left;
    overflow: hidden;
    z-index: 109;
}

.popup__image {
    float: left;
    width: 380px;
}
.popup__for {
    margin: 0 0 3px 3px;
    width: 374px;
}
.popup__nav {
    margin: 0 !important;
}
.popup__nav .slick-slide {
    position: relative;
    border: 0;
}
.popup__nav .slick-slide {
    padding: 3px;
}
.popup__nav .slick-slide:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 2px solid transparent;
}
.popup__nav .slick-slide.slick-current:before {
    border-color: #587799;
}
.popup__nav.slick-slider .slick-track,
.popup__nav.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.popup__info {
    position: relative;
    float: right;
    width: 320px;
    z-index: 1;
}
.popup__info .product__sku {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 16px;
}
.popup__headline {
    margin: 0 0 25px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.popup__info .popup__headline {
    margin: 0;
}
.popup__info .product__top {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.popup__info .product__title {
    font-size: 13px;
    line-height: 19px;
}
.popup__info .product__color label {
    width: 30px;
    height: 30px;
}
.popup__info .product__color label .jq-radio {
    border: 4px solid #fff;
}
.popup__info .product__size label {
    padding: 7px 0;
    width: 32px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
}
.popup__info .product__price {
    font-size: 40px;
    line-height: 40px;
}
.popup__info .product__price svg {
    font-size: 24px;
}
.popup__info .product__number > span {
    font-size: 13px;
    line-height: 13px;
}
.popup__info .product__number > span:last-child {
    font-size: 12px;
}
.popup__info .product__quantity {
    margin: -2px 5px 0 8px;
}
.popup__info .product__quantity span {
    padding: 4px 0;
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 15px;
}
.popup__info .product__quantity input[type="text"] {
    padding: 0 4px;
    width: 30px;
    height: 26px;
    font-size: 13px;
    line-height: 13px;
}
.popup__info input[type="submit"] {
    margin: 20px 0 0;
    width: 220px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__line {
    position: relative;
    margin: -10px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.page__product .product__line {
    padding: 0 0 15px;
}
.product__line:after {
    content: "";
    display: table;
    clear: both;
}
.product__line .color {
    float: left;
    margin: 9px 0 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__line .color div {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 14px;
    width: 76px;
    height: 24px;
}
.product__line .product__price {
    float: right;
    margin: 0 15px 0 0;
}
.product__table {
    display: table;
    margin: 8px 0 2px;
}
.product__row {
    display: table-row;
}
.product__cell {
    display: table-cell;
    padding: 8px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    color: #5a6d82;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__cell:first-child {
    padding-left: 0;
    border-right: 1px solid #e5e5e5;
}
.product__row .size,
.product__row .number {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 20px;
}
.product__row .size {
    padding-left: 0;
    border-right: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.product__row:nth-child(2) .size,
.product__row:nth-child(2) .number {
    padding-top: 12px;
}
.product__row:last-child .size,
.product__row:last-child .number {
    padding-bottom: 0;
}
.product__row .number .product__quantity {
    margin: 0;
}
.product__stock {
    position: relative;
    margin: 15px 0 0;
    padding: 0 0 0 22px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.product__stock:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
}
.product__stock.yes:before {
    background: #79ac0a;
    border: 1px solid #6b9b04;
}
.product__stock.no:before {
    background: #e3843d;
    border: 1px solid #d87429;
}
.product__also {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #e5e5e5;
}
.product__also .product__title {
    font-size: 14px;
    line-height: 20px;
}
.page__product .product__also .product__title {
    float: left;
    margin: 13px 13px 0 0;
}
.product__also ul {
    position: relative;
    display: block;
    margin: -2px;
}
.product__also ul:after {
    content: "";
    display: table;
    clear: both;
}
.product__also ul li {
    display: block;
    float: left;
    margin: 2px;
    border: 1px solid #e5e5e5;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.product__also ul li a {
    position: relative;
    display: block;
    width: 92px;
    height: 40px;
    border: 8px solid #fff;
}
.product__also ul li a:before {
    content: ' 'attr(data-color)'';
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 7px 10px;
    background: #8f8f8f;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.product__also ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #8f8f8f;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.popup__desc {
    padding: 20px 0 0;
    clear: both;
}
.popup__open {
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
}
.popup__open svg {
    vertical-align: 1px;
    margin: 0 0 0 10px;
    font-size: 8px;
}
.popup__open.open svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.popup__desc .product__text {
    display: none;
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 21px;
}

#popup__price.modal {
    padding: 60px 100px 65px;
}
.popup__text {
    margin: 0 0 35px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__text span {
    display: block;
    color: #5a6d82;
}
.popup__form form {
    overflow: hidden;
}
.popup__form input[type="text"] {
    margin: 0 15px 30px 0;
    padding: 0 20px;
    width: 100%;
    max-width: 370px;
    height: 50px;
    border: 1px solid #aaa;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__form input[type="text"].phone,
.popup__form input[type="text"]#phone_price_list {
    margin-right: 0;
    width: 230px;
}
.popup__form label {
    float: right;
    margin: 18px 50px 0 0;
    padding: 0 0 0 28px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__form label .jq-checkbox {
    left: 1px;
    top: -1px;
    border-color: #c1c1c1;
}
.popup__form label .jq-checkbox.checked .jq-checkbox__div {
    border-color: #5a6d82;
}
.popup__form input[type="submit"] {
    float: left;
    width: 220px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__message {
    position: relative;
    margin: 30px 0 -30px;
    padding: 0 0 0 24px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #5a6d82;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__message:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 13px;
    background: url("../images/svg/ban.svg") no-repeat;
    background-size: 100% auto;
}

#popup__success.modal {
    padding: 15px 0 0;
    max-width: 620px;
    background: transparent;
}
#popup__success a.close-modal {
    right: 22px;
    top: 35px;
}
.popup__wrap {
    position: relative;
    padding: 80px 60px 50px;
    background: #fff;
    text-align: center;
}
.popup__wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70px;
    height: 70px;
    background: url("../images/svg/sendmessage.svg") no-repeat;
    background-size: 100% auto;
}
#popup__success .popup__headline {
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 40px;
}
#popup__success .popup__text {
    margin: 0 0 35px;
    font-size: 15px;
    line-height: 21px;
}
.popup__close {
    border-bottom: 1px solid #e7a4a4;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #5a6d82;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.jquery-modal .popup__desc .product__text {
    display: none;
}

#popup__login {
    padding: 0;
    max-width: 500px;
}
.popup__body {
    padding: 60px 80px;
}
.popup__body form {
    margin: 40px 0 0;
}
.popup__body input[type="text"],
.popup__body input[type="password"] {
    margin: 0 0 10px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: 1px solid #aaa;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__body input[type="submit"] {
    margin: 15px 0 0;
    width: 170px;
    height: 48px;
    background: #5a6d82;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__body form a {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 0 28px;
    padding: 0 0 2px;
    background-image: linear-gradient(to right, #5a6d82 40%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #5a6d82;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__body form label {
    margin: 20px 0 0 25px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__body form label .jq-checkbox {
    top: 0;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 1px #c1c1c1;
}
.popup__body form label .jq-checkbox.checked .jq-checkbox__div {
    margin: 3px 0 0 3px;
    border-color: #5a6d82;
}
.popup__bottom {
    padding: 20px 50px;
    background: #5a6d82;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}
.popup__bottom span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
}
.popup__bottom a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    height: 35px;
    background: #35485d;
    color: #fff;
}
.popup__error {
    display: none;
    position: relative;
    padding: 15px 45px 14px 80px;
    background: #c61010;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.popup__error svg {
    position: absolute;
    left: 50px;
    top: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
}

#popup__access {
    padding: 15px 0 0;
    background: none;
}
#popup__access a.close-modal {
    top: 35px;
}
#popup__access .popup__body {
    position: relative;
    background: #fff;
}
#popup__access .popup__body:after {
    content: "";
    position: absolute;
    right: 100px;
    top: -15px;
    width: 178px;
    height: 178px;
    background: url("../images/svg/info.svg") no-repeat;
    background-size: 100% auto;
}
#popup__access .popup__headline {
    max-width: 380px;
}
#popup__access .popup__body p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
#popup__access .popup__body p + p {
    font-size: 15px;
}
#popup__access .popup__body p a {
    border-bottom: 1px solid #4e95c2;
    color: #5a6d82;
}
.popup__btn {
    display: block;
    margin: 30px 0 0;
    padding: 15px 0;
    width: 170px;
    height: 48px;
    background: #2b2b2b;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

#popup__optprice {
    padding: 60px 100px 65px;
}
#popup__optprice .popup__text {
    margin: 0 0 30px;
}
#popup__optprice .popup__form input[type="text"]:first-child {
    margin: 0 0 10px;
    max-width: 100%;
}
#popup__optprice .popup__form input[type="text"]:nth-child(3) {
    margin-right: 0;
    width: 230px;
}
#popup__optprice input::-webkit-input-placeholder {
    color: #181818;
}
#popup__optprice input::-moz-placeholder {
    color: #181818;
}
#popup__optprice input:-moz-placeholder {
    color: #181818;
}
#popup__optprice input:-ms-input-placeholder {
    color: #181818;
}
.popup__sep {
    margin: -8px 0 22px;
    height: 1px;
    background-image: linear-gradient(to right, #aaa 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

#popup__download {
    padding: 60px 100px;
}
#popup__download .popup__text {
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.popup__row {
    position: relative;
}
.popup__row:after {
    content: "";
    display: table;
    clear: both;
}
.popup__row a {
    display: block;
    float: left;
    padding: 22px 0;
    width: calc(50% - 10px);
    height: 65px;
    background: #5a6d82;
    border-radius: 4px;
    font-family: 'DIN Condensed', Tahoma, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}
.popup__row a + a {
    float: right;
    margin: 0 0 0 20px;
}

/* form */
input:focus,
textarea:focus {
    outline-style: none !important;
}
input,
textarea {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: 'PF Din Text Cond Pro', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
}
textarea {
    vertical-align: top;
    height: 100px;
    min-height: 40px;
    padding: 8px 10px;
    overflow: auto;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.error,
textarea.error {
    border-color: #f85959 !important;
}
.jq-checkbox.error {
    box-shadow: 0 0 0 1px #f85959 !important;
}
.regErrorBlock {
    padding-bottom: 15px;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    overflow: visible;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    font-family: 'PF Din Text Cond Pro', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 25px;
    font-family: 'PF Din Text Cond Pro', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
    cursor: pointer;
}

.jq-checkbox,
.jq-radio {
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
    border: 0;
    box-shadow: 0 0 0 1px #aaa;
    background: #fff;
    cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 5px;
    margin: 4px 0 0 4px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.jq-radio {
    border-radius: 50%;
}
.jq-radio.checked {
    background: #ddd;
    box-shadow: 0 0 0 1px #ddd;
}
.jq-radio.checked .jq-radio__div {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 5px 0 0 5px;
    border-radius: 50%;
    background: #000;
}
.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox {
    position: relative;
    display: inline-block;
    z-index: 10;
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-selectbox__select {
    position: relative;
    height: 40px;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-family: 'PF Din Text Cond Pro', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
}
.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    max-width: 100%;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/svg/chevron-down.svg") no-repeat 50% 50%;
    background-size: 10px auto;
}
.jq-selectbox__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0 28px 0 10px;
    outline: none;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 10px 4px;
    background: #f1f1f1;
    font-size: 12px;
    line-height: 18px;
}
.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 9px 10px 8px;
    border-bottom: 1px solid #ddd;
    font-family: 'PF Din Text Cond Pro', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.jq-selectbox li:last-child {
    border-bottom: 0;
}
.jq-selectbox li.selected,
.jq-selectbox li.sel {
    background-color: #08C;
    color: #fff;
}
.jq-selectbox li.option {
    padding-left: 25px;
}


.preloader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7f7f7 url("../images/preloader.gif") no-repeat 50% 50%;
    z-index: 11;
    opacity: 0.5;
}

.fancybox-inner {
    margin: auto;
    max-width: 1240px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}