html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

button {
  cursor: pointer; }

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

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

a:hover {
  text-decoration: none; }

ul,
ol,
li {
  list-style: none; }

img {
  vertical-align: top; }

:focus,
:active {
  outline: none; }

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

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

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

* {
  padding: 0;
  margin: 0;
  border: 0; }

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

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

input, button, textarea {
  font-family: "Roboto"; }

.container {
  max-width: 1190px;
  padding: 0px 15px;
  margin: 0px auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

html,
body {
  line-height: 144%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  height: 100%;
  min-width: 320px;
  color: "#000"; }

._ibg {
  position: relative; }

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
  object-fit: cover; }

.btn {
  font-family: 'Roboto', Arial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 58px;
  width: 301px;
  padding: 17px 46px;
  font-size: 20px;
  font-size: clamp(16px, 14.52874px + 0.0046 * 100vw, 20px);
  font-weight: 400;
  border-radius: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 116%; }

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

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #ddba9d; }

.header {
  margin: 40px 0px; }
  @media (max-width: 768px) {
    .header {
      margin: 15px 0px; } }
  .header__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 768px) {
      .header__wrapper {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .header__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .header__left {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .header__right-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -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;
    min-width: 77px;
    max-width: 100px;
    margin-right: 137px;
    margin-right: clamp(20px, -192.92891px + 0.27725 * 100vw, 137px);
    border-radius: 5px;
    font-family: 'Roboto', Arial;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 7px 22px;
    background: #9a8de2;
    background: -webkit-radial-gradient(circle, #9a8de2 9%, #ddab9f 100%);
    background: -o-radial-gradient(circle, #9a8de2 9%, #ddab9f 100%);
    background: radial-gradient(circle, #9a8de2 9%, #ddab9f 100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 768px) {
      .header__right-button {
        margin-right: 0; } }
    .header__right-button:hover {
      opacity: 0.8; }

.left-block__text {
  width: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 116%;
  text-align: right;
  font-size: 12px; }

.left-block__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #9a8de2;
  background: -webkit-radial-gradient(circle, #9a8de2 9%, #ddab9f 100%);
  background: -o-radial-gradient(circle, #9a8de2 9%, #ddab9f 100%);
  background: radial-gradient(circle, #9a8de2 9%, #ddab9f 100%);
  min-width: 283px;
  max-width: 300px;
  font-family: 'Roboto', Arial;
  padding: 7px 10px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .left-block__button:hover {
    opacity: 0.8; }

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #ddba9d; }

.new {
  margin: 58px 0px 41px; }
  @media (max-width: 1024px) {
    .new {
      margin: 20px 0px 20px; } }
  .new__container {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .new__wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .new__top {
    max-width: 800px;
    margin: 0 auto; }
    .new__top > *:not(:last-child) {
      margin-bottom: 21px; }
    @media (max-width: 768px) {
      .new__top > *:not(:last-child) {
        margin-bottom: 15px; } }
  .new__buttom {
    margin-top: 72px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 66px; }
    @media (max-width: 1240px) {
      .new__buttom {
        gap: 40px; } }
    @media (max-width: 1022px) {
      .new__buttom {
        display: block;
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .new__buttom {
        display: block;
        margin-top: 15px; } }
  .new__subwrapper {
    margin-top: 2px;
    text-align: left; }
    @media (max-width: 1240px) {
      .new__subwrapper {
        display: none; } }
  .new__form-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
    @media (max-width: 768px) {
      .new__form-inner {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-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; } }

.video-new_inner {
  position: relative;
}
  @media (max-width: 1022px) {
    .video-new_inner {
      margin-bottom: 20px;
        width: 400px;
    }
  }

.top-new_title {
  line-height: 59px;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 109%;
  font-size: 54px;
  font-size: clamp(22px, 10.36364px + 0.03636 * 100vw, 54px);
  color: #292929;
  margin: 0 auto; }

.top-new_subtitle {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  font-size: 20px;
  color: #292929; }

.buttom-new_video {
  text-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  aspect-ratio: 16 / 9;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 43%;
  flex: 0 1 43%;
  position: relative; }
  .buttom-new_video .video-new_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .topPic{
      border: 1px solid black;
  }

.buttom-new_inners {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
  margin: 0 -10px; }
  @media (max-width: 1022px) {
    .buttom-new_inners {
      margin-top: 60px; }
  }
  @media (max-width: 768px) {
    .buttom-new_inners {
      margin-top: 30px; }
  }

.inners-new_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .inners-new_info {
      display: block; } }

.inners-new_form {
  margin-top: 37px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px; }
  @media (max-width: 630px) {
    .inners-new_form {
      flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.form__input {
  border: 1px solid #E5E7ED;
  border-radius: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 142%;
  font-size: 19px;
  color: #292929;
  height: 58px; }

.info-new_inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 20px);
  flex: 0 1 calc(50% - 20px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  margin: 0 10px 15px; }

.inner-new_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background: #24c4db;
  background: -moz-linear-gradient(top, #24c4db 0%, #2989d8 77%, #207cca 97%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #24c4db 0%, #2989d8 77%, #207cca 97%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#24c4db), color-stop(77%, #2989d8), color-stop(97%, #207cca), to(#7db9e8));
  background: -o-linear-gradient(top, #24c4db 0%, #2989d8 77%, #207cca 97%, #7db9e8 100%);
  background: linear-gradient(to bottom, #24c4db 0%, #2989d8 77%, #207cca 97%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c4db', endColorstr='#7db9e8',GradientType=0 );
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .inner-new_img:hover {
    background-color: #626497; }

.inner-new_text {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  text-align: left;
  padding-left: 10px; }
  .inner-new_text > *:not(:last-child) {
    margin-bottom: 5px; }

.a {
  width: 41.6px;
  height: 26px; }

.b {
  width: 35px;
  height: 35px; }

.c {
  width: 36.16px;
  height: 36.41px; }

.d {
  width: 36.04px;
  height: 34.03px; }

.text-new_title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 142%;
  font-size: 19px;
  color: #292929; }

.text-new_subtitle {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 133%;
  font-size: 12px;
  color: #000; }

.form-new_tel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  margin: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 30px);
  flex: 0 1 calc(50% - 30px); }

.form-new_btn {
  /*margin-left: auto;*/
  /*margin-right: 20px;*/
  /*max-width: 270px; */
}
  @media (max-width: 1024px) {
    .form-new_btn {
      margin: 0 auto; } }
  @media (max-width: 630px) {
    .form-new_btn {
      margin-top: 15px; } }

.input_tel {
  height: 60px;
  border: #000 solid 1px; }

.btn-new_button {
  color: #fff;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 115%;
  font-size: 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#2C0A48), to(#6340A3));
  background: -webkit-linear-gradient(right, #2C0A48 0%, #6340A3 100%);
  background: -o-linear-gradient(right, #2C0A48 0%, #6340A3 100%);
  background: linear-gradient(270deg, #2C0A48 0%, #6340A3 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1; }
  .btn-new_button:hover {
    opacity: 0.8; }

.btn-new_subbutton {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 116%;
  font-size: 12px;
  color: #14ACF5;
  margin-top: 8px; }

.btn-new_subtext {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 145%;
  font-size: 11px;
  color: #292929; }

.line {
  margin-bottom: 31px; }
  @media (max-width: 768px) {
    .line {
      display: none; } }
  .line__line {
    height: 32px;
    width: 100%;
    background-color: #D9D9D9; }

.privelegy {
  background-color: #F8F9FD;
  margin: 25px 0px;
  padding: 56px 0px 50px; }
  @media (max-width: 1024px) {
    .privelegy {
      padding: 20px 0px 20px; } }

.privelegi__row {
  padding: 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.privelegy__column {
  background-color: #fff;
  max-width: 316px;
  border-radius: 10px;
  padding: 30px 48px;
  margin: 15px 10px;
  width: 100%; }
  @media (max-width: 1024px) {
    .privelegy__column {
      padding: 20px 30px; } }

.privelegy__column-text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 116%;
  font-size: 20px;
  color: #292929; }

.privelegy__column-subtext {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 140%;
  font-size: 17px;
  color: #000; }

.affect {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-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;
  text-align: center;
  margin: 75px 0px; }
  @media (max-width: 979px) {
    .affect {
      margin: 30px 0px; } }
  .affect__top {
    margin-bottom: 65px; }
  .affect__buttom {
    padding: 0 35px; }
    @media (max-width: 1200px) {
      .affect__buttom {
        padding: 0 5px; } }

.top-affect__title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 132%;
  font-size: 37px;
  color: #292929; }
  .top-affect__title:not(:last-child) {
    margin-bottom: 7px; }

.top-affect__subtitle {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 140%;
  font-size: 28px;
  color: #000; }

@media (min-width: 1190px) {
  .buttom-affect__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 21px; } }

.row-affect__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 55px 23px 29px 53px; }
  @media (max-width: 1190px) {
    .row-affect__inner {
      width: 90%;
      margin: 0 auto;
      padding: 14px 18px; }
      .row-affect__inner:not(:last-child) {
        margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .row-affect__inner {
      width: 100%; } }

.inner-affect__title {
  max-width: 322px;
  text-align: left;
  font-family: 'Roboto', Arial;
  font-weight: 700;
  line-height: 120%;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px; }
  @media (max-width: 1190px) {
    .inner-affect__title {
      text-align: center;
      max-width: 100%; } }

@media (min-width: 560px) {
  .inner-affect__about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.about-affect__text {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .about-affect__text:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .about-affect__text {
      margin-top: 15px; } }

.img-affect__photo {
  margin-bottom: 40px;
  overflow: hidden;
  width: 156px; }
  .img-affect__photo img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%; }
  @media (max-width: 560px) {
    .img-affect__photo {
      width: 150px;
      margin: 0 auto 20px; } }

.namephoto-affect__name {
  text-align: left;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 158%;
  font-size: 12px;
  color: #000; }
  .namephoto-affect__name:not(:last-child) {
    margin-bottom: 1px; }
  @media (max-width: 768px) {
    .namephoto-affect__name {
      text-align: center; }
      .namephoto-affect__name:not(:last-child) {
        margin-bottom: 10px; } }

.namephoto-affect__profeshional {
  text-align: left;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 237%;
  font-size: 8px;
  color: #000; }
  @media (max-width: 768px) {
    .namephoto-affect__profeshional {
      text-align: center;
      max-width: 100%; } }

.text-affect_title {
  color: #fff;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  font-size: 18px; }

.text-affect_subtitle {
  color: #fff;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 158%;
  font-size: 12px; }

.text-affect__check {
  padding: 9.5px 15px;
  max-width: 242px;
  border-radius: 2px;
  background-color: #804192;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .text-affect__check {
      max-width: 100%; } }

.text-affect__wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.text-affect__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0; }
  .text-affect__list:not(:last-child) {
    margin-bottom: 15px; }

.text-affect__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.check-affect__laft {
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

.check-affect__right {
  text-align: left; }
  @media (min-width: 1190px) {
    .check-affect__right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; } }

.laft-affect_check {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px; }

.laft-affect_text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  font-size: 12px;
  color: #fff; }

.right-affect_check {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  font-size: 14px;
  color: #fff;
  margin-bottom: 2px; }

.right-affect_text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  font-size: 11px;
  color: #fff; }

.list-affect__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14%;
  flex: 0 1 14%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: start; }
  @media (max-width: 768px) {
    .list-affect__img {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
      flex: 0 1 18%; } }

.list-affect__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 86%;
  flex: 0 1 86%;
  max-width: 255px;
  text-align: left;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 116%;
  font-size: 14px;
  color: #000;
  padding-left: 10px; }
  @media (max-width: 768px) {
    .list-affect__text {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 82%;
      flex: 0 1 82%; } }

.img-affect_inner {
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#6340A3), to(#2D0B49));
  background: -webkit-linear-gradient(top, #6340A3 0%, #2D0B49 100%);
  background: -o-linear-gradient(top, #6340A3 0%, #2D0B49 100%);
  background: linear-gradient(180deg, #6340A3 0%, #2D0B49 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .img-affect_inner img {
    height: 13px;
    width: 14px; }

.affect__big-11 {
  height: 41px;
  width: 41px; }
  .affect__big-11 img {
    width: 32.06px;
    height: 29.89px; }

.affect__smol-12 {
  height: 23px;
  width: 23px; }
  .affect__smol-12 img {
    width: 13.67px;
    height: 15.97px; }

.affect__smol-13 {
  height: 23px;
  width: 23px; }
  .affect__smol-13 img {
    width: 14.2px;
    height: 14.36px; }

.affect__big-21 {
  height: 41px;
  width: 41px; }
  .affect__big-21 img {
    width: 26px;
    height: 26px; }

.affect__smol-22 {
  height: 23px;
  width: 23px; }
  .affect__smol-22 img {
    width: 12.75px;
    height: 13.63px; }

.affect__smol-23 {
  height: 23px;
  width: 23px; }
  .affect__smol-23 img {
    width: 13.59px;
    height: 13.95px; }

.affect__big-31 {
  height: 41px;
  width: 41px; }
  .affect__big-31 img {
    width: 25.29px;
    height: 27.6px; }

.affect__smol-32 {
  height: 23px;
  width: 23px; }
  .affect__smol-32 img {
    width: 13px;
    height: 12.13px; }

.affect__smol-33 {
  height: 23px;
  width: 23px; }
  .affect__smol-33 img {
    width: 11.26px;
    height: 13.4px; }

.affect__big-41 {
  height: 41px;
  width: 41px; }
  .affect__big-41 img {
    width: 19.57px;
    height: 25.72px; }

.affect__smol-42 {
  height: 23px;
  width: 23px; }
  .affect__smol-42 img {
    width: 13px;
    height: 13px; }

.affect__smol-43 {
  height: 23px;
  width: 23px; }
  .affect__smol-43 img {
    width: 14px;
    height: 13.98px; }

.link-affect__btn {
  background: -webkit-gradient(linear, right top, left top, from(#2C0A48), to(#6340A3));
  background: -webkit-linear-gradient(right, #2C0A48 0%, #6340A3 100%);
  background: -o-linear-gradient(right, #2C0A48 0%, #6340A3 100%);
  background: linear-gradient(270deg, #2C0A48 0%, #6340A3 100%);
  margin-top: 10px;
  border-radius: 70px;
  padding: 5px 20px;
  color: #fff;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 106%;
  font-size: 20px;
  font-size: clamp(16px, -8.6747px + 0.0241 * 100vw, 20px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1; }
  .link-affect__btn:hover {
    opacity: 0.8; }
  @media (max-width: 1024px) {
    .link-affect__btn {
      max-width: 310px; } }

.infosocial {
  padding: 81px 0 115px; }
  @media (max-width: 768px) {
    .infosocial {
      padding: 30px 0 40px; } }
  .infosocial__title {
    font-family: 'Roboto', Arial;
    font-size: clamp(18px, 14.32184px + 0.01149 * 100vw, 28px);
    font-weight: 400;
    line-height: 128%;
    text-align: center;
    color: #292929;
    font-size: 28px; }
    .infosocial__title :not(:last-child) {
      margin-bottom: 7px; }
  .infosocial__subtitle {
    font-family: 'Roboto', Arial;
    font-weight: 400;
    line-height: 157%;
    text-align: center;
    font-size: 19px;
    font-size: clamp(14px, 12.16092px + 0.00575 * 100vw, 19px); }
    .infosocial__subtitle :not(:last-child) {
      margin-bottom: 32px; }
  .infosocial__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 31px; }
    @media (max-width: 768px) {
      .infosocial__button {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

.info-btn {
  text-align: left;
  color: #FFFFFF;
  border-radius: 26px;
  width: 299px;
  min-height: 52px;
  padding: 10px 31px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center; }

.button-infosocial__wa {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#4CB8C4), to(#3CD2AE));
  background: -webkit-linear-gradient(left, #4CB8C4 0%, #3CD2AE 100%);
  background: -o-linear-gradient(left, #4CB8C4 0%, #3CD2AE 100%);
  background: linear-gradient(90deg, #4CB8C4 0%, #3CD2AE 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .button-infosocial__wa:hover {
    opacity: 0.8; }

.button-infosocial__tl {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#1FA2FF), to(#12D6FA));
  background: -webkit-linear-gradient(left, #1FA2FF 0%, #12D6FA 100%);
  background: -o-linear-gradient(left, #1FA2FF 0%, #12D6FA 100%);
  background: linear-gradient(90deg, #1FA2FF 0%, #12D6FA 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .button-infosocial__tl:hover {
    opacity: 0.8; }

.tarif {
  background-color: #F8F9FD;
  padding: 65px 93px 100px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-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;
  text-align: center; }
  @media (max-width: 768px) {
    .tarif {
      padding: 10px 0px 10px; } }
  .tarif__title {
    margin: 0 auto;
    font-family: 'Roboto', Arial;
    max-width: 540px;
    font-weight: 400;
    line-height: 122%;
    text-align: center;
    color: #292929;
    font-size: 53px;
    font-size: clamp(33px, 25.64368px + 0.02299 * 100vw, 53px); }
    .tarif__title:not(:last-child) {
      margin-bottom: 50px; }
  .tarif__check {
    max-width: 960px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .tarif__check {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 0;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-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;
        text-align: center; } }
  @media (max-width: 768px) {
    .tarif__button > :not(:last-child) {
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .tarif__button {
      margin-top: 68px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      align-items: center; } }

.wrapper__tarif-ul {
  max-width: 960px;
  background-color: #000;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
  margin-bottom: 103px; }
  @media (max-width: 768px) {
    .wrapper__tarif-ul {
      margin-bottom: 40px; } }

.ul-tarif__list {
  padding: 43px 46px;
  padding: clamp(20px, 11.54023px + 0.02644 * 100vw, 43px) clamp(24px, 15.90805px + 0.02529 * 100vw, 46px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (max-width: 900px) {
    .ul-tarif__list {
      margin-bottom: 69px;
      display: block; } }

@media (max-width: 900px) {
  .list-tarif__left {
    margin-bottom: 15px; } }

.list-tarif__li {
  padding-left: 32px;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-size: clamp(12px, 10.89655px + 0.00345 * 100vw, 15px);
  position: relative; }
  .list-tarif__li span {
    text-transform: uppercase; }
  .list-tarif__li::before {
    content: '';
    background: url("..//imgs/body/tarif/list.svg") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    left: 0; }
  .list-tarif__li:not(:last-child) {
    margin-bottom: 15px; }

@media (min-width: 1024px) {
  .check-tarif__inners {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }

.check-tarif__wrapper {
  position: relative; }

.check-tarif__check {
  font-family: 'Roboto', Arial;
  font-weight: 700;
  line-height: 122%;
  text-align: center;
  color: #282828;
  font-size: 172px;
  font-size: clamp(80px, 46.16092px + 0.10575 * 100vw, 172px);
  position: relative; }

.check-tarif__supcheck {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 15px;
  padding: clamp(5px, 1.32184px + 0.01149 * 100vw, 15px);
  background-color: #5a37f5;
  border-radius: 10px;
  max-width: 210px;
  top: -40px;
  right: 0;
  transform: rotate(7.62deg);
  -ms-transform: rotate(7.62deg);
  -moz-transform: rotate(7.62deg);
  -webkit-transform: rotate(7.62deg);
  -o-transform: rotate(7.62deg);
  font-family: 'Roboto', Arial;
  font-weight: 700;
  line-height: 122%;
  text-align: center;
  font-size: 15px;
  font-size: clamp(9px, 6.7931px + 0.0069 * 100vw, 15px);
  color: #F8F9FD; }
  @media (max-width: 1024px) {
    .check-tarif__supcheck {
      right: 20%; } }
  @media (max-width: 522px) {
    .check-tarif__supcheck {
      right: 12%; } }
  @media (max-width: 425px) {
    .check-tarif__supcheck {
      right: 0; } }
  @media (max-width: 768px) {
    .check-tarif__supcheck {
      top: -10%; } }

.check-tarif__text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #292929;
  font-size: 48px;
  font-size: clamp(23px, 13.8046px + 0.02874 * 100vw, 48px); }
  @media (max-width: 1024px) {

    .check-tarif__text {
      margin: 30px 0 30px; }
  }

.check__text {
  transform: rotate(-7.62deg);
  -ms-transform: rotate(-7.62deg);
  -moz-transform: rotate(-7.62deg);
  -webkit-transform: rotate(-7.62deg);
  -o-transform: rotate(-7.62deg); }
  .check__text span {
    position: relative;
    background-color: #ffff0b;
    border-radius: 15px; }

.button-tarif__grad {
  background: -webkit-gradient(linear, right top, left top, from(#2C0A48), to(#6340A3));
  background: -webkit-linear-gradient(right, #2C0A48 0%, #6340A3 100%);
  background: -o-linear-gradient(right, #2C0A48 0%, #6340A3 100%);
  background: linear-gradient(270deg, #2C0A48 0%, #6340A3 100%);
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1; }
  .button-tarif__grad:hover {
    opacity: 0.8; }

.button-tarif__white {
  border: 1px solid #000;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .button-tarif__white:hover {
    border: 1px solid #00000056; }

.tarif-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 70px;
  min-height: 66px;
  max-width: 400px;
  padding: 5px 15px;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 106%;
  font-size: 20px;
  font-size: clamp(15px, -15.84337px + 0.03012 * 100vw, 20px); }
  @media (max-width: 768px) {
    .tarif-btn {
      min-height: 48px; } }

.tasks {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-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;
  text-align: center;
  margin: clamp(40px, 17.93103px + 0.06897 * 100vw, 100px) 0 clamp(30px, 11.6092px + 0.05747 * 100vw, 80px); }
  @media (max-width: 768px) {
    .tasks {
      padding: 30px 0px 20px; } }
  .tasks__title {
    font-family: 'Roboto', Arial;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: #292929;
    font-size: 54px;
    font-size: clamp(30px, 21.17241px + 0.02759 * 100vw, 54px); }
    .tasks__title:not(:last-child) {
      margin-bottom: 12px; }
  .tasks__subtitle {
    font-family: 'Roboto', Arial;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: #292929;
    font-size: 28px;
    font-size: clamp(19px, 15.68966px + 0.01034 * 100vw, 28px); }
    .tasks__subtitle:not(:last-child) {
      margin-bottom: 50px; }
  .tasks__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px; }
    @media (max-width: 1024px) {
      .tasks__row {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column; }
        .tasks__row > :not(:last-child) {
          margin-bottom: 25px; } }

.row-tasks__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 64px);
  flex: 1 1 calc(33.333% - 64px); }

.col-tasks__figure {
  margin: 0 auto;
  font-family: 'Roboto', Arial;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 105%;
  text-align: center;
  font-size: 36px;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#24C4DB), to(#504C9E));
  background: -webkit-linear-gradient(top, #24C4DB 0%, #504C9E 100%);
  background: -o-linear-gradient(top, #24C4DB 0%, #504C9E 100%);
  background: linear-gradient(180deg, #24C4DB 0%, #504C9E 100%); }
  .col-tasks__figure:not(:last-child) {
    margin-bottom: 24px; }

.col-tasks__title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  font-size: 22px;
  color: #000; }
  .col-tasks__title:not(:last-child) {
    margin-bottom: 11px; }

.col-tasks__text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 137%;
  text-align: center;
  color: #292929;
  font-size: 16px; }

.contacts-tasks {
  margin-top: clamp(25px, 14.70115px + 0.03218 * 100vw, 53px); }
  .contacts-tasks__text {
    font-family: 'Roboto', Arial;
    color: #000;
    font-weight: 400;
    line-height: 154%;
    text-align: center;
    font-size: 22px;
    font-size: clamp(16px, 13.7931px + 0.0069 * 100vw, 22px); }
    .contacts-tasks__text:not(:last-child) {
      margin-bottom: 32px;
      margin-bottom: clamp(22px, 18.32184px + 0.01149 * 100vw, 32px); }
  .contacts-tasks__btn {
    margin: 0 auto; }

.work {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-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;
  text-align: center;
  background-color: #F8F9FD;
  padding: 60px 0; }
  .work__title {
    font-family: 'Roboto', Arial;
    color: #292929;
    font-weight: 400;
    line-height: 155%;
    text-align: center;
    font-size: 54px;
    font-size: clamp(30px, 21.17241px + 0.02759 * 100vw, 54px); }
    .work__title:not(:last-child) {
      margin-bottom: 12px;
      margin-bottom: clamp(10px, 9.26437px + 0.0023 * 100vw, 12px); }
  .work__subtitle {
    font-family: 'Roboto', Arial;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: #292929;
    font-size: 28px;
    font-size: clamp(19px, 15.68966px + 0.01034 * 100vw, 28px); }
    .work__subtitle:not(:last-child) {
      margin-bottom: 20px; }
  .work__inners {
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    @media (max-width: 1024px) {
      .work__inners {
        display: block; } }
  .work__inner {
    padding: 10px 5px; }
    @media (max-width: 1024px) {
      .work__inner:not(:last-child) {
        margin-bottom: 20px; } }

@media (min-width: 1024px) {
  .inner-work__ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    max-width: 450px;
    gap: 5px; } }

.inner-work__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%; }
  @media (max-width: 1024px) {
    .inner-work__img:not(:last-child) {
      margin-bottom: 15px; } }

.inner-work__li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-left: 15px; }
  @media (max-width: 1024px) {
    .inner-work__li {
      text-align: center;
      padding-left: 0; } }

.li-work__title {
  font-family: 'Roboto', Arial;
  font-weight: 700;
  line-height: 100%;
  color: #000;
  font-size: 20px;
  font-size: clamp(18px, 17.26437px + 0.0023 * 100vw, 20px); }
  .li-work__title:not(:last-child) {
    margin-bottom: 2px; }

.li-work__text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  font-size: 20px;
  font-size: clamp(18px, 17.26437px + 0.0023 * 100vw, 20px); }
  .li-work__text:not(:last-child) {
    margin-bottom: 2px; }

.bigwork {
  padding: clamp(10px, -8.3908px + 0.05747 * 100vw, 60px) 0; }
  .bigwork__row {
    max-width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    gap: 62px;
    gap: clamp(30px, 18.22989px + 0.03678 * 100vw, 62px); }
    @media (max-width: 768px) {
      .bigwork__row {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column; } }

@media (max-width: 768px) {
  .row-bigwork {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 768px) {
  .row-bigwork__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    position: relative;
    max-height: 200px;
    max-width: 200px; } }

@media (min-width: 768px) {
  .row-bigwork__img img {
    position: absolute;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0; } }

.row-bigwork__text:not(:last-child) {
  margin-bottom: 20px; }

.text-bigwork__title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  color: #292929;
  font-size: 28px;
  font-size: clamp(18px, 14.32184px + 0.01149 * 100vw, 28px); }
  .text-bigwork__title:not(:last-child) {
    margin-bottom: 12px; }

.text-bigwork__subtitle {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 150%;
  color: #292929;
  font-size: 18px;
  font-size: clamp(11px, 8.42529px + 0.00805 * 100vw, 18px); }
  .text-bigwork__subtitle:not(:last-child) {
    margin-bottom: 20px; }

.name-bigwork__name {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 157%;
  color: #292929;
  font-size: 14px;
  font-size: clamp(12px, 11.26437px + 0.0023 * 100vw, 14px); }
  .name-bigwork__name:not(:last-child) {
    margin-bottom: 2px; }

.name-bigwork__text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 157%;
  color: #292929;
  font-size: 14px;
  font-size: clamp(12px, 11.26437px + 0.0023 * 100vw, 14px); }

.global {
  background-color: #F8F9FD;
  padding: clamp(30px, 2.78161px + 0.08506 * 100vw, 104px) 0px clamp(20px, 20px + 0 * 100vw, 20px); }
  .global__inners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
    @media (max-width: 768px) {
      .global__inners {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

.t-global__title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #292929;
  font-size: 54px;
  font-size: clamp(30px, 21.17241px + 0.02759 * 100vw, 54px); }
  .t-global__title:not(:last-child) {
    margin-bottom: 15px; }

.t-global__text {
  max-width: 480px;
  margin: 0 auto;
  font-family: 'Roboto', Arial;
  line-height: 120%;
  text-align: center;
  color: #292929;
  font-size: 28px;
  font-size: clamp(14px, 8.85057px + 0.01609 * 100vw, 28px);
  font-weight: 400; }
  @media (min-width: 768px) {
    .t-global__text {
      margin-bottom: 30px; } }

.inners-global__video {
  margin-bottom: auto;
  aspect-ratio: 16 / 9;
  position: relative; }
  @media (max-width: 768px) {
    .inners-global__video {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-column: 1;
      grid-column: 1/1;
      -ms-grid-row: 1;
      grid-row: 1/1;
      margin-top: 20px; } }
  .inners-global__video img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%; }

.zoom {
  background-color: #F8F9FD;
  padding: 5px 0 clamp(20px, -1.70115px + 0.06782 * 100vw, 79px); }
  .zoom__wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-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;
    text-align: center; }

.zoom__text {
  font-size: 20px;
  max-width: 335px;
  margin: 0 auto; }

.contacts-zoom__btn {
  margin: 0 auto;
  margin-top: 20px; }

.nauw {
  padding: clamp(10px, -8.3908px + 0.05747 * 100vw, 60px) 0; }
  .nauw__row {
    max-width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    gap: 62px;
    gap: clamp(30px, 18.22989px + 0.03678 * 100vw, 62px); }
    @media (max-width: 768px) {
      .nauw__row {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column; } }

@media (max-width: 768px) {
  .row-nauw {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 768px) {
  .row-nauw__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    position: relative;
    max-height: 200px;
    max-width: 200px; } }

.row-nauw__img img {
  border-radius: 15px; }
  @media (min-width: 768px) {
    .row-nauw__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      left: 0; } }

.row-nauw__text:not(:last-child) {
  margin-bottom: 20px; }

.text-nauw__title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  color: #292929;
  font-size: 28px;
  font-size: clamp(18px, 14.32184px + 0.01149 * 100vw, 28px); }
  .text-nauw__title:not(:last-child) {
    margin-bottom: 12px; }

.text-nauw__subtitle {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 150%;
  color: #292929;
  font-size: 18px;
  font-size: clamp(11px, 8.42529px + 0.00805 * 100vw, 18px); }
  .text-nauw__subtitle:not(:last-child) {
    margin-bottom: 20px; }

.name-nauw__name {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 157%;
  color: #292929;
  font-size: 14px;
  font-size: clamp(12px, 11.26437px + 0.0023 * 100vw, 14px); }
  .name-nauw__name:not(:last-child) {
    margin-bottom: 2px; }

.name-nauw__text-f {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 157%;
  color: #292929;
  font-size: 14px;
  font-size: clamp(12px, 11.26437px + 0.0023 * 100vw, 14px); }
  .name-nauw__text-f span {
    text-transform: uppercase; }

.name-nauw__text-l {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 157%;
  color: #292929;
  font-size: 14px;
  font-size: clamp(12px, 11.26437px + 0.0023 * 100vw, 14px); }

.questions {
  padding: clamp(20px, 5.28736px + 0.04598 * 100vw, 60px) 0; }
  .questions__wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-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;
    text-align: center; }
  .questions__title {
    font-family: 'Roboto', Arial;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: #292929;
    font-size: 54px;
    font-size: clamp(30px, 21.17241px + 0.02759 * 100vw, 54px); }
    .questions__title:not(:last-child) {
      margin-bottom: 20px; }
  .questions__text {
    font-size: 20px;
    max-width: 335px;
    margin: 0 auto; }

.contacts-questions__btn {
  margin: 0 auto;
  margin-top: 30px; }

.footer {
  background-color: #F8F9FD;
  padding: 34px 0 21px; }
  .footer__column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 2fr 1fr;
    grid-template-columns: 1fr 1fr 2fr 1fr;
    gap: 15px; }
    @media (max-width: 768px) {
      .footer__column {
        -ms-grid-columns: 0.4fr 1fr 0.5fr 1fr;
        grid-template-columns: 0.4fr 1fr 0.5fr 1fr; } }

@media (max-width: 450px) {
  .document {
    -ms-grid-rows: 1;
    -ms-grid-columns: 1;
    grid-template: 1 / 1; } }

.column-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.year {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 177%;
  text-align: left;
  margin-top: auto;
  font-size: 9px;
  font-size: clamp(7px, 6.26437px + 0.0023 * 100vw, 9px);
  padding: 0 0 40px 20px;
  color: #525252; }
  @media (max-width: 450px) {
    .year {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      grid-row: 5 / 6;
      padding: 0; } }

.document-ul__title {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  text-align: left;
  font-size: 18px;
  font-size: clamp(12px, 9.7931px + 0.0069 * 100vw, 18px);
  color: #292929;
  margin-bottom: 13px; }

.document-ul__li {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  text-align: left;
  font-size: 13px;
  font-size: clamp(8px, -1.09953px + 0.01185 * 100vw, 13px);
  color: #292929;
  margin-bottom: 13px; }
  .document-ul__li:not(:last-child) {
    margin-bottom: 2px; }

@media (max-width: 450px) {
  .document-ul__wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; } }

@media (max-width: 450px) {
  .contacts {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; } }

.contacts__wrapper {
  margin-left: auto;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 450px) {
  .contacts__text {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; } }

.tel-contacts__text {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  text-align: left;
  font-size: 13px;
  font-size: clamp(8px, -1.09953px + 0.01185 * 100vw, 13px);
  color: #292929; }
  .tel-contacts__text:not(:last-child) {
    margin-bottom: 2px; }

.tel-contacts__tel {
  font-family: 'Roboto', Arial;
  font-weight: 400;
  line-height: 155%;
  text-align: left;
  font-size: 13px;
  font-size: clamp(8px, -1.09953px + 0.01185 * 100vw, 13px);
  color: #292929; }



#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    /* max-width: 75%; */
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden
}


.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  font-family: Raleway-Bold;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0
}



.validate-input {
  position: relative
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 34px)/2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 10px;
  pointer-events: none;
  font-family: Raleway-SemiBold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 34px)/2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 18px
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}

@media(max-width: 992px) {
  .alert-validate::before {
      visibility:visible;
      opacity: 1
  }
}

.container-contact100 {

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.wrap-contact100 {
  max-width: 960px;
  background: #fff;
  border-radius: 2px;
  padding: 66px 115px 59px;
  position: relative
}

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Raleway-Black;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 32px
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 35px
}

.rs1-wrap-input100 {
  width: calc((100% - 30px)/2)
}

.label-input100 {
  font-family: Raleway-SemiBold;
  font-size: 14px;
  color: #555;
  line-height: 1.5
}

.input100 {
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;
  font-family: Raleway-SemiBold;
  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-top: 10px
}

input.input100 {
  height: 62px
}

textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px
}

.input100:focus {
  background: #e6e6e6
}

@media(max-width: 992px) {
  .wrap-contact100 {
      padding:66px 80px 59px
  }
}



@media(max-width: 576px) {
  .wrap-contact100 {
      padding:0
  }
}