/* bitrix */
.bx-session-message {
	positin:relative;
	top: 80px; 
	background-color: rgb(255, 235, 65); 
	border: 1px solid rgb(237, 218, 60); 
	width: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: black;
	position: fixed; 
	z-index: 9000 !important; 
	padding: 10px; 
	margin: 0 10%;
}

/* captcha */
#waitCaptcha, #waitCaptchaReg, #waitCaptchaClickOrder {
  display: none;
  text-align: center;
  position: absolute;
  background-color: white;
  width: 180px;
  height: 40px;
  top: 0px;
}

/* tooltip */
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  color: #000;
  background-color: #fff;
  text-align: left;
  border: 1px solid #aaa;
  border-radius: 4px;
  max-width: 500px;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 1px 1px 4px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 1px 1px 4px 2px rgba(34, 60, 80, 0.2);
}

/* бэджи в карточке товара */
.z {
	z-index: 900;
}
.z10 {
	z-index: 10;
}

/* оценки в отзывах */
.starrating > input {display: none;}
.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block; 
}
.starrating > label
{
  color: #222222; /* Start color when not clicked */
}
.starrating > input:checked ~ label
{ color: #dc3545 ; } /* Set yellow color when star checked */
.starrating > input:hover ~ label
{ color: #dc3545 ;  } /* Set yellow color when star hover */

/* colorbox */
#colorbox
{
	z-index: 10100 !important;
}

/* ролики */
.framecenter
{
	text-align: center !important;
}

.framecenter iframe
{
	width:560px;
	height: calc((560) * 0.5625);
	aspect-ratio: 16/9;
}

@media (max-device-width:768px) 
{
	.framecenter iframe
	{
		width:100%;
		height: calc((100vw ) * 0.5625);
		aspect-ratio: 16/9;
	}
}

/* airal template update */
.single_post
{
	margin-top:1em;
}

#menuCatMobile
{
	margin-top:0;
}


/*********************************
4.1 Contact Form
*********************************/

.contact_form
{
	padding-top: 85px;
}
.contact_form_container
{

}
.contact_form_title
{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 37px;
}
.contact_form_inputs
{
	margin-bottom: 30px;
}
.input_field
{
	width: calc((100% - 60px) / 3);
	height: 50px;
	padding-left: 25px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	outline: none;
	color: #0e8ce4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.input_field:focus,
.text_field:focus
{
	border-color: #b2b2b2;
}
.input_field:hover,
.text_field:hover
{
	border-color: #b2b2b2;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
}
.text_field
{
	width: 100%;
	height: 160px;
	padding-left: 25px;
	padding-top: 15px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	color: #0e8ce4;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_submit_button
{
	padding-left: 35px;
	padding-right: 35px;
	color: #FFFFFF;
	font-size: 18px;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 24px;
}
.panel
{
	width: 100%;
	height: 50px;
	background: #fafafa;
	margin-top: 120px;
}

@media only screen and (max-width: 575px) {
  .input_field {
    height: 40px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .input_field {
    margin-bottom: 30px;
    width: 100%;
  }