* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --dark: #1d1d1d;
  --light1: #efe6df;
  --light2: #f9f4f0;
  --gold1: #8e8161;
  --gold2: #72684f;
  --grey1: #c6c6c6;
  --grey2: #7b7b7b;
}

.c_wh {
  color: var(--white);
}

.c_grey1 {
  color: var(--grey1);
}

.c_grey2 {
  color: var(--grey2);
}

.c_dark {
  color: var(--dark);
}

.c_gold {
  color: var(--gold1);
}

.c_gold2 {
  color: var(--gold2);
}

.c_light1 {
  color: var(--light1);
}

.c_light2 {
  color: var(--light2);
}

.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bg_wh {
  background-color: var(--white);
}

.bg_dark {
  background-color: var(--dark);
}

.bg_gold1 {
  background-color: var(--gold1);
}

.bg_gold2 {
  background-color: var(--gold2);
}

.bg_grey1 {
  background-color: var(--grey1);
}

.bg_grey2 {
  background-color: var(--grey2);
}

.bg_light1 {
  background-color: var(--light1);
}

.bg_light2 {
  background-color: var(--light2);
}

a.link_hover:hover {
  color: var(--gold2);
}

body,
html {
  scrollbar-color: var(--gold1) var(--grey1);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Raleway", sans-serif;
  color: var(--dark);
  background-color: var(--light2);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  overflow: visible;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--grey1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gold1);
}

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

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Raleway", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  position: relative;
}

span.btn,
a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Raleway", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  height: 40px;
  width: 175px;
  position: relative;
  border-radius: 5px;
  color: var(--white);
  background: var(--gold1);
  overflow: hidden;
}
span.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: var(--gold2);
}
span.btn:active,
a.btn:active,
button.btn:active {
  background-color: var(--dark);
}
span.btn.btn_dark,
a.btn.btn_dark,
button.btn.btn_dark {
  background-color: var(--dark);
}
span.btn.btn_dark:hover,
a.btn.btn_dark:hover,
button.btn.btn_dark:hover {
  background-color: var(--gold2);
}
span.btn.btn_dark:active,
a.btn.btn_dark:active,
button.btn.btn_dark:active {
  background-color: var(--gold1);
}
span.btn.btn_tr,
a.btn.btn_tr,
button.btn.btn_tr {
  color: var(--dark);
  border: 1px solid var(--dark);
  background-color: transparent;
}
span.btn.btn_tr:hover,
a.btn.btn_tr:hover,
button.btn.btn_tr:hover {
  background-color: var(--gold2);
  border-color: var(--gold2);
  color: var(--white);
}
span.btn.btn_tr:hover path,
a.btn.btn_tr:hover path,
button.btn.btn_tr:hover path {
  fill: var(--white);
}
span.btn.btn_tr:active,
a.btn.btn_tr:active,
button.btn.btn_tr:active {
  background-color: var(--dark);
  color: var(--white);
}
span.btn.btn_tr:active path,
a.btn.btn_tr:active path,
button.btn.btn_tr:active path {
  fill: var(--white);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 0;
}
.header.header_fixed {
  background-color: var(--light2);
}
.header.header_about {
  background-color: var(--light2);
}

.custom-logo-link {
  width: 133px;
  display: block;
  margin: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.logo_line {
  width: 120px;
  height: 1px;
  background-color: var(--dark);
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__menu .nav__item {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__menu .nav__item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0;
  color: var(--dark);
  position: relative;
  display: block;
  padding: 4px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.nav__menu .nav__item a:hover {
  opacity: 0.6;
}
.nav__menu .nav__item.current-menu-item > a {
  opacity: 0.6;
}

.menu__social a {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}
.menu__social a:hover path {
  fill: var(--dark);
}

.menu__burger {
  display: none;
  width: 30px;
  display: block;
  padding: 3px;
  margin-left: 10px;
}
.menu__burger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--gold1);
  margin-bottom: 6px;
  pointer-events: none;
}
.menu__burger span:last-child {
  margin-bottom: 0;
}

.heart_inner {
  fill: transparent;
}

.casting svg {
  width: 20px;
  height: 20px;
}
.casting.active svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--gold2);
}
.casting:hover {
  color: var(--gold2);
  text-decoration: underline;
}
.casting:hover svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--gold2);
}

@media screen and (max-width: 1199px) {
  .nav__menu .nav__item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header__top {
    padding: 10px 0;
  }
  .header {
    border-bottom: none;
  }
  .nav__menu .nav__item:first-child::before,
  .nav__menu .nav__item::after {
    display: none;
  }
  .nav {
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 12px;
    z-index: 999999;
    right: -450px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: var(--light2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 100px;
    overflow-y: auto;
    padding-top: 0;
    margin: 0;
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    margin-bottom: 155px;
    padding: 10px 0;
    position: relative;
  }
  .nav .nav__row .custom-logo-link {
    width: 76px;
  }
  .nav .menu__close {
    width: 32px;
    height: 32px;
    background: url(../img/icon_close_gold.svg) no-repeat center;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    width: 100%;
    display: block;
    margin-bottom: 155px;
  }
  .nav .lang {
    margin-bottom: 30px;
  }
  .nav .lang li {
    margin: 0 10px;
  }
  .menu__burger {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .nav .nav__item {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 8px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav .nav__item a {
    font-size: 24px;
    position: relative;
  }
}
.title_1 {
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.title_2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
}

.title_2m {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

.title_3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title_4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.02em;
}

.text_btn {
  font-size: 24px;
  font-weight: 500;
  line-height: 150.5%; /* 36.12px */
  text-transform: uppercase;
}

.text_1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text_1m {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  font-family: "Manrope", sans-serif;
}

.text_2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.text_2m {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
}

.text_3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.text_3m {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
}

.text_4 {
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: 0.2em;
}

.text_5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}

.section__title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
}

.text__content a {
  color: var(--grey);
}
.text__content a:hover {
  color: var(--blue);
}
.text__content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 1em;
}
.text__content h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 1em;
}
.text__content ul li {
  padding-left: 30px;
  position: relative;
}
.text__content ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--dark);
  position: absolute;
  left: 12px;
  top: 0.7em;
}
.text__content.text_1 p,
.text__content.text_1 li {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1em;
}
.text__content.text_1 p b,
.text__content.text_1 p strong,
.text__content.text_1 li b,
.text__content.text_1 li strong {
  font-weight: 600;
}
.text__content.text_2 p,
.text__content.text_2 li {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1em;
}
.text__content.text_2 p b,
.text__content.text_2 p strong,
.text__content.text_2 li b,
.text__content.text_2 li strong {
  font-weight: 500;
}
.text__content.text_3 p,
.text__content.text_3 li {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1em;
}
.text__content.text_3 p b,
.text__content.text_3 p strong,
.text__content.text_3 li b,
.text__content.text_3 li strong {
  font-weight: 500;
}
.text__content.text_4 p,
.text__content.text_4 li {
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.text__content.text_4 p b,
.text__content.text_4 p strong,
.text__content.text_4 li b,
.text__content.text_4 li strong {
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .title_1 {
    font-size: 48px;
  }
  section.pt_100 {
    padding-top: 80px;
  }
  section.pb_100 {
    padding-bottom: 80px;
  }
  section.pt_50 {
    padding-top: 40px;
  }
  section.pb_50 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  section.pt_100 {
    padding-top: 70px;
  }
  section.pb_100 {
    padding-bottom: 70px;
  }
  section.pt_50 {
    padding-top: 35px;
  }
  section.pb_50 {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .text__content h1,
  .title_1 {
    font-size: 42px;
  }
  .text__content h2,
  .title_2 {
    font-size: 28px;
  }
  .text__content h3,
  .title_3 {
    font-size: 22px;
  }
  .custom-logo-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .text__content h1,
  .title_1 {
    font-size: 36px;
  }
  .text__content h3,
  .title_3 {
    font-size: 18px;
  }
  .text_btn {
    font-size: 20px;
  }
  .text__content.text_1 p,
  .text__content.text_1 li,
  .text_1,
  .text_1m {
    font-size: 16px;
  }
  .text__content.text_2 p,
  .text__content.text_2 li,
  .text_2,
  .text_2m {
    font-size: 14px;
  }
  .text_5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .custom-logo-link {
    width: 80px;
  }
  .text__content h1,
  .title_1 {
    font-size: 32px;
  }
  .text__content h2,
  .title_2,
  .section__title {
    font-size: 28px;
  }
  .custom-logo-link {
    width: 76px;
  }
}
.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 16px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 32px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  background-color: transparent;
  border: 1px solid var(--dark);
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--dark);
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: var(--grey2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: var(--grey2);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: var(--grey2);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: var(--grey2);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: var(--grey2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input.order__input_message {
  height: 100px;
  padding-top: 17px;
  padding-left: 32px;
}
.form__wrap .accept__group input {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid var(--dark);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form__wrap .accept__group input:checked {
  background: url(../img/check_input.svg) no-repeat center;
}
.form__wrap .accept__group span {
  display: block;
}
.form__wrap .accept__group .wpcf7-list-item {
  margin: 0;
}
.form__wrap .accept__group p a {
  text-decoration: underline;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
}

.head__section {
  padding-top: 120px;
}
.head__section .offer {
  padding-top: 100px;
  position: relative;
}
.head__section .offer h1 {
  position: relative;
  margin-bottom: 390px;
}
.head__section .offer h1 img {
  max-width: 100%;
}
.head__section .offer h1 span {
  position: relative;
  display: block;
  margin-top: 20px;
  line-height: 1.4em;
}
.head__section .offer h1:before {
  content: "";
  display: block;
  width: 118px;
  height: 118px;
  background-color: #dbd2bd;
  border-radius: 50%;
  position: absolute;
  left: -43px;
  bottom: -46px;
}
.head__section .offer .offer__label {
  position: absolute;
  bottom: 52px;
  right: 230px;
  max-width: 410px;
}
.head__section .offer .head__nav .head__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head__section .offer .head__nav .head__arrow.head__arrow_left {
  margin-right: 30px;
}
.head__section .offer .head__slider {
  width: 955px;
  height: 640px;
  position: absolute;
  bottom: 0;
  left: 31%;
  overflow: hidden;
}
.head__section .offer .head__slider .head__slide {
  position: absolute;
  width: 265px;
  left: calc(100% - 265px);
  top: 84px;
  z-index: 0;
  opacity: 0;
}
.head__section .offer .head__slider .head__slide img {
  width: 100%;
  height: auto;
}
.head__section .offer .head__slider .head__slide.prev_slide {
  width: 225px;
  left: 0;
  top: 350px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  opacity: 1;
}
.head__section .offer .head__slider .head__slide.prev2_slide {
  top: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  width: 225px;
}
.head__section .offer .head__slider .head__slide.active_slide {
  width: 410px;
  left: 255px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  opacity: 1;
}
.head__section .offer .head__slider .head__slide.next_slide {
  width: 265px;
  left: calc(100% - 265px);
  top: 84px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  opacity: 1;
}

@media screen and (max-width: 1439px) {
  .head__section {
    padding-top: 120px;
  }
  .head__section .offer h1 {
    margin-bottom: 360px;
  }
  .head__section .offer h1 img {
    width: 500px;
  }
  .head__section .offer .head__slider {
    width: 815px;
    height: 540px;
  }
  .head__section .offer {
    padding-top: 0;
  }
  .head__section .offer .head__slider .head__slide.prev_slide {
    width: 180px;
    top: 310px;
  }
  .head__section .offer .head__slider .head__slide.active_slide {
    width: 380px;
    left: 200px;
  }
  .head__section .offer .head__slider .head__slide.next_slide {
    width: 215px;
    left: calc(100% - 215px);
  }
  .head__section .offer h1 span {
    margin-top: 10px;
  }
  .head__section .offer .offer__label {
    position: absolute;
    bottom: 1px;
    right: 209px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .offer h1 {
    margin-bottom: 300px;
  }
  .head__section .offer h1:before {
    width: 90px;
    height: 90px;
    left: -30px;
    bottom: -25px;
  }
  .head__section .offer h1 img {
    width: 400px;
  }
  .head__section .offer .head__slider {
    width: 668px;
    height: 450px;
  }
  .head__section .offer .head__slider .head__slide.prev_slide {
    width: 150px;
    top: 255px;
  }
  .head__section .offer .head__slider .head__slide.active_slide {
    width: 308px;
    left: 165px;
  }
  .head__section .offer .head__slider .head__slide.next_slide {
    width: 180px;
    left: calc(100% - 180px);
  }
  .head__section .offer .offer__label {
    right: 175px;
  }
}
@media screen and (max-width: 991px) {
  .head__section .offer h1 {
    margin-bottom: 70px;
  }
  .head__section .offer h1 span {
    padding-left: 20px;
  }
  .head__section .offer h1:before {
    width: 54px;
    height: 54px;
    left: 0;
    bottom: -7px;
  }
  .head__section {
    overflow: hidden;
  }
  .head__section .offer .head__slider {
    width: 631px;
    height: 462px;
    position: relative;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-46%);
            transform: translate(-46%);
  }
  .head__section .offer .head__slider .head__slide.prev_slide {
    width: 137px;
    top: 285px;
  }
  .head__section .offer .head__slider .head__slide.active_slide {
    width: 288px;
    left: 145px;
  }
  .head__section .offer .head__slider .head__slide.next_slide {
    width: 190px;
    left: calc(100% - 190px);
  }
  .head__section .offer .offer__label {
    right: 50%;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    width: 288px;
    bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .form__wrap .input__group .order__input.order__input_message {
    padding-left: 14px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .head__section .offer h1 span {
    font-size: 20px;
  }
  .head__section .offer h1:before {
    bottom: -12px;
  }
}
.models .models__item {
  margin-bottom: 60px;
}
.models .models__item .models__img {
  position: relative;
}
.models .models__item .models__img img {
  width: 100%;
  height: auto;
}
.models .models__item .models__img .models__label {
  top: 65px;
  left: 0;
  width: 66px;
  height: 39px;
}
.models .models__item .models__img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.models .models__item .models__img .overlay .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.models .models__item .models__img .overlay .info__list li {
  margin: 0 8px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.models .models__item .models__img .overlay .info__list li p {
  font-family: Manrope;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.models .models__item .models__img:hover .overlay {
  opacity: 1;
}
.models .models__item .models__btn {
  width: 30px;
  height: 30px;
}
.models .models__item .models__btn svg {
  width: 30px;
  height: 30px;
}

.to__casting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.to__casting > * {
  pointer-events: none;
}
.to__casting.favorite, .to__casting:hover {
  color: var(--gold2);
}
.to__casting.favorite svg path, .to__casting:hover svg path {
  fill: var(--gold2);
}

.footer .footer__line {
  height: 1px;
  width: 100%;
}
.footer .footer__logo {
  width: 185px;
  display: block;
}
.footer .footer__logo img {
  width: 100%;
  height: auto;
}
.footer .footer__social a {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}
.footer .footer__social a:hover path {
  fill: var(--dark);
}

@media screen and (max-width: 991px) {
  .models.pt_100 {
    padding-top: 80px;
  }
  .models .models__item .models__img .models__label {
    font-size: 16px;
    top: 36px;
    width: 42px;
    height: 25px;
  }
  .models .models__item .models__img .overlay {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__social {
    padding: 20px 0;
  }
  .footer .footer__logo {
    margin: 0 auto;
  }
  .footer .link_booking {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .models .models__item {
    margin-bottom: 30px;
  }
  .models .models__item .models__img {
    margin-bottom: 8px;
  }
  .models .models__item .models__btn {
    width: 24px;
    height: 24px;
  }
}
.contact .contact_item .contact_icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  margin-right: 12px;
}
.contact .contact_item .contact_icon svg {
  width: 100%;
  height: auto;
}
.contact .contact_item a hover path {
  fill: var(--gold2);
}
.contact .form__wrap .btn {
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact .form__wrap .btn {
    height: 40px;
    font-size: 20px;
    font-weight: 500;
  }
  .contact .text_1m {
    font-size: 20px;
  }
  .contact .subtitle {
    margin-bottom: 30px;
  }
}
.model .model__nav a:hover path {
  stroke: var(--gold2);
}
.model .model__catalog {
  width: 300px;
  height: 56px;
  font-size: 20px;
}
.model .to__casting {
  width: 50px;
  height: 50px;
  margin-left: 34px;
}
.model .to__casting svg {
  width: 100%;
  height: auto;
}
.model .info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.model .info__list li p {
  font-size: 20px;
  line-height: 1.7em;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.model .info__list li p:first-child {
  width: 120px;
}
.model .info__list li a {
  color: var(--dark);
  font-size: 20px;
  line-height: 1.7em;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.model .info__list li a:hover {
  color: var(--gold2);
}
.model .info__list li.info__list_link p:first-child {
  width: 100%;
}
.model .model_img {
  width: calc(100% - 220px);
  position: relative;
}
.model .model_img .model__label {
  top: 65px;
  left: 0;
  width: 66px;
  height: 39px;
}
.model .model_img img {
  width: 100%;
  height: auto;
}
.model .model_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 190px;
}
.model .model_imgs .model_img {
  width: 100%;
  height: calc(50% - 8px);
}
.model .model_imgs .model_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page_menu {
  position: sticky;
  z-index: 5;
  top: 74px;
}
.page_menu ul {
  border-radius: 5px;
}

.model__gallary .model__gallary_list .model__item {
  width: calc(33.3333333333% - 14px);
  padding-bottom: 40px;
}
.model__gallary .model__gallary_list .model__item img {
  width: 100%;
  height: auto;
}
.model__gallary .model__gallary_list .model__item video {
  width: 100%;
  height: auto;
}
.model__gallary.model__gallary_case .model__item {
  padding-bottom: 60px !important;
}
.model__gallary.model__gallary_case .model__item a {
  display: block;
}
.model__gallary.model__gallary_case .model__item a .model__item_hidden {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
  display: block;
}

@media screen and (max-width: 1439px) {
  .model.pt_100,
  .model__gallary.pt_100 {
    padding-top: 100px;
  }
  .model__gallary_case .title_1.pb_110 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .model .info__list li p {
    font-size: 18px;
  }
  .model .to__casting {
    width: 35px;
    height: 35px;
  }
  .model__gallary_case .title_1.pb_110 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .model .to__casting {
    width: 30px;
    height: 30px;
  }
  .model .title_1 {
    margin-bottom: 12px;
  }
  .model .to__casting {
    margin-bottom: 12px;
  }
  .model__gallary_case .title_1.pb_110 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .model__gallary .model__gallary_list .model__item {
    width: calc(50% - 14px);
    padding-bottom: 30px !important;
  }
  .page_menu ul li a {
    font-size: 14px;
  }
  .model .info__list li {
    margin-bottom: 8px;
  }
  .model .info__list li a,
  .model .info__list li p {
    font-size: 16px;
  }
  .model .to__casting {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
  .model .model_adress svg {
    width: 16px;
    height: 16px;
  }
  .model .model_img {
    width: calc(70% - 12px);
  }
  .model .model_imgs {
    width: calc(30% + 6px);
  }
  .model .model_imgs .model_img {
    height: calc(50% - 3px);
  }
  .model .model_img .model__label {
    top: 36px;
    width: 42px;
    height: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .model__gallary .model__gallary_list .model__item {
    width: 100%;
  }
  .page_menu ul li a {
    font-size: 12px;
  }
  .model .title_1 {
    font-size: 24px;
  }
  .model .model__info {
    font-size: 18px;
  }
  .model .info__list li p:first-child {
    width: 80px;
  }
  .page_menu {
    top: 53px;
  }
}
@media screen and (max-width: 375px) {
  .model .model__info {
    font-size: 15px;
  }
}
.collaborations .collaborations__line {
  height: 1px;
}
.collaborations .collaborations_img img {
  width: 100%;
  height: auto;
}
.collaborations .collaborations__swiper .video__wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collaborations .collaborations__pag .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 8px;
}
.collaborations .collaborations__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gold1);
}

@media screen and (max-width: 991px) {
  .collaborations .text_2 {
    margin-bottom: 8px;
  }
}
.custom .content_checkked {
  padding: 3px 4px;
  border-radius: 5px;
  border: 1px solid var(--gold1);
  height: 48px;
}
.custom .checkked__btn {
  width: 95px;
  height: 41px;
  border-radius: 5px;
  background-color: var(--light2);
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.4em;
}
.custom .checkked__btn.active, .custom .checkked__btn:hover {
  background-color: var(--gold1);
  color: var(--white);
}
.custom .content__block {
  display: none;
}
.custom .content__block.active {
  display: block;
}

.fancybox__nav {
  opacity: 1 !important;
}

.fancybox__nav .f-button {
  width: 45px;
  height: 20px;
  background: transparent;
}
.fancybox__nav .f-button.is-next {
  background: url(../img/arro_right_slider.svg) no-repeat center;
}
.fancybox__nav .f-button.is-prev {
  background: url(../img/arro_left_slider.svg) no-repeat center;
}

.fancybox__backdrop {
  background-color: var(--light2);
}

.f-button svg {
  display: none;
}

.is-idle .fancybox__toolbar {
  opacity: 1 !important;
}

.fancybox__toolbar__column.is-right .f-button {
  background-color: transparent;
}

[title=Close] {
  background: transparent url(../img/icon_close.svg) no-repeat center/30px;
}

.fancybox__slide.has-image > .fancybox__content {
  height: 90% !important;
}

.casting_empty {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.casting_empty p {
  font-size: 30px;
  color: var(--dark);
  line-height: 1.4em;
  margin-bottom: 1em;
}

.offer__casting .btn {
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 1439px) {
  .custom.pt_100 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .casting_empty p {
    font-size: 20px;
  }
  .casting_empty p img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .offer__casting .btn {
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .custom .content_checkked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
  }
  .custom .checkked__btn {
    width: 80px;
    height: 35px;
  }
}
.about {
  padding-bottom: 66px;
  height: 100vh;
  min-height: 600px;
  max-height: 830px;
  background-position: center 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .about__logo {
  display: block;
  margin-top: -50px;
  margin-bottom: 120px;
  width: 100%;
  max-width: 800px;
}

.simple_section {
  padding-top: 115px;
  padding-bottom: 160px;
}
.simple_section .text__content {
  margin: 0 auto;
  max-width: 740px;
}

.service_model {
  padding: 60px 0 66px;
}
.service_model .service__item {
  margin-bottom: 40px;
}
.service_model .service__item .service__img img {
  width: 100%;
  height: auto;
}
.service_model .btn {
  width: 100%;
  max-width: 480px;
  height: 60px;
}

.service_client .service__img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
.service_client .text__content {
  padding-right: 80px;
}
.service_client .text__content ul li {
  padding-left: 34px;
  margin-bottom: 1.5em;
}
.service_client .text__content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0.2em;
  background: url(../img/check_list.svg) no-repeat center;
}
.service_client .btn {
  width: 100%;
  max-width: 480px;
  height: 60px;
}

@media screen and (max-width: 1439px) {
  .service_client .text__content {
    padding-right: 50px;
  }
  .simple_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about .title_1 {
    font-size: 38px;
  }
  .about .about__logo {
    width: 60%;
    margin-top: -33px;
  }
}
@media screen and (max-width: 1199px) {
  .service_client .text__content {
    padding-right: 0;
  }
  .simple_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .service_client .text__content {
    padding-bottom: 0;
  }
  .service_client .btn {
    margin-top: 40px;
  }
  .simple_section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    background-position: center 50px;
    padding-bottom: 45px;
  }
  .simple_section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .about .about__offer h1 {
    font-size: 32px;
  }
  .about .about__offer .title_2 {
    font-size: 18px;
  }
  .about .about__offer .text_2 {
    font-size: 12px;
  }
  .about .about__logo {
    margin-top: 0;
  }
  .service_model .btn,
  .service_client .btn {
    height: 35px;
    font-size: 20px;
    font-weight: 500;
  }
}
.selection .btn {
  height: 60px;
  width: 100%;
  max-width: 520px;
}
.selection .section__title {
  font-family: "Manrope", sans-serif;
}
.selection .form__wrap .input__group {
  margin-bottom: 16px;
}
.selection .form__wrap .input__group .order__input.order__input_message {
  margin-bottom: 28px;
  height: 250px;
}
.selection .favorite_list .favorite__item {
  width: 100%;
  height: 110px;
}
.selection .favorite_list .favorite__item .favorite__img {
  width: 82px;
  height: 100%;
  margin-right: 20px;
}
.selection .favorite_list .favorite__item .favorite__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.selection .favorite_list .favorite__item .favorite_remove {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 9px;
  top: 8px;
  background: url(../img/icon_close.svg) no-repeat center;
}
.selection .become__img img {
  width: 100%;
  height: auto;
}
.selection .form-container {
  width: 100vw;
  height: 100vh;
  background-color: #7b2cbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selection .upload-files-container {
  background-color: var(--light1);
  width: 100%;
  padding: 30px 120px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.selection .upload-files-container br {
  display: none;
}
.selection .upload-files-container .input__group {
  width: 100%;
}
.selection .upload-files-container .input__group .order__input {
  max-width: 500px;
  margin: 0 auto;
}
.selection .upload-files-container .codedropz-upload-inner h3 {
  font-size: 20px;
  font-weight: 400;
}
.selection .upload-files-container .cd-upload-btn {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--grey2);
  text-transform: lowercase;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 20px;
  color: var(--white);
  position: relative;
}
.selection .upload-files-container .cd-upload-btn:hover {
  background-color: var(--gold2);
  color: var(--white);
}
.selection .upload-files-container .cd-upload-btn:active {
  background-color: var(--dark);
  color: var(--white);
}
.selection .upload-files-container .cd-upload-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 12px;
  background: url(../img/icon_video.svg) no-repeat center;
}
.selection .upload-files-container .dnd-upload-status .dnd-upload-image {
  display: none;
}
.selection .upload-files-container .dnd-upload-status .dnd-upload-details {
  background-color: var(--light2);
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 50px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.selection .upload-files-container .dnd-upload-status .dnd-upload-details .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
  margin-right: 15px;
  padding: 0;
}
.selection .upload-files-container .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  width: 569px;
  height: 23px;
  border-radius: 5px;
  background-color: var(--white);
}
.selection .upload-files-container .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 0;
  height: 23px;
  border-radius: 5px;
  background-color: var(--gold1);
  overflow: hidden;
  font-size: 14px;
  color: var(--white);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selection .upload-files-container .dnd-upload-status .remove-file {
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/icon_close.svg) no-repeat center/100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  left: auto;
  top: auto;
}
.selection .upload-files-container .dnd-upload-status .dnd-icon-remove {
  display: none;
}

.file__wrap {
  position: relative;
  width: 127px;
  overflow: hidden;
}

.show_file {
  max-height: 127px;
  width: 127px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.show_file img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.form_wrap.form_wrap_review .input__group {
  width: 100% !important;
}

.delite__file {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 5;
  background: url(../img/icon_close_wh.svg) no-repeat center/100%;
}

.input__group.input__group_file label {
  display: block;
  position: relative;
}

.input__group.input__group_file input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  height: 60px;
  width: 100%;
  display: block;
}

.input__group.input__group_file label {
  cursor: pointer;
}
.input__group.input__group_file label .btn {
  background-color: var(--grey2);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
  text-transform: none;
}
.input__group.input__group_file label .btn span {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_photo.svg) no-repeat center/100%;
  margin-right: 12px;
}
.input__group.input__group_file label:hover .btn {
  background-color: var(--gold2);
}
.input__group.input__group_file label:active .btn {
  background-color: var(--dark);
}

@media screen and (max-width: 1439px) {
  .selection .subtitle {
    padding-bottom: 50px;
  }
  .selection .pb_60 {
    padding-bottom: 40px;
  }
  .selection .upload-files-container {
    margin-bottom: 40px;
  }
  .form__wrap .input__group .order__input {
    height: 50px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .selection .subtitle p {
    font-size: 16px;
  }
  .selection .pb_60 {
    padding-bottom: 30px;
  }
  .selection .upload-files-container {
    margin-bottom: 30px;
  }
  .become__item_img {
    margin-bottom: 30px;
  }
  .selection .form__wrap .input__group .order__input.order__input_message {
    height: 208px;
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form__wrap .input__group .order__input {
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::-moz-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .form__wrap .input__group .order__input::placeholder {
    font-size: 14px;
  }
  .selection .form__wrap .accept__group {
    margin-bottom: 30px;
  }
  .selection .form__wrap .input__group .order__input.order__input_message {
    padding-left: 15px;
    padding-top: 25px;
  }
  .selection .upload-files-container {
    padding: 40px 20px;
  }
  .selection .upload-files-container .codedropz-upload-inner h3 {
    font-size: 16px;
  }
  .become__name {
    padding: 15px 0;
  }
  .input__group.input__group_file label .btn {
    height: 40px;
    max-width: 256px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    font-size: 16px;
  }
  .input__group.input__group_file label .btn span {
    width: 16px;
    height: 16px;
  }
  .input__group.input__group_file input {
    height: 40px;
  }
  .form__wrap .accept__group input {
    width: 16px;
    height: 16px;
  }
  .selection .btn {
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .selection .upload-files-container .cd-upload-btn {
    height: 40px;
    font-size: 16px;
    max-width: 255px;
  }
  .codedropz-upload-inner h3, .codedropz-upload-inner span {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */