

/* Start:/bitrix/templates/landing/components/master/form.result.new/popup_new/style.css?164456929111051*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/landing/components/master/form.result.new/popup_new/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/landing/components/master/form.result.new/popup_new/images/icon_warn.gif);
}

/*new style 21.10.2021*/

.btn-transparent-border-color {
    border-color: #da5238;
    background-color: #f15f43;
    color: #fff;
}

[data-event=jqm] {
    cursor: pointer;
}
.btn {
    font-size: 0.7333em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    letter-spacing: 0.8px;
    border-radius: 3px;
    padding: 12px 21px 11px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.button_wrap {
    margin-top: 32px;
}

.btn-transparent-border-color:hover {
    background-color: #c24931;
    border-color: #b04029;
    color: #fff;
}


#popup_iframe_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
/*.jqmOverlay{
	height: 100%; width: 100%; position: fixed; left: 0px; top: 0px; z-index: 2999; opacity: 0.5;
}*/

.jqmOverlay {
    background: #3a3f44;
    opacity: .7!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}

.jqmOverlay, .popup-window-overlay {
    background: rgba(0,0,0,.4);
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
}
.popup.show {
    border-radius: 3px;
}
.scrollblock {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.jqmWindow, .popup {
    animation: toggle_opacity .2s;
}
.popup, .popup-window {
    background: #fff;
    /*background: #3a3f44;*/
}
.popup {
    display: none;
    position: fixed;
    width: 580px;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;

}


#popup_iframe_wrapper.show{
    z-index: 3000;
    display: flex!important;
}
.jqmOverlay.show{
	height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
}
.contacts_frame.show{
	z-index: 3000;
    opacity: 1;
}

.popup .form_head {
    border-bottom-color: #005c9c;
    padding: 55px 75px 10px 60px;
}
.popup .form_head p {
    margin: 0;
    font-size: 24px;
    color: black;
}
.form{
    display: block;
    position: relative;
}

.popup .form_body {
    margin: 0;
    padding: 29px 60px 8px;
    position: relative;
}
.form_body div.form-control, .middle_info .sku_props .form-control, .popup div.form-control {
    background-color: #fff;
    border: 0 solid #d5dadc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
}
.popup .form-control {
    margin: 0 0 25px;
}
div.form-control{
	background: 0 0;
}

.form-control{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control label{
	color: #888;
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 400;
}

.form-control input[type=text] {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px!important;
    -webkit-box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 14px;
    outline: 0;
}
input:not(.btn) {
    line-height: 20px;
}
.form-control label .star {
    margin: 0;
    top: 0;
}
form .star {
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    color: red;
}

.popup .close {
    height: auto!important;
    width: auto!important;
    padding: 16px;
}
.inline.close i, .popup .close, .popup .close i {
    display: block;
    border-radius: 0;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.popup .close {
    margin: 0;
    position: absolute;
    right: 4px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
}
.close {
    text-shadow: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.popup .close i svg {
    width: 14px;
    height: 14px;
}
.svg svg {
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
.popup .close svg * {
    fill: #b8b8b8;
}
.popup .close i {
    display: block;
    border-radius: 0;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.inline.close i, .popup .close i {
    background-position: -1px -46px!important;
}
.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: auto;
    min-height: auto;
}
.form textarea {
    min-height: 193px;
}
textarea {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}
.popup textarea {
    resize: vertical;
}
textarea {
    background: #fafafa;
    /*background: var(--darkerblack_bg_black);*/
    border: 1px solid #ececec;
    /*border-color: #ccc;*/
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    /*color: var(--white_text_black);*/
    height: auto;
    font-size: 14px;
    outline: 0;
}

.popup .form_footer {
    padding: 0 60px 25px;
    display: block;
}

.form_footer {
    margin: 0 0 35px 0;
}
.filter.licence_block, .filter.offer_block {
    padding: 0 0 26px;
    position: relative;
    margin: -10px 0 0;
}

.filter.licence_block label, .filter.offer_block label {
    line-height: 20px;
    padding-top: 2px!important;
}

.btn.btn-default {
    background-color: #f15f43;
    border-color: #da5238;
    color: #ffffff;
}
.btn-lg {
    padding: 16px 26px 16px;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    background-color: #c24931;
    border-color: #b04029;
    color: #fff;
}

label.error {
    color: #e62222!important;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 0;
    font-weight: 400;
}
.form-control.error{
	position: relative;
}
label.error.show{
	display: block;
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px){
.popup {
    min-width: 250px;
}
}
@media (max-width: 400px){
	body .popup {
	    width: auto;
	}
	.popup .form .form_head {
	    padding-right: 50px;
	    padding-left: 30px;
	}
	.popup .form .form_body {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

.webforma label{
    font-size: 14px;
}
.form_head_result{
    padding: 20px 30px;
    text-align: center;
}

.form_head_result p {
    margin: 0;
    font-size: 24px;
    color: black;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff!important;
    opacity: 0.9;
    transition: 0.2s;
}
.licence_block .error {
    position: absolute;
    top: -13px;
}
.licence_block{
    position: relative;
}
/*google styles*/

.checkbox-google {
    display: inline-block;    
    height: 28px;    
    line-height: 28px;      
    margin-right: 10px;       
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;  
}
.checkbox-google .checkbox-google-switch {
    display: inline-block;  
    min-width: 32px;
    height: 16px;   
    border-radius: 20px;
    position: relative;
    top: 6px;           
    vertical-align: top;
    background: #9f9f9f;
    transition: .2s;
}
.checkbox-google .checkbox-google-switch:before {
    content: '';
    display: inline-block;  
    width: 14px;    
    height: 14px;
    position: absolute;
    top: 50%;
  transform:translateY(-50%);
    left: -1px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
    transition: .15s;       
}
.checkbox-google input[type=checkbox] {
    display: block; 
    width: 0;
    height: 0;  
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
    background: #f15f43;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
    background: #fff;
    transform:translate(18px,-50%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
}
 
/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
    filter: grayscale(60%);
    border-color: rgba(0, 0, 0, .1);
}
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
    background: #eee;
}
.checkbox-google{
    margin-bottom: 26px;
}
form .form-control label,form .form_footer {
    text-align: left;
}
select{
    width: 100%;
    -webkit-box-sizing: border-box;
    background: #fafafa;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 14px;
    outline: 0;
}
.inputselect{
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
    border: none;
}
/* End */
/* /bitrix/templates/landing/components/master/form.result.new/popup_new/style.css?164456929111051 */
