.main-first__wrap{
    display: flex;
    width: 100%;
}
.main-first__left{
    width: 60%;
    border-right: 2px solid #fff;
    box-sizing: border-box;
 
}
.main-first__right{
    width: 40%;
}
.main-first{
    margin-top: -24px;
}

.main-baner{
    width: 100%;
}
.main-baner__t{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.main-baner__price{
    font-size: 24px;
    margin-bottom: 50px;
}

.main-baner__cloud{
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: 35px;
}

.main-baner__cloud a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #d57587;
    background-color: #d57587;
    color: #fff;
    transition: 0.3s all;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
}

.main-baner__cloud a:hover{
    opacity: 0.8;
    text-decoration: none;
}

.main-baner .owl-dots {
    display: flex;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
    left: 67px;
}
.main-baner .owl-nav{
    display: none;
}
.main-baner .owl-dots .owl-dot {
    border: 1px solid #d57587;
    width: 25px;
    height: 25px;
    background-color: #fff;
    transition: 0.3s all;
    margin-right: 10px;
    border-radius: 100%;
}

.main-baner .owl-dots .owl-dot.active{
    background-color: #d57587;
}
.btn.btn-red{
    border: 1px solid #d57587;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #d57587;
    transform: 0.3s all;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
}

.btn.btn-red:hover{
    text-decoration: none;
   opacity: 0.8;
}
.main-baner{

}
.main-baner__item{
    padding-left: 68px;
    padding-top: 32px;
    padding-right: 41px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media(min-width: 768px){
    .main-baner__item{
        min-height: 407px;
    }
}
@media(max-width: 768px){
    .main-baner__item{
        min-height: 100vw;
    }
}
.main-baner__item__wrap{
    position: relative;
    z-index: 2;
    color: #fff;
}
.main-baner__item:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
}
.main-first__item-r{
    display: flex;
    align-items: flex-end;
    padding: 15px;
    height: 50%;
    border-bottom: 2px solid #fff;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    position: relative;
}
.main-first__item-r:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    transition: 0.3s all;
    z-index: 1;
}
.main-first__item-r:hover:after{
    background-color: rgba(0,0,0,0.4);
}
.main-first__item-r:last-child{
    border-bottom: 0;
}
.main-first__item-r__wrap{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.main-first__item-r:hover{
    text-decoration: none;
}

@media(max-width: 1230px){
    .main-first__wrap{
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .main-baner__item{
        padding-left: 25px;
    }
    .main-baner .owl-dots{
        left: 25px;
    }
}

@media(max-width: 767px){
    .main-first__wrap{
        flex-direction: column;
    }
    .main-first__left{
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #fff;
    }
    .main-first__right{
        display: flex;
        height: 35vw;
        width: 100%;
    }
    .main-first__item-r{
        height: 100%;
        width: 50%;
        border-bottom: 0;
        border-right: 2px solid #fff;
    }
    .main-first__item-r:last-child{
        border-right: 0;
    }
}

@media(max-width: 575px){
    .main-first__right{
        flex-direction: column;
        height: 125vw;
    }
    .main-first__item-r{
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #fff;
        
    }
    .main-baner__item{
        padding: 20px;
        padding-bottom: 75px;
    }
    .main-baner .owl-dots{
        left: 20px;
        bottom: 20px;
    }
    .main-baner__t{
        font-size: 20px;
    }
    .main-baner__price{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .main-baner__cloud a{
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.new-tabs__nav{
    display: flex;
    padding-left: 0;
    overflow: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.new-tabs__nav li{
    padding: 10px 20px;
    border: 1px solid #d57587;
    color:#d57587;
    margin-right: 12px;
    min-width: max-content;
    list-style: none;
    cursor: pointer;
}
.new-tabs__nav li.active{
    color: #fff;
    background-color: #d57587;
}
.new-tabs{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec h2{
    font-size: 36px;
    margin-bottom: 26px;
    color: rgba(88, 88, 88, 1.0);
}
.new-tabs__content{
    display: none;
}

.new-tabs__content.active{
    display: block
}

.new-tabs__content div.news-list-level-cat-0 div.news-list-level-cat-1{
    justify-content: flex-start;
}

@media(max-width: 767px){
    .new-tabs__nav li{
        font-size: 12px;
        padding: 5px 15px;
    }
    .sec h2{
        font-size: 26px;
    }
}


.podbor{
    position: relative;
    overflow: hidden;
}

.podbor__wrap{
    padding-top: 26px;
    padding-bottom: 56px;
    background-color: #c2c2c2;
}
.podbor-wrap__title{
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
}

.tabs-price-flex{
    display: flex;
    overflow: auto;
}
.tabs-price-flex.width--img{
    overflow: initial;
    flex-wrap: wrap;
}
.tabs-price-flex label{
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tabs-price-flex label input{
    display: none;
}
.tabs-price-flex label input + div.default{
    height: 150px;
    width: 150px;
    min-width: 150px;
    border: 4px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s all;
}
.tabs-price-flex label input + div.default::after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
}
.tabs-price-flex label input:checked + div.default{
    border: 4px solid #d57587;
}

.tabs-price-flex label input:checked + div.default:after{
    opacity: 0;
}
.new-tabs__bot-btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.new-tabs__content p{
    margin-bottom: 30px;
    margin-top: 30px;
}
@media(max-width: 767px){
    .tabs-price-flex label input + div.default{
        width: 100px;
        min-width: 100px;
        height: 100px;
        font-size: 16px;
    }
}
.tabs-price-flex label input + div.type-img {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    max-width: 100px;
    word-wrap: break-word;
}
.tabs-price-flex label input + div.type-img .img{
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    border: 2px solid transparent;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
.tabs-price-flex label input + div.type-img .img::after{
    content: "";
    position: absolute;
    display: block;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #000;
}
.tabs-price-flex label input:checked + div.type-img .img{
    border: 2px solid #d57587;
}
.tabs-price-flex label input:checked + div.type-img .img:after{
    opacity: 0;
}

@media(max-width: 767px){
    .tabs-price-flex.width--img{
        flex-wrap: nowrap;
        overflow:auto;
    }
}
.news-tabs__form{
    max-width: 344px;
    width: 100%;
    margin-top: 25px;
    margin-right:61px;
    box-sizing: border-box;
}
.news-tabs__form input{
    border: 1px solid #000;
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 0 15px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-bottom: 24px;
    box-sizing: border-box;
}
.news-tabs__form p{
    margin: 0;
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    text-align: center;
}
.news-tabs__form p a{
    color: #d57587;
}
.news-tabs__form input::placeholder{
    color: #000;
    opacity: 0.7;
}
.news-tabs__form button.btn{
    width: 100%;
    height: 50px;
    font-size: 24px;
    box-sizing: border-box;
}
.news-tabs__form__wrap{
    display: flex;
    align-items: center;
}
.news-tabs__form-text{
    font-size: 18px;
    line-height: 21px;
    color: #1b1b1b;
    max-width: 365px;
    margin-bottom: 15px;
}


@media(max-width: 767px){
    .news-tabs__form__wrap{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .news-tabs__form{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .news-tabs__form-text{
        text-align: center;
    }
}

.two-tabs{
    padding-top: 58px;
}

.two-tabs__nav{
    display: flex;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: auto;
}

.two-tabs__nav li{
    font-size: 18px;
    min-width: max-content;
    line-height: 21px;
    color: #000000;
    list-style: none;
    margin-right: 20px;
    cursor: pointer;
}
.two-tabs__nav li:hover{
    text-decoration: underline;
}
.two-tabs__nav li.active{
    font-weight: bold;
}
.two-tabs__content{
    display: none;
}
.two-tabs__content.active{
    display: block;
}


.aswer-sec{
    padding-top: 50px;
    padding-bottom: 50px;
}
.aswer-sec .arrow {
    width: 40px;
    height: 40px;
    background-position: right center;
    top: 30px !important;
    transform: rotate(90deg);
}
.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-text {
    width: 45%;
    padding-right: calc(-73.39906px + 8.92019vw);
}
.about-text__title {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
    margin-top: 0;
}
.about-text__subtitle {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 40px;
    line-height: 1.3;
}

.about-text__readmore {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.about-text__readmore:hover{
    color: #000;
    text-decoration: none;
}
.about__content {
    width: 60%;
}
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}

.video__link picture {
    display: none;
}

.video__link, .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 15px 0 #afabce;
    box-shadow: 0 0 15px 0 #afabce;
    object-fit: cover;
}
.video--enabled .video__button {
    display: block;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: 0;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video:hover .video__button-shape, .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1;
}
.video__button-shape {
    fill: #212121;
    fill-opacity: .8;
}
.video__button-icon {
    fill: #fff;
}

.video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.readmore, .readmore:after, .readmore:before {
    display: block;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}
.readmore {
    position: relative;
    width: 25px;
    -webkit-animation: arrowRight 3s ease-in-out infinite;
    animation: arrowRight 3s ease-in-out infinite;
    margin-left: 25px;
}

.readmore:before {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.readmore:after, .readmore:before {
    position: absolute;
    content: "";
    width: 10px;
    right: -1px;
}
.readmore, .readmore:after, .readmore:before {
    display: block;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}

.readmore:after {
    top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@keyframes arrowRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    } 
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
   
}

@media(max-width: 991px){
    .about{
        flex-direction: column;
    }
    .about-text{
        width: 100%;
        margin-bottom: 20px;
    }
    .about__content{
        width: 100%;
    }
    .about-text__title{
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .about-text__subtitle{
        padding-bottom: 20px;
    }
}

.feedback {
    background-color: #fff;
    padding-bottom: 100px;
    margin-top: -1px;
}
.feedback__title {
    margin-bottom: 30px;
}
.feedback__slider {
    display: flex;
    padding: 0 12px;
    margin: 0 -12px;
    cursor: grab;
}
.feedback__item {
    min-height: 200px;
    color: #788090;
    font-size: 16px;
    padding: 0 20px;
}
.feedback__name {
    display: block;
    color: #2b3039;
    font-weight: 600;
    line-height: 1.46;
    margin-bottom: 3px;
}
.feedback__date {
    display: block;
    margin-bottom: 12px;
}
.feedback__rating {
    margin-bottom: 18px;
    display: flex;
    overflow: hidden;
    height: 16px;
}
.feedback__star {
    display: block;
    height: 16px;
    width: 16px;
    background: url(/bitrix/templates/dresscodeV2/components/bitrix/news.list/reviews/images/rating.png) repeat 0 -14px transparent;
}
.feedback__text {
    margin: 0;
    line-height: 1.46;
}
.feedback__nav {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    font-size: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.feedback__nav-prev {
    left: -25px;
}
.feedback__nav-next {
    right: -25px;
}
.feedback__nav.disabled {
    opacity: 0;
}
.feedback__button {
    margin-top: 40px;
    text-align: center;
}
.feedback__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 44px;
    max-width: 100%;
    min-width: 180px;
    padding: 10px 25px;
    font-size: 15px;
    background-color: #f5f5f5;
    color: #788090;
    text-decoration: none !important;
}
.feedback__link:hover {
    background: #e7e9ee!important;
    color: #515867!important;
}
@media (max-width: 1300px) {
    .feedback__nav-prev {
        left: 0px;
    }
    .feedback__nav-next {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .feedback__nav {
        display: none;
    }
}
.sec.feedback{
    padding-top: 0;
    padding-bottom: 25px;
}
.feedback__wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 15px;
}
.feedback__col{
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
    margin-bottom: 25px;
}

.feedback__col .feedback__item{
    padding: 0;
}

@media(max-width: 991px){
    .feedback__col{
        width: calc(100% / 2 - 30px);
    }
}

@media(max-width: 767px){
    .feedback__col{
        width: calc(100% / 1 - 30px);
    }
}

.feedback-btn{
    display: flex;
    justify-content: center;
}
.feedback-btn .btn.btn-red{
    padding: 10px 25px;
}

.back-call{
    background-color: rgba(202, 202, 202, 0.2);
    padding-top: 16px;
    padding-bottom: 26px;
}
.back-call__wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.back-call__left{
    max-width: 343px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 16px;
}

.back-call p{
    font-size: 12px;
    line-height: 14px;
}
.back-call p a{
    color:#d57587;
}
.back-call__action{
    display: flex;
    flex-wrap: wrap;
}

.back-call__action input{
    height: 50px;
    border: 1px solid #000;
    padding: 0 15px;
    box-sizing: border-box;
    width: 280px;
    margin-right: 30px;
}
@media(max-width: 991px){
    .back-call__wrap{
        flex-direction: column;
    }
    .back-call__left{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

@media(max-width: 767px){
    .back-call__action{
        flex-direction: column;
    }
    .back-call__action input{
        width: 100%;
        margin-bottom: 15px;
    }

    .back-call__action button{
        width: 100%;
        box-sizing: border-box;
        height: 50px;
    }
    .back-call__left{
        text-align: center;
    }
    .back-call p{
        text-align: center;
    }
    .back-call h2{
        text-align: center;
    }

    div.news-list-h1{
        font-size: 28px!important;
    }
}

.shop-reviews-list{
	overflow: hidden;
	margin-top: 24px;
}

.shop-reviews-list-item{
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.shop-reviews-list-item:first-child{
	border-top: 1px solid #f1f1f1;
}

.shop-review-item-table{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.shop-review-item-cell{
	vertical-align: middle;
	display: table-cell;
	padding: 24px 0px;
}

.shop-reviews-text{
	margin-top: 24px;
	color: #333333;
}

.shop-reviews-container{
	padding-bottom: 1px;
	overflow: hidden;
}

.shop-reviews-container-left{
	width: 300px;
	float: left;
}

.shop-reviews-container-right{
	display: block;
}

.shop-review-top-new-button{
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: 1px solid #ff9601;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	padding: 0px 48px;
	line-height: 55px;
	color: #ff9601;
	height: 55px;
}

.shop-review-top-new-button:hover{
	border: 1px solid #ff7300;
	color: #ff7300;
}

.shop-review-top-new-button:active{
	position: relative;
	top: 1px;
}

.shop-reviews-heading{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 18px;
}

.shop-reviews-rating-count,
.shop-reviews-top-rating{
	vertical-align: middle;
	display: inline-block;
}

.shop-reviews-rating-count{
	margin-right: 12px;
}

.shop-review-item-col-autor{
	padding-right: 24px;
	text-align: center;
	width: 340px;
}

.shop-review-item-col-text{
	padding-right: 24px;
}

.shop-review-item-date{
	margin-bottom: 12px;
	color: #878787;
}

.shop-review-item-rating{
	margin-bottom: 24px;
}

.shop-review-item-author{
	margin-bottom: 6px;
}

.shop-review-item-utile-heading{
	margin-bottom: 12px;
}

.shop-review-item-utile-bad{
	border: 1px solid #c41a46;
	text-decoration: none;
	margin-left: 6px;
	color: #c41a46;
}

.shop-review-item-utile-good{
	border: 1px solid #108f28;
	text-decoration: none;
	margin-right: 6px;
	color: #108f28;
}

.shop-review-item-utile-bad,
.shop-review-item-utile-good{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	border-radius: 2px;
	line-height: 35px;
	padding: 0px 12px;
	height: 35px;
}

.shop-review-item-utile-bad:hover,
.shop-review-item-utile-good:hover{
	opacity: 0.7;
}

.shop-review-item-utile-bad:active,
.shop-review-item-utile-good:active{
	position: relative;
	top: 1px;
}

.shop-reviews-rating{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin-top: -4px;
	height: 15px;
	width: 79px;
	z-index: 2;
}

.shop-reviews-rating i{
	background: url(images/rating.png) repeat 0 0px transparent;
	position: absolute;
	display: block;
	height: 15px;
	width: 79px;
	left: 0px;
	top: 0px;
}

.shop-reviews-rating i.m{
	background: url(images/rating.png) repeat 0 -14px transparent;
	z-index: 10;
	width: 0px;
}

.shop-review-item-text{
	line-height: 26px;
	color: #111111;
}

.shop-review-item-answer{
	margin-top: 24px;
}

.shop-review-item-answer-link{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: "robotoMedium";
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #000000;
}

.shop-review-item-answer-link:after{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #000000;
	position: absolute;
	display: block;
	content: "";
	height: 1px;
	bottom: 0px;
	width: 100%;
}

.shop-review-item-answer-text{
	margin-top: 12px;
	color: #555555;
}

.shop-review-form-container{
	border: 1px solid #f3f3f3;
	margin-top: 24px;
	padding: 30px;
}

.shop-review-form-heading{
	font-family: "robotobold";
	text-transform: uppercase;
	margin-bottom: 24px;
    letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
}

.shop-review-form-in{
	margin-bottom: 24px;
	overflow: hidden;
}

.shop-review-form-in-left,
.shop-review-form-in-right{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.shop-review-form-in-left{
	padding-right: 12px;
}

.shop-review-form-in-right{
	padding-left: 12px;
}

.shop-review-form label{
	margin-bottom: 12px;
	display: block;
}

.shop-review-form input,
.shop-review-form select,
.shop-review-form textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f9f9f9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e8ea;
	border-radius: 2px;
	font-size: 14px;
	padding: 0 12px;
	color: #000000;
	outline: none;
	width: 100%;
}

.shop-review-form input,
.shop-review-form select{
	height: 50px;
}

.shop-review-form textarea{
	background-color: #f5f5f5;
    border: 1px solid #e7e8ea;
	padding-top: 12px;
	height: 250px;
	resize: none;
}

.shop-review-form input:focus,
.shop-review-form select:focus{
	background-color: #f5f5f5;
	border: 1px solid #e7e8ea;
}

.shop-review-form textarea:focus{
	background-color: #f1f1f1;
	border: 1px solid #eeeeee;
}

.shop-review-form input.error,
.shop-review-form select.error,
.shop-review-form textarea.error{
	border: 1px solid #ff0000;
}

.shop-review-form-submit-container{
	position: relative;
	text-align: center;
	margin-top: 24px;
}

.shop-review-form .shop-review-form-submit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	width: 225px;
	height: 55px;
}

.shop-review-form .shop-review-form-submit:active{
	position: relative;
	top: 1px;
}

.shop-review-message-window{
	background-color: rgba(0, 0, 0, 0.298);
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 998;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.shop-review-message-window.visible{
	display: block;
}

.shop-review-message-window-cn{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    color: #000000;
    width: 300px;
    z-index: 999;
    left: 50%;
    top: 50%;
}

.shop-review-message-window-heading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #eeeeee;
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
}

.shop-review-message-window-close{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 24px;
    top: 16px;
}

.shop-review-message-window-close{
	background: url(images/exit.png) 0 0 no-repeat transparent;
}

.shop-review-message-window-close:hover{
	background-position: 0 -21px ;
}

.shop-review-message-window-close:active{
	background-position: 0 -42px ;
}

.shop-review-message-window-message{
	text-align: center;
	color: #333333;
	padding: 24px;
}

.shop-review-message-exit-cn{
	text-align: center;
}

.shop-review-message-window-exit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	background: #424242;
	margin-bottom: 24px;
	text-align: center;
	line-height: 35px;
	padding: 0 24px;
	color: #ffffff;
	height: 35px;
}

.shop-review-message-window-exit:hover{
	background: #2b2b2b;
}

.shop-review-message-window-exit:active{
	position: relative;
	top: 1px;
}

.shop-review-form-submit.loading{
	pointer-events: none;
	opacity: 0.5;
}

.shop-review-form-submit.loading + #shop-review-form-submit-fast-loader{
	display: block;
	opacity: 1;
}

#shop-review-form-submit-fast-loader{
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    margin-left: -24px;
    display: none;
    height: 48px;
    width: 48px;
    opacity: 0;
    left: 50%;
    top: 0px;
}

.f_circleG2{
    position:absolute;
    background-color:rgb(255,255,255);
    height:9px;
    width:9px;
    display: block;
    border-radius:4px;
        -o-border-radius:4px;
        -ms-border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    animation-name:f_fadeG2;
        -o-animation-name:f_fadeG2;
        -ms-animation-name:f_fadeG2;
        -webkit-animation-name:f_fadeG2;
        -moz-animation-name:f_fadeG2;
    animation-duration:0.522s;
        -o-animation-duration:0.522s;
        -ms-animation-duration:0.522s;
        -webkit-animation-duration:0.522s;
        -moz-animation-duration:0.522s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#frotateG2_01{
    left:0;
    top:19px;
    animation-delay:0.1995s;
        -o-animation-delay:0.1995s;
        -ms-animation-delay:0.1995s;
        -webkit-animation-delay:0.1995s;
        -moz-animation-delay:0.1995s;
}

#frotateG2_02{
    left:6px;
    top:6px;
    animation-delay:0.256s;
        -o-animation-delay:0.256s;
        -ms-animation-delay:0.256s;
        -webkit-animation-delay:0.256s;
        -moz-animation-delay:0.256s;
}

#frotateG2_03{
    left:19px;
    top:0;
    animation-delay:0.3225s;
        -o-animation-delay:0.3225s;
        -ms-animation-delay:0.3225s;
        -webkit-animation-delay:0.3225s;
        -moz-animation-delay:0.3225s;
}

#frotateG2_04{
    right:6px;
    top:6px;
    animation-delay:0.389s;
        -o-animation-delay:0.389s;
        -ms-animation-delay:0.389s;
        -webkit-animation-delay:0.389s;
        -moz-animation-delay:0.389s;
}

#frotateG2_05{
    right:0;
    top:19px;
    animation-delay:0.4555s;
        -o-animation-delay:0.4555s;
        -ms-animation-delay:0.4555s;
        -webkit-animation-delay:0.4555s;
        -moz-animation-delay:0.4555s;
}

#frotateG2_06{
    right:6px;
    bottom:6px;
    animation-delay:0.522s;
        -o-animation-delay:0.522s;
        -ms-animation-delay:0.522s;
        -webkit-animation-delay:0.522s;
        -moz-animation-delay:0.522s;
}

#frotateG2_07{
    left:19px;
    bottom:0;
    animation-delay:0.5885s;
        -o-animation-delay:0.5885s;
        -ms-animation-delay:0.5885s;
        -webkit-animation-delay:0.5885s;
        -moz-animation-delay:0.5885s;
}

#frotateG2_08{
    left:6px;
    bottom:6px;
    animation-delay:0.645s;
        -o-animation-delay:0.645s;
        -ms-animation-delay:0.645s;
        -webkit-animation-delay:0.645s;
        -moz-animation-delay:0.645s;
}



@keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@media all and (max-width: 1600px) {
	.shop-review-item-col-autor{
		width: 250px;
	}
}

@media all and (max-width: 1366px) {
	.shop-review-item-col-autor{
		width: 200px;
	}
	.shop-review-form textarea{
		height: 150px;
	}
}

@media all and (max-width: 600px) {
	.shop-reviews-list-item{
		border-right: 0;
		border-left: 0;
		border-top: 0;
	}
	.shop-review-item-cell{
		display: block;
		width: 100%;
	}
	.shop-review-item-utile{
		display: none;
	}
	.shop-review-item-rating{
		margin-bottom: 0px;
	}
	.shop-review-item-col-autor{
		padding: 12px 0px;
		text-align: left;
	}
	.shop-review-item-text,
	.shop-review-item-answer{
		padding: 0px;
	}
	.shop-review-item-col-text{
		padding-top: 0;
		padding-bottom: 12px;
	}

	.shop-review-form-in-left,
	.shop-review-form-in-right{
		width: 100%;
		float: none;
	}

	.shop-review-form-in-left{
		padding-right: 0px;
	}

	.shop-review-form-in-right{
		padding-left: 0px;
		margin-top: 24px;
	}

}

@media all and (max-width: 550px) {
	.shop-review-top-new-button{
		margin-top: 24px;
		float: none;
	}
	.shop-reviews-container-left{
		float: none;
	}
}

.n-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.n-modal__wrap{
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    position: relative;
}

.n-modal__close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.n-modal__close svg{
    width: 100%;
}

.main-news{
    padding-top: 25px;
    padding-bottom: 25px;
}
.main-news__wrap{
    display: flex;
    align-items: flex-start;
}
.main-news__left{
    width: 100%;
    max-width: 333px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #d57587;
    margin-right: 7px;
}
.main-news__top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.main-news__t{
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.main-news__top a{
    color: #d57587;
}
.main-news__item{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(46, 46, 46);
}
.main-news__item:last-child{
    border-bottom: 0;
}
.main-news__item .data{
    font-size: 12px;
    background-color: #d57587;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.main-news__item a{
    display: block;
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow:ellipsis;
    overflow:hidden;
}

.main-news__right{
    display: flex;
    flex: 1;
}
.main-news__col{
    width: calc(100% / 3);
    padding: 0 7px;
}
.main-news__col2{
    width: calc(100% / 2);
}
.main-news__item2{
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d57587;
    margin-bottom: 15px;
}
.main-news__item2 .img{
    padding-bottom: 56%;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}

.main-news__item2 .wrap{
    padding: 15px;
}

.main-news__item2 .title{
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    color: #000;
}

.main-news__item2 .data{
    font-size: 12px;
}

.main-news__item3{
    border-radius: 15px;
    overflow: hidden;
    border: none;
    position: relative;
    padding-bottom: 56%;
    display: block;
}

.main-news__item3 .img{
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s all;
}

.main-news__item3 .img:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: 0.5s all;
}
.main-news__item3 .wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
}
.main-news__item3 .title{
    color: #fff;
}
.main-news__item3:hover .img{
    transform: scale(1.05);
}
.main-news__item3:hover .img:after{
    background-color: rgba(0, 0, 0, 0.3);
}

@media(max-width: 1100px){
    .main-news__right{
        flex-wrap: wrap;
    }
    .main-news__col{
        width: 50%;
        box-sizing: border-box;
    }
    .main-news__col2{
        width: 100%;
        order: 2;
    }
    .main-news__left{
        box-sizing: border-box;
        max-width: 50%;
    }
}

@media(max-width: 767px){
    .main-news__wrap{
        flex-direction: column;
    }
    .main-news__left{
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main-news__item2 .title{
        font-size: 14px;
    }
}
          
@media(max-width: 374px){
    .main-news__item2 .title{
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .main-news__item a{
        font-size: 14px;
    }
}

#newsContainer2 .items {
    overflow: hidden;
    font-size: 0px;
    width: 100%;
}

#newsContainer2 .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
    padding: 0 12px;
    font-size: 14px;
    width: 25%;
}

@media (max-width: 1800px){
    #newsContainer2 .item {
        width: 33.333333%;
    }
}

#newsContainer2 .item .wrap {
    border: 1px solid #e7e8ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px;
}
#newsContainer2 .item .bigPicture {
    text-align: center;
    line-height: 240px;
    height: 240px;
}
#newsContainer2 .bigPicture img{
    max-height: 85%;
}
#newsContainer2 .item .title a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 1.3;
    font-size: 16px;
    color: #000000;
    display: block;
}
#newsContainer2 .item .description {
    line-height: 60px;
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
    color: #888888;
    height: 60px;
}
#newsContainer2 .item .description .middle {
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

#newsContainer2 .column .item .more {
    background: #d57587;
}
#newsContainer2 .item .more {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    display: inline-block;
    margin-top: 18px;
    color: #ffffff;
    padding: 4px 12px;
    margin-bottom: 24px;
}
#newsContainer2{
    margin: 0 -15px;
    margin-bottom: 25px;
}
.bigPicture img{
    max-width: 100%;
}
@media (max-width: 1500px){
    #newsContainer2 .item {
        margin-bottom: 0px;
        margin-top: 24px;
        width: 50%;
    }
}
@media (max-width: 1280px){
    #newsContainer2 .item .bigPicture {
        width: 100% !important;
        display: inline-block;
        line-height: 180px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 180px;
        float: none;
    }
}

@media (max-width: 600px){
    #newsContainer2 .item {
         width: 100%;
     }
 }
 

.news-detail{
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 900px;
}

.news-detail img{
    max-width: 100%;
}
.news-list-level-cat-2 .buy-click-wrapper{
    margin-bottom: 15px;
}

#topSearch{
    top: 0;
}

#subHeader #searchResult{
    top: 102px;
}
#topMenu li.areasItems{
    display: flex;
    align-items: center;
    padding-left: 5px;
    position: relative;
}
.areasItems .subMenu.opened{
    top: 100%;
}
.tovar__recom2{
    margin-bottom: -50px;
    margin-top: 50px;
}
.tovar__recom2 .recoment-slider .owl-item{
    margin-bottom: 105px;
}

.tovar__recom2 .recom-prod {
    padding-top: 10px;
    margin-bottom: 25px;
    font-size: 22px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
}