bottom: -160px;* {
    box-sizing: border-box;
}

input, button, textarea, a {
    outline: none;
}

html {
    height: 100%;
    position: relative;
}

body {
    background: #ffffff;
    height: 100%;
    font-family: 'Fira Sans';
    font-size: 14px;
    line-height: 21px;
    position: relative;
    width: 100%;
}

.block_404_left .title {
    font-family: 'Fira Sans';
    font-size: 120px;
	line-height: 120px;
	color: #302E51;
}

.block_404_left .text {
    font-family: 'Fira Sans';
    text-align: center;
	color: #302E51;
}

.block_404_left .wrap_btn a {
    font-family: 'Fira Sans';
	border-color: #302E51;
	background: #302E51;
}
.block_404_left .wrap_btn a:hover,
.block_404_left .wrap_btn a:focus {
	border-color: #302E51;
	background: #302e51;
	opacity: .9;
}
.block_404_left .wrap_btn .row {justify-content: center;}

.container  {
    max-width: initial;
    padding: 0;
    width: 100%;
}


.list-item {
    padding: 90px 0 110px;
	position: relative;
}

.list-type {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

.nav-pills .nav-link {
    border-radius: 0;
    height: 55px;
    width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 2px solid #302E51;
    color: #302E51;
}
.nav-pills .nav-link.active {
    background: #302E51;
    color: #FFFFFF;
}

.owl-carousel.slider-type{
    width: 100%;
    margin: 0 auto;
}

.slider-type-item {
    margin: 0 auto;
}

.tab-content {
    width: 100%;
}

.slider-type-item__photo {
    height: 555px;
    width: 300px;
    padding-bottom: 26px;
    margin: 0 auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.list-item .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.list-item .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.slider-type-item {
    color: #1E1D2C;
    height: 100%;
    width: 100%;
    display: block;
	position: relative;
}

.list-item .item {
	position: relative;
}

.list-item .item:before,
.slider-type-item:before {
	color: #ffffff;
	content: '';
	right: 0;
	top: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.list-item .item:after,
.slider-type-item:after {
	color: #ffffff;
	content: '';
	right: 0;
	top: 40px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.list-item .item.hit:before,
.slider-type-item.hit:before {
	content: 'Hit';
	display: block;
	background: #72a2ff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.new:before,
.slider-type-item.new:before {
	content: 'New';
	display: block;
	background: #68c182;;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}


.list-item .item.sales:before,
.slider-type-item.sales:before {
	content: 'Sale';
	display: block;
	background: #fd6161;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}
.list-item .item.sales.big-sizes:after,
.slider-type-item.sales.big-sizes:after {
	content: 'Sale';
	display: block;
	background: #fd6161;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.sales.family-look:after,
.slider-type-item.sales.family-look:after {
	content: 'Sale';
	display: block;
	background: #fd6161;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.big-sizes:before,
.slider-type-item.big-sizes:before {
	content: 'Большие размеры';
	display: block;
	background: #b661fd;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.family-look:before,
.slider-type-item.family-look:before {
	content: 'family look';
	display: block;
	background: #ffc172;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.new.family-look:after,
.slider-type-item.new.family-look:after {
	content: 'New';
	display: block;
	background: #68c182;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.new.big-sizes:after,
.slider-type-item.new.big-sizes:after {
	content: 'New';
	display: block;
	background: #68c182;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.new.hit:after,
.slider-type-item.new.hit:after {
	content: 'New';
	display: block;
	background: #68c182;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.hit.family-look:after,
.slider-type-item.hit.family-look:after {
	content: 'hit';
	display: block;
	background: #72a2ff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.hit.big-sizes:after,
.slider-type-item.hit.big-sizes:after {
	content: 'hit';
	display: block;
	background: #72a2ff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.list-item .item.hit.sales:after,
.slider-type-item.hit.sales:after {
	content: 'hit';
	display: block;
	background: #72a2ff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	min-width: 75px;
	z-index: 10;
}

.slider-type-item:hover {
    color: #1E1D2C;
    text-decoration: none;
}


.slider-type-item__price,
.list-item .slider-type-item__price {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.slider-type-item__name,
.list-item .slider-type-item__name {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #1E1D2C;
    padding: 0 15px;
}

.advantages .row {
    display: block;
}

.advantages h2 {
    display: block;
    width: 100%;
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #1E1D2C;
    margin-bottom: 80px;
}

.advantages-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto 30px;
}

.advantages-item:after {
    clear: both;
    content: '';
    display: block;
}

.advantages-item {
    width: 345px;
    margin-bottom: 50px;
}

.advantages-item__icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #302E51;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.advantages__description {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;
}

.advantages__description--title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #302E51;
}

.advantages__description--text {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    background: #1E1D2C;
}

.cooperation-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_send,
.forgot_page .wrap_forgot_form_2 input[type="submit"],
.block_form_filter .wrap_del_form_filter .del_form_filter,
.login_page .wrap_login_form input[type="submit"],
.btn {
    border: 1px solid #302E51;
    font-family: 'Fira Sans';
    box-sizing: border-box;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #302E51;
    text-transform: uppercase;
    transition: all .3s ease;
}

.btn:hover {
    background: #302E51;
    color: #ffffff;
}

.company-info {
    margin-bottom: 147px;
}

.company-info .row:after {
    clear: both;
    content: "";
    display: block;
}
.company-info .container {
    max-width: 1170px;
}
.company-info .row {
    display: block;
}

.company-info__img {
    width: 189px;
    float: left;
    margin-right: 60px;
}

.company-info__description {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #1E1D2C;
    margin-bottom: 20px;
    width: 219px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    padding-top: 30px;
}

.company-info__description--title {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #1E1D2C;
    margin-bottom: 20px;
    width: 100%;
}

.map {
    position: relative;
}

.map-block {
    position: absolute;
    top: 50%;
    margin-top: -124px;
    left: 0;
    width: 100%;
}

.contacts-block-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contacts-block-item {
    height: 248px;
    width: 215.26px;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 30px 25px;
}

.contacts-block-item__title {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #281C1E;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.contacts-block-item__address::before {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./bitrix/templates/miss_shop/images/marker-icon.svg');
    background-position: center;
    margin: 0 auto 5px;
}

.contacts-block-item__phone::before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./bitrix/templates/miss_shop/images/phone-icon.svg');
    background-position: center;
    margin: 0 auto 5px;
}
.contacts-block-item__mail::before {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./bitrix/templates/miss_shop/images/mail-icon.svg');
    background-position: center;
    margin: 0 auto 5px;
}

.contacts-block-item__address, .contacts-block-item__phone, .contacts-block-item__mail {
    font-size: 10px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #281C1E;
    margin-bottom: 15px;
}

.contacts-block-item__phone a, .contacts-block-item__mail a {
    color: #281C1E;
}
.contacts-block-item__phone a:hover, .contacts-block-item__mail a:hover {
    color: #281C1E;
}

.contacts-block-item--dark {
    background: #3E3E3E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-block-item--dark .btn {
    border-color: #F9F9F9;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    border: 1px solid #F9F9F9;
    border-radius: 3px;
    box-shadow: none;
    color: #f9f9f9;
}

.contacts-block-item--dark .btn:hover {
    background: #f9f9f9;
    color: #3E3E3E;
}

footer {
    padding: 30px;
}

footer .row {
    justify-content: space-between;
}

.footer-nav__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-nav__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav__item {
    max-width: 113px;
    margin-right: 60px;
    width: 100%;
}

.footer-nav__title {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #3E3E3E;
    margin-bottom: 2px;
}

.footer-nav ul a {
    font-weight: 300;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #3E3E3E;
}

.footer-nav__contacts-text,
.footer-nav__contacts-label {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #3E3E3E;
    font-weight: 700;
    margin-right: 5px;
}

.footer-nav__contacts a {
    color: #3E3E3E;
}

.footer-nav__contacts a:hover {
    color: #3E3E3E;
}

.footer-nav__contacts-text {
    font-weight: 400;
    margin-right: 0;
}

.footer-nav__contacts-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.footer-nav__callback .footer-nav__title {
    margin-bottom: 10px;
}

.footer-nav__callback .btn {
    background: #302E51;
    border-radius: 3px;
    color: #f9f9f9;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
}

.footer-nav__callback .btn:hover {
    color: #302E51;
    background: #f9f9f9;
}

.copyright-block {
    padding-top: 66px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #3E3E3E;
}

.modal-body label {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.modal-body label span {
    display: block;
    min-width: 100px;
    flex: 0 0 100px;
}
.block_feedback textarea,
.block_feedback input[type=text],
.modal-body label textarea,
.modal-body label input {
    flex: 1 1 auto;
    outline: none;
    background: none;
    width: 100%;
    font-weight: 200;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #302E51;
    padding: 10px 0;
    border: none;
    display: block;
    border-bottom: 0.4px solid #C8B1B5;
}

.modal-body label textarea {
    margin-bottom: 20px;
}

.modal-body form:after {
    clear: both;
    content: '';
    display: block;
}

.modal-body form .btn {
    float: right;
    margin-bottom: 30px;
}

.btn.focus, .btn:focus {
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

button:focus {
    outline: none !important;
}

.open-mobile-menu {
    display: none;
}

.breadcrumbs {
    padding: 30px 0;
}

ul.breadcrumb-section {
    color: #797979;
    padding: 0px 0px 0px 20px;
    margin: 0 0 10px 0;
}

.breadcrumb-section>li {
    text-shadow: none;
    display: inline-block;
}

.list .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
}

.title {
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #1E1D2C;
    margin-bottom: 30px;
    width: 100%;
}

.list .slider-type-item {
    padding: 20px;
    margin: 0 30px 50px;
    position: relative;
}
.list .slider-type-item:hover:after {
    transform: scale(1);
}
.list .slider-type-item:hover:before {
    transform: scale(1);
}
.list .slider-type-item:after {
    content: '';
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .73s ease;
    transform: scale(0, 0);
    z-index: 1;
}
.list .slider-type-item:before {
    content: 'Смотреть';
    display: flex;
    color: #ffffff;
    position: absolute;
    top: 50%;
	margin-top: -20px;
	margin-left: -100px;
    left: 50%;
    height: 40px;
    width: 200px;
    border: 1px solid #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    transition: all .73s ease;
    transform: scale(0, 0);
    z-index: 2;
}

.content-catalog .list-item .item__price {
    margin-top: 20px;
}

.list .slider-type-item__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
}
.list .slider-type-item .slider-type-item__photo {
	transform: scale(1);
	transition: all .7s ease;
}
.list .slider-type-item:hover .slider-type-item__photo {
	transform: scale(1.1);
}

.personal {
    padding: 30px 0;
}

.personal .flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.list__activity {
    flex: 0 0 320px;
    max-width: 320px;
    width: 100%;
}

.list__activity .personal__item {
    color: #1E1D2C;
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    transition: all .3s ease;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;    
    letter-spacing: 0.04em;
    padding-left: 20px;
    text-transform: uppercase;
}

.list__activity .personal__item .icon {
    margin-right: 10px;
}

.list__activity .personal__item:hover,
.list__activity .personal__item.active {
    background: #302E51;
    border-radius: 8px 0px 0px 8px;
    color: #ffffff;
}

.list__activity .personal__item svg,
.list__activity .personal__item svg {
    fill: #302E51;
    transition: all .3s ease;
}

.list__activity .personal__item:hover svg,
.list__activity .personal__item.active svg {
    fill: #f9f9f9;
}

.personal__content {
    padding: 50px 100px 38px;
    background: #302E51;    
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 10px;
    flex: 1 1 100%;
    min-height: 410px;
}

.personal__content p {
    color: #ffffff;
}

.personal__content label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
    color: #F9F9F9;
}

.personal__content input,
.personal__content select{
    background: #FFFFFF;
    border: 1px solid #302E51;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px 10px;
    width: 192px;
    height: 30px;
    order: 3;
}

.personal__content .error input, .personal__content .error select {
    background: rgba(255, 0, 0, 0.5);;
    box-shadow: inset 2px 2px 10px rgba(255, 0, 0, 0.5);
    color: #ffffff;
}
.error .text {
    order: 4;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 10px;
    color: rgba(255, 0, 0, 1);
}

.radio-btn.order {
    display: block;
}

.personal__content .header-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal__content .header-list .title {
    width: 100%;
}
.personal__content .list .title:last-child,
.personal__content .list .column:last-child,
.personal__content .list .title:first-child,
.personal__content .list .column:first-child {
    width: 80px;
} 

.personal__content .list .title:nth-child(2),
.personal__content .list .column:nth-child(2) {
    width: 300px;
}
.personal__content .list.reviews-list .title:first-child,
.personal__content .list.reviews-list .column:first-child  {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
    margin-right: 17px;
    white-space: nowrap;
}


.personal__content .column-item:first-child {
    width: 445px;
}
.personal__content .order-title-list .column-item:first-child .header-list .title {
    text-align: left;
}
.personal__content .order-title-list .column-item:first-child .header-list {
    justify-content: flex-start;
}

.personal__content .order-title-list .column-item:last-child .title {
    width: 85px;
    margin: 0 10px;
}

.personal__content .list {
    margin-bottom: 30px;
}
.personal__content .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.personal__content .pagination ul{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.personal__content .pagination ul li {
    margin-right: 7px;
    width: 10px;
    text-align: center;
}
.personal__content .pagination ul li a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #F9F9F9;
}
.personal__content .pagination ul li.active,
.personal__content .pagination ul li a:hover {
    font-weight: 600;
}

.order-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-list .name-order {
    width: 445px;
    text-align: left;
}

.order-list {
    width: 800px;
    margin: 0 auto;
}

.personal__content .order-title-list {
    width: 800px;
    margin: 0 auto;
}

.personal__content .block-action {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.personal__content .list.reviews-list .title:nth-child(2),
.personal__content .list.reviews-list .column:nth-child(2) {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 25px;
}

.personal__content .list .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
    color: #F9F9F9;
    text-transform: uppercase;
    text-align: center;
}

.personal__content .list .item .action {
    background: none;
    border: none;
    color: #F9F9F9;
    text-decoration: underline;
}

.personal__content .list .item .action:hover {
    text-decoration: none;
}

.personal__content .list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #F9F9F9;
    max-width: initial;
    text-align: center;
    margin: 0 0 15px;
}

.radio-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 225px;
    float: right;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.radio-btn .radio-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.block:after {
    clear: both;
    content: '';
    display: block;
}
.radio-btn .radio-block input {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

form .btn {
    margin: 0 auto;
    width: 170px;
    height: 41px;
    background: #ffffff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #302E51;
    display: block;
}

form .btn:hover {
    background: #302E51;
    color: #ffffff;
    text-decoration: underline;
}

.radio-block .label {
    margin: 0;
    order: 2;
}

.radio-block .status {
    height: 15px;
    width: 15px;
    order: 1;
    border-radius: 15px;
    border: 2px solid #F9F9F9;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-block input:checked + .status:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #F9F9F9;
    border-radius: 7px;
}
.personal__content .item {
    max-width: 350px;
    width: 100%;
    margin: 0 35px;
}

.personal__content .subtitle {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #F9F9F9;
    padding-right: 30px;
    margin-bottom: 20px;
}

.personal__content .label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #F9F9F9;
    margin-right: 8px;
}

.personal__content .isValid.typeUser:after {
    top: -5px;
    right: 193px;
}

.personal__content .isValid:after {
    content: '*';
    display: block;
    color: inherit;
    order: 2;
    position: absolute;
    right: 188px;
    top: -6px
}


.action-block {
    min-height: 206px;
    height: 206px;
    max-height: 206px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.action-block .text {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #EE394D;
    padding-left: 40px;
}

.basket-list {
	width: 100%;
    margin: 0 auto 20px;;
}

.result-block {
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #1E1D2C;
}

.result-block .value {
    font-weight: 500;
    font-size: 28px;
    line-height: 86%;
    letter-spacing: 0.02em;
    color: #1E1D2C;
    margin: 0 10px;
}

.result-count {
    margin-right: 10px;
}
.result-count, .result-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.basket-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-list .item .photo-item {
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.basket-list .item .photo-item img {
    display: block;
    width: 100%;
}

.basket-list .info-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    width: 265px;
}

.basket-list .info-item .description {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    text-align: center;
    color: #281C1E;
}

.basket-list .description .title-item {
    font-weight: 600;
}

.table-count {
    padding: 30px 35px 65px;
    background: #F9F8F7;
    border-radius: 5px;
}

.thead, .table-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.table-count .table-cell {
    width: 50px;
    position: relative;
}

.table-count .photo-block {
    border: 2px solid #EFE0DD;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

.table-count .remove {
    background: none;
    height: 11px;
    width: 11px;
    cursor: pointer;
    border: none;
    padding: 0;
    display: block;
    position: absolute;
    top: 50px;
    right: -60px;
}

.table-count .remove img {
    display: block;
    width: 100%;
}

.table-count .table-cell.color {
    padding: 0 15px;
    width: 100px;
}

.table-count .thead {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 158%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1E1D2C;
}

.number-size {
    font-size: 18px;
    line-height: 106%;
    text-align: center;
    color: #1E1D2C;
    margin-bottom: 11px;
}
.table-count .tbody .color {
    padding-top: 40px;
    font-size: 12px;
    line-height: 125%;    
    color: #1E1D2C;
}
.table-count .tbody .table-item {
    margin-bottom: 5px;
}

.table-count .table-cell.size {
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.table-count .table-cell.price {
    width: 150px;
}

.size-block {
    text-align: center;
    margin-right: 15px;
}
.count-block .count {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 36px;
    line-height: 53%;
    text-align: center;
    color: #999999;
    width: 15px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.count-block input {
    height: 35px;
    width: 35px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    color: #3E3E3E;
}
.count-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 74px;
    margin-bottom: 15px;
}

.tbody .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;    
    letter-spacing: 0.02em;
    color: #1E1D2C;
    padding-top: 36px;
}


.result-info {
    background: #302E51;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 300;
    font-size: 28px;
    line-height: 86%;
    letter-spacing: 0.02em;
    color: #F9F9F9;
    margin-bottom: 80px;
}

.result-info .elem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.result-info .value {
    font-weight: 600;
    margin-left: 10px;
}

.result-info .btn {
    height: 70px;
    border: 1px solid #F9F9F9;
    box-sizing: border-box;
    width: 360px;
    font-weight: 500;
    font-size: 24px;
    line-height: 86%;
    letter-spacing: 0.02em;
    color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.result-info .btn:hover {
    background: #ffffff;
    color: #302e51;
}

.personal.basket .row {
    margin: 0;
}

.checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.checkout .personal__content{
    max-width: 1000px;
    height: 550px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 40px 50px;
    margin-bottom: 180px;
    position: relative;
}

.checkout .last-result {
    position: absolute;
    bottom: -120px;
    z-index: 10;
    width: 100%;
    left: 0;
}


.checkout .last-result .block {
    display: flex;
    align-items:  center;
    justify-content: center;
    margin-bottom: 30px;
}
.checkout .last-result .block .elem:first-child {
    margin-right: 20px;
}
.checkout .last-result .block .elem {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.02em;
    color: #1E1D2C;
}
.checkout .last-result .block .value {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-left: 10px;
}
.notification{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 36px;
    line-height: 133%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.basket a {
    font-size: 36px;
    line-height: 133%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: underline;
}

.notification .answer, .basket a {
    color: #302E51;
}
.notification .error {
    color: #e22e2e;
}
.checkout .last-result .btn {
    background: #302E51;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #ffffff;
    width: 300px;
}

.personal__content label.textarea {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.checkout .personal__content .radio-btn.order {
    width: 100%;
    justify-content: flex-start;
}

.checkout .personal__content .radio-btn.order .radio-block {
    width: 270px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.order .radio-block .status {
    position: absolute;
    top: 0;
    left: 0;
}

.personal__content label.textarea textarea {
    background: #FFFFFF;
    border: 1px solid #302E51;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
    width: 270px;
    height: 171px;
}
.personal__content label.textarea .label {
    width: 100%;
    margin-bottom: 17px;
}

.login .btn {
    margin-left: 82px;
    width: 150px;
}

.checkout .personal__content .item {
    margin: 0 15px;
    max-width: 480px;
}

.checkout .personal__content .radio-btn {
    margin: 0;
    padding-right: 0;
    width: 190px;
}

.checkout .personal__content .radio-block {
    margin: 0 0 5px;
}

.checkout .personal__content.login {
    max-width: 377px;
    width: 100%;
    height: 550px;
    border-radius: 10px;
    margin-left: 20px;
}
.checkout .personal__content .subtitle .icon {
    margin-right: 10px;
}
.checkout .personal__content .subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}


.section.order_comment {
    height: auto !important;
}

.filter_block.filter_price .block_name {
    margin-left: 0;
}

.filter_block.filter_price {
    padding-top: 0;
}

.catalog-slider .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.catalog-slider .item {
    width: 100%;
    margin-bottom: 15px;
}
.catalog-list {
    padding-top: 30px;
}
.catalog-list .flex {
    width: 100%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.catalog-list .filter {
    width: 330px;
    margin-right: 30px;
}

.content-catalog {
    flex: 1 1 100%;
    
}

.content-catalog .breadcrumbs {
    padding: 0;
    margin-bottom: 10px;
}

.content-catalog .breadcrumb-section {
    padding: 0;
    margin: 0;
}

.content-catalog .action-block {
    min-height: 106px;
    height: 166px;
    width: 100%;
    margin-bottom: 25px;
}

.content-catalog .title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #302E51;
    margin-bottom: 20px;
    text-align: left;
}

.content-catalog .list-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0;
}
.content-catalog .list-item .item a:hover {
    text-decoration: none;
}

.content-catalog .list-item .item a {
    display: block;
}
.content-catalog .list-item .item {
    width: 430px;
    margin: 0 20px 40px 0;
    padding: 20px 0;
    position: relative;
    min-height: 720px;
}

.slider-type-item__photo img {
    display: block;
    width: 100%;
    height: 100%;
}

.content-catalog .list-item .slider-type-item__photo {
    width: 100%;
}


.search-result .list-item .name,
.content-catalog .list-item .name {
    font-weight: 300;
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #1E1D2C;
    padding: 0 20px 20px;
}

.search-result .list-item .item__price,
.content-catalog .list-item .item__price {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1E1D2C;
    margin-bottom: 10px;
}
.search-result .list-item .item:hover,
.content-catalog .list-item .item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.gallery-block {
    display: none;
    position: absolute;
    height: 560px;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 3;
    padding: 20px;
}

.gallery-item {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.content-catalog .list-item .item:hover .slider-type-item__photo {
    opacity: 0;
}
.content-catalog .list-item .item:hover > .gallery-block {
    display: block;
}

.js-success a {
    text-decoration: underline;
}
.gallery-block .lslide a {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 121px;
    list-style: none;
    width: 100%;
}

.pagination li {
    height: 40px;
    width: 40px;
    margin: 0 10px;
}

.pagination a:hover,
.pagination li.active a {
    color: #ffffff;
    background: #302e51;
    text-decoration: none;
}

.pagination a {
    border: 1px solid #302E51;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1E1D2C;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}
.viewed-slider {
    margin-bottom: 100px;
}
.viewed-slider h3.title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #302E51;
}

.catalog-item .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.catalog-item .item-photo {
    max-width: 400px;
    flex: 0 0 400px;
    margin-right: 22px;
    position: relative;
}

.catalog-item .description-block {
    flex: 1 1 auto;
}

.catalog-item .lSGallery {
    height: 118px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item .lSGallery li {
    display: block;
    margin: 0 10px;
    height: 100%;
    position: relative;
}
.catalog-item .lSGallery li.active:after {
    width: 80px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
    background: #302E51;
}
.catalog-item .lSGallery li.active:before {
    display: none;
}
.catalog-item .lSGallery li:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.3);
}

.description-block .table-count {
    padding-bottom: 30px;
}
.description-block .btn {
    background: #1E1D2C;
    border-radius: 5px;
    color: #ffffff;
    width: 170px;
    height: 38px;
}

.description-block .table-count .table-cell.size {
    max-width: 1030px;
    width: 590px;
}

.catalog-item h1 {
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 30px;
    color: #1E1D2C;
}
.catalog-item .item-info {
    margin-bottom: 5px;
}
.catalog-item .item-info:after {
    clear: both;
    content: '';
    display: block;
}

.catalog-item .item-info .name {
    margin-right: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #1E1D2C;
    font-weight: 500;
    float: left;
}

.catalog-item .item-info .description {
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #1E1D2C;
    padding-right: 10px;
}

.catalog-item .select-color {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.catalog-item .item-color {
    margin-right: 15px;
    position: relative;
}

.catalog-item .item-color .elem.active::before {
    content: "";
    display: block;
    width: 38px;
    height: 5px;
    background: #302E51;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -19px;
}

.catalog-item .item-info .color {
    float: none;
}

.catalog-item .item-color .elem{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #EFE0DD;
    box-sizing: border-box;
    padding: 0;
    background-color: #ffffff;
    display: block;
}
.catalog-item .item-color .contain-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.catalog-item .item-color .elem img {
    display: block;
    width: 100%;
}

.description-block .price-info {
    background: #EFE0DD;
    border-radius: 5px;
    width: 293px;
    padding: 45px 25px 63px;
    font-size: 12px;
    line-height: 136%;    
    color: #1E1D2C;
    min-width: 293px;
}


.description-block .price-info div {
    margin-bottom: 10px;
}

.description-block .price-info span {
    font-weight: 700;
	font-size: 23px;
}

.description-block .price-info .text {
    margin-bottom: 13px;
}
.description-block .description-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.catalog-item .gallery-item {
    height: 780px;
    margin-bottom: 65px;
}

.result-block.flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}


.catalog-item .lSGallery li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.catalog-item .lSSlideOuter .lSPager.lSGallery img {
    height: 100%;
}

.catalog-slider {
    margin-bottom: 52px;
}

.comments-block .comments-list{
    background:#F9F9F9;
}

.comments-block h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;    
    color: #1E1D2C;
    margin: 0 0 20px;
    font-weight: 400;
}

/** Styles for a old maket*/


.detail_page_wrap .col-sm-8 {
    width: 298px;
    flex: 0 0 298px;
}

.detail_page_wrap {
    padding: 0 65px;
}

.detail_page_wrap .col-sm-16 {
    flex: 1 1 auto;
}

.js-title {
    width: 100%;
}

.detail_block_title {
    width: 100%;
    padding: 0;
    text-align: center;
    background: none;
    border: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #1E1D2C;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_block_title .detail_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #1E1D2C;
}
.block_title_share,
.analog_products_under .detail_block_service {
    display: none;
}

.block_title_list,
#prev_next_product_ajax {
    display: none;
}

.module_reviews {
    padding: 0 65px;
}

.module_reviews .row{
    width: 100%;
    margin: 0 -15px;
    justify-content: center;
}

.add-comments .spoiler,
.add-reviews .spoiler {
	width: 170px;
	height: 41px;
    background: #302E51;
    border-radius: 3px;
    border: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-comments .spoiler-input,
.add-reviews .spoiler-input {
    background: #302E51 !important;
    font-family: 'Fira Sans' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 11px !important;
    line-height: 13px !important;
    text-align: center;
    letter-spacing: 0.04em;
    color: #F9F9F9;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

#reviews-statistics .spoiler-bottom {
    background: none !important;
}

#reviews-statistics .border {
    border: none !important;
}

#reviews-statistics h3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1E1D2C;
}


.row.tabs {
    margin-bottom: 30px;
}

#reviews-body #filter .select-rating-close, #reviews-body #filter .select-sort-close {
    background: initial;
}

#reviews-body #filter .border {
    padding: 0 30px;
}

#reviews-body #filter {
    margin: 0 !important;
}

.right_block_subscribt {
    display: none !important;
}

.col-sm-6.sm-padding-left-no.left-wrap {
    float: left;
    flex: 0 0 360px;
    max-width: 360px;
}

.col-sm-6.sm-padding-left-no.left-wrap .title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1E1D2C;
    padding-left: 0;
}

.sm-padding-right-no {
    width: 100%;
}

.col-sm-24.sm-padding-right-no.xs-padding-no .inner_banner_right_top {
    display: none;
}

.left-block-inner {
    border: none !important;
    box-shadow: none !important;
}
.block_left_menu>ul>li.li-active>a,
.block_left_menu>ul>li.dropdown.li-active>a, .block_left_menu>ul>li:hover>a {
    background:#302E51;
    opacity: .9;
}
.block_left_menu ul li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-align: left;
}
.block_left_menu>ul>li.dropdown>a,
.block_left_menu>ul>li>a {
    background: #302E51;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    transition: all .3s ease;
    padding-left: 10px;
}

.block_left_menu>ul>li .inner-menu ul {
    margin-left: 0;
}

.filter_block .block_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1E1D2C;
}
.filter_block {
    border: none;
    padding: 0;
}

.block_form_filter {
    margin-left: 0;
}

.small_img_js > div {
    background: none !important;
}

#section_list .col-xs-12.col-sm-8 {
    flex: 0 0 460px;
    max-width: 460px;
}
.one-item .item_open .wrap_item_bnt .bnt_center, .one-item-open .item_open .wrap_item_bnt .bnt_center {
    display: none !important;
}

.hidden-xs +
.sm-padding-right-no +
.sm-padding-right-no.sort-catalog {
    display: none;
}

.block_you_look_big {
    display: none;
}

.item-bottom-part .item_second_name, .item-bottom-part .item_second_name a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #1E1D2C;
}

.item-bottom-part .item_second_name i, .item-bottom-part .item_second_name a i {
    font-style: normal;
}

.wrap_price_name {
    display: flex;
    flex-wrap: wrap;
}

.block_name {
    width: 100%;
    order: 2;
}

.block_price {
    width: 100%;
    order: 1;
    text-align: center;
}

.item-bottom-part .item_price, .item-prices .item_price {
    margin: 0 0 8px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1E1D2C;
}

.item-bottom-part .buy_now_bottom_inner {
    border: none;
}

.item-top-part .item-top-part-inner {
    border: none;
}

.item-bottom-part {
    box-shadow: none;
    border: none;
}

#section_list {
    margin-bottom: 40px;
}

.block-pagination .visible_item {
    display: flex;
    justify-content: flex-end;
}
.block-pagination .ik_select {
    width: 100% !important;
}

.block-pagination .col-sm-7 {
    flex: 0 0 83.3333333%;
    max-width: initial;
}

.wrap_select_sort {
    display: flex !important;
    justify-content: flex-end;
}

.block-pagination .ik_select.ik_select_autowidth {
    max-width: 150px !important;
}

.block-pagination {
    font-family: 'Fira Sans';
}
.buy_now_top_small_img .swiper-container {
    height: 368px !important;
}

.bx_pagination_page ul li {
    font-family: 'Fira Sans';
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 5px;
}

.bx_pagination_page ul li a, .bx_pagination_page ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #1E1D2C;
    transition: all .3s ease;
}

.bx_pagination_page ul li:hover span, .bx_pagination_page ul li.bx_active span, .bx_pagination_page ul li:hover a {
    background-color: #302E51;
    color: #ffffff;
}

.inner_title_brand h1 {
    font-family: 'Fira Sans';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #302E51;
    padding-left: 50px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex;
}

.container-2 {
    padding: 50px;
}

.confidential-field label a,
.page_news .more_news a, .page_news .more_news span,
.page_news .news_main_list .news_main_one .wrap_go_detail a,
.page_news .filter_news .link_section,
a {
    color: #302E51;
    transition: all .3s ease;
}
.confidential-field label a:hover,
.page_news .news_main_list .news_main_one .wrap_go_detail a:hover,
.page_news .filter_news .link_section:hover,
.page_news .filter_news .link_section.link_active,
a:hover {
    color: #302E51;
    text-decoration: underline;
}

.main_inner_title.title_center {
    text-align: center;
    margin-bottom: 30px;
}

.page_news .col-sm-8 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: initial;
}

.page_news .news_main_one {
    width: 300px;
}

.page_news .news_main_list .news_main_one .date {
    font-family: 'Fira Sans';
    font-size: 14px;
    color: #302E51;
}

.page_news .news_main_list .news_main_one .title,
.page_news .news_main_list .news_main_one .text,
.page_news .news_main_list .news_main_one .wrap_go_detail a {
    font-family: 'Fira Sans';
}

.modal-block {
    background: none;
}

.modal-block-inner {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: none;
}


.modal-content {
    border: none;
    padding: 0 15px;
}
.block_contacts_title.hidden-xs .col-sm-12,
.block_contacts .col-sm-12{
    flex: 0 0 50%;
    max-width: 50%;
}

.block_contacts .col-sm-12.col-sm-push-12 .block_office_title,
.block_contacts .col-sm-12.col-sm-pull-12 .block_office_title {
    display: block;
    font-family: 'Fira Sans';
    border: none;
}

.block_office .row,
.block_feedback .row {
    margin: 0;
}

.mfeedback .col-sm-16,
.mfeedback .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.block_feedback .field-title {
    display: block;
    font-family: 'Fira Sans';
    color: #302E51;
    font-size: 16px;
    margin-bottom: 4px;
}

.block_feedback input[type=text] {
    height: auto;
}

.block_feedback textarea {
    margin-bottom: 12px
}

.mfeedback .col-md-10 {
    flex: 0 0 100%;
    width: 100%;
    max-width: initial;
}

.block_feedback input[type=submit] {
    background: #302E51;
    border-color: #302E51;
    font-family: 'Fira Sans';
    transition: all .3s ease;
}

.block_feedback input[type=submit]:hover {
    background: #302E51;
    border-color: #302E51;
    opacity: .9;;
}

.block_office .col-sm-6 {
    padding: 0 20px 0 0 ;
    width: 100%;
    flex: 0 0 100%;
    max-width: initial;
}

.block_office .prop .col-sm-24 {
    padding-right: 20px;
}

.block_office .prop .name {
    display: block;
    font-family: 'Fira Sans';
    color: #302E51;
    font-size: 16px;
    margin-bottom: 4px;
}

.block_office .prop .sm-padding-left-no  div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.block_office .prop .value {
    color: #1E1D2C;
}

.block_office .prop_wrap_btn .wrap_show_map {
    padding: 0;
    height: 40px;
    line-height: 38px;
}

.block_office .prop_wrap_btn .wrap_show_map span {
    background: #302E51;
    border-color: #302E51;
    font-family: 'Fira Sans';
    font-size: 16px;
    transition: all .3s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.block_office .prop_wrap_btn .wrap_show_map:hover span {
    opacity: .9;
    background: #302E51;
}

.window-without-bg.window_basket {
    top: 35px;
}

.window_basket .modal-block:before {
    display: none;
}
.basket-btn-order-inner:hover,
.window_basket .basket-btn-order, .bx-basket-item-list .basket-btn-order {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #302E51;
    border-color: #302E51;
    transition: all .3s ease;
    max-width: 200px;
}
.basket-btn-order-inner:hover,
.window_basket .basket-btn-order:hover, .bx-basket-item-list .basket-btn-order:hover {
    opacity: .9;
}
.basket-btn-order-l,
.basket-btn-order-r {
    display: none;
}

.basket-btn-order .basket-btn-order-inner {
    background: none;
    font-family: 'Fira Sans';
    font-size: 16px;
}

.basket-btn-order:hover .basket-btn-order-inner, .basket-btn-order:active .basket-btn-order-inner {
    background: #302E51;
    opacity: .9;
}

.window_basket .basket-item .delete {
    right: 10px;
}

.window_basket .basket-item a.item-tovar {
    padding-left: 0;
}

.window_basket .basket-item .wrap-img {
    margin-right: 10px;
}

.window_basket .characteristics {
    font-family: 'Fira Sans';
}

.window_basket .characteristics .item-size, .window_basket .characteristics .item-color {
    margin-bottom: 10px;
}

.window_basket .basket-total div.total-price b {
    color: #302E51;
}

.block_basket .row {
    flex-wrap: nowrap;
}
.div_table_body .col-sm-4,
.block_basket .col-sm-10 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.block_basket .col-sm-3 {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.div_table_body .col-sm-4{
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.div_table_body .col-sm-6 {
    max-width: 25%;
    flex: 0 0 25%;
}

.div_table_body .col-sm-3 {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.wrap_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wrap_title .item_name,
.wrap_title .item_second_name {
    width: 100%;
}
.basket_item {
    background: #f6f4f5;
    padding: 15px 0 0;
    margin-bottom: 15px;
}
.div_table_header .row {
    font-family: 'Fira Sans';
    margin: 0;
}
.basket_item .row {
    background: none;
    margin: 0;
}
.basket_item, .basket_item a, .basket_item p {
    font-family: 'Fira Sans';
}

.block_basket_count .col-sm-6 {
    max-width: 25%;
    flex: 0 0 25%;
    order: 1;
}


.block_basket_count .col-sm-4{
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
    order: 2;
}

.block_basket_count .col-sm-7 {
    max-width: 29.16666667%;
    flex: 0 0 29.16666667%;
    order: 4;
}
.block_basket_count .col-sm-pull-7 {
    max-width: 12.5%;
    flex: 0 0 12.5%;
    order: 3;
}

.col-sm-24 .col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%;
}

.col-sm-24 .row {
    margin: 0;
}

.block_order .section {
    width: 100%;
}

.wrap_section .col-sm-12 {
    padding: 0;
}
.wrap_section {
    width: 100%;
}
.wrap_section.js_wrap_section {
    width: 48%;
}

.wrap_section.js_wrap_section + .wrap_section {
    width: 48%;
}

#order_form_content .col-sm-24 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}



.tab-content>.tab-pane {
    display: block !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.tab-content>.active {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
}

.search-result h1 {
    display: none;
}

.search-result .list-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 0 30px;
}

.list-item .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.bx_filter_title {
    display: none;
}

.bx_filter .bx_filter_section {
    background: none;
    border: none;
    padding: 0;
}

.bx_filter .bx_ui_slider_handle.right {
    margin-right: -10px;
}
.bx_filter .bx_ui_slider_handle.left {
    margin-left: -10px;
}
.bx_filter .bx_ui_slider_handle.right,
.bx_filter .bx_ui_slider_handle.left {
    background: #302E51;
    border-radius: 50%;
    margin-top: -9px;
    height: 15px;
    width: 15px;
    z-index: 3;
}

.bx_filter .bx_filter_popup_result,
.bx_filter .bx_filter_popup_result a {
    display: none !important;
}
.bx_filter .bx_ui_slider_pricebar_V {
    background: #302E51;
}

.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 1;
}

.bx_filter .bx_ui_slider_track {
    height: 3px;
}

.bx_filter .bx_filter_parameters_box_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: 0.04em;
    text-transform: uppercase;

    /* #292839 */

    color: #1E1D2C;
}

.bx_filter .bx_filter_button_box, .bx_filter .bx_filter_parameters_box {
    margin-bottom: 0;
}

.bx_filter .bx_filter_param_btn {
    width: 40px;
    height: 40px;
    border-radius: 0;;
}

.bx_filter .bx_filter_button_box .bx_filter_block, .bx_filter .bx_filter_parameters_box.active .bx_filter_block {
    padding: 10px 0;
}

.bx_filter .bx_filter_param_label {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    border: 1px solid #302E51;
}

.bx_filter .bx_filter_param_label input {
    position: absolute !important;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.bx_filter .bx_filter_input_checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #302E51;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-shadow: none;
}

.bx_filter .bx_filter_param_label input:checked + .bx_filter_param_text {
    background: #302E51;
    color: #ffffff;
}

.bx_filter .bx_filter_param_label.disabled  {
    position: relative;
}

.bx_filter .bx_filter_param_label.disabled:before {
    height: 100%;
    width: 100%;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    z-index: 4;
}

.bx_filter .bx_filter_button_box .bx_filter_block {
    padding: 0;;
}

.bx_filter .bx_filter_search_button {
    background: #3E3E3E;
    border-radius: 3px;
    color: #f9f9f9;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    border: 1px solid #302E51;
    box-sizing: border-box;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: all .3s ease;
}

.bx_filter .bx_filter_search_button:hover {
    color: #3E3E3E;
    background: #f9f9f9;
}

.blank_resizer {
    display: none;
}

.table_detail_order .table_body .wrap_block_text .wrap_prop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap_block_text .col-sm-17 {
    width: 100%;
}
.wrap_block_text .col-sm-6,
.wrap_block_text .col-sm-9 {
    max-width: 500px;
    width: 100%;
    flex: 0 0 auto;
}
.wrap_block_text .col-sm-11,
.wrap_block_text .col-sm-15 {
    width: 100%;
    max-width: 420px;
    text-align: right;
}

.wrap_block_text .col-sm-7 {
    max-width: inherit;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.personal_detail_order .personal_order_back,
.personal_detail_order .excel-button,
.table_detail_order .table_body .order_cancel:first-child {
    margin-right: 10px;
    background: #f9f9f9;
    border-radius: 3px;
    color: #3e3e3e;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    border: 1px solid #302E51;
    box-sizing: border-box;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    justify-content: center;
}
.personal_order_count .order_count_title,
.personal_order_item .div_table_header .title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Fira Sans';
    color: #302E51;
}
.sale-paysystem-wrapper,
.personal_order_count .personal_order_wrap p {
    font-family: 'Fira Sans';
}

.sale-paysystem-yandex-button-item,
.table_detail_order .table_body .order_cancel {
    background: #302E51;
    border-radius: 3px;
    color: #f9f9f9;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    border: 1px solid #302E51;
    box-sizing: border-box;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    justify-content: center;
}
.sale-paysystem-yandex-button-item:hover,
.table_detail_order .table_body .order_cancel:hover {
    background: #f9f9f9;
    color: #3e3e3e;
}

.table_detail_order .table_body .block_title {
    font-weight: 400;
    font-size: 24px;
}

.table_detail_order .col-sm-24 {
    flex: 0 0 100%;
    max-width: initial;
}

.wrap_block_text .row {
    justify-content: space-between;
}

.table_detail_order .table_body .block_title_group {
    display: none;;
}
.sale-order-detail-payment-options-methods-info-change-link,
.table_detail_order .table_body .block_title,
.table_detail_order .table_header .prop_order_number {
    font-family: 'Fira Sans';
    color: #302E51;
}
.sale-order-detail-payment-options-methods-info-change-link {
    border-color: #302E51;
}


.sale-order-detail-payment-options-methods-info {
    text-align: right;
    margin-right: 15px;
    width: 100%;
}

.personal_detail_order .col-sm-24 {
    display: flex;
    justify-content: flex-end;
    max-width: initial;
    flex: 0 0 100%;
    flex-wrap: wrap;
}

.personal_detail_order .excel-button {
    margin-right: 15px;
}

.personal_order_item .div_table_header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.div_table_body .col-sm-8,
.div_table_body .col-sm-4,
.div_table_body .col-sm-3,
.div_table_body .col-sm-2,
.personal_order_item .div_table_header .col-sm-10,
.personal_order_item .div_table_header .col-sm-3,
.personal_order_item .div_table_header .col-sm-4{
    max-width: 200px;
    flex: 0 0 200px;
}

.personal_order_item .div_table_header .title_1 {
    margin-left: 0;
}
.table_detail_order .table_body .wrap_block_title {
    width: 100%;
}
.personal_order_item .div_table_header .title {
    display: flex;
    align-items: center;
}

.personal_order_count {
    width: 100%;
}

.personal_order_count .row {
    align-items: center;;
}

.personal_order_count .order_prop_price b {
    color: #302E51;
}

.personal_order_item .basket_item .wrap_quantity, .personal_order_item .basket_item .wrap_price, .personal_order_item .basket_item .wrap_discount, .personal_order_item .basket_item .count_item {
    margin-top: 0;;
}

.div_table_body .col-sm-2.col-md-5 {
    max-width: 70px;
    flex: 0 0 70px;
    padding: 0;;
}

.div_table_body .col-sm-8.col-md-5 {
    flex: 0 0 130px;
    max-width: 130px;
}

.personal_order_item .basket_item .wrap_title {
    min-height: initial;
    font-size: 13px;
}
.personal_order_item .basket_item .item_price,
.personal_order_item .basket_item .item_name a {
    font-family: 'Fira Sans';
    font-size: 15px;
}
.div_table_body .col-sm-4 {
    text-align: center;
}
.personal_order_item .basket_item .count_item {
    color: #302E51;
    font-family: 'Fira Sans';
    font-size: 15px;

}

.list-category.list .slider-type-item {
    max-width: 380px;
    max-height: 630px;
    padding-bottom: 20px;
}

.wrap_img img {
    width: 100%;
    display: block;;
}

.bx_filter .bx_filter_param_btn:active, .bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
    box-shadow: 0 0 0 3px #302E51,inset 0 2px 3px rgba(0,0,0,.12);
}
.block-pagination,
.sort-catalog {display: none;}

.container-2 div:after {
    clear: both;
    content: '';
    display: block;;
}

.col-sm-24 #section_list {
    padding-left: 20px;
}
.forgot_page,
.personal_auth_title {
    background: #fff;
    padding: 30px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.login_page .wrap_login_form .wrap_block .forgot_password,
.login_page .wrap_login_form .rememberme label,
.forgot_page .title,
.errortext, font.errortext {
    font-family: 'Fira Sans';
}
.login_page .bx_auth_form .wrap_block .row {
    justify-content: flex-start;
}
.bx_auth_form .wrap_block .row {
    justify-content: center;
}
.registr_page .wrap_registr_form_2 .block_title,
.login_page .wrap_login_form .wrap_block .forgot_password {
    color: #302E51;
}

.wrap_login_form .block_title {
    display: none;
}

.forgot_page .wrap_forgot_form_2 .wrap_auth .auth,
.forgot_page .wrap_title_text, 
.forgot_page .errortext {
    display: none;
}
.registr_page .wrap_registr_form_2 input[type="submit"],
.login_page .wrap_login_form input[type="submit"],
.forgot_page .wrap_forgot_form_2 input[type="submit"] {
    color: #ffffff;
    background: #302E51;
    font-family: 'Fira Sans';
    width: 200px;
}
.registr_page .wrap_registr_form_2 input[type="submit"]:active,
.login_page .wrap_login_form input[type="submit"]:active,
.forgot_page .wrap_forgot_form_2 input[type="submit"]:active, 
.registr_page .wrap_registr_form_2 input[type="submit"]:focus,
.login_page .wrap_login_form input[type="submit"]:focus,
.forgot_page .wrap_forgot_form_2 input[type="submit"]:focus, 
.registr_page .wrap_registr_form_2 input[type="submit"]:hover,
.login_page .wrap_login_form input[type="submit"]:hover,
.forgot_page .wrap_forgot_form_2 input[type="submit"]:hover,
.login_send:hover, .login_send:active, .login_send:focus {
    color: #ffffff;
    background: #302E51;
    opacity: .9;
}

.login_send {
    background: #ffffff;
}

.forgot_page .col-lg-6 {
    max-width: 100%;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.registr_page .wrap_registr_form_2 .wrap_auth .auth,
.registr_page .wrap_registr_form_2 .block_title,
.registr_page .wrap_registr_form .block_title {
    color: #302E51;
}
.login_send,
.login_send:hover, .login_send:active, .login_send:focus {
    font-family: 'Fira Sans';
    font-size: 16px;
    line-height: 19px;
    border-color: #302E51;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: -15px;
}

.registr_page .wrap_registr_form_2 .wrap_auth .auth,
.registr_page .wrap_registr_form_2 .block_title,
.registr_page .wrap_registr_form .block_title,
.registr_page .title {
    font-family: 'Fira Sans';
}
.registr_page .wrap_registr_form_2 .block_title,
.registr_page .wrap_registr_form .block_title {
    font-size: 16px;
}
.registr_page .wrap_registr_form_2 .col-lg-5 {
    flex: 0 0 auto;
    max-width: initial;
}
.registr_page .col-lg-5 {
    width: auto;
}

.registr_page .wrap_registr_form .wrap_block .input_message_1 {font-size: 14px; color: #999999;}

.registr_page .col-lg-6,
.registr_page .col-md-8 {
    width: auto;
    flex: 0 0 auto;
    max-width: initial;
}

.login_page:before {
    content: 'Авторизация';
    display: block;
    color: #302E51;
    font-family: 'Fira Sans';
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
}

.login_page {
    background: #f8f8f8;
    padding: 15px;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.login_page .errortext {
    padding-left: 10px;;
}

.modal-block-inner .modal-title {
    color: #302E51;
    font-family: 'Fira Sans';
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
}

.login-form form {
    height: 270px;
    font-family: 'Fira Sans';
}

.login-form .wrap-label a {
    color: #302E51;
}

.personal_auth_title .main_inner_title {
    display: none;
}

zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.advantages {
	margin-top: -75px;
}

.zoom img {
	display: block;
	width: 100%;
}

.personal__content input, .personal__content select {width: 186px;}

.zoom img::selection { background-color: transparent; }

.basket a, .bx-basket-block a {
    font-family: 'Fira Sans';
}
.table-count {flex: 1 1 100%;}

.list-item .owl-carousel .owl-nav button.owl-prev {left: 35px;}
.list-item .owl-carousel .owl-nav button.owl-next {right: 35px;}

.catalog-item .gallery-item {height: 600px;}
main {margin: 0;}

.description a.text {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-weight: 400;
    font-size: 14px;
    line-height: 136%;
	text-decoration: none;
	transition: all .3s ease;
	text-transform: none;
}

.description a.text:hover {
	border-bottom: 1px solid #281C1E;
}

.search-result .list-item .name, .content-catalog .list-item .name {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.slider-type-item__article,
.search-result .list-item .article, .content-catalog .list-item .article {
	margin-bottom: 20px;
	text-align: center;
}

.block_office .office_contacts:before {
	display: none !important;
}

.item-personal {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.item-personal .item{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 5px;
}


.item-personal .item__label {
	display: inline-block;
    margin-right: 5px;
}


.checkout .last-result {
	bottom: -160px;
}

.js-warning-text {
	color: #ff0000 !important;
	text-align: center;
}
