/* некоторые доработки остались в нулевой версии, я пока их не перенесла */
.header__search_block_list {
	box-sizing: border-box;
	display: none;
    max-width: 495px;
    width: 100%;
    background: #FFFFFF;
	border: 1px solid #E4E3E3;
    position: absolute;
    left: calc(50% + 40px);
    transform: translateX(-50%);
    min-height: 54px;
    max-height: 50vh;
    top: 77px;
	opacity: 1;
    z-index: 1;
    overflow-y: scroll;
}
.header__search_block_list::-webkit-scrollbar {
	width: 6px;
	height: 6px;
    background-color: #fff;
    color: #fff;
}
.header__search_block_list::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background-color: #c6c6c6;
    border-radius: 3px;
}
.header__search_block_list.active__list {
	display: block;
}

.header__search_block_list {
	padding: 9px 20px;
}
.header__search_line {
	padding: 9px 0;
	display: flex;
	align-items: center;
}
.header__search_line a {
	padding: 0;
}
.header__search_line img {
	max-width: 80px;
	margin-right: 16px;
}
.header__search_title,
.header__search_title a {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	text-align: left;
}

.header__search_title a:hover {
	opacity: 0.8;
}
.header__search_price,
.header__search_price a {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: left;
}

.header__search_block_list.active__list_mob {
	display: none;
}
.text_block {
	border-bottom: none;
	max-width: 100%;
}
.textpage__content-title {
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #232323;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
}
.textpage__content-text {
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #131313;
    margin-top: 5px;
}
.textpage__content-text p {
	margin-bottom: 10px;
}
@media(max-width: 850px){
	.header__search_block_list.active__list {
		display: none;
	}
	.header__search_block_list.active__list_mob {
		display: block;
	}
	
	.header__search_block_list {
		top: 42px;
		width: calc( 100% - 30px );
		right: 0;
		left: auto;
		transform: none;
	}
}
@media(max-width: 450px){
	.header__search_block_list {
		padding: 5px 10px;
		top: 42px;
		width: 100vw;
		max-width: 320px;
		right: auto;
		left: 30px;
		transform: none;
	}
	
	.header__search_line {
		padding: 5px 0px;
		align-items: flex-start;
	}
	.header__search_line img {
		max-width: 64px;
		margin-right: 8px;
	}
	.header__search_title {
		padding-top: 5px;
	}
	.header__search_title,
	.header__search_title a {
		font-size: 12px;
		line-height: 14px;
	}
	.header__search_price,
	.header__search_price a {
		font-size: 14px;
		line-height: 16px;
	}
}
@media(max-width: 400px){
	.header__search_block_list {
		width: 100vw;
		max-width: 100vw;
		left: -27px;
	}
	.header__search_line img {
		max-width: 50px;
	}
}




.cariera-slider .slick-track, 
.cariera-slider .slick-list {
	width: 100%;
}
.cariera-slider .slick-track {
	margin-left: 0;
}


/* vacantion page */

.contactpage__content-up.vac_block {
	flex-direction: column;
}

.vac_block .contactpage__content-block1 {
	max-width: 100%;
	padding-bottom: 20px;
	margin-bottom: 75px;
	border-bottom: 1px solid #E9E9E9;
}
.vac_block .contactpage__content-block1 .contactpage__content-block1-up {
	width: 100%;
	/* max-width: 745px; */
	border-bottom: none;
	padding-bottom: 0;
}
.vac_block .contactpage__content-block2 {
	margin-left: auto;
	margin-right: auto;
}
.vac_img_block {
	padding-bottom: 25px;
	margin-right: 45px;
	float: left;
}

.vac_form .cv_label {
	padding-left: 19px;
    height: 49px;
    margin-bottom: 18px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 46px;
    letter-spacing: 0.2em;
    color: #999999;
    border: dashed thin #999999;
    cursor: pointer;
}
.vac_form .cv_label input {
	display: none;
}


.cariera_modal_vac {
	max-width: 608px;
    width: 100%;
    max-height: 612px;
    height: 100%;
    background: #F5F5F5;
    display: flex ;
    flex-flow: column;
    padding: 63px 95px 96px 96px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20; 
}
.cariera_modal_vac .vac_form {
	margin: 0 auto;
	padding: 0;
}

/* Reg */

.reg_space {
	padding-top: 45px;
	padding-bottom: 75px;
}

.reg_form {
	background: #FFFFFF;
	margin: 0 auto;
}
.reg_form .contactpage__content-block2-title {
	font-size: 24px;
	margin-bottom: 30px;
}
.contactpage__content-block2.reg_form input {
	background: #F5F5F5;
}

.reg_link {
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.reg_link span {
	opacity: 0.7;
}
.reg_link a {
	opacity: 1;
}
.reg_link a:hover {
	text-decoration: underline;
}

.reg_check_box_line {
	font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    margin-top: 18px;
}
.reg_check_box_line label {
	cursor: pointer;
}
.reg_check_box_line .checkbox {
	margin-bottom: -4px;
}

.reg_forgot_line {
	margin-top: 15px;
}
.reg_forgot_line a {
	font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #999999;
    padding: 0;
}
.reg_forgot_line a:hover {
	color: #000;
}

.mob_logout {
	display: none;
}
@media(max-width: 600px){
	.desc_logout {
		display: none;
	}
	.mob_logout {
    	display: block;
    	position: absolute;
    	left: 10px;
    	top: 10px;
	}
	.registration-active.personal_active {
		left: 140px;
	}
}

.bascet-btn-end.bascet-order-end {
	max-width: 550px;
}
.bascet-btn-end a{
	display: flex;
    align-items: center;
    justify-content: center;
}
.bascet-btn-end.bascet-order-end .btn_checkout {
	max-width: 285px;
}

/* Сравнение */
.compare_content {
    padding: 25px 0px 92px 0px;
}
.compare_title {
	font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 700;
	font-size: 26px;
    line-height: 33px;
    margin-bottom: 45px;
}
.compare__block {
	background: #fff;
	padding: 35px 25px 65px;
}
.compare__table {
	display: flex;
}
.compare__table_left {
	width: 175px;
}
.compare__table_right {
	width: calc( 100% - 175px );
	overflow-x: scroll;
}
.compare__table_right::-webkit-scrollbar {
	width: 6px;
	height: 6px;
    background-color: #fff;
    color: #fff;
}
.compare__table_right::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background-color: #999999;
    border-radius: 3px;
}
.compare__table_header {
	height: 250px;
	border-bottom: solid 3px #FFFFFF;
}
.compare__table_list {
	display: flex;
}
.compare_item_space {
	position: relative;
	display: block;
	width: 274px;
}
.compare_item_space.slick-slide {
	display: block;
}
.compare_item_block {
	/* width: 244px; */
	width: auto;
	height: 250px;
	border-bottom: solid 2px #F5F5F5;
	margin: 0 15px;
}
.compare_item_block .sales_item-img {
	max-width: 175px;
	margin: 0 auto;
}
.compare_item_block .sales_item-like img {
	margin: 0 auto;
}
.compare_title_block {
	font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}
.compare_title_price .sales_item-price {
	justify-content: center;
	margin-top: 0;
}
.compare_item_block .addbtn {
	max-width: 150px;
	height: 35px;
	font-size: 12px;
}
.compare_item_block:hover .addbtn {
	display: block;
}

.compare__attr_list {
	
}
.compare__attr_line {
	position: relative;
	height: 59px;
	max-width: 100%;
	background: #F5F5F5;
	border-bottom: solid 3px #FFFFFF;
	font-family: 'Mont', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #525252;
	padding: 2px 0;
	padding-left: 5px;
	padding-right: 5px;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
}
.compare__attr_line:hover {
	overflow-x: visible;
}
.compare__attr_line span {
	position: relative;
	padding: inherit;
	background: #f5f5f5;
	text-align: center;
}
.compare_item_attr_list {
	
}
.compare_item_attr_line {
	padding: 0 15px;
}
.compare_value_title {
	border-bottom: solid 3px #F5F5F5;
	border-left: solid 3px #F5F5F5;
	border-right: solid 3px #F5F5F5;
	font-family: 'Mont', sans-serif;
	font-size: 15px;
	height: 59px;
    line-height: 56px;
	text-align: center;
	white-space:nowrap;
}

.compare__table_list .slick-list {
	width: 100%;
}
.compare__table_list .slick-track {
	margin-left: 0;
}

.compare__table_list .arrowPrev,
.compare__table_list .arrowNext {
	align-self: flex-end;
	width: 16px;
    height: 24px;
}
.compare__table_list .arrowPrev {
    margin-left: 6px;
    background: url(/images/icons/prev-hover.svg) center no-repeat;
	filter: brightness(0.5);
    background-size: 100%;
}
.compare__table_list .arrowNext {
	margin-right: 6px;
	background: url(/images/icons/next-hover.svg) center no-repeat;
	filter: brightness(0.5);
    background-size: 100%;
}
.compare__table_list .arrowPrev:hover,
.compare__table_list .arrowNext:hover  {
	filter: none;
}
.compare__table_list .arrowPrev.slick-disabled,
.compare__table_list .arrowNext.slick-disabled {
	display: none !important;
}
.compare_page_block {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.compare_page {
	padding: 0 10px;
	border-bottom: 2px solid #DDDDDD;
	margin-right: 25px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	height: 42px;
	font-family: 'SF Pro Display', sans-serif;
	text-align: center;
	cursor: pointer;
}
.compare_page:hover {
	border-bottom: 2px solid #ED713C;
}
.compare_page.compare_active {
	border-bottom: 2px solid #ED713C;
	color: #ED713C;
}
.compare_close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	padding: 5px;
	background: #f5f5f5;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1;
}
.compare_close:hover {
	box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.1)
}

/* Сравнение */

.empty_block {
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 15px;
	font-family: 'Mont',sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    background: #f5f5f5;
}

/* Оформление заказа */
.profile_form_order {
	width: 100%;
	padding-right: 0;
}
/* Оформление заказа */

.datepicker .active {
	position: relative;
	display: table-cell;
	width: 30px;
    height: 30px;
    box-shadow: none;
    top: 0;
}

/* История покупок */
.history_order_title {
	background: #F5F5F5;
	font-family: 'Mont',sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history_order_title i {
	font-size: 13px;
	font-weight: 500;
	color: green;
}
.history_order_project {
	font-family: 'Mont',sans-serif;
    padding: 0px 10px;
    font-size: 22px;
    letter-spacing: 2px;
}
.history_order_price {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.history_order_block {
	margin-bottom: 50px;
}
.history_order_block .bascet-elem-price {
	font-weight: 500;
	width: auto;
	
	white-space: nowrap;
}
.history_order_block .bascet-elem-totalprice {
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
}
.price_tot_price_block {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.history_order_block .bascet-elem-price,
.history_order_block .bascet-elem-totalprice {
	margin-left: 0 !important;
	max-width: 100% !important;
	line-height: 24px;
}
/* История покупок */

@media(max-width: 900px){
	.compare__table_list .arrowPrev,
	.compare__table_list .arrowNext {
		position: absolute;
		z-index: 1;
		width: 24px;
		height: 45px;
	}
	.compare__table_list .arrowPrev {
		left: 0;
	}
	.compare__table_list .arrowNext {
		right: 0;
	}
}
@media(max-width: 850px){
	.bascet-btn-end button, .bascet-btn-end a {
    	font-size: 13px;
    	line-height: 16px;
	}
	.empty_block {
		padding-top: 10px;
    	padding-left: 15px;
    	padding-bottom: 10px;
    	font-size: 20px;
	}
	.personal_favor_block .bascet-elem-price {
		max-width: 200px;
	}
	.profile_form_card_block {
		flex-direction: column;
	}
	.profile_form_card_input {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media(max-width: 650px){
	.personal_favor_block .bascet-elem-delete-elem {
		position: relative;
	}
	.empty_block {
    	font-size: 18px;
	}
}
@media(max-width: 600px){
	.compare__table_left {
		width: 140px;
	}
	.compare__table_right {
		width: calc( 100% - 140px );
	}
	.compare__attr_line {
		height: 51px;

	}
	.compare__attr_line span {
		font-size: 11px;
	}
	.compare_value_title {
		height: 51px;
		font-size: 13px;
		line-height: 51px;
	}
	.compare_close {
		width: 25px;
		height: 25px;
	}
}
@media(max-width: 475px){
	.compare_item_block .sales_item-img {
		max-width: 150px;
	}
	.compare_item_block .addbtn {
    	max-width: 140px;
    	height: 30px;
    	font-size: 11px;
	}
	.compare__block {
    	background: #fff;
    	padding: 35px 10px 50px;
	}
	.compare_item_block {
		margin: 0 5px;
	}
	.compare_item_attr_line {
		padding: 0 5px;
	}
	.history_order_title {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width: 375px){
	.compare__table_left {
		width: 100px;
	}
	.compare__table_right {
		width: calc( 100% - 100px );
	}
	.compare__attr_line {
		font-size: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.compare_value_title {
		font-size: 11px;
	}
}

.swiper2,
.swiper3 {
	position: relative;
	overflow-x: hidden;
}
