/*! 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;
}

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

.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.page__body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  text-transform: uppercase;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.main-nav__toggle {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: 26px 0;
  padding: 0;
  display: block;
  border: none;
  cursor: pointer;
  background-color: white;
}

.main-nav__toggle-item {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #81B3D2;
  cursor: pointer;
}

.main-nav__toggle-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 4px;
  background-color: #81B3D2;
}

.main-nav__toggle-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 4px;
  background-color: #81B3D2;
}

.toggle__list {
  display: none;
  list-style-type: none;
  background-color: #81B3D2;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  overflow: auto;
}

.toggle__list--active {
  display: block;
}

.toggle__item {
  padding: 15px 0;
  border-bottom: 2px solid #9ac2db;
  border-bottom: 2px solid #678fa8;
}

.toggle__item:hover {
  background-color: #669ec0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.toggle__item:active .toggle__link {
  color: #639fc3;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.toggle__item:last-child {
  border-bottom: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.toggle__link {
  font-size: 18px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.toggle__link--active {
  color: #639fc3;
}

.main-nav {
  position: relative;
  height: 56px;
}

.header-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin: 0;
  padding: 0;
}

.main-nav__list {
  display: none;
}

.main-nav__item {
  list-style-type: none;
  margin: 18px auto;
  padding: 0;
  max-width: 125px;
}

.main-nav__item a {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding: 10px;
  padding-bottom: 14px;
}

.main-nav__item a:hover {
  color: #81B3D2;
}

.main-nav__item a:active {
  color: #766357;
}

.main-nav__item--active a {
  color: #766357;
  border-bottom: 3px solid #81B3D2;
}

.main-nav__item--active a:hover {
  color: #604e43;
}

.main-nav__item--logo {
  margin-top: 0;
  cursor: pointer;
}

.no-webp .intro {
  background-image: url("../img/index/intro-triangle.svg"), url("../img/index/back-desktop.jpg"); }

.intro {
  background-color: #d4e6f0;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, center;
  background-size: cover, cover;
}

.intro__img {
  display: block;
  margin: 0 auto;
  padding: 89px 0;
}

.intro__media {
  background-position: bottom, bottom;
}

.intro__img-form {
  display: block;
  margin: 0 auto;
  padding: 50px 0 65px 0;
}

.pref-about {
  position: relative;
  margin: 37px auto 50px;
}

.pref-about__header {
  max-width: 260px;
  margin: 0 auto;
}

.pref-about__title {
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
}

.pref-about__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 26px;
  text-align: center;
}

.pref__intro {
  position: relative;
  padding-top: 32px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: #81B3D2;
}

.pref__intro-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.pref__br {
  display: none;
}

.pref__br-subtitle {
  display: none;
}

.pref__number {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: 300;
}

.pref__intro-subtitle {
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.pref__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: auto;
}

.pref__intro-wrapper {
  width: 100%;
  height: auto;
}

.pref-img {
  display: block;
  width: 100%;
  height: auto;
}

.pref-list {
  display: block;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 25px;
}

.pref-list__items {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

.prev-list__title {
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
}

.pref-list__about {
  position: relative;
  padding-left: 10px;
}

.pref-list__icon {
  position: absolute;
  top: -6px;
  left: -45px;
}

.pref-list__br {
  display: none;
}

.pref-small {
  width: 100%;
  background-color: #EEEEEE;
}

.pref-small__wrapper {
  max-width: 84%;
  margin: 0 auto;
}

.pref-small__items {
  text-align: center;
}

.pref-small__items .pref-small-item {
  border-bottom: 1px solid #D6D6D6;
}

.pref-small__items .pref-small-item:last-child {
  border-bottom: none;
}

.pref-small__title {
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
  padding: 15px 0 25px 0;
}

.pref-small__text {
  padding-top: 15px;
  padding-bottom: 25px;
}

.registration {
  width: 100%;
}

.registration-inner {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}

.registration__title {
  padding-top: 33px;
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
}

.registration__text {
  margin-bottom: 26px;
  line-height: 24px;
}

.registration__br {
  display: none;
}

.registration__button {
  width: 100%;
  max-width: 458px;
  margin-bottom: 50px;
  padding: 13px 32px;
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  border: none;
  background-color: #81B3D2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.registration__button:hover {
  background-color: #669ec0;
}

.registration__button:active {
  background-color: #5496bd;
  color: #e7e5e5;
}

.map__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.map__wrapper .map__img {
  width: 100%;
  height: auto;
}

.map__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  padding: 8px;
  background-color: #81B3D2;
  border-radius: 50%;
  border: 5px solid white;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.map__button:hover {
  background-color: #669ec0;
}

.map__button:active {
  background-color: #5496bd;
  color: #e7e5e5;
}

.footer__wrapper {
  text-align: center;
  padding: 36px 0;
}

.footer__hashtag {
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 46px;
}

.footer__social-link {
  margin-right: 6px;
  text-decoration: none;
  background-color: #81B3D2;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer__social-link:last-child {
  margin-right: 0;
}

.footer__social-link:hover {
  background-color: #669EC0;
}

.footer__social-link:active {
  background-color: #5496BD;
}

.footer__social-link:active .footer__icon {
  fill: #87B5D1;
}

.footer__social-link--tw {
  padding: 16px 12px 16px 16px;
}

.footer__social-link--fb {
  padding: 16px 17px 16px 19px;
}

.footer__social-link--yt {
  padding: 16px 16px;
}

.footer__copyright {
  margin-top: 56px;
}

.footer__icon {
  fill: white;
}

.footer__copyright-text {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-left: -30px;
}

.footer__copyright-link {
  position: absolute;
  top: -7px;
  right: -35px;
}

.footer__copyright-icon:hover {
  fill: #81B3D2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__copyright-icon:hover:active {
  fill: #e7e5e5;
}

/*FORM-HTML*/

.forms {
  max-width: 87.5%;
  margin: 0 auto;
}

.forms__title {
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
}

.name__text {
  padding-right: 10px;
}

.name__item {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.name__item:last-child {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

label {
  margin: 0;
  padding: 0;
}

.name__input {
  padding: 18px 22px 14px;
  margin: 0;
  font-weight: 600;
  text-transform: none;
  border: none;
  background-color: #F2F2F2;
  color: black;
}

.name__input::-webkit-input-placeholder {
  color: black;
}

.name__input::-moz-placeholder {
  color: black;
}

.name__input:-ms-input-placeholder {
  color: black;
}

.name__input::-ms-input-placeholder {
  color: black;
}

.name__input::placeholder {
  color: black;
}

.name__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.name__input {
  width: 100%;
}

.contacts__item {
  position: relative;
  margin: 0;
  padding: 0;
}

.contacts__item::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 1;
  width: 54px;
  height: 46px;
  background-color: #e6e6e6;
}

.contacts__text {
  display: inline-block;
  padding-left: 22px;
  padding-bottom: 8px;
  line-height: 26px;
}

.contacts__input {
  padding: 18px 22px 14px;
  margin: 0;
  font-weight: 600;
  text-transform: none;
  border: none;
  background-color: #F2F2F2;
  color: black;
  display: block;
  width: 100%;
  margin-bottom: 14px;
  text-transform: none;
}

.contacts__input::-webkit-input-placeholder {
  color: black;
}

.contacts__input::-moz-placeholder {
  color: black;
}

.contacts__input:-ms-input-placeholder {
  color: black;
}

.contacts__input::-ms-input-placeholder {
  color: black;
}

.contacts__input::placeholder {
  color: black;
}

.contacts__icon {
  position: absolute;
  bottom: 18px;
  right: 19px;
  z-index: 2;
}

.forms__title--border {
  padding-top: 10px;
  padding-bottom: 25px;
  margin-top: 24px;
  border-top: 1px solid #E5E5E5;
}

.evaluation__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

.evaluation__label {
  position: relative;
}

.evaluation__checkbox {
  position: absolute;
  top: -14px;
  width: 48px;
  height: 48px;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.evaluation__checkbox:hover {
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.evaluation__checkbox:active {
  background-color: #d5d5d5;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.evaluation__input:checked + .evaluation__checkbox {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0209 10.9227C20.0209 5.90217 15.9502 1.82898 10.9284 1.82898C5.90631 1.82898 1.83565 5.90215 1.83565 10.9227C1.83565 15.9459 5.90653 20.0168 10.9284 20.0168C15.95 20.0168 20.0209 15.9459 20.0209 10.9227Z' fill='%23333333' stroke='%23333333' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.evaluation__input:focus + .evaluation__checkbox {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0209 10.9227C20.0209 5.90217 15.9502 1.82898 10.9284 1.82898C5.90631 1.82898 1.83565 5.90215 1.83565 10.9227C1.83565 15.9459 5.90653 20.0168 10.9284 20.0168C15.95 20.0168 20.0209 15.9459 20.0209 10.9227Z' fill='%23333333' stroke='%23333333' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.evaluation__text {
  padding-left: 70px;
  font-weight: bold;
  font-size: 18px;
  text-transform: none;
}

.evaluation__item {
  margin-bottom: 43px;
}

.forms__title--visited::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 123px;
  height: 1px;
  background-color: #dbdbdb;
}

.forms__title--visited::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 123px;
  height: 1px;
  background-color: #dbdbdb;
}

.visited__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

.visited__label {
  position: relative;
}

.visited__checkbox {
  position: absolute;
  top: -14px;
  left: -70px;
  width: 48px;
  height: 48px;
  background-color: #f2f2f2;
  border-radius: 10%;
}

.visited__checkbox:hover {
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.visited__checkbox:active {
  background-color: #d5d5d5;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.visited__title {
  margin-bottom: 20px;
  padding-bottom: 54px;
  padding-left: 70px;
}

.visited__title:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.visited__input:checked + .visited__checkbox {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.925 1.325L21.825 0.225C21.525 -0.075 20.925 -0.075 20.625 0.225L8.725 12.125L2.525 5.925C2.225 5.625 1.625 5.625 1.325 5.925L0.225 7.025C-0.075 7.325 -0.075 7.925 0.225 8.225L8.025 16.025C8.225 16.225 8.425 16.225 8.625 16.225C8.825 16.225 9.025 16.125 9.225 16.025L22.725 2.525C23.225 2.225 23.225 1.725 22.925 1.325Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.visited__input:active + .visited__checkbox {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M22.925 1.325L21.825 0.225C21.525 -0.075 20.925 -0.075 20.625 0.225L8.725 12.125L2.525 5.925C2.225 5.625 1.625 5.625 1.325 5.925L0.225 7.025C-0.075 7.325 -0.075 7.925 0.225 8.225L8.025 16.025C8.225 16.225 8.425 16.225 8.625 16.225C8.825 16.225 9.025 16.125 9.225 16.025L22.725 2.525C23.225 2.225 23.225 1.725 22.925 1.325Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.visited__input:focus + .visited__checkbox {
  background-color: #d5d5d5;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.review__form {
  padding: 18px 22px 14px;
  margin: 0;
  font-weight: 600;
  text-transform: none;
  border: none;
  background-color: #F2F2F2;
  color: black;
  width: 100%;
  height: 160px;
  padding-top: 13px;
  margin-bottom: 50px;
  resize: none;
}

.review__form::-webkit-input-placeholder {
  color: black;
}

.review__form::-moz-placeholder {
  color: black;
}

.review__form:-ms-input-placeholder {
  color: black;
}

.review__form::-ms-input-placeholder {
  color: black;
}

.review__form::placeholder {
  color: black;
}

.review__button {
  width: 100%;
  max-width: 324px;
  text-transform: uppercase;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 21px;
  padding-top: 18.5px;
  padding-bottom: 13.5px;
  background-color: #81B3D2;
}

.review__button:hover {
  background-color: #669EC0;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.review__button:active {
  background-color: #5496BD;
  color: #639fc3;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

/*PHOTOS.HTML*/

.photos__inner {
  max-width: 87.5%;
  margin: 0 auto;
}

.photos__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.photos__item:nth-child(1) {
  margin-top: 0;
}

.photos__img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.photo__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.photos__title {
  margin-top: 11px;
  font-weight: bold;
}

.photos__author {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

.photo__svg {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.photo__svg:hover {
  fill: #5496bd;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.photos__number {
  padding-left: 10px;
  font-weight: bold;
}

.video__wrapper {
  text-align: center;
  max-width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.video__img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.toggle__wrapper {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.video__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.repeat {
  margin-left: 35px;
  position: relative;
}

.fullscreen {
  margin-right: 40px;
  margin-left: 30px;
}

.repeat,
.fullscreen,
.subtitles {
  fill: white;
  cursor: pointer;
}

.repeat:hover,
.fullscreen:hover,
.subtitles:hover {
  fill: #BFBFBF;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.repeat:active,
.fullscreen:active,
.subtitles:active {
  fill: black;
}

@media (min-width: 400px) {
  .pref-about__header {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (min-width: 758px) {
  .pref-small__wrapper {
    max-width: 100%;
  }

  .pref-small__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pref-small__items .pref-small-item {
    max-width: 88%;
    display: block;
    margin: 0 auto;
    border-bottom: none;
  }

  .pref-small__title {
    font-size: 21px;
  }

  .pref-small__text {
    width: 100%;
    max-width: 315px;
  }

  .pref-small__br {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-nav__toggle {
    display: none;
  }

  .header-logo {
    display: none;
  }

  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .intro {
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, center;
    background-size: contain, cover;
  }

  .intro__img {
    padding: 77px 0 90px 0;
  }

  .intro__media {
    background-position: bottom, bottom;
  }

  .intro__img-form {
    padding: 75px 0 110px 0;
  }

  .pref-about__header {
    margin-top: 40px;
  }

  .pref-about__title {
    font-size: 21px;
  }

  .pref__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33%;
  }

  .pref__intro-title {
    font-size: 21px;
    line-height: 26px;
  }

  .pref__br {
    display: inline;
  }

  .pref__intro-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pref__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .pref__intro-wrapper {
    width: 67%;
  }

  .pref-list {
    min-width: 100%;
    padding-top: 150px;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .pref-list__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
  }

  .pref-list__item {
    text-align: center;
  }

  .prev-list__title {
    font-size: 21px;
  }

  .pref-list__about {
    width: 70%;
    padding-left: 0;
  }

  .pref-list__icon {
    width: 75px;
    height: 72px;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .pref-small {
    padding: 40px 0;
  }

  .registration__br {
    display: inline;
  }

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

  .footer__hashtag {
    width: 33.33%;
    padding-bottom: 0;
  }

  .footer__social {
    width: 33.33%;
  }

  .footer__copyright {
    width: 33.33%;
    margin-top: 0;
  }

  .forms {
    max-width: 84.75%;
  }

  .forms__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .forms__item--1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 59px;
    border-left: 1px solid #E5E5E5;
  }

  .forms__item--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }

  .forms__item--3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .forms__title {
    padding-bottom: 54.5px;
    font-size: 21px;
    text-align: center;
  }

  .forms__title--contacts {
    position: relative;
    margin-top: 72px;
    padding-bottom: 20.5px;
    text-align: center;
  }

  .forms__title--contacts::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 123px;
    height: 1px;
    background-color: #dbdbdb;
  }

  .forms__title--contacts::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 123px;
    height: 1px;
    background-color: #dbdbdb;
  }

  .name__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .forms__title--border {
    border-top: none;
    margin: 0;
    padding: 0 0 54.5px 0;
  }

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

  .forms__title--visited {
    position: relative;
    margin-top: 43px;
    padding-bottom: 58px;
  }

  .visited__title:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .visited__title {
    width: 260px;
  }

  .visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 90px;
  }

  .forms__title--reviews {
    position: relative;
    margin-top: 43px;
    padding-bottom: 58px;
  }

  .forms__title--reviews::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 123px;
    height: 1px;
    background-color: #dbdbdb;
  }

  .forms__title--reviews::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 123px;
    height: 1px;
    background-color: #dbdbdb;
  }

  .review__form {
    padding-top: 18px;
  }

  .review__button {
    margin-bottom: 60px;
  }

  .photos__inner {
    max-width: 84.375%;
  }

  .photos__item {
    width: 49.7%;
    border-bottom: none;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -6px;
  }

  .photos__item:last-child {
    margin-top: -15px;
  }

  .photos__item--1 {
    width: calc(100% - 2px);
    display: block;
    padding-bottom: 0;
  }

  .photo__img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .photos__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .photos__about {
    background-color: #f2f2f2;
    position: relative;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .photos__title {
    margin-top: 0;
    padding-top: 20px;
  }

  .photos__like {
    position: absolute;
    top: 25px;
    right: 30px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .forms__title--contacts::before {
    width: 280px;
  }

  .forms__title--contacts::after {
    width: 280px;
  }

  .photos__about {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    fill-opacity: 1;
  }
}

@media (min-width: 1000px) {
  .pref__br-subtitle {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .intro {
    background-size: contain, cover;
  }

  .intro__media {
    background-position: bottom, bottom;
  }

  .intro__img-form {
    padding: 100px 0 110px 0;
  }

  .pref__intro-title {
    padding-bottom: 55px;
  }

  .pref__number {
    display: none;
  }

  .pref-list__br {
    display: inline;
  }

  .forms {
    max-width: 80%;
  }

  .forms__item--1 {
    padding-left: 80px;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contacts__item {
    width: 46.7%;
  }

  .contacts__item::after {
    bottom: 15px;
  }

  .contacts__icon {
    bottom: 30px;
  }

  .forms__title--visited::before {
    width: 280px;
  }

  .forms__title--visited::after {
    width: 280px;
  }

  .visited__title {
    display: inline;
    width: 205px;
  }

  .visited {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }

  .forms__title--reviews::before {
    width: 280px;
  }

  .forms__title--reviews::after {
    width: 280px;
  }

  .photos__inner {
    max-width: 100%;
  }

  .photos__item {
    width: 33.1%;
    margin-right: 0;
  }

  .photos__item--1 {
    width: calc(100% - 2px);
    display: block;
    padding-bottom: 0;
  }

  .photos__img {
    position: relative;
  }

  .photo__svg {
    fill: white;
    fill-opacity: 1;
  }
}

@media (max-width: 768px) {
  .prev-about--clipped {
    border-bottom: 1px solid #E5E5E5;
  }

  .pref__intro::before {
    content: "";
    position: relative;
    top: -33px;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: white;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .forms__title {
    font-size: 18px;
    padding-bottom: 17px;
    text-align: center;
  }

  .forms__title--visited {
    padding-top: 15px;
    border-top: 1px solid #E5E5E5;
  }
}

@media (max-width: 370px) {
  .intro {
    background-position: bottom, center 20px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .no-webp .intro {
    background-image: url("../img/index/2x-back-desktop.jpg"); }
}

.intro { background-image: url(../img/index/intro-triangle.svg), url(../img/index/back-desktop.webp); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {

  .intro { background-image: url(../img/index/2x-back-desktop.webp); }
}