/* modal */

.noneModal {
	display:none;
}

.fadeOpenModal {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

.styleFade {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}

.styleModalFix {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	z-index:9999;
	overflow: auto;
}

.styleModalWrap {
	display: table;
    height: 100%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.styleModalIn {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.styleModalIn > * {
	display:inline-block;
}

.styleModalPage {
	background: #fff;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin: 50px 0;
    border: 2px solid #3192a3;
}

.styleModalPage button {
	font-weight: normal;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-align: center;
    white-space: normal;
    vertical-align: top;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 600;
    color: #fff;
    margin: 0;
    background: #3192a3;
    border-color: #3192a3;
    padding: 12px 16px;
}

.styleModalPage button:hover {
	background: #51606f;
    border-color: #51606f;
}


.styleClose {
	display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: transparent url(/templates/garant/images/fa-times.png) center center no-repeat;
    font-size: 0px;
    cursor: pointer;
    background-size: 14px;
}

.styleModalHead {
    background: #3192a3;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding: 21px 10px 24px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
}

.styleModalBody {
	padding: 30px 0;
}

.styleModalBody li {
	list-style-type: none;
}

body.overflow {
	overflow: hidden;
}

body.noscroll .section {
	padding-right: 17px;
}

.jsModalPage .forms {
	max-width: 348px;
    width: 100%;
    margin: 0 auto;
}

.jsModalPage .forms input, .jsModalPage .forms textarea {
	width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.jsModalPage .forms textarea {
	height: 136px;
}

.jsModalPage .forms input:focus, .jsModalPage .forms textarea:focus {
	border: 1px solid #3192A3;
}

.jsModalPage .forms .g-recaptcha {
	margin-bottom: 18px;
}


.buttonblock button:first-child {
	float: left;
}

.buttonblock button:last-child {
	float: right;
}
.policy_text{
	padding-top: 25px;
	font-size: 13px;
}
.policy_text_main{
	font-size: 13px;
    padding-bottom: 19px;
	    color: #fff;
		margin-top: 20px;
}

.box-check{
	float: left;
    position: absolute;
    width: 15px!important;
    left: 125px;
    top: 525px;
}	
.box-check-static{
	float: left;
    position: absolute;
    width: 15px!important;
    left: 125px;
    top: 540px;
}	
.box-check-main{
    float: left;
    position: relative;
    width: 15px!important;
    left: 150px;
    margin-top: 23px!important;
}
.box-check-feedback{
      float: left;
    position: relative;
    width: 15px!important;
}	
.policy_text_feedback{
	font-size: 13px;
    padding-bottom: 19px;
    text-indent: 15px;
}