body {
  margin: 0px;
  padding: 0px;
  font-family: "vwhead";
  padding-bottom: 0px;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

section.max-width{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

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

.relative {
  position: relative;
}

.header{
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin: 85px 0px 185px 0px;
}
.header__elem{
  max-width: 783px;
  width: 100%;
}
.header__elem:last-of-type{
  display: flex;
  align-items: flex-end;
  margin: 0px 0px -100px 50px;
}
.header__elem .button{
  margin: 50px 0px 0px 0px;
}
.header__elem h4{
  font-size: 26px;
  font-weight: 300;
  margin-block: 0px 30px;
}
.header__elem h4 span{
  white-space: nowrap;
}
.header__elem h3{
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
}
.header__elem p{
  font-size: 22px;
  font-weight: bold;
}
.header__elem ul{
  margin: 40px 0px;
  padding-left: 25px;
  list-style-type: decimal;
  font-size: 22px;
}
.header__line{
  content: '';
  display: inline-block;
  background-color: #000000;
  width: 1px;
  height: 273px;
}

.info{
  display: flex;
  justify-content: space-between;
  margin-block: 350px 235px;
  gap: 105px;
}
.info__content{
  position: relative;
  max-width: 620px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__content-txt{
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  padding-block: 215px 0px;
}
.info__content-txt h1{
  font-size: 45px;
  font-weight: 300;
}
.info__content-txt h1 strong{
  font-weight: bold;
}
.info__content-flex{
  display: flex;
  justify-content: space-between;
  margin-block: 70px 0px;
  gap: 20px;
}
.info__content-flex .button{
  margin-left: 0px;
}
.info__content-bg{
  position: absolute;
  content: "";
  z-index: 1;
  width: 56.46vw;
  left: -8.07vw;
}
.info__image{
  position: relative;
  z-index: 2;
}

.regulations{
  margin-block: 150px;
  padding-block: 50px;
}
.regulations h2{
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-block: 0px 55px;
}
.regulations h2 strong{
  font-weight: bold;
}
.regulations__container-elem{
  margin-block: 25px;
  font-size: 18px;
}
.regulations__container-elem ul{
  margin: 0px;
  padding-left: 20px;
}
ul li::marker{
  font-weight: bold;
}
.regulations__container-elem ul.numb{
  list-style: decimal;
}
.regulations__container-elem ul.numb li{
  font-weight: bold;
}
.regulations__container-elem ul.txt{
  list-style-type:lower-latin;
  margin: 0px 0px 30px -20px;
}
.regulations__container-elem ul.txt li{
  font-weight: 300;
  margin-block: 3px;
}

.bcg {
  position: absolute;
  background: rgb(1, 63, 117);
  height: 70%;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.white-txt {
  color: white;
  text-align: center;
  margin: 2rem 0;
  padding: 2rem 0;
}

.button{
  max-width: 275px;
  width: 100%;
  padding: 11px 15px;
  font-size: 16px;
  color: #ffffff;
  background-color: #00396e;
  border: 1px solid #00396e;
  border-radius: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.button.white{
  background-color: #ffffff;
  color: #00396e;
}
.button:hover{
  background-color: #ffffff;
  color: #00396e;
}
.button.white:hover{
  color: #ffffff;
  background-color: #00396e;
}

.c-baner {
  position: relative;
  display: flex;
  margin-bottom: 90px;
}

.c-baner-img {
  width: 100%;
}

.c-baner-text {
  position: absolute;
  width: 100%;
  bottom: -170px;
  background: rgb(0, 95, 158);
  background: rgb(1, 63, 117);
  background: linear-gradient(
    90deg,
    rgba(1, 63, 117, 1) 50%,
    rgba(0, 33, 84, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  color: #fff;
  padding: 2rem 0;
}

.c-baner-text-box {
  width: 50%;
  padding: 2rem 0;
}

.c-baner-mobile {
  display: none;
}

.c-baner-title {
  font-size: 3.5rem;
  font-weight: 700;
}

.c-baner-subtitle {
  font-size: 2.5rem;
  font-weight: 100;
}

.c-baner-subtitle-sm {
  font-size: 2.5rem;
  font-weight: 100;
}

.pt-130 {
  padding-top: 130px;
}

.light-font {
  font-weight: 100;
}

.c-baner-subtitle-sm.mobile {
  display: none;
}

.c-baner-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
}

.c-baner-form .c-container {
  max-width: 100%;
}

.c-baner-btn-wrap {
  margin-top: 2rem;
}

.c-baner-btn {
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 1rem 3rem;
  transition: all 0.5s ease-in-out;
  min-width: 275px;
  text-align: center;
}

.c-baner-btn:hover {
  background-color: #002f65;
}

.c-baner-btn-text {
  font-size: 14px;
  color: #002f65;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}

.c-baner-btn:hover > .c-baner-btn-text {
  color: #fff;
}

.c-bg-form {
  position: relative;
  background-color: #fff;
  height: 100%;
  z-index: 2;
}

.c-title {
  font-size: 1.5rem;
  padding-bottom: 2rem;
  display: none;
}

.c-line-wrapper {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  padding: 0.5rem 0;
  z-index: 9999;
}

.c-logo-line {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.flex-basis {
  flex-basis: 333.33%;
}

.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0px 14px;
}

.c-logo img {
  width: 64px;
  height: 64px;
  max-width: unset;
}

.logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 10px 5px 10px;
}

.logo h3 {
  font-size: 12px;
  color: #001e50;
  text-align: right;
  margin-right: 10px;
}

.logo h3 span {
  font-weight: 200;
}

.logo img {
  max-width: 56px;
}

.logo-mobile {
  display: none;
}

.c-container {
  max-width: 1710px;
  width: 100%;
  padding:0 50px;
  margin: 0 auto;
}
.c-container.left{
  margin: 0px 0px 0px auto;
  padding-right: 0px;
  max-width: 1808px;
}

.c-container-big {
  max-width: 1920px;
  margin: 0 auto;
}

.c-container-big.relative {
  position: relative;
  margin-bottom: 85px;
}

.c-form-image{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -57%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.text-right {
  text-align: right;
}

.section-gradient {
  background: rgb(1, 63, 117);
  background: linear-gradient(
    261deg,
    rgba(1, 63, 117, 1) 10%,
    rgba(0, 33, 84, 1) 60%,
    rgba(255, 255, 255, 0) 50%
  );
  margin: 100px 0;
}

.section-margin {
  margin: 70px 0;
}

.section-margin.mb {
  margin-bottom: 0;
}

.section-mt {
  margin-top: 200px;
}

.section-blue {
  background: rgb(1, 63, 117);
  background: linear-gradient(
    90deg,
    rgba(1, 63, 117, 1) 50%,
    rgba(0, 33, 84, 1) 100%,
    rgba(255, 255, 255, 0) 100%
  );
}

.w100 {
  width: 100%;
}
.photo-text {
  display: flex;
}
.photo-text.relative {
  position: relative;
}
.photo-text.mt {
  margin-top: -130px;
}
.photo-text__just-center {
  justify-content: center;
}
.photo-text__between {
  justify-content: space-between;
}
.photo-text__around {
  justify-content: space-around;
}
.photo-text__center {
  align-items: center;
}
.mb50 {
  margin-bottom: 50px;
}
.photo-text.margin {
  margin: 65px 0 0;
}
.photo-text__col {
  position: relative;
  width: 50%;
}
.photo-text__img img {
  width: 100%;
}
.photo-text__content {
  padding: 50px 70px;
}
.photo-text__col.margin {
  margin: 0 25px;
}
.photo-text__intro {
  padding: calc(482px - 280px) 1rem 0 0;
}
.photo-text__wrap {
  margin-bottom: 40px;
}
.photo-text__cta {
  display: flex;
  margin: 50px 0 20px;
}
.photo-text__button {
  display: inline-block;
  background-color: transparent;
  border: 3px solid #fff;
  min-width: 260px;
  text-align: center;
  padding: 0.8rem 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.photo-text__button.white {
  background-color: #fff;
  color: #013067;
}
.photo-text__button.blue {
  background-color: #013067;
  color: #fff;
}
.photo-text__button:hover {
  background-color: #013067;
  color: #fff;
}
.photo-text__title {
  font-size: 36px;
  margin-bottom: 15px;
}
.photo-text__title.white {
  color: #fff;
}
.photo-text__text {
  margin-bottom: 20px;
  font-size: 18px;
}
.photo-text__text.white {
  color: #fff;
}
.photo-text.white {
  color: #fff;
}
.photo-relative {
  position: relative;
  min-height: 320px;
}
.bigimg {
  margin: 40px 0 0;
  display: flex;
}
.bigimg img {
  width: 100%;
}

.title-main {
  font-size: 3rem;
}

.title__h2 {
  font-size: 50px;
  font-weight: 300;
}
.title__h2 strong{
  font-weight: bold;
}
.title__h2.mb50 {
  margin-bottom: 50px;
}
.title__h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 100;
}
.title__h4 {
  font-size: 1.85rem;
  margin-bottom: 40px;
}
.title__h4.white {
  color: #fff;
}
.c-text-box {
  padding: 2rem;
}
.c-text {
  font-size: 2rem;
  text-align: center;
}
.c-text-center {
  text-align: center;
}
.c-btn-row {
  padding: 2rem 0;
}
.c-text-btn {
  background-color: #00a4e4;
  color: #fff;
  padding: 0.5rem 2rem;
  display: inline-block;
  cursor: pointer;
}
.c-salon {
  position: absolute;
  top: 2vw;
  left: 6vw;
}
.c-salon span {
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
}
.c-mobile-salon {
  display: none;
}
.c-mobile-salon span {
  font-weight: 600;
}
.c-relative {
  position: relative;
}
.c-footer {
  background-color: #f4f4f4;
}
.c-footer-container {
  padding: 2rem;
}
.c-footer-title {
  font-size: 22px;
  margin-bottom: 1rem;
}
.text-rest-mobile {
  display: none;
}

.form-desc {
  font-size: 24px;
  font-weight: 100;
  max-width: 670px;
}
.form-img {
  position: absolute;
  bottom: -30px;
  width: 100%;
  max-width: 750px;
}
@media (min-width: 2100px) {
  .c-salon {
    top: 1vw;
  }
}

@media (max-width: 1700px) {
  .c-text br {
    display: none;
  }
}

@media (max-width: 1600px) {
  .c-line-wrapper {
    top: 10px;
  }
  .c-salon {
    top: 1vw;
  }
  .photo-relative {
    min-height: 270px;
  }
  .groups {
    max-width: 768px;
  }
  .info__content-txt h1 {
    font-size: 40px;
  }
}
@media (max-width: 1520px) {
  .form-img {
    max-width: 640px;
  }
}
@media (max-width: 1450px) {
  .header__elem h4 {
    font-size: 22px;
  }
  .header__elem h3 {
    font-size: 40px;
  }
  .header__elem p {
    font-size: 18px;
  }
  .header__elem ul {
    margin: 20px 0px;
    font-size: 18px;
  }
  .header__line {
    width: 1px;
    height: 200px;
  }
  .header__elem h4 img{
    max-width: 195px;
  }
  .info {
    margin-block: 290px 180px;
  }
  .info__content-txt {
    padding-block: 195px 0px;
  }
  .info__content-txt h1 {
    font-size: 32px;
  }
  .info__content-flex {
    margin-block: 40px 0px;
  }
  .info__content {
    max-width: 560px;
  }
  .regulations h2 {
    font-size: 40px;
    margin-block: 0px 45px;
  }
}
@media (max-width: 1400px) {
  .listing-offers {
    width: 100%;
  }
  .c-text {
    font-size: 1.5rem;
  }
  .photo-relative {
    min-height: 235px;
  }
  .bluebar {
    bottom: -100px;
  }
}
@media (max-width: 1350px) {
  .c-baner {
    flex-direction: column;
  }
  .c-baner-form {
    position: relative;
    max-width: 100%;
    height: inherit;
  }

  .c-baner-desktop {
    display: none;
  }
  .c-baner-mobile,
  .c-title {
    display: block;
  }
  .c-baner-title {
    font-size: 2rem;
  }
  .c-baner-subtitle {
    font-size: 2rem;
  }
  .title__h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 1340px) {
  .photo-text__button {
    min-width: 190px;
  }
  .form-img {
    max-width: 540px;
  }
}
@media(max-width: 1250px){
  .header__elem h4 {
    font-size: 18px;
  }
  .header__elem h4 img{
    max-width: 180px;
  }
  .header__elem h3 {
    font-size: 30px;
  }
  .header__elem p {
    font-size: 16px;
  }
  .header__elem ul {
    font-size: 16px;
  }
  .header__elem:last-of-type {
    margin: 0px 0px -100px 0px;
  }
  .info__content-txt {
    padding-block: 130px 0px;
  }
  .info {
    display: flex;
    justify-content: space-between;
    margin-block: 240px 140px;
    gap: 40px;
  }
  .info__content-txt h1 {
    font-size: 32px;
  }
  .info__content-flex {
    margin-block: 40px 0px;
  }
  .info__content {
    max-width: 560px;
  }
  .regulations h2 {
    font-size: 30px;
    margin-block: 0px 35px;
  }
}
@media (max-width: 1150px) {
  .title__h3 br {
    display: none;
  }
  .photo-text__intro {
    padding: calc(482px - 315px) 1rem 0 0;
  }
  .form-img {
    max-width: 440px;
  }
}
@media (max-width: 1100px) {
  .flex-parent {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .title__h2 {
    font-size: 2.15rem;
  }
  .header{
    flex-wrap: wrap;
  }
  .header__line{
    width: 100%;
    max-width: 100%;
    height: 1px;
  }
  .header__elem:last-of-type {
    margin: 0px;
  }
  .header {
    margin: 50px 0px;
  }
}
@media (max-width: 960px) {
  .regulations__container-elem {
    margin-block: 15px;
    font-size: 16px;
  }
  .c-container{
    overflow: hidden;
    padding: 0 30px;
  }
  .c-baner {
    margin-bottom: 0px;
  }
  .c-line-wrapper {
    top: 0;
  }
  .c-baner-text {
    bottom: 0;
    position: relative;
    background: rgb(1, 63, 117);
    background: linear-gradient(
      90deg,
      rgba(1, 63, 117, 1) 50%,
      rgba(0, 33, 84, 1) 100%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .c-baner-text-box {
    width: 100%;
  }
  .photo-text__intro {
    padding: 2rem 1rem 0 0;
  }
  .photo-text__cta {
    display: block;
  }
  .photo-text__button {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-gradient {
    padding: 2rem 0;
    margin: 0;
  }
  .section-margin {
    margin: 30px 0;
  }
  .form-img {
    max-width: 340px;
  }
  .info {
    flex-wrap: wrap;
    margin-block: 50px;
  }
  .info__image{
    max-width: 100%;
    width: 100%;
  }
  .c-container.left{
    padding: 0 30px;
  }
  .info__content{
    display: block;
    max-width: 100%;
    width: 100%;
  }
.info__content-bg {
    position: relative;
    max-width: 110vw;
    width: 110vw;
    left: auto;
    text-align: center;
    left: -10vw;
  }
  .info__content-bg img{
    width: 100%;
  }
  .info__content-txt{
    position: absolute;
    max-width: 560px;
    width: 100%;
    top: 31.25vw;
    left: auto;
  }
  .regulations {
    margin-block: 0px 50px;
    padding-block: 0px;
  }
  .header {
    margin: 50px 0px 0px 0px;
  }
  .c-form-image{
    display: none;
  }
  .photo-text {
    flex-direction: column;
  }
  .photo-text__content {
    padding: 0 40px;
  }
  .photo-text__col {
    width: 100%;
    padding-bottom: 2rem;
  }
  .photo-text__col.center {
    text-align: center;
  }
  .photo-text__col.order-2 {
    order: 2;
  }
  .photo-text__col.mobile-pt {
    padding-top: 50px;
  }
  .photo-text__col.ml50 {
    margin-left: 0;
  }
  .photo-text__col-f1.mr20 {
    margin-right: 0;
  }
  .photo-text__col.margin {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .section-mt {
    margin-top: 70px;
  }
  .text-rest-mobile {
    display: inline;
  }
  .text-rest-desktop {
    display: none;
  }
  .c-baner-title {
    font-size: 1.8rem;
  }
  .c-logo img {
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: 0.5rem;
  }
  .c-baner-btn {
    padding: 0.5rem 2rem;
    min-width: 150px;
  }
  .section-gradient {
    background: none;
  }
  .section-gradient .photo-text__title.white,
  .section-gradient .photo-text__text.white {
    color: #000;
  }
  .text-right {
    text-align: left;
  }
  .form-img {
    position: relative;
    max-width: 100%;
  }
}
@media(max-width: 600px){
  .info__content-txt{
    top: 40vw;
    padding: 0px;
  }
  .info__content-flex {
    flex-wrap: wrap;
  }
  .info__content-txt h1 {
    font-size: 21px;
  }
  .info__content-flex {
    margin-block: 20px 0px;
  }
}
@media (max-width: 570px) {
  .c-baner-text {
    padding: 1rem 0;
  }
  .c-text-box {
    padding: 2rem 1rem;
  }
  .c-baner-subtitle-sm br {
    display: none;
  }
  .title__h2 {
    font-size: 1.8rem;
  }
  .photo-text__cta {
    margin: 10px 0;
  }
  .c-baner-text-box {
    padding: 0;
  }
}
@media (max-width: 525px) {
  .c-logo-line {
    display: none;
  }
  .c-logo img {
    width: 32px;
    height: 32px;
  }
  .c-salon {
    display: none;
  }
  .c-mobile-salon {
    display: block;
  }
  .c-line-wrapper {
    position: relative;
    order: 0;
  }
  .c-logo-line {
    background: #000;
  }
  .logo-hide {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .c-footer-title {
    font-size: 18px;
  }
  .c-footer-link {
    font-size: 14px;
  }
  .title__h2 {
    font-size: 1.2rem;
  }
  .photo-text__content {
    padding: 0 20px;
  }
}
@media(max-width: 400px){
  .info__content-bg {
    left: -13vw;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner {
    display: block;
  }
  .c-baner-form {
    width: 100%;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
