html,body{
  padding:0;
  font-size: 18px;
  font-family: 'VWHead', Arial;
  margin:0 auto;
  max-width: 1920px;
  overflow-x: hidden;
  color:#001E50;
}
*::after,*::before,*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5{
  font-size: inherit;
  margin:0;
}
img{
  max-width: 100%;
}
video{
  max-width: 100%;
}
.show__more{
  color:#00A2E8;
  font-weight: bold;
  cursor: pointer;
}
a{
  color:#00A2E8;
}
.baner{
  display: flex;
  position: relative;
}

.modelInfo{
  position: relative;
}
.modelInfo::before{
  position: absolute;
  left:0px;
  top:0px;
  content:'';
  width: 5.781vw;
  height: 350px;
  background-color: #469FDA;
  z-index: 0;
}
.modelInfo__container{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding:90px 0 0 5.781vw;
}
.modelInfo__container-elem {
  font-size: 17px;
  font-weight: 200;
  margin: 0 auto;
  padding:10px 20px;
}
.modelInfo__container-elem strong {
  font-size: 28px;
}

.content__car{
  max-width: 50vw;
  width: 100%;
  position: relative;
}
.content__car-image{
  display: inline-block;
  position: relative;
  left:-7.292vw;
  z-index: 2;
  transition: left 0.8s;
}
.content:hover .content__car-image{
  left:20vw;
}

.content{
  padding-bottom: 6.250vw;
}
.content__flex{
  position: relative;
  display: flex;
  align-items: center;
  margin-top:-140px;
}
.content__flex-block{
  content:'';
  display: block;
  max-width: 50vw;
  width: 100%;
  min-height: 286px;
  background-color: #79C1D6;
}
.content__flex-text{
  max-width: 608px;
  margin:20px 30px 20px 130px;
}
.content__flex-text h2{
  font-size:42px;
  font-weight: 200;
}
.content__flex-elem{
  position: absolute;
  bottom: -34px;
  right: 9.896vw;
  display: flex;
  align-items: center;
}
.content__flex-button{
  display: inline-block;
  background-color: #79C1D6;
  border-radius: 53px;
  padding:23px 60px;
  color:#ffffff;
  margin-left:20px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.55s;
}
.content__flex-elem:hover .content__flex-button{
  background-color: #CD2C58;
}
.content__flex-elem svg path{
  transition: fill 0.55s;
}
.content__flex-elem:hover svg path{
  fill: #CD2C58;
}

.photoText{
  position: relative;
}
.photoText__elem{
  display: flex;
  align-items: center;
}
.photoText__elem.bg-blue{
  background-color: #001E50;
  color:#ffffff;
}
.photoText__elem.bg-blue p{
  font-size:24px;
}
.photoText__elem:hover .photoText__elem-image .light{
  opacity: 0;
}
.photoText__elem:hover .photoText__elem-image .dark{
  opacity: 1;
}
.photoText__elem-image{
  position: relative;
  max-width: 960px;
  width: 100%;
  display: flex;
}
.photoText__elem-image img{
  transition: opacity 0.4s;
}
.photoText__elem-image .light{
  opacity: 1;
}
.photoText__elem-image .dark{
  position: absolute;
  top:0px;
  left:0px;
  opacity: 0;
}
.photoText__elem-content{
  position: relative;
  max-width: 950px;
  width: 100%;
  padding:0 120px;
}
.photoText__elem-content p{
  max-width: 680px;
  width: 100%;
  font-size:32px;
  font-weight: 400;
}
.block-upright, .block-horizontally{
  position: relative;
}
.photoText__stamp{
  position: absolute;
  top:35%;
  left: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.photoText__stamp img{
  position: relative;
  z-index: 4;
  max-width: 18.229vw;
}
.block-upright::before{
  display: block;
  position: absolute;
  content:url('../images/block-upright.svg');
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 69px;
  height: 300px;
  overflow: hidden;
}
.block-horizontally::before{
  display: block;
  position: absolute;
  content:url('../images/block-horizontally.svg');
  left: 0px;
  top: 0px;
  z-index: 3;
}

.video{
  position: relative;
  display: flex;
  justify-content: center;
  margin:6.250vw 0 3.906vw 0;
}
.video__play{
  position: absolute;
  top:0px;
  left:0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__play svg{
  cursor: pointer;
}
.video:hover .video__bg{
  opacity: 0;
  z-index: -1;
}
.video__bg{
  position: absolute;
  top:0px;
  left:0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 9;
  background-color: #ffffff;
  transition: opacity 0.6s, z-index 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__bg{
  background: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding:50px 0;
  background-position: center;
}
.form__popup-wrapper {
  margin: 50px 40px;
  color:#ffffff;
}
.form__wrapper {
  max-width: 1100px;
  margin: 0px auto 0 auto;
  color:#ffffff;
}
@media(max-width:1200px){
  .form__wrapper {
    margin: 0px 50px 0 50px;
  }
}
@media(max-width:960px){
  .form__wrapper {
    margin: 0px 30px 0 30px;
  }
}
@media(max-width:768px){
  .form__wrapper {
    margin: 0px 20px 0 20px;
  }
}
.form__title {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  color:#ffffff;
  margin:0 20px 35px 20px;
}
.form__title span{
  font-weight: 200;
  font-size: 28px;
}
@media (max-width: 1600px) {
  .form__title {
    font-size: 30px;
  }
  .form__title span{
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .form__title {
    font-size: 26px;
  }
  .form__title span{
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .form__title span{
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .form__title {
    font-size: 24px;
  }
  .form__title span{
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .form__title {
    font-size: 22px;
  }
  .form__title span{
    font-size: 18px;
  }
}

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

.form__subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin:0 0 50px 0;
}
@media (max-width: 1600px) {
  .form__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .form__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .form__subtitle {
    font-size: 18px;
  }
}

.form__inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}
@media(max-width:960px){
  .form__inputs {
    margin: 0 0%;
  }
}

.form__input {
  width: calc(100% / 4 - 15px);
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .form__input {
    width: calc(100% / 2 - 15px);
  }
}
@media (max-width: 768px) {
  .form__input {
    width: 100%;
  }
}

.form__input label{
  font-size:14px;
  padding-bottom: 5px;
}

.form__input-header{
  font-size:20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.radio__wrap{
  display: flex;
  align-items: center;
  font-size:20px;
  font-weight: 500;
}
.radio__wrap input{
  margin-right:15px;
}

.form__input input,.form__input select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.35);
  background-color: transparent;
  padding: 10px;
  border-radius: 25px;
  color:#ffffff;
  outline:0px;
  font-size:14px;
  font-family: 'VWHead', Arial;
}
.form__input select option{
  color:#000000;
}
textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.35);
  background-color: transparent;
  border-radius: 25px;
  padding: 10px;
  color:#ffffff;
  outline:0px;
  font-size:14px;
  font-family: 'VWHead', Arial;
}
textarea::placeholder {
  color:#ffffff;
  font-size:14px;
  font-family: 'VWHead', Arial;
}
.input__header{
  margin:30px 0;
  font-size:24px;
  color:#ffffff;
}
.width-100{
  width: 100%;
}
.form__input input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  padding: 10px;
}
.form__input input::placeholder{
  font-family: 'VWHead', Arial;
  color:#ffffff;
  font-size:18px;
}

.form__btn {
  display: inline-block;
  padding:13px 4em;
  background-color: #ffffff;
  color:#001E50;
  font-size: 19px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.6s;
  margin-top:20px;
  border-radius: 25px;
}
.form__btn:hover{
  background-color: #00B0F0;
  color:#ffffff;
}

/* Main Classes */
.contact-form__rights-checkbox[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #808080;
  content: "";
  background: #fff;
}

.contact-form__rights-checkbox[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3 #dcddde #dcddde #b3b3b3;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form__rights-checkbox[type="checkbox"]:checked:after {
  background-color: #00A2E8;
}

.contact-form__rights-checkbox[type="checkbox"]:disabled:after {
  -webkit-filter: opacity(0.4);
}

/* Large checkboxes */
.contact-form__rights-checkbox.large {
  height: 22px;
  width: 22px;
}

.contact-form__rights-checkbox.large[type="checkbox"]:before {
  width: 20px;
  height: 20px;
}

.contact-form__rights-checkbox.large[type="checkbox"]:after {
  top: -20px;
  width: 16px;
  height: 16px;
}

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

@media(max-width:1440px){
  .content__flex-text {
    margin: 20px 30px 20px 70px;
  }
  .content__flex-text h2 {
    font-size: 32px;
    font-weight: 200;
  }
  .content__flex-button {
    padding: 20px 50px;
  }
  .content__flex-block {
    min-height: 200px;
  }
  .block-horizontally::before {
    height: 100px;
    overflow: hidden;
  }
  .photoText__elem-content p {
    font-size: 24px;
  }
  .photoText__elem.bg-blue p {
    font-size: 20px;
  }
  .photoText__elem-content {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 80px 0 40px;
  }
}

@media(max-width:1100px){
  .content__flex-text h2 {
    font-size: 28px;
  }
  .video__play svg{
    width: 120px;
    height: auto;
  }
}

@media(max-width:960px){
  .content__flex {
    display: block;
    margin-top: -140px;
  }
  .content__flex-elem {
    position: relative;
    bottom: auto;
    right: auto;
    margin:0 30px;
  }
  .content__flex-text {
    margin: 40px 30px;
  }
  .content__flex-block {
    max-width: 100%;
  }
  .content__car {
    max-width: 100%;
  }
  .content__car-image {
    display: block;
    text-align: center;
    left:auto;
  }
  .content:hover .content__car-image {
    left: auto;
  }
  .block-upright::before {
    display: none;
  }
  .photoText__elem {
    flex-wrap:wrap;
  }
  .photoText__elem:nth-child(even) {
    flex-wrap:wrap-reverse;
  }
  .photoText__elem-content p {
    max-width: 100%;
    width: 100%;
  }
  .photoText__elem-content {
    padding:60px 30px;
  }
  .photoText__stamp {
    top: 0px;
    left: 30px;
  }
  .photoText__stamp img {
    max-width: 20.833vw;
  }
  .modelInfo__container {
    padding: 50px 0 0 5.781vw;
  }
}

@media(max-width:650px){
  .block-horizontally::before {
    height: 50px;
  }
  .photoText__elem-content {
    padding:20px 30px;
  }
  .photoText__elem-content p {
    font-size: 22px;
  }
  .photoText__elem.bg-blue p {
    font-size: 18px;
  }
  .content__flex-block {
    min-height: 100px;
  }
  .content__flex {
    display: block;
    margin-top: -100px;
  }
  .modelInfo__container {
    padding: 20px 0 0 5.781vw;
  }
  .photoText__stamp img {
    max-width: 135px;
  }
  .photoText__stamp {
    top: 10px;
    left: 10px;
  }
  .video__play svg{
    width: 60px;
  }
}

@media(max-width:450px){
  .content__flex-text h2 {
    font-size: 24px;
  }
  .content__flex-button {
    padding: 16px 40px;
    margin-left: 10px;
    font-size:14px;
  }
  .content__flex-elem svg{
    width: 60px;
    height: auto;
  }
  .photoText__stamp img {
    max-width: 120px;
  }
}
