body {
  font-family: 'Core Sans DS 37 Cn';
  font-size: 26px;
  background: #ffffff; 
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0) perspective(1px) translateZ(0);

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;

  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
  display:table;
  text-align:center;
}

* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;   /* Chrome, Safari */
  color-adjust: exact;                 /*Firefox*/
}

*:focus {
  outline: none;
}

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

:-moz-any-link:focus {
  outline: none;
}

img {
    vertical-align: middle;
    border: 0;
    background: transparent; 
}

.font27 {
  font-family: 'Core Sans DS 27 Cn';
}

.font37 {
  font-family: 'Core Sans DS 37 Cn';
}

.font47 {
  font-family: 'Core Sans DS 47 Cn';
}

.font57 {
  font-family: 'Core Sans DS 57 Cn';
}

.hidden { display: none; }

.hidden_anim { 
  display: none; 
}

.visible_anim { 
  display: block; 
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}

h1 {
  font-size:64px;
}

h2 {
  font-size:52px;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 999;
}

th, td { padding: 0; }

table { border-collapse: collapse; border-spacing: 0; border: none; } 

img
{  
  border-style: none;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
}

hr {
  margin: 5px 0 5px 0;
  border-top: 1px solid black;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

.page {
  background:#ffffff;
/*
  margin:0px auto 0 auto;
  min-width: 1920px;
  width: 1920px;
  max-width: 1920px;
*/
}

.shadow_block {
  -moz-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Для Firefox */
  -webkit-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Для Safari и Chrome */
  box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Параметры тени */
}

.shadow {
  transition: all 0.5s ease;
  margin:7px 0 0 7px;
  padding:11px 14px 11px 14px;
  background:#fff;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0), 0 0 28px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 0, 0, 0) inset;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 0, 0, 0) inset;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius:3px;
  position: relative;
  border-collapse: separate;
} 

.alert-box {
/*	color:#555;*/
        -moz-border-radius:7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
	border-radius:7px;
	font-size:24px;
	padding:7px 25px 7px 35px;
	margin:10px 30px 10px 30px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
	display: none;
	visibility: hidden;
}
.error {
	background:#ffecec url('../images/error.png') no-repeat 7px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../images/success.png') no-repeat 7px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('../images/warning.png') no-repeat 7px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('https://chpt.ru/fran/images/notice.png') no-repeat 7px 50%;
	border:1px solid #8ed9f6;
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -webkit-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.close:hover {
    -webkit-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.order_call_link, .order_call_link_dont_create {
  touch-action: manipulation;
  user-select: none;
}

.order_call_link:hover, .order_call_link_dont_create:hover {
  cursor: pointer;
}

.order_call, .spec {
  border:3px solid #ffff00;
  line-height:46px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  position:relative;
  z-index:200;
}

#order_call_hover, #spec_hover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:46px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  z-index:100;
}

#order_call_hover:hover, #spec_hover:hover {
 background:#ffff00;
 opacity:0.1;
 cursor:pointer;
}

#watch_video {
  background:#e63f23;
  width:240px;
  padding: 2px 0 7px 14px;
  text-align:left;
  font-size:26px;
  color:white;
  line-height:50px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
  box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
  position:relative;
  z-index:200;
  touch-action: manipulation;
  user-select: none;
}

#watch_video_hover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  z-index:100;
}

#watch_video_hover:hover {
 background:#bf1d02;
 opacity:0.1;
 cursor:pointer;
}

#order_call_submit, #spec_submit {
  background:#fcc300;
  padding: 2px 0 7px 14px;
  text-align:center;
  font-size:36px;
  color:#13823b;
  line-height:50px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border:none;
  border-radius:35px;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
  box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
  position:relative;
  z-index:200;
  touch-action: manipulation;
  user-select: none;
}

#order_call_submit_hover, #spec_submit_hover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  z-index:100;
}

#order_call_submit_hover:hover, #spec_submit_hover:hover {
 background:#c39700;
 opacity:0.1;
 cursor:pointer;
}

.video-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 1200px;    
    z-index: 99999;
}

.video_descr {
    padding:10px; 
    background:#fff;
    overflow:hidden;
}

.message-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 800px;    
    height: 426px;
    background-image: url(../images/popup_back.webp);background-size:cover;background-repeat: no-repeat;background-position: center center;
    z-index: 99999;
}

.message_descr {
    padding:10px; 
    background:transparent;
    overflow:hidden;
}

.order_call-popup, .spec-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 800px;    
    height: 426px;
    background-image: url(../images/popup_back.webp);background-size:cover;background-repeat: no-repeat;background-position: center center;
    z-index: 99999;
}

.order_call_descr, .spec_descr {
    padding:10px; 
    background:transparent;
    overflow:hidden;
}

#get_presentation_form input {
  width:100%;
  height:42px;
  border:none;
  padding: 0;
  background:#77b31c;
  color:black;
}

#get_presentation_form input:-webkit-autofill,
#get_presentation_form input:-webkit-autofill:hover, 
#get_presentation_form input:-webkit-autofill:focus, 
#get_presentation_form input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #77b31c inset !important;
}

#get_presentation_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}

#get_presentation_form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}

#get_presentation_form input:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: 1;
}

#get_presentation_form input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}

#get_presentation_form input::-ms-input-placeholder { /* IE 10+ */
  color: white;
}

#get_presentation_form input::placeholder {
  color: white;
}

#get_presentation {
  width: 300px;
  border:3px solid #ffff00;
  background: transparent;
  color: white;
  line-height:46px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  position:relative;
  z-index:200;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
}

#get_presentation_hover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:46px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px; /* for old Konqueror browsers */ 
  border-radius:35px;
  z-index:100;
}

#get_presentation_hover:hover {
 background:#ffff00;
 opacity:0.1;
 cursor:pointer;
}

#rent .ui-slider-handle {
 padding: 1px 0 0 16px;
}

#pass .ui-slider-handle {
 padding: 1px 0 0 26px;
}

#order_call_form input,
#spec_form input {
  width:100%;
  height:42px;
  border:none;
  padding: 0;
  background:transparent;
  color:black;
}

#order_call_form input:-webkit-autofill,
#spec_form input:-webkit-autofill
{ 
    -webkit-background-clip: text;
}

#order_call_form input::-webkit-input-placeholder,
#spec_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1c6135;
}

#order_call_form input::-moz-placeholder,
#spec_form input::-moz-placeholder { /* Firefox 19+ */
  color: #1c6135;
  opacity: 1;
}

#order_call_form input:-moz-placeholder,
#spec_form input:-moz-placeholder { /* Firefox 18- */
  color: #1c6135;
  opacity: 1;
}

#order_call_form input:-ms-input-placeholder,
#spec_form input:-ms-input-placeholder { /* IE 10+ */
  color: #1c6135;
}

#order_call_form input::-ms-input-placeholder,
#spec_form input::-ms-input-placeholder { /* IE 10+ */
  color: #1c6135;
}

#order_call_form input::placeholder,
#spec_form input::placeholder {
  color: #1c6135;
}

input[type="checkbox"] {
  clip-path: circle(38% at 50% 50%);   /* Set the clip path of circle*/
}
