html,body{
  padding:0;
  font-size: 18px;
  font-family: 'AudiType', Arial;
  margin:0 auto;
  max-width: 1920px;
  overflow-x: hidden;
}
*::after,*::before,*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5{
  font-size: inherit;
  margin:0;
}
img,video{
  max-width: 100%;
}
.show__more{
  color:red;
  font-weight: bold;
  cursor: pointer;
}
.text-center{
  text-align: center;
}
.no-center{
  text-align: left;
}

.baner{
  position: relative;
}
.baner__content{
  position: absolute;
  left:3vw;
  top:3vw;
}
.baner__content h1{
  font-size:2vw;
  color:#ffffff;
  font-weight: 800;
}

.container{
  max-width: 1440px;
  margin:0 auto;
}
.header.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__item-title{
  max-width: 65%;
  margin-right:5%;
  width: 100%;
}
.header__item-button{
  max-width: 30%;
  width: 100%;
  text-align: left;
}
.header__container-small{
  max-width: 1100px;
  margin:0 auto;
}
.header__big{
  margin:60px 0 50px 0;
  text-align: center;
}
.header__big-title{
  font-size:66px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
}
.header__big p{
  font-size:16px;
  font-weight: 500;
}
.header__btn{
  display: inline-block;
  border:1px solid #000000;
  color:#000;
  background-color: #ffffff;
  font-size:16px;
  min-width:255px;
  padding:17px 25px;
  margin:15px 0;
  text-align: center;
  transition: all 0.6s;
  cursor: pointer;
}
.header__btn:hover{
  color:#4c4c4c;
  border:1px solid #4c4c4c;
}

.header{
  margin:100px 0 50px 0;
  text-align: center;
}
.header__title{
  font-size:42px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
}
.header__form{
  font-size:30px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
}
.header p{
  font-size:16px;
  font-weight: 500;
}

.photoText{
  display: flex;
  align-items: center;
  padding:96px 0;
}
.photoText__content{
  margin:66px;
  max-width: 600px;
}
.photoText__content-header{
  font-size:42px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
}
.photoText__content-text{
  font-size:16px;
  font-weight: 500;
}
.photoText__content-text small{
  font-size:13px;
  font-weight: 400;
}
.photoText__content-btn{
  display: inline-block;
  border:1px solid #000000;
  color:#000;
  background-color: #ffffff;
  font-size:16px;
  min-width:255px;
  padding:17px 25px;
  margin:15px 0;
  text-align: center;
}
.photoText__content-btn:hover{
  color:#4c4c4c;
  border:1px solid #4c4c4c;
}

.photoTextBig{
  display: flex;
  margin:100px 0;
}
.photoTextBig__content{
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}
.photoTextBig__content-text{
  padding:0 76px;
  max-width: 640px;
}
.photoTextBig__content-text{
  font-size:16px;
  font-weight: 500;
}

.form__wrapper {
  margin: 100px 0 150px 0;
}
.form__wrapper .header__big {
  margin-bottom: 80px;
}

.form__inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 12% 1.5rem 12%;

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

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

.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 {
  border: 1px solid rgba(0,0,0,.2);
  height: auto;
  height: 34px;
  padding-left: 14px;
  padding-right: 20px;
  font-size: 13px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 100%;
}
.form__input input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  padding: 10px;
}
.form__input input::placeholder{
  font-family: "AudiType";
}

.form__accepts {
  margin: 0 12% 1.5rem 12%;
}
@media (max-width: 768px) {
  .form__accepts {
    margin: 0 0;
  }
}

.form__btn {
  display: inline-block;
  padding:20px 30px;
  background-color: #000000;
  color:#ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border:1px solid #000000;
  transition: all 0.6s;
}
.form__btn:hover{
  background-color: #fff;
  color:#000000;
}

/* 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: #000;
}

.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:1600px){
  .header__big-title {
    font-size: 52px;
  }
  .header__title {
    font-size: 34px;
  }
  .header {
    margin: 80px 0 40px 0;
  }
  .container{
    margin:0 80px;
  }
}

@media(max-width:1440px){
  .header__big-title {
    font-size: 42px;
  }
  .header__title {
    font-size: 30px;
  }
  .header {
    margin: 60px 0 30px 0;
  }
  .container{
    margin:0 60px;
  }
  .photoText {
    padding: 50px 0;
  }
  .photoText__content-header {
    font-size: 32px;
  }
  .photoText__content {
    margin: 45px;
    max-width: 450px;
  }
  .photoTextBig__content-text {
    padding: 0 36px;
    max-width: 847px;
  }
}

@media(max-width:1150px){
  .header__big-title {
    font-size: 34px;
  }
  .header__title {
    font-size: 26px;
  }
  .header {
    margin: 40px 0 30px 0;
  }
  .container{
    margin:0 40px;
  }
  .photoText {
    padding: 40px 0;
  }
  .photoText__content-header {
    font-size: 26px;
  }
  .photoText__content {
    margin:25px 35px;
    max-width: 450px;
  }
  .photoTextBig__content-text {
    padding: 0 36px;
    max-width: 847px;
  }
  .header__form{
    font-size:24px;
  }
}

@media(max-width:960px){
  .header__item-button{
    text-align: center;
  }
  .header.flex{
    display: block;
  }
  .header__item-title{
    max-width: 100%;
    margin-right:0%;
  }
  .header__item-button{
    max-width: 100%;
  }
  .header__big-title {
    font-size: 28px;
  }
  .header__title {
    font-size: 20px;
  }
  .photoText {
    max-width: 730px;
    margin:0 auto;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .photoText:nth-of-type(even) {
    flex-wrap: wrap-reverse;
  }
  .photoText__content-header {
    font-size: 26px;
  }
  .photoText__content {
    margin:25px 35px;
    max-width: 100%;
  }
  .photoTextBig__content-text {
    padding: 20px 36px;
    max-width: 100%;
  }
  .photoTextBig{
    display: block;
    margin:60px 0;
  }
  .header__form{
    font-size:20px;
  }
  .baner__content{
    position: relative;
    left:auto;
    top:auto;
    margin:30px;
    text-align: center;
  }
  .baner__content h1 {
    font-size: 24px;
    color:#000;
  }
}
@media(max-width:768px){
  .header__form br{
    display: none;
  }
  .header__big-title br{
    display: none;
  }
  .btn-mg {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .photoText__content {
    margin:25px 0px;
  }
  .photoTextBig__content-text {
    padding: 20px;
  }
  .container{
    margin:0 30px;
  }
  .photoText__content-header {
    font-size: 24px;
  }
  .photoTextBig{
    display: block;
    margin:40px 0;
  }
}
@media(max-width:450px){
  .baner__content h1 br{
    display: none;
  }
}
@media(max-width:400px){
  .photoText__content-header {
    font-size: 19px;
  }
  .header__big-title {
    font-size: 21px;
  }
  .baner__content h1 {
    font-size: 20px;
  }
}
