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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

body {
  font: 16px/1.4 "Montserrat", sans-serif;
  min-width: 320px;
  color: #1e1e1e;
  background: linear-gradient(90deg, #f7f2ec 0%, #eff2f8 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: #1e1e1e;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 25px;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}

picture {
  display: block;
}

button[type=submit],
.btn {
  min-width: 275px;
  height: 62px;
  padding: 15px;
  border-radius: 100px;
  border: 2px solid #f7f2ec;
  color: #f7f2ec;
  background: transparent;
  font-size: 20px;
  text-align: center;
  transition: all ease 0.3s;
  text-decoration: none;
}
@media (min-width: 768px) {
  button[type=submit],
  .btn {
    padding-right: 30px;
    padding-left: 30px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  button[type=submit],
  .btn {
    font-size: 22px;
  }
}
button[type=submit]:hover,
.btn:hover {
  color: #5f8496;
  background: #f7f2ec;
  text-decoration: none;
}
button[type=submit].btn__black,
.btn.btn__black {
  color: #1e1e1e;
  border-color: #1e1e1e;
  display: inline-block;
}
button[type=submit].btn__black:hover,
.btn.btn__black:hover {
  color: #f7f2ec;
  border-color: #5f8496;
  background-color: #5f8496;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f7f2ec;
  background: none;
  padding: 1px 2px;
  box-shadow: none;
  color: #f7f2ec;
  line-height: 1;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
  border: none;
  border-bottom: 1px solid #f7f2ec;
  color: #f7f2ec;
}

textarea {
  height: 100px;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f7f2ec;
  opacity: 1;
  font-size: inherit;
  font-family: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #f7f2ec;
  opacity: 1;
  font-size: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #f7f2ec;
  opacity: 1;
  font-size: inherit;
  font-family: inherit;
}

select {
  width: 100%;
  max-width: 100%;
  resize: none;
  -webkit-border-radius: 0;
  height: 50px;
  border: none;
  border-bottom: 1px solid #f7f2ec;
  line-height: 50px;
  background: none;
  cursor: pointer;
  color: #f7f2ec !important;
  padding: 0 20px 0 0;
}
select:focus, select:focus-visible, select:focus-within {
  outline: none;
  border: none;
  color: #f7f2ec;
  border-bottom: 1px solid #f7f2ec;
}
select option {
  color: #5f8496;
  font-family: sans-serif;
}

option[disabled=disabled] {
  color: #5f8496;
  display: none;
  background: #f7f2ec;
}

textarea {
  vertical-align: top;
  width: 100%;
  padding: 10px 5px;
  resize: none;
}

button[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 65px;
  font-weight: 400;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  button[type=submit] {
    width: auto;
    max-width: none;
    min-width: 300px;
  }
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
#header .header-holder {
  height: 110px;
  padding-top: 25px;
  background: transparent;
  transition: height ease 0.3s;
}
@media (min-width: 1024px) {
  #header .header-holder {
    padding-top: 75px;
    height: 160px;
    transition: all ease 0.2s;
  }
}
#header.fixed .header-holder {
  height: 80px;
  background: #5f8496;
  padding-top: 15px;
}
#header.fixed .logo {
  width: 36px;
  height: 50px;
}
#header.fixed .logo img {
  width: 36px;
  height: 50px;
}
#header.fixed .nav-menu {
  top: 60px;
}
#header.fixed .nav-menu.active {
  padding-top: 0;
}
#header.fixed .nav-menu.active ul {
  padding-top: 15px;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.logo {
  display: block;
  width: 61px;
  height: 85px;
  position: relative;
  z-index: 5;
}
.logo a {
  display: block;
  width: 61px;
  height: 85px;
}
.logo img {
  width: 61px;
  height: 85px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.hamburger {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.bar {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background: #f7f2ec;
}

.nav-menu {
  position: absolute;
  width: 100%;
  transition: max-height ease 0.3s;
  top: -25px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  background: #5f8496;
  z-index: 2;
}
@media (min-width: 1024px) {
  .nav-menu {
    width: auto;
    max-height: none;
    position: static;
    transition: 0s;
    background: none;
    overflow: visible;
    padding: 0 90px 0 0;
  }
}
@media (min-width: 1075px) {
  .nav-menu {
    padding: 0 100px 0 0;
  }
}
.nav-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 113px 25px 0;
}
@media (min-width: 1024px) {
  .nav-menu ul {
    padding: 0;
    flex-direction: row;
  }
}
.nav-menu.active {
  max-height: 350px;
}
@media (min-width: 1024px) {
  .nav-menu.active {
    max-height: none;
  }
}
.nav-menu a {
  color: #f7f2ec;
  text-decoration: none;
  position: relative;
}
.nav-menu a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f7f2ec;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.nav-menu a:hover {
  text-decoration: none;
}
.nav-menu a:hover:before {
  opacity: 1;
}
.nav-menu li {
  text-align: right;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .nav-menu li {
    padding-bottom: 0;
    padding-left: 15px;
    text-align: left;
  }
}
@media (min-width: 1075px) {
  .nav-menu li {
    padding-left: 25px;
  }
}
.nav-menu li.active {
  font-weight: 600;
}
.nav-menu li.active a:hover:before {
  opacity: 0;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.lang-switcher {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 105px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .lang-switcher {
    right: 25px;
    z-index: 2;
  }
}
.lang-switcher.open #list-lang {
  max-height: 500px;
}
@media (min-width: 1024px) {
  .lang-switcher:hover #list-lang {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
}

#list-lang {
  position: absolute;
  right: -25px;
  top: -100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100px;
  background: #5f8496;
  transition: max-height ease 0.3s;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #list-lang {
    top: -15px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
  }
}
#list-lang li {
  padding: 0 0 25px;
  text-align: center;
}
#list-lang li:first-child {
  padding-top: 115px;
}
@media (min-width: 1024px) {
  #list-lang li:first-child {
    padding-top: 80px;
  }
}
#list-lang a {
  color: #f7f2ec;
  text-decoration: none;
}
#list-lang a:hover {
  font-weight: 600;
}

.lang {
  color: #f7f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#section-top {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  color: #f7f2ec;
  background: #5f8496 url(/images/image-header-m.jpg) no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}
@media (min-width: 480px) {
  #section-top {
    height: 100vh;
  }
}
@media (max-height: 390px) {
  #section-top {
    height: auto;
  }
}
@media (min-width: 768px) {
  #section-top {
    background-image: url(/images/image-header.jpg);
  }
}
#section-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.4;
}
#section-top .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 25px;
  height: 100%;
}
@media (min-width: 1024px) {
  #section-top .wrapper {
    padding-top: 160px;
    padding-bottom: 75px;
  }
}
#section-top .text-hold {
  font-size: 18px;
}
@media (min-width: 480px) {
  #section-top .text-hold {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #section-top .text-hold {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 22px;
  }
}
#section-top h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 25px;
}
@media (min-width: 480px) {
  #section-top h1 {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #section-top h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  #section-top h1 {
    font-size: 64px;
    margin-bottom: 100px;
  }
}
#section-top p {
  margin: 0 0 25px;
}
@media (min-width: 480px) {
  #section-top p {
    margin: 0 0 50px;
  }
}
@media (min-width: 768px) {
  #section-top p {
    width: 50%;
    margin: 0 10px 0 0;
  }
}
#section-top .btn {
  display: inline-block;
  margin-left: auto;
}

#main {
  overflow: hidden;
}

#section-info {
  min-height: 600px;
  padding: 50px 0;
  background-image: url(/images/vector.svg);
  background-position: top 39px left 0;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #section-info {
    padding: 100px 0;
    background-image: url(/images/gradient.png), url(/images/gradient-2.png), url(/images/vector.svg);
    background-position: top -50px left, right -50px bottom -700px, top 107px left 0;
    background-repeat: no-repeat;
  }
}
#section-info h2 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  #section-info h2 {
    margin: 0 0 50px;
  }
}

.text-content {
  display: flex;
  flex-flow: column wrap;
  row-gap: 20px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .text-content {
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 2px solid #5f8496;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .text-content {
    padding-bottom: 70px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .text-content .text-col {
    width: 46%;
  }
}
.text-content .text-col p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .text-content .text-col p {
    margin: 0 0 30px;
  }
}
.text-content .text-col:first-child {
  font-size: 20px;
}
@media (min-width: 768px) {
  .text-content .text-col:first-child {
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .text-content .text-col:first-child {
    font-size: 22px;
  }
}
.text-content .text-col:first-child p {
  margin: 0;
}
@media (min-width: 768px) {
  .text-content .text-col:first-child p {
    margin: 0;
  }
}

.text-info {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .text-info {
    overflow: hidden;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .text-info {
    flex-flow: row nowrap;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .text-info + .text-info {
    overflow: visible;
  }
}
.text-info .text-col {
  width: 100%;
}
@media (min-width: 768px) {
  .text-info .text-col {
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col {
    padding-top: 25px;
    width: 29%;
  }
}
.text-info .text-col p {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .text-info .text-col.col {
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col {
    margin-top: -50px;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col .text-col-mobile:after {
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col .text-col-mobile:before {
    bottom: -2px;
  }
}
@media (min-width: 768px) {
  .text-info .text-col.col:first-child .text-col-mobile {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col:first-child .text-col-mobile {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .text-info .text-col.col:first-child .text-col-mobile:after {
    width: 80%;
    display: block;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col:first-child .text-col-mobile:after {
    width: 144%;
  }
}
@media (min-width: 768px) {
  .text-info .text-col.col:first-child .text-col-mobile:before {
    right: 20%;
    display: block;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col:first-child .text-col-mobile:before {
    right: -45%;
  }
}
.text-info .text-col.col:last-child {
  font-size: 16px;
  order: 2;
}
@media (min-width: 768px) {
  .text-info .text-col.col:last-child {
    margin: -60px 0 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col:last-child {
    margin: -50px 0 0;
  }
}
@media (min-width: 768px) {
  .text-info .text-col.col:last-child .text-col-mobile:after {
    width: 80%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col:last-child .text-col-mobile:after {
    width: 144%;
    left: -44%;
    right: auto;
  }
}
@media (min-width: 768px) {
  .text-info .text-col.col:last-child .text-col-mobile:before {
    right: 80%;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col.col:last-child .text-col-mobile:before {
    right: 144%;
  }
}
.text-info .text-col:last-child {
  font-size: 20px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .text-info .text-col:last-child {
    order: 2;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col:last-child {
    order: 3;
    font-size: 22px;
  }
}
.text-info .text-col:first-child {
  order: 1;
}
@media (min-width: 768px) {
  .text-info .text-col:first-child {
    order: inherit;
  }
}
@media (min-width: 768px) {
  .text-info .text-col:first-child .text-col-mobile {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col:first-child .text-col-mobile {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .text-info .text-col:first-child .text-col-mobile:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col:first-child .text-col-mobile:after {
    bottom: 0;
    width: 171%;
    display: block;
  }
}
@media (min-width: 768px) {
  .text-info .text-col:first-child .text-col-mobile:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col:first-child .text-col-mobile:before {
    display: block;
  }
}
.text-info .text-col-mobile {
  width: 334px;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
  color: #5f8496;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  .text-info .text-col-mobile {
    margin: 0 0 50px;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col-mobile {
    width: auto;
    margin: 0 0 25px;
  }
}
.text-info .text-col-mobile:after {
  content: "";
  height: 1px;
  background: #5f8496;
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 330px;
}
@media (min-width: 768px) {
  .text-info .text-col-mobile:after {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .text-info .text-col-mobile:after {
    bottom: -9px;
    width: 288px;
  }
}
.text-info .text-col-mobile:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5f8496;
  position: absolute;
  right: 30px;
  bottom: -2px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .text-info .text-col-mobile:before {
    right: -72%;
  }
}
.text-info .text-col-mobile span {
  position: relative;
}
@media (min-width: 768px) {
  .text-info .text-col-mobile span {
    display: none;
  }
}

.circle-holder {
  order: 0;
  margin: 0 auto 50px;
  height: 290px;
  width: 325px;
  position: relative;
}
@media (min-width: 480px) {
  .circle-holder {
    width: 343px;
  }
}
@media (min-width: 768px) {
  .circle-holder {
    order: 3;
    width: 450px;
    height: 380px;
    margin-top: -25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .circle-holder {
    margin: 0;
    order: 1;
  }
}
.circle-holder:after {
  display: none;
}
@media (min-width: 768px) {
  .circle-holder:after {
    display: block;
    width: 100%;
    content: "";
    height: 1px;
    background: #5f8496;
    position: absolute;
    left: -52%;
    top: 8%;
  }
}
@media (min-width: 1024px) {
  .circle-holder:after {
    display: none;
  }
}
.circle-holder:before {
  display: none;
}
@media (min-width: 768px) {
  .circle-holder:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #5f8496;
    position: absolute;
    border-radius: 50%;
    top: 7.2%;
    left: 48%;
  }
}
@media (min-width: 1024px) {
  .circle-holder:before {
    display: none;
  }
}
.circle-holder span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  width: 194px;
  height: 194px;
  font-size: 14px;
  padding: 45px 20px 43px;
  position: absolute;
  border: 2px solid #507b8e;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  color: #5f8496;
}
@media (min-width: 480px) {
  .circle-holder span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .circle-holder span {
    width: 255px;
    height: 255px;
    padding: 50px 30px 20px;
    font-size: 18px;
  }
}
.circle-holder span:not(.circle-first) {
  align-items: center;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 54px;
}
@media (min-width: 768px) {
  .circle-holder span:not(.circle-first) {
    padding: 160px 20px 26px;
  }
}
.circle-holder span.circle-third {
  padding-left: 60px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .circle-holder span.circle-third {
    padding-left: 20px;
  }
}
.circle-holder svg {
  width: 69px;
  height: 70px;
  position: absolute;
  top: 120px;
  left: 122px;
  z-index: 2;
}
@media (min-width: 480px) {
  .circle-holder svg {
    top: 131px;
    left: 131px;
  }
}
@media (min-width: 768px) {
  .circle-holder svg {
    width: 91px;
    height: 92px;
    top: 170px;
    left: 175px;
  }
}

.circle-first {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 46.29%, rgba(95, 132, 150, 0.1) 100%);
}

.circle-second {
  left: 0;
  bottom: 0;
}

.circle-third {
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .text-info-contact {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    z-index: 1;
    padding-top: 25px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .text-info-contact {
    padding-top: 75px;
  }
}
.text-info-contact p {
  color: #5f8496;
  font-style: italic;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .text-info-contact p {
    width: 46%;
    margin: 0;
  }
}
.text-info-contact .btn {
  display: inline-block;
  margin-right: auto;
}
@media (min-width: 768px) {
  .text-info-contact .btn {
    margin-right: 0;
  }
}

.section-visual {
  background: url(/images/banner-mobile-1.jpg) no-repeat 50% 50%;
  position: relative;
  padding: 50px 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-visual {
    background: url(/images/banner-1.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .section-visual {
    padding: 100px 0;
  }
}
.section-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.4;
}
.section-visual svg {
  position: absolute;
  top: -155px;
  right: -60px;
  width: 375px;
  height: 376px;
}
.section-visual .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.section-visual-text {
  margin-bottom: 100px;
  font-size: 20px;
  color: #f7f2ec;
}
@media (min-width: 1024px) {
  .section-visual-text {
    font-size: 22px;
  }
}
.section-visual-text h2 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .section-visual-text h2 {
    margin: 0 0 50px;
  }
}
.section-visual-text p {
  margin: 0;
}
@media (min-width: 1024px) {
  .section-visual-text p {
    width: 45%;
  }
}

.section-visual-info {
  display: flex;
  position: relative;
  z-index: 1;
  flex-flow: column nowrap;
  color: #f7f2ec;
  gap: 40px;
}
@media (min-width: 768px) {
  .section-visual-info {
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.section-visual-info .col {
  padding-top: 65px;
  background: url(/images/icon-2.svg) no-repeat 0 22px;
  background-size: 96px 28px;
}
@media (min-width: 768px) {
  .section-visual-info .col {
    width: 48%;
    padding-top: 80px;
  }
}
.section-visual-info .col:first-child {
  background: url(/images/icon-1.svg) no-repeat;
  background-size: 55px 50px;
}
.section-visual-info .col p {
  margin: 0;
}
.section-visual-info .title {
  position: relative;
}
.section-visual-info .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f7f2ec;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-visual-info .title:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f7f2ec;
  position: absolute;
  right: 0;
  bottom: -2px;
  border-radius: 50%;
}
.section-visual-info h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .section-visual-info h3 {
    padding: 0 0 25px;
    margin: 0 0 25px;
    font-size: 22px;
  }
}

.section-steps {
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .section-steps {
    background: url(/images/vector.svg) no-repeat -150px 300px;
    background-size: 375px 376px;
    justify-content: space-between;
  }
}
.section-steps .wrapper {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 1024px) {
  .section-steps .wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.section-steps .section-title {
  position: relative;
  padding: 50px 0 25px 25px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-steps .section-title {
    padding: 50px 0 25px 50px;
  }
}
@media (min-width: 1024px) {
  .section-steps .section-title {
    padding: 100px 50px 100px 0;
  }
}
.section-steps .section-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ac8a5b;
}
@media (min-width: 1024px) {
  .section-steps .section-title:before {
    display: none;
  }
}
.section-steps .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 53px;
  background: #ac8a5b;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .section-steps .section-title:after {
    display: none;
  }
}
.section-steps h2 {
  margin: 0;
}
.section-steps h2 br {
  display: none;
}
@media (min-width: 1024px) {
  .section-steps h2 br {
    display: block;
  }
}
.section-steps h2 span {
  display: block;
}
.section-steps .section-text {
  position: relative;
}
@media (min-width: 1024px) {
  .section-steps .section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0 100px 50px;
  }
}
.section-steps .section-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ac8a5b;
}
.section-steps .section-text p {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .section-steps .section-text p {
    margin: 0;
  }
}
.section-steps .box-txt {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .section-steps .box-txt {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .section-steps .box-txt {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.section-steps .box-txt:last-child {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section-steps .box-txt:last-child {
    margin-bottom: 0;
  }
}

#advantages {
  background: url(/images/vector-2.svg) no-repeat 100% bottom, linear-gradient(90deg, #f7f2ec 0%, #eff2f8 100%) no-repeat;
}
@media (min-width: 768px) {
  #advantages {
    padding: 50px 0 0;
  }
}
@media (min-width: 1024px) {
  #advantages {
    padding: 100px 0;
    background: #eff2f8 url(/images/gradient-2.png) no-repeat 110% -474px;
  }
}
@media (min-width: 1024px) {
  #advantages .wrapper {
    display: block;
  }
}
#advantages .section-title {
  width: 100%;
  padding: 50px 0 25px 25px;
}
@media (min-width: 768px) {
  #advantages .section-title {
    padding: 0 0 25px;
  }
}
@media (min-width: 1024px) {
  #advantages .section-title {
    padding: 0 0 50px;
  }
}
@media (min-width: 768px) {
  #advantages .section-title:before, #advantages .section-title:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  #advantages h2 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #advantages .section-text {
    padding: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #advantages .section-text:nth-of-type(2) {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #advantages .section-text:before {
    display: none;
  }
}
#advantages .section-text .box-txt {
  font-style: italic;
}
@media (min-width: 768px) {
  #advantages .section-text .box-txt {
    flex: 1 1 42%;
    padding: 25px 0 0 2px;
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt {
    flex: 1 1 calc(25% - 50px);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #advantages .section-text .box-txt:before {
    top: 1px;
    left: 50px;
  }
}
@media (min-width: 768px) {
  #advantages .section-text .box-txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 130%;
    height: 3px;
    background: #ac8a5b;
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt:nth-child(-n+4) {
    flex: 1 1 calc(25% - 50px);
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt:nth-child(n+5) {
    flex: 1 1 calc(50% - 50px);
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt:nth-child(n+5):before {
    left: 62%;
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt:nth-child(5) {
    padding-left: 26%;
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt:nth-child(6) {
    padding-right: 27%;
  }
}
@media (min-width: 1024px) {
  #advantages .section-text .box-txt:nth-child(6):before {
    left: 8%;
  }
}
@media (min-width: 768px) {
  #advantages .section-text p {
    margin: 0;
  }
}

.box-txt {
  position: relative;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .box-txt {
    padding-left: 0;
  }
}
.box-txt:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background: url(/images/icon-star.svg) no-repeat;
}
@media (min-width: 1024px) {
  .box-txt:before {
    left: -55px;
  }
}

.section-banner {
  position: relative;
  background: url(/images/banner-mobile-2.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .section-banner {
    height: 478px;
  }
}
@media (min-width: 768px) {
  .section-banner {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .section-banner {
    height: 600px;
    background-image: url(/images/banner-2.jpg);
    margin-bottom: 50px;
  }
}
.section-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.4;
}
.section-banner img {
  display: block;
  margin: 0 auto;
  width: 325px;
  height: auto;
}
@media (min-width: 480px) {
  .section-banner img {
    width: 344px;
  }
}
@media (min-width: 768px) {
  .section-banner img {
    margin: 0;
    width: 288px;
  }
}
@media (min-width: 1024px) {
  .section-banner img {
    width: auto;
  }
}
.section-banner .wrapper {
  height: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-banner .wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
.section-banner .img-hold {
  width: 100%;
}
@media (min-width: 768px) {
  .section-banner .img-hold {
    width: 48%;
  }
}

.section-visual-banner img {
  width: 100%;
  height: auto;
  display: block;
}

#section-inform {
  position: relative;
  min-height: 800px;
  padding: 25px 0;
  background: linear-gradient(90deg, #f7f2ec 0%, #eff2f8 100%) no-repeat;
}
@media (min-width: 1024px) {
  #section-inform {
    padding: 50px 0 75px;
  }
}
@media (min-width: 1024px) {
  #section-inform:before {
    content: "";
    position: absolute;
    bottom: 245px;
    right: -104px;
    width: 375px;
    height: 376px;
    z-index: 2;
    background: url(/images/vector-2.svg) no-repeat;
  }
}
#section-inform .wrapper {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  #section-inform .wrapper {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #section-inform .section-inform-col {
    width: 48%;
  }
}
#section-inform .section-inform-col:first-child {
  font-size: 20px;
}
@media (min-width: 1024px) {
  #section-inform .section-inform-col:first-child {
    font-size: 22px;
  }
}
#section-inform p {
  margin: 0 0 25px;
}
#section-inform h2 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  #section-inform h2 {
    margin: 0 0 50px;
  }
}
#section-inform .txt {
  font-size: 20px;
}
@media (min-width: 1024px) {
  #section-inform .txt {
    font-size: 22px;
  }
}

.section-img {
  margin: 0 auto 25px;
  position: relative;
}
@media (min-width: 768px) {
  .section-img {
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .section-img {
    margin: 0 0 50px;
    width: 100%;
  }
}
.section-img img {
  display: block;
  width: 100%;
  height: auto;
}

.section-txt h3 {
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .section-txt h3 {
    font-size: 24px;
    font-weight: 500;
  }
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.section-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}
.section-title:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  right: 0;
  bottom: -3px;
  border-radius: 50%;
}

.section-info-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 388px;
  position: relative;
  background: url(/images/banner-4.jpg) no-repeat 50% 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-info-txt {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .section-info-txt {
    min-height: 785px;
  }
}
.section-info-txt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.4;
}
.section-info-txt .wrapper {
  color: #f7f2ec;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .section-info-txt .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-info-txt .section-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-info-txt .section-text {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .section-info-txt .section-text {
    font-size: 40px;
    width: 70%;
    padding-bottom: 100px;
  }
}
.section-info-txt .section-text svg {
  display: block;
  width: 145px;
  height: 146px;
  margin: 0 auto 25px;
}
@media (min-width: 1024px) {
  .section-info-txt .section-text svg {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-info-txt .section-text svg {
    width: 272px;
    height: 274px;
    margin-bottom: 20px;
  }
}
.section-info-txt .section-text p {
  margin: 0;
}
.section-info-txt .text-info-contact {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-info-txt .text-info-contact {
    flex-direction: row;
  }
}
.section-info-txt .text-info-contact p {
  color: #f7f2ec;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .section-info-txt .text-info-contact p {
    margin: 0;
  }
}

.section-regulation {
  padding-top: 50px;
  padding-bottom: 25px;
  background: #fff;
}
@media (min-width: 1024px) {
  .section-regulation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-regulation .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-regulation .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-regulation .block-img {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .section-regulation .block-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: 50%;
    display: flex;
    align-items: center;
    margin: 0 25px 0 0;
    position: relative;
  }
}
.section-regulation .block-img img {
  display: none;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .section-regulation .block-img img {
    width: 600px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1024px) {
  .section-regulation .block-img img {
    width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-regulation .block-img img.img-mobile {
  display: block;
}
@media (min-width: 768px) {
  .section-regulation .block-img img.img-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section-regulation .block-text {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: 50%;
    margin-left: 25px;
  }
}
.section-regulation p {
  margin: 0 0 25px;
}

.section-txt-info {
  width: 100%;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
}
@media (min-width: 1024px) {
  .section-txt-info {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.section-txt-info p {
  margin: 0;
}

#section-questions {
  background: #fff;
  padding: 25px 0 50px;
}
@media (min-width: 1024px) {
  #section-questions {
    padding: 50px 0 100px;
  }
}
#section-questions h2 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  #section-questions h2 {
    margin: 0 0 50px;
  }
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #1e1e1e;
}
.accordion li {
  padding: 25px 0;
  border-bottom: 1px solid #1e1e1e;
}
.accordion li p {
  margin: 0;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion input:checked ~ .accordion-content {
  max-height: 1600px;
}
@media (min-width: 768px) {
  .accordion input:checked ~ .accordion-content {
    max-height: 800px;
  }
}
.accordion label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .accordion label {
    font-size: 22px;
  }
}
.accordion label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
  background: url(/images/ico-arrow.svg) no-repeat;
  transition: transform ease 0.3s;
}
.accordion input:checked ~ label:after {
  transform: rotate(90deg);
}
.accordion input {
  display: none;
}
.accordion .accordion-txt {
  margin-top: 25px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .accordion .accordion-txt {
    margin-right: 50px;
  }
}
.accordion .accordion-txt ul {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.accordion .accordion-txt ul li {
  border: none;
  padding: 0;
}

#footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f7f2ec;
  min-height: 440px;
  padding: 50px 0;
  background: url(/images/banner-footer-mobile.jpg) no-repeat 50% 0;
  background-size: cover;
}
@media (min-width: 768px) {
  #footer {
    background-image: url(/images/banner-footer.jpg);
  }
}
@media (min-width: 1024px) {
  #footer {
    padding: 100px 0;
  }
}
#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.4;
}
#footer .wrapper {
  width: 100%;
  overflow: hidden;
}
#footer h2 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  #footer h2 {
    margin: 0 0 50px;
  }
}

.footer-logo-hold {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-logo-hold {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.footer-logo-hold a {
  display: block;
}
.footer-logo-hold img {
  display: block;
}
.footer-logo-hold .hold {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-logo-hold .hold {
    display: flex;
    flex-direction: row;
    width: 40%;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer-logo-hold .hold {
    width: 26%;
  }
}
.footer-logo-hold .hold span {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-logo-hold .hold span {
    margin-bottom: 0;
  }
}
.footer-logo-hold .footer-logo {
  width: 61px;
  margin: 0 auto 25px;
  display: block;
}
@media (min-width: 768px) {
  .footer-logo-hold .footer-logo {
    margin: 0 25px 0 0;
  }
}

.footer-copyright {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-copyright {
    width: 40%;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .footer-copyright {
    width: 30%;
  }
}

.back-to-top {
  max-width: 1250px;
  width: 100%;
  position: fixed;
  right: 25px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  height: 0;
}
.back-to-top a {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background: #5f8496;
  text-align: center;
  padding: 12px 5px 5px;
  border: 1px solid #5f8496;
}
.back-to-top a:hover {
  background: #f7f2ec;
  border: 1px solid #5f8496;
}
.back-to-top a:hover svg path {
  fill: #5f8496;
}

.ico-telegram {
  display: block;
  margin: 0 auto 65px;
  color: #f7f2ec;
  text-align: center;
}
.ico-telegram a {
  text-decoration: none;
  display: inline-block;
  color: #f7f2ec;
}
.ico-telegram a:hover {
  opacity: 0.6;
}
.ico-telegram span {
  display: inline-block;
  vertical-align: middle;
}
.ico-telegram svg {
  display: inline-block;
  vertical-align: middle;
}

#form {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #form {
    margin: 0 auto 30px;
    max-width: 800px;
  }
}

.bottom-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bottom-flex {
    flex-direction: row;
  }
}

.formBtnWrap {
  text-align: center;
}
@media (min-width: 1024px) {
  .formBtnWrap {
    text-align: right;
  }
}

.formItemWrap {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .formItemWrap:first-child {
    margin-right: 50px;
  }
}

.bottom-form {
  flex-direction: column;
  position: relative;
}

.formMessageWrap {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

#inline-badge {
  margin: 0 auto 30px;
}

.privacy-policy {
  display: flex;
  margin: 0 auto 30px;
  position: relative;
}
.privacy-policy .error-message {
  left: 28px;
}

#formCheckbox {
  margin: 0 15px 0 0;
  width: inherit;
  height: auto;
  display: block;
  position: relative;
  opacity: 0;
}

#formCheckbox ~ label:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f7f2ec;
  top: 2px;
  display: block;
  left: 2px;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

#formCheckbox ~ label {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #f7f2ec;
  position: absolute;
  top: 3px;
  cursor: pointer;
  left: 0;
}

#formCheckbox:checked ~ label:before {
  opacity: 1;
}

#form-a {
  text-decoration: underline;
  color: #f7f2ec;
  display: block;
}
#form-a:hover {
  text-decoration: none;
}

.button-form {
  margin: 0 auto;
  max-width: 275px;
}

.error-message {
  position: absolute;
  color: #f00;
  bottom: -20px;
  left: 0;
  font-size: 12px;
}

.invalid {
  border-bottom: 1px solid #f00;
}

#formError,
#formRecapcha,
#formSuccess {
  color: #fff;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

#formError,
#formRecapcha {
  display: none;
  background: #f00;
}

#formSuccess {
  display: none;
  background: #f7f2ec;
  color: #5f8496;
}