@charset "UTF-8";
/* Шрифты ================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@900&display=swap");
/* Шрифты ================================= */
/*NULL*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

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

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
/* Обнуление */
/* Переменные ================================= */
/* Основные стили ============================*/
body {
  font-family: "Inter", sans-serif;
  min-width: 320px;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Основные стили ============================*/
/* Общие стили ============================= */
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ibg img {
  display: none;
}

.title {
  word-break: break-word;
  font-weight: 700;
  font-size: 41px;
  line-height: 50px;
  color: #000;
}

.title_w {
  color: #fff;
}

@media (max-width: 999px) {
  .title_w {
    font-size: 34px;
    line-height: 110%;
  }
}

@media (max-width: 639px) {
  .title {
    font-size: 34px;
    line-height: 41px;
  }
  .title_w {
    font-size: 26px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 60px;
  background-color: #ff9a42;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn_b {
  background-color: transparent;
  border: 1px solid #ff9a42;
}

.btn:hover {
  background-color: #fff;
  color: #ff9a42;
  border: 1px solid #ff9a42;
}

.list-section__item span {
  display: block;
  font-size: 19px;
  line-height: 23px;
  color: #000;
  background: url("../img/icons/check.svg") 0 0/20px 20px no-repeat;
  padding: 0 0 0 30px;
}

/* Общие стили ============================= */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: #15499f;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
}

.header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo span {
  display: block;
  font-family: "Roboto", sans-serif; /* Montserrat */
  font-weight: 900;
  line-height: 110%;
  color: #fff;
  white-space: nowrap;
  padding: 0 0 0 10px;
}

@media (max-width: 767px) {
  .header__row {
    height: 70px;
  }
  .header__logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header__user {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 485px) {
  .header__logo img {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .header__logo span {
    font-size: 14px;
    padding: 0 0 0 3px;
  }
  .header__user {
    display: none;
  }
}

.menu-header {
  padding: 0 1.63934% 0 10px;
}

.menu-header__burger {
  display: none;
}

.menu-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-header__list li {
  padding: 0 17.5px;
  text-align: center;
}

.menu-header__link {
  position: relative;
}

.menu-header__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.menu-header__link:hover::after {
  width: 100%;
}

@media (min-width: 1024px) {
  .menu-header .menu-header__link {
    position: relative;
  }
  .menu-header .menu-header__link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .menu-header .menu-header__link:hover::after {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .menu-header__list li {
    padding: 0 10px;
  }
  .menu-header__link {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .menu-header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 0 0 10px;
  }
  .menu-header__burger {
    display: block;
    position: relative;
    width: 25px;
    height: 10px;
  }
  .menu-header__burger span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu-header__burger::before, .menu-header__burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu-header__burger::before {
    top: 0;
  }
  .menu-header__burger::after {
    bottom: 0;
  }
  .menu-header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .menu-header__burger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 4px;
  }
  .menu-header__burger.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 4px;
  }
  .menu-header__body {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: -20px;
    left: 0;
    z-index: 50;
    width: 100%;
    margin: 70px 0 0 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px #000;
            box-shadow: 2px 2px 10px #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu-header__body.active {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .menu-header__list {
    display: block;
    padding: 50px 0;
  }
  .menu-header__list li {
    padding: 10px 0;
  }
  .menu-header__link {
    color: #15499f;
    font-size: 21px;
  }
}

.lang-header {
  padding: 0 1% 0 0;
}

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

.lang-header__list li {
  padding: 0 7.5px;
}

.lang-header__list li.active .lang-header__link {
  position: relative;
  font-weight: 700;
}

.lang-header__list li.active .lang-header__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .lang-header .lang-header__link {
    position: relative;
  }
  .lang-header .lang-header__link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .lang-header .lang-header__link:hover::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lang-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 485px) {
  .lang-header__list li {
    padding: 0 5px;
  }
  .lang-header__link {
    font-size: 16px;
  }
}

/* /.header */
/* content */
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* /.content */
.preview {
  height: 100vh;
  position: relative;
  padding: 100px 0 35px;
  background-color: #15499f;
}

.preview .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.preview__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preview__content {
  max-width: 62%;
}

.preview__title {
  margin: 0 0 10px 0;
}

.preview__subtitle {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.preview__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px -15px 0;
}

.preview__btn {
  margin: 0 15px;
}

.preview__btn.btn {
  padding: 0 20px;
}

.preview__btn.btn_b {
  padding: 0 54px;
}

.preview__image {
  position: absolute;
  top: 50%;
  right: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 45%;
}

.preview__image img {
  max-width: 100%;
  min-width: 555px;
}

@media (max-width: 767px) {
  .preview {
    height: auto;
  }
  .preview__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .preview__content {
    max-width: 100%;
    padding: 0 0 50px 0;
  }
  .preview__image {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 639px) {
  .preview__content {
    padding: 0 0 25px 0;
  }
  .preview__subtitle {
    font-size: 16px;
  }
  .preview__buttons {
    display: block;
    max-width: 75%;
    margin: 20px 0 0 0;
  }
  .preview__btn {
    margin: 15px 0;
  }
  .preview__image img {
    min-width: 200px;
  }
}

.footer-preview {
  margin: 20px 0 0 0;
}

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

.footer-preview__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.footer-preview__link {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  padding: 0 10px;
}

.footer-preview__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}

.footer-preview__icon {
  padding: 0 7.5px;
}

@media (max-width: 639px) {
  .footer-preview__row {
    display: block;
  }
  .footer-preview__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .footer-preview__link {
    padding: 7.5px 0;
  }
  .footer-preview__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px -7.5px 0;
  }
}

.func {
  padding: 190px 0;
}

.func__title {
  margin: 0 0 90px 0;
}

@media (max-width: 999px) {
  .func__body > .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 639px) {
  .func {
    padding: 100px 0 150px;
  }
  .func__title {
    margin: 0 0 40px 0;
  }
}

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

.tabs-func__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.667%;
          flex: 0 0 16.667%;
  min-width: 160px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 70px;
  border: 1px solid #e2e2e2;
  font-size: 21px;
  line-height: 25px;
  color: #949494;
  padding: 0 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tabs-func__item.active {
  background-color: #ff9a42;
  font-weight: 700;
  color: #fff;
}

.tabs-func__item:hover {
  background-color: #ff9a42;
  color: #fff;
}

@media (max-width: 999px) {
  .tabs-func {
    overflow-x: auto;
  }
  .tabs-func::-webkit-scrollbar {
    opacity: 0;
  }
  .tabs-func__item {
    font-size: 16px;
  }
}

.content-func {
  margin: 100px 0 0 0;
}

.content-func__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.content-func__row.open {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.content-func__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  padding: 0 40px 0 0;
}

.content-func__label {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #1a1a1a;
  margin: 0 0 25px 0;
}

.content-func__list li {
  font-size: 21px;
  line-height: 25px;
  padding: 17.5px 0;
}

.content-func__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content-func__image img {
  max-width: 100%;
}

.content-func__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.content-func__pictures img {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 0 20px;
}

@media (max-width: 999px) {
  .content-func__row {
    display: block;
  }
}

@media (max-width: 639px) {
  .content-func {
    margin: 40px 0 0 0;
  }
  .content-func__pictures {
    display: block;
  }
  .content-func__list li {
    font-size: 16px;
    line-height: 19px;
  }
}

.control {
  background-color: #ecf0f5;
  padding: 100px 0;
}

.control__title {
  margin: 0 0 90px 0;
}

.control__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.control__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.control__image img {
  max-width: 100%;
  min-width: 600px;
}

.control__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding: 0 0 0 60px;
}

.control__list li {
  margin: 20px 0;
}

@media (max-width: 1000px) {
  .control__row {
    display: block;
  }
  .control__body {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 639px) {
  .control__title {
    margin: 0 0 60px 0;
  }
  .control__image img {
    min-width: 300px;
  }
}

.clients {
  padding: 90px 0 200px;
}

.clients__title {
  margin: 0 0 130px 0;
}

.clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 30px;
}

.clients__row:nth-child(even) {
  background-color: #ecf0f5;
}

.clients__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-weight: 700;
  font-size: 26px;
  margin: 20px 0 0 0;
  color: #000;
  padding: 0 20px 0 0;
}

.clients__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.clients__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 20px 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .clients__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clients__label {
    margin: 0;
    padding: 0 0 40px 0;
  }
  .clients__label, .clients__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 639px) {
  .clients {
    padding: 90px 0 140px;
  }
  .clients__title {
    margin: 0;
  }
  .clients__list {
    display: block;
  }
}

.stock {
  background-color: #15499f;
  padding: 100px 0;
}

.stock__title {
  color: #fff;
  margin: 0 0 85px 0;
}

.stock__body {
  position: relative;
}

.stock__content {
  color: #fff;
  max-width: 60%;
}

.stock__subtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin: 0 0 15px 0;
}

.stock__text {
  font-size: 16px;
  line-height: 19px;
}

.stock__btn {
  margin: 45px 0 0 0;
  max-width: 200px;
}

.stock__image {
  position: absolute;
  top: -15%;
  right: 0;
}

.stock__image img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .stock__image {
    position: static;
    text-align: right;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .stock__content {
    max-width: 100%;
  }
}

@media (max-width: 639px) {
  .stock__content {
    margin: 0 0 50px 0;
  }
  .stock__image {
    -webkit-transform: none;
            transform: none;
  }
  .stock__title {
    margin: 0 0 35px 0;
  }
}

.features {
  padding: 190px 0 0 0;
}

.features__title {
  margin: 0 0 90px 0;
}

.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 150px 0;
  padding: 0 60px 0 0;
}

.features__row .features__content {
  padding: 0 50px 0 0;
}

.features__row:nth-child(even) .features__content {
  padding: 0 0 0 50px;
}

.features__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.features__label {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #000;
  margin: 0 0 45px 0;
}

.features__list li {
  margin: 20px 0;
}

.features__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.features__image img {
  max-width: 100%;
  min-width: 600px;
}

@media (max-width: 1023px) {
  .features__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .features__row .features__content {
    padding: 0 0 50px 0 !important;
  }
  .features__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .features__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1023px) {
  .features__row {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .features__image img {
    min-width: 300px;
  }
}

.help {
  padding: 100px 0 200px;
}

.help__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.help__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 15px 0 0;
}

.help__content {
  max-width: 490px;
}

.help__title {
  margin: 0 0 35px 0;
}

.help__text {
  font-size: 26px;
  line-height: 31px;
  color: #000;
}

.help__btn {
  margin: 45px 0 0 0;
  padding: 0 37px;
  max-width: 220px;
}

.help__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 473px;
          flex: 0 1 473px;
}

.help__image img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .help {
    padding: 0 0 150px 0;
  }
  .help__row {
    display: block;
  }
  .help__body {
    padding: 0 0 50px 0;
  }
  .help__image {
    text-align: center;
  }
}

/* /.footer */
.footer {
  background-color: #15499f;
  padding: 65px 0;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.footer__text {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.footer__copyright {
  font-size: 16px;
  line-height: 19px;
  margin: 15px 0 0 0;
}

.footer__btn {
  max-width: 220px;
  padding: 0 37px;
  margin: 45px 0 0 0;
}

.footer__contacts {
  padding: 0 20px;
}

.footer__contacts .footer__text {
  margin: 0 0 40px 0;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}

.footer__icon {
  padding: 0 7.5px;
}

.footer__list li {
  font-size: 19px;
  line-height: 23px;
  margin: 15px 0;
}

.footer__list li:first-child {
  margin: 0 0 15px 0;
}

.footer__link:hover {
  text-decoration: underline;
}

@media (max-width: 999px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__total, .footer__contacts, .footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .footer__menu {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 639px) {
  .footer__row {
    display: block;
  }
  .footer__menu {
    margin: 0;
  }
  .footer__contacts {
    padding: 45px 0;
  }
}

/* /.footer */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
}

.popup__content {
  position: relative;
  width: 600px; /* ранее 750px */
  background-color: #fff;
  padding: 10px; /* ранее 125px */
}

.popup__close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 15px;
}

.popup__close::before, .popup__close::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.popup__close::before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__close::after {
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__title {
  text-align: center;
  margin: 0 0 90px 0;
}

@media (max-width: 767px) {
  .popup__content {
    padding: 125px 60px;
  }
}

@media (max-width: 639px) {
  .popup__content {
    padding: 125px 10px;
  }
  .popup__title {
    font-size: 26px;
  }
}

.form-popup__input {
  border: 1px solid #bebebe;
  color: #000;
  margin: 25px 0;
}

.form-popup__input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 15px;
  height: 50px;
}

.form-popup__input input::-webkit-input-placeholder {
  font-size: 19px;
  line-height: 23px;
  color: #bebebe;
}

.form-popup__input input:-ms-input-placeholder {
  font-size: 19px;
  line-height: 23px;
  color: #bebebe;
}

.form-popup__input input::-ms-input-placeholder {
  font-size: 19px;
  line-height: 23px;
  color: #bebebe;
}

.form-popup__input input::placeholder {
  font-size: 19px;
  line-height: 23px;
  color: #bebebe;
}

.form-popup__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-popup__input input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-popup__input input:focus::-ms-input-placeholder {
  opacity: 0;
}

.form-popup__input input:focus::placeholder {
  opacity: 0;
}

.form-popup__btn {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
/**/

@media (min-width: 750px) {
  .preview__title.title.title_w{
    text-shadow: 0 0 1px #15499f;
  }
  .preview{
    z-index: 1;
  }

  .preview__image{
    right: -3%;
    z-index: -1;

  }
  .preview__image img{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
  }
}