@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900");

* {
    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: 'Halvar';
    src: url('/local/templates/roomatic-new/css/fonts/HalvarBreit-Bd.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/roomatic-new/css/fonts/geometria.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/roomatic-new/css/fonts/geometria-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/roomatic-new/css/fonts/geometria-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

img{
    max-width: 100%;
    max-height: 100%;
}

body, html {
    min-height: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    color: #515461;
    padding: 0;
    margin: 0;
    background: #fff;
}

body.fix {
    height: auto!important;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: inherit!important;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

header {
    position: relative;
    z-index: 30;
    background: #fff;
    max-width: 1348px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #515461;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}
input{
    color: #515461;
    font-size: 14px;
    padding-left: 10px;
}
.body-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.schedule {
    max-width:240px;
}
.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 2px solid #F9F9F9;
}

.line-2 .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.line-1 .search-form {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 466px;
}

.line-1 .search-form input {
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    color: #515461;
    padding: 8px 40px 8px 16px;
    width: 100%;
    margin: 0;
}

.line-1 .search-form button {
    margin: 0;
    padding: 0;
    border: 0;
    width: 36px;
    height: 36px;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    background: transparent;
}

.line-1 .search-form button svg path{
    transition: all 0.5s;
}

.line-1 .search-form button:hover svg path{
    fill: #DF0008;
}

.line-1 .search-form .fast-search-result {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
}

.line-1 .city-info {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #515461;
    margin-right: 2%;
}

.line-1 .city-info a{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #515461;
    transition: all 0.5s;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
    white-space: nowrap;

}

.line-1 .city-info a:hover{
    color: #DF0008;
}

.line-1 .city-info .callback-link {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.5s;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.line-1 .city-info .callback-link:hover {
    background: #DF0008;
    color: #fff;
}

.line-1 .change-city {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s;
    cursor: pointer;
}

.line-1 .change-city svg {
    margin-right: 10px;
}

.line-1 .change-city span{
    font-size: 16px;
    line-height: 19px;
    display: block;
    min-width: 110px;
}

.line-1 .change-city:hover {
    color: #DF0008;
}

.line-1 .change-city svg path{
    transition: all 0.5s;
}

.line-1 .change-city:hover svg path{
    fill: #DF0008;
}

.line-1 .user-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background: url(../images/user-gray.png) center left no-repeat;
    padding-left: 30px;
    position: relative;
}
.user-area__link{
    display: flex;
}

.line-1 .user-area.auth {
    background: none;
    padding-left: 0;
}

.line-1 .user-area > * {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #515461;
    transition: all 0.5s;
}

.line-1 .user-area > *:hover{
    color: #DF0008;
}

.line-1 .user-area .authorized {
    display: block;
}


.line-1 .user-area .authorized .user-menu-wrapper {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    min-width: 220px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 641px) {
    .line-1 .user-area .authorized:hover .user-menu-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 200px;
    }
}

.line-1 .user-area .authorized .user-name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.line-1 .user-area .authorized .user-name svg{
    margin-right: 10px;
}

.line-1 .user-area .authorized .user-name svg path,
.line-1 .user-area .authorized .user-name svg circle {
    transition: all 0.5s;
}

.line-1 .user-area .authorized:hover .user-name svg path{
    fill: #DF0008;
}

.line-1 .user-area .authorized:hover .user-name svg circle{
    stroke: #DF0008;
}

.line-1 .user-area .authorized .user-menu{
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 5px 14px;
}

.line-1 .user-area .authorized .user-menu a{
    font-size: 14px;
    line-height: 30px;
    color: #515461;
    display: block;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.5s;
}

.line-1 .user-area .authorized .user-menu a:hover{
    color: #DF0008;
}



.line-1 .user-area .authorized .user-menu a:last-child{
    border-top: 1px solid  #E5E5E5;
    padding-top: 5px;
}


.line-1 .mini-basket > a{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-1 .mini-basket > a span{
    display: block;
    background: url(../images/cart-count.png) top left no-repeat;
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    position: absolute;
    top: -8px;
    right: -4px;
    text-align: center;
    padding-top: 3px;
}

.line-1 .mini-basket svg path,
.line-1 .mini-basket svg circle {
    transition: all 0.5s;
}

.line-1 .mini-basket:hover svg path {
    fill: #DF0008;
}

.line-1 .mini-basket:hover svg circle {
    stroke: #DF0008;
}

.catalog-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.catalog-menu__btn-wrap{
    display: none;
}
.line-2 .menu-section{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    margin-left: 35px;
}

.catalog-menu .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #49d376;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 160px;
    padding: 12px 0;
    cursor: pointer;
}

.catalog-menu-popup {

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 100%;
    background: #fff;
    z-index: 1020;
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
    max-width: 1348px;
}
.catalog-menu-popup-inner.container{
    padding-top: 10px;
}
.catalog-menu-popup.active {
    max-height: 1000px;
}

.catalog-menu-popup-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 18px 24px;
}


.catalog-menu-popup .catalog-first-lvl{
    width: 300px;
    min-width: 300px;
    border-right: 2px solid #F9F9F9;
}

.catalog-menu-popup .catalog-other-lvl {
    flex-grow: 1;
    padding: 22px 40px;
}

.body-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
    z-index: -10;
}

.body-shadow.active {
    opacity: 1;
    z-index: 10;
}

.line-2 .menu-section li a{
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    color: #515461;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.5s;
}

.line-2 .menu-section li a:hover{
    color: #DF0008;
}

.catalog-other-lvl .menu-child {
    display: none;
    transition: all 0.5s;
    opacity: 0;
    align-items: flex-start;
    justify-content: space-between;
}

.catalog-other-lvl .menu-child.active {
    display: flex;
    opacity: 1;
}

.catalog-menu-popup .catalog-first-lvl ul li a{
    font-size: 14px;
    line-height: 17px;
    color: #515461;
    text-decoration: none;
    flex-grow: 1;
    padding-left: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 42px;
}

.catalog-menu-popup .catalog-first-lvl ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s;
}

.catalog-menu-popup .catalog-first-lvl ul li span{
    display: block;
    margin-right: 13px;
    width: 15px;
    height: 34px;
    cursor: pointer;
    text-align: center;
}
.catalog-menu-popup .catalog-first-lvl ul li span>svg{
    width: 16px;
}

.catalog-menu-popup .catalog-first-lvl ul li.hovered {
    background: #F9F9F9;
}

.catalog-other-lvl .menu-child .menu-block .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}

.catalog-other-lvl .menu-child .menu-block ul.two-col-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.catalog-other-lvl .menu-child .menu-block ul li {
    display: block;
}

.catalog-other-lvl .menu-child .menu-block ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #515461;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 34px;
    min-width: 266px;
    text-decoration: none;

}

.catalog-other-lvl .menu-child .menu-block ul li a:hover {
    color: #DF0008;
}

.banners-main-top {
    background: #F9F9F9;
    padding: 24px 0;
    margin-top: 20px;
}
.banners-main-top__item{
    display: inline !important;
}
.banners-main-top .slider-on-main{
    max-width: 1304px;
    margin: 0 auto;
}

.slider-on-main .slick-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border: 0;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer; 
    z-index: 20;
}

.slider-on-main .slick-prev.slick-arrow{
    left: 35px;
}

.slider-on-main .slick-next.slick-next{
    right: 35px;
}

.slider-on-main .slick-arrow:hover{
    background: #FFFFFF;
}

.slider-on-main .slick-arrow svg path{
    transition: all 0.5s;
}

.slider-on-main .slick-arrow:hover svg path{
    fill: #E85F5F;
}

.slider-on-main .slick-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slider-on-main .slick-slide .slide-text{
    position: absolute;
    top: 0;
    left: 215px;
    bottom: 0;
    padding-top: 96px;
}

.slider-on-main .slick-slide .slide-text .title{
    max-width: 575px;
    /* font-family: 'NeueMachinaBold'; */
    font-family: 'Halvar';
    font-size: 52px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.slider-on-main .slick-slide .slide-text .title1{
    max-width: 575px;
    /* font-family: 'NeueMachinaBold'; */
    font-family: 'Halvar';
    font-size: 90px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 24px;
}


.slider-on-main .slick-slide .slide-text .title.black-text{
    color: #515461;
}

.slider-on-main .slick-slide .slide-text p{
    max-width: 258px;
    margin-bottom: 16px;
    font-family: 'HelveticaNeueCyrLight', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 130%;
    color: #FFFFFF;
}

.slider-on-main .slick-slide .slide-text p.black-text{
    color: #515461;
}

.slider-on-main .slick-slide .slide-text a{
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    text-align: center;
    width: 246px;
    text-decoration: none;
    /*position: absolute;
    bottom: 34px;
    left: 0;*/
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 30px;
}

.slider-on-main .slick-slide .slide-text a svg{
    margin-left: 7px;
}

.slider-on-main .slick-slide .slide-text a.black-link{
    color: #515461;
    border-color: #515461;
}

.slider-on-main .slick-slide .slide-text a:hover{
    background: rgba(255,255,255,0.3);
}

.slider-on-main .slick-slide .slide-text a.black-link:hover{
    background: rgba(81,84,97,0.3);
}

.slider-on-main .slick-slide img {
    display: block;
    object-fit: cover;
}

.slider-on-main .slick-dots {
    position: absolute;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 25px;
}

.slider-on-main .slick-dots li{
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 50%;
    margin-right: 3px;
    cursor: pointer;
}

.slider-on-main .slick-dots li button{
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.boyard-slider-main
{
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-end;
	 height: 100%;
	 padding-bottom:25%
}


.slider-on-main .slick-dots li.slick-active {
    border-color: #fff;
}

.slider-on-main .slick-dots li.slick-active button{
    background: #fff;
}

.constructors {
    padding: 40px 0;
}

.constructors .constructors-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.constructors .title{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
}

.constructors-list .item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 386px;
    background-color: #F5F5F7;
    border: 1px solid #adadad;
}
.constructors-list__img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.constructors-list__img>img{
    max-width: 150%;
}
.constructors-list .item .text{
    padding: 19px 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.constructors-list .item .item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #515461;
    margin-bottom: 10px;
}

.constructors-list .item ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #515461;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.constructors-list .item ul li a:before{
    display: block;
    content: ">";
    width: 0;
    overflow: hidden;
    text-align: left;
    transition: all 0.5s;
}

.constructors-list .item ul {
    max-width: 230px;
}

.constructors-list .item ul li a:hover:before{
    margin-right: 5px;
    width: 10px;
}

.constructors-list .item .text > a,
.constructors-list .item .text > div.constructor-link {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #515461;
    padding: 7px 0;
    border: 1px solid #515461;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 24px;
    width: 174px;
    transition: all 0.5s;
    cursor: pointer;
}

.constructors-list .item .text > div.constructor-link:hover {
    background: rgba(255, 255, 255, 0.4);
}

.constructors-list .item .text > a.yellow-link {
    background: #FFDA33;
    color: #515461;
    border-color: #FFDA33;
}

.constructors-list .item .text > a.yellow-link:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: #FFF;
    color: #fff;
}

.how-it-work {
    padding: 40px 0;
}

.how-it-work .how-list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.how-it-work .title{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
}

.how-it-work .how-list .item {
    max-width: 262px;

    margin-bottom: 50px;
}
.how-it-work .how-list .item:not(:last-child){
    margin-right: 70px;
}
.how-it-work .how-list .item .text{
    font-size: 14px;
    line-height: 20px;
    color: #515461;
    margin-top: 20px;
}

.news {
    background: #515461;
    padding: 40px 0;
}

.news .title-block{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .title-block a{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s;
}

.news .title-block a:hover{
    color: #DF0008;
}

.news .news-list .slick-slide > div {
    padding: 0 10px;
}

.news .news-list .item-news{
    background: #fff;
    border-radius: 10px;
    padding: 28px 25px;
    position: relative;
    min-height: 200px;
}

.news .news-list .item-news a.readmore{
    font-size: 12px;
    line-height: 14px;
    color: #868A9D;
    transition: all 0.5s;
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 28px;
    left: 25px;
}

.news .news-list .item-news a.readmore:hover{
    color: #DF0008;
}

.news .news-list .item-news .news-title {
    margin-bottom: 15px;
}

.news .news-list .item-news .news-title span{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.news .news-list .item-news .news-title a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #DF0008;
}

.news .news-list .item-news .news-text {
    font-size: 14px;
    line-height: 16px;
}

.news .news-list .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.news .news-list .slick-dots li{
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 50%;
    margin-right: 3px;
    cursor: pointer;
}

.news .news-list .slick-dots li button{
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.news .news-list .slick-dots li.slick-active {
    border-color: #fff;
}

.news .news-list .slick-dots li.slick-active button{
    background: #fff;
}

.news .news-list .slick-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -14px;
    border: 0;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
}

.news .news-list .slick-prev.slick-arrow{
    left: 50%;
    margin-left: -110px;
}

.news .news-list .slick-next.slick-next{
    right: 50%;
    margin-right: -110px;
}

.news .news-list .slick-arrow:hover{
    background: #fff;

}

.news .news-list .slick-arrow svg path{
    transition: all 0.5s;
}

.news .news-list .slick-arrow:hover svg path{
    fill: #515461;
}

.popular-products {
    padding: 40px 0 0;
}

.popular-products .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.popular-products .popular-list {
    width: 100%;
}

.popular-products .popular-list .slick-list {
	z-index: 10;
}

.popular-products .popular-list .slick-slide {
	padding-bottom:210px;
}

.popular-products .popular-list .slick-slide > div {
    padding: 15px 10px;
}

.product-item {
    max-width: 248px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
}
/*
.product-item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}*/

.product-item .delay-btn{
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: url("/local/static/icons/1g_heart_gray.svg") no-repeat;
    background-size: 100% auto;
}
.goods-list__item .delay-btn {
    background: url("/local/static/icons/1g_heart_gray.svg") no-repeat;
}

.product-item .delay-btn.is-active{
    background: url("/local/static/icons/1g_heart_f.svg") no-repeat;
}
.product-item .img {
    position: relative;
    padding: 0 7px;
    height: 194px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .img {
    max-height: 100%;
}

.product-item .img .plenka-emal-icons{
    position: absolute;
    left: 7px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-item .img .plenka-emal-icons img{
    margin-left: 10px;
}
/*.product-item .img .prod-labels{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 0  8px 16px 0;
    background: #58C27C;
}*/
.product-item .img .prod-labels {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 20;
}

.product-item .img .prod-labels img{
    margin-bottom: 7px;
}

.product-item .product-info {
    padding: 10px 22px 17px;
    text-align: left;
}
.product-info__buy-wrap{
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.product-item .product-info a.name{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color:  #515461;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    min-height: 48px;
}

.product-item .product-info a.name:hover{
    color: #DF0008;
}

.product-item .product-info .text {
    font-size: 14px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    margin: 10px 0;
}

.product-item .product-info .prices {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    min-height: 67px;
}

.product-item .product-info .prices .price-base {
    font-size: 12px;
    line-height: 16px;
}

.product-item .product-info .prices .price-base .discount{
    text-decoration: line-through;
}

.product-item .product-info .prices .text-price {
    color: #DF0008;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.product-item .product-info .prices .text-price span{
    font-size: 16px;
}
.product-item .product-info .prices .text-price .ot{
    font-size: 14px;
    line-height: 16px;
}
.product-item .product-info__avail{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.product-item .product-info__avail.is-green{
    color: #4DB45F;
}

.product-item .product-info .prices .original-price{
    font-size: 12px;
    line-height: 16px;
}

.product-item .product-info .discount-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}


.product-item .product-info .discount-block .discount{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #DF0008;
}

.popular-products .popular-list .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	position: relative;
	margin-top: -190px;
	z-index: 11;
}

.popular-products .popular-list .slick-dots.product-hovered {
	z-index: 1;
}

.popular-products .popular-list .slick-dots li{
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 50%;
    margin-right: 3px;
    cursor: pointer;
}

.popular-products .popular-list .slick-dots li button{
    background: #E5E5E5;
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.popular-products .popular-list .slick-dots li.slick-active {
    border-color: #515461;
}

.popular-products .popular-list .slick-dots li.slick-active button{
    background: #515461;
}

.what-is-roomatic {
    background: #F9F9F9;
    padding: 40px 0 65px;
	margin-top: 40px;
}

.what-is-roomatic .title{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
}

.what-is-roomatic .what-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.what-is-roomatic .what-list .item{
    max-width: 204px;
}

.what-is-roomatic .what-list .item .img{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-is-roomatic .what-list .item .text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px;
}

.text-on-main {
    padding: 40px 0;
    font-size: 16px;
    line-height: 19px;
}

.text-on-main h1{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #515461;
    margin: 0 0 30px;
    text-align: left;
}

.text-on-main .text-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.text-on-main .text-cols .col{
    width: 48%;
}

.text-on-main .text-cols .col ul {
    margin-top: 30px;
}

.text-on-main .text-cols .col ul li{
    background: url(../images/li.png) 0 3px no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
}

footer {
    background: #515461;
    padding: 44px 0;
    color: #868A9D;
}

footer .footer-cols {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .footer-cols .col-1{
    max-width: 210px;
}

footer .footer-cols .col-1 .socials{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75%;
    margin: 40px auto 0;
}

footer .footer-cols .col-1 .socials a svg path{
    transition: all 0.5s;
}

footer .footer-cols .col-1 .socials a:hover svg path{
    fill: #DF0008;
}

footer .footer-cols .col-1 .socials a.youtube:hover svg path:last-child{
    fill: #515461;
}

footer .footer-cols .col-1 .copyrights {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    margin-top: 40px;
}

footer .footer-cols .col-2 .title,
footer .footer-cols .col-3 .title{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

footer .footer-cols .col-2 a,
footer .footer-cols .col-3 a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #868A9D;
    transition: all 0.5s;
}

footer .footer-cols .col-2 a:hover,
footer .footer-cols .col-3 a:hover {
    color: #DF0008;
}


footer .footer-cols .col-4 .change-city {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

footer .footer-cols .col-4 .change-city svg{
    margin-right: 10px;
}

footer .footer-cols .col-4 .change-city:hover {
    color: #DF0008;
}

footer .footer-cols .col-4 .change-city svg path{
    transition: all 0.5s;
}

footer .footer-cols .col-4 .change-city:hover svg path{
    fill: #DF0008;
}

footer .footer-cols .col-4 .contacts {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #868A9D;
    margin-bottom: 40px;
}

footer .footer-cols .col-4 .contacts a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #868A9D;
    transition: all 0.5s;
}

footer .footer-cols .col-4 .contacts a:hover{
    color: #DF0008;
}

.cmn-toggle-switch {
    position: relative;
    z-index: 30;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    background: transparent;
    margin-right: 10px;
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background: #515461;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #515461;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -5px;
}

.cmn-toggle-switch span::after {
    bottom: -5px;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}

.text-page {
    margin-top: 44px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 60px;
}

.text-page h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 16px;
}

.text-page h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #515161;
    margin: 18px 0 10px;
}

.text-page h3 {
    margin: 20px 0 10px;
}
.text-page p {
    margin: 5px 0;
}

.text-page .text-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 83px;
}

.text-page .text-img .img{
    width: 340px;
}

.text-page .text-img .img img{
    margin-bottom: 24px;
}

.text-page .text-img .img img:last-child{
    margin-bottom: 0;
}

.text-page .text-img .text{
    width: calc(100% - 384px);
}

.text-page .text-img .text p{
    margin-bottom: 75px;
}

.text-page .text-img .text p:last-child{
    margin-bottom: 0;
}

.imgs-full-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
}

.text-page ul {
    margin-left: 36px;
    margin-bottom: 42px;
}

.text-page .num-title {
    margin-top: 60px;
}

.text-page .text-page-text a {
    color: #515461;
    text-decoration: underline;
    transition: all 0.5s;
}

.text-page .text-page-text a:hover {
    color: #DF0008;
}

.map-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.map-block .text{
    width: calc(100% - 680px);
}

.map-block table {
    border-collapse: collapse;
    width: 100%;
}

.map-block table td{
    padding: 5px 10px;
    border: 1px solid #515461;
}

.map-block table tr td:last-child{
    text-align: center;
}

.map-block table tr:nth-child(odd) {
    background: #eeeeee;
}

section.faq {
    padding-bottom: 60px;
    margin-top: 44px;
}

section.faq h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}

section.faq .faq-desc{
    margin: 40px 0;
}

.faq-sections {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.faq-sections .faq-section-item{
    width: calc(33% - 60px);
    margin-right: 90px;
    padding: 16px 27px;
    background: #F5F5F7;
    border-radius: 10px;
    margin-bottom: 40px;
}

.faq-sections .faq-section-item .list{
	min-height: 126px;
}

.faq-sections .faq-section-item:nth-child(3n){
    margin-right: 0;
}

.faq-sections .faq-section-item a.section-name{
    color: #38ab5d;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    min-height: 42px;
    display: block;
    margin-bottom: 10px;
}

.faq-sections .faq-section-item .list a{
    color: #515461;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
	margin-bottom: 7px;
}

.faq-sections .faq-section-item .list a:last-child{
	margin-bottom: 0;
}

.faq-sections .faq-section-item .list a:hover{
    text-decoration: underline #38ab5d;
}

.faq-sections .faq-section-item a.all-faq {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #515461;
    padding: 7px 0;
    border: 1px solid #515461;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 174px;
    transition: all 0.5s;
    margin-top: 10px;
}

.faq-sections .faq-section-item a.all-faq:hover {
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.faq-items-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq-items-list .faq-items-name{
    width: 356px;
    padding-top: 30px;
}

.faq-items-list .faq-items-name a{
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #515461;
    text-decoration: none;
    margin-bottom: 30px;
}

.faq-items-list .faq-items-name a:hover{
    text-decoration: underline;
}

.faq-items-list .faq-items-desc{
    width: calc(100% - 425px);
}

.faq-items-list .faq-items-desc .item-desc{
    margin-bottom: 30px;
    padding-top: 30px;
}

.faq-items-list .faq-items-desc .item-desc iframe{
    margin-top: 20px;
    max-width: 100%;
}

.faq-items-list .faq-items-desc .item-desc:last-child{
    margin-bottom: 0;
}

.faq-items-list .faq-items-desc .item-desc .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}

.faq-items-list .faq-items-desc .item-desc a {
    color: #515461;
    text-decoration: none;
}

.faq-items-list .faq-items-desc .item-desc a:hover {
    text-decoration: underline;
}

.text-page.wholesate h2 {
    margin-bottom: 0;
}

.regFieldTitle {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.regFieldTitle .star{
    color: #DF0008;
}

input[type="text"], input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 10px;
}

#contacts-form input[type="text"] {
    width: 292px;
    margin-bottom: 25px;
}


textarea {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 30px;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 10px;
    height: 150px;
    resize: none;
}

#contacts-form textarea {
    width: 292px;
    margin-bottom: 25px;
}


.regDescr {
    font-size: 12px;
    line-height: 16px;
    color: #A8A8A8;
    margin-top: 20px;
}

input[type="submit"] {
    background: #DF0008;
    border-radius: 3px;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    width: 212px;
    cursor: pointer;
    border: 1px solid #DF0008;
    padding: 10px 0;
}

input[type="submit"]:hover {
    background: #fff;
    color: #DF0008;
}

.contacts-info .contact-item {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contacts-info .contact-item .map {
    width: 350px;
}

.contacts-info .contact-item .info {
    width: calc(100% - 400px);
    font-size: 14px;
}

.contacts-info .contact-item .info h2{
    margin-top: 0;
    font-size: 18px;
}

.contacts-info .contact-item .info a, .contacts-form a{
    color: #515461;
}

.contacts-info .contact-item .info a:hover, .contacts-form a:hover{
    text-decoration: none;
}

section.catalog {
    background: #F6F6F6;
    padding-top: 1px;
    margin-top: 20px;
    padding-bottom: 60px;
}

section.catalog h1{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 16px;
}

section.catalog .catalog-sections {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

section.catalog .catalog-sections .sections-list{
    width: calc(100% - 444px);
}

section.catalog .catalog-sections .constructor-list {
    width: 424px;
}

section.catalog .catalog-section {
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 24px;
}

section.catalog .catalog-section:last-child {
    margin-bottom: 0;
}

section.catalog .catalog-section .name{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #515461;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

section.catalog .catalog-section .name:hover{
    text-decoration: underline;
}

section.catalog .catalog-section .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 172px;
    overflow: hidden;
}


section.catalog .catalog-section .info {
    width: calc(100% - 270px);
}

section.catalog .catalog-section .desc{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    min-height: 76px;
}

section.catalog .catalog-section .section-more{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.catalog .catalog-section .section-more a{
    background: #DF0008;
    border-radius: 3px;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    width: 170px;
    cursor: pointer;
    border: 1px solid #DF0008;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}
section.catalog .catalog-section .img>img{
    max-height: 120%;
    max-width: 120%;
    min-width: 100%;
}

section.catalog .catalog-section .section-more a:hover{
    background: #fff;
    color: #DF0008;
}

.mini-basket-window {
    /*display: none;*/
    display: block;
}

.category-products {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-grow: 1;
    align-content: flex-start;
}

.category-products .product-item{
    margin-bottom: 20px;
    width: calc(25% - 16px);
    margin-right: 16px;
}
.product-item .rmt-btn{
    height: 30px;
    display: flex;
    justify-content: center;
    padding: 0 14px;
    font-size: 12px;
    cursor: pointer;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

.mh ._bt3 {
    color: #fff;
}

.category-desc {
    margin-bottom: 30px;
}

.category-desc p {
    margin: 0 0 20px;
}

.category-desc a {
    color: #515461;
}

.category-desc a:hover {
    text-decoration: none;
}

.sorting-products {
    margin-bottom: 20px;
}

.sorting-products select{
    background: #FFFFFF;
    padding: 4px 10px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    height: 30px;
}

.product-detail-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-detail-container .product-detail{
    width: calc(100% - 450px);
}

.product-detail-container .product-detail .product-detail-info{
    display: flex;
    align-items: flex-start;
}
.product-detail-info__big-pic{
    max-width: 300px;
    margin-right: 16px;
}
.product-detail__dop-pics-el{
    max-width: 110px!important;
    width: 110px!important;
    height: 71px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
}

.product-detail__dop-pics-el img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product-detail-container .product-detail .product-detail-info .img{
    width: 302px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
        height: 300px;
    text-align: center;
}

.product-detail-container .product-detail .product-detail-info .img img{
    max-width: 100%;
    width: auto;
    margin: auto;
}

.product-detail-container .product-detail .product-detail-info .info{
    width: calc(100% - 350px);
    flex-grow: 1;

}
.product-detail__dop-pics .slick-track{
    width: 100%;
}
.product-detail__dop-pics-el img{
    border-radius: 3px;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
}
.product-detail__dop-pics-el{

    cursor: pointer;
    padding: 0 8px;
}

.slick-current .product-detail__dop-pics-el img,
.is-active.product-detail__dop-pics-el img{
    border: 1px solid #DF0008;

}

.product-detail-container .product-detail .product-detail-info .availability-view {
    margin-bottom: 15px;
}

.product-detail-container .product-detail .product-detail-info .detail-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 24px;
    color: #A8A8A8;
}

.product-detail-container .product-detail .text-price {
    color: #DF0008;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.product-detail-container .product-detail .text-price span{
    font-size: 16px;
}

.product-detail-container .product-detail .discount{
    text-decoration: line-through;
}

.product-detail-container .product-detail .order-block button{
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 16px;
    transition: all 0.5s;
}

.pagination{
    margin-top: 70px;
}
.pagination .pages-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pagination .pages-list li{
    margin-left: 15px;
}

.pagination .pages-list li a{
    font-size: 16px;
    line-height: 19px;
    color: #515461;
    text-decoration: none;
}

.pagination .pages-list li a:hover{
    text-decoration: underline;
}

.pagination .pages-list li b{
    font-size: 16px;
    line-height: 19px;
    color: #DF0008;
}

.product-detail-desc-tabs {
    margin-top: 30px;
}

.product-detail-desc-tabs .tabs-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.product-detail-desc-tabs .tabs-header li{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #868A9D;
    border-bottom: 1px solid #868A9D;
    cursor: pointer;
    transition: all 0.5s;
    padding-right: 40px;
    padding-left: 25px;
}

.product-detail-desc-tabs .tabs-header li.active{
    color: #515461;
    border-color: #DF0008;
}

.product-detail-desc-tabs .tabs-header li:first-child{
    padding-left: 0;
}

.product-detail-desc-tabs .tabs-header li:last-child{
    padding-right: 25px;
    padding-left: 25px;
}

.tabs-content .tab {
    display: none;
}

.tabs-content .tab.active {
    display: block;
}

.tabs-content .tab .h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}

.tabs-content .tab .brand-text.brand-text-with-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tabs-content .tab .brand-text.brand-text-with-img .text{
    width: calc(100% - 300px);
}

.tabs-content .tab .brand-text.brand-text-with-img .img{
    width: 250px;
}

.tabs-content .tab table {
    border-collapse: collapse;
}

.tabs-content .tab table td{
    padding: 5px 10px;
    border: 1px solid #868A9D;
    background: #fff;
}

.tabs-content .tab a {
    color: #515461;
}

.tabs-content .tab a:hover {
    text-decoration: none;
}

.product-detail-container .improved-select {
    background: #FFF;
    padding: 6px 15px;
    border: 1px solid #C4C4C4;
    margin-bottom: 25px;
    position: relative;
}

.product-detail-container .improved-select .white-line {
    cursor: pointer;
    position: relative;
}

.product-detail-container .improved-select .white-line .arrow-down{
    display: block;
    position: absolute;
    right: 10px;
    top: -1px;

}

.product-detail-container .improved-select .select-body {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px) !important;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    z-index: 1;
}

.product-detail-container .improved-select .select-body ul {
    display: block;
    padding: 15px;
}

.product-detail-container .improved-select .select-body ul .select-body-element {
    margin-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

.product-detail-container .improved-select .select-body ul .select-body-element:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-detail-container .improved-select .select-body .body-element-name {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.product-detail-container .improved-select .select-body .body-element-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.product-detail-container .improved-select .select-body .body-element-down .availability {
    font-size: 12px;
}
.product-detail-container .body-element-right .unit{
    font-size: 12px;
}

.product-detail .order-block .biqValue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.product-detail .order-block .biqValue input{
    width: 50px;
    border: 0;
    background: transparent;
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}

.product-detail .order-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-detail .order-block .biqValue a {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #515461;
    display: block;
    line-height: 34px;
    width: 15px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}

.product-detail .order-block .biqValue a:hover {
    color: #DF0008;
}

.mini-basket {
    position: relative;
}

.mini-basket:hover .mini-basket-window {
    display: none;
}

.mini-basket-window {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 470px;
    min-width: 470px;
    z-index: 40;
    max-width: 100%;
}

.mini-basket-window {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 15px;
}

.mini-basket-window .elements-basket {
    max-height: 250px;
    overflow: auto;
}

.mini-basket-window .elements-basket .element-basket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.mini-basket-window .elements-basket .element-basket:not(:last-child){
    border-bottom: 1px solid #E1E1E1;;
}

.mini-basket-window .elements-basket .element-basket:last-child {
    margin-bottom: 0;
}


.mini-basket-window .elements-basket .element-basket .bItemPicWrap{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 2px;

}
.mini-basket-window .bItemPicWrap__num{
    display: flex;
    background: #DF0008;
    position: absolute;
    left: 1px;
    top: 1px;
    color: #FFFFFF;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.mini-basket-window .elements-basket .element-basket .bItemName{
    width: calc(100% - 90px);
}

.mini-basket-window .bItemSumm{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #E1E1E1;
}
.mini-basket-window .bItemSumm__title
{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}
.mini-basket-window .bItemSumm__cnt
{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
}
.mini-basket-window .bItemSumm__cnt>span{
    font-weight: 400;
    font-size: 12px;
}
.mini-basket-window .btnWrap .btnWrap__btn{
    margin-top: 6px;
    width: 100%;
    height: 38px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basketContent .basket-type {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 12px;
}


.basketContent .basket-type:last-child {
    margin-bottom: 0;
}

.basketContent .basket-type .list-section{
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.basketContent .basket-type.active .list-section{
    max-height: 10000px;
}

.basketContent .basket-type .list-section .basket-arrow {
    transition: all 0.5s;

}

.basketContent .basket-type.active .list-section .basket-arrow {
    transform: rotate(180deg);
}

.basketContent .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 23px;
    cursor: pointer;
}

.mini-basket-window  .btn-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.mini-basket-window  .btn-set .itogo{
    font-size: 14px;
    line-height: 16px;
}

.mini-basket-window  .btn-set .itogo div{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.mini-basket-window  .btn-set a{
    display: block;
    background: #FFCFD0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    padding: 8px 29px;
}

.mini-basket-window .bItemNameText {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.mini-basket-window .bItemCountPrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-basket-window .bItemCountPrice .bipValue {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}


.basketContent .basket-type .title-section .description-type {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.basketContent .basket-type .title-section .description-type .text,
.basketContent .basket-type .title-section .description-type .cart-summ {
    transition: all 0.5s;
}

.basketContent .basket-type.active .title-section .description-type .text,
.basketContent .basket-type.active .title-section .description-type .cart-summ {
    opacity: 0;
}

.basketContent .title-section .cart-summ {
    display: block;
    margin-left: 50px;
    min-width: 190px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #5CA96A;
}

.basketContent .title-section .orderTypeTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    min-width: 200px;
}

.page-cart {
    text-align: left;
}

.basketContent .list-section {
    padding: 0 23px;
}

.basketContent .list-section .basket-items .basketItem{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.basketContent .list-section .basket-items .basketItem:not(:last-child){
    margin-bottom: 25px;
}
.basketContent .list-section .bItemPicWrap {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-right: 12px;
}

.basketContent .list-section .bItemName {
    width: calc(100% - 350px);
}

.basketContent .list-section .bItemName a{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    display: block;
    padding: 0 15px;
    transition: all 0.5s;
}

.basketContent .list-section .bItemName a:hover{
    color: #DF0008;
}


.basketContent .list-section .bItemQuantity {
    width: 90px;
}

.basketContent .list-section .bItemQuantity input{
    border: 1px solid #969696;
    box-sizing: border-box;
    border-radius: 4px;
    background: transparent;
    text-align: center;
    margin: 0;
    width: 48px;
}

.basketContent .list-section .bItemPrices {
    width: 120px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.basketContent .list-section .bItemPrices .oldPrice {
    display: none;
}

.basketContent .list-section .bItemLinks {
    width: 90px;
    text-align: right;
}

.basketContent .list-section .bItemLinks a{
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #000000;
}

.basketContent .list-section .bItemLinks a:hover{
    text-decoration: none;
}

.roomatic-basket-footer .delete-all {
    text-align: right;
}

.roomatic-basket-footer .delete-all a{
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
}

.roomatic-basket-footer .delete-all a:hover{
    text-decoration: none;
}

.roomatic-basket-footer .basket-footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.roomatic-basket-footer .basket-footer-info > div:nth-child(1),
.roomatic-basket-footer .basket-footer-info > div:nth-child(3) {
    width: 67%;
    margin-bottom: 25px;
}

.roomatic-basket-footer .basket-footer-info > div:nth-child(2),
.roomatic-basket-footer .basket-footer-info > div:nth-child(4) {
    width: 33%;
    margin-bottom: 25px;
}

.roomatic-basket-footer .basket-footer-info .total-basket-price {
    padding-left: 150px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #5CA96A;
}

.basket-footer-links a{
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #000000;
}

.roomatic-basket-footer .save-cart-added {
    display: none;
}
.save-cart-added {
    display: none;
    color: green;
}
.roomatic-basket-footer .save-cart {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.roomatic-basket-footer .save-cart .save-cart-added{
    width: 100%;
    margin-bottom: 10px;
}

.roomatic-basket-footer .save-cart .save-cart-added a{
    color: #515461;
}

.basket-footer-links {
    margin-bottom: 25px;
}

.roomatic-basket-footer {
    padding-bottom: 20px;
}

.roomatic-basket-footer .save-cart input{
    background: #CFCFCF;
    border-radius: 5px;
    padding: 2px 15px;
    border: 0;
    margin: 0;
    width: 285px;
}

.roomatic-basket-footer .save-cart > a{
    background: #FFCFD0;
    border-radius: 5px;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
    margin-left: 15px;
    font-size: 18px;
    line-height: 21px;
}

.basket-footer-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basket-footer-buttons .send-order {
    text-align: right;
}

.basket-footer-buttons .send-order a{
    background: #FFCFD0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 22px 76px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

#global-notice {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.manager-basket-button > a {
    color: #515461;
}

.manager-basket-button > a:hover {
    text-decoration: none;
}
.mini-basket-window .bItemCountPrice{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.mini-basket-window .bItemCountPrice .bipValue .newPrice{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}

.mini-basket-window .bItemCountPrice .bipValue .oldPrice{
    text-decoration-line: line-through;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    color: #A8A8A8;
    padding-bottom: 2px;
}
.mini-basket-window .bItemCountPrice .bipValue .newPrice>span{
    font-weight: 400;
    font-size: 12px;
}
.mini-basket-window .bItemCountPrice .bipValue .oldPrice>span{
    font-weight: 400;
    font-size: 12px;
}
.mini-basket-window .bItemCnt{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.mini-basket-window .bItemCnt.is-avail{
color: #489922;
}

section.checkout {
    margin-top: 40px;
    margin-bottom: 50px;
}

.auth-register {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.auth-register > div{
    width: 40%;
}

.auth-register h2 {
    margin-top: 0;
}

.auth-register .text {
    line-height: 21px;
}

.auth-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.auth-inputs .regFieldWrap{
    width: 45%;
}

.auth-inputs .regFieldWrap input{
    width: 100%;
}

.auth-inputs-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.auth-inputs-footer a{
    color: #515461;
}

.auth-inputs-footer a:hover{
    text-decoration: none;
}


.register-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}

.register-inputs .regFieldWrap{
    width: 45%;
    margin-bottom: 25px;
}

.register-inputs .regFieldWrap input{
    width: 100%;
}

.checkout input[type="checkbox"] {
    display: none;
}

.checkout input[type="checkbox"] + label {
    background: url(../images/check-empty.jpg) center left no-repeat;
    padding-left: 22px !important;
}

.checkout input[type="checkbox"]:checked + label {
    background: url(../images/check-checked.jpg) center left no-repeat;
}

.checkout  input[type="checkbox"] + label a{
    color: #515461;
}

.checkout  input[type="checkbox"] + label a:hover{
    text-decoration: none;
}

.registry-button {
    margin-top: 20px;
}

.errorMessage {
    margin-bottom: 25px;
}

.errorMessage .warning {
    color: #DF0008;
}

.errorMessage .warning .title{
    font-weight: bold;
    margin-bottom: 7px;
}

#city-change {
    display: none;
    min-width: 300px;
}

#city-change .header{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
}

#city-change ul li {
    margin-bottom: 15px;
}

#city-change ul li:last-child {
    margin-bottom: 0;
}

#city-change ul li a{
    color: #515461;
}

#city-change ul li a:hover{
    text-decoration: none;
}

#user-auth-mobile {
    display: none;
    min-width: 300px;
    min-height: 265px;
    padding-top: 60px;
}

#user-auth-mobile ul li a {
    margin-bottom: 10px;
}

#user-auth-mobile ul li {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

#user-auth-mobile ul li .login {
    margin-bottom: 40px;
}

#user-auth-mobile ul li .logout {
    margin-top: 40px;
}

#user-auth-mobile ul li:last-child {
    margin-bottom: 0;
}

#user-auth-mobile ul li a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #515461;
}

#user-auth-mobile ul li a:hover{
    text-decoration: none;
}

#login_window {
    display: none;
    min-width: 300px;
}

#login_window .authHead {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
}

#login_window input[type="checkbox"] + label {
    background: url(../images/check-empty.jpg) center left no-repeat;
    padding-left: 22px !important;
}

#login_window input[type="checkbox"]:checked + label {
    background: url(../images/check-checked.jpg) center left no-repeat;
}


#login_window .modalAuthLogin span,
#login_window .modalAuthPassword span
{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
    margin-bottom: 3px;
}

#login_window .modalAuthLogin,
#login_window .modalAuthPassword {
    margin-bottom: 15px;
}

#login_window input[type="text"], #login_window input[type="password"] {
    width: 100%;
}

#login_window .modalAuthRemember {
    margin-bottom: 15px;
}

#login_window .modalAuthSubmit {
    margin-bottom: 15px;
}

#login_window .modalAuthSubmit input {
    width: 100%;
}

#login_window .modalAuthForgot {
    text-align: center;
}

#login_window .modalAuthForgot a{
    color: #515461;
}

section.register-page {
    margin-top: 40px;
    margin-bottom: 50px;
}

section.register-page .register-inputs .regFieldWrap{
    width: 30%;
}

.register-page input[type="checkbox"] + label {
    background: url(../images/check-empty.jpg) center left no-repeat;
    padding-left: 22px !important;
}

.register-page input[type="checkbox"]:checked + label {
    background: url(../images/check-checked.jpg) center left no-repeat;
}

.register-page  input[type="checkbox"] + label a{
    color: #515461;
}

.register-page  input[type="checkbox"] + label a:hover{
    text-decoration: none;
}

.profile h1{
    margin-top: 0;
}

.profile {
    margin-top: 40px;
    padding-bottom: 50px;
    background: #F5F5F5;
    padding-top: 1px;
}

.personal-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    max-width: 85%;
}
.personal-links:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.personal-links a{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #868A9D;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}

.personal-links a.active{
    color: #515461;
}
.personal-links a.active:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #DF0008;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.profile-inputs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-inputs > div{
    width: 30%;
    margin-bottom: 25px;
    max-width: 292px;
}

.profile-inputs > div input,
.profile-inputs > div select{
    width: 100%;
    height: 44px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
}

.profile-inputs > div select{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    font-family: Roboto;
    font-size: 14px;
    padding: 8px 10px;
}

.profile-inputs > div .createLink {
    margin-top: 5px;
}

.profile-inputs > div .createLink a{
    font-size: 14px;
    color: #515461;
}
/* .profile-inputs .regFieldTitle{
    padding-left: 10px;
} */
.profile input[type="checkbox"] {
    display: none;
}

.profile input[type="checkbox"] + label {
    background: url(../images/check-empty.jpg) center left no-repeat;
    padding-left: 22px !important;
}

.profile input[type="checkbox"]:checked + label {
    background: url(../images/check-checked.jpg) center left no-repeat;
}

.profile .subscribe {
    margin-bottom: 25px;
}

.accepters-links {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accepters-links a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    padding-right: 29px;
    background: #515461;
}

.accepters-links a.dover {
    margin-right: 50px;
}

.accepters-links a.dover span{
    display: block;
    background: url(../images/dover.png) center right no-repeat;
    padding: 25px 80px 25px 29px;
}

.accepters-links a.accepter-add span{
    display: block;
    background: url(../images/accept-add.png) center right no-repeat;
    padding: 25px 80px 25px 29px;
}

.profile-main, .profile-item {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.profile-main .profile-info > div, .profile-item .profile-info > div{
    margin-bottom: 10px;
}

.profile-main .profile-info > div:last-child, .profile-item .profile-info > div:last-child{
    margin-bottom: 0;
}

.profile-info__name{
    display: inline-block;
    width: 220px;
    min-width: 220px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}
.profile-info__value{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.profile-main .controls, .profile-item .controls {
    width: 200px;
}

.profile-main .controls a, .profile-item .controls a{
    color: #DF0008;
    margin-top: 16px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.profile-main .controls a:hover, .profile-item .controls a:hover{
    text-decoration: none;
}

.profile-main .controls a:first-child, .profile-item .controls a:first-child {
    margin-bottom: 0;
}

.profile .orders-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.profile .orders-list .left-col{
    width: 200px;
}

.profile .orders-list .right-col{
    width: calc(100% - 250px);
}

.profile .orders-list .left-col .orderTypeWrap a{
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    background: url(../images/type-order.png) center left no-repeat;
    background-size: 16px auto;
    padding-left: 35px;
    margin-bottom: 15px;
}

.profile .orders-list .left-col .orderTypeWrap a.red{
    background: url(../images/type-order-active.png) center left no-repeat;
}

.profile .orders-list p {
    margin-top: 0;
}

.profile .orders-list .left-col .orderTypeWrap {
    margin-bottom: 30px;
}

.profile .orders-list .left-col p {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.profile .orders-list .left-col p a{
    color: #000000;
}

.orders .orderWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    margin-top: 30px;
    padding: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.orders .orderWrap__name{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
    width: 136px;
    min-width: 136px;
    display: inline-block;
}
.orders .orderWrap:first-child{
    margin-top: 0;
}

.orders .orderWrap .orderLeftPart{
    width: 60%;
}

.orders .orderWrap .orderRightPart{
    width: 40%;
    text-align: right;
}

.orders .orderWrap strong {
    font-weight: normal;
}

.orders .orderWrap .orderLeftPart > div,
.orders .orderWrap .orderRightPart > div{
    margin-bottom: 15px;
}

.orders .orderWrap .orderLeftPart:first-child {
    margin-bottom: 50px;
}

.orders .orderWrap .orderName {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    min-height: 40px;
}

.orders .orderWrap .orderTotal {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #DF0008;
}

.orders .orderWrap  .order-controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.orders .orderWrap  .order-controls .orderDetailLink a{
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}

.orders .orderWrap  .order-controls .orderRepeatLink a {
    background: #FFCFD0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 25px;
}

.orders .orderWrap  .order-controls .orderRepeatLink a:after {
    display: block;
    content: "";
    width: 21px;
    height: 20px;
    background: url(../images/repeat-order.png) center center no-repeat;
    margin-left: 15px;
}

.orders .orderWrap  .order-controls .orderCancelLink a {
    background: #FFCFD0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 25px;
}

.orders .orderWrap  .order-controls .orderCancelLink a:after {
    display: block;
    content: "";
    width: 21px;
    height: 20px;
    background: url(../images/cancel-order.png) center center no-repeat;
    margin-left: 15px;
}

.orders .orderWrap  .order-controls .orderPay a {
    background: #58C27C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 12px;
}

.orders .orderWrap .order-controls .orderPay a:after {
    display: block;
    content: "";
    width: 21px;
    height: 20px;
    background: url(../images/pay-order.png) center center no-repeat;
    margin-left: 15px;
}


.orders .orderWrapText {
    margin-top: 20px;
}

.navigation .show-more {
    color: #000;
}

.navigation .show-more:hover {
    text-decoration: none;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.authForm .regFieldWrap{
    margin-bottom: 15px;
}

.orders .orderWrap  .orderRightPart .orderPay a {
    background: #FFCFD0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 25px;
}

.procuratory-form .block-1{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.procuratory-form .block-1 .regFieldWrap{
    width: 30%;
}

.procuratory-form .block-1 .regFieldWrap input{
    width: 100%;
}

.procuratory-form .block-1 .regFieldWrap:first-child{
    margin-right: 5%;
}

.procuratory-form  .regFieldWrap{
    margin-bottom: 15px;
}

.procuratory-form  .regFieldWrap .help-text {
    font-size: 12px;
    color:#A8A8A8;
}

.procuratory-form .vote-question.regFieldWrap {
    width: 100%;
}


.procuratory-form .block-2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.procuratory-form .block-2 .regFieldWrap{
    width: 30%;
}

.procuratory-form .block-2 .vote-question.regFieldWrap{
    width: 100%;
}

.procuratory-form input{
    width: 100%;
}

.procuratory-form select{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    font-family: Roboto;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
}

#consumer-data, #payer-data {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#consumer-data .regFieldWrap, #payer-data .regFieldWrap{
    width: 30%;
}

.procuratory-form .block-3 .inputs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.procuratory-form .block-3 .inputs .regFieldWrap{
    width: 30%;
    margin-right: 5%;
}

.procuratory-form .block-3 .inputs .regFieldWrap:nth-child(3){
    margin-right: 0;
}

.procuratory-form .block-3 .vote-question.regFieldWrap{
    width: 100%;
}

.procuratory-form  .ButtonWrap {
    width: 30%;
}

.basketContent.savedBasket .list-section .bItemPrices {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #515461;
}

.basketContent.savedBasket .title-section .description-type {
    margin-right: 25px;
}

.save-cart-loaded {
    display: none;
}

.savedBasket .roomatic-basket-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.savedBasket .roomatic-basket-footer .load-cart-button {
    background: #FFCFD0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 25px;
}

.savedBasket .roomatic-basket-footer .load-cart-button:after {
    display: block;
    content: "";
    width: 21px;
    height: 20px;
    background: url(../images/repeat-order.png) center center no-repeat;
    margin-left: 15px;
}

.savedBasket .roomatic-basket-footer .delete-cart-button {
    background: #FFCFD0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 25px;
}

.checkout .order-block-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout .order-block-info .order-props{
    width: 479px;
}


.checkout .order-block-info .basket{
    width: calc(100% - 520px);
}

.checkout .order-block-info .order-face{
    background: #F2F2F2;
    border-radius: 15px;
    padding: 18px 23px;
    margin-bottom: 30px;
}

.checkout .order-block-info .order-face .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.checkout .order-block-info .order-face > div {
    margin-bottom: 15px;
}

.checkout .order-block-info .order-face > div:last-child {
    margin-bottom: 0;
}

.checkout .order-block-info .title-payer {
    background: #F2F2F2;
    border-radius: 15px;
    padding: 18px 23px;
    margin-bottom: 30px;
}

.checkout .order-block-info .title-payer > div {
    margin-bottom: 15px;
}

.checkout .order-block-info .title-payer > div:last-child {
    margin-bottom: 0;
}


.checkout .order-block-info .title-payer .links a {
    display: block;
    color: #515461;
    margin-bottom: 10px;
}

.checkout .order-block-info .title-payer .links a:last-child {
    margin-bottom: 0;
}

.checkout .order-block-info .title-payer .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.checkout .basket {
    background: #F2F2F2;
    border-radius: 15px;
    padding: 18px 23px;
    margin-bottom: 30px;
}

.checkout .basket .orderingItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout .basket .orderingItem .orderingItemPicWrap{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout .basket .orderingItem .orderingItemQuantity {
    width: 100px;
}

.checkout .basket .orderingItem .orderingItemSumm {
    width: 100px;
}

.checkout .basket .orderingItem .orderingItemName {
    width: calc(100% - 350px);
}

.checkout .paySystem {
    margin-top: 50px;
}

.checkout .paySystem .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 25px;
}

.checkout .paySystem input[type="radio"] {
    display: none;
}

.checkout .paySystem input[type="radio"] + label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    background: url(../images/type-order.png) center left no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

.checkout .paySystem input[type="radio"]:checked + label{
    background: url(../images/type-order-active.png) center left no-repeat;
}

.checkout .payment-desc {
    margin-top: 30px;
}

.checkout .payment-desc > span{
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.checkout .payment-desc > span > span{
    color: #DF0008;
}

.checkout  .comment-msg {
    margin-top: 50px;
}

.checkout  .comment-msg .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
}

.checkout .comment-msg textarea{
    width: 100%;
}

.checkout .bx_ordercart_order_pay {
    margin-top: 50px;
}

.checkout .orderFormTotalUp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout .coupon-block-element {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 10px;
}

.checkout .coupon-block-element input[type="text"]{
    background: #CFCFCF;
    border-radius: 5px;
    margin-right: 15px;
}

.checkout .coupon-block-element button{
    background: #FFCFD0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 9px 25px;
    border: 0;
    display: block;
}

.checkout .orderingTotalRight > div{
    margin-bottom: 15px;
}

.checkout .orderingSubmitWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.checkout .orderingSubmitWrap button{
    background: #FFCFD0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 22px 76px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
}

.text-page a {
    color: #515461;
}

.text-page a:hover {
    text-decoration: none;
}

.news-textpage {
    background: #F2F2F2;
    margin-top: 0;
    padding-top: 1px;
}

.news-textpage h1 {
    margin-bottom: 30px;
}

.news-listing {
    display: flex;
    /*align-items: flex-start;*/
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -30px;
}
.news-listing__count{
    /*color: var(--main-grafit-light);*/
    font-size: 16px;
    margin-bottom: 24px;
    color: #868A9D;
}
.news-listing__pager-bot{
    padding-left: 26px;
}
.news-listing > div{
    width: calc(100% / 3 - 30px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 30px;
    background: #FFF;
    margin-bottom: 30px;
    padding: 25px;
}

.news-listing > div .date{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.news-listing > div .title,
.news-listing > div .title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    min-height: 38px;
    margin-bottom: 10px;
}

.news-listing > div p {
    min-height: 64px;
    font-size: 14px;
    line-height: 16px;
}

.news-listing > div .news-more {
    font-size: 12px;
    line-height: 14px;
    color: #868A9D;
    text-decoration: none;
}

.news-listing > div .news-more a{
    text-decoration: underline;
}

.imgs-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.imgs-list a{
    display: block;
    width: calc(33% - 60px);
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.imgs-list a img{
    max-width: 100%;
    margin-bottom: 10px;
}

.imgs-list a:nth-child(3n){
    margin-right: 0;
}

.forgotpassword a {
    color: #515461;
}

.checkout h1 {
    margin-bottom: 30px;
}

#verify-email-block input{
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100% !important;
}

.header-verify-form-message {
    margin: 0;
}

.btn-verify-code {

}

.catalog-menu__btn-wr{
    display: none;
}





section.catalog {
    padding-bottom: 100px;
}


    .product-item.is-hover {
        overflow: visible;
    }

    .product-item.is-hover .product-item-block {
        position: absolute;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        box-sizing: border-box;
        border-radius: 5px;
        z-index: 999;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
        width: 100%;
    }

    div.product-item .product-info .discount-block,
    .offers-block,
    .count-block {
        /*display: none;*/
    }

    div.product-item.is-hover .product-info__buy-wrap{
        display: flex;
    }
    div.product-item.is-hover .product-info .discount-block {
        display: flex;
        justify-content: center;
    }
    div.product-item.is-hover .hidden-buy .product-info .discount-block{
        display: none;
    }
    div.product-item.is-hover .product-info .discount-block.discount-block-basket {
        display: none;
    }

    div.product-item.is-hover .product-info .offers-block,
    .count-block.count-block-basket
    {
        display: block;
    }

   /* .count-block {
        margin-top: 14px;
    }*/


.svg-open {
    display: none;
}

.goods-list__cnt {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media screen and (max-width: 991px){
    .goods-list__cnt{
        justify-content: flex-start;
    }
}
.goods-list__cnt .biqValue {
    display: flex;
    align-items: center;
}

.goods-list__cnt .biqValue input[type="text"] {
    border-color: transparent;
    text-align: center;
}

input[type="text"], input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 10px;
}

.select {
    position: relative;
    display: block;
    /*min-width: 220px;*/
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.select__head {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    /*border-radius: 10px;*/
    padding: 5px 5px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
}

.select svg {
    position: absolute;
    left: 89.5%;
    right: 8.4%;
    top: 45%;
    bottom: 28.5%;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 270px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    min-width: 330px;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

@media (max-width: 991px) {
    .offers-block,
    div.product-item .product-info .discount-block {
        display: flex;
        justify-content: center;
    }

    .count-block {
        display: none;
    }

    .select__list {
        max-height: 130px;
    }

    .select svg {
        left: 95.5%;
    }
    .category-products .product-item{
        height: 433px;
    }
}

@media (max-width: 640px) {
    .select {
        max-width: 100%;
    }
}

.btn.is-red-tr {
    border: 1px solid #DF0008;
    color: #FFFFFF;
    background: #DF0008;
}

.btn.is-red-tr:hover {
    background: white;
    color: #DF0008;
}
div.body-wrapper
{
    overflow: inherit;
}
.product-item{
    height: 372px;
}
.product-item .product-item-block.hidden-buy .discount-block{
 display: none;
}
.product-item .product-item-block .product-info__buy-wrap{
    display: none;
}
.product-item .product-item-block .img>img{
    max-height: 92%;
}
.select__item-title{
    font-size: 14px;
}
.select__item-block{
    display: flex;
    justify-content: space-between;
    padding-top: 10px
}
.select__item-count{
    font-size: 12px;
    color: #4db45f;
}
.select__item-price{
    font-size:16px;
    font-weight: 600;
}
.constructor-details{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
}

.news-detail iframe{
    max-width: 100%;
}

.header__city-phone-mobile {
    display: none;
}

@media (max-width: 640px) {
    .header__city-phone-mobile {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
        display: block;
        background-color: #515461;
    }
    .select__list {
        min-width: 100%;
        max-height: 180px;
    }
}

.header__city-phone-mobile .container {
    width: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.header__city-phone-mobile .city,
.header__city-phone-mobile .phone {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #fff;
}

.header__city-phone-mobile .city {
    display: flex;
    gap: 5px;
}

.forgot-password {
    padding-top: 20px;
    max-width: 290px;
    margin: 0 auto;

}

.forgot-password .regFieldWrap {
    margin-bottom: 20px;
}
.forgot-password input[type="text"],
.forgot-password input[type="submit"],
.forgot-password input[type="password"] {
    width: 100%;
}

@media (max-width: 374px) {
    .select__item-block .delay-btn {
        position: static;
    }
}

.carrotquest-css-reset {
    pointer-events: all !important;
}

.files-area button {
	background: #FFCFD0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 9px 25px;
    border: 0;
    display: block;
	cursor: pointer;
}

.files-area input[type="file"] {
	display: none;
}

.files-area .file-error {
    color: #e50000;
    font-style: italic;
	font-size: 13px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.files-area .order-file-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
}

.files-area .order-file-info:last-child {
	margin-bottom: 0;
}

.files-area .order-file-info .order-file-del{
	color: #e50000;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
}

.comment-msg.files-msg .files-desc {
    font-style: italic;
	font-size: 13px;
	margin-bottom: 10px;
}

.checkout .comment-msg.files-msg .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
}

.name-order-input {
	width: 100%;
}

.orderSaleNAME, .orderSaleNAME > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.orderSaleNAME > span {
	width: calc(100% - 150px);
}

.orderSaleNAME > span input{
	width: 200px;
}

.orderSaleNAME > span .apply-button {
	display: none;
	margin-left: 15px;
	cursor: pointer;
}

.orderSaleNAME > span .edit-button {
	display: block;
	margin-right: 15px;
	cursor: pointer;
}

.orderSaleNAME > span .order-name-result {
    word-break: break-all;
}


.orderSaleNAME > span .apply-button {
	display: none;
}

.orderSaleNAME .order-name-input {
	display: none;
}

.detail-order .dOrderWrap .orderSaleNAME {
	margin-top: 10px;
}

.orderSaleNAME .order-name-error {
	color: #DF0008;
	display: none;
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	font-size: 10px;
}


.orderSaleNAME > span input.error-input{
	border-color: #DF0008;
}

.detail-order .dOrderWrap .orderSaleNAME > span {
	width: 60%;
}

.regField .city-list {
	position: relative;
}

.regField .city-list .body-select {
	display: none;
	position: absolute;
	width: 350px;
	left: 0;
	top: calc(100% - 14px);
	background: #fff;
	border: 1px solid #C4C4C4;
	padding: 10px 0;
	z-index: 100;
}

.regField .city-list .body-select .city-variant,
.regField .city-list .body-select .empty-search,
.regField .city-list .body-select .error-city-find {
	line-height: 20px;
	padding: 2px 15px;
	cursor: pointer;
	display: block;
	margin: 0;
}

.regField .city-list .body-select .city-variant:hover{
	background: #eee;
}

.regField .city-list .city-variant-desc {
	font-size: 12px;
	line-height: 14px;
	display: block;
	font-style: italic;
}

.regField .city-list .header-select {
	margin-bottom: 15px;
}

.regField .city-list .header-select .city-variant-input {
	margin-bottom: 0;
}

.createForm {
	top: auto;
	margin-bottom: 30px;
}

select.deliveryType {
	margin-top: 0;
}

.title-delivery {
	margin-top: 20px;
}

@media (max-width: 767px) {
    .faq-items-list {
        flex-direction: column;
    }

    .faq-items-list .faq-items-name,
    .faq-items-list .faq-items-desc {
        width: 100%;
    }
    
    .tooltip-constructor {
        width: 80%;
    }
}

.tooltip-constructor {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 20px 0px #939393;
    text-align: center;
}

.tooltip-constructor.active {
    visibility: visible;
    opacity: 1;
    animation: tooltip-animation 0.5s forwards;
}

@keyframes tooltip-animation {
    0% {
        top: -200%;
    }
    100% {
        top: 20px;
    }
}

.info-form {
	width: 100%;
    padding: 25px;
    background-color: #ededed;
}

.info-form.top-form {
	margin-bottom: 30px;
}

.info-form > .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #515461;
}

.info-form > .fields {
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info-form > .fields > .field {
	width: 32%;
}

.info-form > .fields > .field input{
	width: 100%;
	padding: 10px;
    border: 1px solid #bfc1c7;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    color: #515461;
    background: inherit;
}

.info-form > .fields > .field input.error {
	border-color: red;
}

.info-form > .fields > .field input:hover {
	padding: 9px;
    border: 2px solid #49d376;
}

.info-form > .fields > .field > .field-title {
	display: block;
	margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #515461;
}

.info-form > .fields > .field > .field-title span{
	color: red;
}

.info-form > .button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.info-form > .button button {
	width: 200px;
    height: 40px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #49d376;
    color: #222;
    cursor: pointer;
	margin-right: 33px;
}

.info-form > .button input[type="checkbox"] {
	display: none;
}

.info-form > .button input[type="checkbox"] + label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2c2d2e;
	max-width: 320px;
	display: flex;
	align-items: flex-start;
	position: static;
	padding: 0;
}

.info-form > .button input[type="checkbox"] + label:before {
    background-color: inherit;
	content: "";
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 4px;
    border: 2px solid #bfc1c7;
    display: block;
    cursor: pointer;
	border-color: #49d376;
}

.info-form > .button input[type="checkbox"]:checked + label:before {
    background-image: url(../images/checkboxMark.svg);
    background-repeat: no-repeat;
    background-position: center;
}


    .constructors-new-list .constructors-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 16px;
    }
    .constructors-new-list .item {
        height: 144px;
        margin-bottom: 16px;
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
    .constructors-new-list .item .text {
        padding: 16px 0 16px 16px;
    }
    .constructors-new-list .constructors-list__img {
        justify-content: flex-end;
        height: 100%;
    }
    .constructors-new-list .item .text > div.constructor-link,
    .constructors-new-list .item .text > a {
        border-radius: 5px;
        background: #DF0008;
        border: none;
        color: #FFF;
        left: 16px;
    }
    .constructors-new-list .item .text >  div.constructor-link:hover,
	.constructors-new-list .item .text >  div.constructor-link:hover {
        background: #DF0008;
    }
    .constructors-new-list .title {
        margin-bottom: 8px;
    }
    @media (max-width: 1200px) {
        .constructors-new-list .item .text {
            width: 70%;
        }
        .constructors-new-list .constructors-list__img {
            transform: translateX(20px);
        }
    }
    @media (max-width: 991px) {
        .constructors-new-list .constructors-list {
            grid-template-columns: 1fr 1fr;
        }
    }
    @media (max-width: 640px) {
        .constructors-new-list .constructors-list {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 479px) {
        .constructors-new-list .item .text {
            width: 60%;
        }
        .constructors-new-list .item:last-child .text {
            width: 70%;
        }
        .constructors-new-list .constructors-list__img {
            transform: translateX(40px);
        }
    }


.register-user-fields {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 25px;
}

.register-user-fields > div{
	width: 30%;
	margin-right: 5%;
}

.register-user-fields.profile-form > div:last-child{
	width: 60%;
}

.register-user-fields.profile-form > div:last-child select,
.register-user-fields.profile-form > div:last-child a {
	width: 60%;
}

.register-user-fields.small-form {
	display: block;
	width: 100%;
}

.register-user-fields.small-form > div{
	width: 100%;
	margin-right: 0;
}

.register-user-fields.small-form > div:first-child{
	margin-bottom:25px;
}

.register-user-fields select {
	background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    font-family: Roboto;
    font-size: 14px;
    padding: 10px 10px;
	line-height: 36px;
	width: 100%;
}

.register-user-fields input {
	background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    display: none;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 10px;
	line-height: 36px;
	width: 100%;
	margin-top: 10px;
}

.register-user-fields label {
	display: block;
	font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.register-user-fields label .star{
	color: #DF0008;
}

.register-user-fields a {
	background: #DF0008;
    border-radius: 3px;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #DF0008;
    padding: 10px 0;
	display: none;
	text-decoration: none;
	margin-top: 10px;
}

.register-user-fields a:hover {
	background: #fff;
    color: #DF0008;
}

.errorMessage .warning {
	max-width: 1300px;
    margin: 0 auto;
	padding: 0 14px;
	margin-top: 25px;
}

