body,
html {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #303030;
	overflow-x: hidden;
	cursor: default;
}
.stopscrol-menu {
	position: fixed;
	overflow-y: hidden;
	width: 100%;
}
p {
	margin: 0;
	line-height: 1;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
ul {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
button.default {
	text-align: center;
	font-weight: 500;
	color: #ffffff;
	background-color: #f19455;
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 12px #ffbd90;
	transition: all 0.4s ease;
	cursor: pointer; 
}
button.default:hover {
	background-color: #EE843E;
	transition: all 0.4s ease;
}
button.small-size {
	font-size: 18px;
	padding: 10px 30px;
	margin: 10px;
}
button.banner-size {
	font-size: 19px;
	padding: 14px 50px;
}
button.middle-size {
	font-size: 16px;
	padding: 12px 50px;
	margin: 20px 0 10px 0;
}
button.wide-size {
	font-size: 19px;
	padding: 12px 0;
	width: 100%;
	margin: 30px 0 10px 0;
}
.open-phone-form {
	display: inline-block;
}

header {
	position: fixed;
	padding: 0;
	z-index: 2;
	width: 100%;
	top: 0;
	right: 0;
	transition: all .28s ease;
}
header.show {
	transform: translateY(-100%);
}
header .dark-menu {
	background-color: #122538;
	padding: 3px 0;
	color: #fff;
	font-weight: 400;
	height: 26px;
}


header .dark-menu .cities-box {
	display: inline-block;
}
header .dark-menu .cities-box button.dropdown-cities {
	background-color: #2d4d6e;
	border: none;
	width: 220px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	color: #FFF;
	padding: 2px 10px 0 10px;
	font-weight: 500;
	z-index: 3;
}
header .dark-menu .cities-box button.dropdown-cities span {
	position: relative;
	display: inline-block;
}
header .dark-menu .cities-box button.dropdown-cities span svg {
	position: absolute;
	left: -18px;
}
header .dark-menu .cities-box button.dropdown-cities span::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	transform: rotate(45deg);
	transition: all 0.4s;
	top: 21%;
	right: -18px;
	pointer-events: none;
}
header .dark-menu .cities-box button.dropdown-cities.active-list span::after {
	transform: rotate(-135deg);
	transition: all 0.4s;
	top: 36%;
}
header .dark-menu .cities-box .cities-list {
	display: none;
	overflow-y: auto;
	position: absolute;
	background-color: #1f3c59;
	z-index: 2;
	font-size: 14px;
	padding-top: 1px;
	width: 220px;
	height: 260px;
	top: 99%;
	left: 0;
	border: none;
	border-radius: 5px;
}
header .dark-menu .cities-box .cities-list::-webkit-scrollbar {
	background-color: #43607e;
	width: 5px;
	border-radius: 10px;
}
header .dark-menu .cities-box .cities-list::-webkit-scrollbar-thumb {
	background-color: #88a7c3;
	border-radius: 10px;
}
header .dark-menu .cities-box .cities-list-visible {
	display: block;
}
header .dark-menu .cities-box .cities-list span.listtitle {
	display: inline-block;
	padding: 16px 10px 2px 12px;
	color: #cbcbcb;
	font-size: 10px;
}
header .dark-menu .cities-box .cities-list ul {
	padding: 3px 0;
}
header .dark-menu .cities-box .cities-list li {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}
header .dark-menu .cities-box .cities-list li span {
	font-size: 12px;
}
header .dark-menu .cities-box .cities-list li.city-selected {
	padding: 7px 10px 6px 22px;
	cursor: default;
	background-color: #122538;
}
header .dark-menu .cities-box .cities-list li:hover {
	background-color: #122538;
}
header .dark-menu .cities-box .cities-list li a {
	padding: 7px 10px 6px 22px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
header .dark-menu .small-text {
	font-size: 16px;
}

header .dark-menu .languages-box {
	display: inline-block;
}
header .dark-menu .languages-box button.dropdown-languages {
	position: relative;
	background-color: #2d4d6e;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #FFF;
	padding: 1px 30px 1px 12px;
	font-weight: 500;
	z-index: 3;
}
header .dark-menu .languages-box button.dropdown-languages span {
	display: block;
}
header .dark-menu .languages-box button.dropdown-languages::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	transform: rotate(45deg);
	transition: all 0.4s;
	top: 25%;
	right: 16%;
	pointer-events: none;
}
header .dark-menu .languages-box button.dropdown-languages.active-list::after {
	transform: rotate(-135deg);
	transition: all 0.4s;
	top: 36%;
}
header .dark-menu .languages-box .languages-list {
	display: none;
	overflow-y: none;
	position: absolute;
	background-color: #1f3c59;
	z-index: 2;
	padding-top: 1px;
	font-size: 15px;
	top: 99%;
	left: 0;
	border: none;
	border-radius: 5px;
}
header .dark-menu .languages-box .languages-list-visible {
	display: block;
}
header .dark-menu .languages-box .languages-list span {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 0;
}
header .dark-menu .languages-box .languages-list span.language-selected {
	padding: 7px 29px 7px 14px;
	cursor: default;
}
header .dark-menu .languages-box .languages-list span:hover {
	background-color: #122538;
}
header .dark-menu .languages-box .languages-list span + span {
	border-radius: 0 0 5px 5px;
}
header .dark-menu .languages-box .languages-list span + span.language-selected {
	padding-bottom: 9px;
}
header .dark-menu .languages-box .languages-list span a {
	padding: 7px 29px 7px 14px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

header .light-menu {
	background-color: #4d82b1;
	padding: 6px 0;
	box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	height: 73px;
	position: relative;
}
header .header-logo img {
	width: 130px;
	display: block;
}

header ul.header-menu {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

header ul.header-menu li {
	list-style-type: none;
	/*margin: 0 7px;*/
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.3px;
	cursor: pointer;
	border-radius: 8px;
}
header ul.header-menu li + li {
	margin-left: 14px;
}
header ul.header-menu li.cases {
	max-width: 140px;
	line-height: 1.1;
}
header ul.header-menu li.parrent {
	border-radius: 8px 8px 0 0;
	position: relative;
}
header ul.header-menu li.parrent span.mobile-all-service {
	padding: 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
header ul.header-menu li.parrent span.mobile-all-service:after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin: 2px 0 0 6px;
	transform: rotate(45deg);
	transition: all 0.4s;
}
header ul.header-menu li a {
	display: inline-block;
	border-radius: 8px;
	color: #fff;
	padding: 10px;
}
header ul.header-menu li a:hover, header ul.header-menu li a:active {
	background-color: #122538;
	text-decoration: none;
}

header ul.header-menu .header-menu-active-link {
	cursor: default;
	background-color: #122538;
	padding: 10px;
}

header .header-phones {
	text-align: center;
}
header .header-phones .phone-messengers {
	display: inline-block;
	vertical-align: top;
}
header .header-phones .phone-messengers a {
	position: relative;
	display: inline-block;
	line-height: 0;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background-color: #FFFFFF;
}
header .header-phones .phone-messengers a svg {
	position: absolute;
	left: 2px;
	top: 2px;
}
header .header-phones .phone-messengers a + a {
	margin-left: 10px;
}

header .header-phones .phone-numbers {
	display: inline-block;
	padding-left: 10px;
}
header .header-phones .phone-numbers a {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	display: block;
	line-height: 1.3;
}
header ul.header-menu .submenu {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	cursor: auto;
	top: 36px;
	left: -160px;
	background-color: #122538;
	border-radius: 8px;
	padding: 30px 16px 30px 22px;
	z-index: 4;
	display: none;
	width: 874px;
	transition: all 0.4s;
}
header ul.header-menu li.parrent:hover .submenu {
	display: flex;
	flex-wrap: nowrap;
	transition: all 1.4s;
}
header ul.header-menu li.parrent .submenu-block {
	margin-right: 60px;
	text-transform: none;
	position: relative;
	display: inline-block;
	transition: all 0.4s;
}
header ul.header-menu li.parrent .submenu-block:not(:first-child) {
	border-left: 1px #444 solid;
}
header ul.header-menu li.parrent .submenu-block:last-child {
	margin-right: 0;
}
header ul.header-menu li.parrent .submenu-block span.listname {
	cursor: default;
	font-weight: 400;
	color: #919191;
	position: absolute;
	font-size: 13px;
	margin-left: 8px;
	left: 0;
}
header ul.header-menu li.parrent .submenu-block ul {
	text-align: left;
	margin: 30px 0 0 10px;
}
header ul.header-menu li.parrent .submenu-block ul li {
	margin: 0 0 8px 0;
	display: block;
	font-size: 15px;
	text-align: left;
	text-transform: none;
	font-weight: 400;
	padding: 0;
}
header ul.header-menu li.parrent .submenu-block a {
	display: inline-block;
	color: #fff;
	padding: 5px 12px 5px 12px;
}
header ul.header-menu li.parrent .submenu-block a:hover, header ul.header-menu li.parrent .submenu-block a:active {
	background-color: #253F55;
}
header ul.header-menu li.parrent .submenu .submenu-block li.submenu-active-link {
	background-color: #253F55;
	display: inline-block;
	padding: 5px 12px;
	cursor: default;
}
header ul.header-menu .parrent:hover {
	background-color: #122538;
}
header ul.header-menu li.parrent .submenu-block li.last {
	margin: 40px 0 0;
}
header ul.header-menu .submenu-radius {
	cursor: default;
	line-height: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
header ul.header-menu .submenu-radius.svg-left {
	right: 91px;
	bottom: 0;
}
header ul.header-menu .submenu-radius.svg-right {
	left: 91px;
	bottom: 0;
	transform: rotate(90deg);
}
header ul.header-menu .submenu-radius.svg-left-ukr {
	right: 102px;
	bottom: 0; 
}
header ul.header-menu .submenu-radius.svg-right-ukr {
	left: 102px;
	bottom: 0;
	transform: rotate(90deg);
}
header ul.header-menu .submenu-radius svg {
	fill: #122538;
}
header ul.header-menu .parrent:hover .submenu-radius {
	opacity: 1;
	z-index: 5;
}
section.under-header {
	padding-top: 97px;
}
/* Хлебные крошки начало */
ul.main-breadcrumbs {
	padding: 10px 0;
}
ul.main-breadcrumbs li {
	display: inline-block;
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
	cursor: default;
	color: #525252;
	line-height: 1.4;
}
ul.main-breadcrumbs li a {
	display: inline-block;
	color: #474747;
	text-decoration: underline;
}
ul.main-breadcrumbs li.main-breadcrumbs-link:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #474747;
	border-bottom: 2px solid #474747;
	display: inline-block;
	margin: 0 10px;
	transform: rotate(-45deg);
}
/* Хлебные крошки конец */



/*Форма заказа телефон начало*/
.popup-form-background.active-form {
	display: flex;
}
.popup-form-background {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 16;
}
.popup-form {
	padding: 40px 20px;
	background-color: #fff;
	position: relative;
	max-width: 420px;
	border-radius: 10px;
}
.popup-form .close-form {
	display: inline-block;
	line-height: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.popup-form .title-form {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.2;
}
.popup-form form.order-form {
	max-width: 320px;
	margin: 0 auto;
	padding: 30px 10px;
	position: relative;
}
form.order-form input {
	height: 52px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	width: 100%;
	padding-left: 20px;
	font-size: 18px;
	color: #333333;
}
form.order-form input[type="text"] {
	height: 152px;
	text wrap
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	text-align: left;
	width: 100%;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
}
form.order-form input:focus, form.order-form input:active {
	outline: none;
	border-color: #F19455;
}
form.order-form label {
	top: 44px;
	position: absolute;
	left: 20px;
	color: #9d959d;
	font-size: 17px;
	transition: all 0.2s ease;
	background-color: #fff;
	padding: 4px;
	cursor: text;
}
form.order-form input:focus + label, form.order-form input:valid + label {
	transform: translateY(-26px);
	font-size: 15px;
	outline: none;
	cursor: default;
}
p.under-button {
	font-size: 13px;
	text-align: center;
}

form.order-form .form-result {
	display: none;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 50px;
	line-height: 1.5;
}
form.order-form .form-result span {
	font-size: 16px;
	font-weight: 400;
	display: block;
}
form.order-form .form-result.act {
	display: block;
}
form.order-form .form-result.success {
	color: #177245;
}
form.order-form .form-result.error {
	color: #dc143c;
}
.popup-form p.text-under-form {
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
}
.popup-form p.text-under-form a {
	color: #054ada;
}
/*Форма заказа телефон конец*/

/* Фиксированная кнопка снизу начало */
.bottom-messengers {
	position: fixed;
	left: 40px;
	bottom: 40px;
	z-index: 1;
}
.bottom-messengers .list-messengers {
	position: relative;
	display: none;
}
.bottom-messengers .list-messengers .item-messenger {
	position: relative;
}
.bottom-messengers .list-messengers .item-messenger .hover-text {
	display: none;
	position: absolute;
	white-space: nowrap;
	left: 120%;
	bottom: 22%;
	padding: 10px 12px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #C4C4C4;
}
.bottom-messengers .list-messengers .item-messenger:hover .hover-text {
	display: block;
}
.bottom-messengers .circle {
	position: relative;
	background-color: #F19455;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin: 10px 0 0 auto;
	cursor: pointer;
}
.bottom-messengers .list-messengers .item-messenger .circle {
	transition: all 0.4s ease;
}
.bottom-messengers .list-messengers .item-messenger .circle:hover {
	transform: scale(1.1);
	transition:all 0.4s ease;
	cursor: pointer;
}
.bottom-messengers .list-messengers .item-messenger .circle a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.bottom-messengers .list-messengers .item-messenger .viber {
	background-color: #665CA7;
}
.bottom-messengers .list-messengers .item-messenger .telegram {
	background-color: #339DD6;
}
.bottom-messengers .list-messengers .item-messenger .call-button {
	background-color: #50B848;
	border: none;
}
.bottom-messengers .list-messengers .item-messenger .viber svg {
	position: absolute;
	left: 16%;
	bottom: 16%;
}
.bottom-messengers .list-messengers .item-messenger .telegram svg {
	position: absolute;
	left: 14%;
	bottom: 25%;
}
.bottom-messengers .list-messengers .item-messenger .call-button svg {
	position: absolute;
	left: 16%;
	bottom: 19%;
}
.bottom-messengers .first-image .chat svg {
	position: absolute;
	left: 11%;
	bottom: 14%;
}
.bottom-messengers .first-image .close {
	display: none;
}
.bottom-messengers .first-image .close svg {
	position: absolute;
	left: 29%;
	bottom: 30%;
}
.bottom-messengers .first-image .active svg {
	transform: rotate(720deg);
	transform-origin:center;
	transition:all 0.4s ease;
}
.bottom-messengers .messengers-text {
	position: absolute;
	background-color: #fff;
	padding: 16px 16px 14px 16px;
	border-radius: 8px;
	border: 1px solid #C4C4C4;
	width: 198px;
	left: 0;
	bottom: 72px;
	line-height: 1.2;
}
.bottom-messengers .messengers-text.ukr {
	width: 178px;
	line-height: 1.2;
}
.bottom-messengers .messengers-text:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -11px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 3;
	left: 16px;
}
.bottom-messengers .messengers-text:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #C4C4C4;
	z-index: 2;
	left: 16px;
}
.bottom-messengers .messengers-text .close-messengers-text {
	text-align: center;
	position: absolute;
	bottom: 72%;
	left: 92%;
	background-color: #e1e5eb;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 1.5;
	opacity: 1;
	cursor: pointer;
	transition: all 0.3s ease;
}
.bottom-messengers .messengers-text.ukr .close-messengers-text {
	bottom: 77%;
}


/* Фиксированная кнопка конец */
footer {
	background-color: #282b2c;
	padding: 30px 0 20px;
	min-height: 200px;
}
footer p.footer-item-title {
	color: #F19455;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
footer .footer-call .phone-numbers {
	display: inline-block;
}
footer .footer-call .phone-numbers a {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: block;
	line-height: 1.3;
}
footer .footer-call, footer .footer-write-me, footer .footer-email, footer .footer-location {
	margin-bottom: 30px;
}
footer .footer-write-me a {
	display: table;
	width: 182px;
	font-size: 15px;
	line-height: 1;
	padding: 12px 12px;
	color: #FFF;
	border: none;
	border-radius: 10px;
}
footer .footer-write-me a.telegram {
	background-color: #448DCE;
	margin-right: 5px;
}
footer .footer-write-me a.viber {
	background-color: #665CA7;
	margin-top: 18px;
}
footer .footer-write-me a span {
	font-size: 12px;
	margin-top: 6px;

}
footer .footer-write-me a:hover {
	cursor: pointer;
	text-decoration: none;
}
footer .footer-email a, footer .footer-location p.footer-location-description {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
footer ul.footer-menu {
	list-style-type: none;
}
footer ul.footer-menu li {
	margin: 5px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.1;
}
footer ul.footer-menu a {
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
}
footer ul.footer-menu li.footer-menu-active-link {
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	background-color: #253F55;
	border-radius: 10px;
}
footer ul.footer-menu a:hover {
	background-color: #253F55;
	border-radius: 10px;
	text-decoration: none;
}
footer .footer-bottom-text p {
	font-size: 13px;
	font-weight: 400;
	color: #606060;
	margin: 0;
	line-height: 1;
}
footer .footer-bottom-text a {
	display: inline-block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 12px;
}
footer .footer-bottom-text p.activ-politika {
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
	color: #fff;
}

/*lg*/
@media (max-width: 1199.98px) {
	/*header ul.header-menu li {
		margin: 0 5px;
	}*/
	header .light-menu .container {
		padding-left: 0;
		padding-right: 0;
	}
	header ul.header-menu li + li{
		margin-left: 5px;
	}
	header ul.header-menu li a, header ul.header-menu li.parrent span.mobile-all-service, header ul.header-menu .header-menu-active-link {
		padding: 9px;
	}
	header ul.header-menu .submenu {
		width: 766px;
		padding: 20px 16px 20px 16px;
		top: 34px;
		left: -140px;
	}
	header ul.header-menu .submenu-radius.svg-left {
		right: 89px;
	}
	header ul.header-menu .submenu-radius.svg-right {
		left: 89px;
	}
	header ul.header-menu .submenu-radius.svg-left-ukr {
		right: 101px;
	}
	header ul.header-menu .submenu-radius.svg-right-ukr {
		left: 101px;
	}
	header ul.header-menu li.parrent .submenu-block {
		margin-right: 10px;
	}
	header .header-phones .phone-numbers {
		padding-left: 4px;
	}
	header .header-phones .phone-messengers a + a {
		margin-left: 5px;
	}
	header .header-phones .phone-numbers a {
		font-size: 21px;
	}

}


/*md*/
@media (max-width: 991.98px) {
	header .light-menu {
		height: 70px;
	}
	header .light-menu .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*кнопка меню начало*/
	header .toggle-menu {
		width: 28px;
		height: 20px;
		cursor: pointer;
		user-select: none;
		position: relative;
	}
	header .toggle-menu .line {
		display:block;
		background: #122538;
		width: 28px;
		height: 4px;
		position:absolute;
		left:0;
		border-radius: 8px;
		transition: all 0.4s;
	}
	header .toggle-menu .top {
		top: 0;
	}
	header .toggle-menu .middle {
		top: 50%;
	}
	header .toggle-menu .bottom {
		top: 100%;
	}
	header .active-menu .top {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	header .active-menu .middle {
		opacity: 0;
	}
	header .active-menu .bottom {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	/*кнопка меню конец*/
	header ul.header-menu {
		display: block;
		text-align: right;
		align-items: normal;
		justify-content: normal;
	}
	header ul.header-menu .header-menu-active-link, header ul.header-menu .submenu li.submenu-active-link {
		background-color: transparent;
		color: #F19455;
	}
   /* header ul.header-menu li.parrent span.mobile-all-service:after {
		position: absolute;
		left: 110px;
	}*/
	header .mobile-menu {
		position: fixed;
		top: 96px;
		left: 0;
		display: block;
		width: 86%;
		max-width: 400px;
		margin: 0;
		line-height: 1.2em;
		background-color: #122538;
		overflow-y: auto;
		transform: translate3d(-100%, 0, 0);
		overflow-x: hidden;
		z-index: 10;
		height: 72%;
		height: calc(100% - 94px);
	}
	header .mobile-menu-open {
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
	header ul.header-menu {
		margin-bottom: 54px;
	}
	header ul.header-menu li {
		position: relative;
		display: block;
		text-align: left;
		cursor: default;
		border-bottom: 1px #444 solid;
	}
	header ul.header-menu li a, header ul.header-menu .header-menu-active-link, header ul.header-menu li.parrent .submenu-block a {
		display: block;
	}
	header ul.header-menu li, header ul.header-menu .header-menu-active-link {
		font-size: 18px;
		margin: 12px 20px;
		border-radius: 0;
	}
	header ul.header-menu li.parrent {
		border-radius: 0;
	}
	header ul.header-menu li.parrent.no-border {
		border-bottom: 0;
	}
	header ul.header-menu li + li {
		margin-left: 20px;
	}
	header ul.header-menu li.cases {
		max-width: 100%;
		line-height: 1;
	}
	/*header ul.header-menu li a {
		padding: 4px
	}*/
	header ul.header-menu li.parrent span.mobile-all-service:after {
		margin: 0 0 4px 16px;
	} 
	header ul.header-menu li.parrent span.mobile-all-service.active-item:after {
		margin: 6px 0 -2px 16px;
		transform: rotate(225deg);
	}
	header .mobile-all-service-list {
		display: none;
		margin: 0 -20px;
	}
	header ul.header-menu .submenu {
		display: block;
		background-color: #1F3447;
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding: 14px 16px 14px 20px;
		height: auto;
		border-radius: 0;
	}
	header ul.header-menu li.parrent:hover .submenu {
		display: block;
	}
	header ul.header-menu li.parrent .submenu-block {
		margin-right: 0;
		display: block;
	}
	header ul.header-menu .submenu-radius {
		display: none;
	}
	header ul.header-menu li.parrent .submenu-block:first-child {
		margin-bottom: 18px;
	}
	header ul.header-menu li.parrent .submenu-block:not(:first-child) {
		border-left: none;
	}
	header ul.header-menu li.parrent .submenu-block span.listname {
		margin-left: 12px;
	}
	header ul.header-menu li.parrent .submenu-block ul {
		margin: 0;
		padding: 20px 0 0 14px;
	}
	header ul.header-menu li.parrent .submenu-block ul.list-submenu-block-last {
		padding-top: 0;
	}
	header ul.header-menu li.parrent .submenu-block ul li {
		margin: 0 0 4px 0;
		font-size: 16px;
	}
	header ul.header-menu li.parrent .submenu-block li.submenu-active-link {
		
	}
	header ul.header-menu li.parrent .submenu .submenu-block li.submenu-active-link {
		background: none;
		padding: 6px 0 5px 12px;
		display: block;
	}
	header .header-phones {
		text-align: right;
	}
	header .header-phones .phone-messengers a + a {
		margin-left: 6px;
	}
	header .header-phones .phone-numbers {
		padding-left: 10px;
	}
	button.banner-size {
		font-size: 17px;
		padding: 11px 40px;
	}
	section.under-header {
		padding-top: 94px;
	}
	/* Хлебные крошки начало */
	ul.main-breadcrumbs {
		padding: 5px 0;
	}
	ul.main-breadcrumbs li {
		font-size: 15px;
	}
	/* Хлебные крошки конец */
	footer ul.footer-menu li {
		font-size: 14px;
	}
	/* Фиксированная кнопка начало */
	.bottom-messengers {
		left: 20px;
	}
	.bottom-messengers .list-messengers .item-messenger .hover-text {
		padding: 8px 10px;
		font-size: 13px;
	}
	/* Фиксированная кнопка конец */
}


/*sm*/
@media (max-width: 767.98px) {
	header .dark-menu .cities-box button.dropdown-cities {
		font-size: 14px;
		width: 206px;
	}
	header .dark-menu .cities-box .cities-list {
		width: 206px;
		font-size: 13px;
	}
	header .dark-menu .small-text {
		font-size: 15px;
		text-align: center;
	}
	header .dark-menu .languages-box button.dropdown-languages {
		font-size: 15px;
	}
	header .header-logo img {
		width: 124px;
	}
	/* Хлебные крошки начало */
	ul.main-breadcrumbs li.main-breadcrumbs-link:after {
		margin: 0 4px;
	}
	/* Хлебные крошки конец */
	/* Фиксированная кнопка начало */
	.bottom-messengers {
		left: 10px;
		bottom: 20px;
	}
	/* Фиксированная кнопка конец */
	footer p.footer-item-title {
		font-size: 15px;
	}
	footer .footer-call, footer .footer-write-me, footer .footer-email, footer .footer-location, footer .footer-bottom-text {
		padding-left: 10px;
	}
	footer .footer-email {
		margin-top: 30px;
	}
}

/*col*/
@media (max-width: 575.98px) {
	header .dark-menu .languages-box{
		text-align: right;
	}
	header .light-menu {
		height: 60px;
		padding: 4px 0;
	}
	header .container, header .light-menu .container {
		padding-right: 8px;
		padding-left: 8px;
	}
	header .mobile-menu {
		top: 86px;
		height: calc(100% - 84px);
	}
	header .header-logo img {
		width: 90px;
		margin-left: 14px;
	}
	header ul.header-menu li, header ul.header-menu .header-menu-active-link {
		font-size: 18px;
	}
	header ul.header-menu li.parrent .submenu-block ul {
		padding: 20px 0 0 10px;
	}
	header .header-phones .phone-messengers a + a {
		margin-left: 6px;
	}
	header ul.header-menu li.parrent span.mobile-all-service:after {
		margin: 0px 0 2px 16px;
	}
	header .header-phones .phone-numbers {
		padding-left: 2px;
	}
	header .header-phones .phone-numbers a {
		font-size: 20px;
	}
	section.under-header {
		padding-top: 84px;
	}
	/* Хлебные крошки начало */
	ul.main-breadcrumbs li {
		font-size: 14px;
	}
	ul.main-breadcrumbs li.main-breadcrumbs-link:after {
		margin: 0 2px;
	}
	/* Хлебные крошки конец */

	footer {
		padding: 20px 0;
	}
	footer .footer-call, footer .footer-write-me, footer .footer-email, footer .footer-location, footer .footer-bottom-text {
		padding-left: 6px;
	}
	footer p.footer-item-title {
		font-size: 14px;
	}
	footer .footer-call .phone-numbers a {
		font-size: 17px;
	}
	footer .footer-write-me {
		margin-bottom: 20px;
	}
	footer ul.footer-menu li {
		font-size: 14px;
	}
	footer ul.footer-menu li.footer-menu-active-link , footer ul.footer-menu a {
		padding: 6px;
	}
	footer .footer-email a, footer .footer-location p.footer-location-description {
		font-size: 13px;
	}
	footer .footer-bottom-text p {
		font-size: 11px;
	}
}
@media (max-width: 379px) {
	header .light-menu {
		height: 58px;
	}
	header .mobile-menu {
		top: 84px;
		height: calc(100% - 82px);
	}
	header .header-logo img {
		width: 80px;
		margin-left: 12px;
	}
	header .header-phones .phone-numbers {
		padding: 0;
	}
	header .header-phones .phone-numbers a {
		font-size: 19px;
	}
	section.under-header {
		padding-top: 82px;
	}
	footer .footer-call .phone-numbers a {
		font-size: 14px;
	}
	footer .footer-write-me a {
		font-size: 14px;
		width: 163px;
		padding: 12px 8px;
	}
		/* Фиксированная кнопка начало */
	.bottom-messengers {
		left: 6px;
		bottom: 6px;
	}
	.bottom-messengers .circle {
		width: 54px;
		height: 54px;
	}
	.bottom-messengers .list-messengers .item-messenger .hover-text {
		padding: 6px 8px;
		left: 116%;
		bottom: 26%;
		display: block;
	}
	.bottom-messengers .list-messengers .item-messenger .viber svg {
		width: 34px;
		height: auto;
		left: 19%;
	}
	.bottom-messengers .list-messengers .item-messenger .telegram svg {
		width: 32px;
		height: auto;
		left: 17%;
	}
	.bottom-messengers .list-messengers .item-messenger .call-button svg {
		width: 36px;
		height: 36px;
	}
	.bottom-messengers .first-image .chat svg {
		width: 40px;
		height: 40px;
		left: 12%;
	}
	.bottom-messengers .first-image .close svg {
		width: 20px;
		height: 20px;
		left: 32%;
	}
	.bottom-messengers .messengers-text {
		bottom: 65px;
		padding: 12px;
		width: 190px;
	}
	.bottom-messengers .messengers-text:before, .bottom-messengers .messengers-text:after {
		left: 14px;
	}
	/* Фиксированная кнопка конец */
	/*Форма заказа телефон начало*/
	.popup-form {
		max-width: 360px;
		padding: 34px 20px;
	}
	.popup-form .close-form {
		right: 15px;
		top: 15px;
	}
	.popup-form .title-form {
		margin-bottom: 16px;
	}
	.popup-form p.text-under-form {
		margin-top: 0;
		font-size: 11px;
	}
	/*Форма заказа телефон конец*/
}
@media (max-width: 344px) {
	header .light-menu {
		height: 90px;
	}
	header .mobile-menu {
		top: 116px;
		height: calc(100% - 114px);
	}
	header .header-phones .phone-messengers {
		display: block;
		margin-right: 40px;
	}
	section.under-header {
		padding-top: 114px;
	}
}