@font-face {
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
	font-family: "MontserratBold";
	src: url(../fonts/Montserrat-Bold.ttf);
}

/* Reset CSS */
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;
}
/* End of Reset CSS */

/* Global Settings*/

html,
body,
div,
span,
applet,
object,
iframe,
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,
sub,
sup,
tt,
var,
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 {
	font-family: "Montserrat";
}

h1,
.ltr {
	font-family: "MontserratBold";
}

button::-moz-focus-inner {
	border: 0;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
	list-style-type: none;
}

.text-center {
	text-align: center;
}

/* START HEADER */
/* Section Header */
.section-header {
	margin: 20px 0 30px;
	font-weight: 500;
	background-color: #233342;
	border-radius: 17px 17px 0px 0px;
	padding: 20px;
  }
  
  .section-header h3 {
	line-height: 28px;
	font-size: 24px;
	margin: 0;
	text-align: left;
	color: #ffffff;
  }
  
  /* Section Header END */

.bgc-header-mobile {
	display: none;
	background-color: #233342;
}

.mobile-m-container {
	display: none;
}

.lang_visibility {
	display: block;
}

.lang_hide {
	display: none;
}
/* social for header */
.social_header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 172px;
}
.social_header span {
	width: 34px;
	height: 34px;
	background-color: white;
	border-radius: 50%;
}
.social_header i {
	color: #233342;
}
.phone-text a {
	text-decoration: none;
	color: inherit;
}
.phone-text a:hover {
	text-decoration: none;
	color: inherit;
}
.phone-text-new a {
	text-decoration: none;
	color: inherit;
}
.phone-text-new a:hover {
	text-decoration: none;
	color: inherit;
}
/* Global Input Styles */
/* Only Tiny Local Customization Is Required */
.standard-input {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	padding: 6px 31.5px 6px 12px;
	margin-top: 8px;
	box-sizing: border-box;
	line-height: 20.5px;
	color: #495057;
	position: relative;
}

.standard-input.invalid {
	background-position: right calc(0.375em + 0.1875rem) center;
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.standard-input::placeholder {
	color: #959a9e
}

.input-invalid {
	border-color: #dc3545;
}

.standard-input-label {
	font-size: 13px;
	font-weight: 400;
	line-height: 80%;
	color: #212529;
}

.input-error {
	visibility: hidden;
	color: #dc3545;
	margin-top: 4px;
	font-size: 12.8px;
	font-weight: 400;
}

.standard-input.invalid + .input-error,
.standard-phone-input.invalid + .input-error {
	visibility: visible;
}

.input-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.date-picker {
	width: 100% !important;
	display: block;
	height: 33.5px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	position: absolute;
	top: 1px;
	left: 1px;
}

.custom-select-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  background-position: right calc(0.575em + 0.1875rem) center;
  background-repeat: no-repeat;
}

.clear-btn-container {
	display: flex;
	justify-content: flex-end;
}

.clear-btn {
	color: #fff;
    border: none;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
	background-color: #9a9a9a;
    width: 120px;
    height: 40px;
    line-height: 20px;
	cursor: pointer;
}

.button_data_pay button {
	display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Global Input Styles  END */

@media (min-width: 1200px) {
	.main-header {
		max-width: 1440px;
		margin: 0 auto;
		height: 114px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo-cpd {
		height: 94px;
		width: 189px;
		margin-top: 5px;
		margin-bottom: 7px;
	}
	.oficial-site {
		width: 130px;
		margin-top: 5px;
		position: relative;
		font-size: 10px;
		top: 5px;
	}
	.phone-icon {
		width: 38px;
		height: 42px;
		margin-right: 10px;
	}
	.location-icon {
		width: 28px;
		height: 42px;
		margin-right: 10px;
	}

	.phone-text {
		font-weight: 700;
		font-size: 36px;
		line-height: 40px;
		font-style: normal;
	}

	.location-text {
		font-weight: 700;
		font-size: 18px;
		line-height: 40px;
		font-style: normal;
	}
	/* changes icon*/
	.phone-icon_new {
		width: 28px;
		height: 32px;
	}
	.location-icon_new {
		width: 20px;
		height: 30px;
		margin-right: 8px;
	}
	/* changes content*/
	.changes_center {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 40%;
	}
	.phone-text-new {
		width: 170px;
		font-weight: 700;
		font-size: 22px;
		line-height: 36px;
		font-style: normal;
		padding-left: 10px;
	}

	.location-text-new {
		width: 260px;
		font-weight: 700;
		font-size: 15px;
		line-height: 40px;
		font-style: normal;
	}
	/* and btn apperal */
	.header_btn {
		width: 244px;
		height: 55px;
		background: #fcaf17;
		border-radius: 27.5px;
		border: none;
		color: #ffffff;
	}
	.header_btn a {
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 13px;
		color: inherit;
		text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
		text-decoration: none;
	}
	.header_btn a:hover {
		text-decoration: none;
		color: inherit;
	}

	.lang_buttons {
		margin-top: 5px;
		margin-left: 10px;
	}
	.en_lang {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.search-lang {
		width: 300px;
	}
	.searching {
		width: 0;
		height: 50px;
		background: #fff;
		display: flex;
		flex-direction: row;
		line-height: 30px;
		padding-right: 50px;
		border-radius: 50%;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		padding-bottom: 5px;
	}
	
	.searching .fa {
		color: #000;
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching .far {
		color: #fff;
		position: relative;
		left: 5px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
	}
	.searching.active .far {
		color: #000;
		position: relative;
		left: 5px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
	}
	.searching.active {
		width: 250px;
		border-radius: 70px;
	}
	.input.active {
		width: 98%;
		padding-left: 5px;
		margin-left: 5%;
	}
	.searching input::placeholder {
		color: #000;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.main-header {
		height: 114px;
		width: 100%;
	}
	.logo-cpd {
		height: 94px;
		width: 189px;
		margin-top: 5px;
	}
	.oficial-site {
		width: 130px;
		margin-top: 5px;
		font-weight: 300;
		font-style: normal;
		font-size: 13px;
		line-height: 13px;
	}
	.phone-icon {
		width: 38px;
		height: 42px;
		margin-right: 10px;
	}
	.location-icon {
		width: 28px;
		height: 42px;
		margin-right: 10px;
	}
	.phone-text {
		font-weight: 700;
		font-size: 36px;
		line-height: 40px;
		font-style: normal;
	}
	.location-text {
		font-weight: 700;
		font-size: 18px;
		line-height: 40px;
		font-style: normal;
		padding-right: 50px;
	}
	/* changes icon*/
	.phone-icon_new {
		width: 28px;
		height: 32px;
	}
	.location-icon_new {
		width: 20px;
		height: 30px;
		margin-right: 8px;
	}
	/* changes content*/
	.changes_center {
		display: flex;
		flex-direction: column;
	}
	.phone-text-new {
		font-weight: 700;
		font-size: 18px;
		line-height: 32px;
		font-style: normal;
		padding-left: 10px;
	}
	.location-text-new {
		font-weight: 700;
		font-size: 16px;
		line-height: 40px;
		font-style: normal;
		padding-left: 10px;
	}
	/* and btn apperal */
	.header_btn {
		width: 215px;
		height: 51px;
		background: #fcaf17;
		border-radius: 27.5px;
		border: none;
		color: #ffffff;
	}
	.header_btn a {
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 13px;
		color: inherit;
		text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
		text-decoration: none;
	}
	.header_btn a:hover {
		text-decoration: none;
		color: inherit;
	}
	.social_header {
		margin-right: 15px;
	}
	.lang_buttons {
		margin-top: 5px;
		margin-left: 10px;
	}
	.en_lang {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.search-lang {
		width: 300px;
	}
	.searching {
		width: 0;
		height: 50px;
		background: #fff;
		text-align: center;
		line-height: 30px;
		padding-right: 50px;
		transition: all 0.5s ease;
		border-radius: 50%;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.input {
		border: 0;
		border-bottom: 2px solid #000;
		background: 0 0;
		width: 0%;
		padding: 5px 0;
		outline: 0;
		color: #000;
		font-weight: 700;
		transition: all 0.3s ease;
	}
	.searching .fa {
		color: #000;
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching .far {
		color: #fff;
		position: relative;
		left: 5px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
	}
	.searching.active .far {
		color: #000;
		position: relative;
		top: 8px;
		left: 0;
		font-size: 22px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching.active {
		width: 250px;
		padding-left: 5px;
		margin-left: 5%;
		border-radius: 70px;
		transition: all 0.5s ease;
		transform: translateX(-100px, 0);
	}
	.input.active {
		width: 88%;
		padding-left: 5px;
		transition: all 0.5s 0.8s ease;
		transform: translateX(0);
	}
	input::placeholder {
		color: #000;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header {
		height: 110px;
		width: 100%;
	}
	.logo-cpd {
		height: 87px;
		width: 181px;
		margin-top: 5px;
		margin-left: 10px;
	}
	.oficial-site {
		width: auto;
		margin-top: 5px;
		font-weight: 300;
		font-style: normal;
		font-size: 11px;
		line-height: 13px;
	}
	.phone-icon {
		width: 27px;
		height: 29px;
		margin-right: 8px;
	}
	.location-icon {
		width: 20px;
		height: 33px;
		margin-right: 8px;
	}
	.phone-text {
		font-weight: 700;
		font-size: 25px;
		line-height: 25px;
		font-style: normal;
	}
	.location-text {
		font-weight: 700;
		font-size: 14px;
		line-height: 30px;
		font-style: normal;
		padding-right: 50px;
	}
	/* changes icon*/
	.phone-icon_new {
		width: 20px;
		height: 24px;
	}
	.location-icon_new {
		width: 18px;
		height: 26px;
		margin-right: 2px;
	}
	/* changes content*/
	.changes_center {
		display: flex;
		flex-direction: column;
	}
	.phone-text-new {
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		font-style: normal;
		padding-left: 5px;
	}
	.location-text-new {
		font-weight: 700;
		font-size: 12px;
		line-height: 30px;
		font-style: normal;
	}
	/* and btn apperal */
	.header_btn {
		width: 160px;
		height: 38px;
		background: #fcaf17;
		border-radius: 27.5px;
		border: none;
		margin-right: 10px;
		color: #ffffff;
	}
	.header_btn a {
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: inherit;
		text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
		text-decoration: none;
	}
	.header_btn a:hover {
		text-decoration: none;
		color: inherit;
	}
	.social_header {
		width: 150px;
		margin-right: 15px;
	}
	.social_header span {
		width: 30px;
		height: 30px;
	}
	.social_header i {
		font-size: 14px;
		position: relative;
		left: -3px;
	}
	.lang_buttons {
		margin-top: 5px;
		margin-left: 10px;
	}
	.en_lang {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.search-lang {
		padding-right: 15px;
	}
	.searching {
		width: 0;
		height: 50px;
		background: #fff;
		text-align: center;
		line-height: 30px;
		padding-right: 50px;
		transition: all 0.5s ease;
		border-radius: 50%;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.input {
		border: 0;
		border-bottom: 2px solid #000;
		background: 0 0;
		width: 0%;
		padding: 5px 0;
		outline: 0;
		color: #000;
		font-weight: 700;
		transition: all 0.3s ease;
	}
	.searching .fa {
		color: #000;
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching .far {
		color: #fff;
		position: relative;
		left: 5px;
		top: 15px;
		font-size: 22px;
		cursor: pointer;
	}
	.searching.active .far {
		color: #000;
		position: relative;
		top: 8px;
		left: 0;
		font-size: 22px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching.active {
		width: 215px;
		padding-left: 5px;
		margin-left: 5%;
		border-radius: 70px;
		transition: all 0.5s ease;
		transform: translateX(-100px, 0);
	}
	.input.active {
		width: 86%;
		padding-left: 5px;
		transition: all 0.5s 0.8s ease;
		transform: translateX(0);
	}
	input::placeholder {
		color: #000;
	}
}

/* Десь по сюдово */

@media (min-width: 480px) and (max-width: 767px) {
	.bgc-header-mobile {
		display: block;
		color: #fff;
		padding: 5px 15px 0;
	}
	.main-header-mobile {
		width: 100%;
		display: flex ;
		justify-content: space-between;
		align-items: center;
	}
	.logo-cpd-mobile {
		height: 50px;
		width: 100px;
	}
	.oficial-site-mobile {
		width: auto;
		margin-left: 6px;
		font-weight: 300;
		font-style: normal;
		font-size: 7px;
		line-height: 13px;
	}
	.phone-icon-mobile {
		width: 14px;
		height: 16px;
		margin-right: 6px;
		position: relative;
		top: 3px;
	}
	.phone-text-mobile {
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 13px;
	}
	.phone-text-mobile a {
		text-decoration: none;
		color: inherit;
	}
	.phone-text-mobile a:hover {
		text-decoration: none;
		color: inherit;
	}
	.lang_buttons {
		margin-top: 5px;
		margin-right: 10px;
	}
	.en_lang {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.lang_buttons img {
		width: 27px;
		height: 27px;
	}
	.search-lang {
		margin-right: 0;
	}
	.searching {
		width: 33px;
		height: 33px;
		background-color: #fff;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
		position: relative;
		color: #000;
	}
	.input {
		border: 0;
		background: 0 0;
		width: 0%;
		padding: 5px 0;
		outline: 0;
		color: #000;
		font-weight: 500;
		transition: all 0.3s ease;
	}
	.searching .fa {
		color: #000;
		position: absolute;
		right: 7px;
		top: 7px;
		font-size: 21px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching.active .fa {
		color: #000;
		position: absolute;
		right: 13px;
		top: 4px;
		font-size: 21px;
		cursor: pointer;
		transform: rotate(90deg);
		border-bottom: solid 1px #000;
		padding-bottom: 5px;
	}
	.searching.active .far {
		color: #000;
		position: relative;
		top: 0;
		left: 0;
		font-size: 20px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching.active {
		width: 215px;
		padding-left: 5px;
		margin-left: 5%;
		border-radius: 70px;
		transition: all 0.5s ease;
		transform: translateX(-100px, 0);
	}
	.searching.active {
		background-color: #fff;
		width: 200px;
		position: absolute;
		padding-left: 5px;
		margin-left: 5%;
		border-radius: 70px;
		transition: all 0.5s ease;
		transform: translateX(-100px, 0);
		font-size: 14px;
	}
	.input.active {
		width: 85%;
		padding-left: 5px;
		transition: all 0.5s 0.8s ease;
		transform: translateX(0);
	}
	input::placeholder {
		color: #000;
	}

	.mobile-hamburger {
		margin-bottom: 4px;
		padding-left: 20px;
	}

	.mobile-hamburger h6 {
		font-size: 9px;
		font-weight: 300;
		text-align: center;
		margin-top: 12px;
		margin: 12px 0 5px 0;
	}
	.mobile-hamburger img {
		width: 33px;
		height: 33px;
	}
	.mobile-m-container {
		z-index: 2;
		box-sizing: border-box;
		background: rgba(35, 51, 66, 0.95);
		margin: 0 auto;
		margin-left: -15px;
		width: 100%;
		height: auto;
		padding-top: 30px;
		padding-bottom: 130px;
		position: absolute;
		transition: all 0.5s ease-in-out;
		opacity: 0;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: hidden !important;
	}
	.mobile-m-container.is-active {
		display: block;
		margin-left: 0;
		transition: all 0.5s ease-in-out;
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible !important;
	}
	.mobile-m-container:after {
		content: "";
		display: table;
		clear: both;
	}
	.dropdown {
		width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
		transition: all 0.3s ease;
		position: relative;
		font-size: 18px;
		color: #fff;
		height: 40px;
		text-align: left;
		font-weight: 700;
	}
	.dropdown .select {
		cursor: pointer;
		display: block;
		padding: 10px;
	}
	.dropdown .select > i {
		font-size: 13px;
		color: #fff;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		float: right;
		line-height: 20px;
	}
	.dropdown:hover {
		color: #fcaf17;
	}
	.dropdown:active {
		color: #fcaf17;
	}
	.dropdown.active.odin {
		margin-bottom: 300px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.dwa {
		margin-bottom: 370px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.tri {
		margin-bottom: 160px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.chetiri {
		margin-bottom: 60px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.pyat {
		margin-bottom: 110px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active .select > i {
		transform: rotate(-90deg);
	}
	.dropdown .dropdown-menus {
		position: absolute;
		color: #fff;
		width: 100%;
		overflow: hidden;
		display: none;
		height: auto;
	}
	.dropdown .activ_dropdowns {
		display: block;
	}
	.dropdown .dropdown-menus li {
		padding: 10px;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}
	.dropdown .dropdown-menus {
		padding: 0;
		list-style: none;
	}
	.dropdown .dropdown-menus li a {
		color: #fff;
		text-decoration: none;
		font-weight: 500;
		font-size: 16px;
	}
	.dropdown .dropdown-menus li a:hover {
		color: #fcaf17;
	}
}

@media (max-width: 479px) {
	.bgc-header-mobile {
		display: block;
		color: #fff;
		padding: 5px 15px 0;
	}
	.main-header-mobile {
		width: 100%;
		display: flex ;
		justify-content: space-between;
		align-items: center;
	}
	.logo-cpd-mobile {
		height: 50px;
		width: 100px;
	}
	.oficial-site-mobile {
		width: auto;
		margin-left: 6px;
		font-weight: 300;
		font-style: normal;
		font-size: 7px;
		line-height: 13px;
		margin-bottom: -5px;
	}
	.phone-icon-mobile {
		width: 14px;
		height: 16px;
		margin-right: 6px;
		position: relative;
		top: 3px;
	}
	.phone-text-mobile {
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 13px;
	}
	.phone-text-mobile a {
		text-decoration: none;
		color: inherit;
	}
	.phone-text-mobile a:hover {
		text-decoration: none;
		color: inherit;
	}
	.search-mobile {
		width: 152px;
		height: 24px;
		margin-right: 6px;
	}
	.lang_buttons {
		margin-top: 5px;
		margin-right: 10px;
	}
	.en_lang {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.lang_buttons img {
		width: 24px;
		height: 24px;
	}
	.search-lang {
		margin-right: 0;
	}
	.searching {
		width: 24px;
		height: 24px;
		margin-top: 5px;
		background-color: #fff;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
		position: relative;
		color: #000;
	}
	.input {
		border: 0;
		background: 0 0;
		width: 0%;
		outline: 0;
		color: #000;
		font-weight: 500;
		transition: all 0.3s ease;
	}
	.searching .fa {
		color: #000;
		position: absolute;
		right: 5px;
		top: 5px;
		font-size: 14px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching.active .fa {
		color: #000;
		position: absolute;
		right: 9px;
		top: 2px;
		font-size: 15px;
		cursor: pointer;
		transform: rotate(90deg);
		border-bottom: solid 1px #000;
		padding-bottom: 5px;
	}
	.searching.active .far {
		color: #000;
		position: relative;
		top: 2px;
		left: 0;
		font-size: 16px;
		cursor: pointer;
		transform: rotate(90deg);
	}
	.searching.active {
		background-color: #fff;
		width: 130px;
		position: absolute;
		padding-left: 5px;
		margin-left: 5%;
		border-radius: 70px;
		transition: all 0.5s ease;
		transform: translateX(-100px, 0);
		font-size: 11px;
		line-height: 24px;
	}
	.input.active {
		width: 86%;
		padding-left: 5px;
		transition: all 0.5s 0.8s ease;
		transform: translateX(0);
	}
	input::placeholder {
		color: #000;
	}

	.mobile-hamburger {
		margin-bottom: 4px;
		padding-left: 20px;
	}
	
	.mobile-hamburger h6 {
		font-size: 8px;
		font-weight: 300;
		text-align: center;
		margin: 12px 0 5px 0;
	}
	.mobile-hamburger img {
		width: 30px;
		height: 30px;

	}
	.mobile-m-container {
		z-index: 2;
		box-sizing: border-box;
		background: rgba(35, 51, 66, 0.95);
		margin: 0 auto;
		margin-left: -15px;
		width: 100%;
		height: auto;
		padding-top: 30px;
		padding-bottom: 70px;
		position: absolute;
		transition: all 0.5s ease-in-out;
		opacity: 0;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: hidden !important;
	}
	.mobile-m-container.is-active {
		display: block;
		margin-left: 0;
		transition: all 0.5s ease-in-out;
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible !important;
	}
	.mobile-m-container:after {
		content: "";
		display: table;
		clear: both;
	}
	.dropdown {
		width: 280px;
		margin: 0 auto;
		margin-bottom: 20px;
		transition: all 0.3s ease;
		position: relative;
		font-size: 15px;
		color: #fff;
		height: 40px;
		text-align: left;
		font-weight: 700;
	}
	.dropdown .select {
		cursor: pointer;
		display: block;
		padding: 10px;
	}
	.dropdown .select > i {
		font-size: 13px;
		color: #fff;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		float: right;
		line-height: 20px;
	}
	.dropdown:hover {
		color: #fcaf17;
	}
	.dropdown:active {
		color: #fcaf17;
	}
	.dropdown.active.odin {
		margin-bottom: 270px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.dwa {
		margin-bottom: 300px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.tri {
		margin-bottom: 140px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.chetiri {
		margin-bottom: 40px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active.pyat {
		margin-bottom: 100px;
		border-bottom: solid 1px #fff;
	}
	.dropdown.active .select > i {
		transform: rotate(-90deg);
	}
	.dropdown .dropdown-menus {
		position: absolute;
		color: #fff;
		width: 100%;
		overflow: hidden;
		display: none;
		height: auto;
	}
	.dropdown .dropdown-menus li {
		padding: 10px;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}
	.dropdown .dropdown-menus {
		padding: 0;
		list-style: none;
	}
	.dropdown .activ_dropdowns {
		display: block;
	}
	.dropdown .dropdown-menus li a {
		color: #fff;
		text-decoration: none;
		font-weight: 500;
		font-size: 13px;
	}
	.dropdown .dropdown-menus li a:hover {
		color: #fcaf17;
	}
}
/* END HEADER --------------------------------------*/
/* _________________________ */
/* _________________________ */
/* _________________________ */
/* _________________________ */

/* _________________________ */
/* _________________________ */
/* _________________________ */
/* _________________________ */

/* =========  MENU ======== */

.main-menu {
	background-color: #3a536a;
	color: white;
}

@media (min-width: 992px) {
	.main-item {
		width: 900px;
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
	}

	/* Кожному ширину */

	.first-ul {
		list-style-type: none;
		padding-inline-start: 0px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.first-ul li {
		text-align: center;
	}
	.first-ul li:hover {
		background-color: #293d50;
		text-align: center;
	}
	.first-ul .zero:hover {
		background-color: inherit;
		text-align: center;
	}
	.zero {
		margin-right: 15px; /*Отступ кнопки*/
	}
	.one {
		width: 225px;
	}
	.two {
		width: 190px;
	}
	.three {
		width: 160px;
	}
	.four {
		width: 125px;
	}
	.five {
		width: 175px;
	}

	/*конец Кожному ширину */
	.main-item a {
		width: 100%;
		text-decoration: none;
		color: white;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 18px;
	}
	.main-item a:hover {
		text-decoration: none;
		color: white;
	}

	.item-menu li {
		height: 60px;
		line-height: 18px;
	}
	.item-menu a {
		color: white;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
	}
	.item-menu a:hover {
		color: #fcaf17;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
	}

	/* Item */
	.main-content-menu {
		background-color: #3a536a;
		color: white;
		padding-left: 0px;
	}

	.m-container {
		z-index: 2;
		box-sizing: border-box;
		background: rgba(35, 51, 66, 0.95);
		margin: 0 auto;
		margin-left: -15px;
		width: 100%;
		height: 100vh;
		position: absolute;
		padding: 2em;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: hidden !important;
	}
	.m-container.is-active {
		display: block;
		margin-left: -15px;
		transition: all 0.5s ease-in-out;
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		visibility: visible !important;
	}
	.m-container:after {
		content: "";
		display: table;
		clear: both;
	}

	.control-menu {
		width: 931px;
		margin: 0 auto;
		padding-left: 50px;
		display: flex;
		flex-direction: row;
	}
	.item-menu {
		list-style-type: none;
		font-size: 26px;
		line-height: 36px;
		font-weight: bold;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-item {
		width: 600px;
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
	}
	.main-item a:hover {
		text-decoration: none;
		color: white;
	}
	/* Кожному ширину */

	.first-ul {
		list-style-type: none;
		padding-inline-start: 0px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.zero {
		margin-right: 10px; /*Отступ кнопки*/
	}
	.one {
		width: 166px;
	}
	.two {
		width: 138px;
	}
	.three {
		width: 91px;
	}
	.four {
		width: 90px;
	}
	.five {
		width: 90px;
	}

	/*конец Кожному ширину */
	.main-item a {
		width: 100%;
		text-decoration: none;
		color: white;
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
	}

	/* Item */
	.main-content-menu {
		background-color: #3a536a;
		color: white;
		padding-left: 0px;
	}

	.m-container {
		z-index: 2;
		box-sizing: border-box;
		background: rgba(35, 51, 66, 0.95);
		margin: 0 auto;
		margin-left: -15px;
		width: 100%;
		height: 692px;
		position: absolute;
		padding: 2em;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: hidden !important;
	}
	.m-container.is-active {
		display: block;
		margin-left: -15px;
		transition: all 0.5s ease-in-out;
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		visibility: visible !important;
	}
	.m-container:after {
		content: "";
		display: table;
		clear: both;
	}

	.control-menu {
		width: 640px;
		margin: 0 auto;
		padding-left: 50px;
		display: flex;
		flex-direction: row;
	}
	.item-menu {
		list-style-type: none;
		font-size: 26px;
		line-height: 36px;
		font-weight: bold;
		padding-inline-start: 0px;
	}
	.item-menu li {
		height: 52px;
		margin-bottom: 10px;
		line-height: 11px;
	}
	.item-menu a {
		color: white;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
	}
	.item-menu a:hover {
		color: #fcaf17;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.main-menu {
		display: none;
	}
	.m-container {
		display: none;
	}
}

/* Эт до прошлрго меню, там анимация на вкл/выкл */
button:focus {
	outline: 0;
}

.hamburger {
	/* padding: 17px 10px; */ /* Пока ненадо */
	/* Отступ от основн. линков */
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-box {
	/* width: 50px;
  height: 27px;
  display: inline-block; */
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease-in-out;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease-in-out, opacity 0.075s ease-in-out;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease-in-out,
		transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease-in-out, opacity 0.075s 0.12s ease-in-out;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease-in-out,
		transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* END MENU */

/* _________________________ */
/* _________________________ */
/* _________________________ */
/* _________________________ */
/* _________________________ */
/* _________________________ */
/* _________________________ */

/* F__OO_T_E_R */
