f@charset "UTF-8";

:root {
	/* Основной золотой цвет */
	--c_one: #E3AF69;
	/* Основной белый цвет */
	--c_two: #ffffff;
}

body {
	position: relative;
	margin: 0;
	font-family: 'Helvetica';
}

body * {
	outline: none;
	transition: .25s;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Merriweather";
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: normal!important;
}

p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.body_no_scroll {
	overflow: hidden;
}

.p_h {
	font-family: "HelveticaNeueCyr";
}

.width_size {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.fwb {
	font-weight: bold;
}

.padding {
	padding: 0 75px;
}

/* Шапка */

.b_menu {
	opacity: 0;
    visibility: hidden;
	position: absolute;
	top: -100vh;
	left: 0;
	width: 100%;
	height:0;
	z-index: 200;
	background-color: rgba(255,255,255, .98);
	transition: 1s;

}

.b_menu_act {
	opacity: 1;
    visibility: visible;
	transition: 1s;
	top: 100px;
	z-index: 99 !important;
	height: calc(100vh - 100px);

}

.conteiner_b_menu {
	padding: 75px;
}

.gamb_obsh {
	width: auto;
	display: flex;
	align-items: center;
}

.name_t_menu {
    margin-left: 20px;
    cursor: pointer;
}

.gamb_close {
	cursor: pointer;
	width: 30px;
	display: none;

}
.conteiner_b_menu input {
	border: none;
	border-bottom: 1px solid #C4C4C4;
	width: 320px;
	height: 40px;
	font-size: 20px;
	margin-bottom: 50px;
}

.menu_three_box {
	display: grid;
	grid-gap: 50px;
}

.box_grid_menu {
	display: grid;
	grid-gap: 15px;
	width: max-content;
}

.box_grid_menu a {
	text-decoration: none;
	font-family: 'HelveticaNeueCyr';
	font-size: 20px;
	line-height: normal;

	color: #444444;
}

.box_grid_menu a:hover {
	text-decoration: underline;
}

.cherta_menu {
	width: 100px;
	height: 1px;
	background-color: #000;
}




nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	justify-content: space-between;
	background-color: #2D2D2D;
	height: 100px;
	width:100%;
	color: #fff;
}

.logo_boox {
	text-align: center;
}

.logo {
	font-family: 'Great Vibes';
	text-decoration: none;
	font-weight: normal;
	font-size: 44.3981px;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.gamburger {
	cursor: pointer;
}

.con_gamb {
	background: #FFFFFF;
	border-radius: 3px;
	width: 30px;
	height: 2px;
	margin: 4px 0;
}

.menu_col {
	display: flex;

	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	font-size: 22px;
}

.box_sel_city {
	display: flex;
}

.box_serarc {
	margin-right: 70px;
	position: relative;
}

.inp_search {
	position: relative;
	background-color: transparent;
	border-radius: 50px;
	height: 40px;
	width: 15vw;
	border: 2px solid #444;
	color: #fff;
	padding: 2px 50px 2px 20px;
	cursor: pointer;
}

.ico_sear {
	position: absolute;
	top: 7px;
	right: 15px;

}

.ico_sear:hover .inp_search {
	border: 2px solid #fff;
}

.inp_search:hover {
	border: 2px solid #fff;
}

.inp_search:focus {
	border: 2px solid #fff;
}

.box_sel_city select {
	background-color: transparent;
	border: none;
	color: #969696;
	margin-left: 20px;
	font-family: Helvetica;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0.05em;
}

.nav_two {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	margin: 70px 0;
	margin-top: 118px;
	justify-content: center;
}

.nav_two a {
	font-family: 'Helvetica';
	font-size: 15px;
	line-height: normal;
	color: #444444;
	text-decoration: none;
	margin-right: 2vw;
}

.nav_two a:hover {
	text-decoration: underline;
}

.nav_two a:last-children {
	margin-right: 0px;
}

.lupa_serach {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	justify-content: flex-end;
}

/* Слайдер */

.slider_one {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	height: 600px;
	margin-bottom: 30px;
}

.img_slider_one {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	/*border: 1px solid #666;*/
}

.arrow_strl_left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 0 13px 13px 0;
	background-color: #444;
}

.arrow_strl_right {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 13px 0 0 13px;
	background-color: #444;
}

.arro_sliid:hover {
	background-color: #000;
}

.box_gray {
	display: grid;
	align-items: center;
	align-content: center;
	grid-gap: 30px;
	background: #2D2D2D;
	opacity: 0.9;
	color: #fff;
	padding-left: 80px;
}

.box_gray h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 3vw;
	line-height: normal;
	color: #FFFFFF;
}

.box_gray p {
	font-family: 'Nimbus-Roman-No9';
	font-size: 22px;
	line-height: 25px;
	max-width: 90%;
	color: #DDDDDD;
}

.sil_podr_slid {
	padding: 19px 53px;
	background-color: #fff;
	border-radius: 100px;
	width: max-content;
	text-decoration: none;
	font-family: 'Helvetica';
	font-size: 18px;
	color: #000;
	opacity: 1;
}

.box_gray a:hover {
	background: #000;
	color: #fff;
}

/* Слайдер */

.slidd {
	position: relative;
}

.arrow_slid_one {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 75px;
	z-index: 2;
	width: 64px;
	height: 50px;
	margin-top: -25px;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px rgba(45, 45, 45, 0.25);
	border-radius: 13px 0 0 13px;
}

.arrow_slid_one:hover {
	background-color: #ccc;
}

.arrow_slid_one img {
	display: block;
	margin: auto;
	width: 24px;
}

.slide_one {
	position: relative;
	height: 550px;
	width: 100%;

	box-shadow: inset 66px 54px 143px 66px rgba(0,0,0,0.75);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text_slide_one {
	display: grid;
	grid-gap: 40px;
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.p_slid_one {
	font-family: HelveticaNeueCyr;
	font-size: 50px;
	line-height: normal;
	color: #FFFFFF;
}

.t_slid_one {
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: #DDDDDD;
	max-width: 620px;
}

.a_slid_one {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 60px;
	background: #FFFFFF;
	text-decoration: none;
	color: #000;
	border-radius: 1000px;
}

/* Специально предложение */

.special_predlo {
	margin-top: 130px;
}

.zag_block {
	font-family: Merriweather;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: normal;
	color: #2D2D2D;
}

.class_three_sp {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	margin: 50px 0;
}

.bloc_sp {
	display: grid;
	justify-content: center;
	text-align: center;
	align-content: start;
	align-items: start;
	grid-gap: 30px;
}

.bloc_sp img {
	opacity  .5;
	max-width:100%;
	max-height:200px;
}

.bloc_sp:hover img {
	opacity: 1;
	transform: scale(1.07);
}

.p_watch_one {
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: normal;
	letter-spacing: 0.02em;
	    text-align: center;
    text-decoration: none;

	color: #444444;
}

.cena_norm {
	font-family: HelveticaNeueCyr;
	font-size: 24.8819px;
	line-height: normal;
	text-align: center;

	color: #444444;
}

/* Новости Ломбарда */

.slidd_2 {
	position: relative;
	margin-top: 130px;
	margin-bottom: 150px;
}

.ggpt {
	margin-bottom: 100px;
}

.slide_one2 {
	position: relative;
	height: 550px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text_slide_one2 {
	display: grid;
	grid-gap: 10px;
	align-items: flex-end;
	height: 100%;
	align-content: flex-end;
	padding-left: 50px;
	padding-bottom: 50px;
}

.p_slid_one2 {
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: 47px;
	padding-top: 100px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #fff;
}

.t_slid_one2 {
	max-width: 500px;
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.02em;

	color: #F7F7F7;

	/* f7 */
	opacity: 0.9;
}

/* О ломбарде */

.text_about {
	max-width: 1170px;
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.02em;
	margin-top: 35px;
	color: #5C5C5C;
}

.about_index {
	margin-bottom: 180px;
}

.zdesi_three {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10vw;
	align-items: center;

	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/fon_pod.png);
	height: 400px;
}

.p_sl_three {
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #C2AFA0;
	margin-bottom: 22px;
}

.text_sl_three {
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;

	color: #5C5C5C;

	/* text */
	opacity: 0.7;
}

/* Предподвал */

.obsh_pred {
	display: grid;
	grid-template-columns: 2.3fr 1fr;
	grid-gap: 20px;
}

.left_pder {
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.right_box_pre {
	background-color: #2D2D2D;
}

.two_box_botm {
	display: grid;
	grid-template-columns: 1fr 1fr;

	grid-gap: 50px;
}

.two_box_botm div {
	max-width: 216px;
}

.text_pre_top{
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 0.02em;

	color: #444444;
}

.top_ledft_box {
	display: grid;

}

.zag_pre_top {
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #444444;

}

.text_pre_top {
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.02em;
	max-width: 420px;
	color: #B8B8B8;

}

.left_ttop {
	display: grid;
	align-content: center;
	grid-gap: 20px;
}

.p_te_vozm {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	color: #C2AFA0;
}

.text_te_vozm {
	font-family: HelveticaNeueCyr;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.02em;

	color: #B8B8B8;
}

.podpiska {
	display: grid;
	justify-content: space-between;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
	height: 100%;
	align-items: center;
}

.posdiska_p {
	font-family: HelveticaNeueCyr;
	font-size: 38px;
	line-height: 26px;
	text-align: center;

	color: #FFFFFF;

}

.hotite {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 22px;
	text-align: center;

	color: #9A9A9A;
}

.soglasie {
	font-family: HelveticaNeueCyr;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	text-decoration-line: underline;
	cursor: pointer;
	color: #FFFFFF;
	display: flex;
	align-items: flex-start;
}

.soglasie input	{
	height: inherit;
}

.podpiska .req {
	width: calc(100% - 30px);
	height: 50px;
	padding: 0 15px;
	background: #FFFFFF;
	border-radius: 100px;
	margin-bottom: 30px;
}

.podpiska button {
	width: 220px;
	height: 60px;
	font-weight: bold;
	background: #FFFFFF;
	border: none;
	border-radius: 1000px;
}

.podpiska button:hover {
	background: #ccc;
	cursor: pointer;
}

.alert-success {
	text-align: center;
	font-size: 15px;
	margin: 0;

	background: #009200;
	margin-top: 15px;
	padding: 10px;
	color: #fff !important;
	border-radius: 50px;
}

footer {
	margin-top: 100px;
	background: #2D2D2D;

	padding: 45px 75px 100px 75px;
}

.ftr_box {
	display: grid;
	grid-gap: 14px;
	align-content: start
}

.ftr_box p {
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 27px;

}

.ftr_box a {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.02em;

	color: #FFFFFF;

	/* WHITE AF */
	opacity: 0.5;
	text-decoration: none;
}

.ftr_box a:hover {
	text-decoration: underline;
}

.all_ftr {
	display: grid;
	grid-template-columns: auto auto auto 3fr;
	grid-gap: 10vw;
}

.social {
	display: grid;
	grid-template-columns: repeat(3, 80px);
	grid-gap: 30px;
	margin-bottom: 50px;
	margin-top:30px;
}

.ftr_box_soc {
	display: grid;
	justify-content: center;
	text-align: center;

}

.ftr_box_soc a {
	opacity: 1;
}

.logo_foot {
	font-family: 'Great Vibes';
	font-style: normal;
	font-weight: normal;
	font-size: 50.7473px;
	line-height: normal;
	letter-spacing: 0.05em;

	color: #FFFFFF;
}

.dateddd{
	font-family: HelveticaNeueCyr-Thin;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #FFFFFF;

}

.arrow_slid_twoo {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 60%;
	right: 75px;
	z-index: 2;
	width: 64px;
	height: 50px;
	margin-top: -25px;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px rgba(45, 45, 45, 0.25);
	border-radius: 13px 0 0 13px;
}
.arrow_slid_twoo img {
	width: 24px;
}
.arrow_slid_twoo:hover {
	background-color: #ccc;
}


/* Frame */

.conteiner_frame {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.conteiner_frame a {
	text-decoration: none;
}

.conteiner_frame a:hover {
	transform: scale(.98);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85);
}

.box_cont_frame {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 500px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.box_cont_frame p {
	font-family: 'HelveticaNeueCyr-Thin';
	font-weight: lighter;
	font-size: 50px;
	line-height: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}


/* Новости часового рынка */

.cont_news_watchs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.cont_news_watchs a {
	text-decoration: none;
}

.cont_news_watchs a:hover {
	transform: scale(.98);
}

.img_fon_newrn {
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_watchs_rinka > p {
	margin: 80px 0;
}

.box_sama_news_rinka {
	display: grid;
	grid-gap: 15px;
}

.box_sama_news_rinka > h3 {
	font-family: HelveticaNeueCyr;
	font-size: 28px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #5C5C5C;
}

.box_sama_news_rinka > p {
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #9A9A9A;
}
/* Конец - Новости часового рынка */


/* news_3 */

.cl_fon_img_news {
	width: 100%;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	overflow: hidden;
}

.cl_fon_img_news p {
	position: relative;
	z-index: 3;
}

.text_news_st {
    max-width: 1170px;
    margin: 30px 0;
}

.text_news_st p {
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #5C5C5C;
	margin-bottom: 20px;
}

.text_news_st ul {
	
}


/* Конец - news_3 */


/* ecspertiza */


.text_news_st > ul > li {
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin: 15px 0;
	color: #5C5C5C;
	opacity: 0.7;
}

.img_ftr {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: flex-end;
	width: 100%;
	height: 670px;
	background-image: url(../img/ekspertiza-chasov.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

.treeBox_ecsr {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: #FCFCFC;
	opacity: 0.9;
	width: 100%;
}

.sam_boxEcrs {
	padding: 50px;
}

/* конец - ecspertiza */

/* news_2 */

.news_22 {
	position: relative;
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin: 100px 0;
}

.news_22:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 500px;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.news_22 > p {
	font-family: HelveticaNeueCyr;
	font-size: 50px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: normal;
	color: #FFFFFF;
}

.zag_news {
	margin-top: 100px;
}

.mt_news {
	margin-top: 100px;
}

.mt_news2 {
	margin-top: 40px;
	font-size: 30px;
}

.mt_news3 {
	margin-top: 40px;
	font-size: 20px;
}

.mt_top {
	margin-top: 50px;
}

.form_ocenka {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 50px;
}

.ocenka_shasov_form {
	padding: 50px;
	background: #F7F7F7;
}

.left_ocenka input {
	height: 60px;
	width: 100%;
	border: 1px solid #666;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 0 20px;
	background-color: transparent;
	margin-bottom: 20px;
}


.zagruzit_foto {
	display: grid;
	align-items: center;
	justify-content: center;
	padding: 50px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.zagruzit_foto img {
	width: 130px;
	display: block;
	margin: auto;
}

.zagruzit_foto p {
	color: #5C5C5C;
	opacity: 0.5;
	margin-top: 20px;
	font-size: 16px;
}

.zagruzit_foto p:last-child {
	text-transform: lowercase;
	margin-top: 4px;
	font-size: 14px;
}

.zagruzit_foto p:hover {
	text-decoration: underline;
}

.rating_watch {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.rating_watch p {
	margin-right: 20px;
}

.ocenka_btn {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 60px;
	background: #2D2D2D;
	border-radius: 1000px;
	border: none;
	color: #fff;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ocenka_btn:hover {
	opacity: .9;
}

.right_ocenka {
	display: grid;
	align-items: center;
}

.box_gray_wt {
	max-width: 870px;
	width: 100%;
	padding: 38px;
	margin-bottom: 30px;
	background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F7F7F7;
}

.name_bgr {
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #2D2D2D;
	font-weight: bold;
}

.text_bgr {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-top: 10px;
	color: #5C5C5C;
}

.box_procentov {
	max-width: 1170px;
	padding: 100px;
	background: #FCFCFC;
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #9E9E9E;
	font-style: italic;
}

.box_ab_owl {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
}

.clrep {
	position: relative;
}

.clrep > .arrow_slid_twoo {
	top: 50%;
	right: 0;
}

.info_abt {
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: normal;
	margin: 50px 0;
	color: #2D2D2D;
}

.sel_zalog {
	display: grid;
	margin-top: 40px;
}

.sel_zalog select {
	width: 260px;
	height: 60px;
	background: #F7F7F7;
	border: 1px solid #2D2D2D;
	box-sizing: border-box;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #444444;
	padding: 0 20px;
	margin-bottom: 20px;
}

.box_sam_zalog {
	display: grid;
	grid-template-columns: 100px 1fr;
	max-width: 1000px;
	width: 100%;
	background: #FCFCFC;
	padding: 30px 50px;
	margin-bottom: 40px;
}

.zag_zalogg {
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #444444;
	margin-bottom: 15px;
}

.text_zalogg {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #5C5C5C;
}

.img_boxtry {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.three_kashc {
	margin: 15px 0;
}

.three_kashc p {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #444444;

}

.three_kashc span {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #5C5C5C;

	/* text */
	opacity: 0.7;
}

.obshiy_doc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	margin-top: 50px;
}

.obshiy_doc img {
	width: 100%;
	margin-bottom: 50px;
}

.obshiy_doc p {
	font-family: HelveticaNeueCyr;
	font-size: 25px;
	line-height: normal;
	margin-bottom: 20px;
	font-weight: bold;
	color: #444444;
}

.obshiy_doc span {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.02em;
	color: #9A9A9A;
}

.slide_info {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 2fr;
}

.gall_tovar {
	display: grid;
	grid-template-columns: 1fr;
}

.predprosmotr {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.full_foto_img {
	max-height: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.obsh_predsm {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.obsh_predsm::-webkit-scrollbar { width: 3px; height: 3px;}
.obsh_predsm::-webkit-scrollbar-button {  background-color: #666; }
.obsh_predsm::-webkit-scrollbar-track {  background-color: #999;}
.obsh_predsm::-webkit-scrollbar-track-piece { background-color: var(--c_two);}
.obsh_predsm::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.obsh_predsm::-webkit-scrollbar-corner { background-color: #999;}}
.obsh_predsm::-webkit-resizer { background-color: #666;}


.obsh_info_name {
	display: grid;
	align-content: center;
}

.center_box_info_cart {
	display: grid;
	grid-gap: 20px;
}

.name_torav_zag {
	font-family: HelveticaNeueCyr;
	font-size: 36px;
	line-height: normal;

	color: #2D2D2D;
}

.text_tovar_cart {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	color: #444444;
	opacity: 0.7;
}

.cena_detail {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: normal;
	color: #2D2D2D;
	opacity: 0.7;
	font-weight: bold;
    /*margin-left: 20px;*/
}

.proshalya_cena {
	font-family: HelveticaNeueCyr;
	font-size: 16px!important;
	line-height: normal;
	text-decoration-line: line-through;
	color: #5C5C5C;
	opacity: 0.7;
	margin-left: 30px;
}

.sale_detail {
	font-family: HelveticaNeueCyr;
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #444444;
	border-radius: 13px;
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 20px;
}

.sale_detail:hover {
	opacity: .9;
}

.dop_info {
	margin-top: 100px;
	padding: 75px;
	background-color: #DDDDDD;
}

.box_dinf_info {
	display: grid;
	grid-gap: 15px;
}

.pp_param {
	display: flex;
	grid-gap: 20px;
}

.param_eatch {
	display: grid;
	grid-gap: 15px;
}

.param_left_one {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: normal;
	color: #9E9E9E;
	margin-right: 30px;
}

.param_left_two {
	font-weight: bold;
	color: #828282!important;
}

.status_nal {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 10px;

	margin-right: 10px;
}

.st_line {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	color: #444444;
	opacity: 0.8;
}

.see_all_det {
	text-decoration: none;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #C2AFA0;
	display: none;
}

.see_all_det:hover {
	text-decoration: underline;
}

.grd_pop {
	display: grid;
	grid-gap: 7px;
	align-content: start;

}

.p_dost {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.voskll {
	grid-template-columns: 50px 1fr;
	align-content: center;
}

.voskll img {
	margin: auto;
	display: none;
}

.voskll p, .p_desc, .bottom_text {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	color: #444444;
	opacity: 0.6;
}

.cl_all_param {
	margin-top: 100px;
	display: grid;
	grid-template-columns: 300px 1fr;
}

.name_obsh_param,
.sam_param_obs_u {
	display: grid;
	grid-gap: 15px;
	width: max-content
}

.name_obsh_param p {
	font-family: HelveticaNeueCyr;
	font-size: 19px;
	line-height: normal;
	color: #5C5C5C;
	font-weight: bold;
	width: max-content;
}

.sam_param_obs_u p {
	text-align: right;
	font-family: HelveticaNeueCyr;
	font-size: 19px;
	line-height: normal;
	text-align: right;
	color: #B8B8B8;
}

.cl_all_param_new {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 0;
}

.cl_all_param_new > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
	position: relative;	
	margin-top: 10px;
}
.cl_all_param_new > div:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #000;
    width: 100%;
    bottom: 1px;
}
.cl_all_param_new .name_obsh_param {
    background: #fff;
    padding-bottom: 1px;
    padding-right: 10px;
    z-index: 1;
    position: relative;
}
.cl_all_param_new .sam_param_obs_u {
    background: #fff;
    padding-bottom: 1px;
    padding-left: 10px;
    z-index: 1;
    position: relative;
}

.catalog_cat {
	display: grid;
	grid-template-columns: 420px 1fr;
	grid-gap: 30px;
	margin-top: 50px;
}

.filter_cat {
	position: relative;
	padding: 60px 20px;
	background-color: #F7F7F7;;
}

.filter_name {
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: normal;
	text-align: center;
	color: #444444;
}

.pod_name {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #2D2D2D;
}

.catalog_per {
	margin-top: 30px;
}

.catalog_per:last-child {
	display: none;
}

.perechisl {
	margin-top: 20px;
}

.perechisl p {
	position: relative;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.02em;
	padding-left: 25px;
	color: #2D2D2D;
	margin-top: 10px;
	cursor: pointer;
}

.perechisl p:hover {
	text-decoration: underline;
}

.ubrat_p {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.cena_sliddd {

	font-size: 40px !important;
}

.filter_logo {
	text-align: center;
	font-family: Great Vibes;
	font-style: normal;
	font-weight: normal;
	font-size: 46.0783px;
	line-height: normal;
	letter-spacing: 0.05em;
	margin: 40px 0;
	color: #2D2D2D;
}

.btn_prem_fill {
	display: block;
	margin: auto;
	width: 220px;
	height: 60px;
	left: 175px;
	top: 1312px;
	color: #fff;
	background: #2D2D2D;
	border-radius: 1000px;
	border: none;
}

.btn_prem_fill:hover {
	opacity: .9;
}

.refresh_all {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	cursor: pointer;
}

.refresh_all img {
	margin-right: 10px;
}

.cartochki {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
}

.cartochki a {
	text-decoration: none;
	margin-bottom: 30px;
}

.carta_tovara {
	max-height: 600px !important;
	padding: 20px;
	border: 1px solid #DDDDDD;
}

.img_fon_tovarr {
	max-height: 380px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.razv_fill {
	display: none;
}

.opisanie_tovar {
	display: grid;
	grid-gap: 15px;
	text-align: center;
	padding: 50px 0;
}

.name_cartt {
	font-family: HelveticaNeueCyr;
	font-size: 22px;
	line-height: normal;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

.name_two_cartt {
	display: none;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	color: #B8B8B8;
}

.categoty_cartt {
	display: none;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

.price_cartt {
	font-family: HelveticaNeueCyr;
	font-size: 32px;
	line-height: normal;
	text-align: center;

	color: #444444;

	/* LIGHT DARK */
	opacity: 0.7;
}

.sel_sortirovka {
	display: flex;
	align-items: center;
	display: -welign-items: center;it-box;
  display:lign-items: centermoz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	justify-content: flex-end;
	margin: 10px 0;
	color: #5C5C5C;
	opacity: 0.7;
}

.sel_sortirovka select {
	border: none;
	background: transparent;
	margin-left: 10px;
}

.layout-slider {
	margin-top: 20px;
}


.ratingg div.stars {

	display: inline-block;
}

.ratingg input.star { display: none; }

.ratingg label.star {
	float: right;
	margin-left: 10px;
	color: #444;
	transition: all .2s;
	width: 25px;
	height: 25px;
	background-image: url(../img/StarEmpty.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.ratingg input.star:checked ~ label.star {
	background-image: url(../img/StarFilled.png);
	transition: all .25s;
}

.ratingg label.star:hover {
	transform: scale(1.1);
}


.ratingg label.styled-select {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.styled-select select {
	display: inline-block;
	border: 2px solid #fff;
	padding: 4px 26px 1px 5px;
	margin: 0;
	font: inherit;
	outline:none; /* remove focus ring from Webkit */
	line-height: 1.2;
	background: #f8f8f8;

	-webkit-appearance:none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 47px;
}

.carta_sitee {
	font-family: Merriweather;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: normal;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	color: #2D2D2D;
	margin-bottom: 30px;
}

.two_box_carta {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.pod_box_cart {
	display: grid;
	grid-gap: 15px;
	width: max-content;
	margin-bottom: 40px;
}

.pod_box_cart a {
	text-decoration: none;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #5C5C5C;
	/*width: max-content;*/
}

.pod_box_cart a:hover {
	text-decoration: underline;
}

.pod_box_cart > p {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: normal;
	color: #666;
	opacity: 0.5;
	padding: 10px 0;
	border-bottom: 1px solid #666;
	/*width: max-content;*/
}

.pod_box_cart select {
	border: none;
	width: 100%;
	margin-top: 10px;

	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #444444;
}

.contacts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.bor_cont {
	background-image: url(../img/bbb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.p_cont_info1 {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #5C5C5C;
	opacity: 0.9;
}

.p_cont_info2 {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #5C5C5C;
	opacity: 0.5;
}

.padd_marg_inf {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 100px;
}

.gor_inf1 {
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #444444;

	/* LIGHT DARK */
	opacity: 0.6;
	font-weight: bold;
}

.gor_inf2 {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;

	color: #5C5C5C;

	/* text */
	opacity: 0.5;
}



/* Select */

.sel_custom {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	position: relative;
	width: max-content;
	padding-right: 15px;
	cursor: pointer;
}

.sel_custom:after {
	content: '▼';
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 8px;
}

.vib_goroda {
	display: grid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;

	padding: 8px;
	border-radius: 5px;
	background-color: #fff;
	color: #000;
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.vib_goroda p {
	padding: 7px;
	font-weight: bold;
}

.vib_goroda p:hover {
	cursor: pointer;
	border-radius: 5px;
	background-color: #ccc;
}

.sam_gorod {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
}

.rightMen_Sel {
	display: grid;
}

.phone_sell {

	padding: 3px 0;
}

.phone_dada {
	display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
		font-size: 13px;
	font-weight: normal;
	color: #999;
}

.fa-map-marker-alt,
.fa-phone-volume {
	margin-right: 10px;
}
.bx-filter .bx-filter-section
{
	padding:0;

}
.bx-filter.bx-blue .bx-filter-section
{
	background:none;
}

.bx-filter .bx-filter-input-container input
{
	background:none;
	border:none;
	font-size: 9px;
	white-space: nowrap;
	line-height:12px;
	height:15px;
	margin-top:15px;
}
.bx-left .bx-filter-input-container input
{
	float:Left;
	width:50%;
}
.bx-right .bx-filter-input-container input
{
	float:Left;
	width:50%;
	text-align:right;
}
.bx-filter .bx-ui-slider-part
{
	display:none;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn
{
	height:5px;
	background:#000;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v
{
	height:5px;
	background:#654321;
}
.bx-filter.bx-blue .bx-ui-slider-track
{
	height:5px;
	background:none;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right
{
	height:15px;
	width:15px;
	background:#000;
	border-radius:50%;
	margin-right: -7px;
	top: -4px;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left
{
	height:15px;
	width:15px;
	background:#000;
	border-radius:50%;
	margin-left: -7px;
	top: -4px;
}
.bx-filter .bx-ui-slider-range
{
	z-index:99!important;
}

.bx-filter-parameters-box-container {

	padding-bottom:0;
}

.bx-filter-parameters-box-container .btn_prem_fill {
	border-radius: 100px !important;
	padding: 20px 50px !important;
	width: auto !important;
	height: auto !important;
	font-size: 13px !important;
	background: #2d2d2d !important;
	margin: auto!important;
}

.bx-filter .bx-filter-popup-result.left {
	display:none!important;
}

.checkbox .jq-checkbox {
	float:left;
	width:12px;
	height:16px;
	border:0;
	background:none;
	box-shadow: none;
	padding:0;
	margin:0;
	vertical-align: 0;
}

.checkbox .jq-checkbox .jq-checkbox__div {
	display:none;
}

.checkbox .jq-checkbox.checked {
	background:url(../img/check.png) no-repeat center center;
}

.checkbox span span {
	float:left;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	line-height:16px;
	font-weight: normal;
	letter-spacing: 0.02em;
	padding-left: 5px;
	color: #2D2D2D;
	cursor: pointer;
}

.bx-filter .bx-filter-param-label {
	display:block;
	margin-bottom:5px;
}



.checkbox span span:hover
{
	text-decoration: underline;
}
.btn_reset
{
	background:none;
	border:0;
	box-shadow: none;
	cursor:pointer;
}
.m_form
{
	position:fixed;
	top:50%;
	width:300px;
	padding:20px;
	left:50%;
	margin-left:-150px;
	z-index:1000;
	background:#fff;
	display:none;
}

.m_form_title
{
	font-family: 'Helvetica';
	font-size:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-align:center;
}
.over_all
{
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;

}
.m_form_line
{
	margin-bottom:20px;
}
.m_form_line input[type="text"]
{
	display:block;
	width:100%;
	height:40px;
	border:1px solid #000;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.btn_order
{
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: 'Helvetica';
	border:0;
	cursor:pointer;
}
.btn_order:hover
{
	background:rgba(0,0,0,0.7);
}


.m_form_line input[type="text"].error
{
	border-color:#ff0000;
}
.thank_message
{
	text-align:center;
	font-size:16px;
}
.close
{
	width:20px;
	height:20px;
	background:url(../img/close.png) no-repeat center center;
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
}
.con_img
{
	width:auto;
	margin:auto;
	max-width:100%;
}
.con_img img
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.w_slider.owl-carousel .owl-item img
{
    width: auto;
    max-height: 600px;
}
.st_line
{
	padding-left:20px;
	background:url(../img/n_yes.png) no-repeat 0 center;
	    display: none;
}
.st_line.n_no
{
	background:url(../img/n_no.png) no-repeat 0 center;
}
.nav_padding
{
	height:50px;

}
.max-price
{
	border: none!important;
}
.min-price
{
	border: none!important;
}
.phone_sell_tel {
	text-decoration: none;
	color: #999!important;
}
.arrow_strl_right img{
	width: 24px!important;
}
.arrow_strl_left img{
	width: 24px!important;
	transform: scale(-1, 1);
}
.fas:before{
	font-size: 14px;
}
.fa-phone-volume::before{
	content: "\f095"!important;
}
.fa-phone-volume{
	transform: scale(-1, 1);
}




.search_but {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px !important;
}

.error{
	background: #ff726b!important;
}




.rub_evro_box {
	display: flex;
}

.rub_evro_box p {
	margin-right: 30px;
	font-family: HelveticaNeueCyr;
	font-size: 19px;
	line-height: normal;
	color: #a3a3a3;
	font-weight: bold;
}

.catalo_shved .cont_catalo_shved form .left_ocenka {
	max-width: 400px;
	width: auto !important;
	margin-top: 20px;
}

.catalo_shved .cont_catalo_shved form .left_ocenka input {
	margin-bottom: 0;
}



.catalo_shved .cont_catalo_shved form .btn_prem_fill {
	cursor: pointer;
	margin: 0;
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #444444;
	border-radius: 13px;
	margin-bottom: 20px !important;
}


.sort_box_sel {
	position: relative;
	border: 2px solid #7c7c7c;
	border-radius: 50px;
	margin-top: 20px;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	font-size: 16px;
}

.sort_box_p1 {
	color: #585858;
}

.sort_box_p2 {
	color: #838383;
	margin-left: 6px;
}

.sort_box_sel i {
	position: absolute;
	top: 10px;
	right: 15px;
}

.sort_box_option_sel {
	position: relative;
}

.sort_box_option_sel * {
	transition: 0s;
}

.sort_box_opt {
	position: absolute;
	display: none;
	background: #fff;
	z-index: 99999999999;
	box-shadow: 0px 16px 25px 0px rgba(0,0,0,0.4);
	color: #7c7c7c;
	left: 0;
	width: 100%;
	max-width: 400px;
	z-index: 9999999999999999999999999999999999;
	border-radius: 23px 23px 20px 20px;
	padding: 20px 0px;
	text-align: center;
	font-size: 16px;
}

.sort_box_opt div {
	display: grid;
}

.sort_box_opt a,
.sort_box_opt b {
	text-decoration: none;
	color: #7c7c7c;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

.sort_box_opt a:hover,
.sort_box_opt b:hover{
	background: #ccc;
}

.sort_box_opt a:last-child,
.sort_box_opt b:last-child{
	border-bottom: none;
}








@-webkit-keyframes autofill {
	to {
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}



.footer_btm_ooo {
	font-family: 'HelveticaNeueCyr';
	display: flex;
	justify-content: space-between;
	color: #969696;
}

.footer_btm_ooo_hidden {
	display:none;
}

.footer_btm_ooo div p {
	margin-bottom: 5px;
}

.footer_btm_ooo div p a {
	color: #fff;
}

.footer_btm_ooo div:first-child {

}

.footer_btm_ooo div:last-child {
	text-align: right;
}

.div_searr {
	position: relative;
	width: max-content;
	width: -moz-max-content;
}

.dollor {
	font-size: 25px;
	margin-left: 5px;
}

.slid_pprises {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
}
.others_contacts {
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #2d2d2d;
    font-weight: bold;
}
.others_contacts__list li a {
    font-family: HelveticaNeueCyr;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #5C5C5C;
}
.logo_boox p {
	font-family: "Merriweather";
}