/*!e,ea (element)==================================================================!*/

.e_vk,
.e_tw,
.e_fb,
.e_gm,
.e_em,
.e_ok,
.e_yt {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  /* background: url(../img/e_share.png) no-repeat;
   */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.e_vk {
  background-image: url(../img/vk.svg);
}

.e_ok {
  background-image: url(../img/ok.svg);
}

.e_yt {
  background-image: url(../img/youtube.svg);
}

.e_tw {
  background-image: url(../img/twitter.svg);
}

.e_fb {
  background-image: url(../img/facebook.svg);
}

.e_gm {
  background-image: url(../img/google.svg);
}

/* .e_em {
  background-image: url(../img/yt.svg);
} */


/*!=== !*/

.e_btn-big-carrot {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 50px;
  margin: 0 5px;
  background: #d86c4a;
  border-radius: 27px;
  line-height: 100%;
  padding: 0 0.7em;
  font-size: calc(15px + 8 * (100vw / 1920));
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: background .25s;
}

.e_btn-big-carrot:hover {
  background: #c75836;
}


/*!=== !*/

.e_metka {
  display: inline-block;
  width: 34px;
  height: 41px;
  line-height: 41px;
  background: url(../img/e_metka.png) no-repeat center;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}


/*!=== !*/


.e_field label {
  font-size: calc(13px + 3 * (100vw / 1920));
}

.e_field label span {
  color: #d86c4a;
  font-weight: 700;
}


@media (min-width:1201px) {
  .i_year-birth {
    width: 110px !important;
  }
}

.e_field>* {
  margin: 0 0 0;
  display: block;
}

.e_field [type=text],
.e_field [type=password],
.e_field [type=number],
.e_field textarea {
  font-size: 14px;
  height: 37px;
  color: #000;
  border: 1px solid #8c8c8c;
  line-height: normal;
  border-radius: 3px;
  padding: 0px 11px 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.e_field [type=number] {
  width: 151px;
}

.e_field .js-datepicker {
  width: auto;
}

.sbHolder {
  padding: 4px 0 !important;
}

.e_field textarea {
  resize: none;
  height: auto;
  line-height: normal;
  max-height: 80px;
  padding-top: 9px;
  padding-bottom: 5px;
  min-width: 100%;
  max-width: 100%;
}

.e_field [type=text]:focus,
.e_field textarea:focus {
  border-color: #d86c4a;
  color: #000;
}

.e_field_small {
  font-size: .8em;
  font-style: italic;
}


/*!=== !*/

.e_btn,
.e_btn-carrot,
.e_btn-gray {
  display: inline-block;
  margin: 0 7px;
  font-size: 14px;
  color: #fff;
  background-color: #aaa;
  border-radius: 3px;
  line-height: 33px;
  height: 37px;
  padding: 0 14px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
}

.e_btn-carrot {
  background: #d86c4a;
}

.e_btn-gray {
  background: #888;
}

.e_btn-carrot-sm {
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  text-decoration: none;
  background: #d86c4a;
  color: #fff;
  border-radius: 13px;
}


/*!a (auxiliary class) ============================================================!*/

.a_more {
  text-decoration: none;
  color: #006dff;
}


/*!=== !*/

.a_main-indent-m {
  margin-left: 0;
  margin-right: 0;
}

.a_main-indent.i_main-two-block .bright {
  margin-top: 0;
}

.a_main-indent h1 {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

/*!=== !*/

.a_calendar-ico {
  background: url(../img/a_calendar-ico.png) no-repeat;
  padding-left: 36px;
}


/*!=== !*/

.a_head-ico {
  background: url(../img/a_head-ico.png) no-repeat;
  padding-left: 27px;
}


/*!=== !*/

.a_round-car-bord {
  border: 2px solid #d86c4a;
  background: #fff;
  border-radius: 9px;
  padding: 45px 31px 30px 30px;
  box-sizing: border-box;
}

.a_round-car-bord-title .h1 {
  margin: -10px 0 0 0;
  line-height: 120%;
}

.pmlogo {
  display: none !important;
}

.a_wid-bord {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 5px #fff inset;
  padding: 10px 13px 10px 13px;
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #f8f8f8 url(/Content/img/widget/bg.gif) repeat-x scroll left bottom;
}


/*!=== !*/

.a_round {
  background: #fff;
  border-radius: 9px;
  padding: 22px;
}

.a_round .desc h2 {
  display: flex;
}

.a_round figure {
  margin-left: 0;
}

.a_round iframe {
  width: 100%;
  height: 707px !important;
}

.a_round iframe video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


/*!=== !*/

.a_lens-ico {
  background-image: url(../img/lens.png);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}


/*!=== !*/

.a_sort {
  padding-right: 14px;
  background: url(../img/sort-arw.png) no-repeat 100% 6px;
}

.a_sort.desc,
.a_sort.sort_d {
  background-position: 100% -46px;
}

.a_sort.act,
.a_sort.sort_a.colselected {
  background-position: 100% -96px;
}

.a_sort.act.desc,
.a_sort.sort_d.colselected {
  background-position: 100% -139px;
}

.a_carrot {
  color: #d86c4a;
}


/*!i (id)=========================================================================!*/

[class^=i_logos-] a {
  position: relative;
}

.i_logos-1 a {
  left: -78px;
}

.i_logos-2 a {
  left: -77px;
}

.i_logos-3 a {
  left: -35px;
}

.i_logos-4 a {
  left: 15px;
}

.i_popup-form {
  margin: 0 -10px;
  padding: 0 13px;
}

.i_popup-form .btn {
  margin: 10px;
  text-align: center;
}

#dialog_st_cont_wrap {
  max-width: 420px;
  box-sizing: border-box;
  margin-left: 0 !important;
  transform: translateX(-50%);
  width: calc(100% - 20px) !important;
}

.i_popup-form .e_field {
  margin-bottom: 10px;
}

.i_popup-form .e_field label {
  margin-bottom: 4px;
}

.i_profile-link {
  position: relative;
  top: -20px;
}

.d_mt-10 {
  margin-top: 10px;
}


/*!standart ======================================================================!*/

#html .abs {
  position: absolute;
}

#html .rel {
  position: relative;
}

#html .fix {
  position: fixed;
}

#html .stat {
  position: static;
}

#html .hid {
  overflow: hidden;
}

#html .cl {
  clear: both;
}

#html .bw:after,
#html [class*=bw_]:after {
  content: "";
  clear: both;
  display: block;
}

#html .show {
  display: block;
}

#html .hide {
  display: none;
}

#html .show-a {
  display: block !important;
}

#html .hide-a {
  display: none !important;
}

#html .ac {
  text-align: center;
}

#html .ar {
  text-align: right;
}

#html .al {
  text-align: left;
}

#html .ilc {
  font-style: italic;
}

#html .fs-norm {
  font-style: normal;
}

#html .bold {
  font-weight: 700;
}

#html .fw-norm {
  font-weight: 400;
}

#html .w100 {
  width: 100%;
}

#html .wauto {
  width: auto;
}

#html .tbl {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}

#html .tbl>* {
  display: table-row;
}

#html .tbl>*>* {
  display: table-cell;
}

#html .tbl>.capt {
  display: table-caption;
}

#html .no-ls li,
#html [class*=menu] li,
#html [class*=tabs] li {
  list-style: none;
}

#html .no-bg {
  background: none;
}

#html .no-br {
  border: 0;
}

#html .s-text {
  text-indent: -10000px;
  overflow: hidden;
}

#html .ih-lnk {
  color: inherit;
  text-decoration: inherit;
}


/*!=== !*/

#html .edg {
  padding-left: 5000px;
  padding-right: 5000px;
  margin-left: -5000px;
  margin-right: -5000px;
}

#html .no-selt {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#html .show-ao {
  display: block !important;
  opacity: 1 !important;
}

#html .bx,
#html [class*=bx_] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/*! .j,j (javascript) .m (used a lot, for c,b,w) .w (main contain wrap) ===!*/


/*!e ===========================================================================!*/

.map .s-form {
  position: absolute;
  top: 64px;
  right: 2px;
  z-index: 20;
  max-width: 640px;
  width: 100%;
  display: flex;
  align-items: center;
}

.map .s-form [type=text] {
  max-width: 100%;
  margin-left: 10px;
  font-size: 18px;
  line-height: 27px;
  height: 27px;
  color: #b8b8b8;
  line-height: 31px;
  border: 1px solid #8c8c8c;
  border-radius: 3px;
  padding: 4px 11px 0;
  outline: none;
  width: 526px;
}

.map .s-form [type=button] {
  margin-left: 10px;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #d86c4a;
  border-radius: 3px;
  line-height: 33px;
  height: 33px;
  padding: 0 14px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  width: 70px;
}

.form_err_message {
  font-size: 18px;
  color: #d86c4a;
  font-weight: 700;
  margin: 20px 0;
}

.c_main-btn.m_tmp {
  width: 522px;
}

.c_main-btn.m_tmp .e_btn-big-carrot {
  width: 455px;
}

.c_page-nave .list_nav_page_num_delim {
  display: none;
}

.c_page-nave .list_nav_page_num_curr_page {
  font-size: 17px;
  display: inline-block;
  color: inherit;
  margin: 4px 0;
  padding: 2px 7px 0;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  background: #d86c4a;
  color: #fff;
  cursor: default;
}

.list_nav_next,
.list_nav_prev {
  display: none;
}

.tmp_ban-planeta {
  margin: 20px auto;
  width: 728px;
}


/*!tmp!*/

.tmp .tmp_title {
  display: block;
  padding: 53px 40px 70px;
  font-size: 48px;
  text-align: center;
  color: #49382e;
  position: relative;
  z-index: 1;
}

.tmp .tmp_title+.c_plate {
  margin-top: 0;
}

.tmp .tmp_email {
  font-size: calc(16px + 8 * (100vw / 1920));
  color: #262626;
  margin: 0 0 20px;
}

.tmp .w_head {
  position: relative;
}





.tmp .w_head .menu .search .fa.close:before {
  content: '✖';
}

.announces {
  position: relative;
  /* position: static; */
  height: 100%;
}

.announce_desc {
  background: white;
}

.announce_desc a {
  text-decoration: none;
  color: #666666;
}

.announce_desc a .read-more {
  text-decoration: underline;
  color: #d86c4a;
  margin-top: 10px;
  display: block;
}

.c_down-menu.c_down-menu-slow {
  position: relative;
  transition: 500ms all ease;
  max-height: 0px;
  display: block !important;
  box-sizing: content-box;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -15px;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  opacity: 0;
}

.c_down-menu.c_down-menu-slow.opened {
  max-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  opacity: 1;
  pointer-events: initial;
}

.table-search-result {
  background: #fff;
  border-radius: 9px;
  padding: 10px 25px 25px;
}

.table-search-result thead {
  display: none;
}

.table-search-result td {
  padding: 8px 0;
  vertical-align: top;
}

.table-search-result td:nth-child(1) {
  width: 320px;
  padding-right: 30px;
}

.table-search-result td:nth-child(2) {
  font-family: 'journalC';
  font-size: 16px;
  line-height: 1.4;
}

.table-search-result td,
.table-search-result th {}

.table-search-result .sub_title_sm {
  font-size: 22px;
  padding-top: 25px
}

.modal *,
.modal *:before,
.modal *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #f2f2f2;
  margin: 111px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 956px;
  position: relative;
}

.modal-content .col-xs-6 {
  width: 50%;
}

.modal-content .e_field {
  margin-bottom: 10px;
}

.modal-content * {
  margin-bottom: 5px;
}

.modal-content .e_field label {
  margin-bottom: 5px;
}

.modal-content input[type=file] {
  margin-bottom: 5px;
}
.modal .e_field,
.modal .mb-2{
  margin: 0 10px 10px 10px ;
}

#modal-agreement .modal-content {
  width: 300px;
  text-align: center;
}
#myModal{
  z-index: 1000;
}
@media (max-width: 992px){
  #myModal .col-xs-6{
    width: 100% ;
  }
  #myModal .modal-content{
    width: 95%;
  }
  #myModal .modal__btn-cls{
    transform: scale(0.8) translateX(25px);
  }
} 

.close {
  color: #aaa;
  font-size: 24px;
  opacity: 0.7;

}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.carousel-item{
    box-sizing: border-box;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}


@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

.minbtn{
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .mid_zayavka-btns{
    flex-direction: column;
  }
  
  .mid_zayavka-btns button,
  .mid_zayavka-btns a{
    margin: 10px 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.my-3 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.mb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.popover {
  position: absolute;
  display: none;
  width: 400px;
  background: #fff;
  border: 1px solid #d86b4a;
  padding: 10px;
}

.popover .head>div {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.2px;
  width: 260px;
  max-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.popover .head>span {
  display: block;
  color: #b3b3b3;
  margin-top: -3px;
}

.popover .desc {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 14px;
  margin-left: 3px;
  margin-top: 18px;
  /* height: 60px; */
  overflow: hidden;
  max-height: 120px;
  overflow: auto;
  max-height: 100px;
}

.popover .desc>span {
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 6px;
}

/* .js-popover:hover .popover{ */
.js-popover.hover .popover {
  display: block;
}

.popover_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 10px;
  line-height: 0.6;
}

.popover_close:hover {
  color: #000;
}

@media (max-width:1200px) {
  .c_search .e_field {
    width: 30%;
    margin-bottom: 15px;
  }

  .field-s-line {
    flex-wrap: wrap;
    justify-content: space-between;
  }


  .a_round.bl.hid iframe {
    height: 55vw !important;
  }
}

@media (max-width:767px) {
  .a_round-car-bord {
    padding: 20px 15px 15px;
  }

  .c_main-btn.m_tmp .e_btn-big-carrot,
  .c_main-btn.m_tmp {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .a_round-car-bord h1 {
    margin-bottom: 0;
  }

  .c_page-nave {
    flex-direction: column-reverse;
    align-items: center;
  }

  .c_page-nave .left,
  .c_page-nave .right {
    top: 0px;
  }
}

@media (max-width:600px) {
  .c_search .e_field {
    width: calc(50% - 10px);
    margin: 0 0 15px 0;
  }
  .field-s-btn.d-flex{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .btn.field-s-btn {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .search_explain_message_link {
    justify-content: center;
  }

  

  .field-s-btn a,
  .field-s-btn input {
    width: calc(50% - 10px);
    margin: 0 0 10px 0;
  }

  .search_explain_message_link a {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .a_round {
    padding: 22px 14px !important;
  }

  .a_round iframe {
    height: 300px !important;
  }

  figcaption {
    width: 100% !important;
  }

  figcaption table {
    width: 100% !important;
  }

  .a_round img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .a_round p {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .a_round figure {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
    margin-right: 0 !important;
  }

}