

/* Start:/local/templates/ek_2023/assets/css/fonts.css?16915015082734*/
@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Regular.woff') format('woff'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Light.woff') format('woff'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Medium.woff') format('woff'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Bold.woff') format('woff'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-ExtraBold.eot');
  src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Black.eot');
  src: local('Gilroy Black'), local('Gilroy-Black'),
      url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
      url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Black.woff') format('woff'),
      url('/local/templates/ek_2023/assets/css/../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto'), url("/local/templates/ek_2023/assets/css/../fonts/Roboto.woff") format("woff");
}

@font-face {
  font-family: Roboto Bold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url("/local/templates/ek_2023/assets/css/../fonts/Robotobold.woff") format("woff");
}
/* End */


/* Start:/local/templates/ek_2023/assets/css/base.css?170291111610993*/
@charset "UTF-8";

/*
old:
--color-grey: #979899;
  --color-darkgrey: #5f5f5f;
*/
:root {
  --color-primary: #00945e;
  --color-darkgrey: #1d1d1b;
  --color-darkgreen: #394B40;
  --color-grey: #1d1d1b;
  --color-grey2: #7f7f7f;
  --color-lightgrey: #98989A;
  --color-lightgreen: #67e0b4;
  --color-white: #fff;
  --color-black: #000;
  --color-bg1: #f7f7f7;
  --color-border: #d4d4d4;
}

* {
    box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a,
a:hover {
	text-decoration: none;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
@media all and (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media all and (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media all and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
@media (max-width: 767.98px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
  

/* End */


/* Start:/local/templates/ek_2023/assets/css/animate.css?1691501508364*/

@keyframes phone {
    0% {color: #00945e;}
    50% {color: #005e3b;}
    100% {color: #00945e;}
}
@keyframes auth-logo {
    0% {background-color: #00945e;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);}
    50% {background-color: #67e0b4;box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);}
    100% {background-color: #00945e;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);}
}
/* End */


/* Start:/local/templates/ek_2023/libs/fancybox/jquery.fancybox.min.css?171791429612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/ek_2023/libs/select2/select2.min.css?164586214816265*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/ek_2023/libs/inputTel/inputTel.css?173454487617663*/
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 24px;
  --iti-flag-width: 32px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("/local/templates/ek_2023/libs/inputTel/../img/flags.webp");
  --iti-path-flags-2x: url("/local/templates/ek_2023/libs/inputTel/../img/flags@2x.webp");
  --iti-path-globe-1x: url("/local/templates/ek_2023/libs/inputTel/../img/globe.webp");
  --iti-path-globe-2x: url("/local/templates/ek_2023/libs/inputTel/../img/globe@2x.webp");
  --iti-flag-sprite-width: 7808px;
  --iti-flag-sprite-height: 24px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}



.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: calc(var(--iti-flag-offset) * 2) ;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/* End */


/* Start:/local/templates/ek_2023/css/forms.css?175146110925002*/
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/ek_2023/css/../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("/local/templates/ek_2023/css/../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/ek_2023/css/../fonts/Gilroy-Bold.woff2") format("woff2"), url("/local/templates/ek_2023/css/../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/ek_2023/css/../fonts/Gilroy-Medium.woff2") format("woff2"), url("/local/templates/ek_2023/css/../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/ek_2023/css/../fonts/Gilroy-Semibold.woff2") format("woff2"), url("/local/templates/ek_2023/css/../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/ek_2023/css/../fonts/Gilroy-Regular.woff2") format("woff2"), url("/local/templates/ek_2023/css/../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font: 400 16px "Gilroy", sans-serif;
  position: relative;
  color: #1d1d1d;
}

body.select-close {
  overflow-x: hidden;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

svg {
  transition: 300ms;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1143px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 688px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox.field--error {
  border: 0;
}

.checkbox.field--error .checkbox__inner span {
  border: 1px solid #e20e18;
}

.checkbox.field--error .checkbox__text {
  color: #e20e18;
}

.checkbox:hover .checkbox__inner span {
  border: 2px solid #1d1d1d;
}

.checkbox.disabled {
  pointer-events: none;
  text-decoration: line-through;
  cursor: inherit;
  opacity: 0.4;
}

.checkbox__text {
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
}

.checkbox__text a {
  text-decoration: underline;
}

.checkbox__inner span {
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  transition: 300ms;
  z-index: 1;
  border-radius: 7px;
}

.checkbox__inner span::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  background: url("/local/templates/ek_2023/css/../images/checked.svg") no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}

.checkbox__inner input {
  display: none;
}

.checkbox__inner input:checked+span::before {
  opacity: 1;
  visibility: visible;
}

.field {
  display: block;
  position: relative;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
}

.field-file-content {
  height: auto;
}

.field-file-content.mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .field-file-content.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .field-file-content.tablet {
    display: none;
  }
}

.file-field-error {
  font-size: 14px;
  color: #e20e18;
  padding-left: 10px;
}

.field-file-content .field-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
  position: relative;
  height: 184px;
  background: #f2f2f2;
  border-radius: 10px;
}

.field-file-content .field-file__icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.field-file-content .field-file__info {
  font-size: 14px;
}

.field-file-content .field-file__info span {
  color: #009fe3;
  text-decoration: underline;
}

.field-file-content input {
  opacity: 0;
  visibility: visible;
  z-index: 100;
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.field:hover .field__label {
  color: #28ad62;
}

.field input,
textarea {
  border: none;
  padding-bottom: 0;
  border: 0;
  background: #f7f7f7;
  width: 100%;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 10px;
  padding-left: 20px !important;
  resize: none;
  cursor: pointer;
  transition: 300ms;
}

.field-area {
  height: auto;
}

.field-area textarea {
  height: 102px;
}

@media only screen and (max-width: 991px) {
  .field-area textarea {
    height: 125px;
  }
}

.field--error {
  border: 1px solid #ca1313;
}

.field__error {
  color: #ca1313;
  font-size: 12px;
}

.form-group {
  border-radius: 10px;
}

.field__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 400ms;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #1d1d1d;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .field__label {
    font-size: 16px;
  }
}

.field__label.top {
  top: 0px;
  transform: translateY(0);
  font-size: 12px;
}

.field input:focus~.field__label {
  top: 0px;
  transform: translateY(0%);
  font-size: 12px;
}

.field-area textarea {
  padding-top: 20px;
}

.field-area .field__label {
  top: 30px;
}

.field-area .field__label.top {
  top: 0;
}

.field textarea:focus~.field__label {
  top: 0px;
  transform: translateY(0%);
  font-size: 12px;
}

.title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .title {
    font-size: 24px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  cursor: pointer;
  transition: 300ms;
  border: 0;
}

.btn-black {
  background: #1d1d1d;
  color: #fff;
}

.btn-black:hover {
  background: #4b4b4b;
}

.btn-black:active {
  background: #037434;
}

.btn-green {
  background: #28ad62;
}

.btn-green:hover {
  background: #037434;
}

.btn-green:active {
  background: #1d1d1d;
}

.fancybox-slide {
  overflow: hidden;
}

.fancybox__container {
  cursor: default !important;
}

.fancybox__content {
  cursor: default !important;
}

.iti {
  width: 100%;
  position: relative;
}

.iti input {
  width: 100%;
  padding: 7px;
  background: #f7f7f7;
  max-width: 100%;
  height: 40px;
  border: 0;
  width: 100%;
  font-size: 16px;
  transition: 300ms;
  cursor: pointer;
}

.iti input:hover {
  background: #e9ebf4;
}

.iti input::-moz-placeholder {
  color: #bbb;
}

.iti input::-ms-input-placeholder {
  color: #bbb;
}

.iti input::placeholder {
  color: #bbb;
}

.iti__arrow {
  order: -1;
  margin-top: 20px;
}

.iti__flag {
  order: -1;
  background-image: url("/local/templates/ek_2023/css/../libs/inputTel/images/flags@2x.webp");
  width: 30px;
  height: 22px;
  border-radius: 5px;
}

.iti__selected-flag {
  display: flex;
  align-items: center;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: flex-start;
  width: auto;
  padding-left: 5px;
  height: 100%;
  cursor: pointer;
  padding-right: 5px;
}

.phone-number {
  position: relative;
}

.iti--allow-dropdown .iti__country-list {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 10000;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0;
  border-top: 0;
  height: 300px;
  border-radius: 0 0 10px 10px;
  background: #f7f7f7;
}

.iti__country-list .iti__flag,
.iti__country-name {
  font-size: 14px;
}

.iti--allow-dropdown .iti__country-list::-webkit-scrollbar {
  width: 4px;
  background: #e9eced;
}

.iti--allow-dropdown .iti__country-list::-webkit-scrollbar-thumb {
  background: #28ad62;
}

.iti--container {
  background: #ededed;
  left: 0;
  z-index: 100000;
  top: 50%;
  width: 90%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: fixed;
}

.iti__country {
  color: #092147;
}

.iti__dial-code {
  color: #092147;
}

.iti__country:hover {
  background: #28ad62;
  cursor: pointer;
  color: #fff;
}

.iti__country:hover .iti__dial-code {
  color: #fff;
}

.iti__country-list {
  height: 90vh;
}

.iti .iti__selected-dial-code {
  margin-left: 2px;
  font-size: 16px;
  color: #333;
}

.wrapper .iti__selected-dial-code {
  font-weight: 300;
  font-size: 16px;
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

.fancybox-button {
  display: none;
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.radio:hover .radio__inner span {
  border: 2px solid #4b4b4b;
}

.radio.disabled {
  pointer-events: none;
  text-decoration: line-through;
}

.radio__text {
  font-size: 16px;
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .radio__text {
    font-size: 14px;
  }
}

.radio__inner span {
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  transition: 300ms;
  z-index: 1;
  flex-shrink: 0;
}

.radio__inner span::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  transition: 300ms;
  visibility: hidden;
}

.radio__inner input {
  display: none;
}

.radio__inner input:checked+span::before {
  opacity: 1;
  visibility: visible;
}

.field-select.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: initial;
}

.select2-container {
  width: 100% !important;
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 0;
}

.select2-container--default .select2-selection--single:hover {
  background: #e9ebf4;
}

.select2-container--open .select2-dropdown--below {
  z-index: 100000;
  border: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  margin-right: 10px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  background: #e6e6e6;
  width: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #a1a5ab;
  width: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #28ad62;
  text-decoration: underline;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/local/templates/ek_2023/css/../images/arrow-select.svg");
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  transition: 300ms;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg) translateY(50%);
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

.select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #092147;
}

.select2-results__option {
  padding-left: 20px;
}

.form-content__left {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

@media only screen and (max-width: 991px) {
  .form-content__left {
    grid-gap: 20px;
  }
}

.form-content__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

@media only screen and (max-width: 991px) {
  .form-content__right {
    grid-gap: 20px;
  }
}

.form-content__right--margin.height .field-area textarea {
  height: 123px;
}

.form-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 30px;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .form-content-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.form-content-wrapper__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  background: #f7f7f7;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .form-content-wrapper__img {
    padding: 20px 0;
    border-radius: 10px;
    overflow: hidden;
  }
}

.form-content-wrapper .form-content {
  padding: 56px 0;
  max-width: 555px;
}

@media only screen and (max-width: 1400px) {
  .form-content-wrapper .form-content {
    max-width: 446px;
  }
}

@media only screen and (max-width: 991px) {
  .form-content-wrapper .form-content {
    padding-top: 0;
  }
}

.select-custom {
  position: relative;
}

.select-custom__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 0 20px;
  cursor: pointer;
}

.select-custom__head.active .select-custom__arrow {
  transform: rotate(180deg);
}

.select-custom__head span {
  color: #4e4d4e;
  font-weight: 400;
  display: block;
  font-size: 16px;
}

.select-custom__head p {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-custom__name {
  width: 91%;
}

.select-custom__arrow {
  display: flex;
  align-items: center;
  transition: 300ms;
  flex-shrink: 0;
}

.select-custom__dropdown {
  position: absolute;
  left: 0;
  top: 53px;
  border: 1px solid #0085ca;
  border-radius: 10px;
  background: #fff;
  z-index: 10;
  background: #f7f7f7;
  padding: 27px 29px;
  display: none;
}

.select-custom__dropdown.active {
  display: block;
}

.select-custom__dropdown .radio {
  margin-bottom: 20px;
  align-items: flex-start;
}

.select-custom__dropdown .radio:last-child {
  margin-bottom: 0;
}

.select-custom__dropdown .radio__text {
  font-weight: 400;
  font-size: 16px;
}

.captcha {
  display: flex;
  align-items: center;
}

.captcha.mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .captcha.mobile {
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .captcha.desktop {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .captcha {
    justify-content: center;
  }
}

.captcha-right {
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .captcha-right {
    justify-content: center;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select2-search--dropdown {
  padding: 5px 15px;
  border-radius: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 40px;
  color: #092147;
  font-size: 16px;
  padding: 10px;
}

.text-info {
  background: #a1a5ab;
  margin: 100px 0;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .text-info {
    padding: 0;
  }
}

.wrapper-content {
  margin-top: 170px;
}

@media only screen and (max-width: 991px) {
  .wrapper-content {
    margin-top: 70px;
  }
}

.wrapper-content-partner {
  background: url("/local/templates/ek_2023/css/../images/partner.png") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}

.wrapper-content-partner .field-file__info--text {
  color: #1d1d1d;
}

.wrapper-content-partner .field-area textarea {
  height: 163px;
}

@media only screen and (max-width: 991px) {
  .wrapper-content-partner .field-area textarea {
    height: 118px;
  }
}

.wrapper-content-quest {
  background: url("/local/templates/ek_2023/css/../images/quest.png") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}

.wrapper-content-zayavka {
  background: #dfdfdf;
}

.wrapper-content-zayavka .checkbox__text {
  color: #1d1d1d !important;
}

.wrapper-content-zayavka .checkbox__text a {
  font-weight: 700;
}

.wrapper-content-zayavka .form-content .field-area textarea {
  height: 136px;
}

.wrapper-content-zayavka .form-content__title {
  margin-bottom: 10px;
}

.wrapper-content-zayavka .form-content__text {
  margin-bottom: 10px;
  color: rgba(29, 29, 29, 1);
}

.wrapper-container {
  max-width: 1140px;
  margin: 50px auto;
  background: #28ad62;
  color: #fff;
  width: 100%;
}

.wrapper-container .form-content {
  padding: 50px 55px;
}

@media only screen and (max-width: 991px) {
  .wrapper-container .form-content {
    padding: 75px 15px 40px;
  }
}

.wrapper-container .form-content__title {
  margin-bottom: 10px;
}

.wrapper-container-quest {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 100px;
}


@media only screen and (max-width: 991px) {
  .wrapper-container-quest {
    margin-bottom: 50px;
  }
}

.wrapper-container-quest .field-area textarea {
  height: 130px;
}

.wrapper-container-quest .form-content__title {
  margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .wrapper-container-quest {
    margin: 70px auto;
  }
}

.form-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0px 73px;
}

@media only screen and (max-width: 1300px) {
  .form-content {
    padding: 80px 10px 73px;
  }
}

@media only screen and (max-width: 991px) {
  .form-content {
    padding: 40px 15px;
  }
}

.form-content__title {
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .form-content__title {
    font-size: 40px;
  }
}

.form-content__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 30px;
  align-items: flex-start;
}

.form-content__info.center {
  align-items: inherit;
}

@media only screen and (max-width: 991px) {
  .form-content__info {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.form-content__label {
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 16px;
}

.form-content__radios {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 60px;
}

@media only screen and (max-width: 991px) {
  .form-content__radios {
    gap: 40px;
  }
}

.form-content__text {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 137%;
}

.form-content__btn {
  margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
  .form-content__btn {
    margin-bottom: 20px;
  }
}

.form-content__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #28ad62;
  margin-bottom: 35px;
  transition: 300ms;
}

.form-content__link svg path {
  transition: 300ms;
}

.form-content__link:hover {
  color: #4573b7;
}

.form-content__link:hover svg path {
  stroke: #4573b7;
}

.form-content__link:active {
  color: #07377e;
}

.form-content__link:active svg path {
  stroke: #07377e;
}

.form-content__link span {
  text-decoration: underline;
  display: block;
}

.field-file {
  position: relative;
  background: #f7f7f7;
  min-height: 77px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 20px;
}

.field-file input {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.field-file__label {
  display: none;
  font-weight: 400;
  font-size: 16px;
  color: #092147;
  margin-bottom: 10px;
}

.field-file__label.show {
  display: block;
}

.field-file__info {
  width: 100%;
}

.field-file__info--text {
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .field-file__info--text {
    font-size: 12px;
  }
}

.field-file .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.field-file .file-item span {
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-file .file-item svg {
  cursor: pointer;
  flex-shrink: 0;
}

.field-file .file-error {
  font-size: 14px;
}

.field-file__icon {
  flex-shrink: 0;
  margin-left: 30px;
}

.modal {
  max-width: 1272px;
  width: 100%;
  padding: 55px 86px;
  display: none;
  background: #28ad62;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .modal {
    padding: 75px 15px 41px;
    height: 100%;
    overflow: scroll;
  }
}

.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .modal__close {
    right: 15px;
    top: 15px;
  }
}

.modal__close svg path {
  transition: 300ms;
}

.modal__close:hover svg path {
  stroke: #fff;
}

.modal__close:active svg path {
  stroke: #fff;
}

.modal .form-content {
  padding: 0;
  max-width: 100%;
}

.thanks {
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .thanks {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.thanks__close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.thanks__close svg path {
  transition: 300ms;
}

.thanks__close:hover svg path {
  stroke: #28ad62;
}

.thanks__info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-top: 145px;
  padding-bottom: 187px;
}

@media only screen and (max-width: 991px) {
  .thanks__info {
    padding: 110px 35px;
  }
}

.thanks__title {
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 133%;
  text-align: center;
  color: #28ad62;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .thanks__title {
    font-size: 24px;
  }
}

.thanks__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: rgba(29, 29, 29, 1);
}

@media only screen and (max-width: 991px) {
  .thanks__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .field-area-top textarea {
    padding-top: 40px;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.select2-dropdown {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}

.wrapper-content-tech .file-item {
  color: #000 !important;
}

.footer__container {
  grid-template-columns: 844px 1fr !important;
}

@media only screen and (max-width: 1200px) {
  .footer__container {
    grid-template-columns: 418px 1fr !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer__container {
    grid-template-columns: 1fr !important;
  }
}


.form-content__title {
  color: #fff;
}

.form-content__btn {
  outline: none !important;
  border: 0 !important;
}

.main-user-consent-request-announce-link::before {
  display: none !important;
}

.main-user-consent-request-announce-link {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

.form-content__radios.field--error {
  border: 0;
}

.form-content__radios.field--error .radio__inner span {
  border: 1px solid #ca1313;
}

.main-user-consent-request-announce-link {
  color: #fff !important;
}

.captcha.field--error {
  border: 0;
}

.captcha.field--error>div {
  border: 1px solid #ca1313;
}

.form-group.field--error {
  border: 0;
}

.form-group.field--error .iti input {
  border: 1px solid #ca1313;
}

main {
  padding-bottom: 0 !important;
}

.new-sub__title {
  color: #28ad62;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 400;
}

.new-sub__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.new-sub__text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 61px;
}


.new-sub__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  font-size: 16px;
  cursor: pointer;
}


.new-sub__text {
  color: rgba(29, 29, 29, 1);
}

@media only screen and (max-width: 991px) {
  .new-sub__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .new-sub__img  {
    height: 80px;
    margin-bottom: 30px;
  }

  .new-sub__text {
    margin-bottom: 51px;
  }



}

.bx-breadcrumb-item {
  display: flex;
  align-items: center;
}

.wrapper-content-zayavka {
  .form-content__title {
    color: rgba(29, 29, 29, 1);
  }
}
/* End */


/* Start:/local/templates/ek_2023/components/bitrix/menu/ul-row/style.css?17110206684447*/
.hide-menu-li {
  display: none;
}

.mainmenu-level-1 .simple .submenu-2 {
  display: none;
}

header .mainmenu-level-1>li>a {
  color: var(--color-primary);
}

a.btn-menu {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff !important;

}

a.btn-menu:hover {
  color: var(--color-primary) !important;
}


@media all and (min-width: 768px) {
  .menu-main-row ul {
    margin: 0;
  }

  .menu-main-row li {
    padding: 15px 0 17px
  }

  .mainmenu-level-1 {
    flex: 1 1 auto;
  }

  .mainmenu-level-1>li {
    padding: 17px 0 13px;
  }

  .submenu-2,
  .submenu-3 {
    display: none;
  }

  .mainmenu-level-1>li:hover .submenu-2 {
    display: flex;
    position: absolute;
    background: #fff;
    width: 750px;
    left: 50%;
    margin-top: 9px;
    transform: translateX(-50%);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    min-height: 400px;
  }

  .mainmenu-level-1>li.simple:hover .submenu-2 {
    min-height: auto;
  }

  .mainmenu-level-2 {
    display: flex;
    flex-direction: column;
    background: #f0fdf8;
    padding: 10px 0;
    border-right: 1px solid #d8d8d8;
    width: 288px;
  }

  .mainmenu-level-2>li {
    padding: 0;
  }

  .mainmenu-level-2 li+li {
    margin-left: 0;
  }

  .mainmenu-level-2>li>a {
    display: block;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 400;
  }

  .mainmenu-level-2>li:hover {
    background: #fff;
  }

  .mainmenu-level-2>li:hover>a {
    font-weight: 700;
  }

  .mainmenu-level-2>li:hover .submenu-3 {
    display: block;
    position: absolute;
    left: 288px;
    top: 0;
  }

  .menu-main-row ul.mainmenu-level-3 {
    padding: 20px 15px 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .menu-main-row ul.mainmenu-level-3 li {
    flex: 0 0 30%;
    margin-right: 2%;
    padding: 0;
    margin-bottom: 10px;
  }

  .menu-main-row ul.mainmenu-level-3>li>a {
    color: var(--color-darkgrey);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 15px;
  }

  .menu-main-row ul.mainmenu-level-3 li:hover>a {
    background: #caeee1;
  }

  .submenu-3 {
    padding: 0 20px;
    height: 100%;
  }

  .submenu-4 {
    display: none;
  }

  .menu-main-row ul.mainmenu-level-4 {
    display: flex;
    flex-direction: column;
  }

  .menu-main-row ul.mainmenu-level-4>li>a {
    display: block;
    padding: 7px 15px;
    font-weight: 400;
  }

  .menu-main-row ul.mainmenu-level-4>li:hover>a {
    background: #caeee1;
  }

  .mainmenu-level-1>li.simple {
    position: relative;
  }

  .mainmenu-level-1>li.simple:hover .submenu-2 {
    width: auto;
    left: -24px;
    transform: translateX(0);
  }

  .simple .mainmenu-level-2 {
    background: #fff;
  }

  .simple .mainmenu-level-2>li:hover {
    background: #caeee1;
  }

  .simple .mainmenu-level-2>li>a {
    letter-spacing: 0.01em;
  }

  .simple .mainmenu-level-2>li:hover>a {
    letter-spacing: 0;
  }

  a.btn-menu {
    min-width: 270px;
    padding: 5px 20px 6px !important;
    height: 30px;
    font-size: 13px !important;
  }
}

@media all and (min-width: 992px) {
  .mainmenu-level-1>li:hover .submenu-2 {
    width: 970px;
    min-height: 400px;
  }

  .mainmenu-level-2 {
    width: 295px;
  }

  ul.mainmenu-level-2 li a {
    font-size: 13px;
  }

  .mainmenu-level-2>li>a {
    padding: 14px 25px;
  }

  .mainmenu-level-2>li:hover .submenu-3 {
    left: 295px;
  }

  .menu-main-row ul.mainmenu-level-3 {
    padding: 10px 15px;
    grid-template-columns: repeat(4, 1fr);
  }

  .submenu-4 {
    display: block;
  }

  .menu-main-row ul.mainmenu-level-4>li>a {
    max-height: 58px;
    overflow: hidden;
  }

  a.btn-menu {
    padding: 11px 40px 13px !important;
    height: 45px;
    font-size: 15px !important;
  }
}

@media all and (min-width: 1200px) {
  .mainmenu-level-1>li:hover .submenu-2 {
    width: 1170px;
  }

  .mainmenu-level-2>li>a {
    padding: 12px 25px;
  }

  .menu-main-row ul.mainmenu-level-4>li>a {
    max-height: unset;
    overflow: unset;
  }

  a.btn-menu {
    padding: 11px 50px 13px !important;
  }
}

@media all and (min-width: 1300px) {
  .mainmenu-level-1>li>a {
    white-space: nowrap;
    font-size: 14px;
  }

  .mainmenu-level-1>li:hover .submenu-2 {
    margin-top: 10px;
  }
}

@media all and (min-width: 1500px) {
  .mainmenu-level-1>li:hover .submenu-2 {
    margin-top: 15px;
  }

  .mainmenu-level-1>li {
    padding: 12px 0 22px;
  }
}
/* End */


/* Start:/local/templates/ek_2023/components/bitrix/search.title/top.search/style.css?16915015083086*/
div.title-search-result-wrap {
  z-index: 9999;
}

div.title-search-result {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  z-index: 205;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.title-search-result a,
.title-search-result a:hover,
.title-search-result a:active {
  display: block;
  text-decoration: none;
  transition: all .3s ease;
}

.title-search-result a.item,
.title-search-result a.item:hover,
.title-search-result a.item:active {
  color: #2d1d1d;
}

.title-search-result .title-search-all {
  text-align: center;
}

.title-search-result a:hover {
  background: #f5f5f5;
}

.title-search-result .padding {
  padding: 20px;
}

.title-search-result .img {
  width: 20%;
}

.title-search-result .text {
  width: 80%;
}

.title-search-result .title,
.title-search-result .catalog-price {
  font-weight: bold;
  font-size: 1.2em;
}

.title-search-result .item .title {
  margin-bottom: 14px;
}

.title-search-result .catalog-price {
  color: #c73834;
}

div.title-search-fader {
  display: none;
  background-image: url('/local/templates/ek_2023/components/bitrix/search.title/top.search/images/fader.png');
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

@media all and (min-width: 768px) {
  .top-search {
      box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
      background: #fff;
      border-radius: 3px;
      height: 30px;
      padding: 3px 15px;
      position: relative;
  }
  #title-search-input {
      border: none;
      background: none;
      width: 100%;
      outline: none;
      font-size: 12px;
      font-weight: 700;
      color: #979899;
  }
  #title-search-input::placeholder {
      font-weight: 400;
  }
  .submit-search {
      position: absolute;
      right: 0;
      top: 0;
      width: 35px;
      height: 30px;
      display: flex;
      align-items: center;
      cursor: pointer;
  }
  .submit-search input {
      display: none;
  }
  div.title-search-result {
      z-index: 1001;
      background: none;
      border: none;
      overflow: visible;
      width: 100%;
  }
  div.title-search-result > div.title-search-result {
      background: #fff;
      box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      margin-top: 2px;
      overflow: hidden;
  }
  .title-search-result .title {
      font-size: 15px;
  }
  .top-search {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .search-close-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 100;
  }
  .opened .search-close-container {
      display: block;
      cursor: default;
  }
  .search-form.site-form {
    width: 95%;
  }
}

@media all and (min-width: 768px) {
  .title-search__inner {
      width: 100%;
      height: 100%;
      padding: 30px 30px 20px;
      display: grid;
      grid-gap: 10px;
  }
  .title-search__inner .item {
      color: #00945e;
  }
  .title-search__inner .item b {
      color: #5f5f5f;
  }
  .title-search__inner .item:nth-last-child(2) {
      color: #979899;
  }
}

/* End */


/* Start:/local/templates/ek_2023/components/bitrix/breadcrumb/euroklimat/style.css?16952789691125*/
section.breadcrumb {
    display: none;
    padding: 20px 0;
    margin: 0;
}
.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.bx-breadcrumb-item::after {
    content: '/';
    margin: 0 5px;
    font-size: 12px;
}
.bx-breadcrumb-item:nth-last-child(1)::after {
    content: '';
}
.bx-breadcrumb-item span {
    color: #979899;
    font-size: 12px;
    line-height: 1.2em;
}
.bx-breadcrumb-item > span {
    display: block;
}

@media all and (min-width: 768px) {
    section.breadcrumb {
        display: block;
        padding: 40px 0 20px;
    }
    section.breadcrumb + section.title-h1 {
        padding: 15px 0 40px;
    }
    .bx-breadcrumb-item span {
        font-size: 15px;
      text-transform: uppercase;
    }
    .bx-breadcrumb-item > span {
        margin-top: 2px;
    }
    .bx-breadcrumb-item::after {
        font-size: 15px;
    }
    .bx-breadcrumb-item:nth-last-child(1)::after {
      display: none;
    }
}
@media all and (min-width: 992px) {
  section.breadcrumb {
    padding: 50px 0 20px;
  }
}
@media all and (min-width: 1200px) {
  section.breadcrumb {
    padding: 60px 0 20px;
  }
}

/* End */


/* Start:/local/templates/ek_2023/styles.css?17194688351318*/
.page-404__section {
    position: relative;
    flex-direction: column;
    padding: 80px 0;
}
.page-404__box {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.page-404__title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--color-black);
	gap: 10px;
	font-size: 18px;
	text-align: center;
}
.page-404__title div:nth-child(1){
	font-size: 100px;
	font-weight: 700;
}
.page-404__title div:nth-child(2){
	font-size: 30px;
	font-weight: 500;
}
.page-404__btn-row {
	width: 100%;
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin: 20px 0 0 0;
}
.page-404__btn-row .page-404__btn {
    width: 262px;
    margin: 0 auto;
}
.page-404__btn.btn {
    text-transform: none;
}
@media all and (min-width: 768px) {
    .page-404__section .btn-green-empty:hover {
        background: #00945e;
	}
    .page-404__btn-row .page-404__btn {
        margin-left: 0;
    }
}
@media all and (min-width: 1200px) {
    .page-404__btn-row .page-404__btn {
        margin: 0;
    }
    .page-404__btn-row .page-404__btn + .page-404__btn {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
	.page-404__btn-row {
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
	}
}
/* End */


/* Start:/local/templates/ek_2023/template_styles.css?171266641547129*/
@charset "UTF-8";
body {
  font-family: Gilroy, Verdana, Arial, sans-serif;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  main {
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
a,
a:hover {
  color: var(--color-primary);
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.bold {
  font-weight: 700;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  border-width: 2px;
  border-style: solid;
  padding: 0 25px;
  border-radius: 0;
  outline: none;
  text-align: center;
  height: 40px;
}
.btn-green {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.btn-green:hover {
  border-color: var(--color-primary);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.btn-green-empty {
  background-color: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.btn-green-empty:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.btn-grey {
  border-color: var(--color-lightgrey);
  background-color: var(--color-lightgrey);
  color: var(--color-white);
}
.btn-grey:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-lightgrey);
}
.btn-white {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.btn-white:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.btn-white-empty {
  border-color: var(--color-white);
  color: var(--color-white);
}
.btn-white:hover,
.btn-white-empty:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.btn-multiply {
  mix-blend-mode: multiply;
}
.img-wrapped {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.std-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.img-responsive {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.fixed {
  padding-top: 90px;
}
.modal-opened {
  overflow: hidden;
  padding-right: 17px;
}
.show-div {
  display: block !important;
}
.pos-absolute {
  position: absolute;
  width: 100%;
}
.hide-div {
  display: none !important;
}
.show-1400 {
  display: none !important;
}
header {
  z-index: 1000;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  position: relative;
}
.fixed header {
  position: fixed;
  top: 0;
  width: 100%;
}
.header-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 90px;
}
.mobile-header {
  display: none;
}
.header-wrapper .logo {
  margin: 0 auto;
}
header .img-logo {
  margin-top: 4px;
  width: 206px;
  height: 50px;
}
.btn-mobile {
  position: relative;
  cursor: pointer;
  background: linear-gradient(to bottom, var(--color-lightgrey) 4px, transparent 4px);
  width: 33px;
  height: 20px;
}
.btn-mobile::after,
.btn-mobile::before {
  content: '';
  background: var(--color-lightgrey);
  height: 4px;
  position: absolute;
  right: 0;
  width: 33px;
}
.btn-mobile::before {
  top: 8px;
}
.btn-mobile::after {
  bottom: 0;
}

.box-border {
  border: 1px solid var(--color-primary);
}
.box-bg {
  background: var(--color-bg1);
}

.picture__wrapper picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.picture__wrapper img {
  max-width: unset;
  max-height: unset;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.picture__contain picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.picture__contain img {
  object-fit: contain;
}
.bg-picture__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-picture__wrapper picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bg-picture__wrapper img {
  max-width: unset;
  max-height: unset;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.mobile-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 64px;
  z-index: 999;
  width: 100vw;
  height: calc(100vh - 48px);
  background: var(--color-white);
  left: -100vw;
  overflow-X: hidden;
  overflow-Y: auto;
  padding-bottom: 30px;
}
.mobile-menu-main-row {
  background: var(--color-white);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  z-index: 5;
  flex: 1 1 auto;
  padding-top: 20px;
}
.mobile-menu-main-row ul,
.mobile-menu-top-row ul {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}
.mobile-menu-main-row li,
.mobile-menu-top-row li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-menu-main-row a {
  font-weight: 700;
  font-size: 25px;
  display: block;
  text-align: center;
  padding: 8px 0 9px;
  transition: 0.3s ease;
}
.mobile-menu-main-row a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.mobile-menu-top-row {
  z-index: 4;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
.mobile-menu-top-row a {
  display: block;
  text-align: center;
  padding: 7px 0 8px;
  color: var(--color-grey);
  transition: 0.3s ease;
}
.mobile-menu-top-row a:hover {
  background: #a9a9a9;
  color: var(--color-white);
}
.mobile-auth-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  cursor: pointer;
}
.mobile-auth-wrapper .auth-logo {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 3px;
}
.mobile-auth-wrapper .auth-logo img {
  width: 14px;
}
.mobile-auth-wrapper .auth-text {
  color: var(--color-grey);
  margin-top: 2vh;
  font-size: 20px;
  font-weight: 700;
}
.mobile-partner-wrapper {
  margin-top: 2vh;
}
.auth__icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.auth__exit {
  background-image: url('/images/svg/icon-exit.svg');
}
.mobile-partner-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  margin-top: 7vw;
}
.mobile-partner-wrapper .btn {
  max-width: 150px;
}
.mobile-phone-wrapper {
  margin: 4vw auto 0;
}
.mobile-phone-wrapper a {
  font-weight: 700;
  font-size: 30px;
}
.mobileOpen .btn-mobile {
  background: none;
  height: 32px;
}
.mobileOpen .btn-mobile::before,
.mobileOpen .btn-mobile::after {
  width: 28px;
  height: 1px;
  top: 15px;
  transform: rotate(45deg);
}
.mobileOpen .btn-mobile::after {
  transform: rotate(-45deg);
}
.mobile-partner-wrapper .btn {
  max-width: 200px;
}
.mobile-search-wrapper {
  margin: 6vw auto 8vw;
  display: flex;
  justify-content: center;
}
.mobile-search {
  position: relative;
  display: flex;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  background: var(--color-white);
  border-radius: 3px;
  height: 30px;
  padding: 0 20px;
  width: 60vw;
  min-width: 250px;
}
.mobile-search-input {
  border: none;
  background: none;
  font-weight: 700;
  line-height: 1em;
  outline: none;
}
.mobile-search-input::placeholder {
  font-weight: 400;
}
.mobile-search-label {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile-search-label input {
  display: none;
}
.mobile-menu-main-row .simple>.menu-link::after {
  content: '+';
  position: absolute;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
.mobile-menu-main-row .simple.active>.menu-link::after {
  display: none;
}
.mobile-menu-main-row .simple .submenu-2 {
  display: block;
  overflow: hidden;
  height: 0;
}
.mobile-menu-main-row .simple .mainmenu-level-2 {
  height: auto;
}
.mobile-menu-main-row .simple.active a:hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.mobile-menu-main-row .mainmenu-level-2 a {
  font-weight: 400;
  font-size: 15px;
}
header a.phone span {
  color: var(--color-primary);
  transition: 0.2s ease;
}
header a.phone span:hover {
  opacity: 0.7;
}

.btn__compare {
  display: none;
}
.btn__compare.compare__active {
  display: flex;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.menu-mobile__compare {
  font-weight: 700;
  font-size: 20px;
}
.btn-icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.btn-icon__compare {
  width: 18px;
  height: 15px;
  background-image: url('/images/svg/icon-compare-header.svg');
}
.compare__count {
  position: absolute;
  top: -10px;
  right: -16px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.img-logo {
  max-width: unset;
  max-height: unset;
  width: auto;
  height: auto;
}
/* header .img-logo {
  max-width: 160px;
} */
section {
  padding: 30px 0;
  display: flex;
}
.section {
  margin: 20px 0 0;
  position: relative;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.1em;
  font-weight: 400;
  color: var(--color-black);
}
h1,
.h1 {
  font-size: 40px;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 32px;
  margin-top: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 20px;
}
.title-h1 {
  padding: 30px 0 10px;
}
.center-text,
.text-center {
  text-align: center;
}
.justify-text {
  text-align: justify;
}
.index-page-h1 {
  padding: 10px 0 20px;
}
.index-page-h1 h1 {
  margin-bottom: 15px;
}
.index-page-h1 .justify-text {
  color: var(--color-grey);
}
.white {
  color: var(--color-white);
}
.green {
  color: var(--color-primary);
}
.mt-auto {
  margin-top: auto;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  display: flex;
  margin: 17px auto;
  justify-content: space-around;
  padding: 0 15px;
  max-width: 400px;
}
.owl-carousel .owl-dots button {
  flex: 1 1 auto;
  height: 5px;
  border-radius: 5px;
  background-color: var(--color-darkgrey);
  outline: none;
}
.owl-carousel .owl-dots button+button {
  margin-left: 30px;
}
.owl-carousel .owl-dots button.active {
  background-color: var(--color-primary);
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 13px;
}
.owl-carousel .owl-nav button {
  opacity: 0.65;
  transition: 0.3s ease;
}
.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button::after {
  content: '';
  width: 18px;
  height: 16px;
  background: url(/images/svg/arrow-left.svg) no-repeat center center / contain;
}
.owl-carousel .owl-nav button.owl-next::after {
  transform: rotate(180deg);
}
.box-shadowed {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
footer {
  display: flex;
  padding: 37px 0;
  background: #efefef;
  font-size: 14px;
  color: var(--color-black);
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  footer {
    display: -webkit-box;
  }
}
footer a {
  color: var(--color-black);
}
.footer__container {
  display: grid;
  grid-gap: 20px;
}
.footer__logobox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.footer__logo {
  width: calc((100vw - 60px) / 2);
}
.footer__logo img {
  width: 100%;
}
.footer__phonebox {
  display: grid;
  text-align: right;
}
.footer__phonebox .phone {
  font-size: 20px;
  font-weight: 500;
}
.footer__menubox {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--color-lightgrey);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 16px;
}
.footer__menubox .footer-item:last-child {
  grid-column: span 3;
}
.footer__menubox .menu-link {
  text-transform: uppercase;
}
.footer-item {
  padding: 5px 0;
}
.footer__contactbox {
  padding-top: 20px;
  border-top: 1px solid var(--color-lightgrey);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.footer__socials {
  display: flex;
  gap: 30px;
}

.icon-link {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 33px;
  height: 32px;
}
.icon-vk {
  background-size: 27px auto;
  background-image: url('/images/svg/icon_vk_new_white.svg');
}
.icon-telegram {
  background-size: 18px auto;
  background-image: url('/images/svg/icon_tg_new_white.svg');
}
.icon-youtube {
  background-size: 20px auto;
  background-image: url('/images/svg/icon_yt_new_white.svg');
}
.icon-insta {
  background-image: url('/images/svg/icon-inst.svg');
}
.icon-fb {
  width: 14px;
  background-image: url('/images/svg/icon-fb.svg');
}
.icon-whatsapp {
  background-image: url('/images/svg/icon-whatsapp.svg');
}
.footer__address {
  text-align: right;
}
.footer__copyrightbox {
  padding-top: 20px;
  border-top: 1px solid var(--color-lightgrey);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  font-size: 8px;
  text-transform: uppercase;
}
.footer__copyrightbox > div:nth-child(2n) {
  text-align: right;
}

.footer-rights,
.footer-copyright {
  font-size: 12px;
  line-height: 1.15em;
  color: var(--color-white);
}
.footer-rights {
  text-align: right;
}
#toTop {
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  line-height: 20px;
  position: fixed;
  bottom: 150px;
  right: 30px;
  cursor: pointer;
  display: none;
  color: var(--color-white);
  font-size: 20px;
  z-index: 101;
  opacity: 0.4;
  transition: 0.3s ease;
}
#toTop::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMjRtbSIKICAgaGVpZ2h0PSIxNC41NjQ3MTNtbSIKICAgdmlld0JveD0iMCAwIDI0IDE0LjU2NDcxMyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnOCIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctY2hldnJvbi11cC5zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0iYmFzZSIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp6b29tPSIwLjM1IgogICAgIGlua3NjYXBlOmN4PSItMjgxLjY1Njc1IgogICAgIGlua3NjYXBlOmN5PSIxNTIuNTA0OTEiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgZml0LW1hcmdpbi10b3A9IjAiCiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIgogICAgIGZpdC1tYXJnaW4tcmlnaHQ9IjAiCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxNjgwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijk4NyIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iMTMiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIgLz4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE1Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQuMjgzNTg2LC0xNzQuNjE4ODgpIj4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDgyNiIKICAgICAgIGQ9Im0gNTcuMjE2MjczLDE3NS4wMDUxOCAxMC42ODA5NjMsMTAuNjgwOTYgYyAwLjUxNTEzMywwLjUxNTE0IDAuNTE1MTMzLDEuMzUwMyAwLDEuODY1MzggbCAtMS4yNDU3NjQsMS4yNDU3NiBjIC0wLjUxNDI1NSwwLjUxNDI1IC0xLjM0NzcxMiwwLjUxNTI0IC0xLjg2MzE3NiwwLjAwMiBsIC04LjUwNDczNywtOC40NjQ4NCAtOC41MDQ2ODMsOC40NjQ4OSBjIC0wLjUxNTQ2MywwLjUxMzA1IC0xLjM0ODkyMiwwLjUxMjA2IC0xLjg2MzE3NiwtMC4wMDIgbCAtMS4yNDU3NjQsLTEuMjQ1NzYgYyAtMC41MTUxMzMsLTAuNTE1MTMgLTAuNTE1MTMzLC0xLjM1MDI5IDAsLTEuODY1MzcgbCAxMC42ODA5NjMsLTEwLjY4MDk3IGMgMC41MTUwNzgsLTAuNTE1MTMgMS4zNTAyNCwtMC41MTUxMyAxLjg2NTM3NCwtNWUtNSB6IgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjAuMDU0OTU5MzMiIC8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center center / contain;
  position: absolute;
  left: 10px;
}
#toTop:hover {
  opacity: 1;
}
.modal_alert {
  background-color: var(--color-white);
  border: 1px solid red;
  border-radius: 3px;
  padding: 9px 15px;
  position: absolute;
  top: 48px;
  left: 0;
  font-size: 13px;
  z-index: 100;
  color: red;
}
.modal_alert::before,
.modal_alert::after {
  content: '';
  position: absolute;
  left: 10px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid red;
}
.modal_alert::after {
  border-bottom: 10px solid var(--color-white);
  top: -19px;
}
.webform-answer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  color: var(--color-darkgrey);
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
}
.webform-answer-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.webform-answer-close::before,
.webform-answer-close::after {
  content: '';
  width: 27px;
  height: 2px;
  background: var(--color-grey);
  position: absolute;
  top: 9px;
  left: -3px;
  transition: 0.3s ease-out;
}
.webform-answer-close::before {
  transform: rotate(45deg);
}
.webform-answer-close::after {
  transform: rotate(-45deg);
}
.webform-answer-close:hover::before {
  transform: rotate(225deg);
}
.webform-answer-close:hover::after {
  transform: rotate(135deg);
}
.inputtext {
  background: #dfdfdf;
  border: none;
  outline: none;
  padding: 13px 40px;
  width: 100%;
}
.inputtext::placeholder {
  color: var(--color-darkgrey);
}
.popup-answer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 3px;
}
#modalWindow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1200;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalWindow .subscribe {
  padding: 50px 40px;
  background: var(--color-white);
  display: grid;
  grid-gap: 5px;
  justify-items: center;
}
#modalWindow .popup-answer {
  border-radius: 3px;
}

.videoframe-wrapper {
  padding-top: 59%;
  position: relative;
}
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden-checkbox {
  display: none;
}
.box-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.box-label::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: var(--color-white);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: block;
  margin-right: 8px;
}
.hidden-checkbox:checked+.box-label::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: var(--color-primary);
  left: 5px;
}
.hidden-radiobox {
  display: none;
}
.radiobox-label {
  padding-left: 30px;
  position: relative;
}
.radiobox-label::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--color-primary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hidden-radiobox:checked + .radiobox-label::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background: var(--color-primary);
}
.input-box {
  position: relative;
  padding-top: 20px;
}
.data-head-div {
  color: var(--color-grey);
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px 30px;
  /*white-space: nowrap;
    height: 36px;*/
}
.data-head-div::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 10px;
  background: linear-gradient(45deg, transparent 20%, var(--color-grey) 20%, var(--color-grey) 40%, transparent 40%), linear-gradient(315deg, transparent 20%, var(--color-grey) 20%, var(--color-grey) 40%, transparent 40%);
  right: 15px;
}
.data-input-outer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
  background: var(--color-white);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
.data-input-wrapper.opened .data-input-outer {
  padding: 30px 20px;
}
.data-input-div {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  border-radius: 3px;
  padding: 0 13px;
  overflow: auto;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
}
.data-input-div input {
  display: none;
}
.data-input-div::-webkit-scrollbar-track {
  border: 2px solid var(--color-darkgrey);
  background-color: var(--color-darkgrey);
  border-radius: 8px;
}
.data-input-div::-webkit-scrollbar {
  width: 4px;
  background-color: var(--color-darkgrey);
  border-radius: 8px;
}
.data-input-div::-webkit-scrollbar:vertical {
  width: 4px;
  background-color: var(--color-primary);
  border-radius: 8px;
}
.data-input-div::-webkit-scrollbar:horizontal {
  display: none;
}
.data-input-div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
}
.inputtextarea {
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: var(--color-white);
  border: none;
  outline: none;
  padding: 13px 40px;
  width: 100%;
  resize: none;
  font-family: Roboto;
}
.inputtextarea::placeholder {
  color: var(--color-grey);
}
.modal_alert {
  background-color: var(--color-white);
  border: 1px solid red;
  border-radius: 3px;
  padding: 9px 15px;
  position: absolute;
  top: 53px;
  left: 25px;
  font-size: 13px;
  z-index: 100;
  color: red;
}
.modal_alert::before,
.modal_alert::after {
  content: '';
  position: absolute;
  left: 10px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid red;
}
.modal_alert::after {
  border-bottom: 10px solid var(--color-white);
  top: -19px;
}
.webform-answer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px 40px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
}
.webform-answer-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.webform-answer-close::before,
.webform-answer-close::after {
  content: '';
  width: 27px;
  height: 2px;
  background: var(--color-grey);
  position: absolute;
  top: 9px;
  left: -3px;
  transition: 0.3s ease-out;
}
.webform-answer-close::before {
  transform: rotate(45deg);
}
.webform-answer-close::after {
  transform: rotate(-45deg);
}
.webform-answer-close:hover::before {
  transform: rotate(225deg);
}
.webform-answer-close:hover::after {
  transform: rotate(135deg);
}
.become-partner {
  background: #F4F2F7;
  margin: 40px 0;
}
.become-partner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.become-partner h2 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
  color: var(--color-darkgrey);
}
.become-partner .h1 {
  text-align: center;
}
.become-partner ul {
  display: flex;
  flex-direction: column;
  margin: 40px auto 60px;
  max-width: 300px;
}
.become-partner li {
  display: flex;
  align-items: center;
}
.become-partner li+li {
  margin-top: 30px;
}
.partner-text {
  color: var(--color-darkgrey);
}
.partner-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 35px;
}
.partner-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-icon-1 {
  background-image: url('/images/svg/icon-partner-1.svg');
}
.img-icon-2 {
  background-image: url('/images/svg/icon-partner-2.svg');
}
.img-icon-3 {
  background-image: url('/images/svg/icon-partner-3.svg');
}
.become-partner .btn {
  max-width: 220px;
  margin: 0 auto;
}
.podborbox__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.podborbox__inner {
  position: absolute;
  padding: 30px 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.podborbox__image {
  max-height: 30%;
  display: none;
}
.podborbox__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.podborbox__textbox {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.podborbox__title {
  font-size: 20px;
  text-align: center;
  color: var(--color-white);
  margin: auto 0;
}
.podborbox__subtitle {
  color: var(--color-white);
  margin: -20px 0 auto;
  font-size: 16px;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.popup-close::before,
.popup-close::after {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--color-grey);
  position: absolute;
  top: 9px;
  left: -3px;
  transition: 0.3s ease-out;
}
.popup-close::before {
  transform: rotate(45deg);
}
.popup-close::after {
  transform: rotate(-45deg);
}
.popup-close:hover::before {
  transform: rotate(225deg);
}
.popup-close:hover::after {
  transform: rotate(135deg);
}
.popup-window-container {
  max-width: 90vw;
  width: 500px;
  max-height: 90vh;
  background: var(--color-white);
  position: relative;
  padding: 40px 50px;
  border-radius: 3px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.popup-btn {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.popup-inner {
  position: relative;
}
.checkbox-label {
  position: relative;
  padding-left: 30px;
}
.checkbox-label::before {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.hidden-checkbox:checked+.box-label.checkbox-label::before {
  box-shadow: none;
  background-color: var(--color-primary);
}
.hidden-checkbox:checked+.box-label.checkbox-label::after {
  background: none;
  border: none;
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  border-radius: 0;
  transform: rotate(-50deg);
  z-index: 11;
}
.ajax-loader {
  height: 0;
  background: url('/images/ajax_loader.gif') no-repeat center top / contain;
  background-color: var(--color-white);
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.btn:disabled {
  cursor: default;
  opacity: 0.7;
}
.main-user-consent-request-popup-text {
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 120px);
}
.AGREEMENT .label-check__name_modal-form {
  cursor: pointer;
}
.AGREEMENT .check-agreement,
.AGREEMENT input[type="checkbox"] {
  display: none;
}
.main-user-consent-request-announce-link,
.label-check__name_modal-form {
  padding-left: 35px;
  position: relative;
  color: var(--color-darkgrey);
}
.main-user-consent-request-announce-link::before,
.label-check__name_modal-form::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  display: inline-block;
  margin-right: 8px;
  border-radius: 3px;
  position: absolute;
  left: 0;
}
.AGREEMENT input[name="agreement_input"]:checked+.main-user-consent-request-announce-link::before,
.check-agreement:checked+.label-check__name_modal-form::before {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.AGREEMENT input[name="agreement_input"]:checked+.main-user-consent-request-announce-link::after,
.check-agreement:checked+.label-check__name_modal-form::after {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid var(--color-white);
  border-right: none;
  border-bottom: none;
  background: transparent;
  width: 5px;
  height: 9px;
  left: 8px;
  top: 11px;
  transform: translateY(-7px) rotate(-140deg);
}
.AGREEMENT input[name="agreement_input"]:checked+.main-user-consent-request-announce-link::after {
  top: 11px;
}
.main-user-consent-request-announce-link {
  display: block;
  margin-top: 10px;
  position: relative;
}
.AGREEMENT .label-check__name_modal-form a {
  text-decoration: underline;
}
.AGREEMENT .label-check__name_modal-form * {
  display: inline-block;
}
.develope-message {
  position: fixed;
  min-height: 120px;
  left: 0;
  right: 0;
  z-index: 100;
  bottom: -100%;
  background: #ededed;
  padding: 20px 30px 25px;
}
.develope-message h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 10px;
  ;
}
.develope-message p {
  font-size: 0.9em;
  margin: 0;
}
.develope-message a {
  color: red;
  text-decoration: underline;
}
.grecaptcha-badge {
  display: none !important;
}

.titlebox-with-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.titlebox-with-link h2 {
  margin-bottom: 0;
}
.arrow_link {
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.arrow_link::after {
  content: '';
  width: 18px;
  height: 14px;
  background: url('/images/svg/arrow_right.svg') no-repeat center center / contain;
  margin-left: 10px;
}

@media all and (max-width: 399.98px) {
  .h1 {
    font-size: 10vw!important;
  }
  h2 {
    font-size: 8vw;
  }
  .footer__logobox {
    grid-template-columns: 1fr;
  }
  .footer__menubox {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__menubox .footer-item:last-child {
    grid-column: span 2;
  }
  .footer__contactbox {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 499.98px) {
  h1 {
    word-break: break-word;
  }
}

@media all and (min-width: 576px) {
  .footer-menu {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-address {
    padding: 20px 0 10px;
    margin: 0 auto;
  }
  section {
    padding: 40px 0;
  }
}
@media all and (min-width: 768px) {
  body {
    font-size: 14px;
  }
  .fixed {
    padding-top: 152px;
  }
  h2,
  .h2 {
    text-align: left;
  }
  h3,
  .h3 {
    font-size: 25px;
  }
  .btn {
    padding: 0 40px;
  }
  .header-wrapper {
    height: unset;
    width: 750px;
    display: grid;
    grid-template-columns: 4fr 3fr 2fr 1fr;
    height: 152px;
    padding: 20px 15px 15px;
  }
  .btn-mobile {
    display: none;
  }
  .header-wrapper .logo {
    margin-left: 0;
  }
  header .img-logo {
    margin-right: 20px;
  }
  .menu-top-row {
    display: flex;
    margin-top: 17px;
    justify-content: space-between;
  }
  .menu-top-row ul,
  .menu-main-row ul {
    display: flex;
    font-size: 12px;
    padding-left: 0;
  }
  .menu-top-row ul {
    flex: 0 0 45%;
    position: relative;
    margin: 0 10px 0 0;
    justify-content: space-between;
    padding-top: 3px;
  }
  .menu-top-row ul::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-darkgrey);
    content: '';
    bottom: 0;
  }
  .menu-top-row li+li {
    margin-left: 10px;
  }
  .menu-top-row a {
    color: var(--color-grey);
  }
  .search-box-top {
    position: relative;
    flex: 0 0 40%;
    margin: 10px 0 0 20px;
  }
  .menu-main-row>ul {
    justify-content: space-between;
  }
  .menu-main-row>ul>li+li {
    margin-left: 5px;
  }
  .menu-main-row a {
    font-weight: 700;
  }
  header .mainmenu-level-1>li>a {
    color: var(--color-black);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
  }
  .menu-wrapper {
    grid-column: 1/5;
    grid-row: 2/3;
    display: flex;
    flex: 1 1 auto;
  }
  .buttons-wrapper {
    display: flex;
    align-items: center;
    flex: 0 0 20%;
    grid-column: 2/5;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
  .phone-wrapper {
    margin-bottom: 5px;
  }
  header .phone {
    font-weight: 700;
    font-size: 20px;
  }
  header .phone:hover {
    animation: phone 3s linear infinite
  }
  header a.phone span {
    color: var(--color-black);
    font-weight: 500;
  }
  .partner-wrapper .btn {
    padding: 0 30px;
    height: 33px;
  }
  .auth__wrapper {
    display: none;
  }
  .middle__auth-box {
    display: flex;
    align-items: center;
    padding-top: 4px;
    flex: 0 0 30px;
    justify-content: center;
    margin-left: 10px;
  }
  .auth__wrapper {
    display: none;
  }
  .middle__auth-box {
    display: flex;
    align-items: center;
    padding-top: 4px;
    flex: 0 0 30px;
    justify-content: center;
    margin-left: 10px;
  }
  .search-box-top {
    flex: 0 0 54px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin: 10px 0 0 40px;
  }
  .search-box-top::after {
    content: '';
    width: 54px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/images/svg/search_green.svg') no-repeat center;
  }
  .search-box-top::before {
    content: '';
    width: 54px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0px 0px 7px rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s ease;
  }
  .search-box-top:hover::before {
    opacity: 1;
  }
  .top-search {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .auth-wrapper {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    margin-right: 15px;
  }
  .auth-logo {
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 3px;
  }
  .auth-logo img {
    width: 12px;
  }
  .auth-logo:hover {
    animation: auth-logo 2s linear infinite;
  }
  .auth-text {
    color: var(--color-grey);
    font-size: 12px;
  }
  main {
    padding-bottom: 30px;
  }
  .section {
    margin: 30px 0 0;
  }
  .index-page-h1 h1 {
    font-size: 30px;
  }
  .owl-carousel .owl-dots {
    width: 50%;
    margin: 20px auto;
  }
  footer {
    padding: 40px 15px;
  }
  .footer__container {
    grid-template-columns: 418px 1fr;
  }
  .footer__logobox {
    grid-column: span 2;
  }
  .footer__logo {
    width: 292px;
  }
  .footer__phonebox .phone {
    font-size: 30px;
  }
  .footer__phonebox .mail-link {
    font-size: 21px;
  }
  .footer__menubox {
    margin-top: 20px;
    grid-column-gap: 65px;
    border-top: 2px solid var(--color-lightgrey);
  }
  .footer__contactbox {
    border-top-color: transparent;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 34px;
  }
  .footer__copyrightbox {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    border-top: 2px solid var(--color-lightgrey);
  }
  .footer__copyrightbox > div:nth-child(2n) {
    text-align: left;
  }
  .become-partner h2 {
    text-align: left;
  }
  .become-partner .h1 {
    text-align: left;
  }
  .podborbox__title {
    font-size: 30px;
  }
  #modalWindow .subscribe {
    grid-gap: 30px;
    padding: 50px 70px;
  }
}
@media all and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .btn {
    padding: 11px 35px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  .header-wrapper {
    width: 970px;
  }
  .menu-main-row a {
    font-size: 15px;
  }
  .menu-main-row>ul>li+li {
    margin-left: 10px;
  }
  .menu-top-row ul {
    margin-right: 30px;
  }
  .menu-top-row li+li {
    margin-left: 21px;
  }
  .buttons-wrapper {
    flex: 0 0 auto;
  }
  .owl-carousel .owl-nav {
    padding: 0 30px;
  }
  .owl-carousel .owl-dots {
    width: 40%;
  }
  .owl-carousel .owl-nav {
    padding: 0 30px;
  }
  .footer__container {
    grid-template-columns: 644px 1fr;
  }
  .footer__phonebox .phone {
    font-size: 33px;
  }
  .footer__phonebox .mail-link {
    font-size: 23px;
  }
  footer.new_design .footer__address {
    font-size: 16px;
  }
  .footer__menubox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 16px;
    padding-top: 40px;
  }
  .footer__menubox .footer-item:last-child {
    margin-right: auto;
  }
  .footer__copyrightbox {
    font-size: 12px;
    margin-top: 20px;
  }
  section {
    padding: 50px 0;
  }
  .become-partner ul {
    flex-direction: row;
    max-width: unset;
  }
  .become-partner li {
    flex-direction: column;
    align-items: flex-start;
  }
  .become-partner li+li {
    margin-top: 0;
    margin-left: 20px;
  }
  .partner-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .become-partner .btn {
    margin-left: 0;
  }
  .podborbox__title {
    padding: 0 20px;
  }
  .podborbox__subtitle {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .section {
    margin: 60px 0 0;
  }
  .header-wrapper {
    justify-content: space-around;
    width: auto;
    margin: 0 5vw;
  }
  header .phone {
    font-size: 20px;
  }
  header a.phone span {
    font-size: 28px;
  }
  .menu-top-row ul {
    flex: 0 0 45%;
  }
  .menu-top-row ul,
  .menu-main-row>ul {
    font-size: 14px;
  }
  .menu-top-row li+li {
    margin-left: 30px;
  }
  .menu-main-row>ul>li+li {
    margin-left: 35px;
  }
  .search-box-top {
    margin-left: 100px;
  }
  .auth-logo {
    width: 38px;
    height: 38px;
    border-radius: 3px;
  }
  .auth-text {
    font-size: 15px;
  }
  .owl-carousel .owl-nav {
    padding: 0 3vw;
  }
  .owl-carousel .owl-dots {
    width: 30%;
  }
  .owl-carousel .owl-nav {
    padding: 0 3vw;
  }
  .footer__container {
    grid-template-columns: 844px 1fr;
  }
  .footer__menubox {
    column-gap: 60px;
  }
  .footer__socials {
    column-gap: 40px;
  }
}
@media all and (min-width: 1300px) {
  .img-logo {
    max-width: unset;
    max-height: unset;
    width: auto;
    height: auto;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  header .img-logo {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .phone-wrapper {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0;
    margin-left: 0;
  }
  .middle__auth-box {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 50px;
  }
  .menu-wrapper {
    padding-top: 10px;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .buttons-wrapper {
    padding-bottom: 10px;
    width: 100%;
  }
  .search-box-top {
    margin-left: 50px;
  }
  .menu-main-row>ul>li+li {
    margin-left: 0;
  }
  .mainmenu-level-1>li:hover .submenu-2 {
    width: 90vw;
  }
  .partner-wrapper .btn {
    padding: 0 20px;
  }
}
@media all and (min-width: 1400px) {
  .header-wrapper {
    justify-content: space-between;
  }
  .header-wrapper .logo {
    margin: 0 15px 0 0;
    display: flex;
    justify-content: center;
    width: 206px;
  }
  header .img-logo {
    margin-right: 0;
  }
  .menu-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .buttons-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .phone-wrapper {
    margin-right: auto;
  }
}
@media all and (min-width: 1500px) {
  .hide-1400 {
    display: none !important;
  }
  .show-1400 {
    display: flex !important;
  }
  .header-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px 2vw 15px;
  }
  .header-wrapper .logo {
    padding: 6px 0 10px;
  }
  .phone-wrapper {
    margin: 0 0 0 10px;
    justify-content: center;
  }
  .header-wrapper .phone-wrapper {
    width: 212px;
    padding-bottom: 0;
  }
  .middle__auth-box {
    padding-bottom: 5px;
    margin-left: 10px;
  }
  .menu-wrapper {
    padding: 0 15px;
    width: auto;
    margin: 0 30px;
    align-items: center;
  }
  .mainmenu-level-1 {
    gap: 10px;
  }
  .mainmenu-level-1>li {
    padding: 17px 0;
  }
  .mainmenu-level-1>li:hover .submenu-2 {
    width: 1200px;
    left: calc((100vw - 900px) / 2 - 210px);
    transform: unset;
  }
  .buttons-wrapper {
    width: auto;
    margin-right: 20px;
    padding-bottom: 0;
  }
  header .phone {
    font-size: 18px;
  }
  .search-box-top {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media all and (min-width: 1600px) {
  .header-wrapper {
    padding: 20px calc((100vw - 1560px) / 2) 15px;
  }
  .menu-main-row > ul {
    padding: 0 30px;
    gap: 30px;
  }
  .search-box-top, .middle__auth-box {
    margin-left: 15px;
  }
  .buttons-wrapper {
    margin-right: 30px;
  }
  .section {
    margin: 80px 0 0;
  }
  h1 {
    font-size: 64px;
  }
  footer .container {
    width: 1588px;
  }
  .footer__container {
    grid-template-columns: 1244px 1fr;
  }
  .footer__menubox .footer-item:last-child {
    margin-right: 0;
  }
  .footer__socials {
    column-gap: 65px;
  }
  .footer__contactbox {
    padding-top: 10px;
    gap: 26px;
  }
}

.bx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.bx-breadcrumb-item::after {
  content: '/';
  margin: 0 5px;
  font-size: 12px;
}
.bx-breadcrumb-item:nth-last-child(1)::after {
  content: '';
}
.bx-breadcrumb-item span {
  color: var(--color-grey);
  font-size: 12px;
  line-height: 1.2em;
}
.bx-breadcrumb-item>span {
  display: block;
}
.bx-breadcrumb-item:nth-last-child(1) {
  transform: translateY(-2px);
}
@media all and (min-width: 768px) {
  section.breadcrumb {
    display: block;
  }
  section.breadcrumb+section.title-h1 {
    padding: 15px 0 40px;
  }
  .bx-breadcrumb-item span {
    font-size: 15px;
  }
  .bx-breadcrumb-item>span {
    margin-top: 3px;
  }
  .bx-breadcrumb-item::after {
    font-size: 15px;
  }
}
.ajax_loader {
  width: 100%;
  min-width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  background: url('/images/ajax_loader.gif') no-repeat center center / contain;
}
form div.ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset;
  margin-top: 0;
  background-position: center center;
  background-size: 70px;
  background-color: rgba(255,255,255,0.5);
}

.ek-swiper__scrollbar.swiper-scrollbar {
  background: var(--color-white);
  box-shadow: 0px 0px 9.42466px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.ek-swiper__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 15px;
  width: auto;
  right: 15px;
  height: 8px;
}
.ek-swiper__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color-primary);
  border-radius: 0;
}

@media all and (min-width: 768px) {
  .ek-swiper__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: calc((100vw - 720px) / 2);
    right: calc((100vw - 720px) / 2);
  }
}
@media all and (min-width: 992px) {
  .ek-swiper__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: calc((100vw - 940px) / 2);
    right: calc((100vw - 940px) / 2);
  }
}
@media all and (min-width: 1200px) {
  .ek-swiper__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: calc((100vw - 1140px) / 2);
    right: calc((100vw - 1140px) / 2);
    height: 15px;
  }
}

.swiper-button-next.swiper__button,
.swiper-button-prev.swiper__button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--color-primary);
  background: rgba(255, 255, 255, 0.5);
  margin-top: -17px;
}
.swiper-button-next.swiper__button::after,
.swiper-button-prev.swiper__button::after {
  font-size: 20px;
  color: var(--color-primary);
}

.swiper-button-next.swiper__button.swiper__button-next {
  right: -5px;
}
.swiper-button-prev.swiper__button.swiper__button-prev {
  left: -5px;
}
@media all and (min-width: 858px) {
  .swiper-button-next.swiper__button.swiper__button-next {
    right: -45px;
  }
  .swiper-button-prev.swiper__button.swiper__button-prev {
    left: -45px;
  }
}
@media all and (min-width: 992px) {
  .swiper-button-next.swiper__button.swiper__button-next {
    right: -5px;
  }
  .swiper-button-prev.swiper__button.swiper__button-prev {
    left: -5px;
  }
}
@media all and (min-width: 1082px) {
  .swiper-button-next.swiper__button.swiper__button-next {
    right: -45px;
  }
  .swiper-button-prev.swiper__button.swiper__button-prev {
    left: -45px;
  }
}
@media all and (min-width: 1200px) {
  .swiper-button-next.swiper__button.swiper__button-next {
    right: -5px;
  }
  .swiper-button-prev.swiper__button.swiper__button-prev {
    left: -5px;
  }
}
@media all and (min-width: 1290px) {
  .swiper-button-next.swiper__button.swiper__button-next {
    right: -45px;
  }
  .swiper-button-prev.swiper__button.swiper__button-prev {
    left: -45px;
  }
}

.header-wrapper .logo {
  margin: 0 0 0 auto;
}
header .img-logo {
  width: 50px;
}
.footer__logo {
  width: 60px;
}

@media all and (min-width: 768px) {
  .header-wrapper .logo {
    margin: 0 auto 0 0;
  }
}
@media all and (min-width: 1400px) {
  .header-wrapper .logo {
    width: 50px;
  }
}

.color-black {
  color: var(--color-black);
}
.color-green {
  color: var(--color-primary);
}
/* End */
/* /local/templates/ek_2023/assets/css/fonts.css?16915015082734 */
/* /local/templates/ek_2023/assets/css/base.css?170291111610993 */
/* /local/templates/ek_2023/assets/css/animate.css?1691501508364 */
/* /local/templates/ek_2023/libs/fancybox/jquery.fancybox.min.css?171791429612795 */
/* /local/templates/ek_2023/libs/select2/select2.min.css?164586214816265 */
/* /local/templates/ek_2023/libs/inputTel/inputTel.css?173454487617663 */
/* /local/templates/ek_2023/css/forms.css?175146110925002 */
/* /local/templates/ek_2023/components/bitrix/menu/ul-row/style.css?17110206684447 */
/* /local/templates/ek_2023/components/bitrix/search.title/top.search/style.css?16915015083086 */
/* /local/templates/ek_2023/components/bitrix/breadcrumb/euroklimat/style.css?16952789691125 */
/* /local/templates/ek_2023/styles.css?17194688351318 */
/* /local/templates/ek_2023/template_styles.css?171266641547129 */
