.my_button {
	display: inline-block;
	min-width: 220px;
	position: relative;
	border: none;
	font-size: 15px;
	transition: color 0.5s, transform 0.2s, background-color 0.2s;
	outline: none;
	padding: 13px 15px;
	border: 2px solid transparent;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat-Medium';
}
.my_button.disabled{
	background: #f0e3c1;
    cursor: not-allowed;
	color:#393939;
}
.my_button.inline {
	display: inline-block;
}
.my_button.black {
	color: #000;
}
.my_button.auth_button {
	width: 110px;
    min-width: auto;
    margin-top: 10px;
}
.header_row_2_center .my_button.inline {
	margin-right: 30px;
}
  
.my_button:active {
    /* transform: translateY(3px); */
}
  
.my_button:hover {
    background-color: transparent;
    box-shadow: none;
    color: #bca45e;
}
  
.my_button.active {
    background-color: transparent;
    box-shadow: none;
    color: #bca45e;
}
  
.my_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transition: opacity 1s, border 1s;
}
.my_button.black:before {
	border: 2px solid #000;
}
.my_button.disabled:before {
	border: 2px solid #f0e3c1;
}

.my_button:hover:before {
    opacity: 0;
}
.my_button.active:before {
    opacity: 0;
}
.my_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 2px solid #bca45e;
    opacity: 0;
    /* z-index: -1; */
    transform: scaleX(1.1) scaleY(1.5);
    transition: transform 0.5s, opacity 0.5s;
}
  
.my_button:hover:after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.my_button.active:after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.tg_new {
	width: 18px;
	height: 16px;
	background: url("../images/new_design/telegram_icon.png") no-repeat;
}
.tg_new:hover {
	background-position: 0 -16px;
}
.tg_new_big {
	width: 32px;
	height: 28px;
	background: url("../images/new_design/telegram_big_icon.png") no-repeat;
}
.tg_new_big:hover {
	background-position: 0 -28px;
}
.whatsapp_new {
	width: 17px;
	height: 17px;
	background: url("../images/new_design/whatsapp_new_icon.png") no-repeat;
}
.whatsapp_new:hover {
	background-position: 0 -17px;
}
.whatsapp_new_big {
	width: 27px;
	height: 28px;
	background: url("../images/new_design/whatsapp_big_icon.png") no-repeat;
}
.whatsapp_new_big:hover {
	background-position: 0 -28px;
}

.instagram_new {
	width: 16px;
	height: 16px;
	background: url("../images/new_design/instagram_icon.png") no-repeat;
}
.instagram_new:hover {
	background-position: 0 -16px;
}
.vk_new {
	width: 23px;
	height: 14px;
	background: url("../images/new_design/vk_new_icon.png") no-repeat;
}
.vk_new:hover {
	background-position: 0 -14px;
}
.email_icon {
	height: 16px;
	width: 23px;
	background: url("../images/new_design/email_icon.png") 0 0 no-repeat;
}
.index_contact_email:hover .email_icon {
	background-position: 0 -16px;
}

#popup-wrapper {
	display:none;
}
.popup-bg {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #2e2e2e;
    opacity: 0.9;
}
.popup-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	overflow: hidden auto;
}
.popup-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.popup-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.popup-content {
	max-width: 100%;
	cursor: auto;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.popup-figure {
	cursor: pointer;
	line-height: 0;
}

.popup-figure-content {
	margin: 0;
}

button.popup-close{
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; 
}


.popup-close {
	cursor: pointer;
    color: #fff;
    position: absolute;
    font-size: 50px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	top: -40px;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-family: 'helvetica_thin'; 
	right: -40px;
    text-align: right;
    padding-right: 6px;
}
.popup-close:hover,
  .popup-close:focus {
    color:#bca45e;
}

.popup-arrow-block {
	position: relative;
	width: 1189px;
	height: 100%;
	margin: 0 auto;
}
.popup-arr {
	position:absolute;
    top: 50%;
    display: inline-block;
    font-size: 63px;
    margin-top: -12px;
    font-family: FontAwesome;
    color: #fff;
    z-index: 2;
}
.popup-arr-left {
	left: 10px;
}
.popup-arr-right {
	right: 10px;
}
.popup-arr-left:before{
    content: '\f104';
}
.popup-arr-right:before{
    content: '\f105';
}
.popup-arr:focus, .popup-arr:hover{
	text-decoration:none;
}
.popup-arr:hover {
	color: #bca45e;
}




#popup-catalog-wrapper, #popup-content-wrapper {
	display:none;
}

.popup-catalog-bg, .popup-content-bg {
	top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 5;
    overflow: hidden;
    position: fixed;
    background: rgba(159,153,137,0.8);
	animation-duration: 0.5s;
    animation-delay: 0.5s;
}
.popup-content-bg {
	height: 100%;
	z-index: 111;
	display: flex;
    align-items: center;
    justify-content: center;
}

.popup-catalog-container {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-duration: 1s;
    animation-delay: 1s;
	
}
.popup-content-container {
	position: relative;
	width: 80%;
	left: 0;
	top: 0;
	z-index: 26;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-duration: 1s;
    animation-delay: 1s;
}
.popup-catalog-content {
	position: relative;
	width: 1189px;
	display: flex;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.19);
	background-color: #fff;
}
.popup-content-content {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.19);
	background-color: #fff;
	padding: 20px;
}
.popup-catalog-close, .popup-content-close {
    cursor: pointer;
    color: #000;
    position: absolute;
    font-size: 45px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: 0px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    font-style: normal;
    font-family: 'helvetica_thin';
    right: 10px;
    text-align: right;
    background: none;
    border: none;
	z-index: 1;
}
.popup-catalog-close:hover, .popup-content-close:hover {
	color:#bca45e;
}



.header_top_menu .header_top_item {
	width: 120px;
	margin-top: 15px;
}
.header_top_menu .header_top_item:first-child {
	width: 110px;
}
.header_top_menu .sub_nav_header > .row {
	padding-top: 5px;
    border-top: 1px solid #8f8f8f;
	margin: 0;
}

.header_top_menu:hover .header_top_item {
	height: auto;
}
.header_top_menu .sub_nav_header > .row .sub_nav_header {
	padding: 0;
}

.index_collection_block .lSSlideOuter .lSPager.lSpg > li a {
	width: 17px;
	height: 17px;
	background: #fff;
    border: 2px solid #000;
}
.index_collection_block .lSSlideOuter .lSPager.lSpg > li.active a {
	background: #000;
}
.index_collection_block .lSSlideOuter .lSPager.lSpg > li:hover a {
	background: #fff;
}
.index_collection_block .lSSlideOuter .lSPager.lSpg {
	margin-top: 20px !important;
}
#index_map {
	margin-top: 50px;
	position: relative;
}

#index_map iframe {
	filter: grayscale(100%);
}
#index_map .bx-yandex-view-layout {
	filter: grayscale(100%);
}
.index_map {
	position: absolute;
	width: 100%;
	height: 600px;
	z-index:1;
}
.index_contact_wrapper {
	position: relative;
	z-index: 1;
	padding: 50px 35px 40px;
	background: #fff;
	box-shadow: 0 0 40px -17px #000;
	margin: 30px 0;
	max-width: 675px;
}
.footer_menu_logo img {
	margin: 0;
}
.footer_soc_title {
	color: #fff;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.footer_soc_btns {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.footer_soc_btns a + a {
	margin-left: 15px;
}
.footer_bottom_b {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.copyright_b {
	color: #8e8e8e;
	font-size: 15px;
	font-family: 'Montserrat-Light';
}
.footer_bottom_links {
}
.footer_bottom_links a + a {
	margin-left: 80px;
}
.nav_bottom_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_phones {
	padding-right: 152px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer_phones > a + a {
	margin-left: 20px;
}
.footer_phones .sub_text {
	margin-left: 15px;
	font-size: 11px;
}
.footer_phones .sub_text a:hover {
	color: #bca45e;
}
.footer_phone {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat-Medium';
}
.footer_phone .i-phone {
	width: 14px;
	height: 14px;
	background: url(../images/new_design/phone_icon.png) 0 0 no-repeat;
	margin-right: 2px;
}
.footer_phone:hover {
	color: #bca45e;
}
.footer_phone:hover .i-phone {
	background-position: 0 -14px;
}

.photos-video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 72px;
	height: 72px;
	margin: -36px 0 0 -36px;
	border-radius: 72px;
	background: url(../images/new_design/video_play_icon.png) no-repeat;
	animation: pulse1 3s infinite;
}

.photos-video-button:hover {
	animation: none;
	background-position: 0 -72px;
}
.sub-text {
	line-height: 26px;
	font-size: 17px;
}
.sp_head_text_line {
	width: 205px;
	height: 2px;
	background: #e8ddbe;
	margin: 0 auto 25px;
}
.sp_list {
	font-size: 17px;
	margin-left: 40px;
}
.sp_list li + li {
	margin-top: 10px;
}
#help {
	background: url(../images/new_design/order_bg.jpg) no-repeat;
	background-size: cover;
}
#faq {
	background: url(../images/new_design/help_site_bg1.jpg) no-repeat;
	background-size: cover;
}
#docs {
	background: url(../images/new_design/doc_bg.jpg) no-repeat;
	background-size: cover;
	min-height: 435px;
}
#delivery {
	background: url(../images/new_design/delivery_bg.jpg) no-repeat;
	background-size: cover;
}
#fabric {
	background: url(../images/new_design/fabric_bg.jpg) no-repeat;
	background-size: cover;
}
#sizes {
	background: url(../images/new_design/sizes_bg.jpg) no-repeat;
	background-size: cover;
}
#sitemap {
	background: url(../images/new_design/sitemap_bg.jpg) no-repeat;
	background-size: cover;
}
.white_text_content {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 50px;
}
.white_text_content a {
	font-size: 17px;
	color: #fff;
}
.white_text_content a:hover {
	color:#bca35e;
}
.white_text_content .index_big_title {
	color: #fff;
	padding-top: 55px;
	margin-bottom: 20px;
}
.font-medium {
	font-family: 'Montserrat-Medium';
}
.white_text_content ul, .white_text_content ol{
	margin-left: 20px;
	margin-bottom: 10px;
}
.white_text_content ul li + li {
	margin-top: 5px;
}
.white_text_content ol li + li {
	margin-top: 5px;
}
.browser-icons {
	height: 38px;
	line-height: 38px;
	padding-left: 46px;
}
.google-icon {
	background: url(../images/new_design/google_icon.png) left center no-repeat;
}
.yandex-icon {
	background: url(../images/new_design/yandex_icon.png) left center no-repeat;
}
.opera-icon {
	background: url(../images/new_design/opera_icon.png) left center no-repeat;
}
.safari-icon {
	background: url(../images/new_design/safari_icon.png) left center no-repeat;
}
.ie-icon {
	background: url(../images/new_design/ie_icon.png) left center no-repeat;
}
.firefox-icon {
	background: url(../images/new_design/firefox_icon.png) left center no-repeat;
}
.docs_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.doc_item_b {
	display: block;
	width: 204px;
	text-align: center;
	text-transform: uppercase;
}
.docs_item {
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/new_design/doc_word_icon1.png) no-repeat;
	margin: 0 auto 15px;
}
.docs_item.doc_pdf {
	background: url(../images/new_design/doc_pdf_icon1.png) no-repeat;
}
.doc_item_b:hover .docs_item {
	background-position: 0 -132px;
}
.delivery_map_info {
	padding-right: 45px;
}
.color {
	color: #f0e3c1;
}
.small-text {
	font-size: 12px;
	line-height: 16px;
}
.table {
	margin-top: 20px;
	margin-bottom: 0;
}
.table-responsive .table tr td {
	padding: 10px 15px;
    border: 1px solid #fff;
    text-align: center;
}
#popup-content-wrapper .table-responsive .table tr td {
	border: 1px solid #000;
}
.table tr td.left {
	text-align: left;
}
.gray-text {
	color: #4e4e4e;
}
.sitemap-flex {
	display: flex;
    justify-content: space-between;
}

.slider {
  /* устанавливаем относительное позиционирование элементу */
  position: relative;
  display: inline-block;
}

.slider__items {
  /* устанавливаем относительное позиционирование элементу */
  position: relative;
  /* устанавливаем элементу ширину, равную 100% */
  width: 100%;
  overflow: hidden;
}

.slider__item {
  /* устанавливаем относительное позиционирование элементу */
  position: relative;
  /* отключаем по умолчанию отображение всех слайдов */
  display: none;
  /* устанавливаем элементу ширину, равную 100% */
  width: 100%;
  /* длительность анимации трансформации */
  transition: transform 1.6s ease;
  /* не показывать обратную сторону трансформируемого элемента */
  backface-visibility: hidden;
}

.slider__item_active,
.slider__item_next,
.slider__item_prev {
  /* отображаем слайд, если он имеет один из этих классов */
  display: block;
}

.slider__item_next,
.slider__item_prev {
  /* устанавливаем абсолютное позиционирование для элемента, на который будет сменяться слайд (на время трансформации) */
  position: absolute;
  /* устанавливаем положение элемента, т.е. координату top */
  top: 0;
}

.slider__item_next.slider__item_left,
.slider__item_prev.slider__item_right {
  /* сдвигаем элемент на 0 по горизонтали */
  transform: translateX(0);
}

.slider__item_next,
.slider__item_right.slider__item_active {
  /* сдвигаем элемент на 100% по горизонтали */
  transform: translateX(100%);
}

.slider__item_prev,
.slider__item_left.slider__item_active {
  /* сдвигаем элемент на -100% по горизонтали */
  transform: translateX(-100%);
}

/* элементы управления (назад и вперёд) слайдером */








.slider__control_next,
.slider__control_prev {
  display: block;
  width: 29px;
  height: 56px;
  position: absolute;
  z-index: 11;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}
.slider__control_prev {
  background-position: 0 0;
  left: 20%;
}
.slider__control_prev:hover{
	background-position: 0 -56px;
}
.slider__control_next {
  background-position: -29px 0;
  right: 15%;
}
.slider__control_next:hover{
	background-position: -29px -56px;
}
/* индикаторы слайдера */

.slider__indicators {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding-left: 0;
  /*margin-right: 15%;
  margin-left: 15%;*/
  list-style: none;
}

.slider__indicator {
	display: inline-block;
	width: 18px;
	height: 17px;
	margin: 0 4px;
	cursor: pointer;
}
.slider__indicator.slider__indicator_active{
	background-position: 0 -17px;
	cursor: default;
}


.slider img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}


/************LANDING*********/

#landing_banner {
	position: relative;
}
.landing_banner_btn {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    width: 285px;
    bottom: 110px;
    left: 19%;
}
#landing_about {
	padding: 45px 0;
	background: #f5f5f5;
}
.landing_about_wrapper {
	padding: 50px 30px 0;
	background: #fff;
}
.index_sub_title {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Montserrat-Light';
}
.landing_about_title_b {
	margin-bottom: 55px;
}
.landing_about_item_b {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.landing_about_text {
	margin-left: 20px;
}
.land_assort_item_b{
	margin-top: 40px;
}
.land_assort_item_title {
	font-size: 20px;
	color: #2e2e2e;
	font-family: 'Montserrat-Light';
}
.mark_item_b {
	position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.mark_item_b:after {
	content: '';
	position: absolute;
	left: 21px;
    bottom: -31px;
	width: 5px;
	height: 34px;
	background: url(../images/new_design/landing_partner_icon_parser.png) no-repeat;
}
.mark_item_b:last-child:after {
	display:none;
}

.mark_item_text_b {
    margin-left: 15px;
    padding-right: 15px;
}

.mark_item_title {
    font-size: 20px;
    color: #2e2e2e;
    font-family: 'Montserrat-Light';
}

.mark_wrapper {
    margin-top: 20px;
}

#block6 {
	margin-top: 60px;
	text-align: center;
}
.taget-wrapper {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.target-diagramm {
	width: 215px;
	height: 215px;
	background: url(../images/new_design/big_ellipse.png) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.target-diagramm .text {
	line-height: 22px;
	position: absolute;
	font-size: 20px;
	text-transform: uppercase;
	color: #2e2e2e;
}
.target-diagramm .text .small {
	color: #000000;
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: none;
}
.target-block {
	position: relative;
	top: 40px;
	padding-left: 50px;
	border-radius: 22px;
	height: 22px;
	background: #f6f6f6;
}
.target-block .line {
	position: relative;
	display: flex;
}
.target-block .line-proc {
	position: absolute;
	height: 22px;
	width: 0;
	left: 0;
	border-radius: 22px;
	background: linear-gradient(90deg, #e6d9b2 20%, #c2b27a 66%);
}
.target-block .line .item {
	position: relative;
	width: 39px;
	height: 39px;
	background: url(../images/new_design/small_ellipse.png) no-repeat;
	margin-left: 100px;
	top: -8px;
}
.target-block .line .item:first-child {
	margin-left: 0;
}
.target-block .line .item .text {
	position: absolute;
	display: flex;
	flex-direction: column;
	height: 70px;
	border-left: 1px solid #f0e3c1;
	padding-left: 10px;
	font-size: 12px;
	color: #d1d1d1;
	top: -82px;
	left: 19px;
	justify-content: flex-end;
	width: 127px;
	height: 83px;
	text-align: left;
	padding-bottom: 15px;
}
.target-block .line .item.active .text {
	color: #000;
}
.target-block .line .item .text.end {
	border-left: none;
	background: url(../images/new_design/target.png) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}
.target-block .line .item .text strong {
	font-size: 22px;
	color: #2e2e2e;
	font-weight: normal;
	font-family: 'Montserrat-Light';
}
.pie {
	display: block;
	width: 190px;
	height: 190px;
	position: relative;
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pie:before {
	border-radius: 50%;
	display: block;
	content: "";
	background: #f6f6f6;
	position: absolute;
	left: 13px;
	top: 13px;
	height: 163px;
	width: 163px;
}

.p1 {
	background-image: linear-gradient(90deg, #eaeaea 50%, transparent 50%), linear-gradient(180deg, #f0e3c1 38%, #b3a162 100%);
}
#block7 {
	margin-top: 90px;
	text-align: center;
}
#my-map {
	position: relative;
    width: 100%;
    height: 720px;
}
#my-map img {
	position: absolute;
	left:0;
	top:0;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
}
#my-map .map-img {
	animation-duration: 1s;
	animation-name: fadeDown;
	z-index:2;
}
#my-map .map-last {
	animation-duration: 999999s;
	animation-name: fadeDown1;
	animation-delay: 6.6s;
	z-index:1;
}
.map1 {
	animation-delay: 1s;
}
.map2 {
    animation-delay: 1.4s;
    
}
.map3 {
	animation-delay: 1.8s;
}
.map4 {
	animation-delay: 2.2s;
}
.map5 {
	animation-delay: 2.6s;
}
.map6 {
	animation-delay: 3s;
}
.map7 {
	animation-delay: 3.4s;
}
.map8 {
	animation-delay: 3.8s;
}
.map9 {
	animation-delay: 4.2s;
}
.map10 {
	animation-delay: 4.6s;
}
.map11 {
	animation-delay: 5s;
}
.map12 {
	animation-delay: 5.4s;
}
.map13 {
	animation-delay: 5.8s;
}
.map14 {
	animation-delay: 6.2s;
}
/************LANDING*********/


/***********POPUP-AUTH*****/

#popup-auth-wrapper {
	display:none;
}
.popup-auth-bg {
	top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1111;
    overflow: hidden;
    position: fixed;
    background: #f0e3c1;
	/*-webkit-transition: 0.6s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.6s cubic-bezier(0.4, 0, 1, 1);
    transition: 0.6s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);*/
	animation-duration: 0.5s;
    animation-delay: 0.5s;
}
/*.popup-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	overflow: hidden auto;
}*/
.popup-auth-content {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1112;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-duration: 1s;
    animation-delay: 1s;
	
}
#popup_auth {
	position: relative;
	width: 1189px;
	display: flex;
	box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.1);
	background: url("../images/new_design/auth_form_element.png") right bottom no-repeat;
	background-color: #fff;
}
#popup_auth .pic {
	width: 444px;
	height: 588px;
}
#popup_auth .pic img {
	height: 100%;
	object-fit: cover;
}
#popup_auth .content {
  padding: 40px;
  flex-grow:1;
  height: 588px;
}
.auth-close {
	overflow: visible;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	cursor: pointer;
	color: #c9c9c9;
	position: absolute;
	font-size: 50px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	top: 20px;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	padding: 0;
	font-style: normal;
	font-family: 'helvetica_thin';
	right: 20px;
	text-align: right;
	padding-right: 6px;
}
.auth-close:hover,
  .auth-close:focus {
    color:#bca45e;
}
.auth_icons {
	width: 14px;
	margin-right: 7px;
	order: 1;
}
.auth_email_icon {
	height: 10px;
	background: url("../images/new_design/form_email_icon.png") center center no-repeat;
}
.auth_password_icon {
	height: 14px;
	background: url("../images/new_design/password_icon.png") center center no-repeat;
}
.reg_company_icon {
	height: 13px;
	width: 16px;
	background: url("../images/new_design/company_icon.png") center center no-repeat;
}
.reg_city_icon {
	height: 15px;
	background: url("../images/new_design/city_icon.png") center center no-repeat;
}
.reg_fio_icon {
	height: 15px;
	background: url("../images/new_design/fio_icon.png") center center no-repeat;
}
.reg_phone_icon {
	height: 15px;
	background: url("../images/new_design/form_phone_icon.png") center center no-repeat;
}
.auth_need_reg_wrap {
	display: flex;
	align-items: center;
}
.auth_need_reg_b_line {
	width: 2px;
	height: 350px;
	background: #ebebeb;
	margin-right: 45px;
}
.auth_form_title {
	text-transform: uppercase;
	font-size: 13px;
	color: #c9c9c9;
	margin-bottom: 13px;
}
/***********POPUP-AUTH*****/
.banner_wrapper {
	position: relative;
}
.banner_abs_block {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	text-align: center;
}
.banner_abs_block .index_big_title {
	margin-bottom: 10px;
}
.banner_abs_block p {
	font-size: 17px;
	font-family: 'Montserrat-Medium';
	margin: 0;
	padding: 0 65px;
}
.background_gray_container {
	background: #f4f4f4;
	padding: 30px 0;
}
.background_white_container {
	background: #fff;
	padding: 30px 50px;
	text-align: center;
}
.background_gold_container {
	background: #fbf3dd;
	padding: 30px 0;
	text-align: center;
}
.title_strong {
	color: #2e2e2e;
	font-size: 17px;
	margin-bottom: 25px;
	font-family: 'Montserrat-Medium';
	text-transform: uppercase;
}
.about_info_container {
	background: url("../images/new_design/info_banner3.jpg") no-repeat;
	background-size: cover;
}
.about_info_block {
	width: 50%;
	padding: 50px 0;
}
.about_info_block ul {
	margin-left: 20px;
}
.about_info_block ul li {
	color: #ffffff;
	font-size: 17px;
}
.about_info_block ul li+li {
	margin-top: 10px;
}
.about_info_title {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Montserrat-Light';
}
/**********CATALOG*****/
.catalog_list_photo_left_b ul li.dop_photo_li {
	display: none;
}
.catalog_list_photo_left_b ul li.dop_photo_li.active {
	display: block;
}

.text_content .table.sections_tables td {
	border: none;
}
.text_content .table.sections_tables thead td {
	border: 1px solid #fff;
	background:#f7f2e5;
}

.catalog_wrap {
	padding: 5px 4%;
}
.catalog_row {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#catalog_list_container {
	margin-top: 50px;
}
.sorting_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sorting_items {
    display: flex;
    align-items: center;
}

.sorting_items ul.values_list {
    display: flex;
    align-items: center;
	list-style: none;
    margin: 0;
    padding: 0;
}
.sorting_items ul.values_list li {
	padding: 0 15px;
}
.sorting_items ul.values_list li a {
	color: #d6d6d6;
	font-size: 17px;
}
.sorting_items ul.values_list li.active a {
	color:#bca35e;
}
.sorting_wrapper .pager {
	display: flex;
	align-items: center;
}
.sorting_wrapper .pager a {
	color: #d6d6d6;
	font-size: 15px;
	margin-left: 10px;
}

.sorting_wrapper .pager a.active {
	color:#bca35e;
}
.filter_item_inner_title {
	font-family: 'Montserrat-Medium';
	margin-bottom: 15px;
	color: #000;
}
li.filter_item {
	margin-bottom: 40px;
}
ul.values_list.sizes_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.values_list.sizes_list li {
    width: 25%;
}
ul.values_list.colors_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.values_list.colors_list li {
    width: 35px;
	margin-bottom: 10px;
}
ul.values_list.colors_list li a {
	width: 25px;
	height: 25px;
	display: block;
}
ul.values_list.colors_list li a i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
ul.values_list.colors_list li a.white i {
	border: 1px solid #eeeeee;
}
ul.values_list.colors_list li a.checked i {
	border: 1px solid #bca35e;
}
.catalog_list_new.main_catalog {
	margin-top: 20px;
}
.catalog_list_item_block {
	margin-bottom: 60px;
	
}
.catalog_list_item_block .pictures {
	position: relative;
}
.catalog_list_item_block .pictures .picture_bottom {
	display: none;
	position: absolute;
	width: 100%;
	height: 40px;
	background: rgba(188,163,94,0.5);
	bottom: 0;
	left: 0;
	text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}
.catalog_list_item_block:hover .picture_bottom {
	display: block;
}
.catalog_list_item_block .pictures .picture_item {
	display: block;
}
.product_info_b {
	font-size: 17px;
}
.product_info_b_top {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.product_info_b_top .name {
	color: #2e2e2e;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat-Medium';
}
.product_info_b_top .name:hover {
	color:#bca35e;
}
.product_info_b_bottom {
	margin-top: 5px;
}
.product_info_colors_b {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.product_info_colors_b a {
    display: block;
    width: 15px;
    height: 15px;
}

.product_info_colors_b a i {
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


.product_info_b .parser_properties {
	display: none;
}
.product_info_b .sizes_items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product_info_b .sizes_items div {
	margin-bottom: 5px;
}
.product_info_b .sizes_items div + div{
	margin-left: 5px;
}
.popup-catalog-content .catalog_list-item_new {
	margin: 0;
	width: 100%;
	height: 100%;
}
.popup-catalog-content .catalog_list_item_container {
	margin: 0;
    padding: 0 0 0 15px;
	height: 100%;
}
.popup-catalog-content .catalog_list_photo_wrap {
	padding-left: 0;
	height: 100%;
}
.popup-catalog-content .catalog_list_photo_wrap .col1 {
	padding-left: 5px;
	height: 100%;
}
.popup-catalog-content .catalog_list_photo_b {
	margin-left: 95px;
	height: 100%;
}
.popup-catalog-content .catalog_list_item_container .body {
	padding-top: 40px;
	overflow-y: scroll;
}

.popup-catalog-content .catalog_list_item_container .body .col2 {
	height: 330px;
    padding-right: 10px;
}
.popup-catalog-content .catalog_list_dop_photo {
	height: 480px;
}
.popup-catalog-content .catalog_list_photo_left_b ul li {
	margin-bottom: 20px;
}
.popup-catalog-content .catalog_list_photo_left_b {
	margin-top: 75px;
}
.popup-catalog-content .catalog_list_size_table td a {
	/*-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -ms-linear-gradient(0deg, transparent 0%, transparent 0%, transparent); */
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat-Medium';
	
}
.popup-catalog-content .catalog_list_size_table.active td a {
	color:#bca35e;
}
.colors_pictures {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 10px;
}
.colors_pictures_item {
	display: block;
	width: 58px;
}

.colors_pictures_item.active {
	border: 1px solid #bca35e;
}

.table_header_b {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.table_header {
    cursor: pointer;
    margin-bottom: 15px;
	font-family:"Montserrat-Medium";
	font-size:16px;
	text-transform: uppercase;
	color: #d6d6d6;
}
.table_header + .table_header {
	margin-left: 30px;
}
.table_header.active {
	color: #bca35e;
}

.table_container.table-responsive.active {
    display: block;
}

.table_container.table-responsive {
    display: none;
}
/**********CATALOG*****/
@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(188,164,94, 0.6);
  }
  50% {
      -webkit-box-shadow: 0 0 20px 10px rgba(188,164,94, 1);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(188,164,94, 0.6);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(188,164,94, 0.6);
    box-shadow: 0 0 0 0 rgba(188,164,94, 0.6);
  }
  50% {
      -moz-box-shadow: 0 0 0 10px rgba(188,164,94, 0.6);
      box-shadow: 0 0 0 10px rgba(188,164,94, 0.6);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(188,164,94, 0.6);
      box-shadow: 0 0 0 0 rgba(188,164,94, 0.6);
  }
}
@keyframes pulse-gradient {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(224,212,237, 0.6);
    box-shadow: 0 0 0 0 rgba(224,212,237, 0.6);
  }
  50% {
      -moz-box-shadow: 0 0 0 25px 6px rgba(224,212,237, 0.6);
      box-shadow: 0 0 25px 6px rgb(224 212 237);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(224,212,237, 0.6);
      box-shadow: 0 0 0 0 rgba(224,212,237, 0.6);
  }
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}