* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	width: auto;
    max-width: 100%;
    height: auto;
}
@font-face {
    font-family: ProximaNovaRegular;
    src: url(../fonts/proxima_nova_regular.woff);
    font-display: swap;
}
@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/proxima_nova_light.woff);
    font-display: swap;
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/proxima_nova_bold.woff);
    font-display: swap;
}
.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 {
	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: " ";
}
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;
}
sup {
	vertical-align: top;
	margin-top: -5px;
	display: inline-block;
	font-size: 75%;
}

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: ProximaNovaRegular;
	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:#B0B0B0;}
::-moz-placeholder          {color:#B0B0B0;}
:-moz-placeholder           {color:#B0B0B0;}
:-ms-input-placeholder      {color:#B0B0B0;}
strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
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;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.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;
}
.a-i_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.a-i_baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.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_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.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%;
}
@media screen and (min-width: 1199px) {
	.mobile-menu {
		display: none;
	}
}

.width-1302 {
	max-width: 1302px;
	margin: 0 auto;
}

.innerPage header {
	position: relative;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.tablet_buttonMenu {
	display: none;
}
.headerTop {
	padding: 0 0 23px 0;
	background: rgba(255, 255, 255, 0.82);
}
.headerLeft {
	padding-top: 24px;
}
.boxLogo {
	display: block;
	font-size: 0;
	max-width: 237px;
	height: auto;
}
.headerRight {
	margin-top: 34px;
}
.language {
	position: absolute;
	top: 9px;
	right: 0;
	z-index: 2;
}
.language li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 13px;
}
.language li:last-child {
	padding-right: 0;
}
.language li:after {
	display: block;
	content: "/";
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 16px;
	color: #090909;
	position: absolute;
	top: 0px;
	right: 2px;
}
.language li:last-child:after {
	display: none;
}
.language a {
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #090909;
}
.language li.active a {
	color: #4CAF50;
	pointer-events: none;
}
.language a:hover {
	color: #4CAF50;
}
.boxTelephone {
	text-align: right;
	margin: 4px 0 0 82px;
}
.boxTelephone a {
	display: inline-block;
	vertical-align: top;
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 24px;
	color: #090909;
	text-decoration: none;
}
.boxTelephone a:hover {
	color: #4CAF50;
}
.boxTelephone_button {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	background: transparent;
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 14px;
	color: #4CAF50;
	margin-top: 4px;
	padding: 0 1px 2px 1px;
	position: relative;
	border-bottom: 1px dashed #4CAF50;
	transition: 0.3s ease all;
}
.boxTelephone_button:hover {
	border-bottom: 1px solid #4CAF50;
	transition: 0.3s ease all;
}
.boxTelephone p {
	box-sizing: border-box;
	padding: 0 0 0 37px;
}
.boxTelephone svg {
	position: absolute;
	top: -2px;
	left: 0;
}
.socialNetworks {
	font-size: 0;
	margin: 8px 0 0 112px;
}
.socialNetworks a {
	margin: 0 13px;
}
.socialNetworks a use {
	fill: #434343;
}
.socialNetworks a:hover use {
	fill: #4CAF50;
}
.socialNetworks a.lineStroke use,
.socialNetworks_2 a.lineStroke use {
	fill: transparent;
	stroke: #434343;
}
.socialNetworks a.lineStroke:hover use,
.socialNetworks_2 a.lineStroke:hover use {
	stroke: #4CAF50;
}
.boxAddress {

}
.boxAddress p {
	font-size: 16px;
	line-height: 1.25;
	color: #090909;
}
.boxAddress a {
	display: inline-block;
	margin-top: 2px;
	color: #090909;
	text-decoration: none;
}
.boxAddress a:hover {
	color: #4CAF50;
}
.boxAddress_item {
	box-sizing: border-box;
	padding-left: 29px;
	position: relative;
}
.boxAddress_item svg {
	position: absolute;
	top: -2px;
	left: 0;
}
.headerBottom {
	background: linear-gradient(180deg, #4CAF50 0%, #208724 100%);
	box-sizing: border-box;
	padding: 9px 0;
}
.menuTop {

}
.menuTop ul {

}
.menuTop li {
	width: 100%;
	position: relative;
	text-align: center;
}
.menuTop li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 0;
	width: 1px;
	height: 38px;
	background: #DFDFDF;
}
.menuTop li:last-child:after {
	display: none;
}
.menuTop a {
	display: block;
	text-decoration: none;
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	padding: 11px 2px;
}
.menuTop li.active a,
.menuTop a:hover {
	text-decoration: underline;
}


.sliderTop {
	position: relative;
}
.sliderTop_thumb {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.sliderTop,
.sliderTop_thumb {
	height: 940px;
}
.sliderTop_thumb:before {
	display: block;
	content: "";
	background: rgba(0,0,0,0.53);
	position: absolute;
	top: 115px;
	width: 100%;
	bottom: 0;
	z-index: 1;
}
.sliderTop_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sliderTop_thumb img:not(.loaded) {
	width: auto;
	height: auto;
}
.sliderTop_item {
	box-sizing: border-box;
	padding-top: 165px;
	position: relative;
	z-index: 3;
	height: 100%;
}
.sliderTop_left {
	width: 55%;
	box-sizing: border-box;
	padding: 0 0 30px 0;
}
.sliderTop_right {
	width: 45%;
	box-sizing: border-box;
	padding: 0 0 50px 10%;
}
.sliderTop_logo {
	position: absolute;
	bottom: -326px;
	right: 110px;
	z-index: 10;
	font-size: 0;
}
.sliderTop_title {
	font-size: 80px;
	color: #fff;
	line-height: 1.1;
}
.sliderTop_title span {
	display: block;
	font-family: ProximaNovaBold;
	font-weight: bold;
	color: #4CAF50;
}
.sliderTop_text {
	max-width: 75%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
	color: #FFFFFF;
	margin-top: 23px;
}
.sliderTop_link {
	width: 280px;
	height: 58px;
	background: #4CAF50;
	border-radius: 40px;
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 64px;
}
.sliderTop_link:hover {
	background: rgba(76,175,80,0.8);
}
.allMinimal {
	text-align: right;
}
.minimal {
	display: inline-block;
	vertical-align: top;
}
.minimal li {
	text-align: left;
	margin-bottom: 52px;
	max-width: 200px;
}
.minimal li:last-child {
	margin-bottom: 0;
}
.minimal_price {
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 21px;
	color: #4CAF50;
	position: relative;
}
.minimal_price:before {
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	left: -38px;
	width: 28px;
	height: 1px;
	background: #4CAF50;
}
.minimal_text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.1;
	color: #FFFFFF;
	margin-top: 7px;
}
.sliderTop_text-2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.1;
	text-align: right;
	color: #FFFFFF;
	margin-top: 93px;
}
.derevo {
	position: absolute;
	font-size: 0;
}
.derevo_1 {
	top: 0;
	left: 0;
	z-index: 105;
}
.derevo_2 {
	top: 0;
	left: 0;
	z-index: 104;
}
.derevo_3 {
	top: 14px;
	right: 0;
	z-index: 105;
}
.derevo_4 {
	top: 146px;
	right: 0;
	z-index: 104;
}


.innerPage footer {
	border-top: 1px solid #ccc;
}
.breadcrumbs {
	margin-top: 15px;
}
.breadcrumbs li {
	font-size: 16px;
    line-height: 1.25;
    color: #4CAF50;
	position: relative;
	margin: 0 36px 5px 0;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs li:after {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #090909;
	position: absolute;
    top: 8px;
    right: -21px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs a {
	display: block;
	color: #090909;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.boxInfo {
	margin-top: 30px;
}
.titleH1 h1 {
	font-family: ProximaNovaBold;
	font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #090909;
    margin-bottom: 30px;
}
.boxInfo_description {
	margin-bottom: 50px;
}
.watch-layout {
	width: 315px;
	height: 58px;
	background: #4CAF50;
	border-radius: 40px;
	font-family: ProximaNovaBold;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.watch-layout:hover {
	background: rgba(76,175,80,0.8);
}
.boxContacts {
	margin: 30px 0;
}
.boxContacts_top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.boxContacts_top.titleH1 h1 {
	margin-bottom: 0;
}
.errors {
	color: red;
	font-size: 14px;
}





@media screen and (max-width: 1680px) {
	.width-1302 {
		max-width: 1200px;
	}
	.menuTop a {
		font-size: 16px;
	}
	.derevo_1,
	.derevo_2,
	.derevo_3,
	.derevo_4,
	.derevo_5,
	.derevo_7,
	.derevo_8 {
		display: none;
	}
	.sliderTop, .sliderTop_thumb {
		height: 650px;
	}
	.sliderTop_title {
		font-size: 54px;
	}
	.sliderTop_link {
		margin-top: 30px;
	}
	.sliderTop_text-2 {
		font-size: 20px;
		margin-top: 50px;
	}
	.sliderTop_logo {
		display: none;
	}
	.sliderTop_right {
		padding: 0 0 20px 5%;
	}

}
@media screen and (max-width: 1279px) {
	.headerTop {
		padding: 0 15px 23px 15px;
	}
	.headerBottom {
		padding: 9px 13px;
	}
	.sliderTop_item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.boxAddress {
		display: none;
	}


}
@media screen and (max-width: 1199px) {
	.boxTelephone {
		margin: 4px 0 0 35px;
	}
	.socialNetworks {
		margin: 8px 0 0 35px;
	}
	.headerBottom {
		display: none;
	}
	.headerTop {
		padding: 0 15px 20px 15px;
	}
	.sliderTop_thumb:before {
		top: 102px;
	}
	.sliderTop_item {
		padding-top: 102px;
	}
	.sliderTop, .sliderTop_thumb {
		height: 570px;
	}
	.socialNetworks a {
		margin: 0 7px;
	}
	.sliderTop_title {
	    font-size: 46px;
	}
	.sliderTop_text {
		font-size: 16px;
	}
	.tablet_buttonMenu {
		display: flex;
		font-size: 0;
		background: transparent;
		width: 35px;
		height: 25px;
		line-height: 1;
		margin-right: 15px;
	}
	.tablet_buttonMenu use {
		fill: #000;
	}
	.boxTelephone {
	    margin: 4px 0 0 30px;
	}
	.socialNetworks {
	    margin: 8px 0 0 30px;
	}

	.mobile-menu {
	    display: block;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    background: #1D1E22;
	    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: 10px 20px 20px 20px;
	}
	.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.77);
	}
	.open-menu .mobile-menu {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	    box-shadow: -21px 0px 26.68px 2.32px rgba(0, 0, 0, 0.22);
	}
	.mobile-menu_scroll {
	    height: calc(100% - 50px);
	    box-sizing: border-box;
	    padding: 11px 5px 11px 0;
	    overflow: hidden;
	    overflow-y: auto;
	    scrollbar-color: #ffffff transparent;
	}
	.mobile-menu_scroll::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobile-menu_scroll::-webkit-scrollbar-thumb {
		background: #4CAF50;
		border-radius: 10px;
	}
	.mobile-menu_scroll::-webkit-scrollbar {
		background-color: #ffffff;
		width: 6px; 
		border-radius: 10px;
	}
	.mobile-menu_close {
		display: block;
		font-size: 0;
		background: transparent;
	}
	.mobile-menu_close use {
		fill: #ffffff;
	}
	.mobile-menu .logo {
		display: block;
		max-width: 160px;
		font-size: 0;
		height: auto;
		-webkit-filter: brightness(0) invert(1);
    	filter: brightness(0) invert(1);
	}
	.nav-menu {

	}
	.nav-menu li {
		margin-bottom: 20px;
	}
	.nav-menu li:last-child {
		margin-bottom: 0;
	}
	.nav-menu a {
		display: block;
	    font-size: 18px;
	    color: #fff;
	    text-decoration: none;
	    line-height: 1.2;
	    text-transform: uppercase;
	}
	.mobile-menu_top {
		margin-bottom: 15px;
	}
	.nav-menu li.active a {
		color: #4CAF50;
	}
	.mobile-menu .boxTelephone {
		text-align: left;
		margin-top: 20px;
		display: block;
		margin-left: 0;
	}
	.mobile-menu .boxTelephone a {
		color: #fff;
	}
	.mobile-menu .boxTelephone a {
	    font-size: 24px;
	}
	.mobile-menu .boxTelephone_button {
	    margin-top: 4px;
	    padding: 0 1px 2px 1px;
	}
	.mobile-menu .socialNetworks {
		display: flex;
		margin: 20px 0 0 0px;
	}
	.mobile-menu .socialNetworks a use {
		fill: #fff;
	}
	.mobile-menu .socialNetworks a.lineStroke use {
		stroke: #fff;
	}
	.mobile-menu .socialNetworks a:first-child {
		margin-left: 0;
	}
	.mobile-menu .boxAddress {
		display: block;
		margin-top: 20px;
	}
	.mobile-menu .boxAddress a,
	.mobile-menu .boxAddress p {
		color: #fff;
	}
	.mobile-menu .boxAddress_item {
		padding: 0;
	}
	.mobile-menu .boxAddress_item svg {
		display: none;
	}

}
@media screen and (max-width: 1023px) {
    
}
@media screen and (max-width: 979px) {
    .sliderTop_link {
	    width: 260px;
	    height: 42px;
	    font-size: 14px;
	}
	.sliderTop_text {
    	max-width: 100%;
    }
    .boxAddress {
    	display: none;
    }
    .sliderTop_text-2 {
	    font-size: 14px;
	    margin-top: 30px;
	}
	.minimal_text {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.minimal li {
	    margin-bottom: 20px;
	}
	.sliderTop_title {
	    font-size: 38px;
	}
	.sliderTop_text {
	    font-size: 14px;
	}
	.sliderTop, 
	.sliderTop_thumb {
	    height: 480px;
	}
	.boxTelephone a {
		font-size: 20px;
	}
	.boxTelephone,
	.socialNetworks {
		margin-left: 20px;
	}
	.socialNetworks a {
	    margin: 0 5px;
	}

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

}
@media screen and (max-width: 768px) {
    .boxTelephone a {
	    font-size: 15px;
	}
	.boxTelephone_button {
		font-size: 12px;
	}
	.boxTelephone p {
	    padding: 0 0 0 25px;
	}
	.boxTelephone svg {
		width: 18px;
		height: 18px;
	}
	.socialNetworks {
	    margin: 8px 0 0 0px;
	}
	.boxLogo {
	    max-width: 160px;
	}
	.tablet_buttonMenu {
	    width: 26px;
	    height: 25px;
	}
	.language a {
		font-size: 14px;
	}
	.language li:after {
		top: 2px;
	}
	.headerRight {
	    margin-top: 30px;
	}
	.boxTelephone_button {
	    margin-top: 3px;
	    padding: 0 1px 1px 1px;
	}
	.sliderTop_item {
	    padding-top: 87px;
	}
	.sliderTop_thumb:before {
	    top: 86px;
	}
	.boxInfo {
	    margin-top: 20px;
	}
	.titleH1 h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.breadcrumbs li {
	    font-size: 12px;
	    margin: 0 20px 5px 0;
	}
	.breadcrumbs li:after {
	    width: 3px;
	    height: 3px;
	    top: 6px;
	    right: -13px;
	}
	.breadcrumbs {
	    margin-top: 0;
	}
	.watch-layout {
	    width: 250px;
	    height: 44px;
	    font-size: 14px;
	}
	.boxContacts {
	    margin: 20px 0;
	}
	.boxContacts_top {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}





}
@media screen and (max-width: 639px) {
	.socialNetworks {
		display: none;
	}
	.boxContacts_top {
		display: block;
	}
	.watch-layout {
	    margin-left: auto;
	    margin-top: 10px;
	}


}
@media screen and (max-width: 479px) {
	.boxTelephone svg {
		display: none;
	}
	.boxTelephone p {
	    padding: 0;
	}
	.boxTelephone {
	    margin: 4px 0 0 0;
	}
	.boxTelephone_button {
	    margin-top: 1px;
	}
	.headerTop {
	    padding: 0 15px 15px 15px;
	}
	.sliderTop_item {
	    padding-top: 76px;
	}
	.sliderTop_thumb:before {
	    top: 76px;
	}
	.language {
	    top: 5px;
	}
	.boxTelephone {
	    margin: 0;
	}
	.headerLeft {
	    padding-top: 15px;
	}
	.sliderTop_right {
		display: none;
	}
	.sliderTop_left {
	    width: 100%;
	    padding: 0;
	    text-align: center;
	}
	.sliderTop_title {
	    font-size: 28px;
	}
	.sliderTop_link {
	    margin: 20px auto 0 auto;
	}
	.sliderTop, 
	.sliderTop_thumb {
	    height: 380px;
	}
	.watch-layout {
		width: 100%;
	}
}
@media screen and (max-width: 374px) {
	.mobile-menu {
		width: 100vw;
		-webkit-transform: translate3d(-100vw, 0, 0);
	    transform: translate3d(-100vw, 0, 0);
	}
	.tablet_buttonMenu {
		margin-right: 10px;
	}
}
@media screen and (max-width: 359px) {
    .boxTelephone {
    	display: none;
    }
    .sliderTop_thumb::before {
	    top: 68px;
	}
	.sliderTop_item {
	    padding-top: 68px;
	}
}