@import url(fontello.css);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url(css2.css);

/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
html {
	background: #eaeaea;
	/* z-index бывает нужен не всегда. Если проблемы с видимостью шапки (она уплывает под слайдер) то включить */
	/*z-index: 200;*/
}
body {
	min-width: 320px;
	font: 18px/1.45 Ubuntu, sans-serif;
}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
th, td {vertical-align: top;}
th {
	text-align: left;
	font-weight: normal;
}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.5em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1980px;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	line-height: 1.3;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border td {border: 1px solid #333;}

.tbl_overflow {
	position: relative;
	overflow: auto;
}
.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

/* -------------------------------
	Forms 
------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #fff;
	/*width: 100%;*/
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.3;

	/* next rule delete arrow from dropdown lists */
	/*-webkit-appearance: none;*/
}
textarea {
	height: 100px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn {
	background: #2b405b;
	display: inline-block;
	padding: 10px 17px;
	border: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}

/* -------------------------------
	Header 
------------------------------- */
#header {
	/* position: relative; */
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
}

.b_wr2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	margin-top: 30px;
}

.logo {
	max-width: 190px;
	max-height: 40px;
	position: relative;
	top: -10px;
}

.h_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.h_menu li {
	padding: 0;
	margin-right: 50px;
	
}
.h_menu li a{
	border-bottom: 2px solid #fff0;
}
.h_menu li a.act{
	border-bottom: 2px solid #fff212;
}
.h_menu li a:active{
	border-bottom: 2px solid #fff212;
}
.h_menu li a:focus{
	border-bottom: 2px solid #fff212;
}
.h_menu li:last-child {
	margin-right: 0;
}
.h_menu li a:hover{
    border-bottom: 2px solid #fff212;
}

.h_menu a {
	color: #000;
	text-decoration: none;
	/* font-size: 18px; */
}

.h_phone {
	line-height: 140%;
}
.h_lang {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.h_lang a {
	color: #000000;
	padding: 5px;
	margin-right: 15px;
	font-size: 18px;
	text-decoration: none;
	/* line-height: 140%; */
}
.h_lang a.active {
	background-color: #fff212;
}

/* burger-button */
.m_ctrl {
	display: none;
	width: 30px;
	height: 20px;
	position: fixed;
	top: 50px;
	right: 10px;
	z-index: 220;
	cursor: pointer;
}
.m_ctrl span,
.m_ctrl span::before,
.m_ctrl span::after {
	background: #000;
	height: 2px;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.m_ctrl span {
	display: block;
	width: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.m_ctrl span::before,
.m_ctrl span::after {
	content: "";
	width: 100%;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.m_ctrl span::before {top: -10px;}
.m_ctrl span::after {bottom: -10px;}

.m_ctrl.active {}
.m_ctrl.active::after {content: "";}
.m_ctrl.active span {background: none;}
.m_ctrl.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m_ctrl.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* wrapper and mobile menu in head_m */
.h_menu_mob_wr {
	display: none;
	width: 100%;
	max-width: 320px;
	height: 100%;
	overflow: auto;
	padding: 40px 25px 25px 4px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #FFF212;
	z-index: 210;
}

.h_menu_mob {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	right: 30px;
}

.h_menu_mob > li {
	/* border-bottom: 1px dotted #00618e; */
	position: relative;
}
.h_menu_mob > li:last-child {
	border-bottom: none;
}

.h_menu_mob > li > a {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
}

.h_menu_mob > li:hover > a,
.h_menu_mob > li.active > a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

.h_menu_mob.v2 {
	display: -ms-inline-flexbox;
	display: inline-flex;
	/* outline: 1px solid black; */
	margin-top: 42px;
	margin-bottom: 28px;
}

.h_menu_wrap {
	display: inline;
}

.fog {
	background: rgba(45, 44, 44, 0.8);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}


/* -------------------------------
	Main 
------------------------------- */
#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.2;
}
ul.breadcrumbs {
    margin-bottom: 0;
}
.breadcrumbs li {margin-bottom: 0.2em;}
.breadcrumbs li::after {
	content: "\002F";
	margin: 0 0.4em;
}
.breadcrumbs li:last-child::after {display: none;}
.breadcrumbs a {color: inherit;}

.slick-arrow {
	background: transparent;
	width: 40px;
	min-width: auto;
	height: 60px;
	padding: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
}
.slick-prev {left: 0;}
.slick-next {right: 0;}
.slick-prev::before,
.slick-next::before {
	font-family: "fontello";
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
}
.slick-prev::before {content: "\E86D";}
.slick-next::before {content: "\E869";}
.slick-arrow.slick-disabled {color: #ccc;}

.slick-dots {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	line-height: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 4px;
}
.slick-dots button {
	background: none;
	width: 22px;
	min-width: auto;
	height: 22px;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
}
.slick-dots button::before {
	content: "";
	background: #a5a5a5;
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.slick-dots li.slick-active button {}
.slick-dots li.slick-active button::before {
	background: #fff212;
	width: 10px;
	height: 10px;
}

.tabs .ui-helper-clearfix::before,
.tabs .ui-helper-clearfix::after {display: none;}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: inherit;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
	float: none;
	white-space: normal;
}
.ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0;
	float: none;
	color: inherit;
	text-decoration: none;
}
.ui-tabs .ui-tabs-panel {padding: 0;}

.tabs_wr {padding: 0;}
.tabs_wr .ui-tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.6em;
	font-size: 22px;
}
.tabs_wr .ui-tabs-nav li {margin: 0 1em 10px 0;}
.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
	background: #f8f8f8;
	display: block;
	min-width: 138px;
	padding: 0.96em 1em;
	font-weight: 500;
	line-height: 1.3;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {background: #fff212;}

.slider_range_wr {margin-top: 6px;}
.ui-slider-horizontal {
	background: #e5ede5;
	height: 12px;
	margin-bottom: 10px;
	border-radius: 6px;
}
.ui-slider .ui-slider-range {background: #ca3939;}
.ui-slider .ui-slider-handle {
	background: #333848;
	width: 5px;
	height: 22px;
	border-radius: 3px;
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {top: -5px; margin-left: 0;}
.slider_range_wr input[type="text"] {
	background: none;
	width: 60px;
	padding: 0;
	border: none;
	font-size: 14px;
	color: #595959;
}
#range-amount {float: left;}
#range-amount2 {float: right; text-align: right;}

.fancybox-bg {/*background:;*/}
.fancybox-is-open .fancybox-bg {/*opacity:;*/}

.fancybox-content {
	/*background:;*/
	/*padding:;*/
}

.popup {
	background: #fff;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

/* Slider - begin */
.slider .item {
	position: relative;
	/* max-height: 920px;
    height: 101vh; */
	height: 920px;
}
.slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.slider_wr1 {
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff212;
}

.slider_wr1 .in {
	max-width: 1076px;
	margin-right: 0;
}

.slider .in {}
.slider .descr {
	padding-top: 55px;
	padding-bottom: 55px;
	/* text-align: center; */
	/* padding-top: 50px; */

	/* min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 200px; */

}

.slider .slick-dots {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.txt1 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
}

.slider_nav {
	background-color: #fff212;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
}

.slider_nav .in {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 120px;
}

.slider_nav .in .info1 {
	padding: 0 29px;
	font-size: 24px;
}

/* .slider_nav .slick-prev {left: -20px;} */
.slider_nav .slick-arrow {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
/* .slider_nav .slick-next {right: 92px;} */
/* Slider - end */

.title1 {
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 74px;
}

.c_wr1 .in {
	padding-top: 100px;
}

.title2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
}
.c_wr1 .in .title2 {
	margin-bottom: 50px;
}

.b_info1 {
	/*display: -webkit-box;*/
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 60px;
}
.b_info1 .item {
	width: calc(100% / 2 - 116px);
	max-width: 600px;
}
.b_info1 .item:first-child {
	margin-right: 116px;
}
.b_info1 .item:last-child {
	padding-left: 25px;
}

.b_wr1 {
	position: relative;
}

.slider .title1 {
	margin-bottom: 25px;
}

.b_wr3 {
	background: #fff212;
	padding: 0 50px 30px 70px;
	position: relative;
}

.b_wr3 p {
	height: 5.8em;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.b_info2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.b_info2 .item {
	width: calc(100% / 2 - 50px);
	/*max-width: 670px;*/
	margin: 0 25px 50px 25px;
	/* margin-bottom: 50px; */
}

.b_info2 .thumb {
	position: relative;
	padding-top: 57%;
}
.b_info2 .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.b_info2 .title3 {
	width: 84%;
	max-width: 18em;
	background-color: #fff212;
	margin: 0 0 -1em -70px;
	padding: 1.6em 0 0 70px;
	position: relative;
	top: -2.52em;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

a.lnk_v1 {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 240px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}
a.lnk_v1 i {
	margin-left: 0.3em;
	font-size: 35px;
}

.c_wr2 .in {
	padding-top: 100px;
}

.c_wr3 .in {
	padding-top: 75px;
}

.c_wr3 .title2 {
	margin-bottom: 90px;
}

.title4 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

.txt2 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
}

.b_info3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b_info3 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 300px;
	margin-bottom: 100px;
	margin-right: 47px;
}
.b_info3 .item .thumb {
	min-width: 70px;
}
.b_info3 .item .thumb img {
	margin-right: 20px;
}
.b_info3 .item .title4 {
	margin-bottom: 22px;
}

.c_wr4 .in {
	padding-top: 50px;
}

.c_wr4 .in .title2 {
	margin-bottom: 90px;
}

.b_info4 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* .b_info4 .thumb {
 width: calc(100% / 11);
 border-bottom: 2px solid #FFF212;
 padding-bottom: 16px;
 margin-bottom: 30px;
} */

.b_info4 .thumb {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	border-bottom: 2px solid #FFF212;
	padding-bottom: 16px;
	margin-bottom: 30px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.b_info4 .thumb::before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #FFF212;
	position: absolute;
	bottom: -2px;
	left: -25px;
}
.b_info4 .thumb::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #FFF212;
	position: absolute;
	bottom: -2px;
	right: -20px;
}

.b_info4 .item {
	/* justify-content: space-between; */
}

/* .b_info4 .thumb {
 width: 100%;
 max-width: 100px;
 border-bottom: 2px solid #FFF212;
 padding-bottom: 16px;
 margin-bottom: 30px;
 padding: 0 20px 16px 20px;
} */

.b_info4 .thumb img {

}

.c_wr5 {
	padding-top: 110px;
	position: relative;
}

.c_wr5 .map {
	background-color: #FFF212;
	/* position: relative; */
}

.c_wr5 .rectangle1 {
	position: absolute;
	/* top: -50px; */
	bottom: 0;
	left: 0;
	/* z-index: 9999; */

	width: 1345px;
	height: 100px;
	background-color: #FFF212;
}

.c_wr5 .map iframe {
	width: 100%;
	height: 101vh;
	max-height: 628px;
}

.b_info5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -18px;
}
.b_info5 .thumb {
	width: calc(100% / 7 - 36px);
	height: 140px;
	margin: 0 18px 30px 18px;
}
.b_info5 .thumb a {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 10px;
	border: 1px solid rgba(239, 239, 239, 0.3);
	border: 1px solid #ccc;
	border-radius: 50px;
}
.b_info5 .thumb img {
	max-width: 100%;
	max-height: 88%;
	margin: auto;
}

.carousel {
	display: block;
	overflow: hidden;
}
.carousel .slick-slide {
	margin-right: 18px;
	margin-left: 18px;
}
.carousel .thumb {
	margin-right: 0;
	margin-left: 0;
}

.title5 {
	margin-bottom: 0.6em;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}

.m_head {
	background: #fff212;
	margin-bottom: 26px;
	padding: 15px 0 15px 0;
    margin-top: 100px;
}
.m_head .in > :last-child {margin: 0;}

.c_wr6 {
	padding-bottom: 20px;
	font-size: 18px;
}

.c_wr6 ul li {
	font-size: 18px;
}

.b_info6 {
	max-width: 1046px;
	margin: 0 auto 60px auto;
	position: relative;
}
.bi6_thumb {
	padding-top: 58%;
	position: relative;
}
.bi6_thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.bi6_title {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
.bi6_title::after {
	content: "";
	background: #fff212;
	width: 100%;
	height: 0.7em;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bi6_title span {
	background: #fff212;
	display: inline-block;
	vertical-align: top;
	width: 84%;
	max-width: 18.7em;
	padding: 1.6em 1em 0.5em 3em;
	position: relative;
	z-index: 1;
}

.list1 {
	padding-left: 15px;
	list-style: none;
}
.list1 li {
	padding-left: 1.54em;
	position: relative;
}
.list1 li::before {
	content: "";
	background: #fff212;
	width: 0.85em;
	height: 0.85em;
	border-radius: 50%;
	position: absolute;
	top: 0.26em;
	left: 0;
}

/* -------------------------------
	Footer 
------------------------------- */
#footer {
	position: relative;
	background-color: #FFF212;
}

#footer .in {
	padding-bottom: 60px;
}

.f_menu,
.f_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.f_menu li {padding: 0;}
.f_menu a {
}
.f_menu a:hover {
}

.f_col ul li:first-child {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
}

.f_col ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	text-decoration: none;
	color: #000000;
}

.f_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	top: -30px;
}

.f_menu .f_col:nth-child(1) li,
.f_menu .f_col:nth-child(2) li,
.f_menu .f_col:nth-child(3) li {
	margin-bottom: 10px;
}

.f_menu .f_col:nth-child(4) {
	-ms-flex-item-align: end;
	align-self: flex-end;
	/* outline: 1px solid black; */
}

.f_menu .f_col:nth-child(4) ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	/* left: -110px; */
	left: -85px;
}

.f_menu .f_col:nth-child(4) ul li {
	margin-right: 20px;
}

/* @media queries */
@media screen and (max-width: 1435px) {
	.b_info4 .thumb {
		width: auto;
		margin: 10px;
	}
}

@media screen and (max-width: 1340px) {
	.rectangle1 {
		display: none;
	}
	.f_menu {
		top: 0;
	}
	#footer .in {
		padding-top: 20px;
	}
	.f_menu .f_col:nth-child(4) ul {
		left: 0;
	}
}

@media screen and (max-width: 1100px) {
	/* switch menu */
	.h_menu {
		display: none;
	}

	.m_ctrl {
		display: block;
	}

	.h_lang {
		/* display: none; */
		visibility: hidden;
	}
}

@media screen and (max-width: 1000px) {
	.b_info1 .item:first-child {
		margin-right: 0;
	}
	.b_info1 .item {
		width: 100%;
		max-width: none;
	}
	.b_info1 .item:last-child {
		padding-left: 0;
	}
}

@media screen and (max-width: 980px) {
	.b_info2 {margin: 0 -15px;}
	.b_info2 .item {
		width: calc(100% / 2 - 30px);
		margin: 0 15px 30px 15px;
	}
	.b_wr3 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.b_info2 .title3 {
		margin-left: -30px;
		padding-left: 30px;
	}

	.title5 {font-size: 30px;}
    .m_head {
    padding: 15px 0 15px 0;
    margin-top: 100px
    }

	.c_wr6 {font-size: 20px;}

	.tabs_wr .ui-tabs-nav {font-size: 17px;}

	.b_info6 {margin-bottom: 50px;}
	.bi6_title {font-size: 30px;}
}

@media screen and (max-width: 900px) {
	.f_menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.f_menu .f_col {
		/* outline: 1px solid black; */
		padding: 10px;
		margin: 10px;
	}

	.f_menu .f_col li:first-child {
		font-size: 18px;
	}

	.f_col ul li a {
		font-size: 14px;
	}

	.f_menu .f_col:nth-child(3) li:nth-child(n+2) {
		font-size: 14px;
	}

	.f_menu .f_col:nth-child(4) {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 800px) {
	.b_info2 {
		display: block;
		margin: 0;
	}
	.b_info2 .item {
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	.b_wr3 p {
		height: auto;
		overflow: visible;
	}
}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 733px) {
	.b_info3 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b_info3 .item {
		margin-bottom: 50px;
		margin-right: 47px;
	}
}

@media screen and (max-width: 730px) {}

@media screen and (max-width: 640px) {
	.b_info4 .item {}

	.b_info4 .thumb {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: calc(100% / 4 - 20px);
		margin-right: 0;
		border-bottom: none;
		/* outline: 1px solid black; */
	}
	.b_info4 .thumb::before {
		display: none;
	}
	.b_info4 .thumb::after {
		display: none;
	}

	.b_info5 {
		margin-right: -10px;
		margin-left: -10px;
	}

	.b_info5 .item,
	.carousel .slick-slide {
		margin-right: 10px;
		margin-left: 10px;
	}

	.title5 {font-size: 25px;}

	.c_wr6 {font-size: 18px;}

	.b_info6 {margin-bottom: 40px;}
	.bi6_title {font-size: 25px;}
}

@media screen and (max-width: 600px) {
	.slider_nav .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.info1 {
		display: none;
	}

	.slick-arrow {
		height: 40px;
	}
	.slick-arrow:first-child {
		margin-top: 20px;
	}

	.slider .title1 {
		font-size: 54px;
	}
}

@media screen and (max-width: 577px) {
	.f_menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.f_menu .f_col:nth-child(1),
	.f_menu .f_col:nth-child(2) {
		display: none;
	}

	.f_menu .f_col:nth-child(3) li:first-child {
		margin-bottom: 20px;
	}

	.f_menu .f_col:nth-child(4) {
		margin-left: 0;
	}

	.f_menu .f_col {
		padding: 0;
		margin: 0 0 20px 0;
	}

	#footer .in {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 550px) {
	body {
		font-size: 14px;
	}

	.b_info2 .item {margin-bottom: 20px;}
	.b_wr3 {padding: 0 20px 10px 20px;}
	.b_info2 .title3 {
		margin-left: -20px;
		padding: 1em 0 0 20px;
		top: -2em;
		font-size: 18px;
	}

	.logo {
		max-width: 120px;
		margin-right: 10px;
	}

	.m_ctrl {
		top: 20px;
	}

	.b_wr2 {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		position: relative;
		top: -20px;
	}

	.title5 {font-size: 20px;}

	.m_head {padding: 10px 0 10px 0;margin-top: 60px;}

	.c_wr6 {font-size: 14px;}

	.b_info6 {margin-bottom: 30px;}
	.bi6_title {font-size: 18px;}
	.bi6_title span {
		padding-top: 1em;
		padding-left: 1em;
	}
}

@media screen and (max-width: 480px) {
	a.lnk_v1 {
		width: 100%;
		min-width: auto;
	}

	.b_info3 .item {
		margin-right: 0;
	}

	.slider .title1 {
		font-size: 44px;
		line-height: 130%;
	}
}

@media screen and (max-width: 375px) {
	/* .logo {
     max-width: 89px;
     max-height: 19px;
     top: -24px;
     margin-right: 10px;
    }

    .h_phone {
     position: relative;
     top: -20px;
    } */
	.b_wr2 {}

	.m_ctrl {
		top: 15px;
	}

	.h_lang {
		display: none;
	}

	.h_phone {
		margin-right: auto;
	}

	.slider .title1 {
		font-size: 30px;
		line-height: 130%;
	}

	.slider .descr {
		padding-top: 25px;
	}

	.c_wr1 .in {
		padding-top: 100px;
	}

	.c_wr1 .in .title2 {
		margin-bottom: 50px;
		font-size: 30px;
		line-height: 34px;
	}

	.b_info1 .item:nth-child(n+2) {
		display: none;
	}

	.c_wr2 .in {
		padding-top: 50px;
	}

	.c_wr3 .in {
		padding-top: 100px;
	}

	.c_wr3 .title2 {
		font-size: 30px;
		line-height: 130%;
		margin-bottom: 50px;
	}

	.title4 {
		font-size: 18px;
		line-height: 23px;
	}

	.b_info3 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.c_wr4 .in {
		padding-top: 50px;
	}

	.c_wr4 .in .title2 {
		margin-bottom: 50px;
		font-size: 30px;
		line-height: 34px;
	}

	.b_info4 .thumb {
		-ms-flex-preferred-size: 69px;
		flex-basis: 69px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.c_wr5 {
		padding-top: 74px;
	}

	.tabs_wr .ui-tabs-nav li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

@media screen and (max-width: 320px) {}

/*M.Chaos*/
.b_info1 {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
}
.c_wr9 {
	background: #f8f8f8;
	padding: 50px 0;
	font-size: 18px;
}
.c_wr9 .in {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
}
.c_wr9 .cols {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.c_wr9 .col:nth-child(1) {
	-ms-flex-preferred-size: 373px;
	flex-basis: 373px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 700px;
	margin-right: 6%;
	padding: 30px 6% 30px 0;
	border-right: 1px solid #c3c3c3;
}
.title9 {
	margin: 0 0 1.5em -50px;
	font-size: 25px;
	line-height: 1.3;
	text-transform: uppercase;
}
.title9 span {
	background: #FFF212;
	min-width: 400px;
	padding: .55em 50px;
	-webkit-clip-path: polygon(0 26%,4% 0,100% 0,100% 48%,92% 100%,0 100%);
	clip-path: polygon(0 26%,4% 0,100% 0,100% 48%,92% 100%,0 100%);
	color: #000;
}
.c_wr9 .col:nth-child(2) {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	padding: 16px 0;
}
.feedback {
	max-width: 400px;
}
form .f_row {
	margin-bottom: 16px;
}
.feedback label, .tabs ul li a {
	font-weight: 500;
	text-transform: uppercase;
}
.feedback label {
	display: block;
	margin-bottom: .3em;
	font-size: 14px;
	line-height: 1.3;
}
input[type=tel], input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=url], select, textarea {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid #dadada;
	font: 16px/20px Ubuntu,sans-serif;
	color: #333;
	-webkit-appearance: none;
}
.btn, button, input[type=submit], input[type=button] {
	background: #FFF212;
	padding: 9px 19px;
	border: 1px solid #FFF212;
	font: 700 13px/20px Ubuntu,sans-serif;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}
.c_wr9 p {
	margin: 0 0 1.75em;
	line-height: 1.4;
}
.c_wr8 {
	padding: 60px 0;
}
.c_wr8 .in {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
}
.b_info8 {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -50px;
}
.b_info8 img {
	margin: 0 auto;
}
.b_info8 .item {
	width: calc(25% - 100px);
	margin: 0 50px 25px;
}
.b_info8 .thumb {
	display: flex;
	height: 166px;
}
.b_info8 .title {
	background: #727271;
	padding: 9px 20px;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.title10 {
	margin-bottom: 1.4em;
	font-size: 17px;
}
.b_info10 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px 28px;
}
.b_info10 .thumb {
	width: calc(33.3% - 36px);
	height: 100vw;
	min-height: 150px;
	max-height: 250px;
	margin: 0 18px 36px;
}
.pagination {
	display: flex;
	flex-wrap: wrap;
}
.pg_num {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.pagination a {
	background: #f8f8f8;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0;
	line-height: 50px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
}
.pagination a.active {
	background: #fff212;
	color: #fff;
}
.c_wr11 {
	background: #f8f8f8;
	padding: 70px 55px 40px;
}
.title11 {
	margin: 0 0 1.4em -50px;
	font-size: 25px;
	line-height: 1.3;
	text-transform: uppercase;
}
.title11 span {
	background: #FFF212;
	min-width: 400px;
	padding: .55em 50px;
	-webkit-clip-path: polygon(0 26%,4% 0,100% 0,100% 48%,92% 100%,0 100%);
	clip-path: polygon(0 26%,4% 0,100% 0,100% 48%,92% 100%,0 100%);
	color: #000;
}
.b_info11 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -18px;
}
.b_info11 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(50% - 36px);
	max-width: 550px;
	margin: 0 18px 50px;
}
.b_info11 .thumb {
	width: 220px;
	height: 150px;
	margin: 0 25px 15px 0;
}
.b_info11 a {
	color: #000;
	text-decoration: none;
}
.b_info11 .descr {
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 15px;
}
.b_info11 .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.b_info11 .title {
	margin: -.3em 0 1em;
	line-height: 1.5;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
}
.b_info11 p {
	margin-bottom: 1.4em;
}
.tabs_gallerys ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.6em;
	font-size: 22px;
	padding: 0;
	list-style: none;
	line-height: inherit;
}
.tabs_gallerys ul li {
	font-size: 20px;
	padding-bottom: 0;
	margin: 0 1em 10px 0;
	padding: 0;
	float: none;
	white-space: normal;
	position: relative;
	top: 0;
}
.tabs_gallerys ul li a {
	background: #f8f8f8;
	display: block;
	min-width: 138px;
	padding: 0.96em 1em;
	font-weight: 500;
	line-height: 1.3;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.tabs_gallerys ul li a.active {
	background: #fff212;
	cursor: text;
}
.description {
    font-size: 18px;
}
.description li::before {
	content: "";
	background: #fff212;
	width: 0.85em;
	height: 0.85em;
	border-radius: 50%;
	position: absolute;
	top: 0.26em;
	left: 0;
}
.description ul{
	padding-left: 15px;
	list-style: none;
}
.description li{
	padding-left: 1.54em;
	position: relative;
}
ul.h_lang {
	text-transform: lowercase;
}
.head-scroll .in {
    padding:0px;
    max-width: 100%;
}
.head-scroll .in .b_wr2 {
    background: #ffffffed;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    padding: 25px 20px 20px;
}
.in.in_home {
    padding:0px;
    max-width: 100%;
}
.in.in_home .b_wr2 {
    background: #eaeaeac9;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    padding: 25px 20px 20px;
}
.m_msg h1.title2 {
    text-align: center;
    padding-top: 50px;
}
.m_msg {
    text-align: center;
}
a.yith-quick-view-close {
    text-decoration: none;
}
/*Products TABS*/
.tabs_category ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.6em;
	font-size: 22px;
	padding: 0;
}
.tabs_category ul li {
	padding-bottom: 0;
	margin: 0 1em 10px 0;
	list-style: none;
}
.tabs_category ul li a{
	background: #f8f8f8;
	display: block;
	min-width: 138px;
	padding: 0.96em 1em;
	font-weight: 500;
	line-height: 1.3;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.tabs_category ul li a:hover {
	background: #fff212;
}
.tabs_category ul li a.act {
	background: #fff212;
}
.tabs_category .description ul {
    display: block!important;
}
.tabs_category .description ul li{
    display: block!important;
}
@media screen and (min-width: 768px) {
.head-scroll{
  position: fixed!important;
  top: 0;
  transition:1s;
}
}
@media screen and (max-width: 480px) {
	.b_info8 .item {
		width: calc(100% - 100px);
	}
	.title9 span {
		display: block;
	}
	.b_info10 .thumb {
		height: auto;
		min-height: 45px;
	}
	.b_info11 .item {
		width: calc(100% - 36px);
	}
	.tabs_gallerys ul li {
    width: 100%;
    margin: 5px auto;
}
.pagination a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.tabs_category ul li{
width: 100%;
}
}
