html {
  scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  font-family: 'Montserrat', 'Arial', sans-serif; }
/*//val*/
.tel.__error, .redBorder {
  border-color: red!important;
}

.greenBorder {
  border-color: green!important;
}
input[type=tel]{
  position: relative;

}
.__error + span::before {
  content: 'Введіть коректний номер';
  position: absolute;
  top: -19px;
  color: red;
  left: 11px;

}

.iti {
  margin-top: 8px;
  max-width: 500px;
  width: 100%;
}

.iti input, .iti input[type=text], .iti input[type=tel]{
  height: 56px;
  max-width: 500px;
}
/*//val*/

.container {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: rgba(106, 126, 252, 0.2); }

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #f14e4d; }

::-webkit-scrollbar-thumb:hover {
  background-color: #ef3635; }

@media screen and (max-width: 1220px) {
  .container {
    width: 100%; } }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 4; }

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__logo {
  width: 65px;
  height: 65px; }

@media screen and (max-width: 768px) {
  .header {
    padding: 5px 0; }
  .header__box {
    z-index: 1; }
  .header__logo {
    width: 50px;
    height: 50px; } }

.nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.nav__item {
  margin-right: 30px; }
  .nav__item:last-child {
    margin-right: 0; }

.nav__link {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  transition: 0.2s; }
  .nav__link--phone {
    padding-left: 25px;
    background-image: url("../img/phone.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px; }
  .nav__link:hover, .nav__link:focus {
    color: #f14e4d; }

.nav__menu {
  display: none; }

@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    transition: 0.5s; }
    .nav--show {
      top: 0; }
  .nav__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: inherit; }
  .nav__item {
    margin-right: 0;
    margin-bottom: 25px; }
    .nav__item:last-child {
      margin-bottom: 0; }
  .nav__link {
    font-size: 25px; }
  .nav__menu {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    outline: none;
    transition: 0.2s;
    z-index: 1; }
    .nav__menu--show {
      background-image: url("../img/close-menu.svg"); } }

.intro {
  position: relative;
  box-sizing: border-box;
  height: 600px;
  margin-top: 79px;
  padding-top: 145px;
  background-color: #FFFFFF; }

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

.intro__headings {
  position: relative;
  width: 810px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7); }

.intro__subheading {
  margin-top: 10px;
  margin-bottom: 0;
  color: #464646;
  font-size: 30px;
  font-weight: 400;
  text-align: center; }

.intro__button {
  position: absolute;
  right: 40px;
  bottom: -20px; }

.intro__box {
  position: absolute;
  bottom: 10px;
  left: 50%;
  box-sizing: border-box;
  width: 930px;
  padding: 30px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%); }

.intro__info {
  margin-top: 0;
  margin-bottom: 30px;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }

.intro__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none; }

.intro__item {
  position: relative;
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 12px;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }
  .intro__item:last-child {
    margin-right: 0; }
  .intro__item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ffa800; }
  .intro__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 120px;
    height: 2px;
    background-color: #ffa800; }

@media screen and (max-width: 1220px) {
  .intro__wrapper {
    height: auto;
    padding-top: 100px; }
  .intro__headings {
    width: 100%;
    max-width: 600px;
    margin-bottom: 80px; }
  .intro__subheading {
    font-size: 20px; }
  .intro__box {
    position: relative;
    width: 95%; }
  .intro__info {
    margin-bottom: 10px; }
  .intro__item {
    width: 30%;
    font-size: 15px; }
  .intro__item br {
    display: none; } }

@media screen and (max-width: 768px) {
  .intro {
    height: auto;
    margin-top: 64px;
    padding-top: 80px; }
  .intro__headings {
    width: 95%; }
  .intro__subheading {
    font-size: 18px; }
  .intro__list {
    flex-direction: column; }
  .intro__button {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .intro__box {
    padding: 20px 15px; }
  .intro__info {
    text-align: center; }
  .intro__list {
    align-items: center; }
  .intro__item {
    width: 90%;
    margin-right: 0;
    margin-bottom: 15px; }
    .intro__item:last-child {
      margin-bottom: 0; } }

.heading {
  margin: 0;
  color: #f14e4d;
  font-size: 55px;
  font-weight: 700; }
  .heading--center {
    text-align: center; }
  .heading--small {
    font-size: 35px; }
  .heading--right {
    text-align: right; }

@media screen and (max-width: 1220px) {
  .heading {
    font-size: 30px;
    text-align: center; }
    .heading--small {
      font-size: 25px; } }

@media screen and (max-width: 768px) {
  .heading--small {
    font-size: 20px; } }

.button {
  display: block;
  width: 195px;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 1px 13px 0px rgba(64, 64, 64, 0.8);
  border-radius: 5px;
  background-color: #35495f;
  outline: none;
  transition: 0.2s; }
  .button--center {
    margin: 0 auto; }
  .button:hover, .button:focus {
    background-color: #5a7ba0; }
  .button--red {
    background-color: #f14e4d; }
    .button--red:hover, .button--red:focus {
      background-color: #ed1f1e; }

@media screen and (max-width: 1220px) {
  .button {
    width: 180px;
    font-size: 18px; } }

@media screen and (max-width: 768px) {
  .button {
    width: 160px;
    font-size: 16px; } }

.short {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #FFFFFF; }

.short__text {
  color: #464646;
  font-size: 16px;
  font-weight: 400; }
  .short__text:first-of-type {
    margin-top: 20px;
    margin-bottom: 15px; }
  .short__text:last-of-type {
    margin-bottom: 30px; }

.short__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.short__item {
  position: relative;
  box-sizing: border-box;
  width: 375px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  transition: 0.8s; }
  .short__item--hide {
    opacity: 0;
    transform: translateY(20px); }
  .short__item--top {
    display: block;
    margin-bottom: 5px; }
  .short__item--flex {
    display: flex;
    align-items: flex-end; }
  .short__item--number {
    margin-right: 10px;
    color: #35495f;
    font-size: 70px;
    font-weight: 800;
    line-height: 0.7em; }
  .short__item--blue {
    display: block;
    margin-top: 5px;
    color: #35495f;
    font-weight: 700; }
  .short__item:nth-child(2) {
    padding-left: 90px;
    border-left: 2px dashed #ffa903;
    border-right: 2px dashed #ffa903; }
    .short__item:nth-child(2)::after {
      content: '';
      position: absolute;
      top: 15px;
      right: 50px;
      width: 60px;
      height: 60px;
      background-image: url("../img/short-1.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .short__item:nth-child(3) {
    padding-top: 30px;
    padding-left: 40px; }
    .short__item:nth-child(3)::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 30px;
      width: 50px;
      height: 60px;
      background-image: url("../img/short-2.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .short__item:nth-child(4) {
    padding-top: 45px;
    border-top: 2px dashed #ffa903; }
    .short__item:nth-child(4)::after {
      content: '';
      position: absolute;
      top: 5px;
      right: 30px;
      width: 80px;
      height: 80px;
      background-image: url("../img/short-3.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .short__item:nth-child(5) {
    padding-top: 60px;
    padding-left: 60px;
    border-top: 2px dashed #ffa903;
    border-left: 2px dashed #ffa903;
    border-right: 2px dashed #ffa903; }
  .short__item:nth-child(6) {
    padding-top: 60px;
    padding-left: 100px;
    border-top: 2px dashed #ffa903; }
    .short__item:nth-child(6)::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 30px;
      width: 70px;
      height: 70px;
      background-image: url("../img/short-4.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }

@media screen and (max-width: 1220px) {
  .short__item {
    width: 50%;
    padding-left: 20px;
    font-size: 15px; }
    .short__item--number {
      font-size: 60px; }
    .short__item--blue {
      margin-top: 0; }
    .short__item::after {
      display: none; }
    .short__item:nth-child(2) {
      padding-left: 20px;
      border-right: none;
      border-left: 2px dashed #ffa903; }
    .short__item:nth-child(3) {
      padding-top: 30px;
      padding-left: 20px;
      border-top: 2px dashed #ffa903; }
    .short__item:nth-child(4) {
      border-top: 2px dashed #ffa903;
      border-left: 2px dashed #ffa903; }
      .short__item:nth-child(4) br {
        display: none; }
    .short__item:nth-child(5) {
      padding-left: 20px;
      border-top: 2px dashed #ffa903;
      border-right: none;
      border-left: none; }
    .short__item:nth-child(6) {
      padding-left: 20px;
      border-top: 2px dashed #ffa903;
      border-left: 2px dashed #ffa903; } }

@media screen and (max-width: 768px) {
  .short {
    padding-bottom: 50px; }
  .short__item {
    padding-left: 10px;
    text-align: center; }
    .short__item--number {
      font-size: 40px; }
    .short__item--flex {
      flex-direction: column;
      align-items: center; }
    .short__item:nth-child(1) {
      padding: 25px 10px; }
    .short__item:nth-child(2) {
      padding: 25px 10px;
      border-right: none;
      border-left: 2px dashed #ffa903; }
    .short__item:nth-child(3) {
      padding: 25px 10px;
      border-top: 2px dashed #ffa903; }
    .short__item:nth-child(4) {
      padding: 25px 10px;
      border-top: 2px dashed #ffa903;
      border-left: 2px dashed #ffa903; }
      .short__item:nth-child(4) br {
        display: none; }
    .short__item:nth-child(5) {
      padding: 25px 10px;
      border-top: 2px dashed #ffa903;
      border-right: none;
      border-left: none; }
    .short__item:nth-child(6) {
      padding: 25px 10px;
      border-top: 2px dashed #ffa903;
      border-left: 2px dashed #ffa903; } }

.edge {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #EBEBEB; }

.edge__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none; }

.edge__item {
  position: relative;
  box-sizing: border-box;
  width: 360px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  transition: 0.8s; }
  .edge__item--hide {
    opacity: 0;
    transform: translateY(50px); }
  .edge__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(74, 88, 195, 0.5);
    z-index: 1; }
  .edge__item::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100px;
    height: 95px;
    padding: 2px 0;
    border-radius: 50%;
    background-color: rgba(109, 207, 246, 0.5);
    z-index: 1; }
  .edge__item:hover {
    transform: scale(1.05); }
    .edge__item:hover .edge__number {
      transform: scale(0); }
    .edge__item:hover .edge__icon {
      transform: none; }

.edge__number {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  color: #FFFFFF;
  font-size: 100px;
  font-weight: 800;
  text-align: center;
  line-height: 0.8em;
  transition: 0.4s;
  z-index: 2; }

.edge__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  transform: scale(0);
  z-index: 2; }
  .edge__icon--1 {
    background-image: url("../img/edge-1.svg");
    background-size: 75px; }
  .edge__icon--2 {
    background-image: url("../img/edge-2.svg");
    background-position: center 10px;
    background-size: 65px; }
  .edge__icon--3 {
    background-image: url("../img/edge-3.svg");
    background-size: 70px; }
  .edge__icon--4 {
    background-image: url("../img/edge-4.svg");
    background-size: 60px; }
  .edge__icon--5 {
    background-image: url("../img/edge-5.svg");
    background-size: 50px; }
  .edge__icon--6 {
    background-image: url("../img/edge-6.svg");
    background-size: 60px; }

.edge__name {
  display: block;
  width: 170px;
  margin-right: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 10px;
  color: #35495f;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #ffa800; }

.edge__text {
  margin: 0;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }

@media screen and (max-width: 1220px) {
  .edge__list {
    justify-content: center; }
  .edge__item {
    width: 45%; }
    .edge__item:nth-child(odd) {
      margin-right: 20px; }
  .edge__name {
    margin-right: 40px; } }

@media screen and (max-width: 768px) {
  .edge__list {
    flex-direction: column;
    align-items: center; }
  .edge__item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 30px; }
    .edge__item:nth-child(odd) {
      margin-right: 0; }
  .edge__name {
    width: 160px;
    margin-right: 0;
    font-size: 18px; } }

.direction {
  padding: 40px 0;
  background-color: #FFFFFF; }

.direction__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none; }

.direction__item {
  box-sizing: border-box;
  width: 50%;
  padding: 30px; }
  .direction__item:nth-child(1) {
    border-right: 2px dashed #ffa800; }
  .direction__item:nth-child(2) {
    padding-left: 100px; }
  .direction__item:nth-child(3) {
    border-right: 2px dashed #ffa800;
    border-top: 2px dashed #ffa800; }
  .direction__item:nth-child(4) {
    padding-left: 100px;
    border-top: 2px dashed #ffa800; }

.direction__name {
  display: block;
  margin-bottom: 20px;
  color: #35495f;
  font-size: 30px;
  font-weight: 700; }

.direction__text {
  margin-top: 0;
  margin-bottom: 5px;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }

.direction__sublist {
  margin: 0;
  padding: 0;
  list-style: none; }

.direction__subitem {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }
  .direction__subitem::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f14e4d; }
  .direction__subitem:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .direction__list {
    flex-direction: column;
    align-items: center;
    margin-top: 15px; }
  .direction__item {
    width: 100%;
    max-width: 500px;
    padding: 30px 10px; }
    .direction__item:nth-child(1) {
      border-right: none;
      border-bottom: 2px dashed #ffa800; }
    .direction__item:nth-child(2) {
      padding-left: 10px;
      border-bottom: 2px dashed #ffa800; }
    .direction__item:nth-child(3) {
      border-top: none;
      border-right: none;
      border-bottom: 2px dashed #ffa800; }
    .direction__item:nth-child(4) {
      padding-left: 10px;
      border-top: none; }
  .direction__name {
    font-size: 25px;
    text-align: center; } }

.video {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #707e8e;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition: 0.5s; }

.video__quote {
  position: relative;
  width: 750px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #ffa800;
  border-radius: 10px; }
  .video__quote::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -45px;
    width: 70px;
    height: 45px;
    background-image: url("../img/quote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(160deg); }
  .video__quote::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 70px;
    height: 45px;
    background-image: url("../img/quote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(-30deg); }

.video__play {
  position: relative;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 40px;
  border: none;
  background-color: transparent;
  background-image: url("../img/youtube-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  outline: none;
  transition: 0.2s; }
  .video__play:hover, .video__play:focus {
    top: -5px; }
  .video__play:active {
    transform: scale(0.9); }

.video__author {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center; }

@media screen and (max-width: 895px) {
  .video__quote {
    width: 95%; }
    .video__quote::before {
      top: -20px;
      left: -15px; }
    .video__quote::after {
      bottom: -20px;
      right: -15px; } }

@media screen and (max-width: 768px) {
  .video {
    padding-top: 30px; }
  .video__quote {
    padding: 30px 0;
    font-size: 22px; }
  .video__play {
    width: 90px;
    height: 90px; }
  .video__author {
    font-size: 20px; } }

.stage {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #fff; }

.stage__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 40px; }

.stage__box {
  -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3)); }

.stage__open {
  position: relative;
  top: 0;
  /*width: 240px;*/
  width: 272px;
  height: 130px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #35495f;
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  border: none;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
          clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
  outline: none;
  transition: 0.2s; }
  .stage__open--detail {
    box-sizing: border-box;
    display: block;
    width: 130px;
    margin-top: 15px;
    padding: 3px 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ffa800; }
  .left-text_block {
    color: #f14e4d;
    font-size: 36px;
    font-weight: 800;

  }
.left-text_block h2 {
  font-size: 35pt;
}
.left-text_block h3 {
  font-size: 27pt;
  margin: 10px 0;
  margin-top: 56px;
}

.video .container {
  display: flex;
  justify-content: space-between;
}
  .stage__open--square {
    /*width: 200px;*/
    width: 272px;
    height: 136px;
    padding-top: 5px;
    -webkit-clip-path: none;
            clip-path: none; }
    .stage__open--square .stage__open--detail {
      margin-top: 7px; }
  .stage__open--red {
    border-left: 5px solid #f14e4d; }
  .stage__open:hover, .stage__open:focus {
    top: -5px; }

.stage__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: 0.5s;
  visibility: hidden;
  z-index: 5; }
  .stage__overlay--show {
    background-color: rgba(255, 255, 255, 0.9);
    visibility: visible; }

.stage__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 920px;
  padding: 30px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.8s, transform 0.3s, z-index 0s;
  transform: translate(-50%, -50%) scale(0.8);
  visibility: hidden;
  z-index: -1; }
  .stage__wrapper--show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    z-index: 6; }

.stage__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: none;
  cursor: pointer;
  transition: 0.2s; }
  .stage__close:hover, .stage__close:focus {
    transform: rotate(180deg); }
  .stage__close:active {
    transform: rotate(180deg) scale(0.9); }

.stage__article {
  display: none;
  margin-bottom: 20px; }
  .stage__article--show {
    display: block;
    opacity: 1;
    visibility: visible; }
  .stage__article--add .stage__right {
    height: 300px;
    overflow-y: scroll; }
    .stage__article--add .stage__right::-webkit-scrollbar {
      width: 5px; }
  .stage__article--add .stage__text {
    margin: 10px 0; }
    .stage__article--add .stage__text:last-child {
      margin-bottom: 0; }
  .stage__article--add .stage__name {
    margin-bottom: 15px;
    font-size: 20px; }

.stage__content {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.stage__left {
  width: 410px; }

.stage__right {
  width: 420px; }

.stage__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #f14e4d;
  font-size: 30px;
  font-weight: 700; }

.stage__image {
  width: 100%; }

.stage__text {
  margin: 0;
  color: #464646;
  line-height: 1.4em; }
  .stage__text--blue {
    color: #35495f;
    font-weight: 700; }
  .stage__text:nth-child(1) {
    margin-bottom: 10px; }
  .stage__text:nth-child(2) {
    margin-bottom: 10px; }

.stage__divider {
  width: 170px;
  height: 2px;
  margin: 15px 0;
  border: none;
  background-color: #ffa800; }

.stage__flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.stage__button {
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  border: none;
  border-radius: 5px;
  background-color: #f14e4d;
  cursor: pointer;
  outline: none;
  transition: 0.3s; }
  .stage__button:hover, .stage__button:focus {
    box-shadow: 0px 1px 5px 0px rgba(64, 64, 64, 0.8); }
  .stage__button:active {
    transform: scale(0.9); }

@media screen and (max-width: 1220px) {
  .stage__control {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .stage__control {
    margin-top: 30px;
    margin-bottom: 20px; }
  .stage__box {
    margin: 0 auto;
    margin-bottom: 20px; }
  .stage__open {
    font-size: 20px; }
    .stage__open--square {
      width: 240px;
      -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
              clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0); } }

@media screen and (max-width: 955px) {
  .video .container {
    flex-direction: column;
  }

  .video .container img{
    padding-top: 60px;
  }
  .stage__wrapper {
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 480px;
    padding: 30px 20px;
    padding-top: 40px;
    transform: translate(-50%, 0%);
    overflow-y: scroll; }
    .stage__wrapper::-webkit-scrollbar {
      width: 5px; }
  .stage__content {
    flex-direction: column; }
  .stage__left {
    width: 100%; }
  .stage__right {
    width: 100%; }
  .stage__title {
    font-size: 25px;
    text-align: center; }
  .stage__image {
    margin-bottom: 20px; }
  .stage__text br {
    display: none; }
  .stage__divider {
    margin: 15px auto; }
  .stage__flex {
    flex-direction: column; }
  .stage__button {
    margin-bottom: 15px; }
    .stage__button:last-child {
      margin-bottom: 0; } }

.add {
  padding: 80px 0;
  background-color: #FFFFFF; }

.add__block {
  display: flex;
  margin-top: 50px;
  border: 2px solid #35495f; }

.add__image {
  width: 570px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.add__content {
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 20px; }

.add__name {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f14e4d;
  font-size: 36px;
  font-weight: 800; }

.add__divider {
  margin: 0;
  margin-bottom: 20px;
  width: 240px;
  height: 2px;
  border: none;
  background-color: #ffa800; }

.add__text {
  color: #464646;
  font-size: 16px;
  font-weight: 400; }
  .add__text--blue {
    color: #35495f;
    font-weight: 700; }

.add__caption {
  display: block;
  margin-bottom: 10px;
  color: #35495f;
  font-size: 18px;
  font-weight: 700; }

.add__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.add__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }
  .add__item:last-child {
    margin-bottom: 20px; }
  .add__item::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #35495f; }

.add__button--right {
  position: absolute;
  right: 30px;
  bottom: -25px; }

@media screen and (max-width: 1220px) {
  .add__image {
    width: 350px; } }

@media screen and (max-width: 768px) {

  .left-text_block h3 {
    font-size: 30px;
  }

  .left-text_block h2 {
    font-size: 29pt;
  }

  .add__block {
    flex-direction: column; }
  .add__image {
    order: 1;
    width: 100%; }
  .add__content {
    order: 2; }
  .add__name {
    font-size: 25px; } }

.info {
  padding: 20px 0;
  background-color: #ebebeb; }

.info__wrapper {
  display: flex;
  align-items: center; }

.info__left {
  width: 400px; }

.info__photo {
  width: 100%;
  height: 365px;
  background-image: url("../img/info-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.info__right {
  box-sizing: border-box;
  width: 780px;
  padding-left: 20px; }

.info__subheading {
  margin-top: 0;
  margin-bottom: 20px;
  color: #464646;
  font-size: 24px;
  font-weight: 500;
  text-align: right; }

.info__text {
  margin-top: 0;
  margin-bottom: 25px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  line-height: 1.4em; }

.info__pdf {
  display: block;
  color: #464646;
  text-align: right; }

.info__image {
  width: 100%;
  height: 415px;
  background-image: url("../img/info-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

@media screen and (max-width: 1220px) {
  .info__subheading {
    text-align: center; }
  .info__text {
    text-align: center; }
  .info__pdf {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .info__wrapper {
    flex-direction: column; }
  .info__left {
    order: 2;
    width: 100%; }
  .info__right {
    order: 1;
    width: 100%;
    padding-left: 0; }
  .info__subheading {
    margin-top: 5px;
    font-size: 18px; } }

.teacher {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #FFFFFF; }

.teacher__list {
  display: flex;
  justify-content: space-around;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 0;
  list-style: none; }

.teacher__item {
  width: 360px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3); }

.teacher__header {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

.teacher__picture {
  position: relative; }
  .teacher__picture::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: rgba(109, 207, 246, 0.5);
    z-index: 2; }
  .teacher__picture::after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -5px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: rgba(74, 88, 195, 0.5);
    z-index: 1; }

.teacher__photo {
  position: relative;
  width: 165px;
  height: 165px;
  margin-right: 20px;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  z-index: 3; }

.teacher__name {
  padding-bottom: 10px;
  color: #3a68ac;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #ffa800; }

.teacher__position {
  margin: 0;
  padding: 0 20px;
  padding-bottom: 15px;
  color: #464646;
  font-size: 16px;
  font-weight: 400; }

@media screen and (max-width: 1220px) {
  .teacher__list {
    flex-wrap: wrap; }
  .teacher__item {
    margin: 0 auto; }
    .teacher__item:last-child {
      margin-top: 30px; } }

@media screen and (max-width: 768px) {
  .teacher__list {
    margin-top: 30px; }
  .teacher__item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 30px; }
    .teacher__item:last-child {
      margin-top: 0;
      margin-bottom: 0; }
  .teacher__header {
    flex-direction: column; }
  .teacher__picture {
    margin-bottom: 20px; }
  .teacher__photo {
    margin-right: 0; }
  .teacher__name {
    text-align: center; } }

.cost {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #ebebeb; }

.cost__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none; }

.cost__item {
  width: 280px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 0.2s; }
  .cost__item:hover {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.6);
    transform: scale(1.05); }

.cost__name {
  display: block;
  padding: 15px 0;
  color: #464646;
  font-size: 25px;
  font-weight: 800;
  text-align: center; }

.cost__cost {
  margin: 0;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background-color: #f14e4d; }
  .cost__cost--small {
    font-size: 18px;
    font-weight: 400; }

.cost__recommend {
  margin: 0;
  padding: 10px 0;
  color: #464646;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #cccccc; }

.cost__caption {
  margin: 10px 0;
  padding-left: 20px;
  color: #464646;
  font-size: 18px;
  font-weight: 700; }

.cost__checklist {
  margin: 0;
  padding: 0;
  list-style: none; }

.cost__check {
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 20px;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 15px; }
  .cost__check--add {
    margin-left: 0;
    padding: 10px 0;
    padding-left: 15px;
    color: #FFFFFF;
    background-color: #35495f;
    background-image: none; }
  .cost__check:last-child {
    margin-bottom: 15px; }

.cost__label {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.cost__input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0; }

.cost__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  transition: 0.2s; }

.cost__label:hover .cost__checkmark {
  background-color: #FFFFFF; }

.cost__input:checked ~ .cost__checkmark {
  border: 1px solid transparent;
  background-color: transparent; }

.cost__checkmark:after {
  content: '';
  position: absolute;
  display: none;
  width: 15px;
  height: 15px;
  background-image: url("../img/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.cost__input:checked ~ .cost__checkmark::after {
  display: block; }

.cost__duration {
  margin: 0;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: #f14e4d; }

.cost__info {
  margin-top: 0;
  margin-bottom: 30px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4em; }

.cost__caution {
  color: #464646;
  font-size: 14px;
  text-align: center; }

@media screen and (max-width: 1220px) {
  .cost__list {
    flex-wrap: wrap;
    width: 600px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px; }
  .cost__item {
    margin-bottom: 15px; } }

@media screen and (max-width: 768px) {
  .cost__wrapper {
    overflow-x: scroll; }
    .cost__wrapper::-webkit-scrollbar {
      width: 0;
      height: 2px; }
    .cost__wrapper::-webkit-scrollbar-track {
      background-color: rgba(106, 126, 252, 0.2); }
    .cost__wrapper::-webkit-scrollbar-thumb {
      border-radius: 20px;
      background-color: #f14e4d; }
    .cost__wrapper::-webkit-scrollbar-thumb:hover {
      background-color: #ef3635; }
  .cost__list {
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 400%;
    margin-bottom: 20px; }
  .cost__item {
    margin: auto; }
    .cost__item:hover {
      transform: none; }
  .cost__info {
    margin-top: 20px;
    text-align: center; }
    .cost__info br {
      display: none; } }

.review {
  padding: 40px 0;
  background-color: #FFFFFF; }

.review__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px; }

.review__column {
  width: 680px;
  height: auto; }

.review__ratio {
  position: relative;
  padding-top: 56.25%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #CCCCCC;
  background-image: url("../img/review-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }

.review__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.review__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  background-image: url("../img/youtube-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  cursor: pointer;
  outline: none;
  transition: 0.2s; }
  .review__play:hover, .review__play:focus {
    transform: scale(1.1); }
  .review__play:active {
    transform: scale(0.9); }
  .review__play--hide {
    opacity: 0;
    visibility: hidden; }

.review__content {
  box-sizing: border-box;
  width: 450px;
  padding-top: 10px;
  padding-left: 34px;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-position: left -30px;
  background-size: 200px; }

.review__quote {
  margin: 0; }

.review__text {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em; }
  .review__text:first-child {
    margin-top: 0; }

.review__author {
  color: #35495f;
  font-size: 16px;
  font-weight: 600;
  font-style: italic; }

@media screen and (max-width: 1220px) {
  .review__wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 50px; }
  .review__column {
    order: 2;
    width: 100%; }
  .review__content {
    order: 1;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .review__wrapper {
    margin-top: 20px; }
  .review__content {
    padding-left: 0; }
  .review__play {
    background-size: 70px; } }

.contact {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #FFFFFF; }

.contact__box {
  display: flex;
  margin: 40px 0;
  border-radius: 5px;
  box-shadow: 0px 1px 13px 0px rgba(64, 64, 64, 0.8); }

.contact__content {
  box-sizing: border-box;
  width: 550px;
  padding: 20px; }

.contact__map {
  flex-grow: 1;
  border: none; }

.contact__title {
  display: block;
  margin-bottom: 20px;
  color: #f14e4d;
  font-size: 28px;
  font-weight: 500; }

.contact__cta {
  display: block;
  margin-bottom: 10px;
  color: #464646;
  font-size: 18px;
  font-weight: 500; }

.contact__phone {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px; }

.contact__address {
  margin: 0;
  padding-left: 20px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  background-image: url("../img/loc.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px; }

.contact__subtitle {
  margin-top: 0;
  margin-bottom: 25px;
  color: #f14e4d;
  font-size: 25px;
  font-weight: 500; }

.contact__category {
  margin-bottom: 20px;
  color: #35495f;
  font-size: 16px;
  font-weight: 400; }

.contact__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.contact__item {
  width: 300px;
  margin-bottom: 30px;
  padding-left: 25px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  background-image: url("../img/loc.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px; }

.contact__bold {
  font-weight: 700; }

@media screen and (max-width: 1220px) {
  .contact__content {
    width: 450px; }
  .contact__title br {
    display: none; }
  .contact__item {
    width: 210px; } }

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 30px; }
  .contact__box {
    flex-direction: column;
    margin-top: 20px; }
  .contact__content {
    width: 100%; }
  .contact__title {
    font-size: 20px;
    text-align: center; }
  .contact__map {
    width: 100%;
    height: 400px; }
  .contact__subtitle {
    text-align: center; }
  .contact__category {
    font-size: 18px;
    text-align: center; }
  .contact__list {
    justify-content: center; }
  .contact__item {
    width: 250px; } }

.request {
  position: relative;
  padding-top: 50px;
  padding-bottom: 19px;
  background-color: #ebebeb; }
  .request::after {
    content: '';
    position: absolute;
    top: -30px;
    right: 10%;
    width: 736px;
    height: 509px;
    background-image: url("../img/request-bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1; }

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

.request__form {
  width: 500px;
  padding: 10px;
}

@media screen and (max-width: 1220px) {
  .request::after {
    display: none; }
  .request__form {
    width: 100%;
    max-width: 500px;
    margin: auto; } }

.footer {
  padding: 15px 0;
  background-color: #35495f; }

.footer__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

.thankyou {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #ebebeb; }

.thankyou__content {
  box-sizing: border-box;
  width: 95%;
  max-width: 700px;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #FFFFFF; }

.thankyou__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #f14e4d;
  font-size: 45px;
  font-weight: 700;
  text-align: center; }

.thankyou__subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  color: #35495f;
  font-size: 25px;
  font-weight: 500;
  text-align: center; }

.thankyou__text {
  margin: 0;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  text-align: center; }

.thankyou__link {
  display: block;
  width: fit-content;
  margin: 10px auto;
  padding: 10px 15px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  border-radius: 20px;
  background-color: #0088cc;
}

@media screen and (max-width: 768px) {
  .thankyou__content {
    padding: 30px;
  }
}

/* styles of form */

.form_new {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.form_new input, #popup_sms input {
  max-width: 482px;
  height: 38px;
  color: #505050;
  font-size: 15px;
  line-height: 1.25;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  box-shadow: 0px 0px 0px 0px #dcdcdc;
  background: #ffffff;
  transition: all 0.2s linear 0s;
  margin: 10px 0;
  padding: 8px;
  width: 100%;
}

.checkbox {
  display: flex;
  margin: 20px 0;
}

.checkbox input {
  height: 20px;
  width: fit-content;
  margin: 0;

}

.form_new button, #popup_sms button {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  background: #ff5050;
  border-radius: 5px;
  border: 0px inset #8eadff;
  box-shadow: none;
  margin: 10px;
  height: 50px;
  padding: 10px 14px 10px 14px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  width: 100%;
  max-width: 500px;
}



/*//overlay*/
.usa-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}

#overlay {
  z-index: 12;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}


.popup {
  max-width: 450px;
  width: calc(100% - 30px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 13;
  box-shadow: 0 2px 34px 1px rgb(0 0 0 / 38%);
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 39px 14px;
}

.popup input {
  max-width: 432px!important;

}

.popup button {
  max-width: 490px!important;
  width: 100%;
}

#popup_sms {
  opacity: 1 !important;
  display: none;
}


.subtitle {
  font-size: 18px;
  line-height: 32px;
  padding: 20px;
}


.popup__close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 15px;
}

.form_new_code {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .usa-form {
    align-items: center;
  }
  .subtitle {
    font-size: 18px;
    line-height: 32px;
  }

  .usa-form {
    max-width: 359px;
    width: auto;
    margin: 0 auto;
  }

  /*.form_new input, #popup_sms input {*/
  /*  max-width: 278px;*/
  /*}*/

  .form_new input, #popup_sms input {
    max-width: 295px!important;
    width: 100%;
  }

  .popup button {
    max-width: 311px!important;
    width: 100%;
  }

  .subtitle {
    margin: 0;
  }

  .form__submit {
    max-width: 311px!important;
  }
  .popup {
    padding: 10px 10px 14px;
  }
}

/* styles of form */