@charset "UTF-8";
/*
Theme Name: Condey-theme
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! 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;
}

.notice {
  position: fixed;
  bottom: 15px;
  right: 0;
  text-align: center;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.notice.active {
  visibility: visible;
  right: 15px;
  opacity: 1;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container.big-container {
  max-width: 1490px;
}

.container.big-container .alt-title {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Regular.woff2) format("woff2"), url(assets/fonts/Gilroy-Regular.woff) format("woff"), url(assets/fonts/Gilroy-Regular.ttf) format("TrueType");
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Bold.woff2) format("woff2"), url(assets/fonts/Gilroy-Bold.woff) format("woff"), url(assets/fonts/Gilroy-Bold.ttf) format("TrueType");
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Black.woff2) format("woff2"), url(assets/fonts/Gilroy-Black.woff) format("woff"), url(assets/fonts/Gilroy-Black.ttf) format("TrueType");
}

:root {
  --var-main-color: #1A1714;
  --var-accent-color: #45C1F2;
  --var-gray-color: #DDDCDC;
  --var-main-font: "Gilroy", sans-serif;
}

body {
  font-family: var(--var-main-font);
  color: var(--var-main-color);
}

.main-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 23px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--var-accent-color);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.main-btn.transparent-btn {
  border: 1px solid #3EAEDA;
  background-color: #fff;
  color: var(--var-accent-color);
}

.main-btn.transparent-btn:hover {
  background-color: #3EAEDA;
  color: #fff;
}

.main-btn:hover {
  outline: 1px solid var(--var-accent-color);
  background: #3EAEDA;
  color: #fff;
}

@media (max-width: 920px) {
  .main-btn {
    font-size: 14px;
    padding: 13px 20px;
  }
}

@media (max-width: 560px) {
  .main-btn {
    padding: 10px 17px;
    font-size: 12px;
  }
}

.burger-btn {
  display: block;
  position: relative;
  height: 38px;
  width: 30px;
  border: none;
  background-color: transparent;
}

.burger-btn span {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  background-color: var(--var-main-color);
  height: 2px;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.burger-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 2px;
  background-color: var(--var-main-color);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.burger-btn::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 50%;
  height: 2px;
  background-color: var(--var-main-color);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.burger-btn.active span {
  opacity: 0;
}

.burger-btn.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.burger-btn.active::after {
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

.section-title .title {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: var(--var-main-color);
  line-height: 1.3;
  display: block;
}

.breaker {
  padding: 20px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breaker__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(assets/imgs/breaker.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.breaker__wrap .text {
  margin-right: 30px;
}

.breaker__wrap .text p {
  font-size: 28px;
  margin: 0;
  display: block;
  line-height: 1.5;
  color: #fff;
}

.breaker__wrap .action {
  width: 100%;
  max-width: 295px;
}

.breaker__wrap .action .main-btn {
  width: 100%;
  max-width: 295px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1024px) {
  .breaker {
    padding: 25px 0 100px;
  }
  .breaker__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
  }
  .breaker__wrap .text {
    width: 100%;
    max-width: 510px;
    margin: 0;
    margin-bottom: 35px;
  }
  .breaker__wrap .text p {
    text-align: center;
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .breaker {
    padding: 15px 0 70px;
  }
  .breaker__wrap {
    padding: 40px 15px;
  }
  .breaker__wrap .text {
    margin-bottom: 40px;
  }
  .breaker__wrap .text p {
    font-size: 20px;
  }
  .breaker__wrap .action .main-btn {
    font-size: 14px;
  }
}

.section-nav {
  display: none;
}

@media (max-width: 767px) {
  .section-nav {
    margin-top: 45px;
    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;
  }
  .section-nav .prods-prev {
    border: none;
    background-color: transparent;
  }
  .section-nav .prods-prev img {
    max-width: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-nav .prods-next {
    border: none;
    background-color: transparent;
  }
  .section-nav .prods-next img {
    max-width: 100%;
  }
  .section-nav .pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 25px;
  }
  .section-nav .pagination .swiper-pagination-bullet {
    outline: 1px solid #45C1F2;
    opacity: 1;
    background-color: transparent;
    width: 8px;
    height: 8px;
  }
  .section-nav .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #45C1F2;
  }
}

.standart-nav-slider {
  z-index: 1000;
}

.standart-nav-slider .prev-slide {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.standart-nav-slider .prev-slide img {
  max-width: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.standart-nav-slider .next-slide {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.standart-nav-slider .next-slide img {
  max-width: 100%;
}

@media (max-width: 1440px) {
  .standart-nav-slider .prev-slide {
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: calc(50% - 80px);
  }
  .standart-nav-slider .next-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: calc(50% + 55px);
  }
}

.standart-pagination {
  display: none;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1440px) {
  .standart-pagination {
    display: block;
  }
}

.standart-pagination .swiper-pagination-bullet {
  pointer-events: all;
  border: 1px solid #45C1F2;
  opacity: 1;
  background-color: transparent;
}

.standart-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--var-accent-color);
}

.rotate {
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}

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

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  height: 100%;
  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: 100%;
}

.popup__item {
  max-width: 530px;
  width: 100%;
  height: 450px;
  background-color: #fff;
  position: relative;
  padding: 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__item button.close-popup {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.popup__item button.close-popup::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 12px;
  background-color: #000;
  width: calc(100% - 4px);
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__item button.close-popup::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 12px;
  background-color: #000;
  width: calc(100% - 4px);
  height: 1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__item .popup-notice {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  z-index: 100;
}

.popup__item .popup-notice.active {
  opacity: 1;
  visibility: visible;
}

.popup__item .title {
  max-width: 390px;
  margin: 0 auto 30px;
  text-align: center;
}

.popup__item .title span {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: var(--var-main-color);
}

.popup__item .text {
  font-weight: 350px;
  margin: 0 auto;
}

.popup__item .text span {
  display: block;
  font-size: 18px;
  color: var(--var-main-color);
  line-height: 1.4;
  opacity: .5;
  text-align: center;
}

.popup__item .form {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.popup__item .form form {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup__item .form form .action {
  display: block;
}

.popup__item .form form .action .main-btn {
  max-width: none;
  width: 100%;
}

.popup__item .form form label {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.popup__item .form form label span {
  position: absolute;
  left: 18px;
  top: -15px;
  background-color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  color: var(--var-main-color);
}

.popup__item .form form label input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 25px;
  border: 1px solid #DDDCDC;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
  color: var(--var-main-color);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.popup__item .form form label input:focus {
  border: 1px solid var(--var-accent-color);
  outline: none;
}

.popup__item .form form label input:focus + span {
  color: var(--var-accent-color);
}

@media (max-width: 560px) {
  .popup__item {
    padding: 25px;
    height: 320px;
  }
  .popup__item .title {
    margin-bottom: 40px;
  }
  .popup__item .title span {
    font-size: 20px;
  }
  .popup__item .form .form label {
    margin-bottom: 20px;
  }
  .popup__item .form .form label span {
    font-size: 12px;
  }
  .popup__item .form .form label input {
    font-size: 14px;
  }
  .popup__item .form .form .action button.main-btn {
    padding: 15px;
    top: -10px;
  }
}

footer.footer {
  z-index: 11;
  position: relative;
}

button.go-top-btn {
  z-index: 10;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  width: 60px;
  height: 60px;
}

@media (max-width: 1024px) {
  button.go-top-btn {
    bottom: 15px;
    right: 15px;
  }
}

button.go-top-btn.vision {
  opacity: 1;
  visibility: visible;
}

button.go-top-btn:hover svg {
  fill: #1A1714;
}

button.go-top-btn:hover svg path {
  fill: #fff;
}

button.go-top-btn svg {
  width: 100%;
  height: 100%;
  fill: #ffffffca;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

button.go-top-btn svg path {
  fill: #1A1714;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}

.header {
  background-color: #f5f5f5;
}

.header__row {
  display: block;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top .header__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__top .header__wrap .header__nav {
  margin-right: 30px;
}

.header__email a {
  font-size: 14px;
  line-height: 1.3;
  color: var(--var-main-color);
  font-weight: 700;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 28px;
  background-image: url(assets/imgs/icons/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.header__email a:hover {
  color: var(--var-accent-color);
}

.header__search {
  max-width: 330px;
  width: 100%;
}

.header__middle {
  background-color: #fff;
}

.header__middle .mobile__action {
  display: none;
}

.header__middle .header__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0;
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.header__title p {
  max-width: 280px;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--var-main-color);
  opacity: .6;
}

.header__title a {
  max-width: 250px;
  width: 100%;
  margin-right: 40px;
}

.header__title a img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.header__socials a {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__socials a:last-child {
  margin-right: 0;
}

.header__socials a svg {
  max-width: 100%;
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header__socials a.telegram-link svg {
  fill: #45C1F2;
}

.header__socials a.telegram-link:hover svg {
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  outline: 1px solid #45C1F2;
  fill: #fff;
}

.header__socials a.telegram-link:hover svg path {
  fill: #45C1F2;
}

.header__socials a.whatsapp-link svg {
  fill: #39D372;
  outline: none;
}

.header__socials a.whatsapp-link:hover svg {
  background-color: #39D372;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  outline: 1px solid #39D372;
  fill: #fff;
}

.header__tel {
  text-align: right;
  margin-right: 30px;
}

.header__tel a {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.header__tel a:hover {
  color: var(--var-accent-color);
}

.header__tel span {
  display: block;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
  opacity: .6;
  line-height: 1.2;
}

.header__action .main-btn {
  padding: 17px 40px;
  font-size: 16px;
}

.header__bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0;
  color: #fff;
  background-color: #1a1714d3;
}

@media (min-width: 768px) {
  .header__bottom.vission {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
  }
}

.header__bottom .mobile__nav {
  display: none;
}

.header__bottom .header__nav .nav-list li.with-sublist::before {
  background-color: #fff;
}

.header__bottom .header__nav .nav-list li.with-sublist::after {
  background-color: #fff;
}

.header__bottom .header__nav .nav-list li .sublist-menu {
  top: 40px;
}

@media (max-width: 1620px) {
  .header__bottom .header__nav .nav-list li .sublist-menu {
    left: auto;
    right: 0;
  }
}

.header__bottom .header__nav .nav-list a {
  color: inherit;
}

.header__bottom .header__nav .nav-list a::before {
  top: 30px;
  background-color: #fff;
}

.header__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.header__type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.header__type a img {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
}

.header__type a:last-child {
  margin-right: 0;
}

.header__type a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 40px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

@media (max-width: 1200px) {
  .header__type a::before {
    top: 30px;
  }
}

.header__type a:hover::before {
  opacity: 1;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-list li {
  margin: 0;
  padding: 0;
  margin-right: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-list li:last-child {
  margin-right: 0;
}

.nav-list li.with-sublist {
  padding-right: 24px;
}

.nav-list li.with-sublist::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 6px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-list li.with-sublist::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  width: 6px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-list li > a {
  display: block;
  color: var(--var-main-color);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.nav-list li > a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: var(--var-accent-color);
}

.nav-list .sublist-menu {
  position: absolute;
  left: 0;
  padding: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  margin: 0;
  top: calc(100% + 10px);
  background-color: #fff;
  list-style: none;
  -webkit-box-shadow: 0 0 10px rgba(216, 216, 216, 0.2);
          box-shadow: 0 0 10px rgba(216, 216, 216, 0.2);
}

.nav-list .sublist-menu.active {
  opacity: 1;
  visibility: visible;
}

.nav-list .sublist-menu li {
  padding: 0;
  margin: 0;
}

.nav-list .sublist-menu li a {
  padding: 12px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  color: var(--var-main-color) !important;
  font-size: 16px;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.nav-list .sublist-menu li a:hover {
  background: #F4F4F3;
}

.nav-list .sublist-menu li a:hover::before {
  display: none;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 330px;
  width: 100%;
  background-color: #F4F4F3;
}

.search-form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 9px 15px;
  background-color: transparent;
  border: none;
}

.search-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: transparent;
}

.search-form button img {
  width: 14px;
  height: 14px;
}

@media (max-width: 1200px) {
  .header__top .header__wrap .header__nav {
    margin-right: 15px;
  }
  .header .header__nav li {
    margin-right: 15px;
  }
  .header__search {
    max-width: 170px;
  }
  .header__search form input {
    font-size: 14px;
  }
  .header__title {
    margin-right: 40px;
    max-width: 210px;
  }
  .header__title a {
    margin-right: 0;
  }
  .header__title p {
    display: none;
  }
  .header__middle .header__wrap {
    padding: 15px 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .header__action .main-btn {
    padding: 13px 20px;
    font-size: 14px;
  }
  .header__socials {
    margin-right: auto;
  }
  .header__socials a {
    width: 40px;
    height: 40px;
  }
  .header__tel {
    margin-left: 40px;
  }
  .header__tel a {
    font-size: 18px;
  }
  .header__tel span {
    font-size: 14px;
  }
  .header__type a {
    margin-right: 25px;
    font-size: 14px;
  }
  .header__type a img {
    display: none;
  }
  .header__bottom .header__wrap .header__nav li {
    margin-right: 25px;
  }
}

.header {
  position: relative;
}

.header__mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  max-height: calc(100vh - 170px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s  ease;
  -o-transition: .35s  ease;
  transition: .35s  ease;
}

@media (max-width: 767px) {
  .header__mobile {
    display: block;
  }
}

.header__mobile.active {
  opacity: 1;
  visibility: visible;
}

.header__mobile-nav {
  background-color: #F3F9FB;
  padding: 60px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__mobile-nav nav ul {
  padding: 0;
  margin: 0;
  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;
  text-align: center;
}

.header__mobile-nav nav ul li {
  margin: 0;
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

.header__mobile-nav nav ul li:last-child {
  margin-bottom: 0;
}

.header__mobile-nav nav ul li a {
  display: block;
  width: 100%;
}

.header__mobile-nav nav ul li.with-sublist {
  padding-right: 0;
}

.header__mobile-nav nav ul li::before {
  display: none;
}

.header__mobile-nav nav ul li::after {
  display: none;
}

.header__mobile-nav nav ul li ul {
  display: none;
}

.header__mobile-types {
  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;
  text-align: center;
  margin-bottom: 50px;
}

.header__mobile-types a {
  display: block;
  font-weight: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--var-main-color);
  text-decoration: none;
  margin-bottom: 30px;
}

.header__mobile-types a:last-child {
  margin-bottom: 0;
}

.header__mobile-info {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 15px;
}

.header__mobile-info .info:first-child {
  margin-bottom: 30px;
}

.header__mobile-info .info:first-child a.tel {
  display: block;
  text-decoration: none;
  color: var(--var-main-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.header__mobile-info .info:last-child a, .header__mobile-info .info:last-child span, .header__mobile-info .info:last-child div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  margin-bottom: 30px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1.4;
  color: var(--var-main-color);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}

.header__mobile-info .info:last-child a:last-child, .header__mobile-info .info:last-child span:last-child, .header__mobile-info .info:last-child div:last-child {
  margin-bottom: 0;
}

.header__mobile-info .info:last-child a.email-ico, .header__mobile-info .info:last-child span.email-ico, .header__mobile-info .info:last-child div.email-ico {
  background-image: url(assets/imgs/icons/email.svg);
}

.header__mobile-info .info:last-child a.map-ico, .header__mobile-info .info:last-child span.map-ico, .header__mobile-info .info:last-child div.map-ico {
  background-image: url(assets/imgs/icons/map-blue.svg);
}

.header__mobile-info .info:last-child a.work-info, .header__mobile-info .info:last-child span.work-info, .header__mobile-info .info:last-child div.work-info {
  background-image: url(assets/imgs/icons/work-blue.svg);
}

.header__mobile-info .info:last-child a p, .header__mobile-info .info:last-child span p, .header__mobile-info .info:last-child div p {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--var-main-color);
}

.header__mobile-info .info:last-child a span, .header__mobile-info .info:last-child span span, .header__mobile-info .info:last-child div span {
  padding-left: 0;
}

@media (max-width: 767px) {
  .header {
    z-index: 1000;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.mobile-hide {
    position: fixed;
  }
  .header.mobile-hide .header__middle {
    display: none;
  }
  .header.mobile-hide .header__mobile {
    max-height: calc(100vh - 70px);
  }
  .header .mobile__btn {
    margin-left: 15px;
  }
  .header__bottom {
    background-color: #fff;
    color: var(--var-main-color);
    border-bottom: 1px solid #dddcdc;
  }
  .header__bottom .header__wrap {
    display: none;
  }
  .header__bottom .mobile__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__bottom .mobile__nav .header__socials a {
    width: 30px;
    height: 30px;
  }
  .header__bottom .mobile__action {
    margin-right: 15px;
  }
  .header__bottom .mobile__action a {
    color: var(--var-main-color);
  }
  .header__top {
    display: none;
  }
  .header__middle {
    border-bottom: 1px solid #dddcdc;
  }
  .header__middle .mobile__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
  }
  .header__middle .mobile__action a {
    width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    margin-right: 22px;
  }
  .header__middle .mobile__action a img {
    -o-object-fit: contain;
       object-fit: contain;
    display: inline-block;
    max-width: 100%;
  }
  .header__middle .mobile__action button {
    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;
    border: none;
    background-color: transparent;
    width: 30px;
    padding: 0;
    height: 30px;
    cursor: pointer;
  }
  .header__middle .mobile__action button img {
    max-width: 100%;
  }
  .header__middle .header__title {
    margin-right: auto;
    max-width: 140px;
  }
  .header__middle .header__action {
    display: none;
  }
  .header__middle .header__socials {
    display: none;
  }
  .header__middle .header__tel {
    display: none;
  }
}

.hero__slider {
  position: relative;
}

.hero__slider .hero-pagination {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10vw;
}

.hero__slider .hero-pagination span.swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  position: relative;
  text-align: right;
  font-weight: 1000;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  width: 50px;
  height: 10px;
  margin-bottom: 60px;
}

.hero__slider .hero-pagination span.swiper-pagination-bullet::before {
  content: '';
  width: 11px;
  height: 11px;
  outline: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.hero__slider .hero-pagination span.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 14px;
  height: 59px;
  background-color: #fff;
  width: 1px;
}

.hero__slider .hero-pagination span.swiper-pagination-bullet:last-child::after {
  display: none;
}

.hero__slider .hero-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #fff;
}

.hero__slide {
  color: #fff;
  position: relative;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 470px;
  opacity: .5;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.hero__slide.swiper-slide-active {
  opacity: 1;
}

.hero__slide-text {
  padding-right: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero__slide-text .text {
  max-width: 980px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.hero__slide-text .text h2 {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
}

.hero__slide-text .action .main-btn {
  padding: 18px 60px;
  font-size: 18px;
  max-width: 295px;
}

.hero__slide-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 100%;
}

.hero__slide-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-navigation {
  display: none;
}

@media (max-width: 1800px) {
  .hero__slider .hero-pagination {
    left: 10px;
  }
}

@media (max-width: 1440px) {
  .hero__slider .hero-navigation {
    display: block;
  }
  .hero__slider .hero-navigation .hero-next {
    position: absolute;
    left: calc(50% + 55px);
    bottom: 40px;
    top: auto;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    text-align: center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .hero__slider .hero-navigation .hero-next::after {
    display: none;
  }
  .hero__slider .hero-navigation .hero-next img {
    max-width: 100%;
    height: 34px;
    display: block;
    width: 34px;
  }
  .hero__slider .hero-navigation .hero-prev {
    position: absolute;
    left: calc(50% - 80px);
    bottom: 40px;
    top: auto;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    text-align: center;
  }
  .hero__slider .hero-navigation .hero-prev::after {
    display: none;
  }
  .hero__slider .hero-navigation .hero-prev img {
    max-width: 100%;
  }
  .hero__slider .hero-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 60px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero__slider .hero-pagination span.swiper-pagination-bullet {
    padding: 0;
    color: transparent;
    margin-bottom: 0;
  }
  .hero__slider .hero-pagination span.swiper-pagination-bullet::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hero__slider .hero-pagination span.swiper-pagination-bullet::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero__slide {
    padding: 80px 0 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 560px;
  }
  .hero__slide-text {
    padding-right: 40px;
  }
  .hero__slide-text .text h2 {
    font-size: 44px;
  }
  .hero__slide-img {
    height: auto;
    bottom: -5px;
    width: 400px;
    right: -240px;
  }
  .hero__slide-img img {
    max-width: 100%;
  }
}

@media (max-width: 920px) {
  .hero__slide {
    padding-top: 40px;
  }
}

@media (max-width: 560px) {
  .hero__slide {
    padding-top: 40px 0 100px;
    height: auto;
  }
  .hero__slide-img {
    display: none;
  }
  .hero__slide-text {
    padding: 0;
  }
  .hero__slide-text .text h2 {
    font-size: 28px;
  }
  .hero__slide-text .action .main-btn {
    font-size: 14px;
  }
}

.edge {
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.edge__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edge__item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  border-right: 1px solid #dddcdc;
  padding: 0 15px;
}

.edge__item:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}

.edge__item:last-child {
  border-right: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 0;
}

.edge__item p {
  color: #fff;
  text-shadow: #45c1f2 1px 0px 0px, #45c1f2 0.5403px 0.84147px 0px, #45c1f2 -0.41615px 0.9093px 0px, #45c1f2 -0.98999px 0.14112px 0px, #45c1f2 -0.65364px -0.7568px 0px, #45c1f2 0.28366px -0.95892px 0px, #45c1f2 0.96017px -0.27942px 0px;
  margin: 0;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15;
  margin-bottom: 30px;
}

.edge__item p span {
  font-size: 50px;
  display: inline-block;
}

.edge__item > span {
  display: block;
  font-size: 16px;
  color: var(--var-main-color);
  opacity: .75;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .edge {
    padding: 50px 0;
  }
  .edge__item p {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .edge__item p span {
    font-size: 40px;
  }
  .edge__item > span {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .edge__item p {
    font-size: 74px;
  }
  .edge__item p span {
    font-size: 36ox;
  }
  .edge__item > span {
    font-size: 14px;
  }
}

@media (max-width: 920px) {
  .edge__item {
    width: 25%;
    border-right: none;
  }
  .edge__item:last-child {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .edge__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .edge__item {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 0;
    margin-bottom: 45px;
  }
  .edge__item:last-child {
    margin-bottom: 0;
  }
}

.about {
  padding: 160px 0 45px;
  position: relative;
  position: relative;
}

.about::after {
  content: '';
  position: absolute;
  left: 0;
  top: 190px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .about::after {
    display: none;
  }
}

.about .container {
  max-width: 1470px;
}

.about::before {
  content: '';
  position: absolute;
  right: 0;
  top: 160px;
  height: calc(100% - 160px);
  width: 60%;
  z-index: -1;
  background-image: url(assets/imgs/about-decor.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about .section-title {
  margin-bottom: 70px;
  padding-left: 70px;
}

.about .section-title h2 {
  margin: 0;
  display: block;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.2;
  color: var(--var-main-color);
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px;
}

.about__text {
  width: 50%;
  margin-right: auto;
}

.about__text .text p {
  font-size: 18px;
  margin: 0;
  margin-bottom: 50px;
  font-weight: 400;
  display: block;
}

.about__text .text p:last-child {
  margin-bottom: 0;
}

.about__text .text .quote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
  border-left: 1px solid var(--var-accent-color);
  margin-bottom: 50px;
}

.about__text .text .quote p {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.about__text .text .quote span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--var-main-color);
}

.about__video {
  height: auto;
  width: 40%;
}

.about__video .video {
  margin-left: auto;
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about__video .video a {
  display: block;
  margin-bottom: 40px;
}

.about__video .video a img {
  max-width: 100%;
}

.about__video .video span {
  text-align: left;
  color: #fff;
  display: block;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1440px) {
  .about {
    padding: 60px 0 30px;
  }
  .about::before {
    top: 60px;
    height: 100%;
    background-size: cover;
    background-position: left;
    right: 0;
  }
  .about .container {
    max-width: 1310px;
  }
  .about .section-title {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .about .section-title h2 {
    font-size: 38px;
  }
  .about__body {
    padding: 0;
  }
  .about__text p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .about__text .quote {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .about__text .quote p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 920px) {
  .about {
    padding: 20px 0;
  }
  .about::before {
    display: none;
  }
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__video {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .about__video .video a {
    display: block;
    margin-bottom: 20px;
  }
  .about__video .video a img {
    width: 100%;
  }
  .about__video .video span {
    padding: 0;
    color: var(--var-main-color);
  }
  .about__text {
    margin: 0;
    width: 100%;
  }
  .about__text .section-title h2 {
    font-size: 24px;
  }
  .about__text .text .quote {
    padding-left: 20px;
  }
  .about__text .text .quote p {
    font-size: 14px;
  }
  .about__text .text .quote span {
    font-size: 14px;
  }
  .about__text .text p {
    font-size: 14px;
  }
}

.certification {
  padding: 40px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.certification__wrap {
  position: relative;
}

.certification__wrap .prev-slide {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.certification__wrap .prev-slide img {
  max-width: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.certification__wrap .next-slide {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.certification__wrap .next-slide img {
  max-width: 100%;
}

.certification__title {
  margin-bottom: 50px;
}

.certification__title h3 {
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  display: block;
  line-height: 1.3;
  color: var(--var-main-color);
}

.certification__slider {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}

.certification__slider .cert-pagination {
  display: none;
}

.certification__slider-slide {
  text-align: center;
  position: relative;
}

.certification__slider-slide:hover::before {
  opacity: .6;
}

.certification__slider-slide:hover::after {
  opacity: 1;
}

.certification__slider-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--var-main-color);
  opacity: .6;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.certification__slider-slide::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(assets/imgs/icons/loop.svg);
  background-size: 48px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.certification__slider-slide img {
  max-width: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1440px) {
  .certification .cert-pagination {
    display: block;
  }
  .certification .cert-pagination .swiper-pagination-bullet {
    border: 1px solid #45C1F2;
    opacity: 1;
    background-color: transparent;
  }
  .certification .cert-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--var-accent-color);
  }
  .certification__wrap .prev-slide {
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: calc(50% - 80px);
  }
  .certification__wrap .next-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: calc(50% + 55px);
  }
  .certification__slider {
    padding-bottom: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .certification__title h3 {
    font-size: 22px;
  }
  .certification__slider-slide img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .certification__title {
    margin-bottom: 30px;
  }
  .certification__title h3 {
    font-size: 20px;
  }
}

.prods {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
}

.prods__title {
  margin-bottom: 50px;
}

.prods__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  text-decoration: none;
  overflow: hidden;
  color: inherit;
}

.prods__item::before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--var-accent-color);
  opacity: 0.9;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.prods__item::after {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url(assets/imgs/icons/white-arrow.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.prods__item:hover {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prods__item:hover .prods__num {
  color: #1a1714e1;
  opacity: .4;
}

.prods__item:hover .prods__item-name {
  margin-top: 0;
  margin-bottom: 40px;
}

.prods__item:hover .prods__item-desc {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
}

.prods__item:hover::before {
  background-color: #1A1714;
}

.prods__num {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  position: absolute;
  top: -20px;
  color: var(--var-accent-color);
  opacity: .5;
  text-shadow: #fff 1px 0px 0px, #fff 0.5403px 0.84147px 0px, #fff -0.41615px 0.9093px 0px, #fff -0.98999px 0.14112px 0px, #fff -0.65364px -0.7568px 0px, #fff 0.28366px -0.95892px 0px, #fff 0.96017px -0.27942px 0px;
  left: -10px;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.prods__item-name {
  z-index: 10;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  max-width: 280px;
  display: block;
  margin: 0;
  color: #fff;
  margin-top: auto;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.prods__item-desc {
  margin: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  color: #fff;
  z-index: 10;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .prods__item {
    height: 300px;
    padding: 25px;
  }
  .prods__item:hover .prods__item-name {
    margin-bottom: 20px;
  }
  .prods__num {
    font-size: 80px;
  }
  .prods__item-name {
    font-size: 18px;
  }
  .prods__item-desc {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .prods__item-desc {
    overflow-y: scroll;
  }
}

@media (max-width: 560px) {
  .prods__item {
    height: 240px;
  }
  .prods__num {
    font-size: 80px;
  }
  .prods__item-name {
    font-size: 18px;
  }
  .prods__item-desc {
    font-size: 14px;
  }
}

.why {
  padding: 200px 0;
  background: #F3F9FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.why__title {
  margin-bottom: 130px;
}

.why__title .title {
  margin: 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.3;
  color: var(--var-main-color);
  display: block;
}

.why__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why__item {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  overflow: hidden;
}

.why__item:last-child {
  margin-bottom: 0;
}

.why__item:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.why__item:nth-child(2n+2) .text::before {
  left: 100%;
}

.why__item:nth-child(2n+2) .img {
  margin-right: 0;
  margin-left: 30px;
}

.why__item .img {
  min-width: 220px;
  width: 220px;
  margin-right: 30px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.why__item .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.why__item .text {
  position: relative;
  max-width: 870px;
  width: 100%;
  padding: 40px;
  border: 1px solid #45C1F2;
}

.why__item .text::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: var(--var-accent-color);
  left: -100%;
}

.why__item .text h4 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  color: var(--var-main-color);
  display: block;
  margin-bottom: 20px;
}

.why__item .text p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--var-main-color);
}

@media (max-width: 920px) {
  .why {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .why__title {
    margin-bottom: 80px;
  }
  .why__title .title {
    font-size: 38px;
  }
  .why__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
  }
  .why__item:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .why__item:nth-child(2n+2) .img {
    margin-left: 0;
    margin-right: 40px;
  }
  .why__item .img {
    margin-right: 40px;
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
  .why__item .text {
    padding: 0;
    border: none;
  }
  .why__item .text h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .why__item .text p {
    font-size: 16px;
  }
  .why__item .text::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .why {
    padding: 70px 0;
  }
  .why__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why__item:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why__item .img {
    margin-bottom: 25px;
    width: 74px;
    height: 74px;
    min-width: 74px;
  }
  .why__item .text h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .why__item .text p {
    font-size: 14px;
  }
}

.feedback {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 200px 0;
  position: relative;
}

.feedback::after {
  content: '';
  position: absolute;
  left: 0;
  top: 230px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .feedback::after {
    display: none;
  }
}

.feedback__title {
  max-width: 940px;
  display: block;
  margin-bottom: 90px;
}

.feedback__title .title {
  margin: 0;
  display: block;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.3;
  color: var(--var-main-color);
  text-transform: uppercase;
}

.feedback__body {
  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;
}

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

.feedback__list ul li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 85px;
  position: relative;
  min-height: 60px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--var-main-color);
}

.feedback__list ul li::before {
  content: '';
  background-image: url(assets/imgs/list-check.svg);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.feedback__form {
  width: 100%;
  max-width: 520px;
  margin-left: 30px;
}

.feedback__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback__form form.waiting {
  -webkit-animation: blink 1s ease infinite;
          animation: blink 1s ease infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
  }
}

.feedback__form form .filelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.feedback__form form .filelist > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.feedback__form form .filelist > div p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--var-main-color);
  margin-right: 5px;
}

.feedback__form form .filelist > div button {
  position: relative;
  width: 20px;
  opacity: .5;
  height: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.feedback__form form .filelist > div button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--var-main-color);
  width: 12px;
  height: 1px;
}

.feedback__form form .filelist > div button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: var(--var-main-color);
  width: 12px;
  height: 1px;
}

.feedback__form form label.file-add {
  position: relative;
}

.feedback__form form label.file-add p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  display: block;
  padding-left: 23px;
  background-image: url(assets/imgs/icons/file.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: left center;
}

.feedback__form form label.file-add input {
  position: absolute;
  opacity: 0;
  width: 100%;
}

.feedback__form form label.file-add:hover p {
  color: var(--var-accent-color);
}

.feedback__form form label.form-input {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.feedback__form form label.form-input span {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 25px;
  top: -12px;
  font-size: 14px;
  font-weight: 400;
  color: #7F7D7C;
}

.feedback__form form label.form-input input {
  display: block;
  width: 100%;
  background: #FFFFFF;
  /* Линии */
  border: 1px solid #DDDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px;
  text-align: left;
  color: var(--var-main-color);
  font-size: 18px;
  line-height: 1.2;
}

.feedback__form form label.form-input input::-webkit-input-placeholder {
  opacity: .35;
}

.feedback__form form label.form-input input:-ms-input-placeholder {
  opacity: .35;
}

.feedback__form form label.form-input input::-ms-input-placeholder {
  opacity: .35;
}

.feedback__form form label.form-input input::placeholder {
  opacity: .35;
}

.feedback__form form label.form-input input:focus {
  border-color: var(--var-accent-color);
  outline: none;
}

.feedback__form form .button {
  display: block;
  width: 100%;
}

.feedback__form form .button .main-btn {
  max-width: none;
  width: 100%;
  text-align: center;
}

.feedback__form form .checks {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback__form form .checks label {
  position: relative;
  cursor: pointer;
  padding-left: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 35px;
}

.feedback__form form .checks label::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--var-accent-color);
}

.feedback__form form .checks label span {
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url(assets/imgs/icons/check.svg);
  width: 23px;
  z-index: 10;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.feedback__form form .checks label div {
  margin: 0;
  font-size: 16px;
  display: block;
  color: var(--var-main-color);
}

.feedback__form form .checks label input {
  position: absolute;
  opacity: 0;
}

.feedback__form form .checks label input:checked + span {
  opacity: 1;
}

@media (max-width: 1024px) {
  .feedback {
    padding: 100px 0;
  }
  .feedback__title {
    margin-bottom: 50px;
  }
  .feedback__title .title {
    font-size: 38px;
  }
  .feedback__list ul li {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .feedback__form {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .feedback__form form .checks {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feedback__form form .checks label {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .feedback__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback__list {
    width: 100%;
    max-width: none;
    margin: 0 0 60px;
  }
}

@media (max-width: 560px) {
  .feedback {
    padding: 70px 0;
  }
  .feedback__title {
    margin-bottom: 30px;
  }
  .feedback__title .title {
    font-size: 24px;
  }
  .feedback__list {
    margin-bottom: 40px;
  }
  .feedback__list ul li {
    min-height: 22px;
    padding-left: 35px;
    font-size: 14px;
  }
  .feedback__list ul li::before {
    height: 100%;
    width: 24px;
    background-size: 24px;
    background-position: left center;
  }
  .feedback__form form .button .main-btn {
    padding: 15px 20px;
  }
  .feedback__form form label.form-input span {
    font-size: 12px;
    left: 15px;
  }
  .feedback__form form label.form-input input {
    padding: 15px 20px;
    font-size: 14px;
  }
  .feedback__form form label.file-add p {
    background-size: contain;
    font-size: 14px;
    padding-left: 20px;
  }
  .feedback__form form .checks label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 20px);
    padding-left: 27px;
  }
  .feedback__form form .checks label::before {
    width: 17px;
    height: 17px;
  }
  .feedback__form form .checks label span {
    width: 19px;
    height: 19px;
  }
  .feedback__form form .checks label div {
    font-size: 14px;
  }
}

.reson {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.reson__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
  max-width: 620px;
}

.reson__img img.vertical {
  display: inline-block;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.reson__img img.horizont {
  display: none;
}

.reson__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.reson__text {
  max-width: 65%;
  width: 100%;
}

.reson__title {
  margin-bottom: 80px;
}

.reson__title .title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.3;
  color: var(--var-main-color);
  margin: 0;
}

.reson .quote {
  padding: 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid var(--var-accent-color);
  border-left: none;
  border-right: none;
  padding-left: 77px;
}

.reson .quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-image: url(assets/imgs/icons/quote.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.reson .quote span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1.4;
  color: var(--var-main-color);
}

.reson__list {
  margin-bottom: 70px;
}

.reson__list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: section;
}

.reson__list ul li {
  position: relative;
  margin-bottom: 50px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reson__list ul li:last-child {
  margin-bottom: 0;
}

.reson__list ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 22px;
  color: var(--var-accent-color);
  content: "0" counter(section);
  counter-increment: section;
}

.reson__list ul li h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  display: block;
  margin-bottom: 20px;
  color: var(--var-main-color);
}

.reson__list ul li p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  display: block;
  line-height: 1.4;
}

@media (max-width: 1440px) {
  .reson__img {
    display: block;
    position: relative;
    height: 400px;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    max-width: none;
    background-image: url(assets/imgs/horizont.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .reson__img img.vertical {
    display: none;
  }
  .reson__text {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 920px) {
  .reson__title {
    margin-bottom: 50px;
  }
  .reson__title .title {
    font-size: 38px;
  }
  .reson__img {
    height: 380px;
  }
  .reson__list {
    margin-bottom: 50px;
  }
  .reson .quote {
    padding-left: 65px;
  }
  .reson .quote span {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  .reson__title {
    margin-bottom: 40px;
  }
  .reson__title .title {
    font-size: 24px;
  }
  .reson__img {
    height: 45vw;
    margin-bottom: 40px;
  }
  .reson__list {
    margin-bottom: 40px;
  }
  .reson__list ul li {
    padding-left: 50px;
    margin-bottom: 30px;
  }
  .reson__list ul li::before {
    top: 5px;
    font-size: 18px;
  }
  .reson__list ul li h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .reson__list ul li p {
    font-size: 14px;
  }
  .reson .quote::before {
    background-size: 20px;
    padding-left: 55px;
  }
  .reson .quote span {
    font-size: 14px;
  }
}

.guarante {
  padding: 180px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.guarante::after {
  content: '';
  position: absolute;
  left: 0;
  top: 215px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .guarante::after {
    display: none;
  }
}

.guarante__text {
  width: 50%;
  max-width: 620px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guarante__text .text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  color: var(--var-main-color);
}

.guarante__title {
  margin-bottom: 70px;
}

.guarante__title h2 {
  display: block;
  margin: 0;
  font-size: 44px;
  line-height: 1.3;
  color: var(--var-main-color);
  font-weight: 900;
}

.guarante .num {
  position: absolute;
  top: 180px;
  height: calc(100% - 180px - 100px);
  background-image: url(assets/imgs/g1.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 50%;
  z-index: -1;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guarante .num span {
  font-size: 140px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: -20px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media (max-width: 1440px) {
  .guarante .num span {
    font-size: 100px;
  }
}

@media (max-width: 1200px) {
  .guarante {
    padding: 100px 0 50px;
  }
  .guarante .num {
    height: calc(100% - 150px);
    width: 25%;
    min-width: 260px;
    top: 100px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .guarante .num span {
    font-size: 40px;
    margin-bottom: -5px;
  }
  .guarante__title {
    margin-bottom: 40px;
  }
  .guarante__title .title {
    font-size: 38px;
  }
  .guarante__text {
    width: 65%;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .guarante {
    padding: 70px 0 35px;
  }
  .guarante .num {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: none;
    width: 100%;
    max-width: none;
    height: 170px;
    background-image: url(assets/imgs/mobile-g.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .guarante .num span {
    font-size: 50px;
  }
  .guarante__text {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.review {
  padding: 100px 0;
  position: relative;
}

.review::after {
  content: '';
  position: absolute;
  left: 0;
  top: 135px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .review::after {
    display: none;
  }
}

.review__wrap {
  position: relative;
}

.review__title {
  margin-bottom: 80px;
}

.review__title .title {
  font-size: 44px;
  font-weight: 900;
}

.review__slider {
  max-width: 1290px;
  margin: 0 auto;
}

.review__slider-slide {
  position: relative;
  display: block;
}

.review__slider-slide:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.review__slider-slide::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  background-image: url(assets/imgs/icons/play.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.review__slider-slide img {
  width: 100%;
}

@media (max-width: 1440px) {
  .review__wrap {
    padding-bottom: 50px;
  }
}

@media (max-width: 920px) {
  .review {
    padding: 50px 0;
  }
  .review__title {
    margin-bottom: 35px;
  }
  .review__title .title {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  .review {
    padding: 35px 0;
  }
  .review__title {
    margin-bottom: 30px;
  }
  .review__title .title {
    font-size: 24px;
  }
}

.works {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.works::after {
  content: '';
  position: absolute;
  left: 0;
  top: 135px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .works::after {
    display: none;
  }
}

.works__title {
  margin-bottom: 80px;
}

.works__title .title {
  font-weight: 900;
  font-size: 44px;
  color: var(--var-main-color);
}

.works__wrap {
  position: relative;
}

@media (max-width: 1440px) {
  .works__wrap {
    padding-bottom: 55px;
  }
}

.works__slider {
  max-width: 1290px;
  margin: 0 auto;
}

.works__slider-slide {
  height: 480px;
  text-decoration: none;
  color: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.works__slider-slide:hover .name svg {
  opacity: 1;
}

.works__slider-slide .img img.hide {
  display: none;
}

.works__slider-slide .name {
  width: 100%;
  height: 120px;
  background: #45c1f2d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 80px;
}

.works__slider-slide .name svg {
  position: absolute;
  width: 45px;
  height: 12px;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.works__slider-slide .name span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 920px) {
  .works {
    padding: 50px 0;
  }
  .works__slider-slide {
    height: 420px;
  }
  .works__slider-slide .name {
    padding: 10px 25px;
    height: 80px;
    padding-right: 30px;
  }
  .works__slider-slide .name svg {
    right: 10px;
    width: 30px;
  }
  .works__slider-slide .name span {
    font-size: 20px;
  }
  .works__title {
    margin-bottom: 35px;
  }
  .works__title .title {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  .works {
    padding: 35px 0;
  }
  .works__slider-slide {
    height: 320px;
  }
  .works__slider-slide .name {
    font-size: 18px;
  }
  .works__title {
    margin-bottom: 30px;
  }
  .works__title .title {
    font-size: 24px;
  }
}

.partners {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.partners::after {
  content: '';
  position: absolute;
  left: 0;
  top: 135px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .partners::after {
    display: none;
  }
}

.partners__title {
  margin-bottom: 80px;
}

.partners__title .title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.3;
}

.partners__wrap {
  position: relative;
}

@media (max-width: 1440px) {
  .partners__wrap {
    padding-bottom: 55px;
  }
}

.partners__slider {
  max-width: 1290px;
  margin: 0 auto;
}

.partners__slider-slide {
  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;
  height: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
}

.partners__slider-slide img {
  max-width: 100%;
  display: inline-block;
  padding: 30px;
}

@media (max-width: 920px) {
  .partners {
    padding: 50px 0;
  }
  .partners__title {
    margin-bottom: 50px;
  }
  .partners__title .title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .partners {
    padding: 35px 0;
  }
  .partners__title {
    margin-bottom: 30px;
  }
  .partners__title .title {
    font-size: 24px;
  }
}

.how {
  padding: 100px 0;
  position: relative;
}

.how::after {
  content: '';
  position: absolute;
  left: 0;
  top: 135px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .how::after {
    display: none;
  }
}

.how__title {
  margin-bottom: 80px;
}

.how__title .title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.2;
  color: var(--var-main-color);
}

.how__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: how;
}

.how__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 30px);
  padding: 40px;
  margin: 0 15px 30px;
  border: 1px solid #45C1F2;
  position: relative;
}

.how__item::before {
  content: "0" counter(how);
  counter-increment: how;
  position: absolute;
  top: 0px;
  right: 10px;
  height: 10px;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  color: var(--var-accent-color);
}

.how__item .text h4 {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--var-main-color);
}

.how__item .text p {
  font-size: 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  display: block;
  margin: 0;
  font-variant: var(--var-main-color);
}

@media (max-width: 920px) {
  .how {
    padding: 50px 0;
  }
  .how__title {
    margin-bottom: 50px;
  }
  .how__title .title {
    font-size: 38px;
  }
  .how__item {
    padding: 40px;
  }
  .how__item::before {
    font-size: 50px;
  }
  .how__item .text h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .how__item .text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .how__items {
    margin: 0;
  }
  .how__item {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 560px) {
  .how {
    padding: 35px 0;
  }
  .how__title {
    margin-bottom: 30px;
  }
  .how__title .title {
    font-size: 24px;
  }
  .how__item {
    padding: 25px;
  }
  .how__item::before {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
}

.faq {
  padding: 100px 0 20px;
  position: relative;
}

.faq::after {
  content: '';
  position: absolute;
  left: 0;
  top: 135px;
  width: 8%;
  height: 1px;
  background-color: var(--var-accent-color);
}

@media (max-width: 1600px) {
  .faq::after {
    display: none;
  }
}

.faq__title {
  margin-bottom: 80px;
}

.faq__title .title {
  margin: 0;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  color: var(--var-main-color);
  font-size: 44px;
}

.faq__item {
  display: block;
  margin-bottom: 10px;
  background-color: #EBF5F9;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item .accord-btn {
  padding: 40px;
  padding-right: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  text-align: left;
  border: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
}

.faq__item .accord-btn::before {
  content: '';
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 14px;
  background-image: url(assets/imgs/icons/accord-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .45s ease;
  -o-transition: .45s ease;
  transition: .45s ease;
}

.faq__item .accord-btn.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq__item .text {
  position: relative;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  max-height: 0;
  overflow: hidden;
}

.faq__item .text::before {
  content: '';
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  background-color: #D4E3E9;
  height: 1px;
}

.faq__item .text p {
  padding: 40px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  color: var(--var-main-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.faq__item .text.active {
  max-height: 1000px;
}

.faq__item .text.active p {
  opacity: 1;
}

@media (max-width: 1024px) {
  .faq {
    padding: 100px 0 25px;
  }
  .faq__title {
    margin-bottom: 50px;
  }
  .faq__title .title {
    font-size: 38px;
  }
  .faq__item .accord-btn {
    font-size: 22px;
  }
  .faq__item .text p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .faq {
    padding: 35px 0;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__title .title {
    font-size: 24px;
  }
  .faq__item {
    margin: 0 -15px 10px;
  }
  .faq__item .accord-btn {
    padding: 20px;
    font-size: 18px;
    padding-right: 50px;
  }
  .faq__item .accord-btn::before {
    right: 20px;
    height: 12px;
    width: 18px;
  }
  .faq__item .text p {
    padding: 20px;
  }
}

.footer {
  background-color: #1A1714;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__top {
  padding: 120px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__col:nth-child(1) {
  width: 80%;
  margin-right: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__col .col:nth-child(1) {
  margin-right: 30px;
}

.footer__col .col:nth-child(2) {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 270px;
  color: #fff;
}

.footer__col:nth-child(2) .action {
  width: 100%;
  margin-top: 40px;
}

.footer__col:nth-child(2) .action a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  cursor: pointer;
}

.footer__col:nth-child(2) .action a:hover {
  background-color: #fff;
  color: var(--var-main-color);
}

.footer__col .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.footer__col .socials a {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__col .socials a:last-child {
  margin-right: 0;
}

.footer__col .socials a img {
  max-width: 100%;
}

.footer__col .socials a:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.footer__col .phone {
  margin-bottom: 40px;
}

.footer__col .phone a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__col .phone a:hover {
  opacity: .6;
}

.footer__col .info .mail-ico, .footer__col .info .map-ico, .footer__col .info .work-ico {
  padding-left: 38px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__col .info .mail-ico p, .footer__col .info .map-ico p, .footer__col .info .work-ico p {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.footer__col .info .mail-ico {
  background-image: url(assets/imgs/icons/mail-ico.svg);
}

.footer__col .info .mail-ico:hover {
  opacity: .7;
}

.footer__col .info .map-ico {
  background-image: url(assets/imgs/icons/map-ico.svg);
}

.footer__col .info .map-ico:hover {
  opacity: .7;
}

.footer__col .info .work-ico {
  background-image: url(assets/imgs/icons/work-ico.svg);
}

.footer__title {
  max-width: 300px;
  display: block;
}

.footer__title a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 50px;
}

.footer__title a img {
  max-width: 100%;
}

.footer__title p {
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 280px;
  width: 100%;
  margin-bottom: 70px;
}

.footer__pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__pays img {
  display: block;
  width: 60px;
  height: 38px;
  margin-right: 5px;
}

.footer__pays img:last-child {
  margin-right: 0;
}

.footer__type {
  margin-right: 30px;
}

.footer__type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__type a:hover {
  opacity: .7;
}

.footer__type a:last-child {
  margin-bottom: 0;
}

.footer__type a img {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 18px;
}

.footer__nav {
  min-width: 200px;
}

.footer__nav ul {
  padding: 0;
  margin: 0;
}

.footer__nav ul li {
  display: block;
  margin-bottom: 40px;
}

.footer__nav ul li:last-child {
  margin-bottom: 0;
}

.footer__nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__nav ul li a:hover {
  opacity: .7;
}

.footer__nav ul li ul {
  display: none;
}

.footer__bot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__bot::before {
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 1px;
  position: absolute;
  background: #3C3A37;
}

.footer__bot a {
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.footer__bot a:hover {
  opacity: .6;
}

.footer__bot .copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin-right: 30px;
  display: block;
}

.footer__bot .conf {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  margin-right: 30px;
  display: block;
}

.footer__bot .dev {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 1200px) {
  .footer .container {
    padding: 0 80px;
  }
  .footer__bot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .footer__bot > * {
    width: 50%;
    margin: 0 0 30px 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
  }
  .footer__bot > *:nth-child(2n+2) {
    padding-left: 30px;
    text-align: right;
  }
  .footer__top {
    padding: 100px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__title {
    margin-right: auto;
    max-width: 220px;
  }
  .footer__pays {
    margin-left: 30px;
    max-width: 140px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: auto;
  }
  .footer__pays img {
    display: block;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .footer__type {
    margin-right: auto;
  }
  .footer__nav {
    margin-right: auto;
  }
  .footer__nav ul {
    padding-left: 45px;
  }
  .footer__col:nth-child(1) {
    width: 100%;
    margin: 0 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__col:nth-child(1) .col {
    max-width: 600px;
  }
  .footer__col:nth-child(1) .col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__col:nth-child(1) .col:nth-child(2) {
    max-width: 600;
    width: 100%;
    margin-right: auto;
  }
  .footer__col:nth-child(2) {
    width: 100%;
    margin: 0;
    max-width: none;
  }
}

@media (max-width: 620px) {
  .footer__col:nth-child(1) {
    margin-bottom: 50px;
  }
  .footer__top {
    padding: 70px 0;
  }
  .footer .container {
    padding: 0 15px;
  }
  .footer__title {
    margin: 0;
    max-width: 250px;
    text-align: center;
  }
  .footer__title a {
    margin-bottom: 30px;
  }
  .footer__title p {
    margin-bottom: 40px;
  }
  .footer__pays {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 250px;
  }
  .footer__pays img {
    margin: 0;
    margin-right: 5px;
  }
  .footer__pays img:last-child {
    margin-right: 0;
  }
  .footer__type {
    margin: 0;
    text-align: center;
    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;
    margin-bottom: 50px;
    max-width: none;
    width: 100%;
  }
  .footer__type a img {
    display: none;
  }
  .footer__nav {
    margin: 0;
    text-align: center;
    max-width: none;
    width: 100%;
  }
  .footer__nav ul {
    padding-left: 0;
  }
  .footer__col:nth-child(1) .col:nth-child(1) {
    -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;
    margin-bottom: 70px;
  }
  .footer__col:nth-child(1) .col:nth-child(2) {
    -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;
    margin-bottom: 0;
  }
  .footer__col:nth-child(2) {
    -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;
  }
  .footer__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bot > * {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 0 20px;
  }
  .footer__bot > *:last-child {
    margin-bottom: 0;
  }
}
