body {
  background-color: #eaeaea;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  height: 100%;
}

button,
input[type="submit"],
.button {
  display: block;
  width: auto;
  padding: 0 35px;
  height: 25px;
  border-radius: 5px;
  border: none;
  background-color: #273a57;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

h1,
h3 {
  text-align: left;
  color: #0c1c33;
}

p {
  font-family: verdana;
  font-size: 12px;
}

.cont {
  min-height: 100vh;
  position: relative;
  display: block;
}

.header {
  height: auto;
}

.header_top_row {
  display: block;
  height: 211px;
  background: url(../images/bg_head.jpg);
  background-position-y: -78px;
}

.header_bottom_row {
  display: block;
  height: 50px;
  background-color: #ffffff;
}

.container.banner {
  padding: 0px;
}

.banner_row {
  width: 100%;
  height: auto;
  padding: 20px 0;
  /* background: url("../images/banner.png") no-repeat; */
}

.banner_row img {
  width: 100%;
  height: auto;
}

.banner_text {
  position: absolute;
  width: 40%;
  top: 60%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.banner_text h1 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 150px;
}

.banner_text h2 {
  text-align: left;
  font-size: 100px;
  margin-top: 20px;
}

.header_container {
  display: block;
  max-width: 1200px;
  margin: auto;
  height: inherit;
  padding: 0 20px;
}

.header_logo {
  text-align: left;
  width: 230px;
  float: left;
  margin-top: 16px;
}

.header_logo img {
  width: 200px;
  top: 35px;
  position: absolute;
}

.headre_nav_menu {
  width: auto;
  height: inherit;
  text-align: left;
  margin-left: 13%;
  display: flex;
  align-items: center;
}

.headre_nav_menu .menu_container {
  margin-top: 55px;
  width: 100%;
}

.headre_nav_menu .menu_container ul {
  margin: 0;
  padding: 0;
}

.headre_nav_menu .menu_container li {
  list-style: none;
  float: left;
  position: relative;
}

.headre_nav_menu .menu_container ul.submenu {
  width: 265px;
  position: absolute;
  top: 18px;
  padding: 20px 0;
  background-color: #233653;
  z-index: 99;
  display: none;
}

.headre_nav_menu .menu_container ul.submenu li {
  display: block;
  padding: 7px 10px;
}

.lng_container {
  float: right;
}
.headre_nav_menu .lng_container a {
  margin-left: 5px;
}

.headre_nav_menu .lng_container a.active_menu {
  color: #fff;
  font-weight: 600;
}

.mobile_menu {
  display: none;
}
.headre_nav_menu a {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  margin-left: 15px;
  text-transform: uppercase;
}

.headre_nav_menu a:hover {
  color: #ffffff;
}

#footer {
  bottom: 0px;
  height: 325px;
  display: flex;
  width: 100%;
  background: url(../images/bg_footer.jpg);
  font-size: 10pt;
  color: #fff;
  margin-top: 150px;
}

#footer .container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 1200px;
}

.footer_col1 {
  flex-grow: 1;
  padding: 0 20px;
}

.footer_col1 img {
  max-width: 150px;
}

.footer_col2 {
  flex-grow: 1;
  border-right: 1px solid #273a57;
  justify-content: center;
  padding: 0 20px;
}

.footer_col2 a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 7px;
}

.footer_col3 {
  display: flex;
  flex-grow: 3;
  justify-content: center;
  border-right: 1px solid #273a57;
  padding: 0 20px;
}

.footer_col3 form {
  width: 80%;
}

.footer_col3 form p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer_col3 input[type="email"] {
  display: block;
  width: calc(100% - 18px);
  height: 16px;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 2px 10px;
}

.footer_col3 input[type="submit"] {
  display: block;
  width: auto;
  padding: 0 35px;
  height: 25px;
  border-radius: 5px;
  border: none;
  background-color: #273a57;
  color: #ffffff;
  cursor: pointer;
}

.footer_col3 textarea {
  width: 100%;
  border-radius: 5px;
  height: 50px;
}

.footer_col4 {
  flex-grow: 1;
  padding-left: 50px;
  padding-right: 20px;
}

.footer_col4 p {
  margin: 0;
}

.container {
  margin: auto;
  max-width: 1200px;
  height: auto;
  padding: 50px 20px 50px 20px;
}

hr {
  border: 1px solid #fff;
}

/* Home styles */

#video_row {
  width: 100%;
  background-color: #0d1c33;
  display: flex;
  color: #fff;
}

#video_row .video {
  width: 50%;
}

#video_row .descriptin {
  width: 50%;
  padding: 50px 0 50px 40px;
  font-size: 16px;
  overflow: hidden;
  max-height: 750px;
  text-align: justify;
}

#video_row .descriptin p {
  font-size: 16px;
  max-height: 305px;
  overflow: hidden;
}

#video_row .container {
  display: flex;
  width: 100%;
}

.register_row {
  display: flex;
  width: 100%;
  align-items: center;
}

.content {
  min-height: 100px;
  display: inline-block;
  width: 100%;
}

.register_button {
  font-size: 40pt;
  white-space: nowrap;
}

.register_button a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 150px;
}

.register_button .rl {
  margin-right: 10px;
}

.register_button.juriregistration .rr {
  background: #384a64;
  margin-left: 10px;
}

.home-miss-thumb-link {
  text-decoration: none;
}

.juri_repl {
  display: block;
}

.juri_repl a {
  float: right;
  padding: 5px 20px;
  background-color: #273a57;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
/* ------------- home-register-container */

#home-register-container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  display: flex;
  padding-bottom: 0px;
}
#home-register-container a {
  display: block;
  width: 50%;
  height: 150px;
  text-decoration: none;
  color: #fff;
  font-size: 2.5vw;
  text-align: center;
  line-height: 150px;
  border-radius: 5px;
}
#home-register-container a:nth-child(1) {
  background: #d02d51;
  margin-right: 20px;
}
#home-register-container a:nth-child(2) {
  background: #384a64;
  margin-left: 20px;
}

#home-counter-container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  display: flex;
  padding: 0;
}
#home-counter-container > div {
  color: #827d7d;
  display: block;
  width: 50%;
  height: auto;
  font-size: 15pt;
  text-align: center;
  padding: 0;
}

#home-counter-container > div p {
  font-size: 18px;
}

#home-counter-container > div .register_time {
  font-size: 18px;
  padding: 0px 0 50px 0;
}

.register_text p {
  margin: 0;
  padding: 0 0 0 30px;
  color: #8a4700;
  font-weight: 600;
}

.register_time {
  font-size: 30pt;
  color: #827d7d;
  text-align: left;
  padding: 50px 0;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
}

.days,
.hours,
.minutes,
.seconds {
  padding: 0 15px;
}

.hidden {
  display: none;
}

.home_member_photo {
  display: inline-block;
  width: 100%;
}

.home_member_photo .miss_img_cont {
  width: 7%;
  height: 140px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

.home_member_photo .miss_img_cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 208px;
  height: 200px;
}

.home_member_photo .miss_img_cont_new {
  width: 19.3%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

.home_member_photo .miss_img_cont_new p {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}

.home_member_photo .miss_img_cont p {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}

.more_button_cont {
  width: 100px;
  display: inline-block;
  float: right;
  position: relative;
}

.more_button_cont a {
  position: absolute;
  top: 80px;
}

.title {
  color: #a6a6a6;
}

.more_button {
  width: 90px;
  height: 90px;
  cursor: pointer;
}
/* End Home styles */

p.success {
  border-left: 5px solid #28a745;
  color: #28a745;
  font-weight: 400;
  padding: 5px 20px;
  font-size: 15px;
  background-color: #fff;
}

p.warning {
  border-left: 5px solid #dc3545;
  color: #dc3545;
  font-weight: 600;
  padding: 5px 20px;
  font-size: 15px;
  background-color: #fff;
}

p.warning * {
  color: #dc3545;
}

p.warning span,
p.success span {
  display: block;
}

.registration_form,
.login_form,
.payment_form {
  width: 450px;
  margin: auto;
}
.registration_form input,
.login_form input {
  display: block;
  width: calc(100% - 20px);
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.payment_form td {
  padding-right: 10px;
}

.registration_form .select2-container {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.registration_form .select2-container--default .select2-selection--multiple {
  border-radius: 5px;
  height: 45px;
  overflow: auto;
  border: none;
}

.registration_form .select2-search__field {
  border-radius: 0;
  height: 25px;
}

.registration_form select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 37px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.registration_form textarea {
  width: calc(100% - 4px);
  border: 1px solid #ccc;
  border-radius: 5px;
}

#agree_photo_share {
  width: 15px;
  margin: 0 0 0 15px;
  padding: 0;
  align-items: center;
}

.member_reg_row {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.member_reg_row.terms {
  background-color: rgba(229, 43, 80, 0.1);
  box-sizing: border-box;
  padding: 5px;
}

.member_reg_row a {
  text-decoration: none;
  color: #000;
}
.member_reg_row label {
  white-space: nowrap;
}

.member_reg_row input {
  width: 100%;
}

#phone_code {
  width: 50px;
}

.registration_form input[type="submit"],
.login_form input[type="submit"],
.payment_form input[type="submit"] {
  width: 100%;
  height: 35px;
  margin-top: 20px;
}
.photo_row {
  display: flex;
  align-items: flex-start;
}

.photo_row p {
  width: 130px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

#member_header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

#member_header h3 {
  flex-grow: 9;
}

#member_header p {
  flex-grow: 1;
  text-align: right;
  font-weight: bold;
}

#member_menu {
  width: 100%;
  display: block;
  margin: 20px 0 80px 0;
}

#member_menu a {
  text-decoration: none;
  padding: 5px 20px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 20px;
}

#member_menu a:first-child {
  margin-left: 0;
}

#member_menu a:last-child {
  float: right;
}

.member_img {
  height: 200px;
  display: inline-block;
  padding: 10px 0;
}

.member_img img {
  height: inherit;
}

.layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#loading_container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

#loading_container img {
  width: 50px;
  margin-top: 40%;
  margin-left: 45%;
}

#images_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 450px;
  background: #fff;
  z-index: 999;
  display: flex;
  padding: 20px;
}

.image_block {
  width: 50%;
}

.image_block img {
  max-width: 100%;
  max-height: 100%;
}

.description_block {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
}

.description_block .button {
  width: 100px;
  line-height: 25px;
  margin: auto;
  padding: 0;
}

.description_block .button.disabled,
#descr_container .chat-start.disabled {
  opacity: 0.5;
  cursor: default;
}

.description_block .close {
  position: absolute;
  right: 0px;
  top: 0px;
}

.description_block .close img {
  width: 15px;
}

.description_block h2 {
  color: #df9942;
  margin-top: 50px;
}
.description_block .personal_info {
  color: #102545;
  padding: 0;
  margin: 0px;
}
.description_block .point_icon {
  margin-top: 50px;
  margin-bottom: 10px;
  width: 30px;
}
.description_block .next_arrow {
  width: 70px;
  margin-top: 70px;
  cursor: pointer;
}
.description_block .complete_count {
  color: #888383;
  font-size: 15px;
}

.images_container_header {
  display: flex;
  align-items: center;
  height: 50px;
  background: #ccc;
  padding: 0 20px;
}

.images_container_header > div:first-child {
  flex-grow: 4;
}
.images_container_header > div:nth-child(2) {
  flex-grow: 4;
}

.images_container_body {
  height: calc(100% - 100px);
  margin: auto;
  text-align: center;
  position: relative;
}

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

.images_container_body #member_info {
  position: absolute;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  top: calc(50% - 75px);
  left: 0;
  color: #fff;
  text-align: left;
}

.images_container_tools {
  display: flex;
  height: 50px;
  background: #ccc;
  align-items: center;
}

.images_container_tools > div:first-child {
  flex-grow: 1;
  text-align: left;
}

.images_container_tools > div:nth-child(2) {
  flex-grow: 8;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.images_container_tools > div:nth-child(3) {
  flex-grow: 1;
  text-align: right;
}

.images_container_tools .points {
  border: 2px solid #fff;
  padding: 3px 8px;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 10px;
  font-weight: bold;
}

#next_miss,
#prev_miss {
  height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}

.images_container_header .close {
  float: right;
}

.status_active {
  color: #00ab6b;
}

.status_inactive,
.status_inactive a {
  color: #ff000c;
}

/* Contact Page styles*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font:
    400 12px/16px "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
}
#contact {
  padding: 25px 0;
  flex: 6;
}

#contact h3 {
  color: #f96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
/* End of contact Page styles*/

.miss_item {
  width: calc(20% - 20px);
  height: 280px;
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 50px;
  cursor: pointer;
}

.miss_item a {
  text-decoration: none;
}

.miss_item .img_container {
  height: 200px;
  border: 1px solid #e8b326;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.miss_item img {
}

#missthumb {
  list-style: none;
  height: 130px;
  margin: 0;
}

#missthumb li {
  float: left;
  width: 33%;
  height: 100%;
  margin-right: 0.3%;
  margin-bottom: 0.3%;
}

#missthumb li img {
  width: 30%;
}

.miss_item p {
  padding: 0px;
  margin: 0px;
  color: #e8b326;
}

.miss_item p.missname {
  font-weight: 600;
  font-size: 15px;
}

.content.miss_page {
  display: flex;
}

.miss_page #image_container {
  width: 35%;
}

.miss_page #image_container img {
  max-width: 100%;
}

.miss_page #descr_container {
  width: calc(65% - 100px);
  padding: 0 50px;
  position: relative;
}

.miss_page #descr_container h2 {
  color: #e8b326;
}

.miss_page #descr_container p {
  color: #161e33;
  font-size: 15px;
}

.miss_page #descr_container .back_button {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

.vote_container {
  margin-top: 100px;
}

.vote_button {
  margin-top: 20px;
  font-size: 15px;
}

.miss_page #descr_container .back_button img {
  width: 50px;
}

.tooltiptext {
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -115px;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

@media only screen and (max-width: 950px) {
  .register_button {
    height: 100px;
    line-height: 100px;
  }

  .register_button a {
    font-size: 30pt;
  }

  .miss_item {
    width: calc(25% - 20px);
  }
}

@media only screen and (max-width: 800px) {
  .header_logo {
    width: 200px;
  }

  .headre_nav_menu {
    justify-content: center;
    font-size: 13px;
  }

  .banner_row {
    margin-top: 10px;
  }

  .footer_col1 {
    display: none;
  }

  .footer_col2 {
    font-size: 9px;
  }

  .footer_col3 input[type="submit"] {
    padding: 0 23px;
  }

  .register_button a {
    font-size: 20pt;
  }

  .lng_container {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .title {
    color: #a6a6a6;
    margin: 0;
    padding: 0;
  }

  h1 {
    font-size: 20px;
  }
  .header_container,
  .container {
    width: calc(100% - 40px);
  }

  .container {
    padding: 20px 0 20px 0;
  }

  .header_top_row {
    height: 93px;
  }

  .header_top_row {
    background-position-y: -166px;
  }

  .headre_logo {
    width: calc(45% - 20px);
    margin: 16px auto 0 25px;
  }

  .header_logo img {
    width: 95px;
    top: 10px;
  }

  #video_row .descriptin {
    text-align: left;
  }

  .headre_nav_menu {
    width: 55%;
    margin-left: 45%;
    display: block;
    background-size: 80px;
    text-align: right;
    position: relative;
    padding: 0;
    background-position: center left;
  }

  .headre_nav_menu img {
    width: 30px;
    cursor: pointer;
    margin-top: 35px;
  }

  .mobile_menu {
    display: inline-block;
  }

  .headre_nav_menu .menu_container {
    background: #fff;
    position: absolute;
    right: 0;
    padding: 10px;
    top: 75px;
    width: 200px;
    display: none;
    border-radius: 5px;
    -webkit-box-shadow: -1px 3px 22px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 22px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 3px 22px -8px rgba(0, 0, 0, 0.75);
  }

  .headre_nav_menu .menu_container ul {
    background-color: #fff;
  }
  .headre_nav_menu .menu_container li {
    list-style: none;
    float: none;
    display: block;
    position: relative;
    padding: 0;
  }

  .headre_nav_menu .menu_container .submenu li {
    padding: 0px !important;
  }

  .headre_nav_menu .menu_container .submenu li a {
    text-align: right;
  }

  .headre_nav_menu .menu_container ul.submenu {
    width: inherit;
    position: relative;
    top: 0px;
    padding: 0 0 10px 0;
    background-color: inherit;
    z-index: 99;
    display: block;
  }

  .headre_nav_menu .menu_container {
    margin-top: 0px;
    z-index: 9;
  }

  .headre_nav_menu a {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0;
    color: #102544;
    line-height: 25px;
  }
  .headre_nav_menu a:hover {
    color: #d02d51;
  }

  #video_row .container {
    display: block;
  }
  #video_row .video {
    width: 100%;
    height: 200px;
  }

  #video_row .descriptin {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 16px;
  }

  .register_button {
    line-height: 100px;
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
  }

  .register_button a {
    width: 100%;
    display: block;
    text-align: center;
    /* padding: 7px 25px; */
    background: #d02d51;
    /* border-radius: 5px; */
    color: #fff;
    text-decoration: none;
    font-size: 20pt;
    white-space: nowrap;
  }

  .more_button_cont a {
    top: 0px;
    position: relative;
  }

  .more_button_cont {
    width: 100%;
    display: inline-block;
    float: none;
    position: relative;
    text-align: center;
    padding-top: 20px;
  }

  .home_member_photo {
    width: 100%;
  }

  .home_member_photo .miss_img_cont {
    width: 18.9%;
    height: 110px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 0px;
  }

  .home_member_photo .miss_img_cont_new {
    width: 49%;
    height: 230px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 0px;
  }

  body .pagination > li > a,
  body .pagination > li > span {
    padding: 3px 6px;
    margin-left: -1px;
    font-size: 11px;
  }

  .banner_row {
    /* display: none; */
  }

  .register_row {
    display: block;
  }
  .register_button {
    width: 100%;
    text-align: center;
  }

  .register_time {
    font-size: 10pt;
    text-align: center;
  }

  #home-counter-container {
    display: none;
  }

  .miss_item {
    width: calc(50% - 20px);
  }

  .footer_col1 {
    display: none;
  }

  .lng_container {
    position: relative;
    display: flex;
    top: 0;
    right: 0;
  }
  .headre_nav_menu .lng_container a.active_menu {
    color: #d02d51;
    font-weight: 600;
  }

  .content.miss_page {
    display: block;
  }
  .miss_page #image_container {
    width: 100%;
  }

  .miss_page #descr_container {
    width: 100%;
    padding: 0;
    position: relative;
  }

  #images_container {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .description_block .point_icon {
    margin-top: 18px;
    float: left;
    margin-left: calc(50% - 65px);
    margin-right: 15px;
  }
  .description_block {
    width: 100%;
    position: initial;
  }

  .description_block h2 {
    margin-top: 10px;
  }

  .description_block .button {
    line-height: 30px;
    height: 30px;
    margin: 18px 0 0 10px;
    padding: 0 10px;
  }

  .description_block .next_arrow {
    width: 50px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
  }

  .image_block {
    width: 100%;
    height: 60%;
    margin-top: 20px;
  }

  .image_block img {
    margin-top: 30px;
  }

  .description_block .close {
    right: 10px;
    top: 10px;
  }

  .description_block .close img {
    width: 25px;
  }

  #footer {
    display: block;
    width: 100%;
    height: 230px;
    bottom: 0;
    margin-top: 20px;
  }

  #footer .container {
    display: block;
    width: calc(100% - 40px);
  }

  .footer_col2 {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    border: none;
  }

  .footer_col2 a {
    margin-right: 10px;
  }

  .footer_col3 {
    display: inline-block;
    width: calc(50% - 20px);
    float: left;
    border-right: 1px solid #273a57;
    padding: 0;
  }

  .footer_col4 {
    width: calc(50% - 20px);
    padding: 0;
    float: right;
  }

  .registration_form,
  .login_form {
    width: 100%;
    margin: auto;
  }

  .registration_form label,
  .login_form label {
    font-size: 14px;
  }

  .registration_form input,
  .login_form input,
  .registration_form .select2-container {
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .registration_form textarea {
    width: calc(100% - 4px);
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .registration_form .select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 5px;
  }

  .registration_form
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;
  }

  .member_reg_row {
    width: 100%;
  }

  .member_reg_row label {
    white-space: normal;
  }

  .registration_form .member_reg_row input,
  .registration_form input[type="submit"],
  .login_form input[type="submit"] {
    width: 100%;
  }

  .registration_form select {
    width: calc(100% + 2px);
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
  }

  #member_menu {
    margin: 20px 0 20px 0;
  }

  #member_menu a {
    line-height: 40px;
    margin-left: 0;
    margin-right: 20px;
  }

  #member_menu a:last-child {
    float: none;
  }

  #member_header {
    margin-bottom: 10px;
  }

  .vote_container {
    margin: 10px 0 0 0;
    padding-bottom: 50px;
  }

  .payment_form {
    width: 100%;
    margin: auto;
  }
  .payment_form label {
    display: block;
    width: 100%;
  }

  body .premium_plane_link {
    margin-left: 65px;
    font-weight: bold;
    font-size: 16px !important;
  }

  body .plane {
    width: 35px;
    margin-right: 15px;
  }
  .plane p {
    font-size: 12px;
  }

  body .lSAction > a.lSPrev {
    width: 11px !important;
    height: 40px !important;
    background-size: cover !important;
  }
  body .lSAction > a.lSNext {
    width: 11px !important;
    height: 40px !important;
    background-size: cover !important;
  }

  #home-register-container a {
    font-size: 2.5vw;
    line-height: 50px;
    height: 50px;
  }
}

.lSAction > a.lSPrev {
  background: url(../images/left.png) !important;
  width: 44px !important;
  height: 160px !important;
  opacity: 1 !important;
  background-size: 100%;
}
.lSAction > a.lSNext {
  background: url(../images/right.png) !important;
  width: 44px !important;
  height: 160px !important;
  opacity: 1 !important;
  background-size: 100%;
}

.miss_page .lSAction > a.lSPrev {
  background: url(../images/left.png) !important;
  width: 12px !important;
  height: 50px !important;
  opacity: 1 !important;
  background-size: 100%;
}

.q_a_block {
  position: relative;
  width: 250px;
  height: auto;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
}

.q_a_block h3 {
  margin: 0 0 10px 0;
}

.q_a_block button {
  margin-top: 10px;
}
.answer_row {
  display: block;
}

.plane {
  float: left;
  text-align: center;
  width: 80px;
}

.plane p {
  margin: 0;
  font-weight: bold;
}

.vote_message {
  position: absolute;
}

.price_cont {
  display: block;
  margin: 0 auto 20px auto;
  width: 450px;
}

.price_cont h3 {
  text-align: center;
}
.price_cont p {
  text-align: center;
  font-size: 15px;
}

.premium_plane_link {
  line-height: 80px;
  margin-left: 100px;
  text-decoration: underline;
  cursor: pointer;
}

.pagination {
  display: table;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

#descr_container .chat-start {
  margin-top: 50px;
}
