:root {
  --accent: #ff8562;
  --white: #fff;
  --black: #131313;
  --gray: #f8f8f8;
  --blue: #3010f2;
  --font-family: "Panton", sans-serif;
}

@font-face {
  font-display: swap;
     /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Panton';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/Panton/Panton-Regular.eot');
     /* IE9 Compat Modes */
     src: url('../fonts/Panton/Panton-Regular.eot?#iefix') format('embedded-opentype'),
          /* IE6-IE8 */
          url('../fonts/Panton/Panton-Regular.woff2') format('woff2'),
          /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/Panton/Panton-Regular.woff') format('woff'),
          /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/Panton/Panton-Regular.ttf') format('truetype'),
          /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */;
}

@font-face {
  font-display: swap;
     /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Panton';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/Panton/Panton-SemiBold.eot');
     /* IE9 Compat Modes */
     src: url('../fonts/Panton/Panton-SemiBold.eot?#iefix') format('embedded-opentype'),
          /* IE6-IE8 */
          url('../fonts/Panton/Panton-SemiBold.woff2') format('woff2'),
          /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/Panton/Panton-SemiBold.woff') format('woff'),
          /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/Panton/Panton-SemiBold.ttf') format('truetype'),
          /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */;
}

@font-face {
  font-display: swap;
     /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Panton';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/Panton/Panton-Bold.eot');
     /* IE9 Compat Modes */
     src: url('../fonts/Panton/Panton-Bold.eot?#iefix') format('embedded-opentype'),
          /* IE6-IE8 */
          url('../fonts/Panton/Panton-Bold.woff2') format('woff2'),
          /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/Panton/Panton-Bold.woff') format('woff'),
          /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/Panton/Panton-Bold.ttf') format('truetype'),
          /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 87%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

* {
  box-sizing: border-box;
}

details,main {
  display: block;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden],template {
  display: none;
}

a,button {
  -webkit-tap-highlight-color: transparent;
}

.link,a {
  text-decoration: none;
  transition: .15s;
}

.link:hover,a:hover {
}

.link:active,a:active {
  color: var(--accent);
}

a:not([class]) {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
}

a:not([class]):hover {
}

a:not([class]):active {
  text-decoration-color: transparent;
}

body {
  font-family: var(--font-family);
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background: var(--white);
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
  color: var(--black);
  font-family: var(--font-family);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
}

.h1,h1 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 32px;
}

.h2,h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 24px;
}

.h3,h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 16px;
}

.h4,h4 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.text,p {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  margin: 16px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}

.wrapper {
  overflow: hidden;
}

.page-container {
  flex: 1 1 auto;
}

.btn {
  font-family: var(--font-family);
  color: var(--accent);
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  line-height: unset;
  position: relative;
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-height: 52px;
  transition: .2s;
  border-radius: 24px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--accent);
}

.btn--reset {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  min-height: 1px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.btn--accent {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.btn--light {
  color: var(--accent);
  background: var(--white);
  border-color: var(--white);
}

.btn--light:hover {
}

.btn--light:active {
  color: var(--accent);
  background: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7);
}

.btns-spacer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.btns-spacer > * {
  margin-right: 12px;
  margin-bottom: 12px;
}

.input {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 24px;
  padding: 16px 24px;
  cursor: pointer;
  width: 100%;
  border: 1px solid transparent;
  transition: .2s;
}

.input--error {
  border-color: #dc3545;
}

.input__label {
  display: inline-block;
  color: rgb(20, 20, 20, .4);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.input__cell {
  position: relative;
  color: #141414;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 0px;
  border: none;
  background: #fff;
  min-height: 1px;
  padding: 0;
  width: 100%;
  outline: none;
  transition: .2s;
  resize: none;
}

.input__cell::placeholder {
  color: #141414;
}

.input__cell:focus::placeholder {
  color: transparent;
}

.input__cell[type="number"] {
  -moz-appearance: textfield;
}

.input__cell[type="number"]::-webkit-inner-spin-button,.input__cell[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input__checkbox {
  display: none;
}

.input__checkbox:checked + .input__checkbox-label:before {
  background-color: var(--violet);
					/* background-image: resolve("icons/checkbox-active.svg") */;
}

.input__checkbox-label {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  padding-left: 32px;
  cursor: pointer;
}

.input__checkbox-label a:not([class]) {
  color: var(--violet);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.input__checkbox-label a:not([class]):hover {
}

.input__checkbox-label a:not([class]):active {
  text-decoration-color: trasnparent;
}

.input__checkbox-label:before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid var(--violet);
  border-radius: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  transition: .2s;
}

.form__group {
}

.form__group > * {
}

.form__group > *:last-child {
}

.form__footer {
  margin: 24px 0 0;
}

.form__error {
  color: #f11;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin: 4px 0 0;
}

.form__send {
  width: 100%;
  font-weight: 700;
}

.form__agree {
  display: block;
  margin: 16px 0 0;
}
/* .iti */
/* 	width: 100% */
/* 	&__selected-country */
/* 		&-primary */
/* 			padding: 0 */
/* 			display: flex */
/* 			justify-content: center */
/* 			min-width: 64px */
/* 			max-width: 64px */
/* 			transition: .2s */
/* 			overflow: hidden */
/* 			border-radius: 8px 0 0 8px */
/* 		^&__flag */
/* 			margin: 0 */
/* 	&__country-container */
/* 		padding: 0 */
/* 		border-right: 1px solid var(--nature-100) */
/* 	&__arrow */
/* 		border: none */
/* 		size: 12px */
/* 		min-width: 12px */
/* 		margin-left: 4px */
/* 		background: resolve("icons/iti-chevron-down.svg") no-repeat center / contain */
/* 		transition: .2s */
/* 		&--up */
/* 			transform: rotate(180deg) */
/* 	&.iti--inline-dropdown */
/* 		^&__dropdown */
/* 			&-content */
/* 				border-radius: 8px */
/* 				box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08) */
/* 				background: var(--white) */
/* 				border: none */
/* 				margin-top: 4px */
/* 				overflow: hidden */
/* 	&__country */
/* 		display: inline-flex */
/* 		align-items: center */
/* 		padding: 0 16px */
/* 		width: 100% */
/* 		min-height: 40px */
/* 		transition: .2s */
/* 		&-list */
/* 			^^&__flag */
/* 				margin-right: 8px */
/* 		&-name */
/* 			color: var(--black) */
/* 			text: 400 14px 1.6 */
/* 			letter-spacing: -0.01em */
/* 	&__flag */
/* 		height: 16px */
/* 	&__dial */
/* 		&-code */
/* 			color: var(--black) */
/* 			text: 400 14px 1.6 */
/* 			letter-spacing: -0.01em */
/* 			margin-left: auto */
/* 	&__search */
/* 		&-input */
/* 			display: none */
/* 	.input__cell */
/* 		padding-left: 72px !important */
.social {
  display: flex;
  align-items: center;
}

.social__link {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}

.social__link span {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px;
}

.social__link::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  transition: .2s;
}

.social__link:last-child {
  margin: 0;
}

.social__link--wa:before {
  background-color: #25d366;
  background-image: url('../img/icons/social/wa.svg');
}

.social__link--tg:before {
  background-color: #0088cc;
  background-image: url('../img/icons/social/tg.svg');
}

.social__link:hover::before {
}

.social__link:active::before {
  opacity: .7;
}

.footer__contacts ul,.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.visibility-hidden {
  visibility: hidden;
}

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

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-cover--wrap {
  overflow: hidden;
  position: relative;
}

.hide-xl-down {
}

.hide-xl-only {
}

.hide-lg-down {
}

.hide-lg-up {
}

.hide-md-down {
}

.hide-md-up {
}

.hide-sm-down {
}

.hide-sm-only {
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .7);
  justify-content: center;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding: 16px;
  transition: opacity 0.3s ease-in-out;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: .5;
}

.modal__close:hover {
}

.modal__close:active {
  opacity: 1;
}

.modal__square {
  background: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-width: 460px;
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--accent);
}

.modal__status {
  text-align: center;
}

.modal__status-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 0 auto 32px;
}

.modal__status-title {
  margin: 0 0 24px;
}

.modal__status-desc {
  font-size: 16px;
}

.modal__status-btn {
  margin: 24px 0 0;
  width: 100%;
}

.section {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.section:first-child {
  margin-top: 0;
}

.section__head {
  margin-bottom: 24px;
}

.section__title {
  text-align: center;
  margin: 0;
}

.section--marquee {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  overflow: hidden;
}

.section--bg {
  padding: 48px 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.section__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__bg--wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 16px 0;
  z-index: 61;
  box-shadow: 0 1px 11px rgba(255, 133, 98, .1);
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  cursor: pointer;
  display: block;
  min-width: 190px;
  max-width: 190px;
  margin: 0 24px 0 0;
  transition: .2s;
}

.header__logo:hover {
}

.header__logo:active {
  opacity: .7;
}

.header__nav {
}

.header__nav .header__contacts span {
  display: block;
}

.header__nav .header__contacts-cell {
  margin: 0 0 16px;
}

.header__nav .header__contacts-cell::before {
  margin-right: 20px;
}

.header__nav .header__social {
  margin: 32px 0 0;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.header__contacts-cell {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  max-width: 360px;
}

.header__contacts-cell span {
}

.header__contacts-cell::before {
  content: '';
  background-color: var(--accent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
}

a.header__contacts-cell {
  color: var(--black);
}

a.header__contacts-cell:hover {
}

a.header__contacts-cell:active {
  color: var(--accent);
}

.header__contacts-cell.-phone- {
  white-space: nowrap;
}

.header__contacts-cell.-phone-::before {
  background-image: url('../img/icons/phone.svg');
}

.header__contacts-cell.-loc-::before {
  background-image: url('../img/icons/loc.svg');
}

.header__contacts-cell:last-child {
  margin: 0;
}

.header__social {
  margin: 0 40px 0 0;
}

.header__social span {
}

.header__burger {
  z-index: 11;
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin-left: 16px;
  border-radius: 50%;
}

.header__burger [class*='bar-'] {
  background: #141414;
  display: block;
  transform: rotate(0deg);
  transition: .4s ease all;
  border-radius: 2px;
  height: 2px;
  width: 20px;
  margin-bottom: 3px;
}

.header__burger .bar-bottom {
  margin-bottom: 0;
}

.header__burger.is-opened .bar-top {
  transform: rotate(45deg);
  transform-origin: 3px 5px;
}

.header__burger.is-opened .bar-middle {
  opacity: 0;
}

.header__burger.is-opened .bar-bottom {
  transform: rotate(-45deg);
  transform-origin: 6px -2px;
}

.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.header-mobile-menu .header__nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1000;
}

.header-mobile-menu .header__overlay {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 993;
}

.header-mobile-menu .header__burger {
  z-index: 996;
}

.banner {
  position: relative;
  padding: 24px 0;
}

.banner__bg {
}

.banner__bg--wrap {
  margin: 24px 0;
}

.banner__row {
}

.banner__info {
  width: 100%;
}

.banner__title {
  font-size: 32px;
  margin-bottom: 12px;
}

.banner__title strong {
  color: var(--accent);
}

.banner__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}

.banner__right {
  background: var(--accent);
  padding: 32px;
  border-radius: 24px;
  width: 100%;
}

.banner__form-title {
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 32px;
}

.banner__features {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: 24px;
  margin-bottom: -16px;
}

.banner__features-card {
  flex: 1 1 240px;
  padding: 0 8px;
  margin-bottom: 16px;
}

.banner__features-body {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 16px;
  height: 100%;
  border: 1px solid var(--accent);
}

.banner__features-img--wrap {
  min-width: 56px;
  max-width: 56px;
  margin: 0 20px 0 0;
}

.marquee {
  position: relative;
  min-height: 60px;
}

.marquee__panel {
  min-height: 60px;
  width: 100%;
  min-width: 1920px;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  overflow: hidden;
}

.marquee__panel-text {
  background-image: url('../img/content/marquee.png');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  animation-name: marquee;
  animation-duration: 1000s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  min-height: 60px;
}

@keyframes marquee {
  0% {
    background-position: 10000%, 0;
  }

  100% {
    background-position: 0, 0;
  }
}

.buyout {
  border-radius: 24px;
  overflow: hidden;
  padding: 32px;
  background: #F5F5F5;
}

.buyout__gos {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  max-width: 580px;
  margin: 0 auto;
  padding: 16px 24px;
}

.buyout__gos-icon {
  width: 32px;
  height: 24px;
  min-width: 32px;
  background: url('../img/icons/buyout-flag.svg') no-repeat center / contain;
  margin-right: 16px;
}

.buyout__gos .input {
  padding: 0;
  margin: 0;
  width: auto;
  border-color: transparent;
}

.buyout__gos-input {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: .06em;
  padding: 0;
}

.buyout__gos-input[name="gos-number"] {
  max-width: 120px;
}

.buyout__gos-input[name="gos-region"] {
  padding: 0 4px;
  max-width: 56px;
}

.buyout__gos-input::placeholder {
  color: #6c6a6a;
}

.buyout__gos .buyout__nav-next-step {
  min-height: 56px;
  margin-left: auto;
}

.buyout__steps {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.buyout__steps-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  counter-reset: buyout__steps;
}

.buyout__steps-cell {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.buyout__steps-cell:before {
  counter-increment: buyout__steps;
  content: counter(buyout__steps);
  background: var(--black);
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  z-index: 1;
}

.buyout__steps-cell:first-child::after {
  display: none;
}

.buyout__steps-cell--active {
  opacity: 1;
}

.buyout__steps-cell--active:before {
  background: var(--accent);
}

.buyout__steps-cell--active:after {
  opacity: 1;
}

.buyout__info {
  text-align: center;
}

.buyout__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 16px;
}

.buyout__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.buyout__nav {
  margin: 32px 0 0;
}

.buyout__nav.hide-sm-only {
}

.buyout__nav .btn {
}

.buyout__nav .btn:last-child {
}

.buyout__nav .btn--accent {
  margin-left: auto;
}

.buyout__form {
  margin: 40px 0 0;
}

.steps__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -16px;
}

.steps__card {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.steps__card-body {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}

.steps__card-body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 133, 98, .6);
  z-index: -1;
}

.steps__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps__card-img--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.steps__card-title {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.steps__card-desc {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.benefits__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
  margin-bottom: -8px;
}

.benefits__card {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 8px;
}

.benefits__card-body {
  position: relative;
  background: rgba(255, 255, 255, .6);
  border: 1px solid var(--accent);
  padding: 28px 12px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.benefits__card-icon--wrap {
  min-width: 48px;
  max-width: 48px;
  margin: 0 auto 12px;
}

.benefits__card-logo--wrap {
  margin: 0 32px 0 0;
}

.benefits__card-title {
  margin-bottom: 8px;
}

.benefits__card-desc {
  margin: 0;
  font-size: 16px;
}

.feedback {
  position: relative;
  z-index: 1;
  padding: 60% 8px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 24px;
  overflow: hidden;
}

.feedback__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.feedback__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback__bg--wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.feedback__card {
  border-radius: 24px;
  background: var(--gray);
  padding: 32px 16px 16px;
  width: 100%;
}

.feedback__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.feedback__btn {
  min-height: 56px;
}

.footer {
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
}

.footer__body {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 24px;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.footer__col {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  display: block;
  max-width: 250px;
}

.footer__social {
}

.footer__contacts {
  max-width: 336px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}

.footer__contacts ul li {
  margin-bottom: 12px;
}

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

.footer__contacts ul li span {
  color: #919191;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

.footer__contacts ul li a,.footer__contacts ul li p {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  margin: 0;
}

.footer__contacts ul li a:hover {
}

.footer__contacts ul li a:active {
  color: var(--accent);
}

.footer__disclaimer {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}

.footer__disclaimer p {
  color: rgba(0, 0, 0, 0.32);
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.footer__copy {
  padding: 24px 0 0;
}

.footer__copy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

@media (min-width: 576px) {
  .hide-sm-only {
    display: none;
  }

  .modal__square {
    padding: 48px;
  }

  .modal__status-desc {
    font-size: 18px;
  }

  .header__logo {
    min-width: 250px;
    max-width: 250px;
    margin: 0 40px 0 0;
  }

  .header__contacts-cell::before {
    margin-right: 20px;
  }

  .header__burger {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 20px;
  }

  .header__burger [class*='bar-'] {
    width: 32px;
    margin-bottom: 4px;
  }

  .header__burger.is-opened .bar-top {
    transform-origin: 8px 7px;
  }

  .header__burger.is-opened .bar-bottom {
    transform-origin: 11px -4px;
  }

  .banner__bg--wrap {
    margin: 32px 0;
  }

  .banner__title {
    margin-bottom: 24px;
  }

  .banner__form-title {
    font-size: 24px;
  }

  .banner__features {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: 40px;
    margin-bottom: -32px;
  }

  .banner__features-card {
    padding: 0 16px;
    margin-bottom: 32px;
  }

  .buyout__gos-input {
    font-size: 24px;
  }

  .buyout__gos-input[name="gos-number"] {
    padding: 0 16px;
    max-width: 150px;
  }

  .buyout__steps-cell {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 32px;
  }

  .buyout__steps-cell:before {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 40px;
  }

  .buyout__title {
    font-size: 24px;
  }

  .buyout__desc {
    font-size: 18px;
  }

  .buyout__nav {
    display: flex;
    justify-content: space-between;
  }

  .buyout__nav.hide-sm-only {
    display: none;
  }

  .steps__card {
    width: 50%;
  }

  .steps__card-body {
    padding: 24px;
  }

  .steps__card-title {
    margin-bottom: 16px;
  }

  .benefits__row {
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -16px;
  }

  .benefits__card {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .benefits__card-logo--wrap {
    margin: 0 auto 20px;
  }

  .feedback {
    padding: 40% 8px 8px;
  }

  .feedback__title {
    font-size: 24px;
  }

  .footer__body {
    padding: 32px 40px;
  }

  .footer__row {
    gap: 32px 24px;
  }

  .footer__contacts ul li a,.footer__contacts ul li p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .h1,h1 {
    font-size: 40px;
  }

  .h2,h2 {
    font-size: 44px;
  }

  .h3,h3 {
    font-size: 24px;
  }

  .container {
    padding: 0 32px;
  }

  .form__group {
    display: flex;
    align-items: flex-start;
  }

  .form__group > * {
    width: 100%;
    margin: 0 12px 0 0;
  }

  .form__group > *:last-child {
    margin: 0;
  }

  .hide-md-up {
    display: none;
  }

  .modal {
    padding: 32px;
  }

  .modal__close {
    top: 20px;
    right: 20px;
  }

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section__head {
    margin-bottom: 60px;
  }

  .section--marquee {
    margin: 0;
  }

  .section--bg {
    padding: 60px 0;
  }

  .banner {
    padding: 60px 0;
  }

  .banner__title {
    font-size: 42px;
    margin-bottom: 32px;
  }

  .banner__desc {
    font-size: 20px;
  }

  .buyout__desc {
    font-size: 20px;
  }

  .benefits__card {
    width: 33.3%;
  }

  .benefits__card-icon--wrap {
    min-width: 60px;
    max-width: 60px;
    margin: 0 auto 20px;
  }

  .benefits__card-title {
    margin-bottom: 28px;
  }
}

@media (min-width: 992px) {
  .link:hover,a:hover {
    color: var(--accent);
  }

  a:not([class]):hover {
    text-decoration-color: transparent;
  }

  .btn--light:hover {
    color: var(--accent);
    background: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
  }

  .input__checkbox-label a:not([class]):hover {
    text-decoration-color: trasnparent;
  }

  .social__link:hover::before {
    opacity: .7;
  }

  .hide-lg-up {
    display: none;
  }

  .modal__close:hover {
    opacity: .7;
  }

  .modal__close:active {
    opacity: 1;
  }

  .header__logo:hover {
    opacity: .7;
  }

  .header__nav {
    display: none;
  }

  .header__contacts {
    flex-direction: row;
    align-items: center;
  }

  .header__contacts-cell {
    margin: 0 24px 0 0;
  }

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

  .header__burger {
    display: none;
  }

  .banner__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner__bg--wrap {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    max-width: 1920px;
    margin: 0;
  }

  .banner__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .banner__info {
    margin: 0 64px 0 0;
    padding-top: 100px;
  }

  .banner__right {
    min-width: 360px;
    max-width: 360px;
  }

  .banner__form-title {
    font-size: 28px;
  }

  .banner__features {
    margin-top: 200px;
  }

  .buyout__title {
    font-size: 28px;
  }

  .steps__row {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: -32px;
  }

  .steps__card {
    width: 33.3%;
    padding: 0 16px;
    margin-bottom: 32px;
  }

  .steps__card-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .steps__card-desc {
    font-size: 18px;
  }

  .benefits__row {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -60px;
  }

  .benefits__card {
    padding: 0 30px;
    margin-bottom: 60px;
  }

  .benefits__card-body {
    padding: 32px 24px;
  }

  .benefits__card-desc {
    font-size: 18px;
  }

  .feedback {
    padding: 24px;
  }

  .feedback__card {
    width: 40%;
  }

  .feedback__title {
    font-size: 28px;
  }

  .footer__row {
    flex-wrap: nowrap;
    margin-bottom: 64px;
    gap: auto;
  }

  .footer__col {
    margin-right: 135px;
    margin-bottom: 0;
    width: auto;
    display: block;
  }

  .footer__social {
    margin-top: 120px;
  }

  .footer__contacts {
    padding: 0;
    border-bottom: none;
  }

  .footer__contacts ul li a:hover {
    color: var(--accent);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1384px;
  }

  .input__label {
    margin-bottom: 8px;
  }

  .input__cell {
    font-size: 16px;
  }

  .hide-xl-only {
    display: none;
  }

  .banner__right {
    min-width: 420px;
    max-width: 420px;
  }

  .buyout__gos-input {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .hide-xl-down {
    display: none;
  }

  .header__social span {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide-lg-down {
    display: none;
  }

  .header__nav {
    position: fixed;
    top: 64px;
    right: 16px;
    padding: 24px;
    background: #fff;
    width: 290px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    transform: translateY(8px);
    z-index: -1;
    box-shadow: 0 1px 11px rgba(255, 133, 98, .1);
  }

  .banner__bg--wrap {
    border-radius: 24px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .hide-md-down {
    display: none;
  }
}

@media (max-width: 577px) {
  .hide-sm-down {
    display: none;
  }

  .header__contacts-cell span {
    display: none;
  }

  .buyout__nav .btn {
    width: 100%;
    margin: 0 0 12px;
  }

  .buyout__nav .btn:last-child {
    margin: 0;
  }

  .benefits__card-logo--wrap {
    min-width: 140px;
    max-width: 140px;
  }
}
