body {
    font-family: HelveticaNeueCyr
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: 0
}

a {
    transition: all ease .2s
}

a:hover {
    text-decoration: none
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: 0 0;
    font-size: 0;
    padding: 0;
    border: none
}

.row {
    margin: 0 -10px
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.66%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

[class*=col-] {
    padding: 0 10px
}

.justify-center {
    justify-content: center
}

.breadcrumbs-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap
}

.breadcrumbs-list li {
    position: relative;
    margin-right: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.breadcrumbs-list li:after {
    content: "";
    display: block;
    position: absolute;
    right: -21px;
    top: 50%;
    background: url(../images/arrow4.svg) no-repeat;
    width: 10px;
    height: 9px;
    background-size: 100%;
    transform: translate(0, -50%)
}

.breadcrumbs-list li:last-child:after {
    display: none
}

.breadcrumbs-list li a {
    text-decoration: none;
    color: #6c6463;
    text-transform: uppercase
}

.breadcrumbs {
    margin: 50px 0 35px
}

.sidebar {
    width: 250px;
    margin-bottom: 40px;
    padding: 0 10px
}

.product-count span {
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
    color: #202c38
}

.product-count {
    margin-bottom: 45px;
    color: #6c6463
}

.checkbox input {
    display: none
}

.checkbox a {
    color: #202c38
}

.product-filter {
    margin-bottom: 20px;
    padding-bottom: 15px
}

.checkbox {
    margin-top: 15px;
    font-size: 14px
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    user-select: none
}

.checkbox label span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #202c38;
    margin: 0 10px 0 0;
    position: relative
}

.checkbox input:checked+label span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/checkbox.svg) no-repeat center;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-list>li {
    margin-bottom: 30px
}

.sidebar-list>li:last-child {
    margin-bottom: 0
}

.sidebar-list>li>a {
    color: #202c38;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative
}

.sidebar-list>li>a:after,
.sidebar-list>li>a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #202c38;
    width: 15px;
    margin-top: -2px;
    transition: all ease .3s
}

.sidebar-list>li>a:before {
    transform: rotate(90deg)
}

.sidebar-list>li>a.active:before {
    transform: rotate(0)
}

.sidebar-list__drop {
    display: none;
    padding: 1px 0
}

.button2 {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    color: #202c38;
    text-decoration: none;
    border: 1px solid #202c38;
    padding: 0 39px;
    background: 0 0;
    cursor: pointer
}

.button2:hover {
    background: #202c38;
    color: #fff
}

.content {
    width: 74.6872%;
    padding: 0 10px
}

.text h3 {
    color: #202c38;
    font-size: 20px;
    margin: 0 0 20px 0
}

.text h2 {
    color: #202c38;
    font-size: 50px;
    margin: 0 0 20px 0;
    font-weight: 500
}

.text p {
    font-size: 20px;
    color: #202c38;
    line-height: 30px
}

.text ol,
.text ul {
    font-size: 20px;
    color: #202c38;
    line-height: 30px
}

.catalog-filter {
    margin-bottom: 25px
}

.catalog-filter__col {
    width: 260px
}

.catalog-filter label {
    display: block;
    margin-bottom: 10px
}

.jq-selectbox {
    position: relative;
    z-index: 100
}

.jq-selectbox select {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.jq-selectbox__select {
    border: 1px solid #6c6463;
    height: 40px;
    line-height: 40px;
    padding: 0 15px
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    background: url(../images/down.svg) no-repeat;
    width: 11px;
    height: 6px;
    right: 15px;
    top: 50%;
    margin-top: -3px
}

.jq-selectbox__dropdown {
    position: absolute;
    border: 1px solid #202c38;
    width: 100%;
    margin-top: -1px;
    background: #fff
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.jq-selectbox__dropdown ul li {
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer
}

.jq-selectbox__dropdown ul li:hover {
    background: #f1f1f1
}

.product-item {
    position: relative;
    margin-bottom: 45px
}

.product-item__img {
    background: #f8f8f8;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all ease .3s
}

.product-item:hover .product-item__img {
    box-shadow: 0 0 18px rgba(0, 0, 0, .08)
}

.product-item__img img {
    display: block;
    max-width: 90%;
    max-height: 90%
}

.product-item__img a {
    display: block;
    width: 1000%;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-item__brand,
.product-item__brand a {
    color: #202c38;
    font-size: 12px;
    text-decoration: none
}

.product-item__brand {
    margin-bottom: 8px
}

.product-item__title {
    font-size: 20px;
    margin-bottom: 20px
}

.product-item__title a {
    color: #202c38;
    text-decoration: none
}

.product-item__properties {
    font-size: 14px;
    color: #85898d;
}

.product-item__price {
    font-size: 18px;
    font-weight: 500;
    min-width: 143px
}

.product-item__control {
    display: flex;
    justify-content: space-between;
    width: 170px;
    margin-bottom: 20px
}

.product-item__btn {
    display: flex;
    align-items: center
}

.product-item__btn .button1,
.product-item__btn .button2,
.toping-modal__btn .button2 {
    height: 45px;
    line-height: 45px;
    width: 170px;
    padding: 0;
    text-align: center;
    font-size: 13px !important;
    font-weight: 500;
    margin-right: 20px
}

.icon-fav {
    display: inline-block;
    background: url(../images/heart-icon2.svg) no-repeat;
    width: 21px;
    height: 19px;
    transition: all ease .3s
}

.add-favorite.active .icon-fav,
.add-favorite:hover .icon-fav {
    background-image: url(../images/heart-icon3.svg)
}

.tag1 {
    display: block;
    position: absolute;
    height: 20px;
    background: #ffb549;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 10px;
    top: 25px;
    right: 20px;
    z-index: 2
}

.tag2 {
    display: block;
    position: absolute;
    height: 20px;
    background: #f4364c;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 10px;
    top: 25px;
    right: 20px;
    z-index: 2
}

.tag3 {
    display: block;
    position: absolute;
    height: 20px;
    background: #eb6fbd;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 10px;
    top: 25px;
    right: 20px;
    z-index: 2
}

.old-price {
    display: inline-block;
    color: #6c6463;
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through
}

.page {
    position: relative;
    min-height: 70vh
}

.rotate-title {
    background-color: #202c38;
    color: #fff;
    height: 60px;
    text-transform: uppercase;
    z-index: 10;
    overflow: hidden;
    position: absolute;
    left: 60px;
    top: 550px;
    width: 660px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.rotate-title .h1,
.rotate-title h1,
.rotate-title span {
    display: inline-block;
    margin: 0;
    line-height: 58px;
    position: absolute;
    font-weight: 500;
    font-size: 34px;
    bottom: -19px;
    left: -2px
}

.toping-item__text {
    text-align: center
}

.product-item__toping {
    display: flex;
    align-items: flex-end
}

.toping-item__img {
    width: 36px;
    height: 29px;
    margin: 0 auto 5px;
    cursor: pointer
}

.toping-item__img img {
    width: 100%;
    cursor: pointer
}

.toping-item__text {
    font-size: 10px
}

.toping-item {
    width: 70px
}

.toping-item__img input {
    display: none
}

.toping-title {
    color: #6c6463;
    font-size: 12px;
    margin: 15px 0
}

.toping-link {
    display: inline-block;
    font-size: 20px;
    color: #6c6463;
    text-decoration: none;
    margin-left: 20px
}

.toping-modal__title {
    font-size: 17px;
    margin-bottom: 15px;
    color: #a6a6a6
}

.toping-modal {
    width: 450px;
    padding: 35px 15px 35px 25px !important
}

.toping-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    padding-right: 10px
}

.toping-item {
    width: auto
}

.toping-row .toping-item__img {
    width: 54px;
    height: 49px
}

.toping-item__text {
    max-width: 60px
}

.toping-modal__scroll {
    height: auto !important;
    max-height: 190px
}

.toping-modal__btn {
    margin-top: 40px
}

.product-img {
    width: 39.6475%;
    position: relative
}

.product-slider {
    margin-bottom: 15px
}

.product-slider__item {
    height: 380px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-slider__item img {
    max-width: 90%;
    max-height: 90%
}

.product-thumb__item {
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 7.5px
}

.product-thumb__item img {
    width: 100%
}

.product-thumb {
    margin: 0 -7.5px
}

.product-desc {
    width: 54.3%
}

.product-title {
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px
}

.product-title span {
    color: #6c6463;
    font-size: 15px
}

.product-subtitle {
    font-size: 17px;
    margin-bottom: 20px
}

.product-rate {
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

.product-rate span {
    color: #6c6463;
    font-size: 15px;
    margin-left: 20px
}

.product-rate img {
    margin-right: 3px
}

.product-desc .product-item__price {
    font-size: 25px
}

.product-desc .product-item__price span {
    font-size: 25px
}

.product-desc .product-item__control {
    width: 208px
}

.product-desc .spinner span {
    font-size: 17px;
    height: 20px;
    line-height: 20px
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 10px
}

.product-tab {
    margin-top: 25px;
    line-height: 1.5
}

.tabs li {
    margin-right: 25px
}

.tabs li a {
    color: #202c38;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding: 8px 0;
    border-bottom: 3px solid transparent;
    text-transform: uppercase
}

.tabs li a h2 {
    color: #202c38;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.tabs li.active a {
    border-color: #202c38
}

.product-info {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    font-size: 14px;
    line-height: 140%
}

.product-check {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 65px;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    max-width: 400px;
    font-size: 14px;
    margin: 30px 0
}

.product-check div {
    text-align: center
}

.product-check div span {
    display: block
}

.product-share {
    display: flex;
    align-items: center
}

.blog__share a,
.product-share a {
    margin-right: 15px
}

.product-share__soc {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #202c38;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-share {
    display: inline-block;
    background: url(../images/share-icon.svg) no-repeat;
    width: 12.5px;
    height: 12.5px
}

.icon-vk2 {
    display: inline-block;
    background: url(../images/vk-icon2.svg) no-repeat;
    width: 12px;
    height: 7px
}

.icon-fb2 {
    display: inline-block;
    background: url(../images/fb-icon2.svg) no-repeat;
    width: 6px;
    height: 12px
}

.product {
    margin-bottom: 60px
}

.block-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500
}

.product-carousel .block-title,
.reviews .block-title {
    text-transform: uppercase
}

.reviews-row {
    display: flex;
    justify-content: space-between
}

.reviews-item {
    background: #f8f8f8;
    padding: 25px 15px;
    margin: 0 10px
}

.reviews-item h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px 0
}

.reviews-item p {
    font-size: 14px;
    color: #6c6463;
    line-height: 150%;
    margin: 0
}

.reviews-item__rate {
    display: flex;
    margin-top: 20px
}

.reviews-item__rate img {
    margin-right: 4px
}

.reviews-item__rate div {
    font-size: 17px;
    font-weight: 500;
    margin-left: 15px
}

.reviews-item__rate div span {
    font-size: 12px;
    color: #989898
}

.reviews-add {
    margin-top: 40px
}

.reviews-add {
    font-size: 16px;
    font-weight: 500
}

.reviews-add span {
    display: block;
    font-size: 12px;
    color: #6c6463;
    margin: 12px 0 23px
}

.reviews {
    margin-bottom: 60px
}

.product-carousel__list {
    margin: 0 -10px
}

.product-carousel__list .product-item {
    margin: 10px
}

.product-carousel__list .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #202c38;
    border-radius: 50%;
    cursor: pointer
}

.product-carousel__list .slick-prev {
    left: -50px;
    top: 35%;
    background: url(../images/prev.svg) no-repeat center
}

.product-carousel__list .slick-prev:hover {
    background: #202c38 url(../images/prev2.svg) no-repeat center
}

.product-carousel__list .slick-next {
    right: -50px;
    top: 35%;
    background: url(../images/next.svg) no-repeat center
}

.product-carousel__list .slick-next:hover {
    background: #202c38 url(../images/next2.svg) no-repeat center
}

.product-toping {
    max-width: 415px;
    margin-bottom: 20px
}

.star {
    background: url(../images/star2.svg) no-repeat;
    display: block;
    width: 18px;
    height: 17px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    margin-right: 5px
}

.fullStar {
    background-image: url(../images/star1.svg)
}

.stars {
    overflow: hidden
}

.tmp_es {
    background-image: url(../images/star2.svg)
}

.tmp_fs {
    background-image: url(../images/star1.svg)
}

.inputbox {
    position: relative
}

.inputbox .error-mess {
    font-size: 12px;
    bottom: -20px
}

.inputbox label,
.inputbox2 label {
    display: block;
    color: #989898;
    font-size: 14px;
    margin-bottom: 10px
}

.inputbox input,
.inputbox2 input {
    height: 48px;
    border: 1px solid #989898;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 20px
}

.inputbox.error input,
.inputbox2.error input {
    border-color: #f4364c;
    background: url(../images/error.svg) no-repeat 95% 16px
}

.inputbox.error label,
.inputbox2.error label {
    color: #f4364c
}

.reviews-add__form {
    width: 310px;
    display: none;
    padding: 1px 0
}

.reviews-rating {
    margin: 0 0 20px
}

.reviews-form__row {
    margin-bottom: 25px
}

.inbutbox textarea,
.inputbox textarea {
    height: 150px;
    border: 1px solid #989898;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    resize: none
}

.pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination-list li {
    margin: 0 7px
}

.pagination-list a {
    width: 40px;
    height: 40px;
    border: 1px solid #838383;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    color: #838383
}

.pagination-list a:hover {
    border-color: #202c38;
    color: #202c38
}

.pagination-list a.page-next,
.pagination-list a.page-prev {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-prev i {
    display: inline-block;
    background: url(../images/prev-icon1.svg) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 14px
}

.page-next i {
    display: inline-block;
    background: url(../images/next-icon1.svg) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 14px
}

.page-prev:hover i {
    background-image: url(../images/prev-icon2.svg)
}

.page-next:hover i {
    background-image: url(../images/next-icon2.svg)
}

.confirm-modal {
    padding: 30px 25px !important;
    width: 355px
}

.confirm-modal__title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 140%
}

.confirm-modal__title strong {
    font-size: 16px;
    font-weight: 500
}

.confirm-modal__btns {
    display: flex;
    justify-content: center
}

.confirm-modal__btns a {
    margin: 0 5px
}

.confirm-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #50b861;
    width: 125px;
    text-align: center;
    text-decoration: none;
    flex-wrap: 500
}

.delete-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #d33d4e;
    width: 125px;
    text-align: center;
    text-decoration: none;
    flex-wrap: 500
}

.checkout-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.checkout-col {
    width: 48%
}

.radio input {
    display: none
}

.radio label {
    font-size: 14px;
    display: inline-block;
    display: flex
}

.radio label a {
    color: #202c38;
    display: inline-block
}

.radio label a:hover {
    text-decoration: none
}

.radio label span {
    min-width: 14px;
    width: 14px;
    height: 14px;
    border: 1px solid #202c38;
    border-radius: 50%;
    margin: 1px 10px 0 0;
    position: relative;
    cursor: pointer
}

.radio input:checked+label span:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #202c38;
    border-radius: 50%;
    left: 3px;
    top: 3px
}

.radio div i {
    display: block;
    font-style: normal;
    color: #6c6463;
    font-size: 12px;
    margin-top: 3px
}

.checkout-info {
    padding: 30px 0 15px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.checkout-row2 {
    display: flex;
    margin-bottom: 30px
}

.checkout-row2 .checkout-col {
    margin-right: 50px;
    width: auto
}

.pay-row {
    margin-bottom: 30px
}

.pay-row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.pay {
    max-width: 355px
}

.card-input {
    background: url(../images/card-icon.svg) no-repeat 96% 17px
}

.card-input:focus {
    background-image: url(../images/card-icon2.svg);
    border-color: #202c38
}

.cvc-input {
    background: url(../images/q-icon.svg) no-repeat 93% 16px
}

.checkout-success {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    max-width: 545px;
    padding: 40px;
    margin: 100px auto;
    text-align: center
}

.checkout-success h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px 0
}

.checkout-success p {
    font-size: 14px;
    color: #6c6463;
    line-height: 160%
}

.checkout-success__btns {
    display: flex;
    justify-content: center
}

.checkout-success__btns a {
    width: 175px;
    margin: 0 10px;
    font-size: 14px !important
}

.button3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #202c38 !important;
    background: #ddd;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none
}

.button3:hover {
    background: #f1f1f1
}

.reg-form {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    max-width: 450px;
    padding: 35px 45px;
    margin: 0 auto
}

.reg-form__wrapp {
    max-width: 450px;
    margin: 0 auto
}

.reg-form2 {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    max-width: 730px;
    padding: 35px 45px;
    margin: 0 auto
}

.reg-form__wrapp2 {
    max-width: 730px;
    margin: 0 auto
}

.reg-form2~.breadcrumbs {
    max-width: 730px
}

.block-title span {
    display: block;
    font-size: 14px;
    color: #6c6463;
    font-weight: 400;
    margin-top: 7px
}

.reg-form__row {
    margin-bottom: 30px
}

.reg-form .radio label {
    color: #6c6463;
    cursor: pointer
}

.reg-form .radio input:checked+label {
    color: #202c38
}

.reg-form__info {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: #6c6463
}

.reg-form__info a {
    color: #202c38
}

.reg-form__social a {
    display: flex;
    width: 32px;
    height: 32px;
    background: #202c38;
    border-radius: 50%;
    margin: 0 10px;
    align-items: center;
    justify-content: center
}

.reg-form__social .icon-vk2 {
    width: 100%;
    height: 100%;
    background-size: 18px;
    background-position: center
}

.reg-form__social .icon-fb2 {
    width: 100%;
    height: 100%;
    background-size: 8px;
    background-position: center
}

.icon-g {
    background-image: url(../images/google-icon.svg);
    width: 95%;
    height: 100%;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat
}

.reg-form__social {
    text-align: center;
    margin-bottom: 30px
}

.reg-form__social span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #6c6463
}

.reg-form__col {
    width: 48%
}

.reg-form__row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.file {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.icon-file {
    display: inline-block;
    background: url(../images/file-icon.svg) no-repeat;
    width: 13px;
    height: 25px;
    margin: -3px 10px 0 0;
    float: left
}

.file input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0
}

.file span {
    font-size: 14px;
    font-weight: 500;
    color: #6c6463;
    width: 95%
}

.reg-form__toggle {
    padding: 1px 0;
    display: none
}

.reg-form__confirm {
    text-align: right;
    margin: -10px 0 30px
}

.reg-form__confirm a {
    text-decoration: none;
    font-size: 14px;
    color: #6c6463
}

.reg-form__confirm a:hover {
    color: #202c38
}

.back {
    color: #6c6463;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    display: inline-block
}

.back:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/arrow3.svg) no-repeat;
    width: 8px;
    height: 7px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    transition: all ease .3s
}

.back:hover:before {
    left: -5px
}

.reg-form .checkout-success__btns {
    justify-content: flex-start;
    margin: 0 -10px
}

.reg-form .checkout-success__btns a {
    margin: 0 10px;
    width: 100%
}

.block-title2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px
}

.profile-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.profile-menu li a {
    display: flex;
    font-size: 16px;
    color: #989898;
    text-decoration: none;
    padding: 8px;
    align-items: center
}

.profile-menu li a i {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 10px
}

.profile-menu li {
    margin-bottom: 5px
}

.profile-menu li:last-child {
    margin-top: 40px
}

.profile-menu li.active a {
    background: #f6f6f6;
    color: #202c38
}

.profile-menu li a:hover {
    color: #202c38
}

.profile-menu li a:hover .icon-profile1,
.profile-menu li.active a .icon-profile1 {
    background: url(../images/profile-icon1.svg) no-repeat
}

.icon-profile1 {
    background: url(../images/profile-icon1-a.svg) no-repeat
}

.profile-menu li a:hover .icon-profile6,
.profile-menu li.active a .icon-profile6 {
    background: url(../images/mortarboard.png) no-repeat center center;
    background-size: contain;
}

.icon-profile6 {
    background: url(../images/mortarboard-a.png) no-repeat center center;
    background-size: contain;
}

.profile-menu li a:hover .icon-profile7,
.profile-menu li.active a .icon-profile7 {
    background: url(../images/result.svg) no-repeat center center;
    background-size: contain;
}

.icon-profile7 {
    background: url(../images/result-a.svg) no-repeat center center;
    background-size: contain;
}

.profile-menu li a:hover .icon-profile8,
.profile-menu li.active a .icon-profile8 {
    background: url(../images/certification.svg) no-repeat center center;
    background-size: contain;
}

.icon-profile8 {
    background: url(../images/certification-a.svg) no-repeat center center;
    background-size: contain;
}

.profile-menu li a:hover .icon-profile2,
.profile-menu li.active a .icon-profile2 {
    background: url(../images/profile-icon2.svg) no-repeat
}

.icon-profile2 {
    background: url(../images/profile-icon2-a.svg) no-repeat
}

.profile-menu li a:hover .icon-profile3,
.profile-menu li.active a .icon-profile3 {
    background: url(../images/profile-icon3.svg) no-repeat
}

.icon-profile3 {
    background: url(../images/profile-icon3-a.svg) no-repeat
}

.profile-menu li a:hover .icon-profile4,
.profile-menu li.active a .icon-profile4 {
    background: url(../images/profile-icon4.svg) no-repeat
}

.icon-profile4 {
    background: url(../images/profile-icon4-a.svg) no-repeat
}

.profile-menu li a:hover .icon-profile5,
.profile-menu li.active a .icon-profile5 {
    background: url(../images/profile-icon5.svg) no-repeat
}

.icon-profile5 {
    background: url(../images/profile-icon5-a.svg) no-repeat
}

.icon-download {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/profile-icon5-a.svg) no-repeat;
    transform: rotate(90deg);
    cursor: pointer;
}

.icon-download:hover {
    background: url(../images/profile-icon5.svg) no-repeat;
}

.profile-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    padding: 35px 40px;
    width: 100%;
    margin-bottom: 20px
}

.profile-title {
    color: #6c6463;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px
}

.profile-form .jq-selectbox__select {
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.profile-form__row {
    margin-bottom: 30px !important
}

.edit-row {
    margin-bottom: 20px
}

.edit-btn {
    margin-top: 30px
}

.profile-info {
    font-size: 15px
}

.profile-info span {
    display: block;
    color: #989898;
    margin-bottom: 5px
}

.profile-edit__link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #202c38
}

.history-col {
    width: 29%;
    float: left
}

.history-col:last-child {
    width: 13%;
    text-align: right
}

.history-title {
    font-size: 14px;
    color: #989898;
    margin-bottom: 5px
}

.history-info {
    padding: 17px 10px 17px 0;
    font-size: 15px
}

.history-col:last-child .history-info {
    padding-right: 0
}

.history-row:first-child,
.history-row:last-child {
    border: none
}

.history-row {
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    margin: 0 -10px;
    padding: 0 10px
}

.history-row.active {
    background: #f6f6f6
}

.history-info.success {
    color: #009718
}

.history-info.no-success {
    color: #f4364c
}

.history-more {
    text-align: center;
    margin-top: 30px
}

.review-date {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px
}

.review-text {
    font-size: 14px;
    color: #6c6463;
    line-height: 150%
}

.review .reviews-item__rate {
    margin-top: 15px
}

.review {
    padding: 20px 14px;
    margin: 0 -14px 20px -14px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between
}

.review.active {
    background: #f6f6f6
}

.review-drop:last-child,
.review:nth-last-child(-n+2) {
    border-bottom: none
}

.review-col {
    max-width: 610px
}

.review-del {
    text-decoration: none;
    color: #f4364c;
    font-size: 14px;
    display: inline-block;
    margin-top: 30px
}

.inputbox2 {
    position: relative
}

.inputbox2 label {
    position: absolute;
    font-size: 12px;
    background: #fff;
    padding: 0 8px;
    left: 12px;
    top: -5px
}

.pass-show {
    display: block;
    position: absolute;
    background: url(../images/eye-icon.svg) no-repeat;
    width: 12px;
    height: 10px;
    right: 15px;
    top: 18px;
    cursor: pointer
}

.pass-show.active {
    background-image: url(../images/eye-icon2.svg)
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.steps-item {
    width: 145px;
    position: relative
}

.steps-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 1px dashed #202c38;
    right: -62px;
    top: 60px
}

.steps-item:last-child:after {
    display: none
}

.steps-item__img {
    background: url(../images/ellips.svg) no-repeat;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%
}

.history-drop {
    padding: 50px 0;
    display: none
}

.step-icon1 {
    display: inline-block;
    background: url(../images/step-icon1.svg) no-repeat;
    width: 45px;
    height: 56px
}

.steps-item.active .step-icon1 {
    background-image: url(../images/step-icon1-a.svg)
}

.step-icon2 {
    display: inline-block;
    background: url(../images/step-icon2.svg) no-repeat;
    width: 52px;
    height: 52px
}

.steps-item.active .step-icon2 {
    background-image: url(../images/step-icon2-a.svg)
}

.step-icon3 {
    display: inline-block;
    background: url(../images/step-icon3.svg) no-repeat;
    width: 52px;
    height: 52px
}

.steps-item.active .step-icon3 {
    background-image: url(../images/step-icon3-a.svg)
}

.step-icon4 {
    display: inline-block;
    background: url(../images/step-icon4.svg) no-repeat;
    width: 54px;
    height: 54px
}

.steps-item.active .step-icon4 {
    background-image: url(../images/step-icon4-a.svg)
}

.steps-item.active .steps-item__img {
    background: #202c38
}

.steps-item__title {
    text-align: center;
    font-size: 15px
}

.steps-item__title span {
    display: block;
    color: #989898;
    font-size: 12px;
    margin-top: 5px
}

.orders-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1
}

.orders-item__img {
    width: 90px;
    height: 90px
}

.orders-item__img img {
    max-width: 95%;
    max-height: 95%
}

.orders-item__col>span {
    display: block;
    color: #989898;
    font-size: 12px;
    margin-bottom: 10px
}

.orders-item__col {
    width: 250px;
    font-size: 14px;
    line-height: 140%;
    padding-top: 10px
}

.orders-item__col:last-child {
    width: 90px;
    text-align: right
}

.orders-item__title {
    padding-right: 30px
}

.orders-item__delivery {
    color: #6c6463;
    font-size: 12px
}

.history-drop .reviews-add__form {
    display: block
}

.orders-total {
    text-align: right;
    font-size: 14px;
    margin: 10px 0 30px
}

.orders-total span {
    font-size: 16px
}

.orders-bottom {
    text-align: right
}

.orders-bottom .button2 {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500
}

.add-field {
    display: block;
    position: absolute;
    background: url(../images/plus-icon.svg) no-repeat;
    width: 10px;
    height: 10px;
    right: 15px;
    bottom: 18px;
    cursor: pointer
}

.inputbox input::-webkit-input-placeholder {
    color: #cacaca
}

.inputbox input:-ms-input-placeholder {
    color: #cacaca
}

.inputbox input::-ms-input-placeholder {
    color: #cacaca
}

.inputbox input::placeholder {
    color: #cacaca
}

.profile-form__btn {
    max-width: 215px
}

.review-drop .product-slider__item {
    height: 262px
}

.review-drop .product-title {
    font-size: 20px
}

.product-remain {
    font-size: 15px;
    color: #6c6463;
    margin-left: 40px
}

.review-drop .product-item__control {
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.review-drop .product-item__btn .button2 {
    width: auto;
    padding: 0 35px
}

.review-drop .product-item__btn {
    margin-bottom: 30px
}

.review-drop .block-title {
    margin-bottom: 15px;
    font-size: 15px
}

.review-drop {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    display: none
}

.review-drop .product {
    margin-bottom: 0
}

.history-empty {
    text-align: center
}

.history-empty h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 500;
    color: #6c6463
}

.history-empty p {
    font-size: 14px;
    color: #6c6463;
    line-height: 140%
}

.help-item .profile-title {
    margin-bottom: 15px
}

.help-item ul {
    margin: 0;
    padding: 0 0 0 15px;
    color: #202c38;
    font-size: 15px;
    font-weight: 500
}

.help-item ul li {
    margin-bottom: 10px;
    display: flex;
    position: relative;
    padding-left: 15px;
    line-height: 150%;
    flex-wrap: wrap
}

.help-item p a,
.help-item ul li a {
    text-decoration: none;
    color: #202c38
}

.help-item ul li a:hover {
    text-decoration: underline
}

.help-item ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #202c38;
    left: 0;
    position: absolute;
    top: 9px
}

.help-item ul li div {
    margin-left: 10px
}

.help-item p {
    font-size: 14px;
    color: #202c38;
    margin: 15px 0
}

.help-item {
    margin-bottom: 30px
}

.help-item p a {
    text-decoration: underline
}

.help-item p a:hover {
    text-decoration: none
}

.mob-title {
    display: none
}

.reviews-slider {
    margin: 0 -10px 40px -10px
}

.slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px
}

.slick-dots li button {
    background: 0 0;
    border: none;
    font-size: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    padding: 0
}

.slick-dots li.slick-active button {
    background: #202c38
}

.text h1 {
    font-size: 40px;
    font-weight: 500;
    color: #202c38
}

.text h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.container2 {
    width: 83.33%;
    padding: 0 15px;
    margin: 0 auto
}

.sidebar-btn {
    margin-top: 30px
}

.sidebar-btn .button2 {
    width: 100%;
    padding: 0;
    text-align: center
}

.partner-form .text p {
    color: #202c38
}

.partner-form__title {
    font-size: 15px;
    font-weight: 500;
    color: #202c38;
    margin-bottom: 8px
}

.partner-form__text {
    color: #6c6463;
    font-size: 12px;
    line-height: 140%;
    margin: 40px 0 30px
}

.has-drop {
    display: none !important
}

.block-order-properties {
    margin-bottom: 30px;
}

.property-radio--label {
    cursor: pointer;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid #989898;
    min-height: 70px;
    min-width: 30%;
}

.property-radio--label:hover {
    border-color: #2a3b4d;
}

.property-radio--label.property-radio--label__checked {
    border-color: #202c39;
    border-width: 2px
}

.distributor-radio {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.js-additional_data {
    display: inline-block;
}

.product-slider__item a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center
}

.product-img-float {
    float: left
}

.product-float>div:not(.product-img-float) {
    margin-left: 46%
}

.product-rate__notice,
.product-rate,
.product-title__articul {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .product-float>div:not(.product-img-float) {
        margin-left: 0
    }

    .product-float {
        display: flex;
        flex-direction: column
    }

    .product-item__brand {
        order: 0
    }

    .product-img-float {
        order: 1;
        float: none
    }

    .product-float>div:not(.product-img-float, .product-item__brand, .product-title, .product-subtitle) {
        order: 4
    }
}