body {
  margin: 0;
  /*background: red;*/
  /*min-width: 0;*/
}
a {
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  background: url("/images/bg.png");
  height: 100%;
  min-height: 950px;
  z-index: 0;
}
.header_line_first {
  width: 100%;
  background: #4E2A13;
  height: 17px;
}
.header_line_second {
  width: 100%;
  background: radial-gradient(#FFFFFF, #D9C392);
  height: 3px;
  box-shadow: 0 0 35px 5px #482e1b;
  z-index: 4;
  position: absolute;
}
.logo_block {
  width: 100%;
  height: 318px;
  background: white;
  border-bottom: 1px solid #D9C392;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}
.logo_block_shadow {
  position: absolute;
  z-index: -1;
  top: 300px;
  box-shadow: 10px 0 110px 12px #482e1b;
  width: 100%;
  border-radius: 100px;
}
.logo {
  margin: 0 auto;
  width: 200px;
  padding-top: 120px;
  text-align: center;
}
.logo_title {
  width: 200px;
  margin: 12px auto;
  text-align: center;
  font-size: 40px;
  font-family: 'Cuprum', sans-serif;
}
.content_form {
  width: 300px;
  margin: 0 auto;
}
.content_form_title {
  width: 260px;
  margin: 0 auto;
  padding-top: 30px;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #482e1b;
  text-align: justify;
}
.content_form_text {
  width: 260px;
  margin: 0 auto;
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #482e1b;
  text-align: center;
  letter-spacing: 0.1px;
}
.btn_block {
  position: relative;
  width: 260px;
  margin: 45px auto;
  height: 100px;
  margin-top: 25px;
}
.btn_log_in {
  width: 82px;
  height: 38px;
  display: inline-block;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #FF0382;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  color: white;
  line-height: 40px;
  position: absolute;
  left: 0;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.btn_log_in:hover {
  background: #7A0137;
}
.btn_reg {
  display: inline-block;
  width: 162px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #00A2E6;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  color: white;
  line-height: 40px;
  position: absolute;
  right: 0;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.btn_reg:hover {
  background: #004767;
}
.btn_how_work {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 256px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #482e1b;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  color: white;
  line-height: 40px;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.btn_how_work:hover {
  background: #000000;
}
.btn_city {
  display: inline-block;
  width: 210px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #00A2E6;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 17px;
  color: white;
  line-height: 40px;
  position: absolute;
  right: 0;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.btn_city:hover {
  background: #004767;
}
.price_list_btn {
  position: absolute;
  bottom: 0;
  top: 116px;
  left: 0;
  width: 256px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #FFEE00;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  color: #482e1b;
  line-height: 40px;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.price_list_btn:hover {
  background: #807700;
  color: white;
}
.how_work_block {
  width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  color: #482e1b;
  font-size: 14px;
  font-family: 'Cuprum', sans-serif;
}
.how_work_block span {
  text-transform: uppercase;
  font-weight: 900;
}
/*footer*/
.footer {
  width: 100%;
  bottom: 0;
}
.footer_line_first {
  width: 100%;
  background: radial-gradient(#FFFFFF, #D9C392);
  height: 3px;
  box-shadow: 0 0 35px 5px #482e1b;
}
.footer_line_second {
  width: 100%;
  background: #4E2A13;
  height: 40px;
}
.footer_info {
  margin: 0 auto;
  /*width: 200px;*/
  height: 40px;
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 40px;
  font-family: 'Cuprum', sans-serif;
}
.footer_info a {
  color: white;
  text-decoration: none;
}
.footer_info span {
  font-size: 18px;
  font-family: 'Cuprum', sans-serif;
}
/*footer*/
.content_center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  color: #4E2A13;
  padding-top: 65px;
}
.content_center span {
  font-size: 26px;
  text-transform: uppercase;
}
.content_center p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
/*modal old*/
@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Print V2";
  src: url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.eot");
  /* IE9*/
  src: url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.woff2") format("woff2"), /* chrome?firefox */ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.woff") format("woff"), /* chrome?firefox */ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.svg#Segoe Print V2") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial/Arial.eot");
  /* IE9*/
  src: url("../fonts/Arial/Arial.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ /*url("../fonts/Arial/Arial.woff2") format("woff2"),*/ /* chrome?firefox */ url("../fonts/Arial/Arial.woff") format("woff"), /* chrome?firefox */ url("../fonts/Arial/Arial.ttf") format("truetype");
  /* iOS 4.1- */
}
@font-face {
  font-family: 'Conv_Cuprum-Bold';
  src: url('../fonts/Cuprum/Cuprum-Bold.eot');
  src: url('../fonts/Cuprum/Cuprum-Bold.woff') format('woff'), url('../fonts/Cuprum/Cuprum-Bold.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Cuprum-BoldItalic';
  src: url('../fonts/Cuprum/Cuprum-BoldItalic.eot');
  src: url('../fonts/Cuprum/Cuprum-BoldItalic.woff') format('woff'), url('../fonts/Cuprum/Cuprum-BoldItalic.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-BoldItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_CuprumFFU';
  src: url('../fonts/Cuprum/CuprumFFU.eot');
  src: url('../fonts/Cuprum/CuprumFFU.woff') format('woff'), url('../fonts/Cuprum/CuprumFFU.ttf') format('truetype'), url('../fonts/Cuprum/CuprumFFU.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Cuprum-Italic';
  src: url('../fonts/Cuprum/Cuprum-Italic.eot');
  src: url('../fonts/Cuprum/Cuprum-Italic.woff') format('woff'), url('../fonts/Cuprum/Cuprum-Italic.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Cuprum-Regular';
  src: url('../fonts/Cuprum/Cuprum-Regular.eot');
  src: url('../fonts/Cuprum/Cuprum-Regular.woff') format('woff'), url('../fonts/Cuprum/Cuprum-Regular.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.main_page-buttons {
  font-family: "Arial";
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 10%;
}
.main_page-buttons p {
  line-height: 70px;
}
.main_page-buttons a,
.main_page-buttons a:hover,
.main_page-buttons a:visited,
.main_page-buttons a:active {
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
  margin: 10px;
  text-decoration: none;
  /*font-size: 25px;
  padding: 15px;
  border-radius: 10px;
  color: #fffdf2;
  background: linear-gradient( to top, #482e1b, #aea193);*/
}
#button-login img {
  margin-bottom: 10px;
  width: 140px;
}
#button-registration img {
  width: 240px;
}
.main_page-links {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 10%;
  float: left;
}
.main_page-links span {
  position: absolute;
  border: 1px solid #482e1b;
  height: 24px;
}
.main_page-links a,
.main_page-links a:hover,
.main_page-links a:visited,
.main_page-links a:active {
  margin: 10px;
  text-decoration: none;
  font-size: 25px;
  color: #482e1b;
}
.main_page-prices {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.main_page-prices .small-header {
  font-weight: 100;
  font-size: 27px;
}
.small-subheader {
  font-weight: 100;
}
.main_page-prices table {
  width: 100%;
  border-collapse: collapse;
}
.main_page-prices table tr th {
  font-family: "Conv_CuprumFFU";
  font-weight: 100;
  text-align: center;
  background-color: #482e1b;
  color: #fffdf2;
}
.main_page-prices table tr td {
  text-align: center;
  padding: 12px;
  background-color: #fff0c3;
}
.main_page-prices table .light-bg td {
  background-color: #fff8e3;
}
.main_page-prices-botom_text {
  padding-top: 20px;
  text-align: left;
  font-size: 20px;
}
.main_page-phone_number {
  text-align: right;
	position: absolute;
  float: left;
  width: 100%;
  margin-top: 20px;
  border-bottom: 7px solid #482e1b;
}
.main_page-phone_number span {
  padding: 4px 5px;
  background: #482e1b;
  color: #fffdf2;
  margin-bottom: -2px;
  margin-right: 2px;
}
.main_page-phone_number span:last-child {
  margin-right: 0px;
}
.main_page-phone_number span:first-child {
  padding-right: 2px;
  padding-left: 2px;
}
.main_page-phone_number-bottom {
  float: left;
  width: 100%;
  background: #fff0c3;
  height: 30px;
}
.fa-phone {
  padding: 6px;
}
.main_page-requirements {
  font-family: "Arial";
  width: 100%;
  position: relative;
  float: left;
}
.reg-message-box,
.login-message-box,
.forgot-message-box {
  width: 480px;
  display: none;
  /*background: red;*/
  background: #fff0c3;
  color: #482e1b;
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.print-message-box {
  display: none;
  position: relative;
  width: 600px;
  margin: 0;
  padding: 0 0.5rem 1rem 0.5rem;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  color: #4E2A13;
  background-color: #FFFDF2;
  border: 2px solid #D9C392;
  border-radius: 4px;
}
.print-message-box .title {
  font-size: 1.2rem;
}
.print-message-box button {
  margin: 0.2rem;
  padding: 0.2rem;
  width: 240px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background-color: #482e1b;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  color: white;
  cursor: pointer;
}
.print-message-box button:hover {
  background: #000000;
}
.login-message-box-block-bottom {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background: url("/images/enter_bottom.png");
  background-size: 100% 20px;
  height: 20px;
  text-align: center;
}
.reg-message-box-block-bottom {
  background: url("/images/reg_bottom.png");
  background-size: 100% 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.login-message-box-block-bottom a {
  color: #ff0000;
  text-decoration: none;
  font-size: 20px;
}
.login-message-box-bottom_line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: #482e1b;
}
.message-box-close {
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 10px 5px 0 5px;
  position: absolute;
  text-align: center;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.message-box-close img {
  width: 50%;
}
.message-box-close:hover {
  /*background: @tan-color;*/
}
.message-box-bg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /*overflow: scroll;*/
  vertical-align: middle;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 2, 0.7);
  display: none;
  text-align: center;
  padding-top: 100px;
}
.deal-error {
  border: 1px solid red;
  border-radius: 4px;
}
.login-message-box-block-header {
  background: url("/images/enter_header.png");
}
.login-message-box-block-header {
  line-height: 1px;
  font-size: 24px;
}
.login-message-box-block-login {
  background: url("/images/login-bg.png");
}
.login-message-box-block-password {
  background: url("/images/password-bg.png");
}
.login-message-box-block-enter {
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
  background: url("/images/enter_button.png");
}
.reg-message-box-block-enter {
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
  background: url("/images/reg_button.png");
}
.reg-message-box-input-error {
  background: url("/images/reg-input_error.png");
  background-size: 100% 100%;
  height: 40px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  border: none;
}
.reg-message-box-input-error input {
  width: 90%;
  float: right;
  margin-right: 13px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-family: "Conv_Cuprum-Regular";
  color: #482e1b;
}
.forgot-message-box-block-enter {
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
  background: url("/images/reestabl.png");
}
.reg-message-box-input {
  background: url("/images/reg-input.png");
  background-size: 100% 100%;
  height: 40px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  border: none;
}
.reg-message-box-input input[type="text"],
.reg-message-box-input input[type="password"],
.reg-message-box-input select {
  width: 90%;
  float: right;
  margin-right: 13px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-family: "Conv_Cuprum-Regular";
  color: #482e1b;
}
.reg-message-box .login-message-box-block-bottom {
  margin-top: 30px;
}
.reg-message-box {
  width: 580px;
}
.login-message-box-block {
  background-size: 100% 100%;
  height: 55px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  border: none;
}
.login-message-box-block input[type="text"],
.login-message-box-block input[type="password"] {
  width: 79%;
  float: right;
  margin-right: 13px;
  height: 50px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-family: "Conv_Cuprum-Regular";
  color: #482e1b;
}
.reg-message-box {
  border-left: 10px solid #482e1b;
  border-right: 10px solid #482e1b;
}
/*END modal old*/
.login-message-box-block_r {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.login-message-box {
  width: 290px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #FFFDF2;
  padding-bottom: 10px;
}
.login-message-box-block_r input[type="text"],
.login-message-box-block_r input[type="password"] {
  width: 213px;
  height: 38px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  border-radius: 4px;
  border: 2px solid #D9C392;
  margin-bottom: 10px;
  padding-left: 10px;
  margin-left: -24px;
}
.reg-message-box-input_r.error select {
  border-color: #FF0000;
}
.reg-message-box-input_r select {
  width: 100%;
  height: 38px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  border-radius: 4px;
  border: 2px solid #D9C392;
  margin-bottom: 10px;
  padding-left: 10px;
}
.login-message-box-block-bottom_r {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4E2A13;
}
.login-message-box-block-bottom_r a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4E2A13;
}
#submit_auth {
  background: #FF0382;
  border: 2px solid #D9C392;
  color: white;
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  padding: 7px;
  border-radius: 4px;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
  margin-top: 7px;
}
#submit_auth:hover {
  background: #7A0137;
}
.login-message-box-block_r_email,
.login-message-box-block_r_pass {
  float: left;
  width: 38px;
  height: 28px;
  background: #D9C392;
  margin-left: 20px;
  color: #4E2A13;
  padding-top: 10px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background: radial-gradient(circle closest-corner at 18px 19px, #fff, #D9C392);
}
.reg-message-box {
  width: 98%;
  max-width: 448px;
  box-sizing: border-box;
  display: none;
  background: #FFFDF2;
  color: #4E2A13;
  position: relative;
  /*padding-bottom: 50px;*/
  text-align: center;
  border: 2px solid #D9C392;
  border-radius: 4px;
  padding: 0 29px;
}
.reg-message-box-input_r input {
  width: 100%;
  border: 2px solid #D9C392;
  height: 38px;
  margin-bottom: 13px;
  border-radius: 4px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  padding-left: 20px;
  color: #4E2A13;
}
#submit_reg {
  margin-top: 10px;
  background: #00A2E6;
  border: 2px solid #D9C392;
  color: white;
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  padding: 3px 10px;
  border-radius: 4px;
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
#submit_reg:hover {
  background: #004767;
}
#submit_forgot {
  background: #FF0382;
  border: 2px solid #D9C392;
  color: white;
  padding: 7px;
  border-radius: 4px;
  margin-top: 10px;
}
#submit_forgot:hover {
  background: #7A0137;
}
.forgot-message-box {
  width: 290px;
  display: none;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background: #FFFDF2;
  padding-bottom: 10px;
}
.login-message-box-block_r_forgot input {
  width: 213px;
  height: 38px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  border-radius: 4px;
  border: 2px solid #D9C392;
  margin-bottom: 10px;
  text-align: center;
}
.form_person {
  text-transform: none;
  color: #4E2A13;
}
.person_radio_btn {
  display: inline-block;
  position: relative;
  left: -105px;
}
.entity_radio_btn {
  display: inline-block;
  position: relative;
  left: 30px;
}
.entity_radio_btn:nth-child(2) .radio:not(checked) + label{
  padding: 0 0 0 13px!important;
}

.radio {
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
}
.radio + label {
  /*cursor: url('../images/hand.cur'), auto;*/
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 110px;
  width: 18px;
  height: 18px;
  border: 2px solid #D9C392;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 112px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4E2A13;
  opacity: 0;
  transition: all 0.2s;
}
.radio:checked + label:after {
  opacity: 1;
}
label {
  padding-left: 100px;
}
.ur_face {
  display: none;
}
.ur_face label {
  cursor: pointer;
  padding-left: 0px;
  font-family: 'Cuprum', sans-serif;
}
/*FOR IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn_log_in,
  .btn_reg,
  .price_list_btn,
  .btn_how_work,
  #submit_auth {
    font-size: 20px;
  }
  .login-message-box-block_r,
  .login-message-box-block-bottom_r {
    font-size: 16px;
  }
  .login-message-box-block_r_forgot input {
    font-size: 16px;
  }
  .for_ie {
    font-size: 14px;
    padding-top: 4px;
  }
  .content_form_title {
    font-size: 18px;
    text-align: center;
  }
  .content_form_text {
    font-size: 13px;
    text-align: center;
  }
  .how_work_block {
    font-size: 14px;
    width: 620px;
  }
  .wrapper {
    margin-bottom: -50px;
    height: 100%;
  }
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
  .selector {
    property: value;
  }
  .btn_log_in,
  .btn_reg,
  .price_list_btn,
  .btn_how_work,
  #submit_auth {
    font-size: 20px;
  }
  .login-message-box-block_r,
  .login-message-box-block-bottom_r {
    font-size: 16px;
  }
  .login-message-box-block_r_forgot input {
    font-size: 16px;
  }
  .for_ie {
    font-size: 14px;
    padding-top: 4px;
  }
  .content_form_title {
    font-size: 18px;
    text-align: center;
  }
  .content_form_text {
    font-size: 13px;
    text-align: center;
  }
  .how_work_block {
    font-size: 14px;
    width: 620px;
  }
  .wrapper {
    margin-bottom: -50px;
    height: 100%;
  }
}
/*End FOR IE*/
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error-message {
  color: #dd4b39;
  font-size: 14px;
  padding: 4px 0;
}

@media (max-width: 600px) {
    .logo img{
        width: 100%;
    }
}
@media (max-width: 800px) {
  .how_work_block {
    width: 100%;
  }
  body{
    width: 100%;
    min-width: 0!important;
  }
}



.error input{
    border-color: red;
    border-width: 2px;
}
.error password{
    border-color: red;
    border-width: 2px;
}
body.ss:has(.message-box-bg) {
  overflow: hidden;
}
.message-box-bg{
  overflow-y: scroll;
}