* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, 
body.inner-page {
    height: 100%;
}
img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
a img {
	border: none;
}
path,
path:hover,
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
.wreaper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: 'Rubik', sans-serif;
	line-height: 1;
	background: #fff;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

::-webkit-input-placeholder {color:#C4C4C4;}
::-moz-placeholder          {color:#C4C4C4;}
:-moz-placeholder           {color:#C4C4C4;}
:-ms-input-placeholder      {color:#C4C4C4;}

strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
/* end */

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
    width: 100%;
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.width-100 {
	width: 100%;
}
.buttonMenu {
	display: none;
}
@media screen and (min-width: 1279px) {
	.mobile-menu {
		display: none;
	}
}
.width-1340 {
	max-width: 1340px;
	margin: 0 auto;
}
.width-1226 {
	max-width: 1226px;
	margin: 0 auto;
}
.width-1120 {
	max-width: 1120px;
	margin: 0 auto;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}
.headerTop {
	padding-top: 7px;
}
.headerTop_left {

}
.headerTop_right {

}
.headerLogo {
	display: block;
	max-width: 66px;
	height: auto;
	font-size: 0;
	margin-right: 37px;
}
@media screen and (min-width: 1279px) {
	.menuTop {

	}
	.menuTop > ul {
		font-size: 0;
	}
	.menuTop > ul > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin-right: 47px;
	}
	.menuTop > ul > li:last-child {
		margin-right: 0;
	}
	.menuTop > ul > li > span,
	.menuTop > ul > li > a {
		display: block;
		text-decoration: none;
		font-size: 18px;
		color: #FFFFFF;
		cursor: pointer;
	}
	.menuTop > ul > li:hover > span,
	.menuTop > ul > li.active a,
	.menuTop > ul > li > span:hover,
	.menuTop > ul > li > a:hover {
		color: #F5B315;
	}
	.menuTop > ul > li:hover > span:after,
	.menuTop > ul > li > span:hover:after {
		border-color: #F5B315;
	}
	.dropDown > span {
		padding-right: 20px;
	}
	.dropDown > span:after {
		display: block;
	    content: "";
	    position: absolute;
	    top: 4px;
	    right: 5px;
	    width: 6px;
	    height: 6px;
	    border: solid 1px #fff;
	    border-right: none;
	    border-top: none;
	    transform: rotate(-45deg);
	}
	.menuTop > ul > li:hover > .dropMenu {
		display: block;
	}
	.dropMenu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		padding-top: 10px;
	}
	.dropMenu > ul {
		width: 200px;
		background: #fff;
		border-radius: 5px;
		padding: 5px 0;
		box-shadow: 0 0 5px 1px rgba(0,0,0,0.22);
	}
	.dropMenu > ul > li {
		position: relative;
	}
	.dropMenu > ul > li > a,
	.dropMenu > ul > li > span {
		display: block;
		font-size: 16px;
		color: #000;
		line-height: 1.2;
		padding: 5px 10px;
		text-decoration: none;
		cursor: pointer;
		transition: 0.3s ease all;
		position: relative;
	}
	.dropMenu > ul > li:hover > span,
	.dropMenu > ul > li > a:hover,
	.dropMenu > ul > li > span:hover {
		color: #F5B315;
		transition: 0.3s ease all;
	}
	.dropMenu > ul > li > span {
		padding-right: 25px;
	}
	.dropMenu > ul > li > span:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    width: 7px;
	    height: 7px;
	    border: solid 1px #000;
	    border-left: none;
	    border-top: none;
	    transform: rotate(-45deg);
	    transition: 0.3s ease all;
	}
	.dropMenu > ul > li:hover > span:after,
	.dropMenu > ul > li > span:hover:after {
		border-color: #F5B315;
		transition: 0.3s ease all;
	}
	.dropMenu > ul > li:hover .thirdLevel {
		display: block;
		padding-top: 0;
		top: -5px;
	}
	.thirdLevel {
		display: none;
		position: absolute;
		top: 0;
		left: 200px;
		padding-left: 10px;
	}
	.thirdLevel > ul {
		width: 250px;
		background: #fff;
		border-radius: 5px;
		padding: 5px 0;
		box-shadow: 0 0 5px 1px rgba(0,0,0,0.22);
	}
	.thirdLevel > ul > li > a {
		display: block;
		font-size: 16px;
		color: #000;
		line-height: 1.2;
		padding: 5px 10px;
		text-decoration: none;
		cursor: pointer;
		transition: 0.3s ease all;
		position: relative;
	}
	.thirdLevel > ul > li > a:hover {
		color: #F5B315;
		transition: 0.3s ease all;
	}
}
.buttonBasket {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	position: relative;
}
.buttonBasket_quantity {
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	position: absolute;
	top: -6px;
    right: -14px;
	background: #F5B315;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	text-align: center;
	transition: 0.3s ease all;
}
.buttonBasket:hover .buttonBasket_quantity {
	background: #fff;
	transition: 0.3s ease all;
}
.boxSeach_button use,
.buttonBasket use {
	fill: #fff;
}
.boxSeach_button:hover use,
.buttonBasket:hover use {
	fill: #F5B315;
}
.boxSeach {
	position: relative;
	margin-left: 25px;
}
.boxSeach_button {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 1;
	background: transparent;
}
.all-boxLanguages {
    position: relative;
    margin-left: 36px;
}
.boxLanguages_button {
	display: block;
	font-size: 19px;
	line-height: 1;
	color: #FFFFFF;
	background: transparent;
	padding-right: 16px;
	box-sizing: border-box;
	position: relative;
}
.boxLanguages_button:before {
	display: block;
    content: "";
    position: absolute;
    top: 5px;
    right: 4px;
    width: 6px;
    height: 6px;
    border: solid 1px #fff;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
}
.all-boxLanguages.open .boxLanguages_button:before {
    top: 9px;
    transform: rotate(135deg);
}
.boxLanguages_modal {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 11px;
}
.all-boxLanguages.open .boxLanguages_modal {
	display: block;
}
.boxLanguages_modal a {
	display: block;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.25;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 3px;
}
.boxLanguages_modal a:last-child {
	margin-bottom: 0;
}
.boxLanguages_modal a:hover {
	color: #F5B315;
}  
.sliderTop {
	font-size: 0;
	overflow: hidden;
}
.sliderTop,
.sliderTop_thumb {
	height: 695px;
}
.sliderTop_thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
}
.sliderTop_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sliderTop_item {
	width: 100%;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	padding-top: 22px;
}
/*.sliderTop_title,
.sliderTop_text {
	max-width: 1000px;
}*/
.sliderTop_title {
	font-weight: bold;
	font-size: 64px;
	color: #F5B315;
}
.sliderTop_title span {
	display: block;
	color: #fff;
}
.sliderTop_text {
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
	color: #FFFFFF;
	margin-top: 6px;
}
.sliderTop_link {
	min-width: 232px;
	height: 55px;
	background: #F5B315;
	border-radius: 70px;
	margin-top: 37px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding: 0 25px 0 25px;
    box-sizing: border-box;
}
.sliderTop_link use {
	fill: #000;
}
.sliderTop_link svg {
	margin-left: 7px;
}
.sliderTop_link:hover {
	background: #D09712;
}
.sliderTop .swiper-pagination {
	position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 0;
    text-align: center;
}
.sliderTop .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: relative;
	margin: 0 4px;
	cursor: pointer;
	transition: 0.3s ease all;
}
.sliderTop .swiper-pagination-bullet-active {
	pointer-events: none;
}
.sliderTop .swiper-pagination-bullet:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #C4C4C4;
	transition: 0.3s ease all;
}
.sliderTop .swiper-pagination-bullet:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: 0.3s ease all;
}
.sliderTop .swiper-pagination-bullet-active:before,
.sliderTop .swiper-pagination-bullet:hover:before {
	transform: scale(0.5);
	background: #FFFFFF;
	transition: 0.3s ease all;
}
.sliderTop .swiper-pagination-bullet-active:after,
.sliderTop .swiper-pagination-bullet:hover:after {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.whyWe {
	margin-top: 90px;
}
.whyWe_left {
	width: 50%;
	padding-top: 3px;
}
.whyWe_right {
	width: 50%;
	text-align: right;
	padding: 40px 0 0 0;
}
.whyWe_thumb {
	display: inline-block;
    vertical-align: top;
	position: relative;
	font-size: 0;
	width: 511px;
    height: 489px;
}
.whyWe_thumb img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.whyWe_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: -40px;
	left: -44px;
	width: 100%;
	height: 100%;
	background: #F5B315;
	z-index: -1;
}
.boxText {
	font-size: 18px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #000000;
}
.boxTitle {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	color: #000000;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
	margin-top: 9px;
}
.boxTitle:before {
	display: block;
	content: "";
	width: 8px;
	height: 40px;
	background: #F5B315;
	position: absolute;
	top: 0;
	left: 0;
}
.whyWe_text {
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	margin-top: 19px;
}
.listWhy {
	margin-top: 20px;
}
.listWhy li {
	width: 50%;
	box-sizing: border-box;
	margin-top: 15px;
}
.listWhy li:nth-child(odd) {
	padding-right: 5px;
}
.listWhy li:nth-child(even) {
	padding-left: 5px;
}
.listWhy_item {
	box-sizing: border-box;
	padding: 20px 5px 20px 11px;
    border: 2px solid #C4C4C4;
    height: 100%;
}
.listWhy_thumb {
	width: 70px;
	height: 70px;
}
.listWhy_right {
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.listWhy_title,
.listWhy_text {
	font-size: 18px;
	color: #000000;
}
.listWhy_title {
	font-weight: bold;
}
.listWhy_text {
	margin-top: 6px;
    font-size: 16px;
}











.boxHooks {
	max-width: 290px;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
    background-color: rgb(246, 246, 246);
    border: 1px solid #F5B315;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
}
.boxHooks p {
	font-size: 14px;
	line-height: 1.25;
 	color: #000;
}
.boxHooks p a {
	color: #000;
	text-decoration: underline;
}
.boxHooks p a:hover {
	text-decoration: none;
}
.boxHooks_button {
	display: block;
	width: 100%;
	height: 28px;
	font-size: 14px;
	border-radius: 3px;
	color: #000000;
	margin-top: 15px;
	background: #F5B315;
	transition: 0.3s ease all;
}
.boxHooks_button:hover {
	background: #D09712;
	transition: 0.3s ease all;
}




.error {
	font-size: 13px;
	margin-top: 5px;
	color: red;
}

@media screen and (max-width: 1480px) {
	.width-1340 {
		max-width: 1200px;
	}
	.boxTitle {
		font-size: 32px;
	}
	.boxTitle:before {
		height: 34px;
	}
	.listWhy_item {
	    padding: 15px 5px 15px 11px;
	}
	.whyWe_thumb {
	    width: 381px;
	    height: 364px;
	}
	.whyWe_left {
	    width: 60%;
	    padding-top: 0;
	}
	.whyWe_right {
	    width: 40%;
	}
	.listWhy_title, .listWhy_text {
		font-size: 16px;
	}
	.listWhy {
	    margin-top: 10px;
	}
	.sliderTop, .sliderTop_thumb {
	    height: 630px;
	}
	.sliderTop_title {
	    font-size: 54px;
	}



}
@media screen and (max-width: 1345px) {

}
@media screen and (max-width: 1279px) {
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sliderTop_item {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menuTop {
		display: none;
	}
	.headerLogo {
		margin-right: 0;
	}
	.headerTop {
	    box-sizing: border-box;
	    padding: 10px 15px 0 15px;
	}
	.buttonMenu {
		display: block;
		width: 31px;
		height: 25px;
		font-size: 0;
		background: transparent;
		margin-right: 20px;
	}
	.buttonMenu use {
		fill: #F5B315;
	}
	.open-menu {
		overflow-y: hidden;
	}
	.open-menu:before {
	    display: block;
	    content: "";
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 200;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.6);
	}
	.open-menu .mobile-menu {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	    box-shadow: -7px 0px 6px rgba(0, 0, 0, 0.25);
	}
	.mobile-menu {
	    display: block;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    background: #fff;
	    box-sizing: border-box;
	    width: 360px;
	    z-index: 700;
	    -webkit-transform: translate3d(-360px, 0, 0);
	    transform: translate3d(-360px, 0, 0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease, -webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	    padding: 15px 20px 20px 20px;
	}
	.mobile-menu_top {
		margin-bottom: 15px;
	}
	.boxLogo {
		max-width: 60px;
		font-size: 0;
		height: auto;
	}
	.mobile-menu_scroll {
	    height: calc(100% - 50px);
	    box-sizing: border-box;
	    padding: 11px 5px 11px 0;
	    overflow: hidden;
	    overflow-y: auto;
	    scrollbar-color: #ccc transparent;
	}
	.mobile-menu_scroll::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobile-menu_scroll::-webkit-scrollbar-thumb {
		background: #F5B315;
		border-radius: 10px;
	}
	.mobile-menu_scroll::-webkit-scrollbar {
		background-color: #ccc;
		width: 6px; 
		border-radius: 10px;
	}
	.mobile-menu_close {
		display: block;
		font-size: 0;
		background: transparent;
	}
	.mobile-menu_close use {
		fill: #000000;
	}
	.mobile-menu .listContacts_item {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.mobile-menu .listContacts_item i {
		top: 0;
	}
	.mobile-menu .footer-social {
		margin-top: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.mobile-menu .footer-social use {
		fill: #F5B315;
	}
	.mobile-menu .listContacts {
	    margin: 25px 0 0 0;
	    max-width: 100%;
	}
	.nav-menu {
	    margin-bottom: 25px;
	}
	.nav-menu > ul > li {
		margin-bottom: 16px;
	}
	.nav-menu li:last-child {
		margin-bottom: 0;
	}
	.nav-menu > ul > li > a,
	.nav-menu > ul > li > span {
		display: block;
	    position: relative;
	    text-decoration: none;
	    font-size: 18px;
	    color: #000;
	    cursor: pointer;
	}
	.nav-menu ul > li.dropDown span:before,
	.nav-menu ul > li.dropDown span:after,
	.nav-menu ul > li.dropDown a:before,
	.nav-menu ul > li.dropDown a:after {
		display: block;
		content: "";
		background: #F5B315;
		position: absolute;
	}
	.nav-menu ul > li.dropDown > span:before,
	.nav-menu ul > li.dropDown > a:before {
		top: 0;
		right: 8px;
		height: 18px;
		width: 2px;
	}
	.nav-menu ul > li.dropDown > span:after,
	.nav-menu ul > li.dropDown > a:after {
		height: 2px;
		width: 18px;
		top: 8px;
		right: 0;
	}
	.nav-menu ul > li.dropDown.open > span:before,
	.nav-menu ul > li.dropDown.open > a:before {
		display: none;
	}
	.dropMenu {
    	display: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    box-sizing: border-box;
	    padding: 15px 0 0 15px;
	}
	.dropMenu  > ul > li {
		position: relative;
		margin-bottom: 10px;
	}
	.dropMenu  > ul > li > span,
	.dropMenu  > ul > li > a {
		display: block;
	    text-decoration: none;
	    cursor: pointer;
	    font-size: 16px;
	    line-height: 1.2;
	    color: #000;
	    cursor: pointer;
	}
	.dropDown.open > span,
	.dropDown.open > a {
		color: #F5B315;
	}
	.thirdLevel {
		display: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    box-sizing: border-box;
	    padding: 10px 0 0 15px;
	}
	.thirdLevel li {
		margin-bottom: 10px;
	}
	.thirdLevel a {
		font-size: 14px !important;
	}




}
@media screen and (max-width: 1199px) {
	.boxTitle {
	    font-size: 28px;
	    margin-top: 6px;
	}
	.boxTitle:before {
	    height: 30px;
	}
	.boxText {
		font-size: 16px;
	}
	.whyWe {
		display: block;
	    margin-top: 60px;
	}
	.whyWe_left {
		width: 100%;
	}
	.whyWe_right {
	    width: 381px;
	    margin: 30px auto 0 auto;
	}

	.sliderTop, .sliderTop_thumb {
	    height: 525px;
	}


}
@media screen and (max-width: 1023px) {
    
}
@media screen and (max-width: 979px) {
	.sliderTop_title {
	    font-size: 38px;
	}
/*	.sliderTop_title, 
	.sliderTop_text {
	    max-width: 460px;
	}*/
	.sliderTop_link {
	    min-width: 186px;
	    height: 45px;
	    margin-top: 20px;
	    font-size: 14px;
	}
	.sliderTop, .sliderTop_thumb {
	    height: 400px;
	}



}
@media screen and (max-width: 799px) {
    
}
@media screen and (max-width: 768px) {
	.sliderTop_title span {
		display: inline-block;
	}
	.boxText {
	    font-size: 14px;
	}
	.boxTitle {
	    font-size: 24px;
	    margin-top: 6px;
	    line-height: 1.2;
	}
	.boxTitle:before {
	    height: 28px;
	}
	.whyWe_text {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.whyWe {
	    margin-top: 40px;
	}
	.sliderTop_text {
		display: none;
	}
	.sliderTop_title {
	    font-size: 30px;
	}
	.all-boxLanguages {
	    margin-left: 20px;
	}


}
@media screen and (max-width: 639px) {
	.listWhy li {
	    width: 100%;
	    margin-top: 10px;
	}
	.listWhy li:nth-child(odd) {
		padding-right: 0;
	}
	.listWhy li:nth-child(even) {
		padding-left: 0;
	}
	.listWhy_right {
	    padding: 0 0 0 10px;
	}
	.whyWe_right {
	    width: 290px;
	    padding: 15px 0 0 0;
	}
	.whyWe_thumb {
	    width: 100%;
	    height: 277px;
	}
	.whyWe_thumb:before {
	    top: -15px;
	    left: -15px;
	}




}
@media screen and (max-width: 479px) {
	.boxTitle {
	    font-size: 20px;
	}
	.boxTitle:before {
	    height: 24px;
	}
	.whyWe_text {
	    font-size: 14px;
	}
	.listWhy_item {
	    padding: 10px 5px 10px 11px;
	}
	.sliderTop_title {
	    font-size: 24px;
	    line-height: 1.2;
	}
	.sliderTop_link {
	    min-width: 170px;
	    height: 40px;
	    font-size: 13px;
	}
	.boxHooks {
		max-width: 100%;
		width: 100%;
		bottom: 0;
		right: 0;
	    border-radius: 0;
	}

}
@media screen and (max-width: 374px) {
    
}
@media screen and (max-width: 359px) {
	.mobile-menu {
	    width: 100vw;
	    -webkit-transform: translate3d(-100vw, 0, 0);
	    transform: translate3d(-100vw, 0, 0);
	}
}