@charset "UTF-8";

.new-desing * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.new-desing .easyreviews{
    float: none;
}


.new-desing a {
    color: #000403;
    text-decoration: none;
}

.new-desing a:visited {
    color: #000403;
}

.new-desing .h2 {
    font-size: 25px;
    text-transform: none;
}

.new-desing .bx-wrapper {
    margin-top: 0;
}

.new-desing .container {
    max-width: 1275px;
    padding: 0 15px;
    min-width: 1200px;
}

.new-desing input::-webkit-input-placeholder {
    font-family: 'Exo 2', sans-serif;
}

.new-desing input:-ms-input-placeholder {
    font-family: 'Exo 2', sans-serif;
}

.new-desing input::-ms-input-placeholder {
    font-family: 'Exo 2', sans-serif;
}

.new-desing input::placeholder {
    font-family: 'Exo 2', sans-serif;
}

.new-desing input {
    font-family: 'Exo 2', sans-serif !important;
}

.new-desing .content-box {
    margin-top: 80px;
}

.new-desing .btn {
    outline: none;
    cursor: pointer;
}

.new-desing .input {
    outline: none;
}

.new-desing .input_ellipse {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    border: 0;
    width: 100%;
    max-width: 100%;
    background: #fafafa;
}

.new-desing .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-decoration: none;
    padding: 0 35px;
    border-radius: 20px;
}

.new-desing .btn_darck {
    color: #000403;
    border: 1px solid #000403;
}

.new-desing .btn_lihte {
    color: #fff !important;
    border: 1px solid #fff;
}

.new-desing .btn_black {
    border: 0;
    background: #000403;
    color: #fff;
    display: inline-block;
}

.new-desing .phone {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
}

.new-desing .phone__link {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.new-desing .phone__text {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
}

.new-desing .cancel {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: 30px;
}

.new-desing .no-valid {
    border: 1px solid red !important;
}

.new-desing .no-valid__msg {
    float: left;
    display: block;
    width: 100%;
    margin: 10px 0;
    color: red;
}

.new-desing .content::before {
    content: "";
    display: table;
    clear: both;
}
.new-desing .content::after {
    content: "";
    display: table;
    clear: both;
}

.no-bg {
    background: #fff;
}

.content {
    background: #fff;
    padding-bottom: 80px;
}

.no-upper {
    text-transform: none !important;
}

.unirub {
    position: relative;
}

.unirub::after {
    content: " р.";
    position: relative;
}

.new-desing .header {
    background: #000403;
    width: 100%;
}

.new-desing .header__text {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    max-width: 300px;
    vertical-align: middle;
}

.new-desing .header__inner {
    position: relative;
    padding: 10px 0;
    vertical-align: middle;
}

.new-desing .header__logo {
    vertical-align: middle;
    height: 55px;
}

.new-desing .header__feedback {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.new-desing .header__feedback-btn {
    margin-left: 30px;
}

.nav-bar {
    background: #fff;
    clear: both;
    padding: 20px  0 0 0;
    margin: 0;
}

.nav-bar__menu {
    float: left;
    padding: 0;
    margin: 0;
}

.nav-bar__item {
    position: relative;
    padding: 0;
    margin: 0  10px 0 0;
    list-style-type: none;
    display: inline;
}

.nav-bar__item a {
    color: #000403;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
}

.nav-bar__link {
    text-decoration: none;
}

.searsh-panel {
    float: left;
}

.searsh-panel__form {
    vertical-align: middle;
}

.searsh-panel__input {
    width: 0;
    border: 0;
    border-bottom: 1px solid #000403;
    vertical-align: bottom;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.searsh-panel__submit {
    outline: none;
    background: url("../img/zoom.png");
    height: 25px;
    width: 25px;
    border: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 2px;
}

.searsh-panel:hover .searsh-panel__input {
    width: 180px;
}

.searsh-panel:hover .searsh-panel__submit {
    background: url("../img/zoom-hover.png");
    background-repeat: no-repeat;
}

.user-panel {
    float: right;
}

.user-panel__list {
    float: left;
}

.user-panel__item {
    position: relative;
    float: left;
    padding-left: 0;
    font-size: 12px;
    margin-left: 20px;
}

.user-panel__item::before {
    content: '';
    float: left;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.user-panel__item_enter {
    line-height: 26px;
}

.user-panel__item_enter::before {
    background: url("../img/enter_ico.png");
    background-repeat: no-repeat;
}

.user-panel__item_bascket {
    position: relative;
    width: 110px;
}

.user-panel__item_bascket::before {
    margin-right: 16px;
    background: url("../img/bascket_ico.png");
    background-repeat: no-repeat;
}

.user-panel__item_searsh {
    width: auto;
}

.user-panel__item a {
    color: #000403;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}

.user-panel__total {
    position: relative;
    margin-top: -0px;
    display: block;
}

.bascket-counter {
    position: absolute;
    left: 14px;
    top: -7px;
    width: 20px;
    background: red;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
}

.slider-main__slid {
    height: 700px;
    display: block;
}

.slider-main__content {
    position: absolute;
    bottom: 80px;
    font-size: 16px;
    line-height: 30px;
    background-color: #0000008c;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.slider-main__content .btn {
    display: block;
    max-width: 200px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin: 10px;
}

.new-desing .welcome {
    position: relative;
    margin-top: -50px;
    background: #fff;
    padding: 40px 100px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
}

.new-desing .welcome__title {
    font-size: 25px;
}

.new-desing .welcome__list {
    width: 100%;
    padding: 0;
    vertical-align: middle;
}

.new-desing .welcome__item {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 10px;
    list-style: none;
}

.new-desing .welcome__item input {
    font-size: 13px;
}

.new-desing .welcome__item button {
    width: 100%;
}

.advantages {
    display: block;
    border: 1px solid #c1c1c1;
    background: #fff;
    margin-top: 40px;
    padding: 40px 75px;
}

.advantages_bascket {
    padding: 30px 75px;
}

.advantages_bascket img {
    max-width: 48px;
}

.advantages__list {
    padding: 0;
}

.advantages__item {
    float: left;
    width: 33.33333%;
    list-style: none;
    padding: 0;
}

.advantages__ico {
    margin-right: 20px;
    vertical-align: middle;
}

.advantages__text {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    font-size: 14px;
}

.list-product {
    width: 100%;
}

.list-product__wrap {
    width: 102%;
    margin-left: -1%;
}

.list-product__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.list-product_4 .list-product__item {
    width: 25%;
    padding: 1%;
}

.list-product_3 .list-product__item {
    width: 33.33333%;
    padding: 1%;
}

.list-product a {
    text-decoration: none;
    color: #000403;
}

.list-product__item {
    position: relative;
    display: block;
    text-align: center;
    list-style: none;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    border: 1px solid transparent;
}

.list-product__title {
    font-size: 34px;
    text-transform: uppercase;
}

.list-product__img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.list-product__img-wrap {
    display: block;
}

.list-product__text {
    display: block;
    margin-top: 20px;
}

.list-product__price {
    display: block;
    margin: 20px 0;
}

.list-product__more {
    color: #979797 !important;
    float: right;
}

.list-product__more-span {
    position: relative;
    width: 100%;
    color: #818181;
}

.list-product__more-span::before {
    content: "";
    background: url("../img/augen.png");
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    height: 10px;
    width: 18px;
    margin-right: 10px;
}

.list-product__hidden {
    position: absolute;
    left: 0;
    bottom: -40px;
    display: block;
    width: 100%;
    line-height: 50px;
    z-index: 2;
    height: auto;
    background: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    line-height: 50px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
    visibility: hidden;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0;
}

.list-product__hidden::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    background: white;
    height: 20px;
    z-index: 999;
    border-bottom: 1px solid #e6e6e6;
}

.list-product__item:hover {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
}

.list-product__item:hover .list-product__hidden {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.new-desing .offer-box {
    padding: 44px 100px;
    background: #f0f0f1;
}

.new-desing .offer-box__col {
    width: 50%;
    float: left;
}

.new-desing .offer-box__title {
    font-size: 25px;
}

.new-desing .offer-box ul {
    padding: 0;
    margin-top: 40px;
}

.new-desing .offer-box li {
    list-style: none;
    padding: 0 0 16px 0;
}

.new-desing .offer-box a {
    color: #ffffff;
}

.new-desing .offer-box a:visited {
    color: #fff;
}

.seo p {
    width: 50%;
    float: left;
    line-height: 25px;
    font-size: 14px;
}

.seo h3 {
    margin-bottom: 20px;
}

.form-footer {
    border: 1px solid #5c5e5e;
    color: #fff;
    padding: 35px 60px;
}

.form-footer__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-footer__item {
    list-style: none;
    vertical-align: middle;
}

.form-footer__item_input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 40px;
}

.form-footer__text {
    position: relative;
    padding-left: 100px;
    display: block;
}

.form-footer__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 40px;
    display: block;
    background: url("../img/email.png");
    background-repeat: no-repeat;
}

.form-footer__input {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #999b9a;
    padding: 10px 0;
    color: #fff;
}

.form-footer__submit {
    background: #292929;
    border: 0;
    color: #fff;
    width: 180px;
}

.social__title {
    margin-bottom: 15px;
}

.social__links a {
    opacity: .7;
    margin-right: 10px;
}

.new-desing .footer {
    background: url("../img/footer.jpg");
    background-size: cover;
    padding: 50px 0 0 0;
    color: #fff;
}

.new-desing .footer__logo {
    width: 247px;
    margin-bottom: 46px;
}

.new-desing .footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.new-desing .footer__col_has-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 777px;
}

.new-desing .footer__nav {
    width: 33.3333%;
    padding-left: 20px;
}

.new-desing .footer__nav-item {
    list-style: none;
    margin-bottom: 30px;
}

.new-desing .footer__nav-item a {
    color: #fff;
    text-decoration: none;
}

.new-desing .footer__dev {
    border-top: 1px solid  #333635;
}

.new-desing .footer__dev a, .new-desing .footer__dev span {
    color: #b6b6b6;
    font-size: 12px;
    height: 74px;
    line-height: 74px;
}

.new-desing .footer__dev a {
    float: right;
    text-decoration: none;
    color: #fff;
}

.new-desing .footer__dev a:visited {
    color: #fff !important;
}

.footer-feedback__phone {
    font-size: 24px;
    color: #fff !important;
    text-decoration: none;
    display: block;
}

.footer-feedback__phone:visited {
    color: #fff !important;
}

.footer-feedback__email {
    display: block;
    color: #fff !important;
    text-decoration: none;
}

.footer-feedback__email:visited {
    color: #fff !important;
}

.footer-feedback__time {
    display: block;
    color: #b6b6b6;
    text-decoration: none;
    margin: 10px 0 30px 0;
}

.history__link-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-main__wrap {
    overflow: hidden;
}

.slider-main__wrap .bx-prev {
    background: none;
    border-top: 2px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
}

.slider-main__wrap .bx-next {
    background: none;
    border-top: 2px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 5px;
    bottom: -50px;
    top: auto;
}

.slider-main__wrap .bx-wrapper .bx-controls-direction a {
    opacity: 1;
    width: 10px;
    height: 10px;
    top: auto;
}

.slider-main__wrap .bx-controls {
    position: absolute;
    height: 50px;
    right: 0;
    bottom: 27px;
    width: 50px;
    bottom: 109px;
}

.slider-main__wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-main__wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #d7d7d7;
}

.slider-main__wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-main__wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d7d7d7;
}

.slider-main__wrap .bx-wrapper .bx-pager .bx-pager-item, .slider-main__wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
    margin-bottom: 10px;
    background: none;
}

.slider-main__wrap .bx-wrapper .bx-pager, .slider-main__wrap .bx-wrapper .bx-controls-auto {
    display: block;
}

.bottom-catalog_pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.pagin {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagin_item {
    margin: 10px;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagin a, .pagin a:visited {
    color: #a7a7a7;
}

.new-desing .breadcrumbs {
    margin-top: 20px;
    -webkit-box-shadow: inset 0px 22px 20px -30px #c7c7c7;
    box-shadow: inset 0px 22px 20px -30px #c7c7c7;
    padding-top: 7px;
}

.new-desing .breadcrumbs__list {
    padding: 0;
}

.new-desing .breadcrumbs__item {
    list-style: none;
    display: inline;
    margin-right: 22px;
}

.new-desing .breadcrumbs__link {
    position: relative;
    text-decoration: none;
    color: #979797 !important;
    font-size: 12px;
}

.new-desing .breadcrumbs__link::before {
    content: '»';
    position: absolute;
    right: -15px;
    display: inline-block;
}

.new-desing .breadcrumbs__current {
    font-size: 12px;
}

.content__main {
    float: left;
    width: 75%;
    padding-left: 30px;
}

.rignt-nav {
    float: left;
    width: 25%;
}

.rignt-nav__list {
    padding: 0;
}

.rignt-nav__item {
    display: block;
    padding: 40px 0 0  0;
}

.rignt-nav__item_level-0 {
    position: relative;
    padding: 20px  5px 20px  50px;
    border-bottom: 1px solid #e6e6e6;
}

.rignt-nav__sublist {
    display: none;
    padding: 0 0 0 0;
}

.rignt-nav__link {
    color: #000403;
    text-decoration: none;
}
.rignt-nav__toggle {
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}
.rignt-nav__toggle:hover{
    color: red;
}


/* .rignt-nav__link_hassub::before {
    content: '+';
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 17px;
}

.rignt-nav__link_hassub_open::before {
    content: '-';
} */

.rignt-nav__link_level-0 {
    font-weight: bold;
}

.rignt-nav__link_level-0_opened::before {
    content: '-';
}

.filter {
    width: 100%;
    border-bottom: 1px solid #000403;
}

.new-desing .filter__submit {
    height: 30px;
    line-height: 30px;
    margin: auto;
    display: block;
}

.filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.filter__item {
    position: relative;
    list-style: none;
}

.filter__item-tile {
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    margin-right: 30px;
}

.filter__item-tile::before {
    content: '';
    position: absolute;
    background: url("../img/ic.png");
    width: 8px;
    height: 5px;
    right: 0;
    top: 7px;
}

.filter__options {
    display: block;
    padding: 20px;
    position: absolute;
    top: 34px;
    left: -50%;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.filter__options::before {
    content: '';
    position: absolute;
    display: block;
    top: -10px;
    border-bottom: 10px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.filter__options-item {
    list-style: none;
    padding: 10px 0 10px 0;
}

.filter__label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    white-space: nowrap;
}

.filter__label::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: -3px;
    width: 16px;
    height: 16px;
    border: 1px solid #000403;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
}

.filter__label_checeked::before {
    content: '✔';
}

.filter__color-preview {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.filter__checkbox {
    display: none;
}

.filter__item_open .filter__options {
    visibility: visible;
    opacity: 1;
}

.slider-price__input {
    font-family: Arial;
    border: 1px solid #000403;
    width: 60px;
    margin: 0 10px;
    padding: 3px 5px;
}

.slider-price__row {
    white-space: nowrap;
}

.slider-price__slider {
    margin-top: 20px;
}

.slider-price .ui-slider-horizontal {
    height: 1px;
    border: 0;
    background: #e6e6e6;
}

.slider-price .ui-slider-handle {
    width: 4px;
    height: 4px;
    margin-left: 0;
    border-left: 8px solid #000403;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-right: 0;
    outline: none;
}

.slider-price .ui-slider-range {
    background: #000403;
}

.product-gallery {
    float: left;
    width: 48.56%;
}

.product-gallery__preview {
    width: 15.1%;
    float: left;
}

.product-gallery__preview a {
    display: block;
    margin: 0 15px 15px 0;
}

.product-gallery__link {
    max-width: 76px;
}

.product-gallery__link img {
    max-width: 100%;
}

.product-gallery__link_current {
    opacity: .4;
}

.product-gallery__wrap-main-img {
    width: 84.9%;
    float: left;
}

.product-gallery__main-img {
    max-width: 100%;
}

.product__specification {
    width: 51.44%;
    padding-left: 30px;
    float: left;
}

.product__row {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.product__row-title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product__price {
    font-size: 30px;
    display: inline;
}

.product__availability {
    position: relative;
    float: right;
}

.product__availability::before {
    content: '\2714';
    position: absolute;
    left: -20px;
    top: 0;
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 10px;
    background: #8ccb42;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.product__colors {
    padding: 0;
    margin: 0;
}

.product__color {
    display: inline-block;
    padding: 20px;
    border: 1px solid #000403;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product__color:hover {
    opacity: .4;
}

.product__table-sezes {
    position: relative;
    float: right;
    color: #b0b0b0;
    text-decoration: none;
}

.product__table-sezes:visited {
    color: #b0b0b0;
}

.product__table-sezes::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 0;
    display: block;
    width: 28px;
    height: 18px;
    background: url("../img/table-size.png");
    background-repeat: no-repeat;
}

.product__sizes-list {
    padding-left: 0;
    list-style: none;
    min-height: 90px;
    margin: 0;
}

.product__size-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    width: 45px;
    /* z-index: 2; */
}

.product__size-item-inner {
    position: absolute;
    display: block;
    width: 100%;
    background: #fff;
}

.product__size-select {
    position: relative;
    display: block;
    border-radius: 5px;
    width: 45px;
    border: 1px solid #a7a7a7;
    padding: 8px 10px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.product__size-select .scroll-bar {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product__sizes-qt span {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.product__sizes-qt span:hover {
    color: red;
}

.product__size-input {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    border: 0;
}

.product__size-input-wrap {
    position: relative;
}

.product__size-input-wrap::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    border-top: 6px solid #a7a7a7;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product__size-value {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.product__size-select:hover {
    border: 1px solid #000403;
}

.product__size-select:hover .product__size-input-wrap::before {
    border-top: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 6px solid #000403;
}

.product__size-select:hover .scroll-bar {
    height: 190px;
    visibility: visible;
    opacity: 1;
}

.new-desing .product__submit {
    height: 50px;
    line-height: 50px;
    width: 290px;
    border-radius: 30px;
    font-size: 14px;
}

.product__characteristics {
    padding: 0;
}

.product__characteristics-item {
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
    border-bottom: 1px dashed #b0b0b0;
}

.product__characteristics-key {
    float: left;
    font-weight: bold;
    background: #fff;
    margin-bottom: -2px;
}

.product__characteristics-value {
    float: right;
    width: 50%;
    background: #fff;
    margin-bottom: -2px;
}

.scroll-bar {
    display: block;
}

.scroll-bar__viewport {
    display: block;
    overflow-y: scroll;
    height: 190px;
}

.scroll-bar__overview {
    display: block;
}

.scroll-bar ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.scroll-bar ::-webkit-scrollbar-button {
    background-color: 0;
}

.scroll-bar ::-webkit-scrollbar-track-piece {
    background-color: #e6e6e6;
}

.scroll-bar ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #000403;
    border-radius: 5px;
}

.basket {
    margin-top: 50px;
}

.basket__total {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #000403;
    margin-top: -1px;
    padding: 30px 0;
}

.basket__del {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background: url("../img/del.png");
    background-repeat: no-repeat;
    top: 50px;
    cursor: pointer;
    z-index: 2;
}

.basket__row {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #b0b0b0;
}

.basket__row_header {
    border-bottom: 1px solid #000403;
}

.basket__col {
    float: left;
}

.basket__col_product {
    width: 40%;
}

.basket__col_price {
    width: 15%;
    padding-top: 20px;
}

.basket__col_qt {
    width: 20%;
    padding-top: 20px;
}

.basket__col_total {
    width: 25%;
    padding-top: 20px;
}

.basket__photo-wrap {
    width: 108px;
    float: left;
}

.basket__photo-wrap img {
    float: left;
    max-width: 108%;
}

.basket__product-description {
    float: left;
    padding-top: 20px;
    margin-left: 30px;
}

.basket__product-title {
    margin-bottom: 15px;
}

.basket__product-char {
    margin-bottom: 15px;
    color: #b0b0b0;
}

.basket__price {
    margin-bottom: 15px;
}

.basket__price_old {
    color: #b0b0b0;
    text-decoration: line-through;
}

.basket__sale {
    color: red;
    font-size: 12px;
    margin-top: 15px;
}

.basket__total-box {
    float: right;
    width: 400px;
}

.basket__total-box-row {
    display: block;
    width: 100%;
    margin: 10px 0;
    float: left;
}

.basket__total-box-row_bold {
    font-size: 25px;
}

.basket__total-box-key {
    float: left;
    width: 50%;
}

.basket__total-box-val {
    float: left;
    width: 50%;
}

.basket__total-box-val_bold {
    font-weight: bold;
}

.new-desing .basket__submit {
    width: 290px;
    height: 50px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 20px;
}

.basket__promo {
    float: left;
}

.basket__promo-inner {
    position: relative;
    float: left;
    display: block;
    width: 600px;
    height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    margin-top: 40px;
    overflow: hidden;
}

.basket__promo-input {
    position: absolute;
    border-radius: 30px;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0 24px;
}

.basket__promo-btn {
    position: absolute;
    background: #fff;
    color: #000403;
    right: 0;
    width: 200px;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    outline: none;
    cursor: pointer;
}

.counter-qt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.counter-qt__inc {
    width: 16px;
    height: 16px;
    background: #000403;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.counter-qt__inc:hover {
    background: red;
}

.counter-qt__input-wrap {
    width: 40px;
    display: inline-block;
}

.counter-qt__input {
    max-width: 100%;
    border: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link-back {
    position: absolute;
    bottom:0;
    left: 0;
    padding: 30px;
    text-decoration: none;
    color: #000403;
}

.tabs__header {
    display: block;
    float: left;
    border-bottom: 1px solid #cecece;
    width: 100%;
}

.tabs__link {
    display: inline-block;
    text-decoration: none;
    color: #000403;
    padding: 10px 0;
    min-width: 300px;
    border-bottom: 1px solid #cecece;
    margin-bottom: -1px;
}

.tabs__link_current {
    border-bottom: 1px solid #000403;
}

.tabs__content {
    float: left;
    width: 100%;
    display: block;
    padding-top: 40px;
    float: left;
}

.tabs__content .h2 {
    width: 100%;
}

.tabs__tab {
    float: left;
    width: 100%;
    display: none;
}

.tabs__tab_visible {
    display: block;
}

.cust-info {
    float: left;
    width: 100%;
    display: block;
    max-width: 8;
}

.cust-info .h2 {
    margin-bottom: 15px;
}

.cust-info__row {
    float: left;
    width: 100%;
    display: block;
    max-width: 818px;
    margin: 15px 0;
}

.custom-radio {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 10px 0;
}

.custom-radio__label {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 17px;
    cursor: pointer;
}

.custom-radio__label::before {
    content: '';
    position: absolute;
    display: block;
    top: -3px;
    left: 0;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0px 0px 2px 0px black;
    box-shadow: 0px 0px 2px 0px black;
    border: 4px solid #fff;
    background: #ffffff;
    border-radius: 50%;
}

.custom-radio__input {
    display: none;
}

.custom-radio_checked .custom-radio__label::before {
    background: red;
}

.input-group {
    float: left;
    display: block;
    margin: 15px 0;
    width: 100%;
    max-width: 818px;
}

.input-group_2 .input-group__inner {
    width: 47.5%;
    margin-right: 5%;
}

.input-group_2 .input-group__inner:last-child {
    margin-right: 0;
}

.input-group_1 .input-group__inner {
    width: 100%;
}

.input-group_3 .input-group__inner {
    width: 30%;
    margin-right: 5%;
}

.input-group_3 .input-group__inner:last-child {
    margin-right: 0;
}

.input-group__inner {
    padding-top: 30px;
    position: relative;
    float: left;
    display: inline-block;
}

.input-group__inpup-sqr {
    height: 40px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    outline: none;
}

.input-group__title {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}

.input-group__title_required::before {
    content: "*";
    position: absolute;
    color: red;
    top: -3px;
    right: -8px;
}

.delevery {
    padding-top: 0;
    padding-bottom: 30px;
    float: left;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    width: 100%;
    margin-top: 15px;
}

.delevery .h2 {
    margin: 40px 0 30px 0;
    float: left;
    display: block;
}

.payment .h2 {
    margin: 40px 0 30px 0;
    float: left;
    display: block;
}

.form-bottom {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin: 20px 0 10px 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #000403;
}

.form-bottom_noborder {
    border-top: 0;
    max-width: 818px;
}

.form-bottom__text {
    width: 420px;
}

.form-bottom__text_left {
    float: left;
}

.form-bottom__row {
    margin-bottom: 30px;
}

.form-bottom__row_big {
    font-size: 25px;
    font-weight: bold;
}

.form-bottom__val {
    width: 50%;
    float: left;
}

.form-bottom__key {
    width: 50%;
    float: right;
}

.new-desing .form-bottom__submit {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 30px;
}

.form-bottom__back {
    position: absolute;
    padding: 30px;
    text-decoration: none;
    color: #000403;
}

.form-bottom__r {
    float: right;
}

.reg-order .form-bottom .cancel {
    float: right;
}

.text-gey {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    color: #b0b0b0;
    font-size: 12px;
    margin-top: 12px;
}

.text-gey_required {
    padding-left: 8px;
}

.text-gey_required::before {
    content: "*";
    position: absolute;
    color: red;
    top: 0;
    left: 0;
}

.history {
    float: left;
    display: block;
    width: 100%;
    max-width: 818px;
}

.history__title {
    font-size: 20px;
    margin: 30px 0;
}

.history__list {
    float: left;
}

.history__item {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.history__item_sale {
    background: #000403;
    color: #fff;
    padding: 10px;
}

.history__item-row {
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
}

.history__item-row_top {
    background: #f2f2f2;
}

.history__item-row__bottom {
    border: 1px solid #f2f2f2;
}

.history__item-right {
    float: right;
}

.history__item-left {
    float: left;
}

.history__status {
    color: #619229;
}

.history__data {
    color: #bfbfbf;
}

.new-desing .nyroModalCont {
    border: 0;
}

.form-modal .nyroModalCont {
    overflow: visible !important;
}

.form-modal {
    overflow: visible;
    font-family: 'Exo 2', sans-serif;
    padding: 60px 80px;
}

.form-modal__title {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.form-modal__input-wrap {
    padding: 7px 0;
}

.form-modal__input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
}

.form-modal__form {
    padding: 50px 70px;
}

.form-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/del.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.new-desing .form-modal__btn {
    margin: auto;
    display: block;
    width: 255px;
    font-size: 14px;
    margin-top: 20px;
}

.form-modal__personal span {
    color: #7b7b7b;

}

.form-modal__personal {
    margin-top: 10px;
    padding-left: 35px;
    position: relative;
}

.form-modal__checkbox {
    display: none;
}

.form-modal__personal-link {
    text-decoration: underline !important;
}

.form-modal__custom-checkbox {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fafafa;
    border-radius: 50%;
    cursor: pointer;
}

.checkbox-checked::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/check-not-border.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.footer-development{
    display: flex;
    align-items: center;
    float: right;
}

@media (max-width: 767px){
    .footer-development{
        display: flex;
        align-items: center;
        float: none;
        justify-content: center;
    }
}
.form-modal__form_pagging-0 {
    padding: 0;
    vertical-align: bottom;
    max-width: 520px;
}

.nyroModalCont {
    max-width: 520px;
}

.form-modal__form__image-header {
    background-size: cover;
    height: 300px;
    margin: -10px -10px 0 -10px;
}

.marker {
    display: inline-block;
    padding: 5px;
}

.marker_white {
    background: #ffffff;
}

.marker_yellow {
    background: #fdff7e;
}

.form-modal__form__image-header .form-modal__title {
    padding: 23px;
    display: inline-block;
    margin-top: 135px;
}

.footnote {
    display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
}

.footnote span {
    font-size: 16px;
    color: red;
    margin-right: 5px;
}

.form-modal__row {
    display: flex;
}

.form-modal__row .form-modal__input-wrap {
    width: 48%;
    margin-right: 4%;
}

.form-modal__row .form-modal__input-wrap:last-child {
    margin-right: 0;
}

.form-modal__content {
    padding: 20px;
}

#sale-form {
    max-width: 520px;
}

@media (max-width: 640px) {
    .nyroModalCont {
        max-width: none;
    }

    .form-modal__title {
        font-size: 24px;
    }

    .form-modal__form__image-header {
        height: 180px;
    }

    .form-modal__form__image-header .form-modal__title {
        margin-top: 46px;
    }

    .form-modal__row {
        flex-wrap: wrap;
    }

    .form-modal__row .form-modal__input-wrap {
        width: 100%;
        margin-right: 0;
    }

    .form-modal__form{
        padding: 27px 26px ;
    }

    .form-modal__form_pagging-0 {
        padding: 0;
    }
    .new-desing .form-modal__btn{
        width: 100%;
    }
}

