body {
  padding: 50px 80px;
  font-family: 'Mont', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.background .top_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
}

.background .bottom_bg {
  position: absolute;
  bottom: 165px;
  left: 0;
  width: 68.5%;
}

.btn {
  width: 424px;
  display: block;
  font-size: 20px;
  line-height: 75px;
  border: none;
  outline: none;
  color: #ffffff;
  background: #C371AB;
  cursor: pointer;
  text-align: center;
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:hover {
  background: #8C2F71;
}

.whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #C371AB;
  font-size: 20px;
  line-height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.whatsapp svg {
  margin-right: 6px;
  fill: #C371AB;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.whatsapp:hover {
  color: #8C2F71;
}

.whatsapp:hover svg {
  fill: #8C2F71;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .mobile-menu {
  display: none;
  cursor: pointer;
}

.header-menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu li {
  margin-right: 48px;
  display: block;
}

.header-menu li:last-child {
  margin-right: 0;
}

.header-menu li a {
  text-decoration: none;
  color: #000000;
  font-weight: 800;
}

.header-menu li a:hover {
  color: #C371AB;
}

.header-menu li a.whatsapp {
  font-weight: 600;
  color: #C371AB;
}

.header-menu li a.whatsapp:hover {
  color: #8C2F71;
}

.header .btn {
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
}

.header .btn:hover {
  color: #ffffff;
}

main {
  margin: 150px 0;
}

main .whatsapp {
  display: none;
}

main .mobile_text {
  display: none;
}

main .img {
  border: 20px solid #FFFFFF;
  -webkit-filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.1));
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 130px;
  background: #ffffff;
}

main .img .iframe {
  padding-top: 60%;
  position: relative;
  width: 100%;
  height: 0;
}

main .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main h1 {
  font-weight: 600;
  font-size: 58px;
  line-height: 130%;
  margin-bottom: 100px;
  margin-top: 0;
}

main h1 span {
  color: #C371AB;
}

main h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.03em;
  margin-bottom: 64px;
  margin-top: 0;
}

main p {
  margin-bottom: 64px;
}

main .form h2 {
  text-align: center;
}

main .form-block {
  width: 862px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

main .form-block_inputs {
  position: relative;
}

main .form-block_inputs label {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  z-index: 0;
}

main .form-block p {
  margin: 0;
}

main .form-block form {
  margin: 0;
  padding: 80px 130px;
}

main .form-block br {
  display: none;
}

main .form-block input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  background: transparent;
  color: #000000;
  outline: none;
  display: block;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

main .form-block textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  background: transparent;
  color: #000000;
  outline: none;
  margin-bottom: 34px;
  height: 105px;
  display: block;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

main .form-block .acceptance {
  margin-bottom: 65px;
  display: block;
}

main .form-block .acceptance input {
  display: none;
}

main .form-block .acceptance input:checked + span:after {
  content: '';
  width: 12px;
  height: 10px;
  display: block;
  background-image: url(../img/check_arrow.svg);
  position: absolute;
  top: 5px;
  left: 4px;
}

main .form-block .acceptance .wpcf7-list-item {
  margin: 0;
}

main .form-block .acceptance span.wpcf7-list-item-label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  position: relative;
  padding-left: 50px;
}

main .form-block .acceptance span.wpcf7-list-item-label br {
  display: block;
}

main .form-block .acceptance span.wpcf7-list-item-label a {
  color: #C371AB;
}

main .form-block .acceptance span.wpcf7-list-item-label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/check.svg);
  position: absolute;
  top: 0;
  left: 0;
}

main .form-block .wpcf7-spinner {
  display: none;
}

main .form-block .btn {
  margin-bottom: 0;
  border: none;
  width: 100%;
  cursor: pointer;
  width: 424px;
  font-size: 20px;
  line-height: 75px;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 0;
  background: #C371AB;
  margin: 0 auto;
}

main .form-block .btn:hover {
  background: #8C2F71;
}

main .form-block .btn.disable {
  background: #D6D6DA;
}

main .form-block .btn.disable:hover {
  background: #D6D6DA;
}

.footer {
  padding: 50px 0 0;
}

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social img {
  margin-right: 10px;
}

.footer-social span {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #000000;
}

.footer-social a {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #000000;
}

.footer-social a:hover {
  color: #C371AB;
}

.policy {
  min-height: 100vh;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.policy header {
  margin-top: 50px;
  width: 100%;
}

.policy .background .policy_bg {
  position: fixed;
  bottom: 0;
  right: 0;
}

.policy main {
  width: 1000px;
  margin: 0;
}

.policy main h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

.policy main .more {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 20px;
}

.policy main .more_read {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}

.policy main p {
  margin: 0;
}

.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  width: 100%;
}

.btns .btn {
  text-decoration: none;
  margin-right: 50px;
  cursor: pointer;
}

.btns .whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page_404 {
  min-height: 100vh;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.page_404 header {
  margin-top: 50px;
  width: 100%;
}

.page_404 main {
  margin: 0;
}

.page_404 h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
}

.page_404 .background .page_404_bg {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55%;
}

.page_404 .page_404_mobile {
  display: none;
}

@media (max-width: 1600px) {
  .footer .whatsapp {
    display: none;
  }
  .page_404 .background .page_404_bg {
    width: 45%;
  }
}

@media (max-width: 1440px) {
  body {
    padding: 50px 60px;
  }
  .btn {
    width: 360px;
    line-height: 64px;
  }
  .background .top_bg {
    top: -70px;
    right: -165px;
    width: 1050px;
  }
  .background .policy_bg {
    display: none;
  }
  .background .bottom_bg {
    bottom: 156px;
  }
  .header .btn {
    line-height: 64px;
  }
  .header-logo {
    height: 56px;
  }
  .header-menu li {
    margin-right: 30px;
  }
  .header-menu li a {
    font-size: 18px;
    line-height: 23px;
  }
  main .form-block .btn {
    width: 360px;
    line-height: 64px;
  }
  .footer-logo {
    height: 56px;
  }
  .footer-social img {
    margin-right: 8px;
  }
  .footer-social span {
    font-size: 18px;
    line-height: 23px;
  }
  .footer-social a {
    font-size: 18px;
    line-height: 23px;
  }
  .policy {
    padding: 0 60px;
  }
  .policy main .more {
    height: 150px;
  }
  .page_404 {
    padding: 0 60px;
  }
  .page_404 h1 {
    margin-bottom: 60px;
  }
  .page_404 h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .page_404 .background .page_404_bg {
    width: 45%;
    right: 40px;
  }
}

@media (max-width: 1280px) {
  body {
    padding: 40px 40px 50px;
  }
  main {
    margin-top: 80px;
  }
  main h1 {
    font-size: 48px;
  }
  main h1 br {
    display: none;
  }
  main h2 {
    font-size: 30px;
    line-height: 38px;
  }
  main p {
    font-size: 20px;
    line-height: 26px;
  }
  main .form-block {
    width: 776px;
  }
  main .form-block form {
    padding: 80px 110px;
  }
  main .form-block input, main .form-block textarea {
    font-size: 20px;
  }
  main .form-block_inputs label {
    font-size: 20px;
  }
  main .form-block .acceptance span.wpcf7-list-item-label {
    font-size: 16px;
    line-height: 20px;
  }
  main .form-block .btn {
    width: 280px;
    line-height: 46px;
    font-size: 18px;
  }
  .background .top_bg {
    display: none;
  }
  .background .bottom_bg {
    bottom: 138px;
  }
  .btn {
    width: 280px;
    line-height: 46px;
    font-size: 18px;
  }
  .header .btn {
    line-height: 46px;
    font-size: 18px;
  }
  .header-logo {
    height: 38px;
  }
  .footer-logo {
    height: 38px;
  }
  .footer-social span {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-social a {
    font-size: 16px;
    line-height: 20px;
  }
  .policy {
    padding: 0 40px;
  }
  .policy header {
    margin-top: 40px;
  }
  .policy main .more {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .btns {
    margin-bottom: 40px;
  }
  .page_404 {
    padding: 0 40px;
  }
  .page_404 h1 {
    margin-bottom: 50px;
    font-size: 48px;
  }
  .page_404 header {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  body {
    padding: 40px 20px;
  }
  .whatsapp {
    font-size: 16px;
    line-height: 20px;
  }
  .background .bottom_bg {
    display: none;
  }
  .header-logo {
    height: 43px;
  }
  .header .header-menu {
    display: none;
    position: fixed;
    background: rgba(163, 165, 175, 0.9);
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .header .header-menu .btn {
    display: none;
  }
  .header .header-menu .whatsapp {
    display: none;
  }
  .header .header-menu li {
    margin: 0;
    padding: 0 40px 0 20px;
  }
  .header .header-menu li:first-child {
    margin-top: 90px;
  }
  .header .header-menu li a {
    font-size: 22px;
    line-height: 80px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
  }
  .header .header-menu li a:before {
    content: '';
    position: absolute;
    height: 31px;
    width: 31px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
        -ms-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
    -webkit-box-shadow: -2px 5px 25px rgba(0, 0, 0, 0.18);
            box-shadow: -2px 5px 25px rgba(0, 0, 0, 0.18);
    background: #ffffff;
  }
  .header .header-menu li a:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 17px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath d='M6.98274 12.8815L12.7726 6.90392L6.98274 0.92675L7.00465 0.904144L11.5144 0.904144L17.3262 6.90346L11.5139 12.9041L7.00465 12.9041L6.98274 12.8815Z' fill='%23C371AB'/%3E%3Cpath d='M0.325511 12.8815L6.11559 6.90392L0.325512 0.92675L0.347414 0.904144L4.85718 0.904144L10.6689 6.90346L4.85673 12.9041L0.347414 12.9041L0.325511 12.8815Z' fill='%23C371AB'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .header .mobile-menu {
    display: block;
  }
  .header .mobile-menu .open {
    display: block;
  }
  .header .mobile-menu .close {
    display: none;
  }
  body.menu_open {
    overflow: hidden;
  }
  body.menu_open .header-menu {
    display: block;
  }
  body.menu_open .header .mobile-menu {
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 10;
  }
  body.menu_open .header .mobile-menu .open {
    display: none;
  }
  body.menu_open .header .mobile-menu .close {
    display: block;
  }
  main {
    margin: 50px 0;
  }
  main .whatsapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  main h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
  }
  main h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  main p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  main .img {
    margin-bottom: 40px;
  }
  main .form-block {
    max-width: 500px;
    width: 100%;
  }
  main .form-block form {
    padding: 40px 20px;
  }
  main .form-block input, main .form-block textarea {
    font-size: 16px;
    margin-bottom: 40px;
  }
  main .form-block_inputs label {
    font-size: 16px;
  }
  main .form-block .acceptance {
    margin-bottom: 40px;
  }
  main .form-block .acceptance span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
  }
  main .form-block .acceptance span.wpcf7-list-item-label br {
    display: none;
  }
  main .form-block .btn {
    width: 100%;
    max-width: 335px;
    line-height: 56px;
    font-size: 16px;
  }
  .footer {
    position: relative;
  }
  .footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 1px;
    background: #000000;
  }
  .footer .container {
    display: block;
  }
  .footer-logo {
    display: none;
  }
  .footer-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    font-weight: 800;
  }
  .footer-social img {
    margin-right: 16px;
  }
  .footer-social span {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-social a {
    font-size: 16px;
    line-height: 20px;
  }
  .policy {
    padding: 0 20px;
  }
  .policy main {
    width: 100%;
  }
  .policy main h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .policy main .more {
    height: 418px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .policy main .more_read {
    font-size: 16px;
    line-height: 21px;
  }
  .btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btns .whatsapp {
    display: none;
  }
  .btns .btn {
    margin-right: 0;
    line-height: 56px;
    max-width: 335px;
  }
  .page_404 {
    padding: 0 20px;
  }
  .page_404 h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .page_404 h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .page_404 .btns {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page_404 .btns .whatsapp {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .page_404 h1 {
    margin-top: 20px;
  }
  .page_404 h2 {
    margin-bottom: 30px;
  }
  .page_404 h2 br {
    display: none;
  }
  .page_404 .background .page_404_bg {
    display: none;
  }
  .page_404 .page_404_mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  main .mobile_text {
    display: block;
  }
}

@media (max-width: 375px) {
  main h1 span {
    display: block;
  }
}
