/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

a,
a:visited {
  text-decoration: none;
}

a:visited,
a:link,
i:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

button {
  border: none;
  background: none;
}

input {
  border: none;
  text-decoration: none;
  background: none;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body:has(#themeSwitch:checked, #toggle:checked) {
  background: #161926 url(../assets/bg-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
body:has(#themeSwitch:checked, #toggle:checked) .logo {
  color: #FFFFFF;
}
body:has(#themeSwitch:checked, #toggle:checked) .union {
  fill: #FFFFFF;
}
body:has(#themeSwitch:checked, #toggle:checked) .menu__item,
body:has(#themeSwitch:checked, #toggle:checked) .title,
body:has(#themeSwitch:checked, #toggle:checked) .text {
  color: #FFFFFF;
}
body:has(#themeSwitch:checked, #toggle:checked) .menu__item:hover::after {
  background: linear-gradient(96.73deg, #53F3CD 6.73%, rgba(83, 243, 205, 0) 116.9%);
  opacity: 0.3;
}
body:has(#themeSwitch:checked, #toggle:checked) i {
  color: #689FF2;
}
body:has(#themeSwitch:checked, #toggle:checked) .btn {
  color: #53F3CD;
}
body:has(#themeSwitch:checked, #toggle:checked) .btn::after {
  background-color: #53F3CD;
}
body:has(#themeSwitch:checked, #toggle:checked) .btn:hover {
  color: #02E0AB;
}
body:has(#themeSwitch:checked, #toggle:checked) .btn:hover::after {
  background-color: #02E0AB;
}
body:has(#themeSwitch:checked, #toggle:checked) .info__content {
  background-color: #161926;
}
body:has(#themeSwitch:checked, #toggle:checked) .info__content .text-stats,
body:has(#themeSwitch:checked, #toggle:checked) .info__content gray,
body:has(#themeSwitch:checked, #toggle:checked) .info__content .info__item p {
  color: #FFFFFF;
}
body:has(#themeSwitch:checked, #toggle:checked) .quote__text::before {
  content: url(../assets/quote-icon-dark.svg);
  position: absolute;
  top: -30px;
  left: -55px;
}
body:has(#themeSwitch:checked, #toggle:checked) .video__container {
  border-color: rgb(81, 87, 115);
}
body:has(#themeSwitch:checked, #toggle:checked) .video__container::before {
  border-color: rgb(81, 87, 115);
}
body:has(#themeSwitch:checked, #toggle:checked) .video__container::after {
  border-color: rgb(81, 87, 115);
}
body:has(#themeSwitch:checked, #toggle:checked) .video__screensaver {
  background-color: #161926;
  border-color: rgb(81, 87, 115);
}
body:has(#themeSwitch:checked, #toggle:checked) .video__btn {
  cursor: pointer;
  width: 120px;
  height: 120px;
  background: url(../assets/icon-play-dark.svg) 100% no-repeat;
  z-index: 99;
}
body:has(#themeSwitch:checked, #toggle:checked) .promises__content {
  background-color: #161926;
}
body:has(#themeSwitch:checked, #toggle:checked) .promises__content .text,
body:has(#themeSwitch:checked, #toggle:checked) .promises__content .medium-text {
  color: #FFFFFF;
}
body:has(#themeSwitch:checked, #toggle:checked) .promises__content .promises__item:last-child:hover {
  border-color: #02E0AB;
}
body:has(#themeSwitch:checked, #toggle:checked) .contacts__form input,
body:has(#themeSwitch:checked, #toggle:checked) .footer a,
body:has(#themeSwitch:checked, #toggle:checked) .footer p {
  color: #FFFFFF;
}
body:has(#themeSwitch:checked, #toggle:checked) .contacts,
body:has(#themeSwitch:checked, #toggle:checked) .benefits__item {
  border-color: rgb(81, 87, 115);
}
@media screen and (max-width: 768px) {
  body:has(#themeSwitch:checked, #toggle:checked) ._container .menu {
    background: url(../assets/bg-dark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
  body:has(#themeSwitch:checked, #toggle:checked) ._container .menu.active .menu__item {
    color: #FFFFFF;
  }
}

.toggleWrapper {
  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;
  width: 58px;
  padding-right: 15px;
}

.theme-switch__input,
.theme-switch__label {
  position: absolute;
  z-index: 1;
}

.theme-switch__input {
  opacity: 0;
}

.theme-switch__label {
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  width: 58px;
  height: 24px;
  border-radius: 24px;
  text-align: center;
  background-color: slateGray;
  -webkit-box-shadow: -4px 4px 15px inset rgba(0, 0, 0, 0.4);
          box-shadow: -4px 4px 15px inset rgba(0, 0, 0, 0.4);
}
.theme-switch__label span {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 100%;
}
.theme-switch__label span::after {
  position: absolute;
  top: calc(100% + 12px);
  left: 2px;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  background-color: #85BBB1;
  -webkit-transition: background-color 200ms, -webkit-transform 200ms;
  transition: background-color 200ms, -webkit-transform 200ms;
  transition: transform 200ms, background-color 200ms;
  transition: transform 200ms, background-color 200ms, -webkit-transform 200ms;
  -webkit-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4);
          box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4);
}

.theme-switch__input:checked ~ .theme-switch__label {
  background-color: lightSlateGray;
}
.theme-switch__input:checked ~ .theme-switch__label span::after {
  -webkit-transform: translate3d(34px, 0, 0);
          transform: translate3d(34px, 0, 0);
}

.title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #262A3F;
}
.title i {
  color: #85BBB1;
}

.text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
  color: #262A3F;
}

.small-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #262A3F;
  color: #FFFFFF;
}

.author {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #262A3F;
  font-style: italic;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}

.btn {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F1897B;
  position: relative;
}
.btn::after {
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  left: 5.49%;
  top: 45.83%;
  background-color: #F1897B;
  opacity: 0.3;
}
.btn:hover {
  color: #E64F3A;
}
.btn:hover::after {
  background-color: #E54F3A;
}

.hamburger {
  display: none;
}

body {
  background-image: url(../assets/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: relative;
  top: 30px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), color-stop(24.1%, rgba(255, 255, 255, 0.244636)), color-stop(47.19%, rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.02);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.244636) 24.1%, rgba(255, 255, 255, 0) 47.19%), rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #262A3F;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.header #toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
}
.header #themeSwitch {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
}
.header .solis {
  margin-left: 15px;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header .menu .menu__item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  opacity: 1;
  color: #262A3F;
  letter-spacing: 0.08em;
  position: relative;
}
.header .menu .menu__item:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -4px;
  left: -1px;
  background: #F1897B;
  opacity: 0.3;
}

.hero__content {
  padding-top: 150px;
  max-width: 523px;
}
.hero__content p {
  margin: 20px 0 50px 0;
}

.info {
  margin-top: 150px;
  background: url(../assets/statistic-image.png) no-repeat;
  height: 670px;
  padding: 45px 0% 45px 33%;
}
.info .info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  background-color: #ffffff;
  opacity: 0.9;
  padding: 30px 0;
  height: 100%;
}
.info .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 0 56px;
  text-align: center;
}
.info .text-stats {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 72px;
  color: #262A3F;
}
.info .text-stats gray {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #262A3F;
  color: #E4E4E4;
}
.info .info__item p {
  margin: 12px auto 40px auto;
}
.info .info__hr {
  width: 100px;
  border: 1px solid #85BBB1;
}
.info .info__text p {
  margin-bottom: 50px;
  max-width: 390px;
}

.benefits {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.benefits .benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 570px;
  position: relative;
  padding: 50px 35px;
  border-top: 1px solid #E4E4E4;
}
.benefits .benefits__item h2 {
  margin-bottom: 30px;
}

.quote {
  background-image: url(../assets/quote-background.png);
  background-repeat: no-repeat;
  height: 400px;
  margin-top: 90px;
  padding: 100px 300px 100px 160px;
}
.quote .quote__text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 26px;
  opacity: 1;
  color: #262A3F;
  line-height: 46px;
  color: #FFFFFF;
  padding-bottom: 40px;
  position: relative;
  letter-spacing: 0.04em;
}
.quote .quote__text::before {
  content: url(../assets/quote-icon.svg);
  position: absolute;
  top: -30px;
  left: -55px;
}

.video {
  margin: 120px auto;
  position: relative;
}
.video .video__container {
  margin: 0 auto;
  width: 970px;
  height: 601px;
  padding: 31px 70px 31px 30px;
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  position: relative;
}
.video .video__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  width: 13px;
  height: 13px;
  border: 1px solid #E4E4E4;
  border-radius: 32px;
}
.video .video__container::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  width: 35px;
  height: 35px;
  border: 1px solid #E4E4E4;
  border-radius: 32px;
}
.video .video__youtube {
  display: none;
}
.video .video__screensaver {
  background: #ffffff url(../assets/screensaver-video.png) 100% no-repeat;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E4E4E4;
}
.video .video__btn {
  cursor: pointer;
  width: 120px;
  height: 120px;
  background: url(../assets/icon-play.svg) 100% no-repeat;
  z-index: 99;
}
.video .video__text {
  margin: 50px auto;
  width: 80%;
}
.video .video__text p {
  margin-top: 20px;
  max-width: 830px;
}

.promises {
  background-image: url(../assets/features-background-image.png);
  background-repeat: no-repeat;
  height: 600px;
  margin-top: 120px;
  padding: 45px 0 45px 400px;
}
.promises .promises__content {
  background-color: #FFFFFF;
  opacity: 0.9;
  height: 450px;
  padding: 75px 0 75px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.promises .promises__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42%;
}
.promises .promises__item:last-child {
  border: 1px solid #E4E4E4;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 33px 89px 33px 89px;
}
.promises .promises__item:last-child:hover {
  border: 1px solid #E54F3A;
}
.promises .medium-text {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  color: #262A3F;
}

.reviews {
  margin-top: 75px;
  margin-bottom: 100px;
}
.reviews > p {
  margin-top: 20px;
  margin-bottom: 50px;
}
.reviews .reviews__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.reviews .reviews__slide {
  padding: 30px 40px;
  width: 370px;
  height: 340px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews .reviews__slide:first-child {
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 28, 41, 0.6)), to(rgba(25, 28, 41, 0.6))), url(../assets/image1.jpg);
  background: linear-gradient(to right, rgba(25, 28, 41, 0.6), rgba(25, 28, 41, 0.6)), url(../assets/image1.jpg);
}
.reviews .reviews__slide:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 28, 41, 0.6)), to(rgba(25, 28, 41, 0.6))), url(../assets/image2.jpg);
  background: linear-gradient(to right, rgba(25, 28, 41, 0.6), rgba(25, 28, 41, 0.6)), url(../assets/image2.jpg);
}
.reviews .reviews__slide:last-child {
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 28, 41, 0.6)), to(rgba(25, 28, 41, 0.6))), url(../assets/image3.jpg);
  background: linear-gradient(to right, rgba(25, 28, 41, 0.6), rgba(25, 28, 41, 0.6)), url(../assets/image3.jpg);
}

.contacts {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding-top: 60px;
  padding-bottom: 100px;
}
.contacts .contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts .contacts__text {
  margin-top: 21px;
}
.contacts .contacts__text h2 {
  margin-bottom: 30px;
}
.contacts .contacts__form {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contacts .contacts__form button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts .contacts__form input {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262A3F;
  font-style: italic;
  opacity: 0.5;
  border-bottom: 1px solid #E4E4E4;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
}

.footer {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  opacity: 0.6;
  color: #262A3F;
}
.footer a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  opacity: 1;
  color: #262A3F;
  line-height: 24px;
  letter-spacing: 0.08em;
}
.footer .footer__creator {
  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;
  gap: 10px;
}
.footer .footer__agreements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1201px) {
  ._container {
    padding: 0 calc((100% - 1170px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  ._container {
    padding: 0 calc((100% - 1000px) / 2);
  }
  ._container .info {
    height: 570px;
  }
  ._container .info .info__list {
    padding: 0 30px;
    gap: 25px;
  }
  ._container .benefits__item {
    max-width: 470px;
  }
  ._container .quote {
    padding: 10% 10%;
  }
  ._container .promises__content {
    padding: 10% 10%;
    gap: 0;
  }
  ._container .reviews__slide {
    padding: 20px 20px;
  }
  ._container .info .info__list h2 {
    font-size: 50px;
    line-height: 53px;
  }
  ._container .benefits__item h2,
._container .video__text h2,
._container .reviews h2,
._container .contacts__text h2,
._container .quote h4 {
    font-size: 30px;
    line-height: 36px;
  }
  ._container .promises__item h6 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1030px) {
  ._container {
    padding: 0 calc((100% - 800px) / 2);
  }
  ._container .info .info__list {
    padding: 0 10px;
    gap: 0px;
  }
  ._container .benefits__item {
    max-width: 47%;
  }
  ._container .video .video__container {
    width: 100%;
    height: 500px;
  }
  ._container .promises {
    padding: 45px 0 45px 260px;
  }
  ._container .promises .promises__content {
    padding: 10% 10%;
    gap: 0;
  }
  ._container .reviews .reviews__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._container .quote {
    padding: 10% 10%;
  }
  ._container .info .info__text p {
    font-size: 16px;
    line-height: 23px;
  }
  ._container .info .info__listh2 {
    font-size: 40px;
    line-height: 42px;
  }
  ._container .info .info__list p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px auto 30px auto;
  }
  ._container .promises .promises__content .promises__item h6 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 860px) {
  ._container {
    padding: 0 calc((100% - 748px) / 2);
  }
  ._container .info {
    height: 570px;
  }
  ._container .info .info__list {
    padding: 0 10px;
    gap: 0px;
  }
  ._container .info .info__list h2 {
    font-size: 40px;
    line-height: 42px;
  }
  ._container .info .info__list p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px auto 30px auto;
  }
  ._container .info .info__text p {
    font-size: 16px;
    line-height: 23px;
  }
  ._container .benefits__item {
    max-width: 47%;
  }
  ._container .video .video__container {
    width: 99%;
    height: 480px;
  }
  ._container .video .video__text p {
    max-width: 65%;
  }
  ._container .quote {
    height: 340px;
    padding: 10% 10%;
  }
  ._container .quote h4 {
    font-size: 24px;
    line-height: 34px;
  }
  ._container .promises {
    padding: 45px 0 45px 260px;
    padding-left: 200px;
  }
  ._container .promises .promises__content {
    padding: 10% 10%;
    gap: 0;
  }
  ._container .promises .promises__item h6 {
    font-size: 22px;
    line-height: 30px;
  }
  ._container .reviews > p {
    max-width: 65%;
  }
  ._container .reviews .reviews__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._container .reviews .reviews__gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ._container .contacts__text {
    max-width: 50%;
  }
  .footer p,
.footer a {
    font-size: 13px;
  }
  .footer .footer__agreements {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.hidden {
    height: 100vh;
    overflow: hidden;
  }
  .header {
    width: 100%;
    z-index: 1;
  }
  ._container {
    padding: 0 20px;
  }
  ._container .hero .hero__content h1 {
    font-size: 30px;
    line-height: 38px;
  }
  ._container .toggleWrapper {
    display: none;
  }
  ._container .hero__content p {
    z-index: -1;
  }
  ._container .bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 15px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #262A3F;
    -webkit-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4);
            box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4);
  }
  ._container .hamburger {
    display: block;
    cursor: pointer;
  }
  ._container .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  ._container .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  ._container .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  ._container .menu {
    position: fixed;
    left: -100%;
    top: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    background: url(../assets/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 100;
  }
  ._container .menu .menu__item:first-child {
    padding-top: 40px;
  }
  ._container .menu .menu__item {
    padding: 20px;
    font-size: 16px;
  }
  ._container .menu.active {
    left: 0;
    height: 100vh;
  }
  ._container .menu.active .menu__item {
    text-transform: uppercase;
    color: #262A3F;
  }
  ._container .menu.active .menu__item::after {
    display: none;
  }
  ._container .menu.active .menu__item:hover {
    font-weight: 600;
  }
  ._container .menu.active .menu__item:active {
    font-weight: 600;
  }
  ._container .info {
    padding-left: 10%;
  }
  ._container .info .info__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  ._container .info .info__text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  ._container .benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._container .benefits__item {
    max-width: 100%;
  }
  ._container .quote {
    height: 280px;
  }
  ._container .quote h4 {
    font-size: 18px;
    line-height: 24px;
  }
  ._container .quote .author {
    font-size: 14px;
  }
  ._container .video .video__container {
    height: 390px;
  }
  ._container .promises {
    padding-left: 100px;
  }
  .footer {
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  ._container .menu {
    top: 8rem;
  }
  ._container .info {
    margin-top: 75px;
    padding: 0;
    height: 750px;
    background-position: bottom;
  }
  ._container .info .info__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ._container .info .info__content .info__text p {
    padding: 5%;
  }
  ._container .quote .quote__text::before {
    left: -30px;
  }
  ._container .video .video__container {
    height: 300px;
    padding: 0;
    border: none;
  }
  ._container .video .video__container::before {
    opacity: 0;
  }
  ._container .video .video__container::after {
    opacity: 0;
  }
  ._container .video .video__text p {
    max-width: 100%;
  }
  ._container .promises {
    padding: 0;
  }
  ._container .promises .promises__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
  ._container .promises .promises__content .promises__item {
    width: 100%;
  }
  ._container .reviews > p {
    max-width: 100%;
  }
  ._container .contacts__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._container .contacts__content .contacts__text {
    max-width: 100%;
  }
  ._container .contacts__content .contacts__form {
    width: 100%;
    margin-top: 30px;
  }
}