.vamMozhetPonadobitsya {display: none!important;}
/* stylelint-disable */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2020
 */
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@font-face {
  font-family: "Corpid E1s SCd";
  src: url("../fonts/CorpidE1sSCd-Bold.woff2") format("woff2"), url("../fonts/CorpidE1sSCd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Corpid E1s SCd";
  src: url("../fonts/CorpidE1sSCd-Light.woff2") format("woff2"), url("../fonts/CorpidE1sSCd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Corpid E1s SCd";
  src: url("../fonts/CorpidE1sSCd-Regular.woff2") format("woff2"), url("../fonts/CorpidE1sSCd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ALSRubl";
  src: url("../fonts/ALSRubl.woff2") format("woff2"), url("../fonts/ALSRubl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  color: #4c4c4c;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

img,
video {
  display: block;
  max-width: 100%;
  height: auto; }

textarea {
  resize: none; }

/* :focus {
  outline: none;
} */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
          box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000; }

input,
textarea {
  border-radius: 0; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1; }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    opacity: 1; }
  input::placeholder,
  textarea::placeholder {
    opacity: 1; }
  input:invalid,
  textarea:invalid {
    -webkit-box-shadow: none;
            box-shadow: none; }

select {
  border-radius: 0; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none; }

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

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

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0); }

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*min-height: 100vh;*/
  /*min-height: calc(100 * var(--vh, 1vh));*/
  overflow-x: hidden; }
  .wrapper--no-scrollbar {
    height: 100vh;
    height: calc(100 * var(--vh, 1vh));
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .wrapper--no-scrollbar::-webkit-scrollbar {
      display: none; }
  .wrapper .header,
  .wrapper .footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .wrapper main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.scroll-lock {
  position: fixed;
  overflow-y: auto; }

.btn-reset {
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer; }

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: normal;
  color: #1b1c20; }
  @media (max-width: 1023px) {
    .title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .title {
      margin-bottom: 20px;
      font-size: 30px; } }

.descr {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.3px; }
  @media (max-width: 767px) {
    .descr {
      font-size: 14px; } }

.fixed {
  position: fixed; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .container--no-padding {
      padding: 0; } }

.btn {
  display: inline-block;
  padding: 10px 41px;
  background-color: #00afaa;
  border-radius: 21px;
  border: none;
  color: #ffffff; }
  .btn:not(:hover) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn--resize {
    padding: 10px 48px; }
  .btn:hover, .btn:focus {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #00b9b4; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 88px; }
  .header a,
  .header p {
    color: #0e0e0e; }
  .header .header__contacts-link {
    color: #00afaa; }

.header__inner {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 8px #f5f5f5;
          box-shadow: 0 0 5px 8px #f5f5f5; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 100px 25px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.header__nav {
  margin-right: 30px;
  margin-left: 30px; }
  .header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .header__nav ul li {
      margin-right: 43px; }
      @media (max-width: 1129px) and (min-width: 1024px) {
        .header__nav ul li {
          margin-right: 25px; } }
      @media (max-width: 1159px) and (min-width: 1024px) {
        .header__nav ul li {
          margin-right: 15px; } }
    .header__nav ul li:first-child {
      display: none; }
    .header__nav ul li:last-child {
      margin-right: 0; }
  @media (max-width: 1144px) and (min-width: 1024px) {
    .header__nav {
      margin-left: auto; } }

.header__nav-link {
  font-size: 20px;
  line-height: 24px; }
  .header__nav-link:not(:hover) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .header__nav-link:hover, .header__nav-link:focus {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #00b9b4; }

.header__nav-open {
  display: none; }

.header__contacts-link {
  font-weight: 700;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 21px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: #00afaa; }
  .header__contacts-link:not(:hover) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .header__contacts-link svg {
    margin-right: 13px;
    margin-top: 2px;
    stroke: #00afaa;
    stroke-width: 1px; }
  .header__contacts-link:hover svg,
  .header__contacts-link:focus svg {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    stroke: #00b9b4; }
  .header__contacts-link:not(:hover) svg:not(:hover),
  .header__contacts-link:not(:focus) svg:not(:hover) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .header__contacts-link:hover, .header__contacts-link:focus {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #00b9b4; }

@media (max-width: 1023px) {
  .header__wrapper {
    padding: 27px 50px 25px; }
  .header__nav-open {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: inherit;
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 40px;
    cursor: pointer; }
    .header__nav-open span {
      display: block;
      width: 30px;
      height: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
      background-image: linear-gradient(#000000, #000000);
      background-repeat: no-repeat;
      background-size: 100% 2px;
      background-position: left center; }
      .header__nav-open span::before, .header__nav-open span::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        -webkit-transform-origin: 50% 50% 0;
                transform-origin: 50% 50% 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .header__nav-open span::before {
        top: 0; }
      .header__nav-open span::after {
        bottom: 0; }
  .header__nav-close span {
    background-image: none; }
    .header__nav-close span::before, .header__nav-close span::after {
      left: -2px;
      width: 34px; }
    .header__nav-close span::before {
      -webkit-transform: translateY(10px) rotate(-45deg);
              transform: translateY(10px) rotate(-45deg); }
    .header__nav-close span::after {
      -webkit-transform: translateY(-10px) rotate(45deg);
              transform: translateY(-10px) rotate(45deg); }
  .header__nav-close + .header__nav {
    display: block; }
  .header__nav {
    position: fixed;
    left: 180px;
    top: 60px;
    z-index: 10500;
    display: none;
    width: 320px;
    margin-top: 29px;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    background-color: #00afaa; }
    .header__nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header__nav ul li {
        margin-right: 0;
        border-bottom: 2px solid #504f53; }
      .header__nav ul li:first-child {
        display: block;
        border-top: 2px solid #504f53; }
    .header__nav .header__no-scroll {
      position: fixed; }
  .header__nav-link {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 15px 35px; }
    .header__nav-link[href] {
      color: #ffffff; }
    .header__nav-link[href]:hover, .header__nav-link[href]:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      color: #ffffff;
      background-color: #61d0d4;
      border-bottom: none; } }

@media (max-width: 767px) {
  .header__wrapper {
    padding: 25px 70px 27px; } }
  @media (max-width: 767px) and (max-width: 500px) and (min-width: 320px) {
    .header__wrapper {
      padding: 25px 20px 27px; } }

@media (max-width: 767px) {
  .header__nav-open {
    margin-left: auto; }
  .header__nav {
    right: 0;
    width: 100%; }
  .header__contacts-link {
    display: none; } }

.footer {
  background-color: #f6f6f6; }

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 49px;
  padding: 12px 100px 6px 100px; }
  @media (max-width: 1023px) {
    .footer__wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .footer__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 40px;
      padding-right: 40px; } }

.footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__socials-item {
  margin-right: 12px; }
  .footer__socials-item:last-child {
    margin-right: 0; }

.footer__socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #504f53;
  color: #f6f6f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .footer__socials-link:hover, .footer__socials-link:focus {
    background-color: #00afaa; }

.footer__copy {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  color: #aeb4b8; }
  @media (max-width: 767px) {
    .footer__copy {
      margin-top: 10px;
      margin-right: auto; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .modal::-webkit-scrollbar {
    display: none; }
  .modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 40px; }
    @media (max-width: 767px) {
      .modal__wrapper {
        padding: 60px 16px; } }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .modal__content {
    position: relative;
    width: 600px;
    padding: 40px;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .modal__content {
        width: 100%;
        padding: 20px; } }
  .modal__close-btn {
    position: absolute;
    top: 15px;
    right: 15px; }
  .modal--responsive .modal__content {
    width: 100%; }
  .modal--fit-content .modal__content {
    width: auto; }
    @media (max-width: 767px) {
      .modal--fit-content .modal__content {
        width: 100%; } }
  .modal--no-scale {
    -webkit-transform: none;
            transform: none; }
  .modal--preload {
    display: none; }
  .modal--active {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.conditions {
  margin-top: 62px; }

.conditions__wrapper h2 {
  font-weight: 400;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 41px;
  line-height: 45px;
  margin: 0 0 15px; }

.conditions__text-info {
  font-size: 20px;
  line-height: 21px;
  margin: 0 0 33px; }

.conditions__tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  padding-bottom: 20px; }

.conditions__tariff-details {
  font-weight: 700;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: darkblue;
  display: none;
  cursor: pointer; }

.conditions__rates-free {
  width: 33.3%; }
  .conditions__rates-free h3 {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 21px;
    line-height: 28px;
    margin: 43px 0 15px;
    color: #39444e; }
  .conditions__rates-free ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.conditions__rates-item {
  position: relative;
  border-bottom: 1px solid #d8dad9; }

.conditions__tariff {
  font-weight: 700;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 25px;
  line-height: 29px;
  padding: 25px 0;
  color: #00afaa; }
  .conditions__tariff span {
    font-weight: 400;
    font-family: "ALSRubl", "Arial", sans-serif; }

.conditions__open {
  position: relative;
  font-weight: 300;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 6px;
  padding-left: 56px;
  width: 122px; }
  .conditions__open span {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 26px;
    line-height: 31px; }
  .conditions__open::before {
    content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 41px;
    left: -1px;
    background-image: url("../img/sprite/doc-icon2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46px 41px; }
  /*.conditions__open::after {*/
  /*  content: "?";*/
  /*  position: absolute;*/
  /*  display: block;*/
  /*  right: -40px;*/
  /*  top: -5px;*/
  /*  width: 25px;*/
  /*  height: 25px;*/
  /*  font-size: 14px;*/
  /*  font-weight: bold;*/
  /*  text-align: center;*/
  /*  color: #0c5ea3;*/
  /*  border: 2px solid #d8dad9;*/
  /*  border-radius: 50%; }*/

.conditions__item-payments {
  padding-bottom: 11px; }
  .conditions__item-payments span:first-of-type {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 30px;
    line-height: 34px;
    padding-left: 56px; }

.conditions__item-payments span:last-of-type {
  font-weight: 400;
  font-family: "ALSRubl", "Arial", sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin-left: 5px; }

.conditions__rates-base .conditions__open span:last-of-type {
  font-weight: 400;
  font-family: "ALSRubl", "Arial", sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin-left: 5px; }

.conditions__payments {
  font-weight: 300;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  margin: 0;
  padding: 11px 0 3px 56px;
  width: 175px; }
  .conditions__payments::before {
    content: "";
    position: absolute;
    display: block;
    width: 29px;
    height: 47px;
    left: 7px;
    top: 18px;
    background-image: url("../img/sprite/pay-icon2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 47px; }

.conditions__keeping {
  font-weight: 300;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding: 29px 0 16px 56px;
  margin: 0;
  width: 122px; }
  .conditions__keeping::before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 40px;
    left: 3px;
    background-image: url("../img/sprite/conduct-icon2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 40px; }
  .conditions__keeping span {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 26px;
    line-height: 31px;
    display: block;
    padding-bottom: 8px; }
.conditions__rates-free .conditions__open span:last-of-type,
.conditions__rates-pro   .conditions__open span:last-of-type
{
  font-weight: 700;
"Corpid E1s SCd", "Arial", sans-serif
font-size: 26px;
  line-height: 31px;
  margin-left: 5px; }
.conditions__transfers {
  font-weight: 300;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  margin: 0;
  padding: 30px 0 18px 56px;
  width: 175px; }
  .conditions__transfers::before {
    content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 41px;
    left: 1px;
    background-image: url("../img/sprite/transfers-icon2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46px 41px; }
  .conditions__transfers span {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 26px;
    line-height: 31px;
    display: block; }

.conditions__description {
  font-weight: 700;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  padding: 23px 0 48px 0;
  width: 220px; }

.conditions__link-open {
  font-weight: 300;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  padding: 10px 19px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #00afaa;
  border-radius: 50px; }
  .conditions__link-open:not(:hover) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .conditions__link-open:hover, .conditions__link-open:focus {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #00b9b4; }

.conditions__rates-base {
  width: 33.3%;
  background-color: #f4f4f4;
  text-align: center; }
  .conditions__rates-base h3 {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 21px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 43px 0 5px;
    color: #39444e; }
    .conditions__rates-base h3 span {
      font-weight: 300;
      font-family: "Corpid E1s SCd", "Arial", sans-serif;
      font-size: 10px;
      line-height: 14px;
      display: inline-block;
      padding: 7px 20px;
      margin: 0 0 10px 10px;
      color: #f2f2f2;

      background-color: #00539b;
      border-radius: 50px; }
  .conditions__rates-base ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .conditions__rates-base .conditions__open {
    margin: 0 auto 6px;
    padding-left: 19px;
    text-align: left; }
    .conditions__rates-base .conditions__open::before {
      width: 46px;
      height: 41px;
      left: -38px;
      background-image: url("../img/sprite/doc-icon2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px 41px; }
    .conditions__rates-base .conditions__open::after {
      content: none; }
  .conditions__rates-base .conditions__item-payments span:first-of-type {
    padding-left: 0;
    text-align: left; }
  .conditions__rates-base .conditions__item-payments span:last-of-type {
    font-weight: 400;
    font-family: "ALSRubl", "Arial", sans-serif;
    margin-left: 5px;
    margin-right: 28px; }
  .conditions__rates-base .conditions__payments {
    width: 170px;
    margin: auto;
    padding-left: 44px;
    text-align: left; }
    .conditions__rates-base .conditions__payments::before {
      content: "";
      position: absolute;
      display: block;
      width: 29px;
      height: 47px;
      left: 0;
      top: 18px;
      background-image: url("../img/sprite/pay-icon2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 29px 47px; }
  .conditions__rates-base .conditions__keeping {
    margin: auto;
    padding: 29px 38px 16px 60px;
    text-align: left;
    width: 205px; }

  .conditions__rates-base .conditions__transfers {
    margin: auto;
    padding-left: 62px;
    padding-right: 7px;
    text-align: left;
    width: 210px; }
    .conditions__rates-base .conditions__transfers::before {
      content: "";
      position: absolute;
      display: block;
      width: 46px;
      height: 41px;
      left: 0;
      background-image: url("../img/sprite/transfers-icon2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px 41px; }
  .conditions__rates-base .conditions__description-second {
    width: 190px;
    padding-left: 23.643%;
    text-align: left; }
    @media (max-width: 1249px) and (min-width: 1100px) {
      .conditions__rates-base .conditions__description-second {
        padding-left: 21.645%; } }
    @media (max-width: 1099px) and (min-width: 1024px) {
      .conditions__rates-base .conditions__description-second {
        padding-left: 19.98%; } }

.conditions__rates-prof {
  width: 33.3%;
  text-align: right; }
  .conditions__rates-prof h3 {
    font-weight: 700;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 21px;
    line-height: 28px;
    margin: 43px 0 15px 0;
    color: #39444e; }
  .conditions__rates-prof ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .conditions__rates-prof .conditions__open {
    text-align: left;
    margin-left: auto;
    width: 181px;
    padding-left: 65px; }
    .conditions__rates-prof .conditions__open::before {
      width: 46px;
      height: 41px;
      left: 0;
      background-image: url("../img/sprite/doc-icon2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px 41px; }
    .conditions__rates-prof .conditions__open::after {
      content: none; }
  .conditions__rates-prof .conditions__item-payments span:first-of-type {
    padding-left: 0; }
  .conditions__rates-prof .conditions__item-payments span:last-of-type {
    font-weight: 400;
    font-family: "ALSRubl", "Arial", sans-serif;
    margin-left: 5px;
    margin-right: 57px; }
  .conditions__rates-prof .conditions__item-payments .conditions__payments {
    text-align: left;
    margin-left: auto;
    width: 178px;
    padding-left: 65px; }
    .conditions__rates-prof .conditions__item-payments .conditions__payments::before {
      content: "";
      position: absolute;
      display: block;
      width: 29px;
      height: 47px;
      left: 10px;
      top: 18px;
      background-image: url("../img/sprite/pay-icon2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 29px 47px; }
  .conditions__rates-prof .conditions__item-keeping {
    padding: 0 0 39px; }
    .conditions__rates-prof .conditions__item-keeping .conditions__keeping {
      text-align: left;
      margin-left: auto;
      width: 162px;
      padding-left: 49px; }
      .conditions__keeping::before {
        content: "";
        position: absolute;
        display: block;
        width: 29px;
        height: 34px;
        top: 34px;
        left: 0;
        background-image: url("../img/sprite/percent-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 29px 34px; }
  .conditions__rates-prof .conditions__item-transfers .conditions__transfers {
    text-align: left;
    margin-left: auto;
    width: 180px;
    padding-left: 66px; }
    .conditions__rates-prof .conditions__item-transfers .conditions__transfers::before {
      content: "";
      position: absolute;
      display: block;
      width: 46px;
      height: 41px;
      top: 27px;
      left: 0;
      background-image: url("../img/sprite/transfers-icon2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px 41px; }
  .conditions__rates-prof .conditions__description-third {
    width: 307px;
    padding-left: calc(100% / 2 + 4px);
    text-align: left; }
  @media (max-width: 1023px) {
    .conditions__rates-prof .conditions__rates-item--small-pb-md {
      padding-bottom: 13px; } }

@media (max-width: 1023px) {
  .conditions__rates-list {
    margin-top: 15px !important;

  }
  .conditions__tariff-details {
    display: block;
    padding-bottom: 31px;}
  .conditions__rates-list {
    display: none; }
    .conditions__rates-list--open {
      display: block; }
  .conditions__rates-free {
    width: 50%;
    text-align: center; }
    .conditions__rates-free .conditions__open {
      margin: 0 auto 9px;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-free .conditions__open::after {
        right: 0; }
    .conditions__rates-free .conditions__item-payments span:first-of-type {
      text-align: left;
      padding-left: 10px; }
    .conditions__rates-free .conditions__payments {
      margin: auto;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-free .conditions__payments::before {
        left: 0; }
    .conditions__rates-free .conditions__keeping {
      margin: auto;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-free .conditions__keeping::before {
        left: 0; }
    .conditions__rates-free .conditions__transfers {
      margin: auto;
      padding-left: 66px;
      padding-right: 5px;
      text-align: left;
      width: 185px; }
      .conditions__rates-free .conditions__transfers::before {
        left: 0; }
    .conditions__rates-free .conditions__description-first {
      padding-left: 50px;
      text-align: left; }
  .conditions__rates-base {
    width: 50%; }
    .conditions__rates-base .conditions__open {
      margin: 0 auto 9px;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-base .conditions__open::before {
        left: 0; }
    .conditions__rates-base .conditions__item-payments span:first-of-type {
      text-align: left;
      padding-left: 10px; }
    .conditions__rates-base .conditions__item-payments span:last-of-type {
      margin-right: 0; }
    .conditions__rates-base .conditions__payments {
      margin: auto;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-base .conditions__payments::before {
        left: 0; }
    .conditions__rates-base .conditions__keeping {
      margin: auto;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-base .conditions__keeping::before {
        left: 0; }
    .conditions__rates-base .conditions__transfers {
      margin: auto;
      padding-left: 66px;
      padding-right: 5px;
      text-align: left;
      width: 185px; }
      .conditions__rates-base .conditions__transfers::before {
        left: 0; }
    .conditions__rates-base .conditions__description-first {
      padding-left: 50px;
      text-align: left; }
  .conditions__rates-prof {
    width: 50%;
    text-align: center;
    margin: auto; }
    .conditions__rates-prof h3 {
      text-align: center; }
    .conditions__rates-prof .conditions__tariff {
      text-align: center; }
    .conditions__rates-prof .conditions__open {
      margin: 0 auto 9px;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-prof .conditions__open::before {
        left: 0; }
    .conditions__rates-prof .conditions__item-payments span:first-of-type {
      text-align: left;
      padding-left: 10px; }
    .conditions__rates-prof .conditions__item-payments span:last-of-type {
      margin-right: 0; }
    .conditions__rates-prof .conditions__item-payments .conditions__payments {
      margin: auto;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-prof .conditions__item-payments .conditions__payments::before {
        left: 0; }
    .conditions__rates-prof .conditions__item-keeping .conditions__keeping {
      margin: auto;
      padding-left: 66px;
      padding-right: 12px;
      text-align: left;
      width: 185px; }
      .conditions__rates-prof .conditions__item-keeping .conditions__keeping::before {
        left: 0; }
    .conditions__rates-prof .conditions__item-transfers .conditions__transfers {
      margin: auto;
      padding-left: 66px;
      padding-right: 5px;
      text-align: left;
      width: 185px; }
      .conditions__rates-prof .conditions__item-transfers .conditions__transfers::before {
        left: 0; }
    .conditions__rates-prof .conditions__description-third {
      width: 220px;
      padding-left: 50px;
      text-align: left; } }

@media (max-width: 767px) {
  .conditions__wrapper {
    padding: 0; }
    .conditions__wrapper h2 {
      font-size: 30px;
      line-height: 35px;
      text-align: center; }
  .conditions__text-info {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px; }
  .conditions__tariffs {
    padding-left: 55px;
    padding-right: 55px; } }
  @media (max-width: 767px) and (max-width: 500px) and (min-width: 320px) {
    .conditions__tariffs {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 767px) {
  .conditions__tariff-details {
    text-align: center; }
  .conditions__rates-free {
    width: 100%;
    text-align: left; }
    .conditions__rates-free h3 {
      margin-top: 25px;
      text-align: center; }
    .conditions__rates-free .conditions__tariff {
      text-align: center; }
    .conditions__rates-free .conditions__open {
      width: calc(100% - 30px);
      padding-top: 10px;
      padding-left: 75px;
      padding-right: 0;
      padding-bottom: 18px;
      margin: 0; }
      .conditions__rates-free .conditions__open::after {
        right: -27px; }
      .conditions__rates-free .conditions__open::before {
        left: 10px;
        top: 10px; }
    .conditions__rates-free .conditions__item-payments {
      padding-bottom: 18px; }
      .conditions__rates-free .conditions__item-payments span:first-of-type {
        padding-left: 72px; }
      .conditions__rates-free .conditions__item-payments .conditions__payments {
        width: 300px;
        padding-left: 75px;
        padding-right: 0;
        padding-top: 18px;
        margin: 0; } }
      @media (max-width: 767px) and (max-width: 574px) and (min-width: 350px) {
        .conditions__rates-free .conditions__item-payments .conditions__payments {
          width: 325px; } }
      @media (max-width: 767px) and (max-width: 349px) and (min-width: 320px) {
        .conditions__rates-free .conditions__item-payments .conditions__payments {
          width: 250px; } }

@media (max-width: 767px) {
        .conditions__rates-free .conditions__item-payments .conditions__payments::before {
          left: 18px;
          top: 21px; }
    .conditions__rates-free .conditions__item-keeping .conditions__keeping {
      width: 325px;
      padding-left: 75px;
      padding-right: 0;
      padding-top: 18px;
      padding-bottom: 18px;
      margin: 0; } }
    @media (max-width: 767px) and (max-width: 549px) and (min-width: 320px) {
      .conditions__rates-free .conditions__item-keeping .conditions__keeping {
        width: 220px; } }

@media (max-width: 767px) {
      .conditions__rates-free .conditions__item-keeping .conditions__keeping::before {
        left: 10px;
        top: 23px; }
      .conditions__rates-free .conditions__item-keeping .conditions__keeping span {
        display: inline-block; }
    .conditions__rates-free .conditions__item-transfers .conditions__transfers {
      width: 385px;
      padding-top: 18px;
      padding-left: 75px;
      padding-right: 0;
      margin: 0; } }
    @media (max-width: 767px) and (max-width: 569px) and (min-width: 350px) {
      .conditions__rates-free .conditions__item-transfers .conditions__transfers {
        width: 305px; } }
    @media (max-width: 767px) and (max-width: 349px) and (min-width: 320px) {
      .conditions__rates-free .conditions__item-transfers .conditions__transfers {
        width: 250px; } }

@media (max-width: 767px) {
      .conditions__rates-free .conditions__item-transfers .conditions__transfers::before {
        left: 10px;
        top: 21px; }
      .conditions__rates-free .conditions__item-transfers .conditions__transfers span {
        display: inline-block; }
    .conditions__rates-free .conditions__description-first {
      padding-left: 0;
      margin: auto;
      text-align: center; }
    .conditions__rates-free .conditions__link-open {
      max-width: 184px;
      margin: auto;
      margin-bottom: 15px;
      display: block; }
  .conditions__rates-base {
    width: 100%;
    text-align: left; }
    .conditions__rates-base h3 {
      text-align: center; }
    .conditions__rates-base .conditions__tariff {
      text-align: center; }
    .conditions__rates-base .conditions__open {
      width: calc(100% - 30px);
      padding-left: 75px;
      padding-right: 0;
      padding-top: 10px;
      padding-bottom: 18px;
      margin: 0; }
      .conditions__rates-base .conditions__open::before {
        left: 10px;
        top: 10px; }
    .conditions__rates-base .conditions__item-payments {
      padding-bottom: 18px; }
      .conditions__rates-base .conditions__item-payments span:first-of-type {
        padding-left: 72px; }
      .conditions__rates-base .conditions__item-payments .conditions__payments {
        width: 300px;
        padding-left: 75px;
        padding-right: 0;
        padding-top: 18px;
        margin: 0; } }
      @media (max-width: 767px) and (max-width: 574px) and (min-width: 350px) {
        .conditions__rates-base .conditions__item-payments .conditions__payments {
          width: 325px; } }
      @media (max-width: 767px) and (max-width: 349px) and (min-width: 320px) {
        .conditions__rates-base .conditions__item-payments .conditions__payments {
          width: 250px; } }

@media (max-width: 767px) {
        .conditions__rates-base .conditions__item-payments .conditions__payments::before {
          left: 18px;
          top: 21px; }
    .conditions__rates-base .conditions__item-keeping .conditions__keeping {
      width: 325px;
      padding-left: 75px;
      padding-right: 0;
      padding-top: 18px;
      padding-bottom: 18px;
      margin: 0; } }
    @media (max-width: 767px) and (max-width: 549px) and (min-width: 320px) {
      .conditions__rates-base .conditions__item-keeping .conditions__keeping {
        width: 220px; } }

@media (max-width: 767px) {
      .conditions__rates-base .conditions__item-keeping .conditions__keeping::before {
        left: 10px;
        top: 23px; }
      .conditions__rates-base .conditions__item-keeping .conditions__keeping span {
        display: inline-block; }
    .conditions__rates-base .conditions__item-transfers .conditions__transfers {
      width: 385px;
      padding-left: 75px;
      padding-right: 0;
      padding-top: 18px;
      padding-bottom: 18px;
      margin: 0; } }
    @media (max-width: 767px) and (max-width: 569px) and (min-width: 350px) {
      .conditions__rates-base .conditions__item-transfers .conditions__transfers {
        width: 305px; } }
    @media (max-width: 767px) and (max-width: 349px) and (min-width: 320px) {
      .conditions__rates-base .conditions__item-transfers .conditions__transfers {
        width: 250px; } }

@media (max-width: 767px) {
      .conditions__rates-base .conditions__item-transfers .conditions__transfers::before {
        left: 10px;
        top: 21px; }
      .conditions__rates-base .conditions__item-transfers .conditions__transfers span {
        display: inline-block; }
    .conditions__rates-base .conditions__description-second {
      padding-left: 0;
      margin: auto;
      text-align: center; }
    .conditions__rates-base .conditions__link-open {
      max-width: 184px;
      margin: auto;
      margin-bottom: 15px;
      display: block; }
  .conditions__rates-prof {
    width: 100%;
    text-align: left; }
    .conditions__rates-prof h3 {
      text-align: center; }
    .conditions__rates-prof .conditions__tariff {
      text-align: center; }
    .conditions__rates-prof .conditions__open {
      width: calc(100% - 30px);
      padding-left: 75px;
      padding-right: 0;
      padding-top: 10px;
      padding-bottom: 18px;
      margin: 0; }
      .conditions__rates-prof .conditions__open::before {
        left: 10px;
        top: 10px; }
    .conditions__rates-prof .conditions__item-payments {
      padding-bottom: 18px; }
      .conditions__rates-prof .conditions__item-payments span:first-of-type {
        padding-left: 72px; }
      .conditions__rates-prof .conditions__item-payments .conditions__payments {
        width: 300px;
        padding-left: 75px;
        padding-right: 0;
        padding-top: 18px;
        margin: 0; } }
      @media (max-width: 767px) and (max-width: 574px) and (min-width: 350px) {
        .conditions__rates-prof .conditions__item-payments .conditions__payments {
          width: 325px; } }
      @media (max-width: 767px) and (max-width: 349px) and (min-width: 320px) {
        .conditions__rates-prof .conditions__item-payments .conditions__payments {
          width: 250px; } }

@media (max-width: 767px) {
        .conditions__rates-prof .conditions__item-payments .conditions__payments::before {
          left: 18px;
          top: 21px; }
    .conditions__rates-prof .conditions__item-keeping {
      padding-bottom: 0; }
      .conditions__rates-prof .conditions__item-keeping .conditions__keeping {
        width: 325px;
        padding-left: 75px;
        padding-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        margin: 0; } }
      @media (max-width: 767px) and (max-width: 549px) and (min-width: 320px) {
        .conditions__rates-prof .conditions__item-keeping .conditions__keeping {
          width: 220px; } }

@media (max-width: 767px) {
        .conditions__rates-prof .conditions__item-keeping .conditions__keeping::before {
          left: 10px;
          top: 14px; }
        .conditions__rates-prof .conditions__item-keeping .conditions__keeping span {
          display: inline-block; }
    .conditions__rates-prof .conditions__item-transfers .conditions__transfers {
      width: 385px;
      padding-top: 18px;
      padding-left: 75px;
      padding-right: 0;
      margin: 0; } }
    @media (max-width: 767px) and (max-width: 569px) and (min-width: 350px) {
      .conditions__rates-prof .conditions__item-transfers .conditions__transfers {
        width: 305px; } }
    @media (max-width: 767px) and (max-width: 349px) and (min-width: 320px) {
      .conditions__rates-prof .conditions__item-transfers .conditions__transfers {
        width: 250px; } }

@media (max-width: 767px) {
      .conditions__rates-prof .conditions__item-transfers .conditions__transfers::before {
        left: 10px;
        top: 21px; }
      .conditions__rates-prof .conditions__item-transfers .conditions__transfers span {
        display: inline-block; }
    .conditions__rates-prof .conditions__description-third {
      padding-left: 0;
      margin: auto;
      text-align: center; }
    .conditions__rates-prof .conditions__link-open {
      max-width: 184px;
      margin: auto;
      margin-bottom: 15px;
      display: block; } }

.promo {
  position: relative;
  height: 610px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 1104px) {
.promo {
  padding-top: 0px;

}}
  @media (max-width: 1023px) {
    .promo {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 50px;
      padding-bottom: 186px; }


  }

.promo__bg {
  position: absolute;
  right: 15px;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(85% - 220px);
  padding-bottom: calc((79% - 220px) * 0.602);
  max-height: 100%;
  z-index: -1; }
  .promo__bg img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

@media (max-width: 1196px) {
  .promo__bg {

    top: 50%;
  }
}
@media (max-width: 1104px) {
  .promo__bg {
    top: 43%;
    right: -5px;
  }
}
@media (max-width: 1084px) {
  .promo__bg {
    right: -34px;
  }
}

  @media (max-width: 1023px) {
    .promo__bg {
      position: relative;
      width: 80%;
      padding-bottom: 48.16%;
      margin: 0 auto;
      right: 42px;
      top: 101px;
      -webkit-transform: none;
              transform: none; } }

@media (max-width: 662px) {
  .promo__bg {
    top: 74px;


  }
}

@media (max-width: 520px) {
  .promo__bg {
    top: 54px;


  }
}
@media (max-width: 480px) {
  .promo__bg {
    right: 31px;;


  }
}

@media (max-width: 380px) {
  .promo__bg {
    top: 42px;


  }
}

.promo__bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.promo__img-wrap {
  width: 100%;
  height: 100%; }

.promo__img-1 {
  position: absolute;
  width: 80.7%;
  right: 20.8%;
  top: 1%;
  -webkit-animation: rocket 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: rocket 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@-webkit-keyframes rocket {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%); } }

@keyframes rocket {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%); } }

.promo__img-2 {
  position: absolute;
  width: 62%;
  right: 10.2%;
  top: 24%;
  -webkit-animation: arrows 4.5s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: arrows 4.5s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.promo__img-2-1 {
  right: 11.2%;
  top: -25%;
  width: 57%;
}

.promo__img-2-2 {
  right: 25.2%;
  top: 70%;
  width: 55%;
}

@-webkit-keyframes arrows {
  0% {
    -webkit-transform: translate(3%, 3%);
            transform: translate(3%, 3%); }
  100% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%); } }

@keyframes arrows {
  0% {
    -webkit-transform: translate(3%, 3%);
            transform: translate(3%, 3%); }
  100% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%); } }

.promo__img-3-1 {
  position: absolute;
  width: 10%;
  top: 70%;
  right: 74.7%;
}

.promo__img-3-2 {
  position: absolute;
  width: 32%;
  top: 52%;
  right: -6.6%;
}

.promo__img-3-3 {
  position: absolute;
  width: 19%;
  top: 27.4%;
  right: 58%; }

.promo__block {
  width: 49%; }
@media (max-width: 1172px) {
.promo__block {
  width: 60%;
}}
  @media (max-width: 1023px) {
    .promo__block {
      width: 100%;
      margin-bottom: 15px;
      text-align: center; }

    .promo__img-2-1 {
      top: -18%;

    }
    .promo__img-2-2 {
      top: 66%;
    }
  }
  @media (max-width: 767px) {
    .promo__block {
      margin-bottom: 0; } }

.promo__header {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 59px;
  color: #1b1c20;
  line-height: 65px;
  letter-spacing: -0.6px; }
  @media (max-width: 1023px) {
    .promo__header {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      font-size: 40px;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .promo__header {
      margin-bottom: 20px;
      font-size: 30px; } }

.img-1c__pic5 {
  display: block;
  margin: 60px 0 20px 30px;
  text-align: center;
  width: 100%;
}
.img-1c__pic5--mob {
  display: none;
}


.promo__text {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.3px;
  line-height: 24px; }
  @media (max-width: 1023px) {
    .promo__text {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .promo__text {
      font-size: 14px;
      line-height: 1.2; }
    .img-1c__pic5 {
      display: none;

    }
    .img-1c__pic5--mob {
      display: block;
      width: 85%;
      margin: 40px 0 20px 85px;

    }
  }
@media (max-width: 588px) {
  .img-1c__pic5--mob {

    margin: 40px 0 20px 58px;
  }
}
@media (max-width: 480px) {
  .img-1c__pic5--mob {
    width: 88%;
    margin: 40px 0 20px 35px;
  }
}
.promo__btn {
  margin-right: 20px; }
  .promo__btn:last-child {
    margin-right: 0; }
  @media (max-width: 767px) {
    .promo__btn {
      margin: 0 15px 15px; }
      .promo__btn:last-child {
        margin: 0 15px 15px; } }

.business-features {
  padding-top: 4px;
  padding-left: 13px;
  margin: 0;
  list-style: none;
  counter-reset: business-counter; }
  @media (max-width: 1023px) {
    .business-features {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .business-features {
      padding-left: 5px; } }

.business-features__item {
  counter-increment: business-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 21px; }

.business-features__item::before {
  content: counter(business-counter);
  width: 37px;
  height: 37px;
  background-color: #00afaa;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: -7px;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  z-index: 2; }
  @media (max-width: 767px) {
    .business-features__item::before {
      left: -3px;
      top: -3px;
      width: 15px;
      height: 15px;
      font-size: 12px;
      line-height: 12px; } }

.business-features__icon-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 137px;
  height: 137px;
  padding: 10px;
  border: 2px solid #f59e18;
  border-radius: 35px;
  position: relative; }
  .business-features__icon-wrap::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: 35px;
    height: 35px;
    background-color: #ffffff; }
  .business-features__icon-wrap svg {
    z-index: 3; }
  @media (max-width: 767px) {
    .business-features__icon-wrap {
      width: 50px;
      height: 50px;
      border-radius: 15px;
      padding: 5px; }
      .business-features__icon-wrap::before {
        content: "";
        position: absolute;
        left: -3px;
        top: -3px;
        width: 15px;
        height: 15px; } }

.business-features__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 24px;
  padding-left: 31px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .business-features__text {
      padding: 0 10px; } }

.business-features__title {
  display: block;
  margin: 0;
  margin-bottom: 2px;
  font-size: 21px;
  font-weight: bold;
  color: #00afaa; }
  @media (max-width: 767px) {
    .business-features__title {
      font-size: 16px; } }

.business-features__descr {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.2px; }
  @media (max-width: 767px) {
    .business-features__descr {
      font-size: 14px; } }

.business {
  padding-top: 25px;
  padding-bottom: 57px; }
  @media (max-width: 1023px) {
    .business {
      padding-bottom: 25px; } }

.business__title {
  margin: 16px 0 8px; }
  @media (max-width: 1023px) {
    .business__title {
      margin-bottom: 20px;
      text-align: center; } }
  @media (max-width: 767px) {
    .business__title {
      margin-bottom: 10px; } }

.business__descr {
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .business__descr {
      margin-bottom: 50px;
      text-align: center; } }
  @media (max-width: 767px) {
    .business__descr {
      margin-bottom: 30px; } }

.business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 1023px) {
    .business__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .business__content::before {
    content: "";
    width: calc(96% - 453px);
    margin-top: 10px;
    max-height: 100%;
    background-image: url("../img/content/business-img@1x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: -1; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .business__content::before {
        background-image: url("../img/content/business-img@2x.png"); } }
    @media (max-width: 1023px) {
      .business__content::before {
        width: 70%;
        padding-bottom: 59.7%;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .business__content::before {
        width: 90%; } }

.business__features {
  width: 453px;
  margin-left: auto; }
  @media (max-width: 1023px) {
    .business__features {
      width: auto;
      margin-bottom: 15px; } }

.steps {
  padding-top: 50px;
  padding-bottom: 90px; }
  @media (max-width: 1023px) {
    .steps {
      padding-top: 25px;
      padding-bottom: 50px; } }

.steps__title {
  margin-bottom: 58px;
  text-align: center; }

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-right: -9.7%;
  margin-bottom: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .steps__list {
      margin-right: 0;
      margin-bottom: 0; } }

.steps__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  margin-right: 9.7%;
  margin-bottom: 20px;
  width: 17.6%;
  min-height: 67px; }
  .steps__item::before {
    content: "";
    position: absolute;
    right: -35%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px;
    height: 68px;
    background-image: url("../img/svg/steps-icon.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  .steps__item:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
    width: 15.1%; }
    .steps__item:last-child::before {
      display: none; }
  @media (max-width: 1023px) {
    .steps__item:nth-child(n) {
      width: 100%;
      margin: 0;
      margin-bottom: 50px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      text-align: center; }
      .steps__item:nth-child(n)::before {
        right: auto;
        top: auto;
        left: 50%;
        bottom: -25px;
        -webkit-transform: translate(-50%, 50%) rotate(90deg);
                transform: translate(-50%, 50%) rotate(90deg); }
    .steps__item:last-child {
      margin-bottom: 0; } }

.steps__header {
  display: block;
  margin-bottom: 9px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #00afaa;
  text-transform: uppercase; }

.steps__descr {
  margin: 0;
  font-weight: 300; }

/* The container must be positioned relative: */
.custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 240px; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

/* Style the arrow inside the select element: */
.select-selected::after {
  position: absolute;
  content: "";
  top: 9px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-left: 2px solid #00afaa;
  border-top: 2px solid #00afaa;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px); }

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #39444e;
  padding: 10px 4px;
  border-bottom: 1px solid #8b8b8f;
  cursor: pointer;
  width: 100%; }

.select-items div {
  background-color: rgba(126, 219, 229, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .select-items div:last-child {
    border-bottom: none; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  max-height: 290px; }

.form .select-items,
.select-items div {
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: rgba(126, 219, 229, 0.5); }

.form-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
  border-bottom: 1px solid #8b8b8f; }
  @media (max-width: 1023px) {
    .form-tabs {
      border-bottom: none; } }
  @media (max-width: 767px) {
    .form-tabs {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.form-tabs__item {
  margin-bottom: -3px;
  margin-right: 10px;
  border-bottom: 6px solid transparent; }
  .form-tabs__item:first-child .form-tabs__link {
    padding-left: 10px; }
  .form-tabs__item:last-child {
    margin-right: 0; }
    .form-tabs__item:last-child .form-tabs__link {
      padding-right: 10px; }
  .form-tabs__item.active {
    border-bottom: 6px solid #f59e18; }
  @media (max-width: 1023px) {
    .form-tabs__item {
      margin-bottom: 5px;
      margin-right: 12px; } }

.form-tabs__link {
  display: block;
  padding: 8px 21px 8px;
  font-weight: 300;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center; }
  .form-tabs__link:hover, .form-tabs__link:focus {
    color: #f59e18; }
  @media (max-width: 1023px) {
    .form-tabs__link {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .form-tabs__link {
      white-space: nowrap; } }

.form-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 920px;
  width: 96%;
  margin: 0 auto; }

.form-slider__btn {
  padding: 8px;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: none;
}
  .form-slider__btn--prev {
    margin-right: 10px; }
    .form-slider__btn--prev svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .form-slider__btn--next {
    margin-left: 10px; }
  .form-slider__btn:hover, .form-slider__btn:focus, .form-slider__btn:active {
    outline: none;
    background-color: rgba(0, 175, 170, 0.1); }
@media (max-width: 1023px) {
  .form-slider__btn {

    display: inline-block;
  }
}
  @media (max-width: 767px) {
    .form-slider__btn {
      padding: 3px; }
      .form-slider__btn svg {
        width: 13px;
        height: auto; }
      .form-slider__btn--prev {
        margin-right: 5px; }
      .form-slider__btn--next {
        margin-left: 5px; } }

.form-slider__slides {
  overflow: hidden;
  max-width: 780px; }

.form-slider .swiper-slide {
  height: auto; }

/*.form {
  background-color: rgba(126, 219, 229, 0.38);
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(126, 219, 229, 0.38)));
  background: linear-gradient(90deg, #ffffff 0%, rgba(126, 219, 229, 0.38) 100%);
  position: relative;
  overflow: hidden; }*/
  /*.form::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    max-height: 100%;
    padding-bottom: 54%;
    background-image: url("../img/svg/form-img-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0; }
    .form::before {
    content: "";
    position: absolute;
    bottom: 26.2%;
    left: 50%;
    -webkit-transform: translateX(357px);
            transform: translateX(357px);
    width: 366px;
    height: 338px;
    max-height: 100%;
    background-image: url("../img/svg/form-img-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right; }*/

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
  padding-top: 32px;
  padding-bottom: 42px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .form__wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .form__wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.form__tabs {
  margin-bottom: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 2px; }
  @media (max-width: 767px) {
    .form__tabs {
      width: calc(100% - 30px);
      margin: 0 15px; } }

.form__tabs-wrap {
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .form__tabs-wrap {
      margin-bottom: 30px; } }

.form__tabs-btn {
  display: none; }
  @media (max-width: 767px) {
    .form__tabs-btn {
      display: block;
      position: absolute;
      top: 50%;
      padding: 1px;
      width: 15px;
      height: 41px;
      background-color: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border: none; }
      .form__tabs-btn svg {
        width: 100%;
        height: auto; }
      .form__tabs-btn--prev {
        left: -3px; }
        .form__tabs-btn--prev svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .form__tabs-btn--next {
        right: -3px; }
      .form__tabs-btn:hover, .form__tabs-btn:focus {
        outline: none;
        background-color: rgba(0, 175, 170, 0.1); } }

.form__title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 53px;
  text-align: center; }
  @media (max-width: 767px) {
    .form__title {
      width: 100%;
      margin-bottom: 30px; } }

.form__content {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form__content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.form__header {
  max-width: 670px;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #00afaa;
  letter-spacing: 0.7px; }

.form__text {
  max-width: 670px;
  margin-top: 0;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px; }
  @media (max-width: 767px) {
    .form__text {
      margin-bottom: 30px; } }

.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .form__inputs input[type="text"],
  .form__inputs input[type="tel"] {
    width: 240px;
    padding: 10px 0;
    margin-right: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #8b8b8f;
    background-color: transparent;
    color: #39444e; }
    .form__inputs input[type="text"]::-webkit-input-placeholder,
    .form__inputs input[type="tel"]::-webkit-input-placeholder {
      color: #39444e; }
    .form__inputs input[type="text"]::-moz-placeholder,
    .form__inputs input[type="tel"]::-moz-placeholder {
      color: #39444e; }
    .form__inputs input[type="text"]:-ms-input-placeholder,
    .form__inputs input[type="tel"]:-ms-input-placeholder {
      color: #39444e; }
    .form__inputs input[type="text"]::-ms-input-placeholder,
    .form__inputs input[type="tel"]::-ms-input-placeholder {
      color: #39444e; }
    .form__inputs input[type="text"]::placeholder,
    .form__inputs input[type="tel"]::placeholder {
      color: #39444e; }
    .form__inputs input[type="text"]:focus,
    .form__inputs input[type="tel"]:focus {
      outline: none;
      border-bottom: 1px solid #f59e18; }

.anketaForm__text {
  font-size: 14px;
}

  @media (max-width: 1023px) {
    .form__inputs {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 32px; }
      .form__inputs input[type="text"],
      .form__inputs input[type="tel"] {
        margin: 0 20px 20px; } }
  @media (max-width: 767px) {
    .form__inputs {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 0 5px;
      margin-bottom: 32px; }
      .form__inputs input[type="text"],
      .form__inputs input[type="tel"] {
        width: 100%;
        margin: 0 0 20px; } }

@media (max-width: 1023px) {
  .form__select {
    margin: 0 20px 20px; } }

@media (max-width: 767px) {
  .form__select {
    margin: 0 0 20px;
    width: 100%; } }

.form__slider {
  margin-top: 15px; }

.form__checkbox {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 1px;
  height: 100%; }
  .form__checkbox input[type="checkbox"] {
    display: none; }
  .form__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
              align-items: baseline;
    height: 100%;
    padding: 8px 31px;
    padding-right: 35px;
    border-radius: 7px;
    border: 1px solid #1b1b1b;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 175, 170, 0);
            box-shadow: 0 0 5px 1px rgba(0, 175, 170, 0);
    flex-direction: column;
  }
    .form__checkbox label::before {
      content: "";
      position: absolute;
      right: 5px;
      top: 5px;
      width: 24px;
      height: 24px;
      border: 1px solid #1b1b1b;
      border-radius: 50%; }
    .form__checkbox label:hover {
      -webkit-box-shadow: 0 0 5px 1px rgba(0, 175, 170, 0.3);
              box-shadow: 0 0 5px 1px rgba(0, 175, 170, 0.3); }
  .form__checkbox input[type="checkbox"]:checked + label::before {
    background-image: url("../img/svg/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
    border: none; }

.form__submit {
  margin-top: 32px;
  text-align: center; }
  .form__submit button, .form__submit input {
    display: inline-block;
    padding: 9px 19px 11px;
    background-color: #00afaa;
    border: none;
    border-radius: 21px;
    color: #ffffff;
    letter-spacing: 0.3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer; }
    .form__submit button:hover, 
	.form__submit button:focus, 
	.form__submit button:active,
	.form__submit input:hover, 
	.form__submit input:focus, 
	.form__submit input:active{
      outline: none;
      background-color: #00b9b4; }

.form__extra {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 12px;
  color: #a2a3a6;
  text-align: center; }

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 94px;
  padding-bottom: 38px; }

.feedback__container {
  width: 41.4%;
  position: relative; }

.feedback__title {
  font-weight: 400;
  font-family: "Corpid E1s SCd", "Arial", sans-serif;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 22px 0; }

.feedback__text {
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  padding-bottom: 42px; }

.feedback__form {
  width: 100%;
  position: relative; }
  .feedback__form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8b8b8f;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 300;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #39444e; }
    .feedback__form input:not(:hover) {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    .feedback__form input::-webkit-input-placeholder, .feedback__form input::-webkit-input-placeholder {
      font-weight: 300; }
    .feedback__form input::-moz-placeholder, .feedback__form input::-moz-placeholder {
      font-weight: 300; }
    .feedback__form input:-ms-input-placeholder, .feedback__form input:-ms-input-placeholder {
      font-weight: 300; }
    .feedback__form input:hover, .feedback__form input:focus {
      border-bottom: 1px solid #f59e18;
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .feedback__form input[type="text"] {
    padding: 12px 27px 12px 0;
    margin-bottom: 29px; }
  .feedback__form input[type="tel"] {
    padding: 11px 27px 11px 0;
    margin-bottom: 28px; }
  .feedback__form input[type="email"] {
    padding: 10px 27px 10px 0;
    margin-bottom: 16px; }

.feedback__agreement-text {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 20px 0; }

.feedback__btn-wrap {
  margin-top: 43px; }
  .feedback__btn-wrap button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: inherit;
    font-weight: 300;
    font-family: "Corpid E1s SCd", "Arial", sans-serif;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    padding: 12px 25px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #00afaa;
    border-radius: 50px; }
    .feedback__btn-wrap button:not(:hover) {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    .feedback__btn-wrap button:hover, .feedback__btn-wrap button:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      background-color: #00b9b4; }

.servises__image-checkbox {
  margin: 10px 0 !important;
  height: 35px;
}
.servises__image-pic-checkbox {
  max-width: 90%;
}
.feedback__img {
  width: 58.6%;
  max-height: 100%;
  margin-top: -42px;
  background-image: url("../img/content/form-img@1x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .feedback__img {
      background-image: url("../img/content/form-img@2x.png"); } }

@media (max-width: 1023px) {
  .servises__image-pic-checkbox {
    max-width: 100%;
  }
  .anketaForm__text {
    font-size: 16px;
  }
  .feedback__container {
    width: 45%; }
  .feedback__title {
    font-size: 36px;
    line-height: 40px; }
  .feedback__text {
    font-size: 15px;
    line-height: 19px; }
  .feedback__form input {
    font-size: 15px;
    line-height: 19px; }
  .feedback__form input[type="text"] {
    padding: 9px 27px 9px 0;
    margin-bottom: 20px; }
  .feedback__form input[type="tel"] {
    padding: 9px 27px 9px 0;
    margin-bottom: 20px; }
  .feedback__form input[type="email"] {
    padding: 9px 27px 9px 0;
    margin-bottom: 16px; }
  .feedback__btn-wrap {
    margin-top: 20px; }
    .feedback__btn-wrap button {
      font-size: 15px;
      line-height: 19px; }
  .feedback__img {
    width: 51%;
    margin-left: 4%; } }

@media (max-width: 767px) {
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px; }
  .feedback__container {
    width: 80%;
    margin: auto; } }
  @media (max-width: 767px) and (max-width: 500px) and (min-width: 320px) {
    .feedback__container {
      width: 100%; } }

@media (max-width: 767px) {
  .feedback__title {
    font-size: 30px;
    line-height: 35px;
    text-align: center; }
  .feedback__text {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  .feedback__btn-wrap {
    text-align: center; }
  .feedback__img {
    width: 80%;
    margin: auto;
    padding-bottom: 77.58%; } }
  @media (max-width: 767px) and (max-width: 500px) and (min-width: 320px) {
    .feedback__img {
      width: 100%; } }

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: red;
  }
} */
