@charset "UTF-8";
/*
Theme Name: Sovz Миграция
Author: Команда Современная защита Миграция
Author URI: https://migration.sovzashchita.ru//
Version: 1
*/
@font-face {
  font-family: 'GolosRegular';
  src: url("./fonts/Golos-Text_Regular.ttf") format("ttf"), url("./fonts/Golos-Text_Regular.woff2") format("woff2"), url("./fonts/Golos-Text_Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'GolosBold';
  src: url("./fonts/Golos-Text_Bold.ttf") format("ttf"), url("./fonts/Golos-Text_Bold.woff2") format("woff2"), url("./fonts/Golos-Text_Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'GolosMedium';
  src: url("./fonts/Golos-Text_Medium.ttf") format("ttf"), url("./fonts/Golos-Text_Medium.woff2") format("woff2"), url("./fonts/Golos-Text_Medium.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.body-hidden {
  overflow: hidden;
}

.icons {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
}

.container_height {
  height: 100%;
}

.container_relative {
  position: relative;
}

.button {
  font-family: 'GolosBold';
  font-size: 37px;
  line-height: 37px;
  color: #f7ca13;
  padding: 22px 43px 27px;
  display: inline-block;
  outline: none;
  border: none;
  background: #253f61;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.button:hover {
  cursor: pointer;
}

.content {
  font-family: 'GolosRegular';
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.content p {
  display: inline-block;
  margin-bottom: 20px;
}

.content ul,
.content ol {
  list-style-type: none;
  margin-bottom: 20px;
}

.content li {
  padding-left: 40px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.content li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  background: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.content li:last-child {
  margin-bottom: 0;
}

.content h2 {
  font-family: 'GolosBold';
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.content h3 {
  font-family: 'GolosBold';
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.content table {
  border: 1px solid #fff;
  border-collapse: collapse;
}

.content td {
  border: 1px solid #fff;
}

.main {
  overflow: hidden;
}

.header {
  background: -webkit-gradient(linear, left top, right top, from(#0182c9), to(#4fb8d4));
  background: -webkit-linear-gradient(left, #0182c9, #4fb8d4);
  background: -o-linear-gradient(left, #0182c9, #4fb8d4);
  background: linear-gradient(left, #0182c9, #4fb8d4);
  width: 100%;
  height: 79px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu {
  width: 100%;
  height: 100%;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  height: 100%;
  width: 100%;
}

.header-menu__item {
  padding-right: 23px;
  padding-left: 23px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid transparent;
}

.header-menu__item:hover {
  cursor: pointer;
  border-color: #f6c248;
}

.header-menu__link {
  font-family: 'GolosMedium';
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
}

.header-menu-button {
  display: none;
}

.mobile-menu {
  display: none;
}

.preview {
  width: 100%;
  height: 1002px;
  background: url(./images/preview-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 80px;
  padding-bottom: 105px;
}

.preview-logo {
  width: 492px;
  height: 149px;
  display: block;
  margin-bottom: 120px;
}

.preview-logo__img {
  width: 100%;
}

.preview__title {
  width: 810px;
  font-family: 'GolosBold';
  font-size: 70px;
  line-height: 83px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.preview__text {
  width: 810px;
  font-family: 'GolosRegular';
  font-size: 37px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 110px;
}

.preview-picture {
  width: 935px;
  height: 578px;
  display: block;
  position: absolute;
  bottom: 65px;
  left: 730px;
}

.preview-picture__img {
  width: 100%;
  height: auto;
}

.advantages {
  width: 100%;
  height: 1820px;
  background: url(./images/advantages-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 75px;
  padding-bottom: 0;
}

.advantages__title {
  font-family: 'GolosBold';
  font-size: 49px;
  line-height: 83px;
  color: #f7ca13;
  margin-bottom: 75px;
}

.advantages-slider {
  width: 100%;
  position: relative;
}

.advantages-slider .owl-stage-outer {
  overflow: hidden;
}

.advantages-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advantages-slider__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advantages-slider__content {
  width: 597px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 20px;
}

.advantages-slider__number {
  width: 103px;
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #f7ca13;
  font-family: 'GolosBold';
  font-size: 75px;
  line-height: 83px;
  color: #253f61;
  margin-bottom: 30px;
}

.advantages-slider__text {
  font-family: 'GolosRegular';
  font-size: 35px;
  line-height: 50px;
  color: #fff;
}

.advantages-slider__picture {
  width: 863px;
  height: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.advantages-slider__img {
  width: 100%;
  height: auto;
}

.advantages-slider .owl-nav {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  left: 0;
  width: 100%;
}

.advantages-slider .owl-nav button {
  width: 60px;
  height: 60px;
  fill: #000;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
}

.advantages-slider .owl-nav button:hover {
  cursor: pointer;
}

.advantages-slider .owl-nav button.disabled {
  opacity: .5;
}

.advantages-slider .owl-prev {
  top: 0;
  left: -80px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantages-slider .owl-next {
  top: 0;
  right: -80px;
}

.slider-arrow {
  width: 100%;
  height: 100%;
  stroke: #f7ca13;
  fill: transparent;
}

.advantages-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 33px;
  padding-left: 597px;
}

.advantages-slider .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0 7px;
  background: #0082c9;
  border: none;
  outline: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.advantages-slider .owl-dot:hover {
  cursor: pointer;
}

.advantages-slider .owl-dot.active {
  background: #f7ca13;
}

.advantages-content {
  margin-top: 100px;
}

.advantages-content__title {
  font-family: 'GolosBold';
  font-size: 43px;
  line-height: 58px;
  color: #ffffff;
  margin-bottom: 60px;
}

.advantages-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 68px;
}

.advantages-content__item_large {
  width: 840px;
}

.advantages-content__item_small {
  width: 620px;
}

.advantages-content__item_full {
  width: 100%;
}

.advantages-content__picture {
  width: 157px;
  height: 157px;
}

.advantages-content__img {
  width: 100%;
}

.advantages-content__text {
  font-family: 'GolosBold';
  font-size: 36px;
  line-height: 41px;
  color: #ffffff;
  padding-left: 18px;
}

.advantages-content__text_small {
  font-size: 25px;
}

.actions-pc {
  background: -webkit-gradient(linear, left top, right top, from(#108dcb), to(#6ecdd9));
  background: -webkit-linear-gradient(left, #108dcb, #6ecdd9);
  background: -o-linear-gradient(left, #108dcb, #6ecdd9);
  background: linear-gradient(90deg, #108dcb, #6ecdd9);
  padding-top: 38px;
  padding-bottom: 80px;
}

.actions-pc-table__header {
  width: 100%;
  height: 87px;
  background: #f7ca13;
}

.actions-pc-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.actions-pc-table__row_dark {
  background: -webkit-gradient(linear, left top, right top, from(#096da4), color-stop(92%, transparent));
  background: -webkit-linear-gradient(left, #096da4, transparent 92%);
  background: -o-linear-gradient(left, #096da4, transparent 92%);
  background: linear-gradient(90deg, #096da4, transparent 92%);
}

.actions-pc-table__row_light {
  background: -webkit-gradient(linear, left top, right top, from(#0082c9), color-stop(92%, transparent));
  background: -webkit-linear-gradient(left, #0082c9, transparent 92%);
  background: -o-linear-gradient(left, #0082c9, transparent 92%);
  background: linear-gradient(90deg, #0082c9, transparent 92%);
}

.actions-pc-table__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-family: 'GolosRegular';
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 20px 20px 25px 29px;
}

.actions-pc-table__column_1 {
  width: 430px;
}

.actions-pc-table__column_2 {
  width: 545px;
}

.actions-pc-table__column_3 {
  width: 485px;
  padding-right: 0;
}

.actions-pc-table__column_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.actions-pc-table__column_border {
  border-right: 8px solid #1b5079;
}

.actions-pc-table__column_header {
  font-family: 'GolosBold';
  font-size: 25px;
  line-height: 29px;
  color: #253f61;
  text-align: center;
  padding: 0;
}

.actions-pc-table__name {
  font-family: 'GolosMedium';
  font-size: 25px;
  line-height: 29px;
}

.actions {
  width: 100%;
  height: 945px;
  background: url(./images/actions-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  display: none;
}

.actions_container {
  z-index: 10;
}

.actions-title {
  font-family: 'GolosBold';
  font-size: 50px;
  line-height: 66px;
  color: #ffffff;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-title__picture {
  width: 157px;
  height: 157px;
}

.actions-title__img {
  width: 100%;
}

.actions-title__text {
  width: 1320px;
  padding-left: 40px;
}

.actions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 859px;
}

.action {
  width: 100%;
  height: 76px;
  position: relative;
  margin-bottom: 21px;
}

.action:hover {
  cursor: pointer;
}

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

.action__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GolosMedium';
  color: #fff;
  text-decoration: none;
  font-size: 37px;
  position: relative;
  z-index: 5;
}

.action__arrow {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #fff;
  margin-left: 15px;
  margin-top: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.action-backgound {
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-backgound__light .action-backgound__full {
  background: #0082c9;
}

.action-backgound__light .action-backgound__gradient {
  background: -webkit-linear-gradient(45deg, #0082c9, transparent 90%);
  background: -o-linear-gradient(45deg, #0082c9, transparent 90%);
  background: linear-gradient(45deg, #0082c9, transparent 90%);
}

.action-backgound__dark .action-backgound__full {
  background: #096da4;
}

.action-backgound__dark .action-backgound__gradient {
  background: -webkit-linear-gradient(45deg, #096da4, transparent 90%);
  background: -o-linear-gradient(45deg, #096da4, transparent 90%);
  background: linear-gradient(45deg, #096da4, transparent 90%);
}

.action-backgound__full {
  width: 1160px;
  height: 100%;
}

.action-backgound__gradient {
  width: 840px;
  height: 100%;
}

.action:hover .action-backgound__full {
  background: #f7ca13;
}

.action:hover .action-backgound__gradient {
  background: -webkit-linear-gradient(45deg, #f7ca13, transparent 90%);
  background: -o-linear-gradient(45deg, #f7ca13, transparent 90%);
  background: linear-gradient(45deg, #f7ca13, transparent 90%);
}

.actions__picture {
  width: 579px;
  height: 611px;
  display: block;
  position: absolute;
  bottom: 70px;
  left: 920px;
}

.actions__img {
  width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #253f6180;
}

.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.modal__window_action {
  display: none;
  width: 1460px;
  height: auto;
  background: #f7ca13;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-box-shadow: 0px 0px 16px 16px #253f6133;
          box-shadow: 0px 0px 16px 16px #253f6133;
  padding: 45px 88px;
  position: relative;
}

.modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.modal__number {
  width: 103px;
  height: 103px;
  background: #253f61;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GolosBold';
  font-size: 45px;
  line-height: 45px;
  color: #fff;
}

.modal__name {
  font-family: 'GolosBold';
  font-size: 37px;
  line-height: 41px;
  color: #253f61;
  padding-left: 30px;
}

.modal__content {
  width: 100%;
  padding-top: 20px;
  padding-left: 133px;
}

.modal__text {
  font-family: 'GolosRegular';
  font-size: 37px;
  line-height: 45px;
  color: #253f61;
  margin-bottom: 40px;
}

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

.modal__strong {
  font-family: 'GolosBold';
}

.modal__close {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  outline: none;
}

.modal__close:hover {
  cursor: pointer;
}

.modal__icon {
  stroke: #253f61;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: 142px;
  background: -webkit-linear-gradient(45deg, #253f61, #096da4);
  background: -o-linear-gradient(45deg, #253f61, #096da4);
  background: linear-gradient(45deg, #253f61, #096da4);
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__copyright {
  font-family: 'GolosMedium';
  color: #fff;
  text-decoration: none;
  font-size: 29px;
  line-height: 33px;
  text-transform: uppercase;
  text-align: center;
}

.footer__line {
  width: 3px;
  height: 53px;
  margin: 0 80px;
  background: #fff;
}

.footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__phone {
  font-family: 'GolosBold';
  font-size: 33px;
  line-height: 37px;
  color: #ffffff;
  text-decoration: none;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social {
  margin-right: 45px;
}

.footer-social:last-child {
  margin-right: 0;
}

.footer-social__picture {
  display: block;
}

.footer-social__picture_facebook {
  width: 31px;
  height: 68px;
}

.footer-social__picture_instagram {
  width: 62px;
  height: 62px;
}

.footer-social__picture_youtube {
  width: 66px;
  height: 46px;
}

.footer-social__picture_twitter {
  width: 64px;
  height: 53px;
}

.footer-social__img {
  width: 100%;
}

.modal__window_form {
  width: 1059px;
  padding: 90px 180px;
  background: #f7ca13;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-box-shadow: 0px 0px 30px 5px #20252c80;
          box-shadow: 0px 0px 30px 5px #20252c80;
  position: relative;
  overflow: hidden;
  display: none;
}

.modal__title_no-padding {
  width: 100%;
}

.modal__name-no-padding {
  width: 100%;
  padding-left: 0;
}

.modal-form__title {
  font-family: 'GolosBold';
  font-size: 33px;
  line-height: 37px;
  color: #253f61;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.modal__waiting {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: #253f6180;
}

.modal__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  width: 80px;
  height: 80px;
  -webkit-animation: 1s linear 0s normal none infinite running rotate;
          animation: 1s linear 0s normal none infinite running rotate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__input-text {
  width: 100%;
  height: 105px;
  border: 3px solid #393e5c;
  outline: none;
  margin-bottom: 27px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 0 23px;
  font-family: 'GolosRegular';
  font-size: 33px;
  line-height: 33px;
  color: #253f61;
  background: transparent;
}

.form__input-text::-webkit-input-placeholder {
  color: #253f61;
}

.form__input-text::-moz-placeholder {
  color: #253f61;
}

.form__input-text::-ms-input-placeholder {
  color: #253f61;
}

.form__input-text::placeholder {
  color: #253f61;
}

.form__input-text_error {
  border-color: #f44336;
}

.form__submit {
  font-family: 'GolosBold';
  font-size: 33px;
  line-height: 33px;
  color: #f7ca13;
  display: inline-block;
  outline: none;
  border: none;
  background: #253f61;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 100%;
  height: 105px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__submit:hover {
  cursor: pointer;
}

.modal__window_form .modal__close {
  top: 25px;
  right: 25px;
}

.preview-video {
  position: absolute;
  right: 0;
  top: 280px;
  width: 600px;
  height: auto;
  padding: 10px;
  background: #253f61;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preview-video__video {
  width: 100%;
  z-index: 10;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.preview-video__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00000033;
  border: none;
  outline: none;
  z-index: 20;
}

.preview-video__button:hover {
  cursor: pointer;
}

.preview-video__play {
  fill: #ffffff;
  width: 100px;
  height: 100px;
}

.general-background {
  background: -webkit-linear-gradient(45deg, #214569, #0e6497);
  background: -o-linear-gradient(45deg, #214569, #0e6497);
  background: linear-gradient(45deg, #214569, #0e6497);
}

.news {
  padding-top: 90px;
  padding-bottom: 70px;
}

.news__title {
  font-family: 'GolosBold';
  font-size: 50px;
  line-height: 66px;
  color: #ffffff;
  margin-bottom: 25px;
}

.news-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.news-slider__item {
  width: 472px;
  height: auto;
  background: #69b9d2;
  text-decoration: none;
}

.news-slider__picture {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.news-slider__img {
  width: 100%;
}

.news-slider__name {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GolosMedium';
  color: #253f60;
  font-size: 37px;
  line-height: 41px;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
}

.news__link-cateogry {
  width: 100%;
  height: 86px;
  background: #f7ca13;
  text-align: center;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: 'GolosBold';
  font-size: 37px;
  line-height: 54px;
  color: #253f61;
}

.news__link-cateogry:hover {
  cursor: pointer;
}

.news-slider-category .news-slider__item {
  margin-bottom: 25px;
}

.news-single {
  background: -webkit-linear-gradient(45deg, #214569, #0e6497);
  background: -o-linear-gradient(45deg, #214569, #0e6497);
  background: linear-gradient(45deg, #214569, #0e6497);
  min-height: calc(100vh - 221px);
  padding: 80px 0;
}

.news-single__title {
  font-family: 'GolosBold';
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.terms {
  padding-bottom: 60px;
}

.terms-title {
  font-family: 'GolosBold';
  font-size: 50px;
  line-height: 66px;
  color: #ffffff;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms-title__picture {
  width: 157px;
  height: 157px;
}

.terms-title__img {
  width: 100%;
}

.terms-title__text {
  width: 1320px;
  padding-left: 40px;
}

.terms-form {
  position: relative;
}

.terms-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

.terms-form__row_goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.terms-form__text {
  font-family: 'GolosMedium';
  color: #fff;
  font-size: 37px;
  line-height: 41px;
}

.terms-form__text_large {
  width: 890px;
}

.terms-form__text_small {
  width: 210px;
}

.terms-form__input-text {
  width: 545px;
  height: 62px;
  background: transparent;
  outline: none;
  border: 2px solid #f7ca13;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-family: 'GolosRegular';
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 0 15px;
}

.terms-form__input-text::-webkit-input-placeholder {
  color: #fff;
}

.terms-form__input-text::-moz-placeholder {
  color: #fff;
}

.terms-form__input-text::-ms-input-placeholder {
  color: #fff;
}

.terms-form__input-text::placeholder {
  color: #fff;
}

.terms-form__input-text_small {
  width: 545px;
}

.terms-form__input-text_large {
  width: 636px;
}

.terms-form__submit {
  width: 846px;
  height: 86px;
  background: #f7ca13;
  text-align: center;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: 'GolosBold';
  font-size: 32px;
  line-height: 54px;
  color: #253f61;
  border: none;
  outline: none;
}

.terms-form__submit:hover {
  cursor: pointer;
}

.terms__picture {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 522px;
  height: 518px;
}

.terms__img {
  width: 100%;
}

.terms-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 20px;
}

.terms-form-checkbox:hover {
  cursor: pointer;
}

.terms-form-checkbox__square {
  width: 62px;
  height: 62px;
  background: #f7ca13;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms-form-checkbox__text {
  font-family: 'GolosMedium';
  color: #fff;
  font-size: 37px;
  line-height: 37px;
}

.terms-form-checkbox__check {
  fill: transparent;
  stroke: #253f61;
  width: 40px;
  height: 40px;
  opacity: 0;
}

.checkbox_active .checkbox__opacity {
  opacity: 1;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1280px;
  }
  .button {
    font-size: 28px;
    line-height: 28px;
    padding: 17px 35px 22px;
  }
  .header {
    height: 60px;
  }
  .header-menu__item {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 3px solid transparent;
  }
  .header-menu__link {
    font-size: 16px;
  }
  .preview-logo {
    width: 400px;
    height: 125px;
    margin-bottom: 80px;
  }
  .preview__title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
  }
  .preview__text {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 90px;
  }
  .preview-picture {
    width: 750px;
    height: 467px;
    bottom: 60px;
    left: 670px;
  }
  .preview {
    height: 847px;
  }
  .advantages {
    height: 1466px;
    padding-top: 60px;
  }
  .advantages__title {
    font-size: 43px;
    line-height: 53px;
    margin-bottom: 60px;
  }
  .advantages-slider__number {
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .advantages-slider__content {
    width: 554px;
  }
  .advantages-slider__text {
    font-size: 32px;
    line-height: 43px;
  }
  .advantages-slider__picture {
    width: 725px;
    height: 483px;
  }
  .advantages-slider .owl-dots {
    margin-top: 20px;
    padding-left: 554px;
  }
  .advantages-slider .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
  .advantages-content {
    margin-top: 60px;
  }
  .advantages-content__title {
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  .advantages-content__item_large {
    width: 740px;
  }
  .advantages-content__item_small {
    width: 534px;
  }
  .advantages-content__picture {
    width: 120px;
    height: 120px;
  }
  .advantages-content__text {
    font-size: 32px;
    line-height: 40px;
    padding-left: 15px;
  }
  .advantages-content__text_small {
    font-size: 20px;
  }
  .actions-pc-table__column {
    font-size: 16px;
    line-height: 22px;
  }
  .actions-pc-table__column_1 {
    width: 377px;
  }
  .actions-pc-table__column_2 {
    width: 478px;
  }
  .actions-pc-table__column_3 {
    width: 425px;
  }
  .actions-pc-table__name {
    font-family: 'GolosMedium';
    font-size: 20px;
    line-height: 24px;
  }
  .actions-pc-table__column_header {
    font-size: 22px;
    line-height: 26px;
  }
  .actions-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .actions-title__picture {
    width: 120px;
    height: 120px;
  }
  .actions-title__text {
    width: 1160px;
    padding-left: 40px;
  }
  .actions__list {
    width: 740px;
  }
  .action {
    height: 70px;
    margin-bottom: 15px;
  }
  .action__text {
    font-size: 30px;
  }
  .action-backgound__full {
    width: 1260px;
  }
  .action-backgound__gradient {
    width: 740px;
  }
  .actions {
    height: 770px;
  }
  .actions__picture {
    width: 450px;
    height: auto;
    bottom: 70px;
    left: 760px;
  }
  .footer {
    height: 100px;
  }
  .footer__copyright {
    font-size: 20px;
    line-height: 24px;
  }
  .footer__line {
    margin: 0 30px;
  }
  .footer__phone {
    font-size: 24px;
    line-height: 30px;
  }
  .footer-social {
    margin-right: 30px;
  }
  .footer-social__picture_facebook {
    width: 20px;
    height: auto;
  }
  .footer-social__picture_instagram {
    width: 40px;
    height: auto;
  }
  .footer-social__picture_youtube {
    width: 49px;
    height: auto;
  }
  .footer-social__picture_twitter {
    width: 50px;
    height: auto;
  }
  .modal__window_action {
    width: 1280px;
    height: auto;
    padding: 25px 50px;
  }
  .modal__close {
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .modal__title {
    margin-bottom: 15px;
  }
  .modal__number {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 28px;
  }
  .modal__name {
    font-size: 30px;
    line-height: 34px;
    padding-left: 30px;
  }
  .modal__content {
    padding-top: 15px;
    padding-left: 100px;
  }
  .modal__text {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .modal__name-no-padding {
    width: 100%;
    padding-left: 0;
  }
  .modal__window_form .modal__close {
    top: 15px;
    right: 15px;
  }
  .preview-video {
    top: 215px;
    width: 500px;
  }
  .preview-video__play {
    width: 80px;
    height: 80px;
  }
  .modal__window_form {
    width: 930px;
    padding: 70px 159px;
  }
  .modal-form__title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .form__input-text {
    height: 70px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
  .form__submit {
    font-size: 24px;
    line-height: 24px;
    height: 70px;
  }
  .news {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .news__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .news-slider__item {
    width: 410px;
  }
  .news-slider__picture {
    height: 300px;
  }
  .news-slider__name {
    height: 140px;
    font-size: 24px;
    line-height: 30px;
  }
  .news__link-cateogry {
    height: 70px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    margin-top: 30px;
    font-size: 28px;
    line-height: 38px;
  }
  .news-single {
    min-height: calc(100vh - 160px);
  }
  .terms-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .terms-title__picture {
    width: 120px;
    height: 120px;
  }
  .terms-title__text {
    width: 1160px;
    padding-left: 40px;
  }
  .terms-form__row {
    margin-bottom: 20px;
  }
  .terms-form__text {
    font-size: 30px;
    line-height: 30px;
  }
  .terms-form__text_large {
    width: 820px;
  }
  .terms-form__text_small {
    width: 160px;
  }
  .terms-form__input-text {
    height: 52px;
    font-size: 24px;
    line-height: 24px;
  }
  .terms-form__input-text_small {
    width: 460px;
  }
  .terms-form__input-text_large {
    width: 550px;
  }
  .terms-form-checkbox__square {
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }
  .terms-form-checkbox__check {
    width: 30px;
    height: 30px;
  }
  .terms-form-checkbox__text {
    font-size: 30px;
    line-height: 30px;
  }
  .terms-form__submit {
    width: 711px;
    height: 70px;
    font-size: 30px;
    line-height: 30px;
  }
  .terms__picture {
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 1460px) {
  .container {
    max-width: 980px;
  }
  .button {
    font-size: 24px;
    line-height: 24px;
    padding: 12px 25px 17px;
  }
  .header-menu__item {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 2px solid transparent;
  }
  .header-menu__link {
    font-size: 14px;
  }
  .preview-logo {
    width: 320px;
    height: 101px;
    margin-bottom: 50px;
  }
  .preview__title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
    width: 610px;
  }
  .preview__text {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 60px;
    width: 610px;
  }
  .preview {
    height: 630px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .preview-picture {
    width: 600px;
    height: 375px;
    bottom: 45px;
    left: 510px;
  }
  .preview-video {
    top: 160px;
    width: 380px;
  }
  .preview-video__play {
    width: 60px;
    height: 60px;
  }
  .advantages {
    height: 1100px;
    padding-top: 60px;
  }
  .advantages__title {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 50px;
  }
  .advantages-slider__content {
    width: 420px;
  }
  .advantages-slider__picture {
    width: 560px;
    height: 374px;
  }
  .advantages-slider__number {
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .advantages-slider__text {
    font-size: 23px;
    line-height: 34px;
  }
  .advantages-slider .owl-dots {
    margin-top: 15px;
    padding-left: 420px;
  }
  .advantages-slider .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .advantages-slider .owl-nav button {
    width: 50px;
    height: 50px;
  }
  .advantages-slider .owl-prev {
    top: 0;
    left: -70px;
  }
  .advantages-slider .owl-next {
    top: 0;
    right: -70px;
  }
  .advantages-content {
    margin-top: 40px;
  }
  .advantages-content__title {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 40px;
  }
  .advantages-content__item {
    margin-bottom: 40px;
  }
  .advantages-content__item_large {
    width: 588px;
  }
  .advantages-content__item_small {
    width: 392px;
  }
  .advantages-content__picture {
    width: 80px;
    height: 80px;
  }
  .advantages-content__text {
    font-size: 24px;
    line-height: 32px;
    padding-left: 15px;
  }
  .advantages-content__text_small {
    font-size: 16px;
  }
  .actions-pc-table__column {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 10px 20px 15px;
  }
  .actions-pc-table__column_1 {
    width: 290px;
  }
  .actions-pc-table__column_2 {
    width: 366px;
  }
  .actions-pc-table__column_3 {
    width: 324px;
  }
  .actions-pc-table__column_3 {
    padding-right: 0;
  }
  .actions-pc-table__column br {
    display: none;
  }
  .actions-pc-table__column .visible-br {
    display: block;
  }
  .actions-pc-table__name {
    font-size: 16px;
    line-height: 20px;
  }
  .actions-pc-table__column_header {
    font-size: 20px;
    line-height: 24px;
  }
  .actions {
    height: 670px;
  }
  .actions-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .actions-title__picture {
    width: 80px;
    height: 80px;
  }
  .actions-title__text {
    width: 900px;
    padding-left: 30px;
  }
  .actions__list {
    width: 600px;
  }
  .action {
    height: 60px;
    margin-bottom: 15px;
  }
  .action__text {
    font-size: 24px;
  }
  .actions__picture {
    width: 390px;
    height: 415px;
    bottom: 70px;
    left: 630px;
  }
  .modal__window_action {
    width: 980px;
    height: auto;
    padding: 25px 25px;
  }
  .modal__close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .modal__number {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 18px;
  }
  .modal__name {
    font-size: 24px;
    line-height: 24px;
    padding-left: 30px;
  }
  .modal__content {
    padding-top: 10px;
    padding-left: 80px;
  }
  .modal__text {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .footer {
    height: 80px;
  }
  .footer__copyright {
    font-size: 16px;
    line-height: 20px;
  }
  .footer__line {
    width: 2px;
    height: 40px;
    margin: 0 30px;
  }
  .footer__phone {
    font-size: 18px;
    line-height: 24px;
  }
  .footer-social__picture_facebook {
    width: 15px;
    height: auto;
  }
  .footer-social__picture_instagram {
    width: 30px;
    height: auto;
  }
  .footer-social__picture_youtube {
    width: 40px;
    height: auto;
  }
  .footer-social__picture_twitter {
    width: 40px;
    height: auto;
  }
  .modal__window_form {
    width: 930px;
    padding: 70px 159px;
  }
  .modal__window_form .modal__close {
    top: 20px;
    right: 20px;
  }
  .modal__name-no-padding {
    width: 100%;
    padding-left: 0;
  }
  .news-slider__item {
    width: 310px;
  }
  .news-slider__picture {
    height: 220px;
  }
  .news-slider__name {
    font-size: 20px;
    line-height: 28px;
  }
  .news__link-cateogry {
    height: 60px;
    margin-top: 25px;
    font-size: 22px;
    line-height: 30px;
  }
  .news-single {
    min-height: calc(100vh - 140px);
  }
  .terms-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .terms-title__picture {
    width: 80px;
    height: 80px;
  }
  .terms-title__text {
    width: 900px;
    padding-left: 30px;
  }
  .terms-form__input-text {
    height: 42px;
    font-size: 18px;
    line-height: 18px;
  }
  .terms-form__input-text_small {
    width: 380px;
  }
  .terms-form__input-text_large {
    width: 400px;
  }
  .terms-form__text {
    font-size: 24px;
    line-height: 24px;
  }
  .terms-form__text_large {
    width: 600px;
  }
  .terms-form__text_small {
    width: 160px;
  }
  .terms-form-checkbox__square {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .terms-form-checkbox__check {
    width: 20px;
    height: 20px;
  }
  .terms-form-checkbox__text {
    font-size: 24px;
    line-height: 24px;
  }
  .terms-form__submit {
    width: 562px;
    height: 60px;
    font-size: 24px;
    line-height: 24px;
  }
  .terms__picture {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 1280px) {
  .modal__window_form {
    width: 750px;
    padding: 50px 120px;
  }
  .modal-form__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .form__input-text {
    height: 60px;
    font-size: 24px;
  }
  .form__submit {
    font-size: 20px;
    line-height: 20px;
    height: 60px;
  }
}

@media (max-width: 980px) {
  .container {
    max-width: 980px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .preview {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-logo {
    margin-bottom: 30px;
  }
  .preview__title {
    width: 100%;
    text-align: center;
  }
  .preview__text {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }
  .preview-picture {
    bottom: auto;
    left: auto;
    position: relative;
    margin-top: 50px;
  }
  .advantages {
    height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .advantages-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .advantages-slider__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-slider__picture {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-slider .owl-dots {
    margin-top: 15px;
    padding-left: 0;
  }
  .advantages-content__item_large {
    width: 100%;
  }
  .advantages-content__item_small {
    width: 100%;
  }
  .advantages-content__text {
    font-size: 19px;
    line-height: 24px;
    padding-left: 15px;
    width: calc(100% - 80px);
  }
  .advantages-content__text br {
    display: none;
  }
  .actions-pc {
    display: none;
  }
  .actions {
    display: block;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .actions__list {
    width: 100%;
  }
  .actions-title__text {
    width: calc(100% - 80px);
    padding-left: 25px;
  }
  .action__text {
    font-size: 18px;
  }
  .action__arrow {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .actions__picture {
    width: 390px;
    height: 415px;
    bottom: auto;
    left: auto;
    position: relative;
    margin: 50px auto 0;
  }
  .modal__window_action {
    width: calc(100% - 50px);
    height: auto;
    padding: 25px 25px;
    margin-top: 25px;
  }
  .modal__window_form {
    width: 700px;
    padding: 40px 100px;
  }
  .preview-video {
    top: auto;
    width: 380px;
    position: relative;
    margin-top: 40px;
  }
  .advantages-slider .owl-nav {
    top: 10px;
  }
  .advantages-slider .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .advantages-slider .owl-prev {
    top: 0;
    left: 0;
  }
  .advantages-slider .owl-next {
    top: 0;
    right: 0;
  }
  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news__title {
    font-size: 32px;
    line-height: 40px;
  }
  .news-slider {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .news-slider .owl-stage-outer {
    overflow: hidden;
  }
  .news-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-slider__item {
    width: calc(100% - 10px);
    margin: 0 auto;
    display: block;
  }
  .news-slider__picture {
    height: 210px;
  }
  .news-slider .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    left: 0;
    width: 100%;
  }
  .news-slider .owl-nav button {
    width: 60px;
    height: 60px;
    fill: #000;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
  }
  .news-slider .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .news-slider .owl-prev {
    left: -50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .news-slider .owl-next {
    right: -50px;
  }
  .news-slider .owl-nav button.disabled {
    opacity: .5;
  }
  .news-slider .owl-dots {
    display: none;
  }
  .news__link-cateogry {
    width: calc(100% - 100px);
    margin: 25px auto 0;
  }
  .news-slider.news-slider-category {
    width: 100%;
  }
  .news-slider-category .news-slider__item {
    width: calc(50% - 10px);
    margin: 0 0 25px;
    display: block;
  }
  .news-single {
    padding: 60px 0;
    min-height: calc(100vh - 209px);
  }
  .news-single__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .content {
    font-size: 16px;
    line-height: 24px;
  }
  .content p {
    margin-bottom: 15px;
    text-align: justify;
  }
  .content h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content li {
    padding-left: 20px;
  }
  .content li:before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .terms-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .terms-title__text {
    width: calc(100% - 80px);
    padding-left: 25px;
  }
  .terms-form__text {
    font-size: 16px;
    line-height: 24px;
  }
  .terms-form__text_small {
    width: 100px;
  }
  .terms-form__text_large {
    width: 400px;
  }
  .terms-form__input-text {
    font-size: 16px;
    line-height: 16px;
  }
  .terms-form__input-text_large {
    width: calc(100% - 100px);
  }
  .terms-form__input-text_small {
    width: calc(100% - 400px);
  }
  .terms-form-checkbox__square {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .terms-form-checkbox__check {
    width: 16px;
    height: 16px;
  }
  .terms-form-checkbox__text {
    font-size: 16px;
    line-height: 16px;
  }
  .terms-form__submit {
    width: 100%;
  }
  .terms-form__row_goals {
    padding-left: 400px;
  }
  .terms__picture {
    width: 200px;
    height: 200px;
    right: auto;
    bottom: 270px;
    left: 100px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .button {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 25px 14px;
  }
  .header {
    height: 50px;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    left: 0;
  }
  .header-menu {
    display: none;
  }
  .header-menu-button {
    width: 36px;
    height: 22px;
    display: block;
    background: transparent;
    border: none;
    outline: none;
    position: relative;
  }
  .header-menu-button__line {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .header-menu-button__line_1 {
    top: 0;
    right: 0;
    left: 0;
  }
  .header-menu-button__line_2,
.header-menu-button__line_3 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header-menu-button__line_4 {
    right: 0;
    bottom: 0;
    left: 0;
  }
  .header-menu-button_active .header-menu-button__line_1,
.header-menu-button_active .header-menu-button__line_4 {
    opacity: 0;
  }
  .header-menu-button_active .header-menu-button__line_2 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-menu-button_active .header-menu-button__line_3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main {
    padding-top: 50px;
  }
  .preview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .preview-logo {
    width: 250px;
    height: auto;
  }
  .preview__title {
    font-size: 24px;
    line-height: 30px;
  }
  .preview__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .preview-picture {
    width: 100%;
    height: auto;
  }
  .preview-video {
    max-width: 380px;
    width: 100%;
  }
  .advantages {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .advantages__title {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .advantages-slider__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-slider__text {
    font-size: 20px;
    line-height: 28px;
  }
  .advantages-content__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .advantages-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-content__text {
    font-size: 20px;
    line-height: 28px;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    text-align: center;
  }
  .actions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .actions-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actions-title__text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .action {
    height: 40px;
  }
  .action__text {
    font-size: 14px;
  }
  .actions__picture {
    max-width: 390px;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
  }
  .footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__line {
    width: 100%;
    height: 1px;
    margin: 15px 0;
  }
  .modal__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
  }
  .modal__window_action {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 40px 15px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
            border-radius: 0px;
  }
  .modal__close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .modal__number {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
  }
  .modal__name {
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
    width: calc(100% - 40px);
  }
  .modal__content {
    padding-top: 0;
    padding-left: 0;
  }
  .modal__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: #319ecf;
    padding-top: 50px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .mobile-menu.mobile-menu_active {
    left: 0%;
  }
  .mobile-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .mobile-menu__list {
    list-style-type: none;
  }
  .mobile-menu__item {
    margin-bottom: 20px;
  }
  .mobile-menu__item:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__link {
    font-family: 'GolosRegular';
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
  }
  .modal__window_form {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 60px 15px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .news-slider__item {
    width: 100%;
  }
  .news-slider__picture {
    height: auto;
  }
  .news-slider__name {
    font-size: 16px;
    line-height: 22px;
    height: 110px;
    padding: 15px 15px;
  }
  .news__link-cateogry {
    width: 100%;
    margin: 25px auto 0;
  }
  .news__link-cateogry {
    height: 50px;
    font-size: 18px;
    line-height: 24px;
  }
  .terms-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .terms-title__text {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
  }
  .terms-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .terms-form__text {
    width: 100%;
  }
  .terms-form__input-text {
    width: 100%;
    margin-top: 15px;
  }
  .terms-form__row_goals {
    padding-left: 250px;
  }
  .terms__picture {
    bottom: 375px;
    left: 0;
  }
  .terms-form-checkbox__text {
    width: calc(100% - 45px);
  }
}

@media (max-width: 500px) {
  .news-slider-category .news-slider__item {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }
  .terms-form__row_goals {
    padding-left: 0;
  }
  .terms__picture {
    bottom: auto;
    left: auto;
    position: relative;
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 50px auto 0;
  }
}

@media (max-width: 370px) {
  .action__text {
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
