@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Importsы ы w*/
/* -------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* fonts */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* SF Pro Text / Regular / Medium / Bold */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SF_Pro_Text_Light.eot");
  src: local("SF Pro Text Light"), url("../fonts/SF_Pro_Text_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SF_Pro_Text_Light.woff") format("woff"), url("../fonts/SF_Pro_Text_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SF_Pro_Text_Regular.eot");
  src: local("SF Pro Text Regular"), url("../fonts/SF_Pro_Text_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SF_Pro_Text_Regular.woff") format("woff"), url("../fonts/SF_Pro_Text_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SF_Pro_Text_Medium.eot");
  src: local("SF Pro Text Medium"), url("../fonts/SF_Pro_Text_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SF_Pro_Text_Medium.woff") format("woff"), url("../fonts/SF_Pro_Text_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SF_Pro_Text_Bold.eot");
  src: local("SF Pro Text Bold"), url("../fonts/SF_Pro_Text_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF_Pro_Text_Bold.woff") format("woff"), url("../fonts/SF_Pro_Text_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SF_Pro_Text_Heavy.eot");
  src: local("SF Pro Text Heavy"), url("../fonts/SF_Pro_Text_Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SF_Pro_Text_Heavy.woff") format("woff"), url("../fonts/SF_Pro_Text_Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* BeaufortforLOL / Regular */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("../fonts/BeaufortforLOL_Regular.eot");
  src: local("BeaufortforLOL-Regular"), url("../fonts/BeaufortforLOL_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BeaufortforLOL_Regular.woff") format("woff"), url("../fonts/BeaufortforLOL_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Default Settings */
/* -------------------------------------------------------------------------------------------------------------------- */
html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'SF Pro Text';
  font-weight: 400;
  color: #1d1d1f;
}

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

a {
  text-decoration: none;
  color: #1d1d1f;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Input Settings */
/* -------------------------------------------------------------------------------------------------------------------- */
input, button, select, textarea {
  outline: none;
  border: none;
}

select, button {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  color: #2d2d2d;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
  opacity: 0;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Flex Box */
/* -------------------------------------------------------------------------------------------------------------------- */
.flex-sbc, .flex-sbs, .flex-sbe,
.flex-cc, .flex-cs, .flex-ce,
.flex-sc, .flex-ss, .flex-se,
.flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Structure */
/* -------------------------------------------------------------------------------------------------------------------- */
body {
  background: #fff;
}

.header, .main, .footer {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.header.nav_active, .main.nav_active, .footer.nav_active {
  -webkit-transform: translateX(calc( 280px / 2));
  -ms-transform: translateX(calc( 280px / 2));
  transform: translateX(calc( 280px / 2));
  opacity: 0.7;
}

.wrapper.nav_active {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Wrapper */
/* -------------------------------------------------------------------------------------------------------------------- */
.wrapper {
  width: 100%;
  max-width: calc( 1920px - 12px);
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  .wrapper {
    padding: 20px;
  }
}

.wrapper:after {
  content: '';
  width: 100%;
  height: 40px;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .wrapper:after {
    height: 20px;
  }
}

.wrapper:before {
  content: '';
  width: 100%;
  height: 40px;
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .wrapper:before {
    height: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Section */
/* -------------------------------------------------------------------------------------------------------------------- */
.section {
  width: 100%;
  height: 880px;
  background: #dcdcdc;
  margin-top: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Size */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Background */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Content */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Title */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Button */
  /* ----------------------------------------------------------------------------------------------------------------- */
}

.section.section_1, .section.section_4, .section.section_8, .section.section_9 {
  height: 880px;
  background: #1d1d1f;
}

@media (max-width: 1600px) {
  .section.section_1, .section.section_4, .section.section_8, .section.section_9 {
    height: 750px;
  }
}

@media (max-width: 1440px) {
  .section.section_1, .section.section_4, .section.section_8, .section.section_9 {
    height: 670px;
  }
}

@media (max-width: 1024px) {
  .section.section_1, .section.section_4, .section.section_8, .section.section_9 {
    height: 480px;
  }
}

@media (max-width: 860px) {
  .section.section_1, .section.section_4, .section.section_8, .section.section_9 {
    height: 390px;
  }
}

@media (max-width: 640px) {
  .section.section_1, .section.section_4, .section.section_8, .section.section_9 {
    height: 280px;
  }
}

.section.section_2, .section.section_3, .section.section_6, .section.section_7 {
  width: calc( ( 100% - 2px ) / 2);
  height: 770px;
  background: url("../images/bg/white_texture.jpg") top left repeat-x;
  background-size: auto 100% !important;
}

@media (max-width: 1690px) {
  .section.section_2, .section.section_3, .section.section_6, .section.section_7 {
    height: 500px;
  }
}

@media (max-width: 1600px) {
  .section.section_2, .section.section_3, .section.section_6, .section.section_7 {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .section.section_2, .section.section_3, .section.section_6, .section.section_7 {
    height: 250px;
  }
}

@media (max-width: 860px) {
  .section.section_2, .section.section_3, .section.section_6, .section.section_7 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section.section_2, .section.section_3, .section.section_6, .section.section_7 {
    height: auto;
  }
  .section.section_2 .section__bg, .section.section_3 .section__bg, .section.section_6 .section__bg, .section.section_7 .section__bg {
    opacity: 0.2;
    height: 130%;
  }
}

.section.section_5 {
  height: 770px;
  background: #fff;
}

@media (max-width: 1600px) {
  .section.section_5 {
    height: 650px;
  }
}

@media (max-width: 1024px) {
  .section.section_5 {
    height: 450px;
  }
}

@media (max-width: 860px) {
  .section.section_5 {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .section.section_5 {
    height: auto;
  }
  .section.section_5 .section__bg img {
    width: 100%;
  }
}

.section__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 640px) {
  .section__bg {
    opacity: 0.3;
  }
}

.section__bg img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__content {
  position: relative;
  z-index: 2;
}

.section__title {
  font-family: 'SF Pro Text';
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .section__title {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 640px) {
  .section__title {
    font-size: 16px;
    line-height: 16px;
  }
}

.section__title.light {
  font-weight: 300;
}

.section__title.dark {
  color: #1d1d1f;
}

.section__button {
  width: 120px;
  height: 28px;
  border: 1px solid #fff;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  /*
        @media (max-width: 1440px){
            width: 200px;
            height: 40px;
        }
        */
}

@media (max-width: 1024px) {
  .section__button {
    width: 120px;
    height: 28px;
    margin-top: 15px;
  }
}

.section__button:hover:after {
  width: calc( 100% - 2px);
}

.section__button:hover span {
  color: #1d1d1f;
}

.section__button span {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

@media (max-width: 1024px) {
  .section__button span {
    font-size: 10px;
    letter-spacing: 4px;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
}

.section__button:after {
  content: '';
  width: 0;
  height: calc( 100% - 2px);
  background: white;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.section__button.dark {
  border: 1px solid #1d1d1f;
}

.section__button.dark:hover {
  border: 1px solid #1d1d1f;
}

.section__button.dark:hover:after {
  width: calc( 100% - 2px);
}

.section__button.dark:hover span {
  color: #fff;
}

.section__button.dark span {
  color: #1d1d1f;
}

.section__button.dark:after {
  background: #1d1d1f;
}

.section[data-scroll-scale=true] .section__bg {
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
  -webkit-transform: translateY(20px) scale(1.3);
  -ms-transform: translateY(20px) scale(1.3);
  transform: translateY(20px) scale(1.3);
}

/* popup */
/* -------------------------------------------------------------------------------------------------------------------- */
.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(243, 243, 243, 0.95);
  z-index: 10;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup__box {
  width: 700px;
  background: #fff;
  margin: 20px;
  padding: 40px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 20px #dcdcdc;
  box-shadow: 0px 5px 20px #dcdcdc;
}

@media (max-width: 500px) {
  .popup__box {
    padding: 20px;
  }
}

.popup__box-title {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #111;
  text-align: center;
}

@media (max-width: 500px) {
  .popup__box-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.popup__form {
  margin-top: 15px;
}

.popup__form-line {
  width: 100%;
  margin-top: 15px;
}

.popup__form-line input {
  width: 100%;
  height: 50px;
  background: #eee;
  text-align: left;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  text-align: center;
}

@media (max-width: 500px) {
  .popup__form-line input {
    height: 40px;
  }
}

.popup__form-line span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 3px;
}

.popup__form-line button {
  width: 100%;
  height: 48px;
  border: 1px solid #1d1d1f;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

@media (max-width: 500px) {
  .popup__form-line button {
    height: 40px;
  }
}

.popup__form-line button:hover:after {
  width: calc( 100% - 2px);
}

.popup__form-line button:hover span {
  color: #fff;
}

.popup__form-line button span {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 4px;
  color: #1d1d1f;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.popup__form-line button:after {
  content: '';
  width: 0;
  height: calc( 100% - 2px);
  background: #1d1d1f;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.popup__form-line-name {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #565656;
  margin-bottom: 8px;
}

.popup__cancel {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup__cancel:hover:after, .popup__cancel:hover:before {
  background: #f50505;
}

.popup__cancel:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #1d1d1f;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.popup__cancel:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #1d1d1f;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.af-message-error .jGrowl-message {
  font-family: Gilroy Medium;
  font-size: 14px;
  line-height: 14px;
  color: #ff8c8c;
  padding-top: 2px;
  padding-left: 3px;
}

.af-message-error .jGrowl-close {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 18px;
}

.af-message-success .jGrowl-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8cff8c;
  padding-top: 2px;
  padding-left: 3px;
}

.af-message-success .jGrowl-close {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 18px;
}

.init-style .white-style-item {
  display: block;
}

.init-style .black-style-item {
  display: none;
}

.black_style .init-style .white-style-item {
  display: none;
}

.black_style .init-style .black-style-item {
  display: block;
}

body.black_style {
  background: #000;
  color: #fff;
}

.black_style .wrapper:after, .black_style .wrapper:before {
  background: #000;
}

@media (max-width: 1024px) {
  .black_style .nav {
    background: #000;
  }
  .black_style .nav__logo {
    color: #fff !important;
  }
  .black_style .nav__links {
    background: #000;
  }
  .black_style .nav__links-link {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .black_style .nav__links-link a span {
    color: #fff !important;
  }
  .black_style .nav__links-link a:before {
    background: #fff !important;
  }
  .black_style .nav__links-link a:after {
    background: #fff !important;
  }
  .black_style .nav__links-box::-webkit-scrollbar {
    background: #1d1d1f;
  }
  .black_style .nav__links-box::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .black_style .nav__links-box::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
  }
  .black_style .nav__links-phone {
    color: #fff !important;
  }
  .black_style .nav__links-phone span {
    color: #fff !important;
  }
  .black_style .nav__open-nav:after {
    background: #fff;
  }
  .black_style .nav__open-nav:before {
    background: #fff;
  }
  .black_style .nav__open-nav-item {
    background: #fff;
  }
}

.black_style .nav__sep {
  background: #fff !important;
}

.black_style .text-box p {
  color: #979797;
}

.black_style .text-box h1, .black_style .text-box h2, .black_style .text-box h3, .black_style .text-box h4, .black_style .text-box h5, .black_style .text-box h6 {
  color: #ffffff;
}

.black_style .spoiler__icon {
  background: #141414;
}

.black_style .spoiler__title {
  background: #1c1c1c;
  color: #fff;
}

.black_style .spoiler__title:hover {
  background: #222222;
}

.black_style .spoiler__content {
  background: #1c1c1c;
}

.black_style .black-box {
  background: #141414;
}

.black_style .black-box:after {
  content: '';
  background: -webkit-radial-gradient(closest-side, #202020, #141414);
  background: -o-radial-gradient(closest-side, #202020, #141414);
  background: radial-gradient(closest-side, #202020, #141414);
}

.black_style .black-content-swiper .swiper-title {
  color: #fff;
}

.black_style .black-content-swiper .swiper-button-prev, .black_style .black-content-swiper .swiper-button-next {
  border: 1px solid #fff;
  color: #fff;
}

.black_style .black-content-swiper .swiper-button-prev:before, .black_style .black-content-swiper .swiper-button-next:before {
  content: '';
  background: #fff;
}

.black_style .black-content-swiper .swiper-button-prev span, .black_style .black-content-swiper .swiper-button-next span {
  color: #fff;
}

.black_style .black-content-swiper .swiper-button-prev:hover span, .black_style .black-content-swiper .swiper-button-next:hover span {
  color: #000;
}

.black_style .black-content-swiper .swiper-pagination {
  border: 1px solid #383838;
  color: #fff;
}

.black_style .black-content-swiper .swiper-pagination span {
  color: #fff;
}

.black_style .footer {
  background: #000;
  border-top: 1px solid #181818;
}

.black_style .footer__nav a span {
  color: #fff;
}

.black_style .footer__cpr {
  color: #8d8d8d;
}

.black_style .footer__social-item {
  color: #fff;
}

.black_style .footer__social-item:after {
  background: #fff;
}

.black_style .section.section_5 {
  background: #000;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Header
/* -------------------------------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: calc( 100vh - 80px);
  background: #d0d7df;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 1600px) {
  .header {
    height: calc( 100vh - 40px);
  }
}

@media (max-width: 1024px) {
  .header {
    height: 470px;
    margin-top: 54px;
  }
}

@media (max-width: 640px) {
  .header {
    height: 420px;
  }
}

@media (max-width: 480px) {
  .header {
    height: 320px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Slider
/* -------------------------------------------------------------------------------------------------------------------- */
.header .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.header .swiper-container {
  width: 100%;
  height: 100%;
}

.header .swiper-slide {
  width: 100%;
  height: 100%;
}

.header .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.header .swiper-pagination {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 1024px) {
  .header .swiper-pagination {
    margin-top: 50px;
  }
}

.header .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  position: relative;
  border-radius: 0px;
}

.header .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.header .swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  margin: 1px;
  background: #333333;
}

.header .swiper-slide-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.header .swiper-slide-text {
  width: 100%;
  padding: 80px 80px;
  text-align: center;
}

@media (max-width: 1440px) {
  .header .swiper-slide-text {
    padding: 40px 40px;
  }
}

@media (max-width: 1024px) {
  .header .swiper-slide-text {
    padding: 30px 30px;
  }
}

@media (max-width: 640px) {
  .header .swiper-slide-text {
    padding: 20px 20px;
  }
}

.header .swiper-slide-text-small {
  position: relative;
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

@media (max-width: 640px) {
  .header .swiper-slide-text-small {
    line-height: 18px;
  }
}

.header .swiper-slide-text-big {
  position: relative;
  font-family: 'SF Pro Text';
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

@media (max-width: 640px) {
  .header .swiper-slide-text-big {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .swiper-slide.dark .swiper-slide-text {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
  }
}

.swiper-slide.dark .swiper-slide-text-small {
  color: #fff;
}

.swiper-slide.dark .swiper-slide-text-big {
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Navigation
/* -------------------------------------------------------------------------------------------------------------------- */
.nav {
  width: auto;
  height: auto;
  position: fixed;
  top: 120px;
  left: 120px;
  z-index: 2;
  /* Logo
    /* ----------------------------------------------------------------------------------------------------------------- */
  /* Links
    /* ----------------------------------------------------------------------------------------------------------------- */
  /* Стили белой навигации
    /* ----------------------------------------------------------------------------------------------------------------- */
  /* open nav button */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

@media (min-width: 1921px) {
  .nav {
    left: calc( ( ( 100% - 1920px ) / 2 ) + 120px);
  }
}

@media (max-width: 1600px) {
  .nav {
    top: 60px;
    left: 60px;
  }
}

@media (max-width: 1024px) {
  .nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
  }
}

.nav.inner-nav {
  top: 40px;
  left: 40px;
}

@media (min-width: 1921px) {
  .nav.inner-nav {
    left: calc( ( ( 100% - 1920px ) / 2 ) + 40px);
  }
}

@media (max-width: 1600px) {
  .nav.inner-nav {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 1024px) {
  .nav.inner-nav {
    top: 0px;
    left: 0px;
  }
}

.nav__logo {
  width: 170px;
  height: 57px;
  position: relative;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2;
  font-size: 56px;
  color: #1d1d1f;
}

@media (max-width: 1024px) {
  .nav__logo {
    width: 104px !important;
    height: 34px !important;
    font-size: 34px !important;
    color: #1d1d1f !important;
  }
}

.nav__links {
  width: auto;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .nav__links {
    width: 280px;
    height: calc( 100vh + 200px);
    margin-top: 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px;
    background: #fff;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
}

@media (max-width: 1024px) {
  .nav__links.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.nav__links:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #1d1d1f;
  position: absolute;
  top: -40px;
  left: 0px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links:before {
    display: none;
  }
}

.nav__links-link {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__links-link a {
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  display: block;
}

.nav__links-link a span {
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #1d1d1f;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .nav__links-link a span {
    color: #1d1d1f !important;
  }
}

.nav__links-link a:before {
  display: block;
  content: '';
  width: 0%;
  height: calc( 100% + 7px);
  background: #fff;
  position: absolute;
  top: -3px;
  left: -7px;
  z-index: 1;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links-link a:before {
    height: 1px;
    background: #1d1d1f !important;
    top: auto !important;
    bottom: -3px !important;
    left: 0px !important;
  }
}

.nav__links-link a:hover:before {
  width: calc( 100% + 11px);
}

@media (max-width: 1024px) {
  .nav__links-link a:hover:before {
    width: calc( 100% - 3px) !important;
  }
}

.nav__links-link a:after {
  content: '';
  width: 3px;
  height: 3px;
  background: #1d1d1f;
  position: absolute;
  top: calc( ( 100% - 3px ) / 2 + 1px);
  left: -15px;
  display: none;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links-link a:after {
    left: -10px;
    background: #1d1d1f !important;
  }
}

.nav__links-link:not(:last-child) {
  margin-bottom: 22px;
}

.nav__links-link.active a:after {
  display: block;
}

.nav__links-box {
  width: 100%;
  max-height: calc( 100vh - 80px - 600px);
  overflow-x: hidden;
  margin-bottom: 10px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: none;
}

.nav__links-box.open {
  display: block;
}

@media (max-width: 1600px) {
  .nav__links-box {
    max-height: calc( 100vh - 80px - 470px);
  }
}

@media (max-width: 1024px) {
  .nav__links-box {
    max-height: calc( 100vh - 80px - 340px);
  }
}

.nav__links-box::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background: #fff;
}

.nav__links-box::-webkit-scrollbar-thumb {
  background-color: #1d1d1f;
}

.nav__links-box::-webkit-scrollbar-thumb:hover {
  background-color: #1d1d1f;
}

.nav__links-box-inner {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  padding-left: 10px;
  padding-right: 10px;
}

.nav__links-box .nav__links-link {
  margin-bottom: 15px;
}

.nav__links-box .nav__links-link a span {
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav__links-box .nav__links-link a:hover:before {
  width: calc( 100% + 15px);
}

@media (max-width: 1024px) {
  .nav__links-box .nav__links-link a:hover:before {
    width: calc( 100%) !important;
  }
}

.nav__links-phone {
  max-width: 200px;
  display: block;
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #1d1d1f;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links-phone {
    color: #1d1d1f !important;
  }
}

.nav__links-phone:not(:last-child) {
  margin-bottom: 22px;
}

.nav__links-phone span {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  margin-top: 2px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links-phone span {
    color: #1d1d1f !important;
  }
}

.nav__sep {
  width: 40px;
  height: 1px;
  background: #1d1d1f;
  margin: 40px 0px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__sep {
    margin: 30px 0px;
  }
}

.nav.white .nav__logo {
  font-size: 56px;
  color: #fff;
}

.nav.white .nav__links:before {
  background: #fff;
}

.nav.white .nav__links a span {
  color: #fff;
}

.nav.white .nav__links a:before {
  background: #1d1d1f;
}

.nav.white .nav__links a:after {
  background: #fff;
}

.nav.white .nav__links-phone {
  color: #fff;
}

.nav.white .nav__links-phone span {
  color: #fff;
}

.nav.white .nav__sep {
  background: #fff;
}

@media (max-width: 1024px) {
  .nav.white .nav__sep {
    background: #1d1d1f;
  }
}

.nav.slide-white:not(.white):not(.dark) .nav__logo {
  color: #fff;
}

.nav.slide-white:not(.white):not(.dark) .nav__links:before {
  background: #fff;
}

.nav.slide-white:not(.white):not(.dark) .nav__links a span {
  color: #fff;
}

.nav.slide-white:not(.white):not(.dark) .nav__links a:before {
  background: #1d1d1f;
}

.nav.slide-white:not(.white):not(.dark) .nav__links a:after {
  background: #fff;
}

.nav.slide-white:not(.white):not(.dark) .nav__links-phone {
  color: #fff;
}

.nav.slide-white:not(.white):not(.dark) .nav__links-phone span {
  color: #fff;
}

.nav.slide-white:not(.white):not(.dark) .nav__links .nav__sep {
  background: #fff;
}

@media (max-width: 1024px) {
  .nav.slide-white:not(.white):not(.dark) .nav__links .nav__sep {
    background: #1d1d1f;
  }
}

.nav__open-nav {
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .nav__open-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav__open-nav:hover .nav__open-nav-item {
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.nav__open-nav.active:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc( ( 100% - 2px ) / 2);
}

.nav__open-nav.active:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc( ( 100% - 2px ) / 2);
}

.nav__open-nav.active .nav__open-nav-item {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.nav__open-nav:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
}

.nav__open-nav:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: calc( 100% - 2px);
}

.nav__open-nav-item {
  width: 100%;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  top: calc( ( 100% - 2px ) / 2);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 1024px) {
  .nav.horizontal {
    width: 100%;
    padding: 20px 20px;
    top: 1px;
    left: 0px;
    position: fixed;
    z-index: 101;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) and (min-width: 1600px) {
  .nav.horizontal {
    padding: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .nav.horizontal .nav__logo {
    width: 162px;
    height: 40px;
    font-size: 40px;
  }
  .nav.horizontal .nav__sep {
    display: none;
  }
  .nav.horizontal .nav__links {
    width: calc( 100% - 162px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
  }
  .nav.horizontal .nav__links:before {
    display: none;
  }
  .nav.horizontal .nav__links .nav__links-link:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .nav.horizontal .nav__links .nav__links-phone:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .nav.horizontal .nav__links .nav__links-phone:not(:last-child) {
    margin-left: auto;
  }
  .nav.horizontal .nav__links .nav__links-box {
    width: 250px;
    background: #000;
    position: absolute;
    top: calc( 100% + 28px);
    padding: 5px;
  }
  .nav.horizontal .nav__links .nav__links-box .nav__links-link:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .nav.horizontal .nav__links .nav__links-box::-webkit-scrollbar {
    background: #1d1d1f;
  }
  .nav.horizontal .nav__links .nav__links-box::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .nav.horizontal .nav__links .nav__links-box::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Section 1, 4, 5 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section.section_1 .section__content, .section.section_4 .section__content, .section.section_5 .section__content, .section.section_8 .section__content, .section.section_9 .section__content {
  width: 100%;
  height: auto;
  padding: 90px 80px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media (max-width: 1440px) {
  .section.section_1 .section__content, .section.section_4 .section__content, .section.section_5 .section__content, .section.section_8 .section__content, .section.section_9 .section__content {
    padding: 60px 60px;
  }
}

@media (max-width: 1024px) {
  .section.section_1 .section__content, .section.section_4 .section__content, .section.section_5 .section__content, .section.section_8 .section__content, .section.section_9 .section__content {
    padding: 40px 40px;
  }
}

@media (max-width: 640px) {
  .section.section_1 .section__content, .section.section_4 .section__content, .section.section_5 .section__content, .section.section_8 .section__content, .section.section_9 .section__content {
    padding: 30px 30px;
  }
}

.section.section_1 .section__title, .section.section_4 .section__title, .section.section_5 .section__title, .section.section_8 .section__title, .section.section_9 .section__title {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .section.section_5 .section__content {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Section 2, 3 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section.section_2 .section__content, .section.section_3 .section__content, .section.section_6 .section__content, .section.section_7 .section__content {
  width: 100%;
  height: auto;
  padding: 80px 80px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1440px) {
  .section.section_2 .section__content, .section.section_3 .section__content, .section.section_6 .section__content, .section.section_7 .section__content {
    padding: 50px 50px;
  }
}

@media (max-width: 1024px) {
  .section.section_2 .section__content, .section.section_3 .section__content, .section.section_6 .section__content, .section.section_7 .section__content {
    padding: 30px 30px;
  }
}

@media (max-width: 640px) {
  .section.section_2 .section__content, .section.section_3 .section__content, .section.section_6 .section__content, .section.section_7 .section__content {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
  }
}

.section.section_2 .section__title, .section.section_3 .section__title, .section.section_6 .section__title, .section.section_7 .section__title {
  width: 100%;
  height: auto;
  text-align: right;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

@media (max-width: 1440px) {
  .section.section_2 .section__title, .section.section_3 .section__title, .section.section_6 .section__title, .section.section_7 .section__title {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 640px) {
  .section.section_2 .section__title, .section.section_3 .section__title, .section.section_6 .section__title, .section.section_7 .section__title {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 640px) {
  .section.section_2 .section__title, .section.section_3 .section__title, .section.section_6 .section__title, .section.section_7 .section__title {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Inner Header */
/* -------------------------------------------------------------------------------------------------------------------- */
.inner-main {
  padding-left: 260px;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .inner-main {
    padding-left: 0px;
    margin-top: 54px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Inner content */
/* -------------------------------------------------------------------------------------------------------------------- */
.inner-content {
  width: 100%;
  position: relative;
  z-index: 1;
  /* Info */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Aside */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Price */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* contact button */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Profile */
  /* ----------------------------------------------------------------------------------------------------------------- */
}

.inner-content__img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .inner-content__img {
    margin-bottom: 20px;
  }
}

.inner-content__img img {
  display: block;
  width: 100%;
}

.inner-content__info {
  width: calc( 100% - 220px - 40px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 840px) {
  .inner-content__info {
    width: 100%;
  }
}

.inner-content__info-title {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 900;
  color: #1d1d1f;
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .inner-content__info-title {
    font-size: 18px;
  }
}

.inner-content__aside {
  width: 220px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
}

@media (max-width: 840px) {
  .inner-content__aside {
    margin-top: 30px;
  }
}

.inner-content__aside-inner {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

@media (max-width: 1600px) {
  .inner-content__aside-inner {
    top: 20px;
  }
}

@media (max-width: 1024px) {
  .inner-content__aside-inner {
    top: 74px;
  }
}

.inner-content__aside-inner > *:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .inner-content__aside-inner > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.inner-content__price {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 300;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px !important;
}

.inner-content__contact {
  width: 100%;
  height: 42px;
  border: 1px solid #1d1d1f;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

.inner-content__contact:hover:after {
  width: calc( 100% - 2px);
}

.inner-content__contact:hover span {
  color: #fff;
}

.inner-content__contact span {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 4px;
  color: #1d1d1f;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.inner-content__contact:after {
  content: '';
  width: 0;
  height: calc( 100% - 2px);
  background: #1d1d1f;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.inner-content__profile {
  width: 100%;
}

.inner-content__profile-avatar {
  width: 100%;
  margin-top: 15px;
}

.inner-content__profile-avatar img {
  display: block;
  width: 100%;
}

.inner-content__profile-info {
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px dotted #ced6db;
}

.inner-content__profile-name {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #1d1d1f;
  font-size: 15px;
}

.inner-content__profile-prof {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #afb6c5;
  font-size: 12px;
  margin-top: 5px;
}

.inner-content__profile-contact {
  width: 100%;
  margin-top: 15px;
}

.inner-content__profile-phone {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #3260c7;
  font-size: 13px;
}

.inner-content__profile-mail {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #3260c7;
  font-size: 12px;
  margin-top: 5px;
}

.inner-content__profile-works {
  width: 100%;
  margin-top: 15px;
  height: 30px;
}

.inner-content__profile-works a {
  width: auto;
}

.inner-content__profile-works a img {
  margin-right: ;
  height: ;
}

.inner-content__profile-works a span {
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #1d1d1f;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.inner-content__profile-works a span:hover {
  color: #b31722;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Item Content */
/* -------------------------------------------------------------------------------------------------------------------- */
.item-content {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .item-content {
    margin-top: 20px;
  }
}

@media (max-width: 840px) {
  .item-content {
    margin-top: 10px;
  }
}

.text-box p {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 400;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 840px) {
  .text-box p {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-box p:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 840px) {
  .text-box p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.text-box a {
  color: #b31722;
  text-decoration: underline;
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  margin: 0px;
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 600;
  color: #1d1d1f;
}

.text-box h1 {
  font-size: 26px;
  line-height: 30px;
}

.text-box h1:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .text-box h1:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 840px) {
  .text-box h1:not(:last-child) {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 22px;
  }
}

.text-box h2 {
  font-size: 22px;
  line-height: 28px;
}

.text-box h2:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .text-box h2:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 840px) {
  .text-box h2:not(:last-child) {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
  }
}

.text-box h3 {
  font-size: 18px;
  line-height: 25px;
}

.text-box h3:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .text-box h3:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 840px) {
  .text-box h3:not(:last-child) {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }
}

.text-box h4 {
  font-size: 16px;
  line-height: 22px;
}

.text-box h4:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .text-box h4:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 840px) {
  .text-box h4:not(:last-child) {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
  }
}

.text-box h5 {
  font-size: 14px;
  line-height: 22px;
}

.text-box h5:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .text-box h5:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 840px) {
  .text-box h5:not(:last-child) {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px;
  }
}

.text-box h6 {
  font-size: 12px;
  line-height: 18px;
}

.text-box h6:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .text-box h6:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 840px) {
  .text-box h6:not(:last-child) {
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 16px;
  }
}

.text-box ul {
  width: 100%;
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

.text-box ul li {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1280px) {
  .text-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-box ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 1280px) {
  .text-box ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.text-box ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .text-box ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 840px) {
  .text-box ul:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Spoiler */
/* -------------------------------------------------------------------------------------------------------------------- */
.spoiler {
  width: 100%;
}

.spoiler:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 840px) {
  .spoiler:not(:last-child) {
    margin-bottom: 10px;
  }
}

.spoiler__icon {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 28px;
  position: absolute;
  top: calc( ( 100% - 28px ) / 2);
  right: 10px;
  z-index: 2;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (max-width: 1280px) {
  .spoiler__icon {
    right: 7px;
  }
}

.spoiler__icon.active {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.spoiler__icon.active img {
  top: calc( ( 100% - 5px ) / 2);
}

.spoiler__icon img {
  display: block;
  width: 9px;
  height: 5px;
  position: absolute;
  top: calc( ( 100% - 5px ) / 2 + 2px);
  left: calc( ( 100% - 9px ) / 2);
  -webkit-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}

.spoiler__title {
  width: 100%;
  height: 46px;
  background: #f0f1f3;
  border-radius: 55px;
  padding: 0px 25px;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (max-width: 1280px) {
  .spoiler__title {
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 15px;
  }
}

.spoiler__title:hover {
  background: #e4e5e7;
}

.spoiler__content {
  width: 100%;
  padding: 25px 25px;
  background: #f9f9f9;
  border-radius: 25px;
  margin-top: 3px;
  display: none;
}

@media (max-width: 1280px) {
  .spoiler__content {
    padding: 15px 15px;
    border-radius: 18px;
  }
}

.spoiler__content p {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1280px) {
  .spoiler__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.spoiler__content p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .spoiler__content p:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 840px) {
  .spoiler__content p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.spoiler__content ul {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.spoiler__content ul li {
  font-size: 14px;
  line-height: 20px;
}

.spoiler__content ul li:not(:last-child) {
  margin-bottom: 13px;
}

@media (max-width: 1280px) {
  .spoiler__content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.spoiler__content ul:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .spoiler__content ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Table */
/* -------------------------------------------------------------------------------------------------------------------- */
.table {
  width: 100%;
}

@media (max-width: 840px) {
  .table {
    border: 1px solid #ebebeb;
    border-radius: 5px;
  }
}

.table:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .table:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 840px) {
  .table:not(:last-child) {
    margin-bottom: 10px;
  }
}

.table__tr {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.table__tr:not(:last-child) {
  border-bottom: 1px dotted #dbdee3;
}

.table__tr:first-child {
  border-bottom: 1px solid #ebebeb;
}

.table__tr:nth-child(n+3):nth-child(odd) {
  background: #f7f8fa;
}

@media (max-width: 840px) {
  .table__tr:first-child {
    display: none;
  }
}

.table__tr:first-child .table__td {
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #c7c8ce;
  font-size: 13px;
  line-height: 13px;
}

@media (max-width: 1280px) {
  .table__tr:first-child .table__td {
    font-size: 12px;
    line-height: 12px;
  }
}

.table__td {
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 15px 10px;
  text-align: center;
  font-family: 'SF Pro Text';
  font-weight: bold;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 15px;
}

@media (max-width: 1280px) {
  .table__td {
    font-size: 13px;
    line-height: 13px;
    padding: 10px 10px;
  }
}

@media (max-width: 840px) {
  .table__td {
    width: 100% !important;
    text-align: left;
  }
  .table__td:not(:last-child) {
    border-bottom: 1px dotted #dbdee3;
  }
  .table__td:before {
    content: attr(data-title);
    font-weight: 400;
    color: #929399;
  }
}

.table__td span {
  font-weight: bold;
  color: #c7c8ce;
  font-size: 10px;
  line-height: 10px;
}

.table__td:first-child {
  text-align: left;
}

.table__td:last-child {
  text-align: right;
}

@media (max-width: 840px) {
  .table__td:last-child {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Contacts */
/* -------------------------------------------------------------------------------------------------------------------- */
.contacts {
  width: 100%;
  /* Info */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Map */
  /* ----------------------------------------------------------------------------------------------------------------- */
}

.contacts__img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .contacts__img {
    margin-bottom: 20px;
  }
}

.contacts__img img {
  display: block;
  width: 100%;
}

.contacts__desc-title {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 900;
  color: #1d1d1f;
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .contacts__desc-title {
    font-size: 18px;
  }
}

.contacts__info {
  width: 500px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1280px) {
  .contacts__info {
    width: 100%;
  }
}

.contacts__title {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 900;
  color: #1d1d1f;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .contacts__title {
    font-size: 18px;
  }
}

.contacts__text-block {
  width: 100%;
}

.contacts__text-block:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .contacts__text-block:not(:last-child) {
    margin-bottom: 15px;
  }
}

.contacts__text-line {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 400;
  color: #1d1d1f;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .contacts__text-line {
    font-size: 14px;
  }
}

.contacts__text-line span {
  font-weight: bold;
}

.contacts__text-line:not(:last-child) {
  margin-bottom: 5px;
}

.contacts__social-title {
  font-family: 'SF Pro Text';
  font-weight: 400;
  color: #1d1d1f;
  font-size: 16px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .contacts__social-title {
    font-size: 14px;
  }
}

.contacts__social-items {
  width: auto;
  padding-top: 3px;
}

.contacts__social-items a {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.contacts__social-items a i {
  font-size: 20px;
  color: #d1d3d6;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.contacts__social-items a:not(:last-child) {
  margin-right: 3px;
}

.contacts__social-items a:hover {
  background: #eeeeee;
}

.contacts__social-items a:hover i {
  color: #1d1d1f;
}

.contacts__map {
  width: calc( 100% - 500px - 80px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1600px) {
  .contacts__map {
    width: calc( 100% - 500px - 40px);
  }
}

@media (max-width: 1280px) {
  .contacts__map {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Contacts Addressess */
/* -------------------------------------------------------------------------------------------------------------------- */
.contacts-addrs {
  width: 100%;
  margin-top: 30px;
}

.contacts-addrs__items {
  width: calc( 100% + 30px);
  margin: -15px;
}

@media (max-width: 1024px) {
  .contacts-addrs__items {
    width: calc( 100% + 20px);
    margin: -10px;
  }
}

.contacts-addrs__items-item {
  width: calc( ( 100% / 4 ) - 30px);
  margin: 15px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1600px) {
  .contacts-addrs__items-item {
    width: calc( ( 100% / 3 ) - 30px);
  }
}

@media (max-width: 1024px) {
  .contacts-addrs__items-item {
    width: calc( ( 100% / 3 ) - 20px);
    margin: 10px;
  }
}

@media (max-width: 800px) {
  .contacts-addrs__items-item {
    width: calc( ( 100% / 2 ) - 20px);
  }
}

@media (max-width: 680px) {
  .contacts-addrs__items-item {
    width: calc( ( 100% / 1 ) - 20px);
  }
}

.contacts-addrs__items-map {
  width: 100%;
  height: 180px;
}

.contacts-addrs__items-map p {
  display: block;
  width: 100%;
  height: 100%;
}

.contacts-addrs__items-city {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 13px;
}

@media (max-width: 1024px) {
  .contacts-addrs__items-city {
    font-size: 16px;
  }
}

.contacts-addrs__items-address, .contacts-addrs__items-phone, .contacts-addrs__items-email {
  width: 100%;
  font-size: 14px;
}

.contacts-addrs__items-address span, .contacts-addrs__items-phone span, .contacts-addrs__items-email span {
  font-weight: bold;
}

.contacts-addrs__items-address:not(:last-child), .contacts-addrs__items-phone:not(:last-child), .contacts-addrs__items-email:not(:last-child) {
  margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Information */
/* -------------------------------------------------------------------------------------------------------------------- */
.information {
  width: 100%;
}

.information__img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .information__img {
    margin-bottom: 20px;
  }
}

.information__img img {
  display: block;
  width: 100%;
}

.information__title {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 900;
  color: #1d1d1f;
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .information__title {
    font-size: 18px;
  }
}

.information__text {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .information__text {
    margin-top: 20px;
  }
}

@media (max-width: 840px) {
  .information__text {
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Black content */
/* -------------------------------------------------------------------------------------------------------------------- */
.black-box {
  width: 100%;
  padding: 100px 70px;
  margin-top: 2px;
  background: #f4f5f7;
  text-align: justify;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .black-box {
    padding: 50px 50px;
  }
}

.black-box.full {
  width: 100%;
}

.black-box.full_1_2 {
  width: calc( ( 100% / 2 ) - 1px);
}

@media (max-width: 1024px) {
  .black-box.full_1_2 {
    width: 100%;
  }
}

.black-box:after {
  content: '';
  width: 500px;
  height: 500px;
  background: -webkit-radial-gradient(closest-side, #fff, #f4f5f7);
  background: -o-radial-gradient(closest-side, #fff, #f4f5f7);
  background: radial-gradient(closest-side, #fff, #f4f5f7);
  position: absolute;
  top: 0px;
  left: calc( ( 100% - 500px ) / 2 - 200px);
  z-index: 1;
}

.black-box__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0.3;
  pointer-events: none;
}

.black-box__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.black-box__content {
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .black-box__content {
    padding-top: 0px !important;
  }
}

.black-box.left .black-box__content {
  padding-right: calc( 100% - 680px);
}

@media (max-width: 1024px) {
  .black-box.left .black-box__content {
    padding: 0px calc( ( 100% - 1024px ) / 2);
  }
}

.black-box.center .black-box__content {
  padding: 0px calc( ( 100% - 1024px ) / 2);
}

.black-box .text-box p {
  font-size: 24px;
  line-height: 42px;
  color: #d1d1d1;
}

@media (max-width: 1024px) {
  .black-box .text-box p {
    font-size: 14px;
    line-height: 22px;
    text-align: center !important;
  }
}

.black-box .text-box img:not(:first-child) {
  margin-top: 40px;
}

.black-box .text-box h2 {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 1024px) {
  .black-box .text-box h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center !important;
  }
}

.black-box .text-box h1 {
  font-size: 120px;
  line-height: 120px;
}

@media (max-width: 1024px) {
  .black-box .text-box h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center !important;
  }
}

.dark-section .section__title {
  font-size: 36px;
  line-height: 48px;
}

@media (max-width: 1024px) {
  .dark-section .section__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.dark-section-contacts {
  margin-top: 40px;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Swiper */
/* -------------------------------------------------------------------------------------------------------------------- */
.black-content-swiper {
  overflow: hidden;
}

.black-content-swiper .swiper-title {
  width: 100%;
  font-family: 'SF Pro Text';
  font-weight: 700;
  color: #1d1d1f;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .black-content-swiper .swiper-title {
    font-size: 18px;
  }
}

.black-content-swiper .swiper-image {
  width: 100%;
  margin-bottom: 40px;
}

.black-content-swiper .swiper-image img {
  max-width: 100%;
}

.black-content-swiper .swiper-text {
  width: 100%;
  margin-top: 13px;
}

.black-content-swiper .swiper-buttons-nav {
  width: 100%;
  margin-top: 15px;
}

.black-content-swiper .swiper-button-prev, .black-content-swiper .swiper-button-next {
  width: auto;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  width: 80px;
  height: 30px;
  border: 1px solid #000;
  font-family: 'SF Pro Text';
  font-weight: 400;
  color: #1d1d1f;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  padding-left: 2px;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.black-content-swiper .swiper-button-prev:after, .black-content-swiper .swiper-button-next:after {
  display: none;
}

.black-content-swiper .swiper-button-prev:before, .black-content-swiper .swiper-button-next:before {
  content: '';
  width: 0%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.black-content-swiper .swiper-button-prev span, .black-content-swiper .swiper-button-next span {
  position: relative;
  z-index: 2;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.black-content-swiper .swiper-button-prev:hover span, .black-content-swiper .swiper-button-next:hover span {
  color: #fff;
}

.black-content-swiper .swiper-button-prev:hover:before, .black-content-swiper .swiper-button-next:hover:before {
  width: 100%;
}

.black-content-swiper .swiper-pagination {
  position: relative;
  width: auto;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  width: 50px;
  height: 30px;
  border: 1px solid #dee1e5;
  font-family: 'SF Pro Text';
  font-weight: 400;
  color: #1d1d1f;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  padding-left: 2px;
  text-transform: uppercase;
  margin: 0px 3px;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Footer */
/* -------------------------------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  background: #fff;
  padding-top: 41px;
  border-top: 1px solid #eef0f2;
  margin-top: 800px;
  /* Navigation */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Copyright */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Social */
  /* ----------------------------------------------------------------------------------------------------------------- */
  /* Unsimple */
  /* ----------------------------------------------------------------------------------------------------------------- */
}

@media (max-width: 1600px) {
  .footer {
    padding-bottom: 10px;
  }
}

.footer__nav {
  width: 100%;
}

.footer__nav-link {
  width: auto;
  margin: 0px 10px;
  position: relative;
  z-index: 1;
}

.footer__nav-link a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 10px 10px 7px;
}

@media (max-width: 1024px) {
  .footer__nav-link a {
    padding: 8px 8px 6px;
  }
}

.footer__nav-link a span {
  display: block;
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #1d1d1f;
  letter-spacing: 4px;
  position: relative;
  z-index: 3;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1024px) {
  .footer__nav-link a span {
    font-size: 10px;
    line-height: 10px;
  }
}

.footer__nav-link:hover a span {
  color: #fff;
}

.footer__nav-link:hover:before {
  width: calc( 100% + 2px);
}

.footer__nav-link.active:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border: 1px solid #1d1d1f;
}

.footer__nav-link:before {
  content: '';
  width: 0%;
  height: calc( 100% + 2px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #1d1d1f;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.footer__cpr {
  width: 100%;
  text-align: center;
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #54545a;
  margin-top: 25px;
  letter-spacing: 2px;
}

@media (max-width: 640px) {
  .footer__cpr {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
  }
}

.footer__social {
  width: 100%;
  margin-top: 5px;
}

.footer__social-item {
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #54545a;
  text-transform: uppercase;
  margin: 10px;
  position: relative;
}

.footer__social-item img {
  display: block;
  margin-right: 5px;
}

.footer__social-item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: -4px;
  background: #b1b1b1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  pointer-events: none;
}

.footer__social-item:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.footer__unsimple {
  margin-top: 15px;
  opacity: 0.5;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer__unsimple:hover {
  opacity: 1;
}

@media (max-width: 640px) {
  .footer__unsimple {
    margin-top: 10px;
  }
}

.footer .unsimple {
  margin-top: 25px;
  opacity: 0.5;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer .unsimple:hover {
  opacity: 1;
}

@media (max-width: 640px) {
  .footer .unsimple {
    margin-top: 10px;
  }
}

.nav__phones {
  display: none;
  /* height: 34px; */
}

.nav__phones-item {
  display: block;
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #1d1d1f;
}
.nav__phones-item span {
  display: block;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  margin-top: 2px;
  text-align: center;
}

@media (max-width: 1025px) {
  .nav__phones {
    position: absolute;
    display: flex;
    right: 0%;
    padding: 20px;
    gap: 20px;
  }
}

@media (max-width: 524px) {
  .nav__phones {
    flex-direction: column;
    gap: 8px;
    justify-content: end;
  }

  .nav__phones-item {
    display: flex;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1px;
    gap: 4px;
    align-items: center;
  }

  .nav__phones-item span {
    margin: 0;
    font-size: 7px; 
    line-height: 7px;
    text-align: start;
    color: #1d1d1f;
  }
}

.black_style .nav__phones-item, .black_style .nav__phones-item span {
  color: #fff;
}

.fixed-socials {
  flex-direction: column;
  position: fixed;
  right: 45px;
  bottom: 36px;
  z-index: 999;
  display: flex;
  gap: 10px;
}
.fixed-socials a {
  display: block;
  transition: transform 0.25s;
}
.fixed-socials a:hover {
  transform: scale(1.05);
}
.fixed-socials img {
  width: 70px;
  height: 70px;
}
@media(max-width: 1600px) {
  .fixed-socials {
    right: 20px;
    bottom: 15px;
  }
}
@media(max-width: 860px) {
  .fixed-socials img {
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 640px) {
  .fixed-socials img {
    width: 40px;
    height: 40px;
  }
  .fixed-socials {
    gap: 6px;
  }
}