@font-face {
	font-family: 'fgm';
	src: url('../fonts/framd.ttf');
}

@font-face {
	font-family: 'fgd';
	src: url('../fonts/FRADM.TTF');
}

@font-face {
	font-family: 'helvetica';
	src: url('../fonts/helveetika.ttf');
}

@font-face {
	font-family: 'myriad-pro';
	src: url('../fonts/MyriadPro-Regular.otf');
}

@font-face {
	font-family: 'myriad-bold';
	src: url('../fonts/MyriadPro-Bold.otf');
}

@font-face {
	font-family: 'open-sans';
	src: url('../fonts/open-sans.ttf');
}

@font-face {
	font-family: 'open-sans-bold';
	src: url('../fonts/open-sans-bold.ttf');
}

@font-face {
	font-family: 'open-sans-semibold';
	src: url('../fonts/open-sans-semibold.ttf');
}

html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: helvetica;
	color: #000000;
	background: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #29578f;
	font-family: fgd;
}

.wrapper {
	width: auto;
	max-width: 1350px;
	margin: 0 auto;
}

.header {
	min-height: 170px;
}

.header-back {
	width: 100%;
	min-height: 170px;
	background: url(../images/header-back.jpg) no-repeat;
	background-size: cover;
	background-position: 100%;
}

.header-back a {
	text-decoration: none;
}

.header-main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.header-left {
	width: 49%;
	min-height: 170px;
	display: flex;
	align-items: center;
	position: relative;
}

.header-right {
	width: 47%;
}

.header-contact {
	flex-basis: 60%;
    padding-left: 50px;
    font-family: open-sans;
    box-sizing: border-box;
}

.header-contact-extra {
	display: flex;
    flex-wrap: wrap;
    flex-basis: 40%;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-tel-desc {
	color: #adc1cc;
}

.header-tel-desc:before {
	content: '';
	width: 12px;
	height: 16px;
	margin: 3px 10px 0 0;
	background: url(../icons/icon-iphone.png) no-repeat;
	display: block;
	float: left;
}

.number-tel {
	margin-top: 10px;
	color: #fff;
	font-size: 250%;
	font-family: open-sans-bold;
	line-height: 1;
	position: relative;
}

.header-email {
	line-height: 1;
}

.header-email a {
	color: #b1afaf;
	font-size: 16px;
	font-family: myriad-pro;
	font-style: italic;
	text-decoration: none;
}

.header-email a:hover {
	text-decoration: underline;
}

.call-gager-wrap {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	top: 10px;
}

.call-gager-email {
	color: #fff;
	float: left;
	text-decoration: underline;
	display: flex;
	align-items: center;
}

.call-gager-email a {
	color: #fff;
}

.call-gager-email:before {
	content: '';
	width: 20px;
	height: 15px;
	margin-right: 10px;
	background: url(../icons/icon-email-white.png) no-repeat;
	display: block;
	float: left;
}

.call-gager-text,
.call-gager-text-a{
	margin-left: 30px;
	padding-left: 5px;
	font-size: 14px;
	color: #adc1cc;
	float: left;
	text-decoration: underline;
	display: flex;
	align-items: center;
}
.header-back .call-gager-text-a {
	text-decoration: underline;
}

.call-gager-email:hover,
.call-gager-text:hover,
.header-back .call-gager-text-a:hover {
	text-decoration: none;
}

.call-gager-text:before,
.call-gager-text-a:before{
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(../icons/icon-order.png) no-repeat;
	display: block;
	float: left;
}

.header-logo {
	max-width: 600px;
	margin-top: 40px;
	margin-left: -50px;
}

.top-menu {
	min-height: 50px;
	font-size: 110%;
	font-family: fgd;
	display: flex;
	align-items: center;
	position: relative;
	left: -60px;
}

.top-menu-shadow {
	height: 20px;
	position: relative;
	left: -78px;
	transform: skewX(-30deg);
	background: #f9fafb;
}

.top-menu-shadow:before {
	content: '';
	width: 90px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: -2px;
	left: -2px;
	transform: skewX(30deg);
}

.top-menu ul {
	height: 50px;
}

.top-menu a {
	color: #d2d9e5;
	text-decoration: none;
	display: block;
	min-height: 100%;
	padding-top: 16px;
	transform: skewX(30deg);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.top-menu a:hover {
	color: #ffffff;
}

.top-menu-item {
	background: linear-gradient(#2766b1, #22599b);
	transform: skewX(-30deg);
	border-right: 0.5px solid #a4afc4;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.top-menu-item:first-child:before {
	content: '';
	width: 90px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: -2px;
	left: -28px;
	transform: skewX(30deg);
}

.top-menu-item:first-child {
	position: relative;
}

.top-menu-item:first-child a {
	padding-left: 100px;
}

.top-menu-item:first-child a:before {
	content: '';
	width: 58px;
	height: 105px;
	margin: 0 -20px 0 60px;
	background: url(../images/menu-img.png) no-repeat;
	display: block;
	position: absolute;
	top: -60px;
	left: 20px;
}

.top-menu-item.last {
	border-right: 0px none;
}

.top-menu-item.active a {
	color: #ffffff;
}

.top-menu-item.active {
	background: linear-gradient(#22599b, #143e7e);
}

.breadcrumbs-wrap {
	min-height: 30px;
	color: #231f20;
	font-family: myriad-pro;
	font-style: italic;
	background: #e7e7e8;
	border-bottom: 1px solid #d1d2d4;
}

.breadcrumbs-wrap a {
	text-decoration: none;
}

.breadcrumbs-wrap .main {
	padding: 5px 0;
	padding-top: 7px;
}

.main {
	width: 94%;
	margin: 0 auto;
	padding: 10px;
}

.main.index-page {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    padding: 0;
    justify-content: space-between;
}

.main.index-page > .sidebar,
.main.index-page > .content {
	float: none;
}

.content-wrapper {
	width: auto;
	margin-top: 50px;
}

.content-main {
	margin-top: 50px;
	font-family: helvetica;
}

.product-left {
	/* width: 40%; */
	/* float: left; */
}

.product-right {
	width: 50%;
	margin-left: 60px;
	float: left;
}

.product-right ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

.product-right ul li {
	margin-bottom: 10px;
}

.button-return {
	width: 273px;
	height: 32px;
	background: url(../images/button-return.jpg) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.button-order {
	width: 121px;
	height: 35px;
	margin: 0 auto;
	background: url(../images/button-order.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.five-reasons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.five-reasons li {
	width: 120px;
	margin: 0 10px;
	list-style: none;
	vertical-align: top;
	display: inline-block;
}

.reasons-set {
	list-style-image: url(../icons/marker-list.png);
}

.reasons-set li {
	margin-bottom: 10px;
}

.set-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.set-wrap li {
	width: 200px;
	margin: 10px;
	display: inline-block;
}

.set-wrap li img {
	width: 100%;
}

.sidebar {
	width: 32%;
	float: left;
}

.sidebar-menu-wrap {
	width: auto;
	margin-bottom: 20px;
}

.sidebar-menu {
	list-style: none;
}

.sidebar-menu-item {
	margin: 15px 0;
	padding: 20px 5px;
	padding-left: 20px;
	box-shadow: 0px 0px 20px 10px #f4f6f9;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	background: #fff;
	border-left: 5px solid #2a578f;
}

.button-popap-order-ring:hover {
	transform: translateX(5px);
}

.sidebar-menu-img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}

.sidebar-menu-item:hover a {
	font-family: open-sans-bold;
}

.sidebar-menu-item a {
	color: #2a578f;
	font-family: open-sans-semibold;
	text-decoration: none;
	float: left;
}

.sidebar-menu-item.active a {
	font-family: open-sans-bold;
}

.sidebar-buttons-wrap {
	width: 70%;
	margin-top: 80px;
}

.sidebar-buttons {
	cursor: pointer;
}

.button-popap-quick-order {
	width: 90%;
	margin-top: 20px;
}

.content {
	width: 65%;
	float: right;
}

.content h1 {
	font-size: 130%;
	margin-bottom: 50px;
}

.content h2 {
	font-size: 120%;
}

.catalog {
	list-style: none;
}

.catalog-item {
	width: 40%;
	height: 300px;
	margin: 10px;
	padding: 30px 20px 5px 20px;
	text-align: center;
	position: relative;
	border: 1px solid #cacaca;
	display: inline-block;
	vertical-align: top;
}

.catalog-item-good {
	width: auto;
	height: auto;
	padding: 5px;
}

.fire-door-circle {
	width: 50px;
	height: 50px;
	background: url(../icons/fire-door-circle.png) no-repeat;
	background-size: contain;
	border-radius: 50px;
	box-shadow: -5px 5px 10px #cacaca;
	position: absolute;
	top: 10px;
	right: 10px;
}

.catalog-img {
	width: 70%;
	margin-bottom: 10px;
}

.catalog-link {
	margin-bottom: 10px;
	font-family: fgd;
}

.catalog-link a {
	color: #0c57a8;
	text-decoration: underline;
}

.catalog-link a:hover {
	text-decoration: none;
}

.catalog-price {
	font-size: 90%;
	font-family: fgd;
	color: #939598;
}

.footer {
	width: auto;
	margin-top: 70px;
	padding: 50px 0;
	background: url(../images/footer-back.jpg) no-repeat;
	background-size: cover;
}

.footer-main {
	width: 90%;
	margin: 0 auto;
}

.footer .left-col {
	width: 40%;
	float: left;
}

.footer .right-col {
	width: 40%;
	float: right;
}

.footer-production-block {
	color: #adc1cc;
}

.footer-production-heading {
	text-transform: uppercase;
	font-family: open-sans-bold;
}

.footer-production-menu {
	margin-top: 10px;
	color: #29578f;
	list-style: none;
}

.footer-production-menu a {
	color: #fff;
	font-size: 90%;
	text-decoration: none;
}

.footer-oferta {
	margin-top: 20px;
	font-size: 80%;
}

.footer-contacts-block {
	width: 350px;
	color: #adc1cc;
	font-family: open-sans;
	float: right;
}

.footer-contacts-block table p {
	margin: 0px;
	padding: 0px;
}

.footer-contacts-block-heading {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: open-sans-bold;
}

.footer-contacts-address {
	color: #fff;
	font-size: 90%;
	font-family: open-sans-semibold;
}

.footer-contacts-address:before {
	content: '';
	width: 18px;
	height: 21px;
	margin-right: 10px;
	background: url(../icons/icon-address.png) no-repeat;
	display: block;
	float: left;
}

.footer-contacts-tel-wrap {
	width: 50%;
	font-family: open-sans-semibold;
	float: left;
}

.footer-contacts-tel,
.footer-contacts-email {
	color: #fff;
	font-size: 100%;
	display: flex;
	align-items: center;
}

.footer-contacts-tel:before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(../icons/icon-tel.png) no-repeat;
	display: block;
	float: left;
}

.footer-contacts-email:before {
	content: '';
	width: 20px;
	height: 15px;
	margin-right: 10px;
	background: url(../icons/icon-email.png) no-repeat;
	display: block;
	float: left;
}

.footer-contacts-email a {
	color: #fff;
	text-decoration: none;
}

.footer-contacts-tel-desc,
.footer-contacts-email-desc {
	padding-left: 30px;
	color: #adc1cc;
	font-size: 80%;
}

.footer-contacts-email-wrap {
	width: 50%;
	font-family: open-sans-semibold;
	float: right;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

.modal-back {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/popap-back-white.png) repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: none;
}

.modal-window {
	width: 600px;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 200px;
	padding: 10px;
	background: url(../icons/modal-window-back.png) repeat;
	border-radius: 20px;
	display: none;
}

.modal-close-wrap {
	width: 90px;
	font-size: 8px;
	text-align: center;
	float: right;
	cursor: pointer;
}

.modal-close-wrap img {
	width: 40px;
}

.modal-window-main {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	font-family: fgd;
}

.modal-window-main p {
	margin-bottom: 10px;
}

.modal-window-main input[type="text"] {
	width: 100%;
	height: 30px;
	padding-left: 5px;
	border: 0px none;
	outline: 0px none;
	border-radius: 5px;
}

.modal-window-control {
	margin-bottom: 20px;
}

.modal-window-control-flex {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.modal-window-main .modal-window-policy {
	margin-bottom: 20px;
}

.button-modal-send {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	background: linear-gradient(#ffffff, #cacaca);
	border-radius: 10px;
	cursor: pointer;
}

.button-modal-send:hover {
	background: #cacaca;
}

.label-button-1 {
	width: 40%;
	float: left;
}

.label-button-2 {
	width: 65%;
	float: left;
}

.button-download-file {
	width: 72px;
	height: 50px;
	margin-left: 20px;
	background: url(../icons/button-input-file.png) no-repeat;
	background-size: contain;
	float: left;
}

.input-file-overlay {
	width: 120px;
	height: 40px;
	margin-left: 20px;
	padding-top: 15px;
	text-align: center;
	background: linear-gradient(#ffffff, #cacaca);
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	float: left;
}

.hidden-input-file {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

/* region menu */

.header-region {
	position: relative;
	width: 100%;
}

.header-region * {
    box-sizing: border-box;
}

.header-region .current-region {
    display: block;
    color: #fff;
    background: #2460a7;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: .5em;
    text-align: center;
    cursor: pointer;
}

.header-region .current-region:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url('/templates/images/open-list.svg');
	transition: .1s;
}

.header-region .current-region.active:after {
	transform: rotate(180deg);
}

.header-region .current-region:hover {
	background: #3e75b7;
}

.header-region .region-list {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    background: #1d5091;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    z-index: 9;
}

.header-region .current-region.active ~ .region-list {
    display: block;
}

.header-region .region-list li {
	text-align: center;
}

.header-region .region-list li a {
	display: block;
    color: #fff;
	padding: .5em;
	width: 100%;
}

.header-region .region-list li:hover {
	background: #2560a8;
}

@media screen and (max-width: 767px) {
	.header-region {
		width: 100%;
    	margin: 25px 25% 0 25%;
	}
}

.change-region-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.change-region-wrapper,
.change-region-overlay-wrapper {
	display: none;
}

.change-region-wrapper.visible {
	display: block;
}

.change-region-block {
	display: inline-flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 25px;
    align-items: center;
    box-shadow: 0px 4px 8px 0px #000000a6;
}

.change-region-block .change-region-text {
	color: #29578f;
    font-family: fgd;
    margin-right: 20px;
    line-height: 2em;
}

.change-region-block .change-region-buttons {
	display: flex;
    flex-wrap: wrap;
}

.change-region-block .change-region-buttons .change-region-button {
    border-radius: 1em;
	font-family: fgd;
    padding: .3em .7em;
    margin-right: 10px;
    cursor: pointer;
}

.change-region-block .change-region-buttons .change-region-button:last-child {
	margin: 0;
}

.change-region-block .change-region-buttons .change-region-button.region-yes {
    background: #23588c;
    color: #fff;
}

.change-region-block .change-region-buttons .change-region-button.region-other,
.change-region-overlay .change-region-buttons .change-region-button:hover {
    background: #fff;
    border: 1px solid #29578f;
    color: #29578f;
}

.change-region-overlay {
	display: block;
    margin: 20px;
}

.change-region-overlay .change-region-text {
	color: #29578f;
    font-family: fgd;
    font-size: 20px;
    margin-bottom: 1em;
}

.change-region-overlay .change-region-buttons .change-region-button {
	display: inline-block;
    border: 1px solid #29578f;
	border-radius: 1em;
    font-family: fgd;
    padding: .5em 1em;
    margin: 0 10px 10px 0;
    text-decoration: none;
    color: #fff;
    background: #23588c;
    outline: none;
    transition: .1s;
}

@media screen and (min-width: 1350px) {
	.change-region-block {
		transform: translateX(250px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
	.change-region-block {
		transform: translateX(200px);
		padding: 10px 15px;
	}
}

@media screen and (max-width: 767px) {
	.change-region-wrapper {
		position: inherit;
    	top: unset;
    	left: unset;
	}

	.change-region-block {
    	margin-top: 15px;
	}
}

/* end region menu */

/* address & time in header */

.header-address,
.header-time {
	color: #fff;
    margin-top: 1em;
    text-align: center;
}

/* end address & time in header */

/* main page styles */

.index-page .section {
	background: #1a4b8c1a;
    padding: 30px;
    margin-bottom: 30px;
}

.index-page .section.without-bg {
	background: none;
}

.index-page .section .section-head {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}

.index-page .section .section-head h3 {
	display: block;
	font-size: 24px;
	margin: 0;
}

.index-page .section .section-head a {
	font-size: 16px;
	text-decoration: none;
	background: #2460a7;
	color: #fff;
	font-family: fgd;
	padding: .5em;
	transition: .1s;
}

.index-page .section .section-head a:hover {
    background: #5d85b5;	
}

.section.popular-lifts .popular-lifts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section.popular-lifts .popular-lifts-list .popular-lifts-item {
	display: block;
	flex-basis: 24%;
	height: 200px;
	background-size: cover;
    background-position: center;
}

.section.popular-lifts .popular-lifts-list .popular-lifts-item .popular-lift-wrapper {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: flex-end;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	height: 100%;
	width: 100%;
	font-family: 'fgm';
}

.section.popular-lifts .popular-lifts-list .popular-lifts-item .popular-lift-wrapper:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.section.popular-lifts .popular-lifts-list .popular-lifts-item .popular-lift-wrapper .popular-lift-name,
.section.popular-lifts .popular-lifts-list .popular-lifts-item .popular-lift-wrapper .popular-lift-price {
	display: block;
    flex-basis: 100%;
    color: #fff;
    padding: 10px;
    background: #2561a857;
}

@media screen and (max-width: 767px) {
	.section.popular-lifts {
		display: none;
	}
}

.section.about-us .content-main {
	margin: 0;
}

.section.advantages .advantages-list * {
	box-sizing: border-box;
}

.section.advantages .advantages-list {
	display: flex;
	flex-wrap: wrap;
}

.section.advantages .advantages-list .advantages-item:nth-child(3n+1) {
	margin-left: 0;
}

.section.advantages .advantages-list .advantages-item:nth-child(3n) {
	margin-right: 0;
}

.section.advantages .advantages-list .advantages-item {
	display: flex;
	flex-basis: 32%;
	background: #fff;
	padding: 15px 25px;
	margin: 1%;
	align-items: center;
}

.section.advantages .advantages-list .advantages-item img {
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 25px;
	object-fit: contain;
	pointer-events: none;
}

.section.advantages .advantages-list .advantages-item span {
	display: block;
	width: 100%;
}

.section.sections .sections-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section.sections .sections-list .sidebar-menu-item {
	flex-basis: 27%;
}

.section.sections .sections-list .sidebar-menu-item:hover {
	font-family: open-sans-bold;
}

.section.sections .sections-list .sidebar-menu-item {
	color: #2a578f;
	font-family: open-sans-semibold;
	text-decoration: none;
	float: left;
}

.section.slider .imgs-slider-wrapper {
	padding: 0 50px;
}

.section.slider .imgs-slider-wrapper .imgs-slider-item {
    height: 250px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
}

.section.slider .imgs-slider-wrapper .imgs-slider-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section.articles .articles-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'fgm';
}

.section.articles .articles-list .article-item {
	display: block;
	flex-basis: 24%;
	height: 200px;
	background-size: cover;
    background-position: center;
}

.section.articles .articles-list .article-item .article-wrapper {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: flex-end;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	height: 100%;
	width: 100%;
}

.section.articles .articles-list .article-item .article-wrapper:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.section.articles .articles-list .article-item .article-wrapper .article-name,
.section.articles .articles-list .article-item .article-wrapper .article-more {
	display: block;
    flex-basis: 100%;
    color: #fff;
    padding: 10px;
    background: #2561a857;
}

/* end main page styles */



/* child menu */

.top-menu-item > ul,
.top-menu-item > ul *,
.top-menu-default,
.top-menu-default * {
    box-sizing: border-box;
}

.top-menu-shadow {
    display: none !important;
}

.top-menu-item > ul {
    display: none;
    transform: skewX(30deg);
}

.top-menu-item:hover > ul {
    display: inline-flex;
}

.top-menu-item > ul {
    position: absolute;
    flex-wrap: wrap;
    left: 15px;
    top: 50px;
}

.top-menu-item > ul > li {
    display: block;
    width: 100%;
    transform: skewX(0deg);
}

.top-menu-item > ul > li > a {
    transform: skewX(0deg);
    padding: 1em;
}

.top-menu-item > ul > li:first-child > a {
    padding-left: 1em !important;
}

.top-menu-item > ul > li > a:before {
    display: none !important;
}

.top-menu-item > ul > li:first-child:before {
    display: none;
}

@media screen and (max-width: 767px) {
	.top-menu-default ul {
		display: block;
	    position: unset;
	    transform: skewX(0deg);
	    padding-left: 15px !important;
	}

	.top-menu-default ul .last {
		border-bottom: 0;
	}
}

/* end child menu */


.cookie {
	width: 100%;
	max-width: 990px;
	position: fixed;
	bottom: 20px; left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	background: #fff;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	  opacity: 0;
	  visibility: hidden;
  font-family: open-sans;
	font-size: 14px;
	text-wrap: balance;
  transition: .1s;
	  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.cookie.opened {
  opacity: 1;
  visibility: visible;
}
.cookie__btn {
	font-size: 16px;
  text-decoration: none;
  background: #2460a7;
	border: none;
  color: #fff;
  font-family: open-sans;
  padding: 5px 10px;
  transition: .1s;
	cursor: pointer;
	outline: 0;
}
@media screen and (max-width: 1024px) {
	.cookie {
		max-width: 640px;
	}
}
@media screen and (max-width: 610px) {
	.cookie {
		flex-direction: column;
	  align-items: flex-start;
	  gap: 10px;
	  font-size: 12px;
	  bottom: 0;
	  padding: 10px 15px;
	}
}