@charset "UTF-8";
body {
  /*--------------------------------*/
  /*-----------Информер-------------*/
  /*--------------------------------*/
  /*Типовые проблемы(нужное раскомментировать)*/
  /*
	*/
  /*
	.g-form-control-checkbox{
		.g-form-control-checkbox__input{
			display: none;
		}
		.g-form-control-checkbox__label{
			display: inline;
			padding: 0;
		}
	}
	
	.type-checkbox{
		ul{
			list-style-type: none;
			padding: 0;
			li{
				text-align: left;
				label{
					input[type="checkbox"]{
						width: auto!important;
						margin-right: 3px;
					}
				}
			}
		}
	}
	*/
  /*
	.privacy_policy{
		font-size: 12px;
		color: #000;
	}
	*/
}
body .field-required-mark {
  font-size: 15px;
  font-style: normal;
  color: #ff0000 !important;
}
body .field-required-mark:before, body .field-required-mark:after {
  display: none !important;
}
body .g-form-control-checkbox--single {
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
body .g-form-control-checkbox--single .g-form-control-checkbox__input {
  order: 1;
  margin-right: 5px;
  min-width: 15px;
}
body .g-form-control-checkbox--single .g-form-field__title {
  order: 2;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 480px) {
  body .g-form-control-checkbox--single .g-form-field__title {
    font-size: 15px;
  }
}
body .g-form-control-checkbox--single .g-form-field__title a {
  font-size: 16px;
}
body .local-agreement-text {
  font-size: 16px;
}
@media (max-width: 480px) {
  body .local-agreement-text {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body .g-auth__sideleft {
    margin-right: 0;
  }
}
body .gr-form-wrap2 .gr-form .gr-title {
  display: block;
}
body .cookies-warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  color: #808080;
  font-size: 12px;
  z-index: 600;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.23);
  font-weight: normal;
  display: none;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
body .cookies-warning a {
  color: inherit;
}
body .cookies-warning.opened {
  display: block;
}
body .cookies-warning__body {
  line-height: 1.3;
  text-align: center;
}
body .cookies-warning__close {
  cursor: pointer;
  padding: 13px 23px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  color: white;
  background-color: #ff0000;
  border-radius: 4px;
  background: #001ae5;
  border: 1px solid #0013a5;
  box-shadow: 0 3px 5px -2px #82828236;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
body .cookies-warning__close:hover {
  background: #1165dd;
  border: 1px solid #0043a3;
  box-shadow: 0 3px 5px -2px #82828299;
}
body input[type="checkbox"], body .jq-checkbox {
  margin-right: 3px;
  vertical-align: baseline;
}
body .s3_form_field_content label {
  align-items: flex-start !important;
}
body .agreement {
  display: none !important;
}
body .lp-form-tpl__field-checkbox, body .lp-form-tpl__field-radio {
  align-items: flex-start;
}
.popover-container .type-checkbox {
  position: relative;
}
.popover-container .type-checkbox input {
  position: absolute;
  display: inline-block;
  opacity: 0;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  .form_in_bl_wrapper .tpl-anketa .tpl-field.type-text {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(50% - 20px);
  }
  .form_in_bl_wrapper .tpl-anketa .tpl-field.type-textarea, .form_in_bl_wrapper .tpl-anketa .tpl-field.tpl-field-button, .form_in_bl_wrapper .tpl-anketa .tpl-field.type-checkbox {
    width: 100%;
  }
  .form_bl_wrap form > div {
    display: flex;
    flex-wrap: wrap;
  }
}
.call_back_box .tpl-anketa input[type="checkbox"] {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
}
.call_back_box .tpl-anketa .type-checkbox {
  position: relative;
}
.call_back_box .tpl-anketa .type-checkbox .field-value {
  width: auto;
}
.subscribe .tpl-field.policy_checkbox {
  position: relative;
}
.subscribe .tpl-field.policy_checkbox input {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
}
.popover-container .type-checkbox .checkbox-button {
  width: 12px;
  display: inline-block;
  height: 12px;
  border: 2px solid #c2c2c2;
  border-radius: 4px;
  vertical-align: middle;
  margin: -2px 3px 0 0;
}
.popover-container .type-checkbox input:checked + .checkbox-button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='7px'%3E%3Cpath fill='%23949494' d='M9.003,1.315 L3.495,7.003 L3.240,6.973 L0.003,3.631 L1.248,2.344 L3.351,4.515 L7.726,-0.003 L9.003,1.315 Z'/%3E%3C/svg%3E") center center no-repeat;
}
