@font-face {
  font-family: "ALSRubl-Arial";
  src: url("/fonts/alsrubl-arial-regular.eot");
  src: url("/fonts/alsrubl-arial-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/alsrubl-arial-regular.woff") format("woff"), url("/fonts/alsrubl-arial-regular.ttf") format("truetype"), url("/fonts/alsrubl-arial-regular.svg#ALSRublArialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
.logo-box {
  max-width: 88px;
}
.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-block .menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main-content {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 67px;
}
footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body {
  font-family: "Roboto", sans-serif;
  padding-top: 0px;
  background: #f9f9f9;
  color: #041a2d;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
input[type="submit"] {
  cursor: pointer;
}
:focus {
  outline: none;
}
a {
  color: #ec4f38;
}
a:hover {
  color: #f59639;
}
.fixed-top {
  background: #ec4f38;
}
.black-site .fixed-top {
  background: #000;
}
.black-site .menu .list {
  background: #000;
}
.black-site footer {
  background: #000;
  color: #fff;
}
.black-site footer .ft-menu a {
  color: #fff;
}
.black-site footer .title {
  color: #aaa;
}
.black-site footer .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
img {
  max-width: 100%;
}
.cred {
  color: #ff0000;
}
.corange {
  color: #ffa500;
}
.cgreen {
  color: #009900;
}
.cgray {
  color: #777;
}
h1 {
  font-size: 40px;
  line-height: 47px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}
h2 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}
h4 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_55 {
  margin-bottom: 55px;
}
.mb_80 {
  margin-bottom: 80px;
}
.fs_12 {
  font-size: 12px;
}
.fs_14 {
  font-size: 14px;
}
.fs_16 {
  font-size: 16px;
}
.fs_18 {
  font-size: 18px;
}
.fs_20 {
  font-size: 20px;
}
.fs_22 {
  font-size: 20px;
}
.prof-type {
  margin-bottom: 5px;
}
.prof-type a {
  color: #ccc;
  display: inline-block;
  padding: 3px 5px;
  background: #eee;
  vertical-align: top;
  margin: 0 5px 5px 0;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
}
.prof-type a.active {
  color: #fff;
  background: #009900;
}
.no_avatar_customer {
  display: block;
  width: 60px;
  height: 60px;
  background: url("/theme/img/no_avatar.png") no-repeat center center;
  margin: 0 auto;
  margin-bottom: 5px;
}
#frm_search_box {
  display: none;
}
#frm_search_box.show {
  display: block;
}
@media (max-width: 768px) {
  #frm_search_box.show {
    display: none;
  }
}
.show-site {
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #ccc;
  vertical-align: top;
  margin: 0px 10px 0px 0px;
}
.show-site-active {
  background: #009900;
}
.no-data-info {
  text-align: center;
  font-size: 30px;
  color: #ccc;
  padding: 80px 0px;
}
.header {
  background: url("/theme/img/line-min.png") no-repeat bottom center #ffc225;
  min-height: 650px;
  padding-top: 67px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-text1 {
  font-size: 40px;
  padding-right: 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .header .header-text1 {
    font-size: 30px;
    padding: 120px 0 0 0;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header .header-text1 {
    padding: 100px 0 0 0;
    font-size: 26px;
  }
}
.header .header-text2 {
  font-size: 40px;
  padding-left: 100px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .header .header-text2 {
    font-size: 30px;
    padding: 0px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header .header-text2 {
    padding: 0;
    font-size: 26px;
  }
}
.header .text {
  font-size: 38px;
  line-height: 45px;
  padding-top: 160px;
  margin-bottom: 25px;
  padding-right: 50px;
  font-weight: 600;
}
.header .text a {
  background: #ec4f38;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 0;
  line-height: 45px;
  width: 260px;
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}
.header .img-profile {
  margin-left: 0px;
  margin-top: 50px;
}
.mw-dilavo {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  position: relative;
}
.mw-dilavo-cabinet {
  max-width: 1660px;
}
.hide {
  display: none;
}
.dilavo-top {
  padding: 11px 0px;
  display: block;
}
.dilavo-top .menu {
  padding-top: 5px;
}
.dilavo-top .menu .menu-page a {
  border-bottom: 0px;
}
.dilavo-top .menu a {
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  border-bottom: 1px solid #ec4f38;
}
.dilavo-top .menu a.ico_logout {
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-position: 0px -105px;
  padding: 0px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.dilavo-top .menu a.active {
  font-weight: 600;
}
.dilavo-top .menu .profile_other {
  padding: 15px 0px 0px 0px;
  border-top: 1px solid #f19385;
  margin-top: 15px;
}
.dilavo-top .menu .profile_other ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.dilavo-top .menu .profile_other ul li a {
  position: relative;
  display: block;
  padding: 5px 0px 5px 45px;
  line-height: 25px;
  text-decoration: none;
}
.dilavo-top .menu .profile_other ul li a .ico_avatar_24 {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 25px;
  height: 24px;
  background-position: 0px -77px;
}
.dilavo-top .menu .profile_other ul li a:hover {
  background: rgba(249, 249, 249, 0.4);
}
.dilavo-top .menu .profile_other ul li a img.avatar {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.dilavo-top .links {
  text-align: right;
}
.dilavo-top a.auth {
  display: inline-block;
  border: 1px solid #f9f9f9;
  border-radius: 25px;
  padding: 5px 15px 5px 35px;
  background: url("/theme/img/man-user.png") no-repeat top 10px left 14px;
  color: #fff;
}
.dilavo-top a.auth:hover {
  box-shadow: 0px 0px 11px #ec4f38;
  text-decoration: none;
}
.dilavo-top a.rega {
  color: #000;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 15px 5px 35px;
  background: url("/theme/img/rega.png") #fff no-repeat top 12px left 14px;
  margin-left: 10px;
}
.dilavo-top a.rega:hover {
  text-decoration: none;
}
.dilavo-top .profile_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dilavo-top .profile_menu .ico_set {
  width: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.dilavo-top .profile_menu .ico_anketa,
.dilavo-top .profile_menu .ico_profile {
  width: 14px;
  height: 14px;
  background-position: 0px 0px;
}
.dilavo-top .profile_menu .ico_im {
  width: 16px;
  height: 14px;
  background-position: 0px -19px;
}
.dilavo-top .profile_menu .ico_castings,
.dilavo-top .profile_menu .ico_presentation,
.dilavo-top .profile_menu .ico_projects {
  width: 16px;
  height: 14px;
  background-position: 0 -39px;
}
.dilavo-top .profile_menu .ico_performers {
  width: 16px;
  height: 14px;
  background-position: 1px -145px;
}
.dilavo-top .profile_menu .ico_admin_tasks,
.dilavo-top .profile_menu .ico_phone {
  background-position: 0 -163px;
  width: 17px;
  height: 16px;
}
.dilavo-top .profile_menu .ico_mailer {
  width: 17px;
  left: 19px;
  height: 16px;
  background-position: 0 -182px;
}
.dilavo-top .profile_menu .ico_options {
  width: 16px;
  height: 16px;
  background-position: 0px -58px;
}
.dilavo-top .profile_menu .ico_logout {
  width: 17px;
  height: 17px;
  background-position: 0px -105px;
}
.dilavo-top .profile_menu li.menu-line {
  border-top: 1px solid #f2a498;
}
.dilavo-top .profile_menu li a {
  display: block;
  position: relative;
  padding-left: 45px;
}
.dilavo-top .profile_menu li a .count {
  display: inline-block;
  right: 15px;
  top: 7px;
  position: absolute;
  background: #fff;
  color: #ff0000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}
.dilavo-top .profile_menu li a:hover {
  text-decoration: none;
}
.dilavo-top .profile_menu li:hover,
.dilavo-top .profile_menu li.chk {
  background: rgba(249, 249, 249, 0.4);
}
ul.list-disc {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none;
}
ul.list-disc li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}
ul.list-disc li:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffc225;
  left: 0px;
  top: 5px;
  border-radius: 50%;
  position: absolute;
}
ul.list-check {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none;
}
ul.list-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
ul.list-check li:after {
  content: "\2713";
  color: #ec4f38;
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: 0px;
  font-weight: 600;
}
.play-container {
  position: relative;
  display: inline-block;
}
.play-container:after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  background: url("/theme/img/play.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 50%;
  margin-top: -33px;
  z-index: 1;
}
.video-vizitka-box {
  font-size: 17px;
}
.video-vizitka-box h1 {
  margin-bottom: 50px;
}
.video-vizitka-box img {
  max-width: 100%;
}
.video-vizitka-box img.video-vizitka-img {
  height: 500px;
  object-fit: cover;
  border-radius: 5px;
}
.video-vizitka-box .price-box {
  margin-bottom: 20px;
}
.video-vizitka-box .price-box .price-current {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 600;
}
.video-vizitka-box .price-box .price-discount {
  font-size: 20px;
  color: #777;
  text-decoration: line-through;
}
.video-vizitka-box .promocode-box {
  position: relative;
  margin-bottom: 25px;
}
.video-vizitka-box .promocode-box a.btn-def {
  position: absolute;
  right: 0px;
  padding: 0 25px;
  line-height: 40px;
  width: auto;
}
.lk_tabs a {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ec4f38;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none;
}
.lk_tabs a.active {
  background-color: #ec4f38;
  color: #fff;
}
.lk_tabs a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .lk_tabs a {
    max-width: 140px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .lk_tabs a {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
.claim_project_info_box .performers {
  padding: 15px 0px;
}
@media (max-width: 576px) {
  .brif_stat_menu a {
    max-width: 100%;
    margin-bottom: 5px;
    min-width: 180px;
  }
}
@media (max-width: 380px) {
  .brif_stat_menu a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.brif_stat_menu a span {
  font-weight: 600;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.casting_list .ticket,
.casting_list_admin .ticket {
  padding: 5px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
}
.casting_list .ticket_num {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.casting_list_admin .ticket {
  padding: 10px;
  font-weight: 600;
}
.ticket {
  background: #c5f7f7;
}
.ticket_live {
  background: #edea5a;
}
a.claim_filter_toggle,
a.performers_filter_toggle,
#button_casting_list_export,
a.btn-def-boot {
  margin-left: 0px;
  text-decoration: none;
  line-height: 32px;
  padding: 0 15px;
  color: #fff;
  background: #0a7ffb;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3e62a4;
  margin-right: 15px;
  vertical-align: top;
}
a.claim_filter_toggle:hover,
a.performers_filter_toggle:hover,
#button_casting_list_export:hover,
a.btn-def-boot:hover {
  color: #fff;
}
a.btn-def-boot {
  margin-right: 0px;
}
.model_exp,
.model_other {
  font-size: 12px;
  background: #eaf7c8;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #cce28e;
  border-radius: 4px;
  min-height: 32px;
  overflow: hidden;
}
.model_exp .ico_edit,
.model_other .ico_edit {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  background: url("/theme/img/edit.png") #cce28e no-repeat center center;
}
.model_other {
  background: #def5f9;
  border: 1px solid #bfe9ef;
}
.sex span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ec4f38;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  border-radius: 20px;
  text-align: center;
  margin-right: 5px;
}
.claim_project_info .descr {
  margin-bottom: 30px;
}
.claim_tabs a {
  text-decoration: none;
  padding: 6px 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #ec4f38;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  height: 52px;
  box-sizing: border-box;
  color: #000;
}
@media (max-width: 768px) {
  .claim_tabs a {
    font-size: 14px;
    height: 42px;
    min-width: 200px;
    max-width: 200px;
    padding: 5px 10px;
  }
}
@media (max-width: 440px) {
  .claim_tabs a {
    width: 100%;
    font-size: 14px;
    max-width: 100%;
  }
}
.claim_tabs a .age_role {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.claim_tabs a.active,
.claim_tabs a:hover {
  background: #ec4f38;
  color: #fff;
  border: 1px solid #fff;
}
.claim_tabs a.active .sex span,
.claim_tabs a:hover .sex span {
  border: 2px solid #ec4f38;
  background: #fff;
  color: #ec4f38;
}
.panel-admin {
  padding: 10px 15px 0px 15px;
  background: #fafafa;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.fav {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/theme/img/star.png") no-repeat;
  margin-right: 7px;
  cursor: pointer;
}
.fav_active {
  background-position: 0px -32px;
}
.ico_set_2 {
  background: url("/theme/img/project_ico.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 8px;
}
.ico_inline {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 8px;
  background-repeat: no-repeat;
}
.ico_inline_text {
  padding-left: 23px;
  width: auto;
}
.ico_edit {
  background: url("/theme/img/edit.png") no-repeat;
}
.ico_user_delete {
  background: url("/theme/img/user_delete.png") no-repeat;
}
.ico_delete {
  background: url("/theme/img/delete2.png") no-repeat;
}
.ico_brif_claim_1 {
  background-position: 0px 1px;
  vertical-align: text-bottom;
}
.ico_brif_claim_2 {
  background-position: 0px -48px;
  vertical-align: text-bottom;
}
.ico_brif_claim_3 {
  background-position: 0px -16px;
  vertical-align: text-bottom;
}
.ico_message {
  background-position: 0px -30px;
}
.ico_comment_model {
  background-position: 0px -65px;
}
.ico_excel {
  display: inline-block;
  background: url("/theme/img/excel.png") no-repeat;
  padding-left: 23px;
  line-height: 16px;
}
.ico_word {
  display: inline-block;
  background: url("/theme/img/word.png") no-repeat;
  padding-left: 23px;
  line-height: 16px;
}
.ico_ydisk {
  width: 16px;
  height: 16px;
  padding-left: 23px;
  background: url("/theme/img/disk.png") no-repeat;
}
.ico_ydisk_animate {
  background: url("/theme/img/ajax-loader.gif") no-repeat;
}
.questions_answer_model_box {
  font-size: 13px;
  border-left: 1px solid #ec4f38;
  margin-top: 10px;
  background: #fafaf0;
  padding: 10px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.questions_answer_model_box span.q {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #666;
}
.brd_left {
  border-left: 1px dashed #dedee3;
  padding-left: 15px;
  min-height: 150px;
  font-size: 12px;
}
.forms_comment_model {
  display: none;
}
.comment_model_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comment_model_list li {
  border-top: 1px solid #dfdfe4;
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  position: relative;
}
.comment_model_delete {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("/theme/img/delete.png") no-repeat;
  position: absolute;
  right: 0px;
  top: 13px;
}
.comment_model_list_box {
  max-height: 120px;
  overflow: auto;
  padding-right: 10px;
}
.comment_model_box .l_b {
  float: left;
  width: 51%;
}
.comment_model_box .r_b {
  float: right;
  width: 40%;
  margin-left: 4%;
  border-left: 1px dashed #dedee3;
  padding-left: 4%;
}
.comment_model_box textarea {
  margin-bottom: 10px;
  font-size: 12px;
}
a.new_comment_model {
  display: inline-block;
  padding: 7px 12px 7px 7px;
  border: 1px solid #c4cde0;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
}
#message_box_2 .message_list {
  max-height: 197px;
  overflow: auto;
}
#message_box_brif {
  display: none;
  /*    background: #f7f7f7;*/
}
#message_box_brif .message_box_back {
  display: block;
  background: #f7f7f7;
  border-top: 1px solid #eff0f3;
  padding: 10px 10px 10px 20px;
}
#message_box_brif .message_box_back a {
  background: url("/theme/img/arrow_up.png") no-repeat 0px 5px;
  padding: 0px 0px 0px 17px;
  display: inline-block;
}
.message_box_grp ul li .delete {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: url("/theme/img/delete.png") no-repeat;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.message_box_grp ul li .sex {
  margin-right: 10px;
  color: #71787c;
}
.message_box_brif_item {
  height: 448px;
  overflow: auto;
}
#message_box_check {
  overflow: auto;
  height: 250px;
}
.message_box_grp ul li .claim_item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.message_box_head {
  padding: 15px 45px 10px 20px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #eff0f3;
}
.message_box_head .count {
  position: absolute;
  top: 10px;
  right: 20px;
}
.message_box_send {
  background: #f7f9fb;
  padding: 15px 20px;
  border-top: 1px solid #eff0f3;
}
.message_box_send textarea {
  width: 100%;
  font-size: 14px;
}
#message_box_answer {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  line-height: 50px;
}
.row_box .row .message_box_send .field_row {
  margin-bottom: 10px;
}
.service-shooting {
  border-radius: 10px;
  background: #fff;
  padding: 8%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 780px;
}
.service-shooting h4 {
  text-align: center;
  margin-bottom: 30px;
}
.service-shooting .descr {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  padding: 0px 10px;
}
.service-shooting .head {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.service-shooting img.video-img {
  border-radius: 8px;
}
.service-shooting .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
}
.service-shooting .play-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
.service-shooting ul.simple-check {
  margin-bottom: 20px;
}
.video-shooting .video-shooting-snoska {
  font-size: 14px;
  color: #576673;
}
.video-shooting .video-shooting-snoska p {
  margin-bottom: 10px;
}
ul.simple-check {
  padding: 0;
  margin: 0 0 40px 0;
  list-style-type: none;
}
ul.simple-check li {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
  padding-left: 24px;
}
ul.simple-check li:before {
  content: "\2714";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  color: #ec4f38;
}
ul.simple-check-big li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fancybox-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .fancybox-content {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .fancybox-content {
    padding: 30px 15px;
  }
}
ul.message_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.message_list li {
  margin-bottom: 0px;
  padding: 15px;
  border-bottom: 1px solid #c4c4c4;
  height: auto;
}
ul.message_list li .date {
  color: #777;
}
ul.message_list li.active {
  background: #507ffb;
}
ul.message_list li.active a {
  color: #fff;
  text-decoration: none;
}
ul.message_list li.active .date {
  color: #eee;
}
ul.message_list li .count {
  color: #c82647;
}
ul.message_list:last-child {
  border-bottom: 0px;
}
.flag_new {
  color: #c82647;
  display: inline-block;
  font-weight: 700;
}
.message_box {
  padding: 20px 50px 20px 50px;
  background: #fff;
  display: none;
  max-width: 800px;
  min-width: 300px;
}
.message_box .count {
  color: #c82647;
}
.message_box .date {
  color: #c4c4c4;
}
#message_list_box {
  overflow: auto;
  padding: 0;
}
#message_list_info {
  overflow: auto;
}
ul.message_list li .ico_eo_inline {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}
.message_box_show,
.message_box_grp,
.im_win_box_container,
.photo_box {
  min-width: 94%;
  background: #fff;
}
.message_box_show_one {
  padding: 0px 15px;
}
.message_box_show_one .in {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 4px;
}
.message_box_show_one .performers {
  padding: 15px;
}
.message_box_grp {
  padding: 30px 0px 0px 0px;
}
.message_box_grp .grid {
  padding: 0px;
}
.message_box_grp .brd_r {
  border-right: 1px solid #eff0f3;
  height: 535px;
}
.message_box_grp ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.message_box_grp ul.message_list li {
  padding: 10px 10px 10px 0;
  height: auto;
}
.message_box_grp ul li {
  padding: 8px 65px 8px 20px;
  border-bottom: 1px solid #eff0f3;
  position: relative;
  color: #71787c;
  line-height: 1;
  font-size: 14px;
  height: 40px;
  box-sizing: border-box;
}
.message_box_grp ul li a {
  text-decoration: none;
}
.message_box_grp ul li a span.dashed {
  border-bottom: 1px dashed;
}
.message_box_grp ul li input[type="checkbox"] {
  margin: 0px 10px 0px 0px;
}
.message_box_grp ul li .sex span {
  border: 2px solid #71787c;
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 12px;
  margin-right: 5px;
}
.message_box_grp ul li .count {
  color: #b7c3c9;
  position: absolute;
  top: 15px;
  right: 20px;
  text-align: right;
}
.message_box_grp ul li .count_active {
  color: #000;
}
.message_box_grp ul li .stat_msg {
  float: right;
  display: inline-block;
  background: #f5f5f5;
  line-height: 25px;
  border: 1px solid #eee;
  margin-right: 5px;
  border-radius: 5px;
  min-width: 20px;
  text-align: center;
}
.message_box_grp ul li .select_button {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  border: 1px solid #c4cde0;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}
.message_box_grp ul li .select_button.active {
  background: #090;
  color: #fff;
}
.message_box_brif_item ul li {
  padding-right: 10px;
}
.ico-soc {
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: url("/theme/img/social-i-min.png") no-repeat;
}
.ico-fb {
  background-position: -63px 0px;
}
.ico-vk {
  background-position: -31px 0px;
}
.ico-yt {
  background-position: -125px -31px;
}
.ico-in {
  background-position: -156px 0px;
}
.performers {
  padding: 20px 0px;
}
.performers .total_search {
  margin-bottom: 0px;
  font-size: 20px;
}
.performers .param_small {
  font-size: 16px;
  font-weight: 300;
}
.performers .param_small .list {
  padding-left: 0;
  margin-bottom: 10px;
}
.performers .param_small .list p {
  padding: 0;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 3px;
  font-weight: normal;
}
.performers > .row {
  padding-top: 15px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 15px;
}
.performers > .row.row-no-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}
.performers > .row.row_active {
  background: #f6fbf6;
}
.performers > .row .buttons .item {
  margin-bottom: 5px;
}
.performers > .row .buttons .select_button {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid #c4cde0;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 10px;
}
.performers > .row .buttons .select_button.active {
  background: #090;
  color: #fff;
}
.performers > .row .photo {
  overflow: hidden;
  position: relative;
  max-width: 150px;
  min-width: 150px;
  font-size: 0;
}
.performers > .row .photo .photo-no {
  height: 170px;
  width: 150px;
  background: url("/theme/img/no_photo.jpg") no-repeat center center;
}
.performers > .row .photo .photo_count {
  position: absolute;
  display: inline-block;
  top: 0;
  line-height: 1;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  right: 0px;
}
.performers > .row a .show_phone {
  background: #0a7ffb;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.performers .param {
  margin-bottom: 3px;
  font-weight: 600;
  color: #666;
}
.performers .param span {
  font-weight: 300;
}
.performers .model-name {
  font-size: 20px;
}
.performers .param-soc {
  margin: 5px 0px;
}
.performers .param-soc .ico-soc {
  margin-right: 3px;
}
.performers .photo_box_model {
  position: relative;
  display: block;
  font-size: 0;
  max-width: 200px;
  height: 200px;
  background: #ffffff;
  overflow: hidden;
}
@media (max-width: 380px) {
  .performers .photo_box_model {
    max-width: 100%;
  }
}
.performers .photo_box_model:hover .gallery .item {
  display: inline-block;
}
.performers .photo_box_model .play {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  display: none;
  background: url("/theme/img/play-m.png") no-repeat;
}
.performers .photo_box_model img.current {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.performers .photo_box_model .gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.performers .photo_box_model .gallery .item {
  width: 48%;
  margin: 0 1% 0 1%;
  box-sizing: border-box;
  border-bottom: 4px solid rgba(255, 255, 255, 0.9);
  height: 98%;
  vertical-align: top;
  display: none;
  outline: 0;
  position: relative;
}
.performers .photo_box_model .gallery .item:hover {
  border-bottom: 4px solid #c00;
}
.performers .photo_box_model .gallery .item img {
  display: none;
}
.performers .photo_box_model .gallery3 .item {
  width: 31.3%;
}
.performers .photo_box_model .gallery4 .item {
  width: 23%;
}
footer {
  display: block;
  background: #f8e8e6;
  padding: 50px 0 110px 0;
  font-size: 14px;
  color: #635d5c;
  margin-top: 80px;
}
footer .title {
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #635d5c;
}
footer a {
  color: #635d5c;
}
footer .ft-menu {
  padding: 0;
  margin: 5px 0;
  list-style-type: none;
}
footer .ft-menu li {
  margin-bottom: 5px;
}
footer .ft-menu a {
  color: #635d5c;
}
footer .ft-menu a.active {
  color: #ec4f38;
}
footer .ft-menu-contact {
  margin-top: 0px;
}
footer .logo {
  margin-bottom: 20px;
  opacity: 0.7;
}
footer p {
  margin-bottom: 5px;
}
footer .social {
  margin-top: -130px;
}
.social {
  margin-bottom: 25px;
}
.social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 7px 0 0;
  background: url("/theme/img/social.png") no-repeat;
}
.social a.fb {
  background-position: -36px 0px;
}
.social a.ins {
  background-position: -72px 0px;
}
.social-black a {
  display: inline-block;
  width: 33px;
  height: 32px;
  margin: 0 7px 0 0;
  background: url("/theme/img/social-black.png") no-repeat;
}
.social-black a.fb {
  background-position: -47px 0px;
}
.social-black a.ins {
  background-position: -95px 0px;
}
.pointer {
  cursor: pointer;
}
.bot-direction {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  color: #ec4f38;
  border: 1px solid #ec4f38;
  border-radius: 25px;
  line-height: 1;
}
.castings {
  margin-bottom: 50px;
}
.castings .item {
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 23px;
  font-size: 15px;
}
.castings .item .w-live {
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  line-height: 21px;
  border-radius: 25px;
  border: 1px solid #ec4f38;
  padding: 0 15px;
  display: inline-block;
  color: #ec4f38;
  vertical-align: top;
  margin-left: 15px;
}
.castings .item a {
  color: #000000;
  text-decoration: none;
}
.castings .item-end {
  opacity: 0.6;
  background: #e9e9e9;
}
.castings .item-type {
  font-size: 18px;
  margin-bottom: 10px;
}
.castings .item-price {
  font-size: 14px;
  padding: 20px 10px 0px 10px;
}
.castings .item-title {
  font-weight: 600;
  padding: 0 20px;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 15px;
}
.castings .item-title__bot {
  text-align: left;
  padding: 0 20px;
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 440px) {
  .castings .item-title__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.castings .item-title__bot span:first-child {
  margin-right: 10px;
}
.castings .item-brd {
  border-left: 1px solid #e7e7e7;
}
.castings h2 {
  text-align: center;
  margin-bottom: 40px;
}
.castings .item-ico {
  margin-bottom: 5px;
}
.castings .item-ico img {
  border-radius: 50%;
}
.castings .item-descr {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}
.casting-info-customer {
  padding: 0 45px;
  margin-bottom: 15px;
}
.casting-info-customer .logo {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-right: 15px;
}
.casting-info-customer span.name {
  font-size: 18px;
  display: inline-block;
}
.casting-info {
  border-radius: 10px;
  background: #fff;
  padding: 45px 40px;
}
.casting-info.casting-info-end {
  background: #ededed;
  color: #888;
}
.casting-info.casting-info-end .casting-info-end-label h4 {
  color: #000;
}
.casting-info h1 {
  font-size: 28px;
  line-height: 33px;
}
.casting-info h2 {
  font-size: 24px;
}
.casting-info h4 {
  margin-bottom: 5px;
}
.casting-info .price {
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  margin-bottom: 10px;
}
.casting-info .sex_age {
  text-align: right;
  line-height: 32px;
  margin-bottom: 20px;
}
.casting-info .sex_age .sex {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
}
.casting-info .sex_age .sex span {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0px 5px;
  background: url(/theme/img/icon-casting.png) no-repeat;
}
.casting-info .sex_age .sex span.ico-woman {
  background-position: -33px 0px;
}
.field-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.castings_claim_box {
  background: #f9f9f9;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px;
  max-width: 420px;
  margin: 0 auto;
}
.castings_claim_box .photo_select {
  width: 136px;
  height: 136px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
  position: relative;
  max-width: 48%;
  box-sizing: border-box;
  margin: 0 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 10px;
}
.castings_claim_box .photo_legend {
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 136px;
  color: #888;
}
.castings_claim_box h4 {
  margin-bottom: 15px;
}
.castings_claim_box .status {
  margin-bottom: 15px;
  font-size: 20px;
}
.castings_claim_box .status_1 span {
  color: #009900;
}
.reg_box {
  max-width: 400px;
}
#city_box_info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#city_box_info ul li {
  display: inline-block;
  width: 230px;
  margin-right: 10px;
  margin-bottom: 7px;
  max-width: 45%;
  vertical-align: top;
}
@media (max-width: 768px) {
  #city_box_info ul li {
    width: 215px;
  }
}
.pages {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}
.pages a {
  display: inline-block;
  width: 40px;
  border-radius: 40px;
  height: 40px;
  margin: 0 5px;
  text-decoration: none;
  color: #ec4f38;
  border: 2px solid #ec4f38;
  vertical-align: top;
}
.pages a:hover {
  box-shadow: 0 0 11px #ec4f38;
  background: #ec4f38;
  color: #fff;
}
.pages span.chk {
  display: inline-block;
  width: 40px;
  border-radius: 40px;
  height: 40px;
  margin: 0 5px;
  text-decoration: none;
  color: #ec4f38;
  border: 2px solid #ec4f38;
  vertical-align: top;
  background: #ec4f38;
  color: #fff;
}
.pages span {
  display: inline-block;
  width: 40px;
  border-radius: 40px;
  height: 40px;
  margin: 0 5px;
  vertical-align: top;
  color: #ccc;
}
.ico-casting span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/theme/img/icon-casting.png") no-repeat;
  margin: 0 5px;
}
.ico-casting span.ico-man {
  background-position: 0px 0px;
}
.ico-casting span.ico-woman {
  background-position: -33px 0px;
}
.alert {
  border-radius: 50px;
}
a.btn-def,
input.btn-def {
  border: 2px solid #ec4f38;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 17px;
  line-height: 40px;
  color: #ec4f38;
  display: inline-block;
  font-weight: 600;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  a.btn-def,
  input.btn-def {
    width: 250px;
    font-size: 15px;
  }
}
a.btn-def:hover,
input.btn-def:hover {
  background: #ec4f38;
  box-shadow: 0px 0px 11px #ec4f38;
  color: #fff;
  text-decoration: none;
}
a.btn-def-block,
.btn-def-block,
input.btn-def-block {
  width: 100%;
}
@media (max-width: 576px) {
  a.btn-def-block,
  .btn-def-block,
  input.btn-def-block {
    max-width: 100%;
  }
}
a.btn-def-orange,
.btn-def-orange {
  border: 2px solid #ec4f38;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 17px;
  cursor: pointer;
  line-height: 40px;
  color: #ec4f38;
  display: inline-block;
  font-weight: 600;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: #ec4f38;
  outline: none;
}
@media (max-width: 576px) {
  a.btn-def-orange,
  .btn-def-orange {
    max-width: 100%;
    width: 250px;
  }
}
a.btn-def-orange:hover,
.btn-def-orange:hover {
  text-decoration: none;
  background: #bf1f07;
  border-color: #bf1f07;
}
a.btn-def-orange:focus,
.btn-def-orange:focus {
  outline: none;
}
a.btn-def-orange.btn-def-block,
.btn-def-orange.btn-def-block {
  width: 100%;
}
a.btn-def-orange:disabled,
.btn-def-orange:disabled {
  cursor: not-allowed;
  background: #ddd;
  color: #aaa;
  border-color: #ddd;
}
a.btn-def-small {
  font-size: 12px;
  border-width: 1px;
}
.app-block a {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px 25px 0px 0px;
  vertical-align: top;
}
.forms_claim .btn-def-orange {
  width: auto;
  padding: 0 25px;
}
.forms_error {
  margin-bottom: 30px;
}
.forms_error .error {
  color: #ff0000;
}
.v-line {
  width: 1px;
  margin: 0 auto;
  height: 85px;
  background: #041a2d;
  margin-bottom: 30px;
}
.breadcrumb-box {
  background: rgba(236, 79, 56, 0.5);
}
.breadcrumb {
  background: none;
  font-size: 13px;
  padding: 14px 15px;
  margin: 0;
}
.breadcrumb a {
  color: #f9f9f9;
}
.breadcrumb li.active {
  color: rgba(249, 249, 249, 0.5);
}
.breadcrumb-item::before {
  color: rgba(249, 249, 249, 0.5);
}
.second-page {
  padding-top: 30px;
}
.second-page .mw-dilavo {
  /*        max-width: 1460px;*/
}
.model-box .model-params {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .model-box .model-params {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.model-box .model-params .row {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .model-box .model-params .row {
    margin-bottom: 15px;
  }
}
.model-box .model-params .row .param {
  font-weight: 600;
}
.model-box .model-params a.link {
  color: #28435b;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 21px;
}
.model-box .model-params ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.model-box .model-params ul li {
  margin-bottom: 7px;
}
.model-box .model-params ul li:last-child {
  margin-bottom: 0px;
}
.model-box .btn-def-orange {
  font-size: 17px;
  width: auto;
  padding: 0 22px;
  outline: none;
}
.model-box .model-title {
  margin-bottom: 25px;
}
.model-box .model-title h1 {
  display: inline-block;
  margin-right: 25px;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0px;
  padding: 0;
}
.model-box .model-title .social-black {
  display: inline-block;
  vertical-align: top;
}
.model-box .model-info-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  text-align: center;
  border-radius: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.model-box .model-info-img img {
  object-fit: contain;
  border-radius: 15px;
  max-height: 620px;
  /*            max-height: 220px;*/
}
.model-box .model-img-box {
  margin-bottom: 40px;
}
.model-box .model-img-box img {
  border-radius: 15px;
}
@media (max-width: 576px) {
  .model-box .model-img-box img {
    display: block;
    margin: 0 auto;
    max-width: 78px;
  }
  .model-box .model-img-box img:first-child {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .model-box .model-img-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .model-box .model-img-box {
    text-align: center;
    margin-bottom: 15px;
  }
}
.model-box .model-nav {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 45px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .model-box .model-nav {
    font-size: 22px;
  }
}
.model-box .model-nav a {
  color: #7f8993;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.model-box .model-nav a:hover {
  border-bottom: 3px solid #ec4f38;
  color: #041a2d;
}
.model-box .model-nav a.active {
  border-bottom: 3px solid #ec4f38;
  color: #041a2d;
}
.model-box a.btn-def-block {
  max-width: 526px;
}
.model-box img {
  max-width: 100%;
}
.model-video {
  position: relative;
}
.model-video a {
  display: inline-block;
  z-index: 2;
  position: relative;
}
.model-video a:after {
  background: url("/theme/img/play.png") no-repeat;
  display: block;
  width: 89px;
  height: 89px;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -44px;
  top: 50%;
  margin-top: -44px;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}
.model-video img {
  border-radius: 15px;
}
@media (max-width: 576px) {
  .model-video {
    text-align: center;
  }
  .model-video:after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .model-video img {
    max-width: 78px;
  }
}
.model-video-small {
  position: relative;
}
.model-video-small:after {
  background: url("/theme/img/play.png") no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  background-size: cover;
  cursor: pointer;
}
.model-params-tab {
  font-size: 15px;
}
.model-params-tab .param {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}
.model-params-tab .row {
  margin-bottom: 30px;
}
.table-params tr th {
  font-size: 20px;
  background: #f1f1f1;
  font-weight: 600;
  border: 1px solid #28435b;
}
.table-params tr td {
  font-size: 15px;
  background: #f1f1f1;
  border: 1px solid #28435b;
}
.table-params tr td:nth-child(even),
.table-params tr th:nth-child(even) {
  background: #fff8f6;
}
.group_file_list .video_item .thumb {
  max-height: 240px;
  overflow: hidden;
  min-height: 240px;
  background: #eee;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.group_file_list .video_item .thumb a {
  display: block;
  position: relative;
  min-height: 240px;
}
.group_file_list .video_item .thumb img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
}
.file_load_hand {
  padding-bottom: 15px;
}
.file_load_hand_link {
  border-radius: 4px;
  background: #c82647;
  color: #fff;
  width: 170px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 7px 0px 7px 0px;
  cursor: pointer;
  font-weight: normal;
}
.file_load_hand_link:hover {
  color: #fff;
}
#file_load_hand_box,
#video_load_hand_box {
  height: 50px;
  position: relative;
}
#file_load_hand_box span,
#video_load_hand_box span {
  display: none;
}
#file_load_hand_box span.error,
#file_load_hand_box span.error {
  display: inline-block;
  margin-left: 25px;
}
#file_load_hand_box.load span,
#video_load_hand_box.load span {
  display: inline-block;
  padding-left: 25px;
  line-height: 25px;
}
#file_load_hand_box.load,
#video_load_hand_box.load {
  background: url("/theme/img/ajax-loader.gif") no-repeat 0px 5px;
}
#file_load_hand_box.load .file_load_hand_link,
#video_load_hand_box.load .file_load_hand_link {
  display: none;
}
#file_load_hand_box.load #frm-photo-load,
#file_load_hand_box.load #frm-video-load {
  display: none;
}
.group_file_list .photo_item {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eee;
}
.group_file_list .photo_item img {
  max-width: none;
}
.group_file_list .photo_item .panel {
  position: absolute;
  width: 100%;
  padding: 5px;
  left: 0px;
  line-height: 1;
  right: 0px;
  font-size: 12px;
  display: none;
}
.group_file_list .photo_item .panel a {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
.group_file_list .photo_item .panel .photo_delete {
  background: #ff0000;
  float: right;
}
.group_file_list .photo_item .panel .photo_rotate {
  background: #009900;
  float: left;
  margin: 0 3px;
}
.group_file_list .photo_item:hover {
  border: 2px solid #ec4f38;
}
.group_file_list .photo_item:hover .panel {
  display: block;
}
#education_list .edu_frm {
  margin-bottom: 30px;
}
.experience-list {
  margin-bottom: 30px;
}
.experience-list table td,
.experience-list table th {
  border-color: #ec4f38;
  background: #fff;
}
.experience-list table th {
  font-size: 20px;
}
.experience-list table tr td:nth-child(even) {
  background: #fff8f6;
}
.experience-list table tr th:nth-child(even) {
  background: #fff8f6;
}
.icon-op a {
  display: inline-block;
}
.icon-op svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.profile-logo-label {
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-bottom: 11px;
  cursor: pointer;
  min-width: 130px;
  max-width: 150px;
  min-height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-height: 116px;
}
.profile-logo-label img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  max-height: 155px;
}
.forms_descr {
  font-size: 20px;
  margin-bottom: 30px;
}
.models-list .item {
  height: 375px;
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 0px;
  position: relative;
}
.models-list .item img.model {
  max-width: 100%;
  border-radius: 14px;
  max-height: 100%;
  object-fit: cover;
}
.models-list .item .agent {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
  color: #fff;
  background: rgba(142, 143, 144, 0.6);
  padding: 5px 10px;
  display: inline-block;
  border-radius: 15px;
}
.models-list .item .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #eee;
  text-shadow: 1px 2px 2px #000000;
}
@media (max-width: 576px) {
  .models-list .item .info {
    font-size: 14px;
  }
}
.models-list .item .info span.icon {
  background: url("/theme/img/icon-model.png") no-repeat;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
}
.models-list .item .info span.edu span.icon {
  background-position: 0px 0px;
}
.models-list .item .info span.location span.icon {
  width: 9px;
  background-position: -14px 0px;
  margin-left: 3px;
  margin-top: 2px;
}
.models-list .item .info span.age span.icon {
  background-position: -22px 0px;
}
.models-list .item .info span {
  display: block;
}
.models-list .item .video {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/theme/img/video-camera.png");
  background-color: rgba(130, 130, 134, 0.5);
  background-repeat: no-repeat;
  background-position: 9px 8px;
  border-radius: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
  color: #fff;
  line-height: 32px;
  font-size: 12px;
  cursor: pointer;
}
.models-list .item .video span {
  display: none;
  padding-left: 30px;
  color: #fff;
}
.models-list .item .video:hover {
  padding-right: 15px;
  width: auto;
}
.models-list .item .video:hover span {
  display: inline-block;
}
.models-list .item .bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to bottom, transparent 60%, rgba(255, 255, 255, 0.6) 100%);
}
#claim-access {
  margin: 0 auto;
  /*    top: 0px;
        left: 0px;*
        padding-top: 0px;
        width: 100%;     
        height: 100vh;
        position: fixed;
        z-index: 99999;
        display: flex;
    */
  display: none;
  /*    background: rgba(0,0,0,0.5);  */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#claim-access h3 {
  text-align: center;
  display: block;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
#claim-access .comment {
  font-size: 12px;
}
#claim-access input[type="submit"] {
  margin: 0 auto;
}
#claim-access .control-label {
  font-weight: normal;
}
#claim-access .claim-access-box {
  /*        background: #fff;
                border-radius: 5px;
                box-shadow: 0 5px 12px rgba(183,194,200,0.5);*/
  min-width: 50%;
  margin: 0 auto;
  width: 760px;
  max-width: 96%;
  padding: 30px 20px;
}
.text-lg-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .text-lg-nowrap {
    white-space: normal;
  }
}
.model-info-blur {
  -webkit-filter: blur(11px);
          filter: blur(11px);
  opacity: 0.6;
}
.dilavo-offers .m-item-b-1 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .dilavo-offers .m-item-b-1 {
    margin-bottom: 50px;
  }
}
.dilavo-offers .m-item-b-2 {
  margin-bottom: 90px;
}
.dilavo-offers .t-block {
  text-align: right;
}
#models-list-filter-container {
  background: #fff;
  margin: 0px 0px 50px 0px;
  padding: 10px 0px;
}
@media (max-width: 576px) {
  #models-list-filter-container {
    margin-bottom: 30px;
  }
}
#models-list-filter-container .filter {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
}
#models-list-filter-container .filter img {
  position: absolute;
  top: 4px;
  left: 0px;
}
#models-list-filter-container .filter:after {
  display: block;
  position: absolute;
  content: " ";
  width: 17px;
  height: 17px;
  background: url("/theme/img/down-arrow.png") no-repeat;
  top: 3px;
  right: 0px;
}
#models-list-filter-container .filter.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#rega_box {
  display: none;
  background: #f9f9f9;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-width: 448px;
  min-width: 260px;
  z-index: 100;
  position: relative;
  padding: 20px 10px;
}
#rega_box a {
  color: #000;
}
#rega_box .close {
  width: 16px;
  height: 16px;
  /*        display: block;*/
  display: none;
  top: 10px;
  right: 10px;
  opacity: 1;
  background: url("/theme/img/close-b.png") no-repeat;
  position: absolute;
  cursor: pointer;
}
.rega_auth_box {
  padding: 20px 10% 20px 10%;
  text-align: center;
}
.rega_auth_box .title {
  font-size: 35px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 1;
}
.rega_auth_box .intro {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 10px 28px 10px 28px;
  margin-bottom: 5px;
}
.rega_auth_box .line {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
}
.rega_auth_box .line .left {
  line-height: 2px;
  font-size: 0px;
  background: #fff;
  position: absolute;
  top: 6px;
  width: 66px;
  height: 2px;
  left: 0px;
}
.rega_auth_box .line .right {
  line-height: 2px;
  font-size: 0px;
  background: #fff;
  position: absolute;
  top: 6px;
  width: 66px;
  height: 2px;
  right: 0px;
}
.rega_auth_box .auth_social {
  text-align: center;
  padding-bottom: 15px;
}
.rega_auth_box input[type="email"] {
  border-radius: 28px;
  border: 0px;
  line-height: 30px;
  padding: 10px 35px 10px 15px;
  font-size: 18px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  outline: none;
}
.rega_auth_box input[type="password"] {
  border-radius: 28px;
  border: 0px;
  line-height: 30px;
  padding: 10px 35px 10px 15px;
  font-size: 18px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  outline: none;
}
.rega_auth_box input[type="submit"] {
  border-radius: 28px;
  border: 0px;
  line-height: 30px;
  padding: 10px 35px 10px 15px;
  font-size: 18px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  outline: none;
  background: #ec4f38;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
  font-size: 15px;
  box-shadow: none;
}
.rega_auth_box input {
  color: #041a2d;
}
.rega_auth_box input::-webkit-input-placeholder {
  color: #999;
}
.rega_auth_box input:-ms-input-placeholder {
  color: #999;
}
.rega_auth_box input::placeholder {
  color: #999;
}
.rega_auth_box input.error_auth_rega {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid #ff0000;
}
.rega_auth_box .links {
  text-align: center;
}
.rega_auth_box .links a {
  color: #c1bfbf;
  font-size: 14px;
  display: none;
  margin: 0 5px 0 5px;
}
.rega_auth_box .links a:hover {
  color: #f59639;
}
.auth_social a.vk {
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url("/theme/img/social_icons.png") no-repeat;
  margin: 0 3px 0 3px;
  border-radius: 50%;
  background-position: -40px 0;
}
.auth_social a.fb {
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url("/theme/img/social_icons.png") no-repeat;
  margin: 0 3px 0 3px;
  border-radius: 50%;
}
.rega_auth_box.status_rega .links a.go_enter {
  display: inline-block;
}
.rega_auth_box.status_auth .links a.go_rega {
  display: inline-block;
}
.rega_auth_box.status_auth .links a.go_recovery {
  display: inline-block;
}
.rega_auth_box.status_recovery .links a.go_rega {
  display: inline-block;
}
.rega_auth_box.status_recovery .links a.go_enter {
  display: inline-block;
}
.rega_auth_box.status_recovery input[type="password"] {
  display: none;
}
#rega_auth_answer {
  display: none;
}
#auth_rega_error {
  color: #ff0000;
  font-size: 14px;
  line-height: 1;
  border-radius: 10px;
  display: none;
  padding: 5px;
}
.rega_recovery_success {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
  background: #6b513d;
  text-shadow: 1px 1px 2px #323232;
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
}
#checkbox_rega {
  margin-bottom: 15px;
}
#checkbox_rega label {
  margin: 0px;
}
#checkbox_rega input[type="checkbox"] {
  margin-right: 10px;
}
.profile_box {
  position: relative;
  padding: 0px 20px;
}
.profile_box:hover .profile_full {
  display: block;
}
.profile_box .profile_current {
  cursor: pointer;
}
.ico_set {
  display: inline-block;
  text-decoration: none;
  background: url("/theme/img/icons-min.png") no-repeat;
}
.ico_profile_add {
  width: 20px;
  height: 16px;
  background-position: 0 -125px;
  vertical-align: top;
  margin-right: 10px;
}
.ico_load {
  display: inline-block;
  text-decoration: none;
  height: 16px;
  width: 16px;
  background: url("/theme/img/load.png") no-repeat;
}
.ico_pdf {
  display: inline-block;
  text-decoration: none;
  height: 16px;
  width: 16px;
  background: url("/theme/img/pdf.png") no-repeat;
}
.ico_delete2 {
  display: inline-block;
  text-decoration: none;
  height: 16px;
  width: 16px;
  background: url("/theme/img/delete2.png") no-repeat;
}
#cart_list .row {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
#cart_list .row:last-child {
  border-bottom: 0px;
}
.profile_full {
  display: none;
  position: absolute;
  background: #ec4f38;
  left: 0px;
  top: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
  right: 0px;
}
.profile_full a.profile_add {
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 20px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  display: block;
  text-decoration: none;
}
.profile_full a.profile_add:hover {
  background: rgba(255, 255, 255, 0.5);
}
.profile_current {
  white-space: nowrap;
  position: relative;
  padding-left: 60px;
  min-height: 40px;
  color: #fff;
  z-index: 2;
  line-height: 1.2;
  padding-top: 2px;
}
.profile_current .avatar {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.profile_current .count_new {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  font-size: 12px;
}
.profile_current .count_new_active {
  border-radius: 50%;
  background: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #ff0000;
}
.cabinet-menu {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
}
.cabinet-menu a {
  color: #bcc1c6;
  display: inline-block;
  margin: 0 10px 15px 10px;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.cabinet-menu a:hover {
  border-bottom: 2px solid #ec4f38;
  text-decoration: none;
  color: #041a2d;
}
.cabinet-menu a.active {
  border-bottom: 2px solid #ec4f38;
  text-decoration: none;
  color: #041a2d;
}
.row_box_cabinet {
  border-radius: 10px;
  background: #fff;
  padding: 34px 25px;
}
.cabinet-head {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}
.cabinet-form {
  margin: 0 auto;
  /*    max-width: 990px;*/
}
.cabinet-descr {
  font-size: 14px;
  color: #999;
}
.cabinet-photo-box {
  min-height: 166px;
}
#anketa-answer {
  text-align: center;
  padding: 10px;
}
.models_user {
  padding: 0;
  margin: 5px 0 5px 0;
  list-style-type: none;
}
#date_of_birth_label {
  padding-top: 0px;
  display: inline-block;
  color: #828c96;
  line-height: 50px;
  vertical-align: top;
}
#move_up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  overflow: hidden;
  color: #999;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 45px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  z-index: 8;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
#move_up .tri {
  border-bottom: 16px solid #cfcfcf;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  top: 15px;
  left: 24px;
}
#move_up .tri .inner {
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  top: 3px;
  left: -16px;
}
.casting_complaint {
  padding-left: 23px;
  display: inline-block;
  line-height: 18px;
  background: url("/theme/img/complaint.png") no-repeat;
  font-size: 14px;
  font-weight: 300;
  color: #041a2d;
  text-decoration: underline;
}
#casting_complaint {
  display: none;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
  min-width: 600px;
  max-width: 100%;
}
.field_row {
  margin-bottom: 20px;
}
.field_row .my_agent {
  display: inline-block;
  margin-top: 10px;
}
.field_row .legenda {
  font-size: 12px;
  color: #828c96;
  padding-top: 5px;
  margin-top: 5px;
}
.field_row .field_sex a {
  display: inline-block;
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  padding: 5px 30px 5px 10px;
  border-radius: 28px;
  line-height: 30px;
  color: #041a2d;
  margin-right: 10px;
}
.field_row .field_sex a .ico {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.field_row .field_sex a.active {
  background-color: rgba(236, 79, 56, 0.5);
  color: #fff;
}
.field_row .field_sex a.sex_1 .ico {
  background: url("/theme/img/man.png") no-repeat;
}
.field_row .field_sex a.sex_2 .ico {
  background: url("/theme/img/woman.png") no-repeat;
}
.field_row .field_radio label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.field_row .field_box input:focus {
  outline: none;
}
.field_row .field_box .input_date {
  background: url("/theme/img/calendar.png") no-repeat 92% 8px;
}
.field_row .field_select {
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  padding: 0px 10px;
  /*        &::after {
                    display: inline-block;
                    position: absolute;
                    content: '';
                    bottom: 0px;
                    right: 0px;
                    height: 42px;
                    width: 48px;
                    background: url('/theme/img/down-arrow.png') #fff no-repeat center center;
                }*/
}
.field_row .field_select select,
.field_row .field_select input {
  border: 0px;
  width: 100%;
  padding: 11px 10px;
}
.field_row .field_select select:focus {
  outline: none;
}
.field_row .field_name {
  margin-bottom: 7px;
  color: #777;
  font-weight: 600;
}
.skills_box label {
  display: inline-block;
  margin-right: 15px;
  min-width: 90px;
}
.imp {
  color: #dd0000;
}
.input {
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 100%;
  line-height: 22px;
  color: #000;
}
.input::-webkit-input-placeholder {
  color: #999;
}
.input:-ms-input-placeholder {
  color: #999;
}
.input::placeholder {
  color: #999;
}
#promocode-video {
  border: 1px solid #ddd;
  border-radius: 22px;
}
textarea.input {
  border-radius: 10px;
}
textarea:focus {
  outline: none;
}
.text-bold {
  font-weight: 600;
}
#my_agent {
  display: none;
  padding-bottom: 15px;
}
.ui-autocomplete {
  z-index: 10000 !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ccc;
}
.ui-autocomplete li.ui-menu-item {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  padding: 5px 0px;
  max-width: 620px;
  cursor: pointer;
}
.ui-autocomplete li:last-child {
  border-bottom: 0px;
}
.ui-autocomplete .title_short {
  color: #000099;
  font-size: 12px;
  font-weight: bold;
}
.ui-autocomplete li.ui-state-focus {
  border: 0px;
  border-bottom: 1px solid #ddd;
  background: #d8f9d3;
}
.select-box {
  border: 1px solid #ddd;
  border-radius: 30px;
  position: relative;
  width: 100%;
}
.select-box .current {
  display: block;
  padding: 9px 17px;
  cursor: pointer;
}
.select-box:after {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background: url("/theme/img/down-arrow-small.png") no-repeat;
}
.select-box .list {
  position: absolute;
  z-index: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0px;
  left: -1px;
  right: -1px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.select-box .list span.item {
  display: block;
  padding: 9px 17px;
  cursor: pointer;
}
.select-box .list span:hover {
  background: #eee;
}
.select-box.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.select-box.open .list {
  display: block;
}
.select-box.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ot-do-box {
  width: 100%;
}
.ot-do-box .title {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  margin-right: 5px;
}
.ot-do-box .ot-do-box__inputs {
  display: inline-block;
  vertical-align: top;
}
.ot-do-box .ot-do-box__inputs input {
  width: 75px;
  padding: 9px 17px;
  border-radius: 25px;
  border: 1px solid #ddd;
}
#filter-box {
  padding: 20px 0px;
  position: relative;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 1001;
}
#filter-box .item-filter {
  margin-bottom: 20px;
}
#filter-box input[type="submit"] {
  background: #ec4f38;
  border-radius: 25px;
  color: #fff;
  line-height: 43px;
  width: 200px;
  text-align: center;
  border: 0px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-box {
  padding: 9px 17px;
  border-radius: 25px;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.checkbox-box.active {
  color: #ec4f38;
  border: 1px solid #ec4f38;
}
.claim_filter {
  padding: 15px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 4px;
  position: relative;
  top: -1px;
  margin-bottom: 15px;
  margin-top: 10px;
}
/* Таймер */
.myCounter {
  height: 50px;
}
.counter-group {
  margin: 5px auto;
  display: inline-block;
}
.counter-group:before,
.counter-group:after {
  content: " ";
  display: table;
}
.counter-group:after {
  clear: both;
}
.counter-block {
  float: left;
  margin-right: 15px;
}
.counter-block .counter {
  position: relative;
  width: 30px;
  height: 28px;
  overflow: hidden;
}
.counter-block .counter .number {
  padding: 1%;
  width: 46%;
  height: 98%;
  color: #ec4f38;
  position: absolute;
  font-size: 28px;
  line-height: 32px;
  top: -10000px;
}
.counter-block .counter .number.tens {
  left: 0;
}
.counter-block .counter .number.units {
  left: 50%;
}
.counter-block .counter .number.hundreds {
  display: none;
}
.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}
.counter-block .counter .number.hidden-down {
  top: 100%;
}
.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}
.counter-block .counter.with-hundreds {
  width: 56px;
}
.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
}
.counter-block .counter-caption {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.timer-box {
  margin-top: 30px;
  font-size: 14px;
}
.social-share a {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  overflow: hidden;
}
.castings_list .item-list-head {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ec4f38;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .castings_list .item-list-head {
    font-size: 16px;
  }
}
.castings_list .item-list {
  padding: 15px 0px;
  border-bottom: 1px solid #ec4f38;
}
.castings_list .item-list:last-child {
  border-bottom: 0px;
}
.castings_list .item-list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.castings_list .item-list .item .stat {
  font-size: 16px;
}
.castings_list .item-list .item .stat span {
  display: inline-block;
  margin-right: 5px;
}
.castings_list .item-list .item a.brif-info {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.castings_list .item-list .item a.brif-info .sex {
  margin-right: 10px;
}
.castings_list .item-list .item a.brif-info:hover .age_role {
  text-decoration: underline;
}
.castings_list .item-list .item:last-child {
  border-bottom: 0px;
}
.castings_list .item-list .type {
  color: #f59639;
}
.castings_list .item-list .title {
  font-size: 20px;
}
.castings_list .item-list .age_role {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}
.castings_list .item-list .age_role .role {
  display: block;
}
.castings_list .item-list .desc {
  color: #565656;
}
.castings_list .item-list .ext-info {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.castings_list .item-list .time_end {
  line-height: 1;
  font-size: 14px;
  padding: 10px 15px;
  background: #f5f5f5;
  border-radius: 4px;
}
.castings_list .item-list .time_end .time_info {
  color: #c82647;
  margin-top: 5px;
}
.castings_list .sex {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.castings_list .sex span {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 3px;
  line-height: 10px;
  font-size: 10px;
  text-align: center;
}
.brif-frm-in {
  min-width: 1100px;
}
@media (max-width: 1200px) {
  .brif-frm-in {
    min-width: 100%;
  }
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.b-rub {
  font-family: "ALSRubl-Arial";
}
.plus-photo-new,
.plus-video-new {
  width: 137px;
  min-width: 137px;
  height: 137px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: url("/theme/img/plus-photo-new.png") no-repeat #fff center center;
  cursor: pointer;
  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;
}
.plus-photo-new.loader,
.plus-video-new.loader {
  background: url("/theme/img/ajax-loader-big.gif") no-repeat center center;
  background-size: 50% 50%;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}
.plus-photo-new img,
.plus-video-new img {
  object-fit: contain;
}
.plus-video-new {
  background: url("/theme/img/plus-video-new.png") no-repeat #fff center center;
}
.box-shadow {
  background: #f9f9f9;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 40px 35px;
  min-width: 300px;
}
#tariff-pro-plus .title,
#tariff-pro .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
#tariff-pro-plus {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  max-width: 490px;
  display: none;
}
#tariff-pro {
  max-width: 660px;
  display: none;
}
#tariff-pro .label-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#tariff-pro .label-box .label-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 1.2;
  color: #777;
}
.filter-blur {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.pro-tariff .item {
  border-radius: 10px;
  padding: 25px 35px;
  background: #fff;
  min-height: 678px;
  margin-bottom: 30px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
}
.pro-tariff .item .my-tariff {
  background: #ddd;
  color: #999;
  border-radius: 50px;
  line-height: 45px;
  display: block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.pro-tariff .item:hover {
  box-shadow: 0px 0px 17px #ec4f38;
}
.pro-tariff .item .order-btn {
  background: #ec4f38;
  border-radius: 50px;
  text-align: center;
  display: block;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
  max-width: 300px;
  font-weight: 600;
  text-decoration: none;
}
.pro-tariff .item .title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.pro-tariff .item .descr {
  min-height: 460px;
}
.pro-tariff .item .price {
  margin-bottom: 15px;
  text-align: center;
  min-height: 57px;
}
.pro-tariff .item .price .info {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
.pro-tariff .item .price .info .b-rub {
  font-size: 20px;
}
.pro-tariff .item ul {
  padding: 0;
  margin: 0 0 40px 0;
  list-style-type: none;
}
.pro-tariff .item ul li {
  min-height: 52px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 24px;
  font-size: 17px;
}
.pro-tariff .item ul li:before {
  content: "\2714";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  color: #ec4f38;
}
.panel-claim-item {
  padding: 10px 15px;
  background: #eee;
  margin-bottom: 10px;
}
.panel-claim-item .brif_claim_status {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 380px) {
  .panel-claim-item .brif_claim_status {
    padding: 5px 5px;
  }
}
.claim_project_info .panel {
  padding: 25px;
  border-radius: 5px;
  background: rgba(236, 79, 56, 0.5);
}
@media (max-width: 576px) {
  .claim_project_info .panel {
    padding: 10px;
    text-align: center;
  }
  .claim_project_info .panel a {
    display: block;
  }
}
.claim_project_info .panel ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.claim_project_info .panel ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.claim_project_info .panel ul li a {
  color: #fff;
}
.claim_project_info .panel ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .black-site footer {
    margin-top: 0px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
  }
  .castings .item {
    font-size: 14px;
  }
  .castings .item-price {
    font-size: 16px;
  }
  .castings .item-title {
    font-size: 18px;
  }
  .models-list-filter {
    padding: 0 15px;
  }
  .dilavo-top .menu a {
    padding: 7px 12px;
  }
  .dilavo-top .menu a.auth {
    padding: 7px 15px 7px 35px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.gallery-box {
  padding: 0 20px;
  margin-bottom: 50px;
}
.gallery-box .item a {
  display: block;
  padding: 2%;
}
.gallery-box .item a img {
  max-width: 100%;
}
.rasp-cart {
  position: fixed;
  bottom: 0px;
  background: #ec4f38;
  color: #fff;
  z-index: 100;
  left: 0px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
}
.rasp-time .item {
  border: 1px solid transparent;
  line-height: 30px;
  margin-bottom: 12px;
  min-height: 30px;
}
.rasp-grid {
  position: relative;
}
.rasp-grid .item {
  text-align: center;
}
.rasp-grid .item a.slot {
  margin: 0 auto;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #cacfd3;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  display: block;
  max-width: 68px;
  min-height: 30px;
  color: #041a2d;
}
.rasp-grid .item a.slot:hover {
  text-decoration: none;
  background: #ec4f38;
  color: #fff;
  border-color: #ec4f38;
}
.rasp-grid .item a.busy {
  color: #a5a9ac;
  background: none;
  border-color: transparent;
  cursor: not-allowed;
}
.rasp-grid .item a.busy:hover {
  color: #a5a9ac;
  background: none;
  border-color: transparent;
}
.rasp-grid .item .date {
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 30px;
  min-height: 30px;
  border: 1px solid transparent;
}
.rasp {
  width: 100%;
}
.rasp td {
  padding: 2px 5px 2px 5px;
  vertical-align: top;
  border: 1px solid #e4e4e4;
  font-size: 12px;
}
.rasp_head th {
  background: #f5f5f5;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  font-weight: 300;
  text-align: left;
  padding: 2px 5px 5px 5px;
  vertical-align: top;
}
.rasp_head a.eo_terminal_on_off {
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  color: #009900;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  text-align: center;
  line-height: 12px;
  background: #fff;
  border: 1px solid #009900;
  box-sizing: border-box;
}
.rasp_head a.eo_terminal_off {
  border: 1px solid #ff0000;
  background: #fff;
  color: #990000;
}
.rasp_head th.th_head {
  width: 13.5%;
}
.rasp_head th.th_head .day {
  font-weight: 600;
}
.rasp_head .rasp_excel {
  margin: 0 3px 0 0;
}
.rasp_head .rasp_word {
  margin: 0 3px 0 0;
}
.rasp_head .rasp_pdf {
  margin: 0 3px 0 0;
}
.rasp_x {
  overflow-x: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rasp_item {
  margin: 0px 0px 2px 0px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 3px;
  font-size: 10px;
  background: #eee;
  color: #bbb;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  padding-right: 20px;
  text-align: left;
}
.rasp_item:hover {
  border: 1px solid #dd0000;
}
.rasp_item:hover .rasp_model {
  display: block;
}
.rasp_item .ico_user {
  display: inline-block;
  background: url("/theme/img/user.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 5px;
}
.rasp_model {
  background: #fff;
  box-shadow: 0 5px 12px rgba(183, 194, 200, 0.4);
  border: 1px solid #eee;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  z-index: 1000;
  right: 0px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 640px;
  font-size: 14px;
  padding: 15px;
  margin-left: 3px;
}
.rasp_busy {
  background: #dd99aa;
  color: #444;
}
.rasp_free {
  background: #99dd99;
  color: #444;
}
td.rasp_hour_td {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.rasp_prev {
  float: left;
  text-align: left;
  font-size: 18px;
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
  font-weight: 600;
}
.rasp_next {
  float: left;
  text-align: left;
  font-size: 18px;
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
  font-weight: 600;
  float: right;
  text-align: right;
}
.rasp_claim_delete {
  color: #990000;
}
.rasp_day_delete {
  background: url("/theme/img/rasp_delete.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.rasp_item_delete {
  background: url("/theme/img/rasp_delete.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  float: none;
  position: absolute;
  top: 1px;
  right: 5px;
}
.rasp_view {
  background: url("/theme/img/rasp_view.png") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 0px 3px 0px 3px;
}
.rasp_excel {
  background: url("/theme/img/excel.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
.rasp_word {
  background: url("/theme/img/excel.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: url("/theme/img/word.png") no-repeat;
}
.rasp_pdf {
  background: url("/theme/img/excel.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: url("/theme/img/pdf.png") no-repeat;
}
.rasp_head_export td {
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
  padding: 5px;
}
.rasp_link {
  width: auto;
  padding-left: 23px;
  float: none;
}
#frm_intervals_box {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  #frm_intervals_box {
    padding: 0;
    background: none;
    border: 0px;
  }
}
#frm_intervals_box .field_row {
  margin-bottom: 10px;
}
#frm_intervals_box .field_row .field_name {
  width: 120px;
}
#frm_intervals_box .intervals_min a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: center;
  padding: 3px;
  border-radius: 3px;
  min-width: 60px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
#frm_intervals_box .intervals_min a:hover {
  background: #c82647;
  color: #fff;
}
.eo_ticket_photo,
#carousel_video,
#carousel_photo {
  margin-bottom: 15px;
}
.casting-moderate .param {
  font-weight: bold;
}
.casting-moderate .descr {
  padding: 10px 15px;
  background: #eee;
  border: 1px solid #ccc;
}
.casting-moderate p {
  margin-bottom: 7px;
}
#photo_casting_list li,
#video_casting_list li {
  position: relative;
  font-size: 0px;
  line-height: 1;
}
#photo_casting_list li .panel,
#video_casting_list li .panel {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
#photo_casting_list li .panel .photo_delete,
#video_casting_list li .panel .video_delete {
  background: #d3516b;
  display: inline-block;
  padding: 3px 4px;
  border-radius: 4px;
  color: #fff;
  float: right;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.eo_ticket_photo,
.eo_ticket_video,
.video_box {
  max-width: 200px;
  position: relative;
}
.eo_ticket_photo_video {
  font-size: 12px;
}
.eo_ticket_photo_video a {
  display: inline-block;
  background: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
.eo_ticket_photo_video a.active {
  background: #d3516b;
  color: #fff;
}
.eo_ticket_video .play,
.video_box .play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  background: url("/theme/img/play.png") no-repeat center center;
}
.eo_ticket_photo .ticket_photo_delete,
.eo_ticket_video .ticket_video_delete {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  background: #d3516b;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
}
#photo_casting_list li .photo_delete {
  display: inline-block;
  margin-top: 5px;
}
.eo_ticket_list {
  overflow: auto;
  height: 400px;
}
.eo_ticket_list div {
  display: inline-block;
  width: 86px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 16px;
  background: #eee;
  white-space: nowrap;
  position: relative;
  padding: 5px 40px 5px 5px;
  line-height: 30px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 42px;
}
.eo_ticket_list span.live {
  background: #edea5a;
}
.eo_ticket_list span {
  font-size: 10px;
  background: #c5f7f7;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 30px;
  box-sizing: border-box;
  font-weight: 300;
}
.eo_ticket_list div:hover {
  border: 1px solid #ff0000;
}
.casting_list .no_export {
  opacity: 0.3;
}
.casting_list .ticket,
.casting_list_admin .ticket {
  padding: 5px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
}
.casting_list .ticket_num {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.casting_list_admin .ticket {
  padding: 10px;
  font-weight: 600;
}
.ticket {
  background: #c5f7f7;
}
.ticket_live {
  background: #edea5a;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}
#questions_list {
  margin-bottom: 15px;
}
#questions_list .item {
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
}
.jcarousel-wrapper {
  position: relative;
  max-width: 600px;
}
.jcarousel-wrapper .jcarousel-control-prev,
.jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  top: 47%;
  background: #4e443c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 24px;
  line-height: 27px;
  border-radius: 30px;
  box-shadow: 0 0 2px #999;
  width: 30px;
  height: 30px;
  text-align: center;
}
.inactive {
  display: none;
}
.jcarousel-wrapper .jcarousel-control-prev {
  left: 20px;
}
.jcarousel-wrapper .jcarousel-control-next {
  right: 20px;
}
#msg_list {
  /* height: 500px;*/
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#msg_list ul,
#msg_dialog_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
#msg_dialog_list {
  overflow: hidden;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
}
.im_index {
  margin: -30px 0px 0px 0px;
  -ms-touch-action: none;
}
.im_index_container {
  padding: 0 15px;
}
.im_dialog_box {
  background: #adaebe;
  padding-top: 10px;
}
.im_dialog_box .row_active {
  background: #507ffb;
  border-top: 1px solid #889bd6;
}
.im_dialog_box .row {
  border-top: 1px solid #b7b7c3;
  cursor: pointer;
}
.im_dialog_box .row:first-child {
  border-top: 0px;
}
#search_models {
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  border: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.ui-menu .search_models_item.ui-menu-item {
  padding: 5px 7px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.ui-menu .search_models_item .item {
  position: relative;
  padding-left: 43px;
  box-sizing: border-box;
  min-height: 30px;
  font-size: 14px;
  line-height: 16px;
}
.ui-menu .search_models_item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
}
.ui-widget-content {
  border: 0px;
  background: #fefefe;
}
.im_dialog_box .im_name {
  padding-top: 6px;
  color: #fff;
  min-height: 50px;
  box-sizing: border-box;
  line-height: 1.4;
}
.im_dialog_box .im_name .name {
  font-weight: 700;
}
.im_dialog_box .im_name .msg {
  color: #d8d9e0;
  font-size: 12px;
}
.im_dialog_box .im_count {
  text-align: center;
  color: #fff;
  position: relative;
}
.im_dialog_box .im_count .count_new {
  display: none;
}
.im_dialog_box .im_count .count_new_active {
  display: inline-block;
}
.im_dialog_box .im_logo {
  text-align: center;
  padding: 6px 0 0px 6px;
  position: relative;
}
.im_dialog_box .im_logo img {
  width: 35px;
}
.im_list_msg {
  position: relative;
}
.im_list_msg .msg_logo {
  text-align: center;
  padding-top: 10px;
  font-size: 10px;
  color: #666;
}
.im_list_msg .msg_logo img {
  width: 35px;
  margin-bottom: 5px;
}
.im_list_msg .msg_box {
  padding: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  min-width: 50%;
  word-break: break-word;
}
.im_list_msg .msg_box .msg_galka {
  position: absolute;
  left: -5px;
  width: 5px;
  height: 9px;
  top: 15px;
  background: url("/theme/img/galka.png") no-repeat;
}
.im_list_msg .row {
  margin-bottom: 10px;
}
.im_list_msg .msg_box_in {
  background: #4a83fb;
  float: right;
  color: #fff;
}
.im_list_msg .msg_box_in a {
  color: #fff;
}
.im_list_msg .msg_box_in .msg_galka {
  background: url("/theme/img/galka-b.png") no-repeat;
  left: auto;
  right: -5px;
}
.im_form {
  position: relative;
  padding: 0px 45px 0px 0px;
}
.im_form textarea {
  max-width: 100%;
  width: 100%;
  min-height: 70px;
  min-width: 100%;
  font-size: 14px;
  resize: none;
  zoom: 1;
}
.im_form textarea:focus {
  resize: none;
  zoom: 1;
}
.im_send {
  border: 0px;
  cursor: default;
  width: 35px;
  height: 35px;
  background: url("/theme/img/message.png") #656d7a no-repeat 13px 12px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 60px;
}
.im_send_ok {
  background-color: #79b14c;
  cursor: pointer;
}
.r60 {
  border-radius: 60px;
}
.first_image_current {
  width: 13%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.first_image_current img {
  max-width: 100%;
}
.first_image_list {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
/*.first_video_list{
    display: inline-block;
    vertical-align: top;
    width: 82%;
}*/
.first_image_area img {
  max-width: 100%;
  max-height: 600px;
}
.first_image_area {
  width: 36%;
  vertical-align: top;
  display: inline-block;
  margin-right: 2%;
}
.first_image_box {
  background: #fff;
  padding: 10px;
  min-width: 1200px;
}
.photo_list_thumb,
.video_list_thumb {
  max-height: 430px;
  overflow: auto;
  background: #eee;
  padding: 10px;
  margin-bottom: 15px;
}
.photo_list_thumb a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  border: 2px solid #fff;
  line-height: 1;
  font-size: 12px;
  width: 88px;
  color: #000;
  text-decoration: none;
}
.video_list_thumb .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  line-height: 1;
  width: 200px;
  position: relative;
  box-sizing: border-box;
  font-size: 0px;
}
.video_list_thumb .item .thumb {
  position: relative;
  border: 2px solid transparent;
}
.video_list_thumb .item .thumb a {
  display: block;
  position: relative;
}
.video_list_thumb .item .panel {
  font-size: 12px;
  padding: 5px 0px;
}
.video_list_thumb .item span.label {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  display: block;
}
.video_list_thumb .item.active .thumb {
  border: 2px solid red;
}
.photo_list_thumb a.active {
  border: 2px solid red;
}
.photo_list_thumb a img,
.video_list_thumb a img {
  max-width: 100%;
}
a.submit_link {
  background: #c82647 none repeat scroll 0 0;
  color: #fff;
  padding: 7px 15px 7px 15px;
  border: 0px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
}
a.submit_disabled {
  cursor: not-allowed;
  background: #eee;
  color: #ccc;
  opacity: 0.9;
}
.rasp_claim {
  display: none;
  padding: 20px 30px;
  background: #fff;
}
@media (max-width: 576px) {
  .rasp_claim {
    padding: 0px;
  }
}
.rasp_clear:after {
  clear: both;
  display: block;
  content: "";
  margin-bottom: 10px;
}
.rasp_claim_ok input[type="submit"] {
  display: none;
}
.rasp_claim_list_item .rasp_list_day {
  margin-bottom: 10px;
}
.rasp_claim_list_item .rasp_list_day .item {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
  background: #99dd99;
  border-radius: 4px;
  margin: 0px 5px 5px 0px;
  cursor: pointer;
  border: 1px solid #009900;
  font-size: 13px;
}
.rasp_claim_list_item .rasp_list_day .item_busy {
  background: #eee;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: default;
}
.rasp_claim_list_item .rasp_list_day .item_my {
  background: #c82647;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #c82647;
}
.rasp_claim_list_item .rasp_list_day .item_check {
  background: #c82647;
  color: #fff;
  font-weight: 600;
  border: 1px solid #c82647;
}
.rasp_claim_list_item .rasp_day_head {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.rasp_claim_legend {
  margin-bottom: 20px;
  line-height: 16px;
}
.rasp_claim_legend span {
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: top;
}
.rasp_claim_legend span.busy_time {
  background: #eee;
  border: 1px solid #ccc;
}
.rasp_claim_legend span.free_time {
  background: #99dd99;
  border: 1px solid #ccc;
}
.rasp_claim_legend span.my_time {
  border: 1px solid #c82647;
  background: #c82647;
}
@media (max-width: 768px) {
  #rasp_claim_answer {
    display: block;
    margin-top: 10px;
  }
}
#rasp_claim_date {
  font-size: 18px;
  margin-bottom: 25px;
}
#rasp_claim_date span {
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 576px) {
  #rasp_claim_date span {
    font-size: 22px;
  }
}
#rasp_claim_date a {
  font-size: 16px;
}
@media (max-width: 768px) {
  #rasp_claim_date a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  #rasp_claim_date a {
    font-size: 14px;
  }
}
#rasp_claim_date a.btn-def {
  width: auto;
  padding: 0 15px;
}
.eo_history_model .eo_history {
  float: none;
  padding-top: 20px;
}
.eo_history {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  float: right;
  color: #000;
}
.eo_history span {
  border-radius: 5px;
  background: #c5f7f7;
  padding: 0 5px 0 5px;
  height: 25px;
  line-height: 25px;
  margin-right: 3px;
  text-align: center;
  display: inline-block;
  float: right;
  border: 1px solid #eee;
}
.eo_history span.live {
  background: #edea5a;
}
@media (max-width: 991px) {
  .rega_auth_box {
    padding: 15px 15px;
  }
  .casting-info-customer {
    padding: 0px;
  }
  .header .text {
    font-size: 30px;
    line-height: 1.4;
    padding-top: 70px;
    padding-left: 15px;
  }
  h1 {
    font-size: 36px;
  }
  .forms_descr {
    font-size: 18px;
  }
  .models-list .item {
    height: auto;
  }
  .cabinet-descr {
    font-size: 12px;
  }
  .ico_profile_add {
    margin-right: 5px;
  }
  .profile_full a.profile_add {
    font-size: 14px;
    margin: 0 10px;
  }
  .profile_box {
    padding: 0;
  }
  .dilavo-top .profile_menu .ico_set {
    left: 10px;
  }
  .dilavo-top .profile_menu li a {
    padding-left: 35px;
  }
  ul.list-check li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .video-vizitka-box h1 {
    margin-bottom: 35px;
  }
  .pro-tariff .item {
    min-height: 620px;
  }
  .pro-tariff .item .descr {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .pro-tariff .item {
    min-height: 0px;
  }
  .pro-tariff .item .descr {
    min-height: 0px;
  }
  ul.list-check li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .profile_current {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 65px;
  }
  .profile_current .avatar {
    left: 15px;
  }
  .profile_current .count_new {
    left: 5px;
  }
  .video-vizitka-box {
    font-size: 14px;
  }
  .video-vizitka-box h1 {
    margin-bottom: 35px;
  }
  .video-vizitka-box .promocode-box a.btn-def {
    padding: 0 15px;
    font-size: 14px;
  }
  .dilavo-top .menu a.ico_logout {
    right: 15px;
  }
  .model-box .model-nav {
    font-size: 17px;
    line-height: 20px;
  }
  .model-box .model-params-tab {
    font-size: 15px;
  }
  .model-box .model-params-tab .param {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  .model-box .model-params-tab .value {
    text-align: right;
  }
  #claim-access .claim-access-box {
    padding: 20px 10px;
  }
  #claim-access .claim-access-box h3 {
    max-width: 100%;
  }
  .ot-do-box .title {
    width: 100px;
  }
  .models-list .item {
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  body {
    background: #fff;
  }
  .casting-info {
    padding: 25px 0px;
  }
  .casting-info .price {
    text-align: left;
  }
  .casting-info .sex_age {
    text-align: left;
  }
  .pages {
    font-size: 16px;
  }
  .pages a {
    width: 32px;
    height: 32px;
    line-height: 28px;
    margin: 0 3px 5px 3px;
  }
  .pages span.chk {
    width: 32px;
    height: 32px;
    line-height: 28px;
    margin: 0 3px 5px 3px;
  }
  .app-block a {
    margin: 0 15px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .social {
    margin-top: 0px;
  }
  .header {
    min-height: 580px;
  }
  .header .text {
    padding: 0px;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    padding-top: 35px;
  }
  .header .img-profile {
    margin: 0;
  }
  .menu {
    position: relative;
  }
  .menu .hamburger {
    padding: 5px 15px;
    float: right;
    color: #fff;
  }
  .menu .list {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ec4f38;
    top: 55px;
    width: 245px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 150px;
    display: none;
  }
  .menu .list .menu-page a {
    display: block;
    padding: 15px 20px;
    border-top: 1px solid rgba(249, 249, 249, 0.4);
    text-decoration: none;
  }
  .menu .list.open {
    display: block;
  }
  .profile_full {
    position: relative;
    top: 0px;
    display: block;
  }
  .dilavo-top .links {
    text-align: left;
  }
  .dilavo-top .links a {
    display: block;
    border: 0px;
    border-radius: 0px;
    padding: 15px 20px 15px 45px;
    margin-left: 0px;
    color: #fff;
  }
  .dilavo-top .links a.auth {
    background: url("/theme/img/man-user.png") no-repeat transparent 20px 12px;
    padding-left: 45px;
  }
  .dilavo-top .links a.rega {
    background: url("/theme/img/rega-m.png") no-repeat transparent 20px 20px;
    border-top: 1px solid rgba(249, 249, 249, 0.4);
  }
  .v-line {
    height: 50px;
  }
  h2 {
    font-size: 21px;
    line-height: 25px;
  }
  h3 {
    font-size: 19px;
    line-height: 22px;
  }
  .dilavo-offers {
    text-align: center;
  }
  .dilavo-offers .img-pic-1 {
    max-width: 130px;
    margin-bottom: 15px;
  }
  .dilavo-offers .img-pic-2 {
    max-width: 170px;
    margin-bottom: 15px;
  }
  .dilavo-offers .img-pic-3 {
    max-width: 175px;
    margin-bottom: 15px;
  }
  .dilavo-offers .img-pic-4 {
    max-width: 195px;
    margin-bottom: 15px;
  }
  .dilavo-offers .img-pic-5 {
    max-width: 200px;
    margin-bottom: 15px;
  }
  .dilavo-offers .img-pic-6 {
    max-width: 215px;
    margin-bottom: 40px;
  }
  .dilavo-offers .m-item-b-1 {
    margin-bottom: 30px;
  }
  .dilavo-offers h3 {
    text-align: center;
  }
  .dilavo-offers img {
    max-width: 100%;
  }
  .dilavo-offers .m-item {
    margin-bottom: 35px;
  }
  .dilavo-offers .b-1 {
    margin-bottom: 28px;
  }
  .dilavo-offers .t-block {
    text-align: center;
  }
  .castings .item-brd {
    border: 0px;
  }
  .castings .item-price {
    padding: 5px;
  }
  .castings .item-customer {
    text-align: center;
  }
  .row_box_cabinet {
    padding: 5px 10px;
  }
  .castings_claim_box {
    background: #fff;
    padding: 0px;
    box-shadow: none;
  }
  .casting-info {
    font-size: 14px;
  }
  .casting-info h4,
  .casting-info .h4 {
    font-size: 18px;
  }
  .video-vizitka-box img.video-vizitka-img {
    height: auto;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .casting-info {
    padding-top: 15px;
  }
}
@media (max-width: 359px) {
  .field_row .field_sex a {
    padding-right: 15px;
  }
  .field_row .field_sex a .ico {
    margin-right: 7px;
  }
}
.im_list_msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100vh - 190px);
  height: calc(100vh - 190px);
}
@media (max-width: 768px) {
  .im_list_msg {
    height: auto;
  }
}
#msg_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.castings_bot_telegram {
  font-size: 18px;
  padding: 15px;
  border: 2px solid #ec4f38;
  border-radius: 15px;
}
.dialogs-box .dialog-item {
  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: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.dialogs-box .dialog-item .im_logo {
  -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
  max-width: 50px;
  min-width: 50px;
  margin-right: 15px;
}
.dialogs-box .dialog-item .im_name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
}
.dialogs-box .dialog-item .im_count {
  padding: 0 10px;
}
.dialogs-box .dialog-item .im_count .count_new {
  background: #f59639;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  display: none;
}
.dialogs-box .dialog-item .im_count .count_new.count_new_active {
  display: inline-block;
}
.dialogs-box .dialog-item:last-child {
  border-bottom: 0px;
}
.home-box {
  border: 1px solid #041a2d;
  border-radius: 60px;
  background: #fff;
  padding: 35px 45px 55px 45px;
  font-size: 18px;
  color: #28435b;
  text-align: left;
}
@media (max-width: 576px) {
  .home-box {
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .home-box {
    font-size: 16px;
  }
}
.home-box .home-box__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 70px;
}
@media (max-width: 576px) {
  .home-box .home-box__title {
    padding-left: 0px;
    font-size: 28px;
  }
}
.home-box .home-box__descr {
  padding-left: 70px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .home-box .home-box__descr {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
.home-box .home-box__orange {
  background: #ec4f38;
  border-radius: 42px;
  max-width: 800px;
  color: #fff;
  line-height: 1.3;
  padding: 10px 50px;
}
@media (max-width: 768px) {
  .home-box .home-box__orange {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .home-box .home-box__orange {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.home-box .home-box__sneg {
  text-align: center;
  line-height: 1;
}
@media (max-width: 576px) {
  .home-box .home-box__sneg img {
    max-width: 20px;
    max-height: 20px;
  }
}
.home-box .home-box__link {
  background: #28435b;
  box-shadow: 12px 16px 30px rgba(40, 67, 91, 0.5);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
}
@media (max-width: 576px) {
  .home-box .home-box__link {
    font-size: 16px;
    padding: 12px 20px;
    box-shadow: 3px 5px 12px rgba(40, 67, 91, 0.5);
  }
}
@media (max-width: 380px) {
  .home-box .home-box__link {
    font-size: 14px;
    white-space: nowrap;
    padding: 12px 15px;
  }
}
@media (max-width: 340px) {
  .home-box .home-box__link {
    padding: 12px 10px;
    font-size: 12px;
  }
}
.home-box .home-box__link:hover {
  background: #2f577a;
}
.home-box ul {
  margin-left: 0px;
  padding-left: 20px;
}
.home-box ul li {
  margin-bottom: 7px;
}
.home-box .home-box__linkbox {
  padding-left: 70px;
}
@media (max-width: 576px) {
  .home-box .home-box__linkbox {
    padding-left: 0px;
  }
}
@media (max-width: 440px) {
  .home-box .home-box__linkbox {
    text-align: center;
  }
}
.home-box .home-box__tariff {
  padding-left: 70px;
  font-size: 36px;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .home-box .home-box__tariff {
    padding-left: 0px;
    font-size: 26px;
  }
}
.home-box .home-box__tariff_title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .home-box .home-box__tariff_title {
    font-size: 20px;
  }
}
.cookies-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.cookies-consent__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.cookies-consent__text a {
  color: #3498db;
  text-decoration: underline;
}
.cookies-consent__text a:hover {
  color: #2980b9;
}
.cookies-consent__button {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.cookies-consent__button:hover {
  background-color: #2980b9;
}
@media (max-width: 768px) {
  .cookies-consent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .cookies-consent__text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=../css/style.css.map */
