@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  color: #405060; }

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden; }

input, textarea, button, select, select option {
  border: 0;
  outline: none; }

textarea {
  resize: none; }

li {
  list-style-type: none; }

a, a:hover {
  outline: none;
  text-decoration: none; }

a.disabled {
  pointer-events: none;
  /* делаем элемент неактивным для взаимодействия */
  cursor: default;
  /*  курсор в виде стрелки */
  opacity: .3;
  /* цвет текста серый */ }

img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

@font-face {
  font-family: "proximanova_bold";
  src: url("../fonts/proximanova_bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "proximanova_regular";
  src: url("../fonts/proximanova_regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.title-block {
  font-family: "proximanova_bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  margin-bottom: 17px; }
  .title-block span {
    color: #29A8DF; }

.custom-link {
  position: relative;
  display: block; }
  .custom-link span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0 40px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFB800 0%, #FF8A00 100%), linear-gradient(180deg, #FFB800 0%, #FF8A00 100%); }
  .custom-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    min-height: 46px;
    background: #D26500;
    border-radius: 50px;
    transition: top .2s ease; }
  .custom-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 46px;
    background: linear-gradient(180deg, #FF9900 0%, #FF4D00 100%);
    z-index: 1;
    border-radius: 50px;
    transition: background .3s ease; }
  .custom-link:hover span {
    background: transparent; }

input {
  transition: border-color .2s ease, color .2s ease; }
  input.red {
    border-color: #FF0000 !important;
    color: #FF0000 !important; }
    input.red::placeholder {
      color: #FF0000 !important; }

.link-top {
  position: fixed;
  right: 31px;
  z-index: 8;
  bottom: 30px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #66819C;
  transition: background .2s ease, bottom .3s ease; }
  .link-top.active {
    bottom: 205px; }
  .link-top img {
    width: 11px;
    height: 8px; }
  .link-top:hover {
    background: #405060; }

.header {
  background: #FFFFFF;
  box-shadow: 0px 20px 28px rgba(161, 165, 174, 0.2);
  overflow: hidden; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  z-index: 7;
}

.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px; }
  .container-header__logo {
    display: block;
    width: 225px;
    height: 50px; }
  .container-header__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    max-width: 250px; }
  .container-header__tel-block {
    display: flex;
    align-items: center; }
  .container-header__soc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .container-header__soc1 {
    margin-right: 4px;
    background: #60BD35; }
    .container-header__soc1 img {
      display: block;
      width: 16px;
      height: 16px; }
  .container-header__soc2 {
    background: #008DD2;
    margin-right: 14px; }
    .container-header__soc2 img {
      display: block;
      width: 14px;
      height: 12px; }
  .container-header__phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    transition: color .3s ease; }
    .container-header__phone:hover {
      color: #FF8A00; }
  .container-header__phone-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }
  .container-header__btn {
    padding: 14px 20px;
    background: #60BD35;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background .3s ease; }
    .container-header__btn:hover {
      background: #4B9926; }

.main-block {
  padding: 112px 0 70px;
  background: url(../img/bg-main.png) no-repeat right center/cover;
  overflow: hidden; }

.container-main__cont {
  padding-top: 80px;
  width: 55%; }
.container-main__title {
  font-family: "proximanova_bold";
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px; }
.container-main__middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px; }
.container-main__ul {
  padding-right: 40px; }
.container-main__item {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 17px;
  min-height: 26px;
  display: flex;
  align-items: center; }
  .container-main__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: url(../img/icon-main-li.svg) no-repeat center/contain; }
  .container-main__item.bold {
    font-weight: 700; }
.container-main__btn-block {
  background: #FFFFFF;
  box-shadow: 0px 20px 28px rgba(154, 161, 176, 0.2);
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  width: 100%;
  max-width: 270px; }
.container-main__step-block {
  display: flex;
  text-align: right; }
.container-main__step {
  margin-right: 50px;
  position: relative; }
  .container-main__step::before {
    content: '';
    display: block;
    height: 30px;
    width: 3px;
    background: #BECDDD;
    border-radius: 3px;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -15px;
    transform: rotate(15deg); }
  .container-main__step:last-child {
    margin-right: 0; }
.container-main__step-title {
  font-family: "proximanova_bold";
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 4px; }
.container-main__orange-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px; }
  .container-main__orange-text span {
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    color: #FF8A00; }
.container-main__step-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px; }

.btn-block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px; }
  .btn-block__title span {
    text-transform: uppercase;
    color: #FFB800; }
.btn-block__ul {
  margin-bottom: 25px; }
.btn-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; }

.block-two {
  background: #F0F3F6;
  overflow: hidden; }

.container-two {
  padding-top: 50px;
  padding-bottom: 67px; }
  .container-two__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 53px;
    text-align: center; }
  .container-two__block-item {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; }
  .container-two__item {
    width: 24%;
    min-height: 122px;
    position: relative;
    z-index: 1; }
    .container-two__item > div {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      height: 100%;
      background: #405060;
      border-radius: 10px;
      padding: 25px 5px 15px 15px; }
    .container-two__item:nth-child(1)::before {
      content: '';
      display: block;
      position: absolute;
      top: -22px;
      left: -90px;
      z-index: 0;
      width: 159px;
      height: 142px;
      background: url(../img/two-block-img-1.png) no-repeat center/contain; }
    .container-two__item:nth-child(1)::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -25px;
      left: -48px;
      z-index: 2;
      width: 85px;
      height: 75px;
      background: url(../img/two-block-img-1-2.png) no-repeat center/contain; }
    .container-two__item:nth-child(3)::after {
      content: '';
      display: block;
      position: absolute;
      top: 95%;
      left: 10%;
      z-index: 2;
      width: 30px;
      height: 30px;
      background: url(../img/two-block-img-3.png) no-repeat center/contain; }
    .container-two__item:nth-child(4)::before {
      content: '';
      display: block;
      position: absolute;
      top: -80px;
      right: -45px;
      z-index: 0;
      width: 158px;
      height: 142px;
      background: url(../img/two-block-img-2.png) no-repeat center/contain; }
  .container-two__icon {
    display: block;
    width: 35px;
    height: 35px; }
  .container-two__item:nth-child(2) .container-two__icon {
    position: relative; }
    .container-two__item:nth-child(2) .container-two__icon::before {
      content: '';
      display: block;
      width: 80%;
      height: 80%;
      position: absolute;
      top: 90%;
      left: 20%;
      background: url(../img/two-block-img-3.png) no-repeat center/contain; }
  .container-two__text-item {
    width: 82%; }
  .container-two__item-title {
    font-family: "proximanova_bold";
    font-size: 16px;
    line-height: 18px;
    color: #FFB800;
    min-height: 30px;
    margin-bottom: 10px; }
  .container-two__item-text {
    color: #fff;
    font-size: 12px;
    line-height: 18px; }

.block-three {
  padding: 50px 0 64px;
  overflow: hidden; }

.container-three__title {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 56px; }
.container-three__cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }
.container-three__text-block {
  width: 59%; }
.container-three__text {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px; }
  .container-three__text span {
    font-weight: 700; }
.container-three__link {
  margin-top: 20px;
  display: inline-block; }
.container-three__video {
  width: 39%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden; }
  .container-three__video img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.block-four {
  background: #F0F3F6;
  overflow: hidden; }

.container-four {
  padding-top: 50px;
  padding-bottom: 83px; }
  .container-four__title {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 26px; }
  .container-four__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 50px; }
    .container-four__text span {
      font-weight: 700; }
  .container-four__block-plan {
    display: flex;
    justify-content: space-between; }
  .container-four__plan {
    width: 31%;
    padding: 25px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .container-four__img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px; }
  .container-four__plan-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px; }
    .container-four__plan-name span {
      color: #29A8DF; }
  .container-four__plan-info {
    font-size: 13px;
    line-height: 20px;
    color: #66819C;
    margin-bottom: 15px; }
  .container-four__ul {
    margin-bottom: 15px; }
  .container-four__li {
    font-size: 13px;
    line-height: 20px;
    color: #66819C;
    position: relative;
    padding-left: 20px; }
    .container-four__li::before {
      content: '—';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      height: 100%; }
  .container-four__plan-price {
    font-size: 13px;
    line-height: 152.34%;
    color: #66819C;
    padding-left: 20px;
    margin-bottom: 20px; }
    .container-four__plan-price span {
      font-weight: 700;
      font-size: 25px;
      line-height: 152.34%;
      color: #405060; }
  .container-four__plan-btn {
    width: 100%;
    max-width: 270px;
    margin: 0 auto; }
    .container-four__plan-btn span {
      max-width: 270px;
      padding: 13px 30px; }
  .container-four__item-block {
    padding-top: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .container-four__item-title {
    font-family: "proximanova_bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 152.34%;
    width: 100%;
    max-width: 230px; }
  .container-four__item {
    width: 22%;
    position: relative; }
    .container-four__item::before {
      content: '';
      display: block;
      position: absolute;
      top: -10px;
      left: -60px;
      background: url(../img/bonus-img.png) no-repeat center/contain;
      width: 158px;
      height: 142px;
      z-index: 1; }
    .container-four__item > div {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #FAFBFC;
      border: 5px solid #BFE9FD;
      border-radius: 50px;
      padding: 23px 15px; }
  .container-four__item-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px; }
  .container-four__item-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off; }

.five-block {
  padding-top: 50px;
  padding-bottom: 133px;
  overflow: hidden; }

.container-five {
  overflow: visible; }
  .container-five__title {
    margin-bottom: 33px; }
  .container-five__text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 42px; }
  .container-five__table {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px; }
    .container-five__table table {
      width: 100%;
      border: 1px solid #D3DFEA;
      border-collapse: collapse; }
      .container-five__table table tr:nth-child(1) {
        background: #405060;
        border: 0;
        border-bottom: 0;
        border-radius: 3px 3px 0px 0px; }
        .container-five__table table tr:nth-child(1):hover {
          background: #405060; }
        .container-five__table table tr:nth-child(1) th {
          color: #fff;
          font-weight: 700;
          font-size: 16px;
          line-height: 22px;
          padding: 16px 0 22px; }
          .container-five__table table tr:nth-child(1) th:nth-child(1) {
            padding-left: 20px; }
        .container-five__table table tr:nth-child(1) th:last-child {
          text-align: right;
          padding-right: 30px; }
      .container-five__table table tr {
        background: #FFFFFF;
        box-sizing: border-box;
        border-bottom: 1px solid #D3DFEA;
        transition: background .2s ease;
        cursor: pointer; }
        .container-five__table table tr:hover {
          background: #F0F3F6; }
        .container-five__table table tr td {
          padding: 18px 0 20px;
          font-size: 16px;
          line-height: 22px;
          text-align: center;
          color: #4F5F6F; }
        .container-five__table table tr td:last-child {
          text-align: right;
          padding-right: 58px; }
        .container-five__table table tr a {
          background: #29A8DF;
          border-radius: 50px;
          padding: 8px 36px;
          font-weight: 700;
          font-size: 10px;
          line-height: 21px;
          text-transform: uppercase;
          color: #FFFFFF;
          transition: background .2s ease; }
          .container-five__table table tr a:hover {
            background: #405060; }
        .container-five__table table tr span {
          display: inline-block;
          margin-right: 48px; }
      .container-five__table table tr:last-child {
        border-bottom: 0; }
      .container-five__table table th:nth-child(1),
      .container-five__table table td:nth-child(1) {
        text-align: left;
        padding-left: 20px; }
    .container-five__table .table-none {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease; }
      .container-five__table .table-none.active {
        max-height: 2000px; }
      .container-five__table .table-none table {
        border-top: 0 !important;
        margin-top: -60px; }
        .container-five__table .table-none table tr:nth-child(1) {
          transform: scale(0) !important; }
          .container-five__table .table-none table tr:nth-child(1):hover {
            background: #405060; }
          .container-five__table .table-none table tr:nth-child(1) th {
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            padding: 16px 0 22px; }
            .container-five__table .table-none table tr:nth-child(1) th:nth-child(1) {
              padding-left: 20px; }
          .container-five__table .table-none table tr:nth-child(1) th:last-child {
            text-align: right;
            padding-right: 30px; }
  .container-five__btn {
    display: block;
    width: max-content;
    margin: 0 auto 44px;
    transition: transform .2s ease; }
    .container-five__btn span {
      padding: 0 50px; }
    .container-five__btn.active {
      display: none; }
  .container-five__minTitle {
    font-family: "proximanova_bold";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 53px; }
  .container-five__block-item {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto; }
  .container-five__item {
    width: 24%;
    position: relative; }
    .container-five__item > div {
      background: #405060;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 6px 12px 10px;
      position: relative;
      z-index: 2; }
    .container-five__item:nth-child(1)::before {
      content: '';
      display: block;
      position: absolute;
      top: -70px;
      left: -65px;
      width: 153px;
      height: 150px;
      background: url(../img/five-img-1.png) no-repeat center/contain;
      z-index: 1; }
    .container-five__item:last-child::before {
      content: '';
      display: block;
      position: absolute;
      bottom: -60px;
      right: -65px;
      width: 153px;
      height: 150px;
      background: url(../img/five-img-2.png) no-repeat center/contain;
      z-index: 1; }
  .container-five__img {
    position: relative;
    height: 95px;
    width: 130px; }
    .container-five__img img {
      position: absolute;
      top: -30px;
      left: 0;
      height: 120px;
      width: 120px; }
  .container-five__item:nth-child(1) > div .container-five__img::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -2px;
    left: 10px;
    background: url(../img/two-block-img-3.png) no-repeat center/contain;
    z-index: 3; }
  .container-five__item-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    width: 48%;
    font-family: "proximanova_regular";
    color: #fff; }

.six-block {
  padding-bottom: 40px; }

.container-six {
  display: flex;
  justify-content: space-between;
  align-items: end;
  overflow: visible; }
  .container-six__left {
    width: 65%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .container-six__title {
    text-align: left;
    margin-bottom: 19px; }
  .container-six__text {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 41px; }
    .container-six__text span {
      font-weight: bold; }
  .container-six__item {
    width: 48%;
    background: #F0F3F6;
    border-radius: 10px;
    padding: 30px 20px; }
  .container-six__img {
    height: 250px;
    display: block;
    margin-bottom: 30px; }
  .container-six__name {
    font-weight: 600;
    font-size: 15px;
    line-height: 152.34%;
    margin-bottom: 30px;
    text-align: center; }
  .container-six__infoTitle {
    margin-bottom: 22px;
    border-bottom: 2px solid #405060; }
    .container-six__infoTitle span {
      font-weight: 600;
      font-size: 14px;
      line-height: 152.34%;
      color: #FFFFFF;
      background: #405060;
      border-radius: 5px 5px 0px 0px;
      padding: 1px 21px; }
  .container-six__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #66819C; }
    .container-six__info span {
      color: #66819C; }
  .container-six__form {
    width: 32%;
    background: linear-gradient(179.83deg, #29A8DF 3.49%, #008DD2 32.63%, #405060 75.44%);
    border-radius: 10px;
    padding: 42px 40px;
    position: relative;
    padding-top: 300px; }
  .container-six__formImg {
    height: 386px;
    position: absolute;
    top: -95px;
    left: 0;
    z-index: 1;
    width: 100%; }
  .container-six__formTitle {
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "proximanova_bold";
    position: relative;
    z-index: 2;
    margin-top: -80px;
    margin-bottom: 13px; }
    .container-six__formTitle span {
      font-family: "proximanova_bold";
      font-size: 25px;
      line-height: 30px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #50C9F2;
      display: block; }
  .container-six__formText {
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 27px; }
  .container-six__ul {
    padding-left: 10px; }
  .container-six__li {
    position: relative;
    padding-left: 44px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
    padding-right: 20px; }
    .container-six__li::before {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 50%;
      margin-top: -12.5px;
      left: 0;
      background: url(../img/two-block-icon-like.svg) no-repeat center/contain;
      z-index: 1; }
  .container-six input {
    width: 100%;
    max-width: 270px;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
    margin: 0 auto 12px;
    background: #FFFFFF;
    border: 1px solid #405060;
    box-sizing: border-box;
    border-radius: 50px; }
  .container-six button {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 12px;
    background: transparent; }
  .container-six__politic {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF; }
    .container-six__politic a {
      display: block;
      font-size: 11px;
      line-height: 14px;
      text-align: center;
      color: #FFFFFF; }

.block-seven {
  background: #F0F3F6;
  overflow: hidden; }

.container-seven {
  padding-top: 44px;
  padding-bottom: 55px; }
  .container-seven__block-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .container-seven__youtube {
    display: flex;
    align-items: center; }
    .container-seven__youtube img {
      display: block;
      width: 53px;
      height: 37px;
      margin-right: 15px; }
    .container-seven__youtube span {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      text-decoration-line: underline;
      color: #FF8A00;
      width: 100%;
      max-width: 150px;
      display: block; }
    .container-seven__youtube:hover span {
      text-decoration: none; }
    .container-seven__youtube.two {
      display: none; }
  .container-seven__mod {
    display: none; }
  .container-seven__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px; }
  .container-seven__cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .container-seven__item {
    width: 31%;
    cursor: pointer;
    margin-bottom: 28px; }
  .container-seven__video {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 200px;
    margin-bottom: 18px;
    width: 100%; }
    .container-seven__video img {
      object-fit: cover; }
  .container-seven__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    transition: color .2s; }
  .container-seven__item:hover .container-seven__item-name {
    text-decoration-line: underline;
    color: #29A8DF; }
  .container-seven__item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px; }
  .container-seven__info-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px; }
    .container-seven__info-text span {
      font-weight: 600; }
  .container-seven__price {
    background: #29A8DF;
    border-radius: 50px;
    padding: 7px 21px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF; }
    .container-seven__price span {
      display: block;
      font-weight: 700;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF; }

.block-form {
  background: url(../img/form-bg.png) no-repeat center/cover;
  padding: 30px 0 45px; }
  .block-form.three {
    background: url(../img/form-bg3.png) no-repeat right 0/cover; }

.container-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  padding-right: 8%; }
  .container-form__img {
    width: 212px;
    height: 180px;
    position: relative; }
    .container-form__img img {
      width: 100%;
      height: 300px;
      position: absolute;
      object-fit: none;
      bottom: -30px;
      left: 0;
      z-index: 1; }
  .container-form__block-text {
    width: 100%;
    max-width: 400px; }
  .container-form__title {
    font-size: 25px;
    line-height: 30px;
    font-family: "proximanova_bold";
    margin-bottom: 10px;
    color: #FFFFFF;
    width: 100%;
    max-width: 270px; }
  .container-form__text {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF; }
  .container-form__form {
    width: 100%;
    max-width: 270px; }
    .container-form__form input {
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #405060;
      box-sizing: border-box;
      border-radius: 50px;
      height: 48px;
      padding: 14px 20px;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 12px; }
    .container-form__form button {
      background: transparent;
      cursor: pointer;
      margin-bottom: 12px;
      width: 100%; }
    .container-form__form p {
      font-size: 11px;
      line-height: 14px;
      text-align: center;
      color: #FFFFFF; }
      .container-form__form p a {
        display: block;
        text-decoration: underline;
        color: #fff; }
        .container-form__form p a:hover {
          text-decoration: none; }
  .container-form.three .container-form__form {
    margin-left: 35px; }
  .container-form.three {
    justify-content: flex-start; }
  .container-form.three .container-form__title {
    max-width: 400px; }
  .container-form.three .container-form__block-text {
    max-width: 570px; }

.eight-block {
  padding: 46px 0 65px;
  overflow: hidden;
  background: #F0F3F6; }

.container-eight__block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
.container-eight__link {
  display: flex;
  align-items: center; }
  .container-eight__link.two {
    display: none; }
  .container-eight__link img {
    display: block;
    margin-right: 19px;
    width: 54px;
    height: 38px; }
  .container-eight__link span {
    display: block;
    width: 100%;
    max-width: 160px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #FF8A00; }
    .container-eight__link span:hover {
      text-decoration: none; }
.container-eight__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 47px;
  width: 100%;
  max-width: 740px; }
.container-eight__item {
  box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
  border-radius: 10px;
  padding: 40px 40px 40px 26px;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .container-eight__item.flex {
    display: flex !important; }
  .container-eight__item:nth-child(1), .container-eight__item:nth-child(2), .container-eight__item:nth-child(3) {
    display: flex; }
.container-eight__slider {
  display: flex;
  align-items: center;
  width: 48%; }
.container-eight__info {
  width: 48%; }
.container-eight__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px; }
.container-eight__price {
  background: #29A8DF;
  border-radius: 50px;
  padding: 7px 21px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 13px;
  display: inline-block; }
  .container-eight__price span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
.container-eight__textInfo {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
  color: #66819C; }
.container-eight__link-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.container-eight__text-link {
  font-size: 12px;
  line-height: 16px;
  margin-right: 7px;
  max-width: 260px;
  width: 100%; }
.container-eight__btn {
  display: block;
  width: 100%;
  max-width: 260px; }
.container-eight .swiper {
  height: 260px; }
  .container-eight .swiper img {
    object-fit: cover; }
.container-eight .mySwiper2 {
  width: 79%;
  overflow: visible;
  position: relative;
  z-index: 1; }
  .container-eight .mySwiper2 .swiper-slide {
    transform: scale(0);
    opacity: 0;
    transition: opacity 1s ease; }
  .container-eight .mySwiper2 .swiper-slide-active {
    transform: scale(1);
    opacity: 1; }
.container-eight .swiper-button-next {
  width: 30px;
  height: 30px;
  right: -6px; }
  .container-eight .swiper-button-next::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff url(../img/slider-arrow.svg) no-repeat center/5px 8px;
    transition: background .2s ease; }
  .container-eight .swiper-button-next:hover::after {
    background: #66819C url(../img/slider-arrow-active.svg) no-repeat center/5px 8px;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2); }
.container-eight .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: -6px; }
  .container-eight .swiper-button-prev::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff url(../img/slider-arrow-left.svg) no-repeat center/5px 8px;
    transition: background .2s ease, box-shadow .2s ease; }
  .container-eight .swiper-button-prev:hover::after {
    background: #66819C url(../img/slider-arrow-left-active.svg) no-repeat center/5px 8px;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2); }
.container-eight .mySwiper {
  width: 21%;
  margin-right: 15px;
  position: relative;
  z-index: 2; }
.container-eight__load {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 35px auto 0; }
  .container-eight__load span {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #405060; }
  .container-eight__load img {
    display: block;
    width: 7px;
    height: 9px;
    margin-left: 9px; }
  .container-eight__load:hover span {
    text-decoration: none; }

.nine-block {
  padding: 45px 0 85px;
  background: #fff;
  overflow: hidden; }

.container-nine {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .container-nine__title {
    margin-bottom: 28px;
    width: 100%; }
  .container-nine__text {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 75px;
    text-align: center; }
  .container-nine__left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  .container-nine__ul {
    position: relative;
    z-index: 3; }
  .container-nine__ul:nth-child(1) .container-nine__item {
    position: relative;
    font-size: 15px;
    line-height: 40px;
    text-align: right;
    padding-right: 68px;
    margin-left: -18px; }
    .container-nine__ul:nth-child(1) .container-nine__item::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -8.5px;
      right: 0;
      width: 52px;
      height: 17px;
      background: url(../img/nine-linear-left.svg) no-repeat center/contain; }
  .container-nine__ul:nth-child(3) {
    margin-top: -100px;
    padding-right: 15px; }
  .container-nine__ul:nth-child(3) .container-nine__item {
    position: relative;
    font-size: 15px;
    line-height: 40px;
    padding-left: 68px; }
    .container-nine__ul:nth-child(3) .container-nine__item::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -8.5px;
      left: 0;
      width: 52px;
      height: 17px;
      background: url(../img/nine-linear-right.svg) no-repeat center/contain; }
  .container-nine__ul:nth-child(1) {
    padding-top: 50px; }
  .container-nine__img {
    width: 244px;
    height: 324px;
    position: absolute;
    top: 50%;
    left: 52%;
    margin-top: -162px;
    margin-left: -122px; }
    .container-nine__img > img {
      position: relative;
      z-index: 2; }
    .container-nine__img::before {
      content: '';
      display: block;
      background: url(../img/nine-img-1.png) no-repeat center/contain;
      width: 158px;
      height: 142px;
      position: absolute;
      top: -40px;
      left: -30px;
      z-index: 1; }
  .container-nine__right {
    width: 36%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    display: block; }
    .container-nine__right img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .container-nine__text-block {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative; }
    .container-nine__text-block > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 30px;
      padding-right: 60px;
      background: #F0F3F6;
      border: 5px solid #FFFFFF;
      border-radius: 100px;
      position: relative;
      z-index: 1; }
    .container-nine__text-block img {
      display: block;
      width: 57px;
      height: 57px; }
    .container-nine__text-block p {
      font-weight: 600;
      font-size: 15px;
      line-height: 25px;
      width: 100%;
      font-style: italic;
      max-width: 760px; }
    .container-nine__text-block::before {
      content: '';
      display: block;
      position: absolute;
      top: -10px;
      left: -65px;
      width: 193px;
      height: 175px;
      background: url(../img/nine-img-2.png) no-repeat center/contain; }
    .container-nine__text-block::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -47px;
      left: 12px;
      width: 27px;
      height: 27px;
      background: url(../img/nine-img-4.png) no-repeat center/contain; }

.block-ten {
  background: url(../img/bg-ten.png) no-repeat right 0/cover;
  padding: 45px 0 75px;
  overflow: hidden; }

.container-ten__title {
  margin-bottom: 64px; }
.container-ten__item {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: padding-bottom .3s ease; }
  .container-ten__item.active {
    padding-bottom: 35px; }
.container-ten__btn {
  display: block;
  padding: 30px 110px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px; }
  .container-ten__btn::before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    left: 23px;
    background: url(../img/quis-like.svg) no-repeat center/contain; }
  .container-ten__btn::after {
    content: '';
    display: block;
    width: 12px;
    height: 7.5px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 40px;
    background: url(../img/quis-arrow.svg) no-repeat center/contain;
    transition: transform .3s ease; }
  .container-ten__btn.active::after {
    transform: rotate(180deg); }
.container-ten__block-text {
  padding: 0 110px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease; }
  .container-ten__block-text p {
    font-size: 15px;
    line-height: 21px; }
  .container-ten__block-text.active {
    max-height: 1000px; }

.contact-block {
  padding: 46px 0 111px;
  overflow: hidden; }

.container-contact {
  position: relative; }
  .container-contact__title {
    margin-bottom: 75px; }
  .container-contact__cont {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .container-contact__left {
    width: 100%;
    max-width: 565px; }
  .container-contact__item {
    display: flex;
    margin-bottom: 15px; }
    .container-contact__item:nth-child(2) {
      margin-bottom: 58px; }
    .container-contact__item img {
      display: block;
      width: 20px;
      height: 29px;
      margin-right: 21px;
      margin-top: -2px; }
  .container-contact__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px; }
    .container-contact__text span, .container-contact__text a {
      font-size: 15px;
      line-height: 21px;
      display: block;
      font-weight: 400; }
  .container-contact__form {
    background: #F0F3F6;
    border-radius: 10px;
    padding: 25px 50px; }
    .container-contact__form input {
      display: block;
      width: 100%;
      max-width: 300px;
      background: #FFFFFF;
      border: 1px solid #405060;
      border-radius: 50px;
      padding: 11px 13px;
      margin-bottom: 12px; }
    .container-contact__form button {
      display: block;
      padding: 15px 13px;
      width: 100%;
      max-width: 300px;
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      color: #fff;
      cursor: pointer;
      text-align: center;
      background: #29A8DF;
      border-radius: 50px; }
  .container-contact__title-form {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 12px; }
  .container-contact__text-form {
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px; }
  .container-contact__text-input {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px; }
  .container-contact__img {
    display: block;
    width: 372px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -186px;
    z-index: 1; }
  .container-contact__name {
    position: absolute;
    bottom: 157px;
    right: -20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 20px 28px rgba(154, 161, 176, 0.2);
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 30px; }
    .container-contact__name span {
      font-size: 12px;
      line-height: 16px;
      display: block; }
  .container-contact__comment {
    width: 100%;
    max-width: 378px; }

.footer {
  background: #F0F3F6;
  padding: 40px 0;
  overflow: hidden; }

.container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container-footer__logo {
    display: block;
    width: 275px;
    height: 61px; }
  .container-footer__link {
    display: flex;
    align-items: center; }
    .container-footer__link img {
      width: 54px;
      height: 54px;
      display: block;
      margin-right: 16px; }
    .container-footer__link span {
      font-weight: 700;
      font-size: 20px;
      line-height: 27px;
      text-decoration: underline;
      color: #405060;
      display: block;
      width: 100%;
      max-width: 241px; }
      .container-footer__link span:hover {
        text-decoration: none; }

.last-block {
  padding: 7px 0;
  background: #405060; }

.container-last {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container-last__text {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #8A9FB4; }
  .container-last__soc-block {
    display: flex;
    align-items: center; }
  .container-last__soc {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    margin: 0 7px; }
  .container-last__soc:nth-child(2) {
    margin-left: 30px; }

.bg-mod {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transform: scale(0);
  transition: transform .3s ease; }
  .bg-mod.active {
    transform: scale(1); }

.modal-coolback {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 300px;
  min-height: 320px;
  margin-top: -160px;
  margin-left: -150px;
  padding: 34px 20px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
  border-radius: 10px;
  z-index: 10;
  transform: scale(0);
  transition: transform .3s ease; }
  .modal-coolback.active {
    transform: scale(1); }
  .modal-coolback .title-modal {
    font-weight: 700;
    font-size: 16px;
    line-height: 149.8%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242;
    margin-bottom: 34px; }
  .modal-coolback input {
    background: #FFFFFF;
    border: 1px solid #405060;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 12px; }
  .modal-coolback button {
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
    margin-top: 10px; }
  .modal-coolback .politic-modal {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242; }
    .modal-coolback .politic-modal a {
      display: block;
      font-weight: 400;
      font-size: 10px;
      line-height: 14px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #424242; }

.exit {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  width: 8px;
  height: 8px; }

body.active {
  overflow: hidden; }

.modal-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: linear-gradient(234.31deg, #F0F3F6 37.64%, #79CAF8 95.93%);
  border-radius: 10px;
  width: 100%;
  max-width: 650px;
  margin-top: -190px;
  margin-left: -325px;
  padding: 20px 40px;
  transform: scale(0);
  transition: transform .3s ease; }
  .modal-1.active {
    transform: scale(1); }
  .modal-1 > img {
    display: block;
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 340px;
    height: 480px; }

.modal-info {
  width: 100%;
  max-width: 350px;
  margin-left: auto; }
  .modal-info .title-modal {
    font-weight: 700;
    font-size: 16px;
    line-height: 149.8%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242;
    margin-bottom: 14px;
    width: 100%;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto; }
  .modal-info .text-modal {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242;
    margin-bottom: 25px; }
    .modal-info .text-modal span {
      font-weight: 700;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #424242; }
  .modal-info form {
    width: 100%;
    max-width: 260px;
    margin: 0 auto; }
  .modal-info input {
    background: #FFFFFF;
    border: 1px solid #405060;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 12px; }
  .modal-info button {
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer; }
    .modal-info button span {
      padding: 0; }
  .modal-info .politic-modal {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242; }
    .modal-info .politic-modal a {
      display: block;
      font-weight: 400;
      font-size: 10px;
      line-height: 14px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #424242; }

.modal-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: linear-gradient(63.6deg, #F0F3F6 44.63%, #79CAF8 98.74%);
  border-radius: 10px;
  width: 100%;
  max-width: 520px;
  margin-top: -190px;
  margin-left: -260px;
  padding: 20px 40px 20px 25px;
  transform: scale(0);
  transition: transform .3s ease; }
  .modal-2.active {
    transform: scale(1); }
  .modal-2 > img {
    display: block;
    position: absolute;
    bottom: 40px;
    right: -80px;
    width: 230px;
    height: 300px; }
  .modal-2 .modal-info {
    margin-left: 0; }
  .modal-2 button span {
    padding: 0; }

.modal-3 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: linear-gradient(63.6deg, #F0F3F6 44.63%, #79CAF8 98.74%);
  border-radius: 10px;
  width: 100%;
  max-width: 650px;
  margin-top: -190px;
  margin-left: -325px;
  padding: 20px 40px 20px 25px;
  transform: scale(0);
  transition: transform .3s ease; }
  .modal-3.active {
    transform: scale(1); }
  .modal-3 > img {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -153px;
    right: 20px;
    width: 286px;
    height: 306px; }
  .modal-3 .modal-info {
    margin-left: 0; }
  .modal-3 .text-modal {
    margin-bottom: 40px; }
  .modal-3 button span {
    padding: 0; }

.thank-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 250px;
  margin-top: -125px;
  margin-left: -150px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform .3s ease; }
  .thank-block.active {
    transform: scale(1); }
  .thank-block .thank-img {
    background: linear-gradient(180deg, #FFB800 0%, #FF8A00 100%), linear-gradient(180deg, #FFB800 0%, #FF8A00 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 10px; }
    .thank-block .thank-img img {
      width: 23px;
      height: 16px; }
  .thank-block .thank-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 149.8%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242;
    margin-bottom: 18px; }
  .thank-block .thank-text {
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    max-width: 202px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #424242; }

.thank-page {
  background: url(../img/thank-bg.png) no-repeat center/cover; }

.container-thank {
  display: flex;
  align-items: center;
  justify-content: center; }
  .container-thank__img {
    width: 372px;
    height: 521px;
    position: relative; }
  .container-thank__name {
    position: absolute;
    bottom: 156px;
    left: -47px;
    padding: 22px 28px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 20px 28px rgba(154, 161, 176, 0.2);
    border-radius: 10px; }
    .container-thank__name span {
      display: block;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px; }
  .container-thank__text p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 43px;
    font-family: "proximanova_bold";
    width: 100%;
    max-width: 470px; }
  .container-thank__text span {
    font-size: 16px;
    line-height: 22px; }
  .container-thank__img2 {
    width: 100%;
    max-width: 560px;
    height: 217px; }

.thank-page + .block-seven {
  background: transparent; }

/*# sourceMappingURL=main.css.map */
@media(min-width:1150px){
  .container-contact__img{
    margin-left:200px;
  }
}


