/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

.jr_hidden {
	display: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

@keyframes slideHalf {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes scaleImage {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes scaleText {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    height: 100%; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: backwards;
  animation-duration: 0.6s; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  animation-fill-mode: backwards;
  animation-duration: 0.6s; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: backwards;
  animation-duration: 0.6s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-fill-mode: backwards;
  animation-duration: 0.6s; }

@-webkit-keyframes fadeInLeftLogos {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 0.3;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftLogos {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 0.3;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftLogos {
  -webkit-animation-name: fadeInLeftLogos;
  animation-name: fadeInLeftLogos;
  animation-fill-mode: backwards;
  animation-duration: 0.6s; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: backwards;
  animation-duration: 0.6s; }

@font-face {
  font-family: 'Suisse Intl';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/dev/fonts/SuisseIntl-Regular.eot");
  src: url("/assets/dev/fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/dev/fonts/SuisseIntl-Regular.woff2") format("woff2"), url("/assets/dev/fonts/SuisseIntl-Regular.woff") format("woff"), url("/assets/dev/fonts/SuisseIntl-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Suisse Intl';
  font-display: swap;
  font-style: normal;
  font-weight: 450;
  src: url("/assets/dev/fonts/SuisseIntl-Book.eot");
  src: url("/assets/dev/fonts/SuisseIntl-Book.eot?#iefix") format("embedded-opentype"), url("/assets/dev/fonts/SuisseIntl-Book.woff2") format("woff2"), url("/assets/dev/fonts/SuisseIntl-Book.woff") format("woff"), url("/assets/dev/fonts/SuisseIntl-Book.ttf") format("truetype"); }

@font-face {
  font-family: 'Suisse Intl';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/dev/fonts/SuisseIntl-Bold.eot");
  src: url("/assets/dev/fonts/SuisseIntl-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/dev/fonts/SuisseIntl-Bold.woff2") format("woff2"), url("/assets/dev/fonts/SuisseIntl-Bold.woff") format("woff"), url("/assets/dev/fonts/SuisseIntl-Bold.ttf") format("truetype"); }

.flex {
  display: flex; }
  .flex.jsb {
    justify-content: space-between; }
  .flex.jfs {
    justify-content: flex-start; }
  .flex.jfe {
    justify-content: flex-end; }
  .flex.jc {
    justify-content: center; }
  .flex.ac {
    align-items: center; }
  .flex.afs {
    align-items: flex-start; }
  .flex.afe {
    align-items: flex-end; }
  @media screen and (max-width: 1024px) {
    .flex.ati {
      align-items: inherit; } }
  .flex.wrap {
    flex-wrap: wrap; }
  .flex.fdc {
    flex-direction: column; }
  @media screen and (max-width: 1024px) {
    .flex.fdcrt {
      flex-direction: column-reverse; } }
  @media screen and (max-width: 480px) {
    .flex.fdcm {
      flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .flex.ftdr {
      flex-direction: row; } }
  .flex .asc {
    align-self: center; }

.inline-flex {
  display: inline-flex; }
  .inline-flex.jsb {
    justify-content: space-between; }
  .inline-flex.jfs {
    justify-content: flex-start; }
  .inline-flex.jfe {
    justify-content: flex-end; }
  .inline-flex.jc {
    justify-content: center; }
  .inline-flex.ac {
    align-items: center; }
  .inline-flex.afs {
    align-items: flex-start; }
  .inline-flex.afe {
    align-items: flex-end; }

.ml--auto {
  margin-left: auto; }

@media screen and (max-width: 1024px) {
  .ml--tn {
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  .ml--mn {
    margin-left: 0; } }

.mr--auto {
  margin-right: auto; }
  @media screen and (max-width: 1024px) {
    .mr--auto--tn {
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .mr--auto--mn {
      margin-right: 0; } }

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

* {
  scrollbar-color: #313033 #fff;
  scrollbar-width: thin; }
  *::-webkit-scrollbar {
    width: 5px; }
  *::-webkit-scrollbar-track {
    background-color: #fff; }
  *::-webkit-scrollbar-thumb {
    background-color: #313033; }

a {
  color: inherit;
  text-decoration: none; }

figure {
  display: inline-block;
  margin: 0; }

p, ul, ol {
  margin-top: 0; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8em; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

p {
  margin-bottom: 0.8em; }
  p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    p {
      margin-bottom: 15px; } }

button {
  padding: 0;
  background: none;
  outline: none !important;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  button:focus {
    outline: none; }

html {
  font-size: 1.146vw;
  scroll-behavior: smooth; }
  @media screen and (min-width: 2100px) {
    html {
      font-size: 1.02vw; } }
  @media screen and (min-width: 3200px) {
    html {
      font-size: 1vw; } }
  @media screen and (max-width: 1024px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 14px; } }

html,
body {
  min-height: 100%;
  scroll-behavior: smooth; }

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-family: 'Suisse Intl';
  font-size: 1rem;
  font-weight: 400;
  color: #939299;
  line-height: 1.6;
  background-color: #fff; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 15px; } }

.blocked,
.popup_menu_blocked,
.hidden {
  overflow: hidden; }

.content li {
  position: relative;
  padding-left: 1.591rem;
  line-height: 2.2; }
  @media screen and (max-width: 1024px) {
    .content li {
      padding-left: 25px;
      margin-bottom: 15px;
      line-height: 1.6; } }
  @media screen and (max-width: 1024px) {
    .content li {
      margin-bottom: 10px; } }
  .content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.045rem;
    display: block;
    width: 0.909rem;
    height: 1px;
    background-color: #8BC23F; }
    @media screen and (max-width: 1024px) {
      .content li::before {
        top: 12px;
        width: 15px; } }

.logo {
  transition-duration: 0.4s; }
  .logo.invert--active {
    filter: brightness(100); }

h1, .h1 {
  display: block;
  margin-top: 0;
  color: #313033;
  font-size: 3.636rem;
  font-weight: 450;
  line-height: 1.1; }
  h1:last-child, .h1:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    h1, .h1 {
      font-size: 40px; } }
  @media screen and (max-width: 480px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 1.2; } }

h2, .h2 {
  display: block;
  color: #313033;
  margin-top: 0;
  margin-bottom: 1.818rem;
  font-size: 2.182rem;
  font-weight: 450;
  line-height: 1.2; }
  h2:last-child, .h2:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    h2, .h2 {
      margin-bottom: 30px;
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    h2, .h2 {
      margin-bottom: 20px;
      font-size: 22px; } }

h3, .h3 {
  display: block;
  margin-top: 0;
  color: #313033;
  font-size: 1.818rem;
  font-weight: 450;
  line-height: 1.3; }
  h3:last-child, .h3:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    h3, .h3 {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    h3, .h3 {
      font-size: 19px;
      line-height: 1.35; } }

h4, .h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 1.136rem;
  color: #313033;
  font-size: 1.273rem;
  font-weight: 450;
  line-height: 1.3; }
  h4:last-child, .h4:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    h4, .h4 {
      margin-bottom: 15px;
      font-size: 18px; } }
  @media screen and (max-width: 1024px) {
    h4, .h4 {
      font-size: 17px; } }

.main {
  flex-direction: column;
  min-height: 100%; }

.middle {
  flex: 1 0 auto; }

.header, .footer {
  flex: 0 0 auto; }

.full_height {
  height: 100%; }

.wrapper {
  position: relative;
  padding: 0 5.455rem; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding: 0 50px; } }
  @media screen and (max-width: 480px) {
    .wrapper {
      padding: 0 20px; } }
  @media screen and (max-width: 1024px) {
    .wrapper--ltn {
      padding-left: 0; } }
  @media screen and (max-width: 1024px) {
    .wrapper--tn {
      padding: 0; } }
  @media screen and (max-width: 1024px) {
    .wrapper--t {
      padding: 0 50px; } }
  @media screen and (max-width: 480px) {
    .wrapper--mn {
      padding: 0; } }
  .wrapper--lightGray {
    background-color: #E5E5E5; }
  .wrapper_second {
    padding: 0 10.909rem; }
    @media screen and (max-width: 1024px) {
      .wrapper_second {
        padding: 0 100px; } }
    @media screen and (max-width: 480px) {
      .wrapper_second {
        padding: 0 20px; } }
    @media screen and (max-width: 1024px) {
      .wrapper_second--ts {
        padding: 0 50px; } }
    @media screen and (max-width: 480px) {
      .wrapper_second--ts {
        padding: 0 20px; } }
  .wrapper_full {
    position: relative;
    padding: 5.455rem; }
    @media screen and (max-width: 1024px) {
      .wrapper_full {
        padding: 40px 50px; } }
    @media screen and (max-width: 480px) {
      .wrapper_full {
        padding: 20px; } }

.section_title {
  padding: 6.818rem 0;
  padding-right: 6.818rem;
  font-size: 4.545rem;
  font-weight: 450;
  line-height: 0.9;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0; }
  @media screen and (max-width: 1024px) {
    .section_title {
      padding-top: 90px;
      padding-bottom: 90px;
      padding-right: 60px;
      font-size: 41px; } }
  @media screen and (max-width: 1024px) {
    .section_title {
      font-size: 30px; } }

.title_container {
  overflow: hidden; }

.small_block {
  width: 34%;
  padding-right: 2.273rem; }
  @media screen and (max-width: 1024px) {
    .small_block--tf {
      width: 100%;
      padding-right: 0; } }

.big_block {
  width: 66%; }
  @media screen and (max-width: 1024px) {
    .big_block--tf {
      width: 100%; } }

.half_block {
  width: 50%; }
  .half_block--mr {
    width: calc(50% - 1.136rem);
    margin-right: 1.136rem; }
  @media screen and (max-width: 1024px) {
    .half_block--tf {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .half_block--mf {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .half_block--t {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .half_block--t {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .w--mf {
    width: calc(100% + 40px);
    margin-left: -20px; } }

@media screen and (max-width: 480px) {
  .w--mf_i {
    width: calc(100% + 40px) !important;
    margin-left: -20px; } }

.d--none {
  display: none; }

@media screen and (max-width: 1024px) {
  .t--none {
    display: none; } }

@media screen and (max-width: 1024px) {
  .t--block {
    display: block; } }

.pd--top {
  padding-top: 5.455rem; }
  @media screen and (max-width: 1024px) {
    .pd--top {
      padding-top: 70px; } }
  @media screen and (max-width: 480px) {
    .pd--top {
      padding-top: 60px; } }
  .pd--top_small {
    padding-top: 3.864rem; }
    @media screen and (max-width: 1024px) {
      .pd--top_small {
        padding-top: 70px; } }
  .pd--top_sec {
    padding-top: 7.273rem; }
    @media screen and (max-width: 1024px) {
      .pd--top_sec {
        padding-top: 70px; } }
    @media screen and (max-width: 480px) {
      .pd--top_sec {
        padding-top: 60px; } }

.pd--bottom {
  padding-bottom: 5.455rem; }
  @media screen and (max-width: 1024px) {
    .pd--bottom {
      padding-bottom: 70px; } }
  @media screen and (max-width: 480px) {
    .pd--bottom {
      padding-bottom: 60px; } }
  .pd--bottom_big {
    padding-bottom: 10.909rem; }
    @media screen and (max-width: 1024px) {
      .pd--bottom_big {
        padding-bottom: 70px; } }
  .pd--bottom_small {
    padding-bottom: 3.864rem; }
    @media screen and (max-width: 1024px) {
      .pd--bottom_small {
        padding-bottom: 70px; } }
    @media screen and (max-width: 480px) {
      .pd--bottom_small {
        padding-bottom: 60px; } }

.pd--left {
  padding-left: 5.455rem; }
  @media screen and (max-width: 1024px) {
    .pd--left {
      padding-left: 50px; } }
  @media screen and (max-width: 480px) {
    .pd--left {
      padding-left: 20px; } }
  .pd--left_sec {
    padding-left: 16.364rem; }
  .pd--left_big {
    padding-left: 10.909rem; }
    @media screen and (max-width: 1024px) {
      .pd--left_big {
        padding-left: 100px; } }
    @media screen and (max-width: 480px) {
      .pd--left_big {
        padding-left: 40px; } }

.pd--right {
  padding-right: 5.455rem; }
  @media screen and (max-width: 1024px) {
    .pd--right {
      padding-right: 50px; } }
  @media screen and (max-width: 480px) {
    .pd--right {
      padding-right: 20px; } }

@media screen and (max-width: 1024px) {
  .pd--ltn {
    padding-left: 0; } }

@media screen and (max-width: 1024px) {
  .pd--rt {
    padding-right: 50px; } }

@media screen and (max-width: 1024px) {
  .pd--rtn {
    padding-right: 0; } }

@media screen and (max-width: 1024px) {
  .pd--lt {
    padding-left: 50px; } }

@media screen and (max-width: 480px) {
  .pd--lt {
    padding-left: 20px; } }

@media screen and (max-width: 1024px) {
  .pd--tbn {
    padding-bottom: 0; } }

@media screen and (max-width: 1024px) {
  .pd--tb {
    padding-bottom: 70px; } }

@media screen and (max-width: 480px) {
  .pd--tb {
    padding-bottom: 60px; } }

@media screen and (max-width: 1024px) {
  .pd--ttn {
    padding-top: 0; } }

@media screen and (max-width: 480px) {
  .pd--tmn {
    padding-top: 0; } }

@media screen and (max-width: 480px) {
  .pd--lmn {
    padding-left: 0; } }

@media screen and (max-width: 480px) {
  .pd--rm {
    padding-right: 20px; } }

@media screen and (max-width: 480px) {
  .pd--rmn {
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .pd--bmn {
    padding-bottom: 0; } }

.img_cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .img_cover--bottom {
    object-position: bottom; }
  .img_cover--top {
    object-position: top; }

.lines_custom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0; }
  .lines_custom .lines_item {
    position: absolute;
    top: 0;
    height: 100%; }

.lines_item {
  position: fixed;
  top: 7.273rem;
  width: 1px;
  height: calc(100% - 7.273rem);
  background-color: #E5E5E5;
  opacity: 0.3;
  transition-duration: 0.4s;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .lines_item {
      top: 80px;
      height: calc(100% - 80px); } }
  @media screen and (max-width: 480px) {
    .lines_item {
      display: none; } }
  .lines_item--full {
    height: 100%; }
  .lines_item--crop {
    top: 4.545rem;
    height: calc(100% - 4.545rem); }
  .lines_item--one {
    left: 5.455rem; }
    @media screen and (max-width: 1024px) {
      .lines_item--one {
        left: 50px; } }
  .lines_item--two {
    left: 10.909rem;
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .lines_item--two {
        left: 100px; } }
  .lines_item--three {
    left: 16.364rem;
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .lines_item--three {
        display: none;
        left: 150px; } }
  .lines_item--four {
    left: 50%;
    z-index: 3; }
    @media screen and (max-width: 1024px) {
      .lines_item--four {
        display: none; } }
  .lines_item--five {
    left: calc(50% + 5.455rem);
    z-index: 3; }
    @media screen and (max-width: 1024px) {
      .lines_item--five {
        display: none;
        left: calc(50% + 50px); } }
  .lines_item--six {
    left: calc(50% + 10.909rem);
    z-index: 3; }
    @media screen and (max-width: 1024px) {
      .lines_item--six {
        display: none;
        left: calc(50% + 100px); } }
  .lines_item--seven {
    right: 5.455rem; }
    @media screen and (max-width: 1024px) {
      .lines_item--seven {
        right: 50px; } }

.z4 {
  position: relative;
  z-index: 4; }

.z5 {
  position: relative;
  z-index: 5; }

.accordeon_hidden {
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.4s; }
  @media screen and (max-width: 1024px) {
    .accordeon_hidden--t {
      max-height: 0;
      overflow: hidden;
      transition-duration: 0.4s; } }

.slider_navs {
  padding-top: 2.273rem; }
  @media screen and (max-width: 1024px) {
    .slider_navs {
      padding-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .slider_navs {
      padding-top: 25px; } }

.line--top {
  position: relative;
  padding-top: 2.273rem; }
  @media screen and (max-width: 1024px) {
    .line--top {
      padding-top: 30px; } }
  @media screen and (max-width: 480px) {
    .line--top {
      padding-top: 25px; } }
  .line--top::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 1.136rem);
    height: 1px;
    top: 0;
    left: 0;
    background-color: #313033; }
    @media screen and (max-width: 1024px) {
      .line--top::before {
        width: calc(100% - 50px); } }
    @media screen and (max-width: 480px) {
      .line--top::before {
        width: 100%; } }

.info_block {
  margin-bottom: 1.818rem; }
  @media screen and (max-width: 1024px) {
    .info_block {
      margin-bottom: 25px; } }
  .info_block:last-child {
    margin-bottom: 0; }
  .info_block_social {
    display: none; }
    @media screen and (max-width: 480px) {
      .info_block_social {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .info_block_title {
      font-size: 24px;
      word-break: break-all; } }

.bordered {
  display: inline-block;
  position: relative; }
  .bordered::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s; }
  .bordered:hover::before, .bordered.active::before {
    transform-origin: left;
    transform: scaleX(1); }
  .bordered--gray::before {
    background-color: #313033; }

.link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.818rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8BC23F; }
  @media screen and (max-width: 1024px) {
    .link {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .link {
      font-size: 11px; } }
  .link--arrow {
    position: relative;
    margin-left: -1.591rem;
    padding-left: 1.591rem;
    transition: transform 0.4s;
    will-change: transform; }
    @media screen and (max-width: 480px) {
      .link--arrow {
        margin-left: 0;
        padding-left: 20px; } }
    .link--arrow::before, .link--arrow::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transition: transform 0.4s, opacity 0.4s; }
      @media screen and (max-width: 480px) {
        .link--arrow::before, .link--arrow::after {
          top: 45%; } }
    .link--arrow::before {
      left: 0;
      width: 0.682rem;
      height: 2px;
      transform: translateY(-50%);
      background-color: #8BC23F; }
      @media screen and (max-width: 480px) {
        .link--arrow::before {
          width: 9px;
          height: 1px; } }
    .link--arrow::after {
      width: 0.545rem;
      height: 0.545rem;
      border-bottom: 2px solid #8BC23F;
      border-right: 2px solid #8BC23F;
      left: 0.136rem;
      transform: translateY(-50%) rotate(-45deg); }
      @media screen and (max-width: 480px) {
        .link--arrow::after {
          width: 7px;
          height: 7px;
          border-right-width: 1px;
          border-bottom-width: 1px; } }
    .link--arrow:hover {
      transform: translateX(0.909rem); }
      .link--arrow:hover::before {
        opacity: 0;
        transform: translateY(-50%) translateX(80%); }
      .link--arrow:hover::after {
        transform: translateY(-50%) translateX(100%) rotate(-45deg); }
  .link_scroll--bottom {
    display: block;
    margin: 0 auto;
    width: 1.818rem;
    height: 4.545rem; }
    @media screen and (max-width: 1024px) {
      .link_scroll--bottom {
        width: 25px;
        height: 60px; } }
    .link_scroll--bottom::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0.727rem;
      width: 1px;
      height: calc(100% - 0.727rem);
      background-color: #fff;
      transform: translateX(-0.5px); }
      @media screen and (max-width: 1024px) {
        .link_scroll--bottom::before {
          height: calc(100% - 10px); } }
    .link_scroll--bottom span {
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 1.818rem;
      height: 1.818rem;
      transform: translateX(-50%);
      border: 1px solid #fff;
      border-radius: 50%; }
      @media screen and (max-width: 1024px) {
        .link_scroll--bottom span {
          width: 26px;
          height: 26px; } }
      .link_scroll--bottom span::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0.455rem;
        height: 0.455rem;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translate(-50%, -50%) rotate(45deg); }
        @media screen and (max-width: 1024px) {
          .link_scroll--bottom span::before {
            width: 6px;
            height: 6px; } }
  .link_scroll--top {
    position: absolute;
    width: 4.545rem;
    height: 4.545rem;
    top: 2.273rem;
    right: 7.727rem;
    background-color: #fff;
    z-index: 5; }
    @media screen and (max-width: 1024px) {
      .link_scroll--top {
        top: 30px;
        right: 80px;
        height: 40px;
        width: 40px; } }
    @media screen and (max-width: 480px) {
      .link_scroll--top {
        top: 20px;
        right: 20px; } }
    .link_scroll--top::before, .link_scroll--top::after {
      content: '';
      display: block;
      position: absolute;
      transition-duration: 0.2s; }
    .link_scroll--top::before {
      top: calc(50%);
      left: calc(50%);
      height: 1.136rem;
      width: 3px;
      transform: translate(-50%, -50%);
      background-color: #313033; }
      @media screen and (max-width: 1024px) {
        .link_scroll--top::before {
          height: 10px;
          width: 1px; } }
    .link_scroll--top::after {
      top: calc(50% - 4px);
      left: 50%;
      width: 0.636rem;
      height: 0.636rem;
      border-bottom: 3px solid #313033;
      border-right: 3px solid #313033;
      transform: translate(-50%, -50%) rotate(-135deg); }
      @media screen and (max-width: 1024px) {
        .link_scroll--top::after {
          top: calc(50% - 2px);
          height: 10px;
          width: 10px; } }
      @media screen and (max-width: 1024px) {
        .link_scroll--top::after {
          top: 50%;
          height: 7px;
          width: 7px;
          border-bottom-width: 1px;
          border-right-width: 1px; } }
    .link_scroll--top:hover::before {
      background-color: #8BC23F; }
    .link_scroll--top:hover::after {
      border-bottom-color: #8BC23F;
      border-right-color: #8BC23F; }

.button_main {
  display: inline-block;
  padding: 1rem 1.364rem;
  margin-bottom: 1.136rem;
  border: 1px solid #313033;
  border-radius: 4.545rem;
  cursor: pointer;
  font-size: 0.818rem;
  font-weight: 700;
  color: #313033;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s; }
  @media screen and (max-width: 1024px) {
    .button_main {
      padding: 14px 22px;
      font-size: 13px; } }
  .button_main:hover {
    background-color: #313033;
    border-color: #313033;
    color: #fff; }
  .button_main:last-child {
    margin-bottom: 0; }

.button--full {
  width: 100%; }

.button--arrow {
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .button--arrow {
      will-change: auto; } }
  .button--arrow::before, .button--arrow::after {
    content: '';
    display: block;
    position: absolute;
    transition: transform 0.4s, opacity 0.4s; }
  .button--arrow::before {
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    width: 0.682rem;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #313033; }
    @media screen and (max-width: 1024px) {
      .button--arrow::before {
        width: 11px;
        height: 1px; } }
  .button--arrow::after {
    top: 50%;
    left: 50%;
    width: 0.455rem;
    height: 0.455rem;
    border-bottom: 2px solid #313033;
    border-right: 2px solid #313033;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1024px) {
      .button--arrow::after {
        width: 8px;
        height: 8px;
        border-bottom-width: 1px;
        border-right-width: 1px; } }
  .button--arrow:hover {
    transform: rotate(-45deg); }

.button_circle {
  display: inline-block;
  position: relative;
  border: 1px solid #313033;
  width: 2.727rem;
  height: 2.727rem;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.4s, background-color 0.4s, border-color 0.4s; }
  @media screen and (max-width: 1024px) {
    .button_circle {
      width: 40px;
      height: 40px; } }
  .button_circle--prev {
    transform: rotate(135deg);
    margin-right: 0.909rem; }
    .button_circle--prev:hover {
      transform: rotate(135deg); }
    @media screen and (max-width: 1024px) {
      .button_circle--prev {
        margin-right: 15px; } }
  .button_circle--next {
    transform: rotate(-45deg); }

.button--white {
  border-color: #fff;
  color: #fff; }
  .button--white::before {
    background-color: #fff; }
  .button--white::after {
    border-color: #fff; }
  .button--white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #313033; }
    .button--white:hover::before {
      background-color: #313033; }
    .button--white:hover::after {
      border-color: #313033; }
    .button--white:hover.button--plus::before, .button--white:hover.button--plus::after {
      background-color: #313033; }
    .button--white:hover.button--minus::before {
      background-color: #313033; }
  .button--white.button--plus::before, .button--white.button--plus::after {
    background-color: #fff; }
  .button--white.button--minus::before {
    background-color: #fff; }

.button--gray {
  border-color: #313033;
  color: #313033; }
  .button--gray:hover {
    background-color: #313033;
    border-color: #313033;
    color: #fff; }
    .button--gray:hover::before {
      background-color: #fff; }
    .button--gray:hover::after {
      border-right-color: #fff;
      border-bottom-color: #fff; }
  .button--gray-to-white {
    border-color: #313033;
    color: #313033; }
    .button--gray-to-white:hover {
      background-color: #fff;
      border-color: #fff;
      color: #313033; }
  .button--gray-to-green {
    background-color: #313033; }
    .button--gray-to-green:hover {
      background-color: #3E3D40; }
    .button--gray-to-green.active {
      background-color: #8BC23F;
      border-color: #8BC23F; }
  .button--gray_fill {
    border-color: #313033;
    background-color: #313033;
    color: #fff; }
    .button--gray_fill:hover {
      background-color: #fff;
      border-color: #fff;
      color: #313033; }

.button--plus::before, .button--plus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.636rem;
  height: 2px;
  background-color: #313033;
  transition: transform 0.4s, background-color 0.4s; }

.button--plus::before {
  transform: translate(-50%, -50%); }

.button--plus::after {
  transform: translate(-50%, -50%) rotate(90deg); }

.button--plus.active::after {
  transform: translate(-50%, -50%); }

.button--plus.button--gray-to-green::before, .button--plus.button--gray-to-green::after {
  background-color: #fff; }

.button--minus::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.636rem;
  height: 2px;
  background-color: #313033;
  transition: transform 0.4s, background-color 0.4s; }

.button--minus.button--gray-to-green::before {
  background-color: #fff; }

.button_close {
  position: absolute;
  width: 1.364rem;
  height: 1.364rem; }
  .button_close::before, .button_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.818rem;
    height: 0.136rem;
    background-color: #313033; }
  .button_close::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .button_close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.button--disabled, .button--disabled:hover {
  border-color: #939299;
  background-color: transparent;
  opacity: 0.5;
  cursor: default; }
  .button--disabled::before, .button--disabled:hover::before {
    background-color: #939299; }
  .button--disabled::after, .button--disabled:hover::after {
    border-bottom-color: #939299;
    border-right-color: #939299; }

.form_input {
  position: relative;
  padding-top: 1.364rem;
  margin-bottom: 0.909rem; }
  @media screen and (max-width: 1024px) {
    .form_input {
      padding-top: 25px;
      margin-bottom: 15px; } }
  .form_input--clear {
    padding-top: 0; }
  .form_input--error::after {
    content: attr(data-error);
    position: absolute;
    left: 0;
    top: 100%;
    color: #FF5858;
    font-size: 0.727rem; }
  .form_input--error .form_input_item {
    border-color: #FF5858; }
  .form_input.active .form_input_pls {
    bottom: 100%;
    transform: translateY(100%) scale(0.6);
    color: #939299; }
    @media screen and (max-width: 1024px) {
      .form_input.active .form_input_pls {
        transform: translateY(100%) scale(0.8); } }
  .form_input_pls {
    position: absolute;
    bottom: 0.455rem;
    left: 0;
    font-size: 1.182rem;
    z-index: 1;
    transition-duration: 0.4s;
    transform-origin: left; }
    @media screen and (max-width: 1024px) {
      .form_input_pls {
        font-size: 15px; } }
  .form_input textarea {
    display: block; }
  .form_input_item {
    position: relative;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 0;
    padding-bottom: 0.455rem;
    border-bottom: 1px solid #E5E5E5;
    background-color: transparent;
    transition: border-color 0.4s;
    font-size: 1.182rem;
    z-index: 2;
    resize: none; }
    @media screen and (max-width: 1024px) {
      .form_input_item {
        padding-bottom: 10px; } }
    .form_input_item:hover, .form_input_item:focus {
      border-color: #313033; }
  .form_input_file {
    position: absolute;
    opacity: 0; }
    .form_input_file_label {
      position: relative;
      cursor: pointer; }
      .form_input_file_label:hover {
        color: #313033; }
    .form_input_file_title {
      position: relative;
      top: -5px;
      font-size: 0.773rem; }
      @media screen and (max-width: 1024px) {
        .form_input_file_title {
          font-size: 15px; } }
    .form_input_file_sub {
      font-size: 0.591rem; }
      @media screen and (max-width: 1024px) {
        .form_input_file_sub {
          font-size: 13px; } }
    .form_input_file_icon {
      width: 1.136rem;
      height: 1.136rem;
      margin-right: 0.682rem; }
      @media screen and (max-width: 1024px) {
        .form_input_file_icon {
          width: 25px;
          height: 25px;
          margin-right: 10px; } }
    .form_input_file_warning {
      display: none;
      font-size: 0.636rem; }
      @media screen and (max-width: 1024px) {
        .form_input_file_warning {
          font-size: 13px; } }
      .form_input_file_warning--active {
        display: inline-block; }

.form_checkbox_item {
  margin-bottom: 0.909rem; }
  @media screen and (max-width: 1024px) {
    .form_checkbox_item {
      margin-bottom: 15px; } }
  .form_checkbox_item:last-child {
    margin-bottom: 0; }

.form_checkbox_outer {
  padding-top: 1.364rem;
  margin-bottom: 2.273rem; }
  @media screen and (max-width: 1024px) {
    .form_checkbox_outer {
      padding-top: 30px;
      margin-bottom: 40px; } }

.form_checkbox input {
  position: absolute;
  opacity: 0; }
  .form_checkbox input:checked + .form_checkbox_label {
    background-color: #8BC23F;
    border-color: #8BC23F; }
    .form_checkbox input:checked + .form_checkbox_label::after {
      opacity: 1; }
  .form_checkbox input:checked ~ .form_checkbox_text--big {
    color: black; }

.form_checkbox_text {
  padding-left: 0.909rem;
  font-size: 0.727rem;
  color: #939299; }
  @media screen and (max-width: 1024px) {
    .form_checkbox_text {
      padding-left: 15px;
      font-size: 13px; } }
  .form_checkbox_text--big {
    position: relative;
    top: -0.227rem;
    font-size: 1rem; }
    @media screen and (max-width: 1024px) {
      .form_checkbox_text--big {
        top: 0;
        font-size: 15px; } }

.form_checkbox_link {
  color: #313033;
  text-decoration: underline; }

.form_checkbox_label {
  position: relative;
  display: block;
  width: 1.136rem;
  height: 1.136rem;
  border: 1px solid #313033;
  cursor: pointer;
  transition-duration: 0.4s;
  flex-shrink: 0;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .form_checkbox_label {
      width: 20px;
      height: 20px; } }
  .form_checkbox_label:hover {
    border-color: #8BC23F; }
  .form_checkbox_label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.318rem;
    height: 0.545rem;
    border-bottom: 0.136rem solid #fff;
    border-right: 0.136rem solid #fff;
    transform: translate(-50%, -60%) rotate(45deg);
    opacity: 0; }
    @media screen and (max-width: 1024px) {
      .form_checkbox_label::after {
        width: 5px;
        height: 10px;
        border-bottom-width: 2px;
        border-right-width: 2px; } }

input[name="second_email"] {
  display: none; }

input[name="second_name"] {
  display: none; }

.aside_social {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 5.455rem;
  flex-direction: column;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .aside_social {
      display: none; } }
  .aside_social_item {
    margin-bottom: 2.273rem; }
    @media screen and (max-width: 1024px) {
      .aside_social_item {
        margin-bottom: 30px; } }
    .aside_social_item:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .aside_social {
      width: 50px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.4s;
  z-index: 6; }
  .header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    background-color: #8BC23F;
    transition: transform 0.8s cubic-bezier(0.81, 0.2, 0.6, 0.95); }
  .header.bg--white .header_wrapper {
    border-color: rgba(229, 229, 229, 0.3); }
  .header_logo_image {
    width: 13.636rem;
    transition: filter 0.4s; }
    @media screen and (max-width: 1024px) {
      .header_logo_image {
        width: 200px; } }
    @media screen and (max-width: 480px) {
      .header_logo_image {
        width: 90px; } }
  .header--scrolled .header_wrapper {
    height: 4.545rem; }
    @media screen and (max-width: 1024px) {
      .header--scrolled .header_wrapper {
        height: 80px; } }
    @media screen and (max-width: 480px) {
      .header--scrolled .header_wrapper {
        height: 50px; } }
  .header_wrapper {
    position: relative;
    padding: 0 1.591rem;
    height: 7.273rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition-duration: 0.4s; }
    @media screen and (max-width: 1024px) {
      .header_wrapper {
        padding: 0 30px;
        height: 80px; } }
    @media screen and (max-width: 480px) {
      .header_wrapper {
        height: 50px;
        padding: 0 20px;
        border-left: none;
        border-right: none; } }
  .header_phone {
    margin-left: auto;
    font-size: 1rem;
    color: #313033;
    transition: color 0.4s;
    transition-delay: 0.2s; }
    @media screen and (max-width: 1024px) {
      .header_phone {
        font-size: 15px; } }
    @media screen and (max-width: 480px) {
      .header_phone {
        display: none; } }
    .header_phone.invert--active {
      color: #fff; }
  .header_menu {
    position: absolute;
    top: 10rem;
    left: calc(100% - 15rem);
    transition-duration: 0.4s;
    z-index: 5; }
    @media screen and (max-width: 1024px) {
      .header_menu {
        top: 105px;
        left: calc(100% - 195px); } }
    @media screen and (max-width: 480px) {
      .header_menu {
        display: none; } }
    .header_menu--scrolled {
      visibility: hidden;
      opacity: 0; }

.menu--wrapper {
  padding-left: 5.455rem;
  transition: max-height 1s linear; }
  @media screen and (max-width: 1024px) {
    .menu--wrapper {
      padding-left: 20px; } }
  .menu--wrapper > .menu_item:first-child {
    padding-top: 0.682rem; }
    @media screen and (max-width: 1024px) {
      .menu--wrapper > .menu_item:first-child {
        padding-top: 20px; } }

.menu_link {
  position: relative;
  line-height: 1.6; }

.menu_item {
  font-size: 0.773rem;
  font-weight: 450;
  line-height: 2.5;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 1024px) {
    .menu_item {
      font-size: 13px; } }
  .menu_item--btn {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .menu_item--btn {
        padding: 15px 0;
        border-top: 1px solid #A7D26C; }
        .menu_item--btn .menu_link {
          padding: 0; } }
    @media screen and (max-width: 1024px) {
      .menu_item--btn {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .menu_item--btn:last-child {
        border-bottom: 1px solid #A7D26C; } }
  .menu_item:hover > .menu--wrapper {
    max-height: 500px; }
  .menu_item--white {
    color: #fff; }
  .menu_item--black {
    color: #313033; }
    .menu_item--black .menu_link::before {
      background-color: #313033; }

.menu_arrow {
  display: none; }
  @media screen and (max-width: 1024px) {
    .menu_arrow {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px; }
      .menu_arrow::before {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 20px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        transform-origin: 70% 70%;
        transition: transform 0.4s; } }
  .menu_arrow.active::before {
    transform: translateY(-50%) rotate(-135deg); }

.header_menu .menu_item--reverse {
  color: #313033; }
  .header_menu .menu_item--reverse .menu_link::before {
    background-color: #313033; }

.popup_menu_wrapper .menu_item--reverse {
  color: #fff; }
  .popup_menu_wrapper .menu_item--reverse .menu_link::before {
    background-color: #fff; }

.burger_label {
  position: fixed;
  top: 50%;
  left: 1.818rem;
  width: 1.591rem;
  height: 1.136rem;
  cursor: pointer;
  z-index: 6;
  transform: rotate(90deg);
  transition: transform 0.8s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .burger_label {
      top: 30px;
      left: auto;
      right: 12px;
      transform: none; } }
  @media screen and (max-width: 480px) {
    .burger_label {
      top: 15px;
      right: 20px; } }
  .burger_label.active {
    transform: rotate(360deg); }
    .burger_label.active span:first-child {
      transform: rotate(45deg);
      top: 0.455rem; }
    .burger_label.active span:nth-child(2) {
      opacity: 0; }
    .burger_label.active span:last-child {
      transform: rotate(-45deg);
      bottom: 0.545rem; }
  .burger_label.invert--active span {
    background-color: #fff; }
  .burger_label span {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.136rem;
    background-color: #313033;
    transition-duration: 0.4s;
    transform-origin: center; }
    .burger_label span:first-child {
      top: 0; }
    .burger_label span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .burger_label span:last-child {
      bottom: 0; }

.social_item_icon {
  fill: #313033;
  display: block;
  margin: 0 auto;
  width: 1.136rem;
  height: 1.136rem; }
  .social_item_icon.white {
    fill: #fff; }
  @media screen and (max-width: 1024px) {
    .social_item_icon {
      width: 15px;
      height: 15px; } }
  .social_item_icon.invert--active {
    fill: #fff; }
    .social_item_icon.invert--active:hover {
      fill: #313033; }
  .social_item_icon:hover {
    fill: #8BC23F; }

@media screen and (max-width: 480px) {
  .social_item_footer {
    margin-right: 25px; }
    .social_item_footer:last-child {
      margin-right: 0; } }

.banner {
  padding-top: 7.273rem; }
  @media screen and (max-width: 1024px) {
    .banner {
      padding-top: 80px; } }
  @media screen and (max-width: 480px) {
    .banner {
      padding-top: 50px; } }
  .banner_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .banner_video {
        display: none; } }
    .banner_video::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 9.96%, rgba(0, 0, 0, 0) 64.77%);
      transform: matrix(-1, 0, 0, 1, 0, 0); }
    .banner_video::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-image: url("/assets/img/dot.png"); }
    .banner_video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner_picture {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1; }
    .banner_picture.disabled {
      display: none; }
      @media screen and (max-width: 768px) {
        .banner_picture.disabled {
          display: block; } }
    .banner_picture::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 9.96%, rgba(0, 0, 0, 0) 64.77%);
      transform: matrix(-1, 0, 0, 1, 0, 0); }
  .banner_main {
    position: relative;
    height: 100vh; }
    .banner_main_wrapper {
      overflow: hidden;
      height: 100%;
      min-height: -webkit-fill-available; }
    .banner_main_content {
      position: relative;
      padding-right: 30.455rem;
      z-index: 3; }
      @media screen and (max-width: 1024px) {
        .banner_main_content {
          padding-right: 195px; } }
      @media screen and (max-width: 480px) {
        .banner_main_content {
          padding-right: 0; } }
    .banner_main_title {
      margin-bottom: 2.273rem; }
      @media screen and (max-width: 1024px) {
        .banner_main_title {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1024px) {
        .banner_main_title {
          margin-bottom: 15px; } }
    .banner_main_text {
      margin-bottom: 2.727rem;
      font-size: 1.182rem;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .banner_main_text {
          margin-bottom: 40px;
          font-size: 17px; } }
      @media screen and (max-width: 480px) {
        .banner_main_text {
          margin-bottom: 25px;
          font-size: 15px; } }
    .banner_main_scroll {
      position: absolute;
      left: 5.455rem;
      bottom: 5.455rem;
      width: 5.455rem;
      height: 4.545rem; }
      @media screen and (max-width: 1024px) {
        .banner_main_scroll {
          left: 50px;
          bottom: 70px;
          width: 50px;
          height: 60px; } }
      @media screen and (max-width: 480px) {
        .banner_main_scroll {
          left: 20px;
          width: 25px;
          height: 60px;
          bottom: 60px; } }
  .banner_inner_content {
    max-width: 43.182rem; }
    @media screen and (max-width: 1024px) {
      .banner_inner_content {
        max-width: 420px; } }
    @media screen and (max-width: 480px) {
      .banner_inner_content {
        max-width: none; } }
  .banner_inner_wrapper {
    position: relative;
    padding-top: 9.091rem;
    padding-bottom: 11.818rem; }
    @media screen and (max-width: 1024px) {
      .banner_inner_wrapper {
        padding-top: 110px;
        padding-bottom: 120px;
        padding-right: 20px;
        min-height: 400px; } }
    @media screen and (max-width: 480px) {
      .banner_inner_wrapper {
        min-height: 350px; } }
  @media screen and (max-width: 480px) {
    .banner_inner_title br {
      display: none; } }

.popup_check {
  margin-bottom: 1.364rem; }
  @media screen and (max-width: 1024px) {
    .popup_check {
      width: 40px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 480px) {
    .popup_check {
      margin-bottom: 20px; } }

.popup_menu {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  padding-top: 7.273rem;
  background-color: #8BC23F;
  transition: transform 0.8s cubic-bezier(0.81, 0.2, 0.6, 0.95), visibility 0.8s;
  overflow: hidden;
  visibility: hidden;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .popup_menu {
      padding-top: 80px; } }
  @media screen and (max-width: 480px) {
    .popup_menu {
      padding-top: 50px; } }
  .popup_menu--scrolled {
    padding-top: 4.545rem; }
  .popup_menu_nav {
    position: relative; }
  .popup_menu .menu .bordered::before {
    display: none; }
  .popup_menu_left {
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .popup_menu_left .menu {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (max-width: 1024px) {
      .popup_menu_left .menu_item {
        width: 50%;
        margin-bottom: 15px; } }
  @media screen and (max-width: 1024px) {
    .popup_menu_right {
      margin-bottom: 40px; } }
  .popup_menu_lines {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.8s; }
  .popup_menu_blocked .header::before {
    transform: translateX(100%); }
  .popup_menu.active {
    transform: translateX(100%);
    visibility: visible; }
    .popup_menu.active .popup_menu_lines {
      opacity: 1;
      visibility: visible; }
  .popup_menu_subtitle {
    font-size: 0.727rem;
    line-height: 160%;
    color: #E2F0CF; }
  .popup_menu_title {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 1.818rem; }
  .popup_menu_wrapper {
    height: 100%;
    padding-top: 5.455rem;
    padding-bottom: 4.545rem;
    padding-right: 5.227rem;
    overflow: auto;
    scrollbar-color: #313033 #8BC23F;
    scrollbar-width: thin; }
    .popup_menu_wrapper::-webkit-scrollbar {
      width: 5px; }
    .popup_menu_wrapper::-webkit-scrollbar-track {
      background-color: #8BC23F; }
    .popup_menu_wrapper::-webkit-scrollbar-thumb {
      background-color: #313033; }
    @media screen and (max-width: 1024px) {
      .popup_menu_wrapper {
        padding-top: 40px;
        padding-right: 50px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 480px) {
      .popup_menu_wrapper {
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 50px; } }
  .popup_menu_bottom {
    margin-top: auto;
    padding-bottom: 50px;
    z-index: 5; }
    .popup_menu_bottom .wrap-btns {
      margin-left: -5.455rem;
      width: calc(100% + 31.4rem); }
      @media screen and (max-width: 1024px) {
        .popup_menu_bottom .wrap-btns {
          margin-left: -50px;
          width: calc(100% + 50px); } }
      @media screen and (max-width: 760px) {
        .popup_menu_bottom .wrap-btns {
          margin-left: 0;
          flex-direction: column-reverse;
          width: 100%; } }
      @media screen and (max-width: 760px) {
        .popup_menu_bottom .wrap-btns .half_block {
          padding-left: 0;
          padding-bottom: 0; } }
      .popup_menu_bottom .wrap-btns .half_block:last-child {
        margin-top: 0; }
        @media screen and (max-width: 760px) {
          .popup_menu_bottom .wrap-btns .half_block:last-child {
            margin-bottom: 1.136rem; } }
  .popup_menu .menu_item {
    line-height: 1.8;
    margin-bottom: 0.682rem; }
    .popup_menu .menu_item .menu_link {
      transition: transform 0.4s; }
      .popup_menu .menu_item .menu_link:hover, .popup_menu .menu_item .menu_link.active {
        transform: translateX(10px); }
    @media screen and (max-width: 1024px) {
      .popup_menu .menu_item {
        margin-bottom: 15px; } }
    @media screen and (max-width: 1024px) {
      .popup_menu .menu_item--btn {
        margin-bottom: 0; } }
    .popup_menu .menu_item:last-child {
      margin-bottom: 0; }

.popup_main {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 7;
  transition-duration: 0.8s; }
  .popup_main_close {
    top: 3.636rem;
    right: 3.636rem; }
    @media screen and (max-width: 1024px) {
      .popup_main_close {
        top: 50px;
        right: 60px; } }
    @media screen and (max-width: 1024px) {
      .popup_main_close {
        top: 20px;
        right: 20px; } }
  .popup_main_form {
    margin-top: -1.364rem; }
  .popup_main_left {
    transform: translateX(80%);
    transition-duration: 1s;
    z-index: 3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .popup_main_left {
        display: none; } }
  .popup_main_block {
    background-color: #fff;
    padding-top: 6.818rem;
    padding-bottom: 5.455rem;
    overflow: auto;
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .popup_main_block {
        padding-top: 200px;
        padding-bottom: 100px; } }
    @media screen and (max-width: 480px) {
      .popup_main_block {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .popup_main_desc {
    margin-bottom: 2.273rem;
    color: #939299; }
    @media screen and (max-width: 1024px) {
      .popup_main_desc {
        margin-bottom: 40px; } }
    @media screen and (max-width: 480px) {
      .popup_main_desc {
        margin-bottom: 30px; } }
  .popup_main.active {
    visibility: visible;
    transform: translateX(-100%); }
    .popup_main.active .popup_main_left {
      transform: translateX(0); }
    .popup_main.active .popup_main_lines {
      opacity: 1; }

.popup_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  opacity: 0;
  visibility: hidden; }
  .popup_overlay_close {
    top: 1.591rem;
    right: 1.591rem; }
  .popup_overlay.active {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.4s; }
  .popup_overlay_body {
    position: relative;
    max-width: 29.545rem;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .popup_overlay_body {
        max-width: 375px; } }
  .popup_overlay_wrapper {
    overflow: auto;
    padding: 2.045rem 4.545rem;
    background-color: #fff; }
    @media screen and (max-width: 1024px) {
      .popup_overlay_wrapper {
        padding: 30px; } }
    @media screen and (max-width: 480px) {
      .popup_overlay_wrapper {
        padding: 20px; } }
  .popup_overlay_title {
    text-align: center; }
  .popup_overlay_text {
    text-align: center; }

.popup_callback_left {
  background-image: url("/assets/img/popup_main.jpg"); }

.popup_career_left {
  background-image: url("/assets/img/popup_career.jpg"); }

.title_container {
  position: relative; }

.title_sub {
  margin-bottom: 1.136rem;
  font-size: 0.773rem;
  text-transform: uppercase;
  color: #8BC23F; }
  @media screen and (max-width: 1024px) {
    .title_sub {
      font-size: 13px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .title_sub {
      font-size: 11px;
      margin-bottom: 5px; } }
  .title_sub--small {
    margin-bottom: 0.455rem;
    font-size: 0.727rem;
    text-transform: inherit; }
    @media screen and (max-width: 1024px) {
      .title_sub--small {
        font-size: 13px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .title_sub--small {
        font-size: 12px; } }

.title_desc {
  margin-bottom: 2.273rem;
  color: #939299; }
  @media screen and (max-width: 1024px) {
    .title_desc {
      margin-bottom: 35px; } }
  @media screen and (max-width: 480px) {
    .title_desc {
      margin-bottom: 25px; } }
  .title_desc:last-child {
    margin-bottom: 0; }

.breadcrumb {
  margin-bottom: 1.364rem;
  max-width: 43.182rem; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      padding-right: 190px; } }
  @media screen and (max-width: 480px) {
    .breadcrumb {
      padding-right: 0;
      max-width: none;
      margin-bottom: 5px; } }
  .breadcrumb_item {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .breadcrumb_item {
        font-size: 11px; } }
    .breadcrumb_item::after {
      content: '/';
      display: inline-block;
      margin: 0 0.682rem; }

.cite {
  padding-right: 11.136rem; }
  @media screen and (max-width: 1024px) {
    .cite {
      padding-right: 0; } }
  .cite_icon {
    width: 2.909rem;
    height: 2.909rem;
    margin-bottom: 1.136rem;
    fill: #313033; }
    @media screen and (max-width: 1024px) {
      .cite_icon {
        width: 30px;
        height: 25px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      .cite_icon {
        margin-bottom: 15px; } }
  .cite_text {
    margin-bottom: 1.591rem; }
    @media screen and (max-width: 1024px) {
      .cite_text {
        margin-bottom: 20px; } }
  .cite_autor {
    position: relative;
    padding-left: 3.182rem; }
    .cite_autor::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 2.273rem;
      height: 1px;
      background-color: #8BC23F; }
      @media screen and (max-width: 1024px) {
        .cite_autor::before {
          width: 30px; } }
      @media screen and (max-width: 480px) {
        .cite_autor::before {
          top: 10px;
          width: 20px; } }
    @media screen and (max-width: 1024px) {
      .cite_autor {
        padding-left: 45px; } }
    @media screen and (max-width: 480px) {
      .cite_autor {
        padding-left: 30px; } }

.numbers_wrapper {
  padding-bottom: 0.455rem;
  top: -0.909rem; }
  @media screen and (max-width: 1024px) {
    .numbers_wrapper {
      top: auto;
      padding-bottom: 0; } }

.numbers_item {
  width: 25%;
  min-height: 19.091rem;
  padding: 2.273rem;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .numbers_item {
      width: 50%;
      min-height: 220px;
      will-change: auto; } }
  @media screen and (max-width: 480px) {
    .numbers_item {
      width: 100%;
      padding: 20px;
      min-height: 200px; } }
  .numbers_item_title {
    margin-bottom: auto;
    font-size: 4.545rem;
    font-weight: 450;
    line-height: 0.9; }
    @media screen and (max-width: 1024px) {
      .numbers_item_title {
        padding-bottom: 20px;
        font-size: 41px; } }

.footer {
  position: relative; }
  .footer_wrapper {
    height: 100%; }
  .footer_half {
    position: relative; }
  .footer_link {
    margin-top: auto; }
  .footer .lines_item {
    opacity: 0.1; }
  .footer_menu {
    margin-bottom: 2.273rem; }
    @media screen and (max-width: 1024px) {
      .footer_menu {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px; } }
    .footer_menu .menu_item {
      text-transform: inherit;
      font-size: 1.273rem;
      line-height: 1.8;
      letter-spacing: normal;
      transition: opacity 0.4s; }
      .footer_menu .menu_item:hover, .footer_menu .menu_item.active {
        opacity: 0.6; }
      @media screen and (max-width: 1024px) {
        .footer_menu .menu_item {
          width: calc(100% / 3);
          font-size: 19px; } }
      @media screen and (max-width: 480px) {
        .footer_menu .menu_item {
          width: 50%;
          font-size: 17px;
          line-height: 2; } }
    .footer_menu .bordered::before {
      display: none; }
  .footer_creator_logo {
    width: 2.182rem;
    height: 2.182rem;
    margin-right: 0.909rem; }
    @media screen and (max-width: 1024px) {
      .footer_creator_logo {
        width: 35px;
        height: 35px;
        margin-right: 15px; } }
  .footer_creator_content {
    font-size: 0.727rem; }
    @media screen and (max-width: 1024px) {
      .footer_creator_content {
        font-size: 13px; } }
  .footer_creator_text {
    color: #939299; }
  .footer_bar {
    margin-top: auto; }
    @media screen and (max-width: 1024px) {
      .footer_bar {
        padding-top: 35px; } }
    @media screen and (max-width: 480px) {
      .footer_bar {
        padding-top: 30px; } }
  .footer_copyright {
    font-size: 0.727rem;
    color: #939299; }
    @media screen and (max-width: 1024px) {
      .footer_copyright {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .footer_copyright {
        width: 100%;
        margin-bottom: 30px; } }

.bg--white {
  background-color: #fff; }

.bg--lightGray {
  background-color: #F7F7F9; }

.bg--black {
  background-color: #313033; }

.bg--green {
  background-color: #8BC23F; }

@media screen and (max-width: 1024px) {
  .bg--tn {
    background-color: transparent; } }

.color--green {
  color: #8BC23F; }

.color--black {
  color: #313033; }

.color--white {
  color: #fff; }

.color--gray {
  color: #939299; }

.color--red {
  color: #FF5858; }


/*# sourceMappingURL=8c88411c201c3e3fb405.main.css.map*/