@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('../fonts/montserrat/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('../fonts/montserrat/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('../fonts/montserrat/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('../fonts/montserrat/Montserrat-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/* playfair-display-regular - latin_cyrillic */

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		/* Super Modern Browsers */
			url('../fonts/playfair-display/playfair-display-v22-latin_cyrillic-regular.woff')
			format('woff');
	/* Modern Browsers */
}

/* raleway-regular - latin_cyrillic */

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/raleway/raleway-v19-latin_cyrillic-regular.woff')
			format('woff');
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	overflow-x: hidden;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.32px 0;
	background: #ccc;
	color: #000;
	padding: 32px 0;
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

@media print {
	*,
	:before,
	:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #daa03e;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
	position: relative;
	z-index: 3;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 32px;
	margin: 0 0 20px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

.inherit {
	position: inherit !important;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

    /* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 100%;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

tr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

tr:nth-child(even) {
	background-color: #fbfbfb;
}

td,
th {
	position: relative;
	padding: 15px 20px;
	vertical-align: top;
	line-height: 1;
	border-right: 1px solid #eee;
}

td:last-child,
th:last-child {
	border-right: none;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-4 {
	margin-bottom: 4px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.margin-auto {
	margin: 0 auto !important;
	float: none !important;
}

.display-none {
	display: none;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.res_img {
	width: 100%;
	height: auto;
}

.uppercase {
	text-transform: uppercase;
}

.rose {
	color: #be269a;
}

.white {
	color: #fff !important;
}

.color111 {
	color: #111;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.text_r {
	text-align: right;
}

.img100 {
	width: 100%;
}

.border-e8 {
	border: 1px solid #e8e8e8;
}

ul {
	margin: 20px 0 20px 0;
	padding: 0;
}

.float_r {
	float: right;
}

.lh-1 {
	line-height: 1;
}

.lh-1-3 {
	line-height: 1.3;
}

.lh-1-4 {
	line-height: 1.4;
}

.weight_300 {
	font-weight: 300;
}

.italic {
	font-style: italic;
}

.fonts16 {
	font-size: 16px;
}

.fonts18 {
	font-size: 18px;
}

.fonts20 {
	font-size: 20px;
}

.fonts22 {
	font-size: 22px;
}

.fonts24 {
	font-size: 24px;
}

.fonts30 {
	font-size: 30px;
}

.fonts40 {
	font-size: 40px;
}

.fonts45 {
	font-size: 45px;
}

.fonts50 {
	font-size: 50px;
}

.fonts80 {
	font-size: 80px;
}

.fonts110 {
	font-size: 110px;
}

.green {
	color: #00d856 !important;
}

body {
	background-color: #fff;
	color: #111111;
	outline: none !important;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	counter-reset: item;
	overflow-x: hidden;
}

div::selection,
span::selection,
li::selection {
	color: #fff !important;
	/* Цвет текста */
	background: #de9a65 !important;
	/* Цвет фона */
}

p {
	padding: 10px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #21242d;
	line-height: 1.4;
	margin: 0 0 20px;
	position: relative;
	z-index: 3;
}

.width100 {
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
}

* {
	outline: none;
}

ol {
	counter-reset: myCounter;
	padding: 0;
}

ol li {
	list-style: none;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	position: relative;
}

ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: white;
	background: #de9a65;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center;
	margin-right: 5px;
	font-size: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
ul li {
	list-style: none;
}
ul li:not([class]) {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-bottom: 3px;
	position: relative;
	font-weight: 400;
	/*background: url(img/li_t.svg) left top 4px/13px auto no-repeat transparent;*/
}

ul:not([class]) li:before {
	content: '';
	background: #de9a65;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	font-size: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	color: #21242d;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	color: #21242d;
	margin-top: 30px;
	margin-bottom: 15px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	color: #21242d;
	margin-top: 30px;
	margin-bottom: 15px;
}

.black {
	color: #21242d !important;
}

.red {
	color: #fe0001 !important;
}

a:hover {
	color: #de9a65;
}

.left {
	text-align: left !important;
}

.green {
	color: #00d856;
}

.align-right {
	float: right;
	margin: 10px 0 20px 20px;
}

.align-left {
	float: left;
	margin: 10px 20px 20px 0;
}

.align-center {
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
}

img.align-left,
img.align-right {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}

blockquote {
	background: #f7f6f4;
	padding: 10px 20px;
	margin: 10px 0 20px;
	font-size: 18px;
	border-left: 4px solid #fe0001;
	display: inline-block;
}

.btn {
	background: #daa03e;
	color: #111 !important;
	text-decoration: none !important;
	display: inline-block;
	font-weight: 500;
	border: transparent;
	text-align: center;
	position: relative;
	z-index: 3;
}

.btn:hover {
	background: #ab7a24;
}

.title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	width: 100%;
	max-width: 720px;
	line-height: 1.1;
	color: #111111;
	position: relative;
	z-index: 3;
}

/* --------------- reset end --------------- */

/************* header *************/

.header {
	position: absolute;
	z-index: 99;
	padding-top: 31px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lang_switch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
}

.lang_switch > select {
	background: transparent;
	color: white;
	border: none !important;
}
.lang_switch li {
	margin-bottom: unset;
}
.lang_switch a {
	color: #a7a7a7;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #a7a7a7;
	padding: 3px;
	border-radius: 3px;
	transition: all 0.4s ease;
}
.lang_switch a:hover {
	color: #fff;
	background: #daa03e;
	border-color: #daa03e;
}

.header__section {
	display: flex;
	align-items: center;
	height: 100%;
}

.header__btn {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__section-btn {
	display: none;
}

.header__container {
	max-width: 1790px !important;
	width: 100% !important;
	height: 100% !important;
}
.mobile-menu {
	display: none;
}
.mobile-menu__box {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	margin-top: 5px;
}
.mobile-menu__inner,
.mobile-menu__box::before,
.mobile-menu__box::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	position: absolute;
	top: 13px;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
.mobile-menu__box::before {
	top: 6px;
	width: 15px;
}
.mobile-menu__box::after {
	bottom: 3px;
	top: unset;
}
.mobile-menu.active .mobile-menu__inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
	left: 0;
	background: #fff;
}
.mobile-menu.active .mobile-menu__box::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 10px;
	left: 0;
	background: #fff;
}
.mobile-menu.active .mobile-menu__box::before {
	top: -3px;
	opacity: 0;
	background: #fff;
}
.slicknav_nav li {
	margin: 0 !important;
	padding: 0 !important;
}
.slicknav_nav .current-menu-item {
	background: #daa03e;
	text-decoration: none !important;
}
.logo-section {
	display: flex;
	align-items: center;
}

.logo {
	width: 100%;
	max-width: 85px;
	margin-right: 11px;
}

.logo-description {
	color: #fff;
	font-size: 12px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	width: 158px;
}

.logo-description span {
	letter-spacing: 0.02em;
}

.header__menu {
	display: flex;
	align-items: center;
	margin: 0;
}

.header__menu li::before {
	display: none;
}

.header__menu li {
	padding: 0 50px 0 0;
	margin: 0;
}

.header__menu li:last-child {
	padding-right: 0;
}

.header__menu li a,
.header__phone {
	color: #fff;
	text-transform: uppercase;
}

.header__menu li a:hover,
.header__phone:hover {
	color: #daa03e;
	text-decoration: none;
}

.header__contacts,
.header__messenger,
.header__address {
	margin: 0 8px;
	display: flex;
	height: 100%;
	align-items: center;
}

.header__phone {
	font-size: 16px;
}

.header__address {
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.address__img,
.phone__img {
	width: 15px;
	height: auto;
}

.address__img {
	margin-right: 10px;
}

.phone__img {
	margin-right: 9px;
	margin-top: -2px;
}

.header__messenger li::before {
	display: none;
}

.header__messenger li {
	padding: 0;
	margin-bottom: 0;
	margin-right: 6px;
}

.header__messenger li:last-child {
	margin-right: 0;
}

.banner {
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.banner__img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.banner::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.6;
	z-index: 2;
}

.banner__content {
	position: relative;
	z-index: 3;
	padding-top: 240px;
	padding-bottom: 148px;
}

.banner__title {
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	margin-top: -20px;
}

.banner__description {
	padding-left: 140px;
	margin-top: 40px;
}

.banner__descriptio-txt {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.7;
	font-size: 20px;
}

.banner__descriptio-txt:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	background: #fff;
	top: 15px;
	left: -80px;
}

.banner__btn {
	max-width: 230px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-top: 40px;
}

.banner__btn span {
	padding-right: 34px;
	position: relative;
}

.banner__btn span::before {
	content: '';
	height: 1px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	margin: auto;
}

.banner__play {
	display: flex;
	margin-left: 40px;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.banner__play:hover {
	text-decoration: none;
}

.play-video {
	height: 84px;
	-ms-flex: 0 0 84px;
	flex: 0 0 84px;
	max-width: 84px;
	border: 1px solid #848281;
	background: rgba(26, 26, 26, 0.1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 35px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.play-txt {
	font-size: 18px;
}

.play-video::before,
.play-video::after {
	content: '';
	position: absolute;
	width: 84px;
	height: 84px;
	border: 1px solid #848281;
	border-radius: 50%;
	animation: pulse 2s ease-out infinite;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.play-video::after {
	animation-delay: 1s;
}

@keyframes pulse {
	from {
		transform: scale(1);
		filter: opacity(0.9);
	}
	to {
		transform: scale(2);
		filter: opacity(0);
	}
}

.banner__play:hover .play-video,
.banner__play:hover .play-video:before,
.banner__play:hover .play-video:after {
	border: 1px solid #daa03e;
}

.banner__content-bottom {
	position: relative;
	z-index: 3;
	padding-bottom: 40px;
}

.banner__adv-row {
	counter-reset: counter;
}

.banner__adv-item {
	position: relative;
	color: #fff;
	line-height: 1.2;
	padding-left: 25px;
	display: flex;
	flex-direction: column;
}

.col-md-3:first-child .banner__adv-item {
	padding-left: 0;
}

.banner__adv-item:before {
	content: '0' counter(counter) '.';
	counter-increment: counter;
	color: #daa03e;
	font-size: 20px;
	font-weight: 500;
	left: 0;
	top: 0;
	z-index: 0;
	line-height: 1;
	margin-bottom: 16px;
}

.block-side-title {
	color: #303030;
	text-decoration: none !important;
	font-size: 12px;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	position: absolute;
	font-weight: 400;
	left: 129px;
	top: 200px;
	z-index: 3;
	letter-spacing: 0.6em;
}

.banner-side-title:after {
	content: '';
	width: 1px;
	height: 180%;
	position: absolute;
	background: #fff;
	opacity: 0.3;
	left: 7px;
	z-index: 2;
	bottom: 105%;
}

.block-width::before,
.block-form-section::before {
	content: '';
	width: 1px;
	top: 0;
	height: 100%;
	position: absolute;
	background: #1a1a1a;
	opacity: 0.4;
	left: 65px;
	z-index: 2;
}

/************* media *************/

/*max-width: 1500*/

@media (max-width: 1500px) {
	.header__address,
	.block-side-title.banner-side-title {
		display: none;
	}
}

/*max-width: 1500*/

/*max-width: 1200*/

@media (max-width: 1200px) {
	.header__menu li {
		padding: 0 12px 0 0;
	}
	.header__phone {
		font-size: 13px;
	}
	.header__phone img {
		display: none;
	}
	.header__messenger {
		display: none;
	}
	.header__section-btn {
		display: flex;
	}
}

/*end max-width: 1200*/

/* max-width: 1100*/

@media (max-width: 1100px) {
}

/*end max-width: 1100*/

/*max-width: 991*/

@media (max-width: 991px) {
	.header__menu {
		display: none;
	}
	.slicknav_nav {
		display: block !important;
	}
	.mobile-menu {
		display: block;
	}
	.header__messenger,
	.phone__img,
	.logo-description {
		display: none;
	}

	.logo {
		margin: 0 10px !important;
	}
	.header__contacts {
		margin-left: 0;
	}
	.header__phone {
		font-size: 14px;
	}
	.header {
		position: fixed;
		height: 50px;
	}
}

/*end max-width: 991*/
