/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.2; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
p {
  margin: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.2; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto mono"), local("Roboto-mono"), url("fonts/RobotoMono-Regular.woff2") format("woff2"), url("fonts/RobotoMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Roboto light"), local("Roboto-light"), url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("fonts/Roboto-BlackItalic.woff2") format("woff2"), url("fonts/Roboto-BlackItalic.woff") format("woff");
}
html {
  min-width: 320px;
  height: 100%;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.24;
  color: #fff;
  background: #18191b;
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
main {
  flex: 1 1 auto;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 24px;
  }
}
main {
  background: #18191b;
}
.container {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.section {
  padding: 32px 0;
}
.section-top {
  margin-bottom: 24px;
}
.section-title {
  margin: 0;
  padding: 0;
  font-size: 32px;
}
.section-text {
  margin-top: 12px;
}
.separator {
  margin: 40px 0;
}
.separator__circle {
  position: relative;
  display: inline-block;
  color: #888;
}
.separator__circle span {
  color: #ffd700;
  font-size: 8px;
}
.separator__circle span::before {
  content: "\f111";
  font-family: "FontAwesome";
}
.separator__circle::before,
.separator__circle::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 128px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.separator__circle::before {
  right: 100%;
  margin-right: 16px;
}
.separator__circle::after {
  left: 100%;
  margin-left: 16px;
}
.section__preview {
  text-align: center;
}
.section__main {
  text-align: center;
}
.section__title-text {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}
.section__title-text span {
  color: #ffd700;
}
.section__info {
  margin-bottom: 40px;
}
.section__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section__icon {
  margin-top: 32px;
  margin-bottom: 32px;
}
.section__icon img {
  width: 30%;
}
.section__item {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 32px;
}
.section__item:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.section__item:hover .section__item-icon-image,
.section__item:active .section__item-icon-image {
  transition: all 0.5s ease-in-out;
  transform: rotate(360deg);
}
.section__item:hover .white,
.section__item:active .white {
  background: #fff;
}
.section__item:hover .white .section__item-icon-image::before,
.section__item:active .white .section__item-icon-image::before {
  transition: all 0.5s ease-in-out;
  color: #ffd700;
}
.section__item:hover .gold,
.section__item:active .gold {
  background: #ffd700;
}
.section__item:hover .gold .section__item-icon-image::before,
.section__item:active .gold .section__item-icon-image::before {
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.section-link {
  text-decoration: none;
  color: #fff;
}
.section__item-icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin: 0 auto 30px;
  border: 2px solid;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.white {
  border-color: #fff;
}
.gold {
  border-color: #ffd700;
}
.section__item-icon-image {
  font-size: 32px;
  font-family: "FontAwesome";
  line-height: 72px;
  border-radius: 50%;
  transition: all 1s ease;
}
.section__item-text {
  text-transform: uppercase;
}
.section__item-text span {
  color: #ffd700;
}
@media (min-width: 480px) {
  .separator__circle::before,
  .separator__circle::after {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 64px 0;
  }
  .section__main {
    justify-content: center;
  }
  .section-top {
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 56px;
  }
  .section-text {
    margin-top: 20px;
  }
  .section__icon {
    margin-top: 0;
  }
  .section__item {
    width: 33%;
  }
  .section__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.text-block {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.4;
}
.text-block:last-of-type {
  margin-bottom: 0;
}
.text-block > * {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.text-block h2,
.text-block h3,
.text-block h4 {
  font-weight: bold;
}
.text-block h2 {
  margin-top: 20px;
  font-size: 28px;
}
.text-block h2 + h3 {
  margin-top: -4px;
}
.text-block h2 + h4 {
  margin-top: -4px;
}
.text-block h3 {
  margin-top: 20px;
  font-size: 24px;
}
.text-block h3 + h4 {
  margin-top: -4px;
}
.text-block h4 {
  margin-top: 20px;
  font-size: 20px;
}
.text-block strong {
  font-weight: normal;
  font-size: 24px;
}
.text-block ul:not([class]),
.text-block ol:not([class]) {
  list-style: none;
}
.text-block ul:not([class]) > li,
.text-block ol:not([class]) > li {
  margin-bottom: 4px;
}
.text-block ul:not([class]) > li:last-of-type,
.text-block ol:not([class]) > li:last-of-type {
  margin-bottom: 0;
}
.text-block ul:not([class]) > li *,
.text-block ol:not([class]) > li * {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
.text-block ul:not([class]) > li *:first-child,
.text-block ol:not([class]) > li *:first-child {
  margin-top: 0 !important;
}
.text-block ul:not([class]) > li *:last-child,
.text-block ol:not([class]) > li *:last-child {
  margin-bottom: 0 !important;
}
.text-block ul:not([class]) ul,
.text-block ol:not([class]) ul,
.text-block ul:not([class]) ol,
.text-block ol:not([class]) ol {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  margin-left: 16px;
}
.text-block ul:not([class]) > li {
  display: flex;
  align-items: flex-start;
}
.text-block ul:not([class]) > li::before {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 6.5px;
  background-color: #0057da;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.text-block ol:not([class]) {
  counter-reset: item;
}
.text-block ol:not([class]) > li::before {
  float: left;
  margin-right: 4px;
  counter-increment: item;
  content: counter(item) '. ';
}
.text-block ol:not([class]) > li::after {
  display: block;
  clear: both;
  content: "";
}
.text-block img {
  display: block;
  width: 100%;
  height: auto;
}
.text-block hr {
  height: 1px;
  color: #acacac;
  background-color: #acacac;
  border: none;
}
.text-block > *:first-child {
  margin-top: 0 !important;
}
.text-block > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .text-block {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .text-block > * {
    margin-bottom: 12px;
  }
  .text-block h2 {
    margin-top: 24px;
    font-size: 32px;
  }
  .text-block h2 + h3 {
    margin-top: -8px;
  }
  .text-block h2 + h4 {
    margin-top: -8px;
  }
  .text-block h3 {
    margin-top: 24px;
    font-size: 28px;
  }
  .text-block h3 + h4 {
    margin-top: -8px;
  }
  .text-block h4 {
    margin-top: 24px;
    font-size: 24px;
  }
  .text-block strong {
    font-size: 28px;
  }
  .text-block ul:not([class]) > li,
  .text-block ol:not([class]) > li {
    margin-bottom: 6px;
  }
  .text-block ul:not([class]) > li *,
  .text-block ol:not([class]) > li * {
    margin-bottom: 6px;
  }
  .text-block ul:not([class]) ul,
  .text-block ol:not([class]) ul,
  .text-block ul:not([class]) ol,
  .text-block ol:not([class]) ol {
    margin-top: 6px;
  }
  .text-block ul:not([class]) > li::before {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    margin-top: 7.5px;
  }
}
@media (min-width: 1440px) {
  .text-block {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .text-block h2 {
    margin-top: 28px;
    font-size: 40px;
  }
  .text-block h3 {
    margin-top: 28px;
    font-size: 32px;
  }
  .text-block h4 {
    margin-top: 28px;
    font-size: 28px;
  }
  .text-block strong {
    font-size: 32px;
  }
  .text-block ul:not([class]) > li::before {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: 8.5px;
  }
}
.btn {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  line-height: normal;
  border: 1px solid;
  transition: all 0.2s;
}
.btn--orange {
  color: #fff;
  background-color: Orange;
  border-color: Orange;
}
.btn--orange:hover,
.btn--orange:focus {
  color: Orange;
  background-color: #fff;
}
.btn--empty-orange {
  color: Orange;
  border-color: Orange;
}
.btn--empty-orange:hover,
.btn--empty-orange:focus {
  color: #fff;
  background-color: Orange;
}
.btn--s {
  padding: 11px 12px;
  font-size: 16px;
}
.btn--m {
  padding: 13px 16px;
  font-size: 20px;
}
.btn--Blue {
  color: #fff;
  background-color: #0057da;
  border-color: #0057da;
}
.btn--Blue:hover,
.btn--Blue:focus {
  color: #0057da;
  background-color: #fff;
}
.btn:disabled,
.btn--disabled {
  opacity: 0.48;
  pointer-events: none;
}
.to-top {
  position: fixed;
  bottom: 46px;
  left: 16px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url("media/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: center;
  box-shadow: 0 0 16px 0 rgba(168,173,192,0.24);
  border: 2px solid #acacac;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: -9;
}
.to-top.scrolled {
  opacity: 1;
  pointer-events: initial;
  z-index: 9;
}
@media (min-width: 768px) {
  .btn--s {
    padding: 13px 16px;
    font-size: 20px;
  }
  .btn--m {
    padding: 15px 20px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .to-top {
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1366px) {
  .to-top {
    bottom: 24px;
    left: 24px;
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .btn--s {
    padding: 15px 20px;
    font-size: 24px;
  }
  .btn--m {
    padding: 17px 24px;
    font-size: 28px;
  }
}
.form {
  margin: 0;
  padding: 0;
}
.form__row {
  margin-bottom: 12px;
}
.form__row:last-of-type {
  margin-bottom: 0;
}
.form__item {
  margin-bottom: 12px;
}
.form__item:last-of-type {
  margin-bottom: 0;
}
.form__item-label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #0057da;
}
.form__input {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 11px 12px;
  font-size: 16px;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0,87,218,0.48);
  border-radius: 0;
  box-sizing: border-box;
  transition: all 0.2s;
}
.form__input:hover {
  border-color: rgba(0,87,218,0.72);
}
.form__input.is-invalid {
  color: #f00;
  border-color: #f00;
}
.form__input:focus {
  color: #000;
  border-color: #0057da;
}
.form__input::-webkit-input-placeholder {
  color: #acacac;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input::-moz-placeholder {
  color: #acacac;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:-moz-placeholder {
  color: #acacac;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:-ms-input-placeholder {
  color: #acacac;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:focus::-webkit-input-placeholder {
  color: #000;
}
.form__input:focus::-moz-placeholder {
  color: #000;
}
.form__input:focus:-moz-placeholder {
  color: #000;
}
.form__input:focus:-ms-input-placeholder {
  color: #000;
}
.form__item-mistake {
  margin-top: 4px;
  font-size: 14px;
  color: #f00;
}
.form__mistakes {
  margin-top: 16px;
  font-size: 14px;
  color: #f00;
  text-align: center;
}
.form__mistakes p {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.form__mistakes p:last-of-type {
  margin-bottom: 0;
}
.form__bottom {
  margin-top: 24px;
}
.form__submit {
  width: 100%;
}
.form__agreement {
  margin-top: 8px;
  font-size: 12px;
  color: #acacac;
}
.form__success {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .form__row {
    margin-bottom: 16px;
  }
  .form__item {
    margin-bottom: 16px;
  }
  .form__item-label {
    font-size: 16px;
  }
  .form__input {
    padding: 13px 16px;
    font-size: 20px;
  }
  .form__item-mistake {
    font-size: 16px;
  }
  .form__mistakes {
    margin-top: 24px;
    font-size: 16px;
  }
  .form__bottom {
    margin-top: 32px;
  }
  .form__agreement {
    font-size: 14px;
  }
  .form__success {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .form__row {
    margin-bottom: 20px;
  }
  .form__item {
    margin-bottom: 20px;
  }
  .form__item-label {
    font-size: 18px;
  }
  .form__input {
    padding: 15px 20px;
    font-size: 24px;
  }
  .form__item-mistake {
    font-size: 18px;
  }
  .form__mistakes {
    margin-top: 32px;
    font-size: 18px;
  }
  .form__bottom {
    margin-top: 40px;
  }
  .form__agreement {
    font-size: 16px;
  }
  .form__success {
    font-size: 32px;
  }
}
.anim-right {
  transform: translateX(-60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-right.active {
  transition-duration: 1s;
  transform: translateX(0);
  opacity: 1;
}
.anim-left {
  transform: translateX(60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-left.active {
  transition-duration: 1s;
  transform: translateX(0);
  opacity: 1;
}
.anim-top {
  transform: translateY(60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-top.active {
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}
.anim-bottom {
  transform: translateY(-60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-bottom.active {
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}
.anim-scale-opacity {
  transform: scale(0);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-scale-opacity.active {
  transition-duration: 1s;
  transform: scale(1);
  opacity: 1;
}
.anim-opacity {
  opacity: 0;
  transition-property: opacity;
}
.anim-opacity.active {
  transition-duration: 1s;
  opacity: 1;
}
.anim-item.active .anim-right {
  transform: translateX(0);
  opacity: 1;
}
.anim-item.active .anim-left {
  transform: translateX(0);
  opacity: 1;
}
.anim-item.active .anim-bottom {
  transform: translateY(0);
  opacity: 1;
}
.anim-item.active .anim-top {
  transform: translateY(0);
  opacity: 1;
}
.anim-item.active .anim-scale-opacity {
  transform: scale(1);
  opacity: 1;
}
.anim-item.active .anim-opacity {
  opacity: 1;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination__item {
  margin: 5px;
  margin-top: 0;
}
.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.pagination__item a:hover,
.pagination__item a:focus {
  outline: none;
  color: #fe7630;
}
.pagination__item a:not([href]) {
  color: #fff;
  background-color: #fe7630;
}
@media (min-width: 1024px) {
  .pagination__item a {
    width: 50px;
    height: 50px;
  }
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.swiper-pagination-bullet {
  height: auto;
  width: auto;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: initial;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid;
  border-color: #808080;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.swiper-pagination-bullet.active {
  cursor: default;
  opacity: 1;
  border-color: #ffd700;
}
.swiper-pagination-bullet-active {
  background: #007aff;
}
.swiper-slide-visible {
  opacity: 0.2;
}
.swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 440px) {
  .swiper-pagination-bullet {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    padding: 40px;
  }
  .swiper-slide-text {
    font-size: 24px;
  }
}
.teaser {
  display: flex;
  height: 100%;
  justify-content: center;
}
.teaser__container {
  padding: 32px 0;
  height: 100%;
}
.teaser__main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.teaser__main {
  text-align: center;
}
.teaser__title {
  margin-bottom: 32px;
}
.teaser__title-text {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 6px;
  text-align: center;
}
.teaser__title-text span {
  color: #fc0;
}
.teaser__info {
  margin-bottom: 32px;
}
.teaser__info p {
  font-size: 14px;
  letter-spacing: 4px;
}
.teaser__link {
  display: inline-block;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
}
.teaser__link:hover,
.teaser__link:active {
  border-color: #ffd700;
  background: #ffd700;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .teaser__container {
    padding: 0;
  }
}
.fa:before {
  color: #ffd700;
}
@media (min-width: 768px) {
  .advantages .section__main {
    display: flex;
  }
  .advantages .section__main .section__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages .section__main .section__list .section__item {
    width: auto;
    margin-bottom: 32px;
  }
  .advantages .section__main .section__list .section__item:last-of-type {
    margin-bottom: 0;
  }
  .advantages .section__main .section__icon {
    margin: 0;
    align-self: center;
  }
  .advantages .section__main .section__icon img {
    width: 60%;
  }
}
.swiper-pagination-bullet-icon {
  margin-bottom: 12px;
}
.swiper-pagination-bullet-icon-image {
  line-height: 32px;
  font-size: 32px;
  font-family: "FontAwesome";
  color: #888;
  transition: all 0.5s ease-in-out;
}
.swiper-pagination-bullet-name {
  transition: all 0.5s ease-in-out;
}
.active .swiper-pagination-bullet-icon-image {
  color: #ffd700;
}
.active .swiper-pagination-bullet-name {
  color: #ffd700;
}
.tel-image::before {
  content: "\f2a0";
}
.okey-image::before {
  content: "\f00c";
}
.pencil-image::before {
  content: "\f044";
}
.smile-image::before {
  content: "\f118";
}
.portfolio .swiper {
  width: 100%;
  height: 100%;
}
.portfolio .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.portfolio .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .swiper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.portfolio .swiper .mySwiper2 {
  height: 80%;
  width: 100%;
}
.portfolio .swiper .mySwiper,
.portfolio .swiper .mySwiper4,
.portfolio .swiper .mySwiper6,
.portfolio .swiper .mySwiper8 {
  height: 20%;
  padding: 10px 0;
  box-sizing: border-box;
}
.portfolio .swiper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.portfolio .swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.portfolio .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__list {
  margin-bottom: 24px;
}
.portfolio__item {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}
.portfolio__item-slider {
  position: fixed;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.portfolio__item-icon {
  overflow: hidden;
}
.section__calc {
  text-align: left;
}
.section__calc .section__title h1 {
  font-size: 24px;
}
.section__text {
  margin-bottom: 16px;
}
.section__text p {
  color: #808080;
}
.section__calc-link {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.section__calc-link:hover,
.section__calc-link:active {
  border-color: #ffd700;
  background: #ffd700;
  transition: all 0.5s ease-in-out;
}
.portfolio__item-icon {
  position: relative;
  height: 230px;
}
.portfolio__item-icon-image {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.portfolio__item-icon-image img {
  height: 100%;
  width: 100%;
}
.portfolio__item-icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  color: #ffd700;
  background-color: rgba(0,0,0,0.8);
  transform: scale(0.3);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .portfolio__item {
    width: 50%;
  }
  .portfolio__item-icon:hover .portfolio__item-icon-text,
  .portfolio__item-icon:active .portfolio__item-icon-text {
    opacity: 1;
    transform: scale(1);
  }
  .portfolio__item-icon:hover .portfolio__item-icon-image,
  .portfolio__item-icon:active .portfolio__item-icon-image {
    transition: all 0.3s ease-in-out;
    transform: scale(1.25);
  }
}
@media (min-width: 1440px) {
  .portfolio__item {
    max-width: 600px;
  }
  .portfolio__item-icon {
    height: 400px;
  }
}
.portfolio__slider {
  margin: 0 auto;
  max-width: 500px;
}
.portfolio__swiper {
  margin-bottom: 16px;
}
@media (min-width: 1320px) {
  .portfolio__slider {
    max-width: 800px;
  }
}
.contacts__form-block {
  display: flex;
  flex-direction: column;
}
.contacts__form-block input {
  margin-bottom: 12px;
}
.contacts__block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contacts__block-item {
  display: flex;
  margin-bottom: 40px;
  text-align: right;
  transition: all 0.5s ease-in-out;
}
.contacts__block-item:hover,
.contacts__block-item:active {
  filter: brightness(2);
  transition: all 0.5s ease-in-out;
}
.contacts__block-item-info {
  padding-right: 16px;
  letter-spacing: 2px;
  border-right: 1px solid #808080;
}
.contacts__block-item-title {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #d3d3d3;
}
.contacts__block-item-icon {
  display: inline-block;
  padding-left: 16px;
  align-self: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: #808080;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.phone::before {
  content: "\f095";
}
.map {
  width: 16px;
}
.map::before {
  content: "\f041";
}
.mail::before {
  content: "\f0e0";
}
.contacts__block-item-text a {
  color: #808080;
  font-size: 16px;
  text-decoration: none;
}
.contacts__form-block-info {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.contacts__form-block-info .contacts__form-input {
  margin-bottom: 0;
}
.contacts__form-block-info .contacts__form-input:not(:last-of-type) {
  margin-right: auto;
}
.contacts__form-input {
  padding: 12px 0;
  background: transparent;
  font-size: 12px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  -webkit-appearance: none;
}
.contacts__form-text {
  margin-bottom: 12px;
  padding: 12px 0;
  background: transparent;
  font-size: 12px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
}
.contacts__form-block-submit {
  display: flex;
}
.contacts__form-block-submit input {
  width: 45%;
  margin-right: auto;
  margin-bottom: 0;
}
.contacts__form-btn {
  width: 45%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 4px 16px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
.contacts__form-btn:hover,
.contacts__form-btn:active {
  color: #ffd700;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .contacts__list {
    display: flex;
  }
  .contacts__item-info {
    width: 35%;
    margin-right: auto;
  }
  .contacts__item-form {
    width: 60%;
  }
  .map {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  .map {
    width: 24px;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 12px 0;
  z-index: 100;
  background: #18191b;
  border-bottom: 1px solid #808080;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  transition: box-shadow 0.2s;
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header__logo-link {
  display: block;
  width: 80px;
  margin-right: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.header__logo-image {
  display: block;
  width: 100%;
}
.header__logo-image:hover,
.header__logo-image:active {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.header__tel-link {
  font-size: 20px;
  text-decoration: none;
  color: #ffd700;
}
.header__tel-link:hover,
.header__tel-link:active {
  color: #fff;
}
.header__logo-text {
  display: none;
}
.header__burger {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  flex-shrink: 0;
  background-color: #ffd700;
}
.header__burger span {
  margin: auto;
  transition: all 0.2s;
}
.header__burger span::before {
  transition: all 0.2s;
  font-family: FontAwesome;
  font-size: 24px;
  color: #000;
  content: "\f0c9";
}
.header__burger:hover,
.header__burger:focus {
  background-color: #fff;
}
.header__burger:hover span,
.header__burger:focus span {
  background-color: #fff;
}
.closed {
  background-color: #ffd700;
}
.closed span::before {
  font-family: FontAwesome;
  font-size: 24px;
  content: "\f00d";
}
.header__nav {
  display: none;
  width: 100%;
  height: 300px;
  transition: all 0.4s;
  transform: translateX(100%);
}
.header__nav.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 103px;
  right: 0;
  box-shadow: -10px 5px 20px 0 rgba(126,104,99,0.5);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
}
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link {
  height: color;
}
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link : #a6a6a6,
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link:hover,
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link:focus {
  color: #fe7630;
}
.header__nav.active {
  background: #18191b;
}
.header__nav-top {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.header__nav-title {
  font-size: 16px;
  line-height: 1;
  color: #e6e6e6;
  text-transform: uppercase;
}
.header__menu {
  height: 1px;
  padding: 16px;
  flex-grow: 1;
  flex-shrink: 0;
  overflow-y: auto;
  box-sizing: border-box;
}
.header__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu-item {
  margin-bottom: 4px;
  padding: 24px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.header__menu-item:last-of-type {
  margin-bottom: 0;
}
.header__menu-link {
  position: relative;
  display: block;
  padding-left: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
}
.header__menu-link span {
  line-height: 1;
}
.header__menu-link .icon-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  transition: all 0.3s;
}
.header__menu-link .icon-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__menu-link .icon-arrow svg path {
  fill: #fe7630;
}
.header__menu-link:hover,
.header__menu-link:focus {
  transition: all 0.5s ease-in-out;
  color: #ffd700;
}
.header__menu-link.active .icon-arrow {
  transform: rotate(-180deg);
}
.act {
  color: #ffd700;
}
@media (min-width: 768px) {
  .header__logo-text {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    margin-right: auto;
    flex-direction: column;
  }
  .header__logo-link {
    width: 60px;
    margin-bottom: 12px;
  }
  .header__logo-image--short {
    display: none;
  }
  .header__logo-image--main {
    display: block;
  }
  .header__tel-link {
    white-space: nowrap;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    display: flex;
    position: initial;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
    margin-left: 12px;
    overflow: initial;
    flex-direction: row;
    align-items: center;
    background-color: initial;
    border-bottom-left-radius: initial;
    transform: initial;
  }
  .header__nav.active {
    box-shadow: initial;
    transform: initial;
  }
  .header__nav-top {
    display: none;
  }
  .header__menu {
    height: auto;
    padding: 0;
    overflow-y: initial;
    flex-grow: initial;
    flex-shrink: initial;
  }
  .header__menu-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .header__menu-item {
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    background: transparent;
  }
  .header__menu-item:last-of-type {
    margin-right: 0;
  }
  .header__menu-item--relative {
    position: relative;
  }
  .header__menu-item:not(:last-of-type) .header__menu-link::after {
    content: "\f111";
    margin-left: 16px;
    font-family: "FontAwesome";
    font-size: 0.462em;
    line-height: 6em;
    vertical-align: middle;
    position: relative;
  }
  .header__menu-link {
    position: initial;
    padding: 8px 0;
    font-size: 18px;
    line-height: 16px;
  }
@keyframes header-transform {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
}
}
@media (min-width: 1440px) {
  .header__logo {
    flex-direction: row;
  }
  .header__logo-link {
    width: 80px;
    margin-right: 20px;
  }
  .header__logo-title {
    font-size: 14px;
    line-height: 1;
  }
  .header__logo-text {
    margin-top: 12px;
    font-size: 12px;
  }
  .header__menu {
    margin-right: 28px;
  }
  .header__menu-link {
    padding: 10px 0;
  }
}
@media (min-width: 1768px) {
  .header {
    padding: 16px 0;
  }
  .header__logo-link {
    width: 84px;
    margin-right: 24px;
  }
  .header__logo-title {
    font-size: 16px;
  }
  .header__logo-text {
    font-size: 14px;
  }
  .header__contacts {
    margin-bottom: 28px;
  }
  .header__contacts-tel {
    font-size: 20px;
  }
  .header__contacts-address {
    font-size: 16px;
    line-height: 1.2;
  }
  .header__menu {
    margin-right: 36px;
  }
  .header__menu-item {
    margin-right: 24px;
  }
}
footer {
  padding: 32px 0;
  background: #0b0b0b;
}
.footer__main {
  text-align: center;
}
.footer__title {
  margin-bottom: 16px;
}
.footer__title-text {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  color: #ffd700;
}
.footer__tel {
  font-size: 24px;
  text-decoration: none;
  color: #ffd700;
}
.footer__tel:hover,
.footer__tel:active {
  color: #fff;
}
