@charset "utf-8";
/* CSS Document */


.breadcrumb{
    margin-bottom: 0px!important;
}


h1{
    margin-bottom: 30px!important;
}

.anketa_section h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #111111
}

.anketa_section form label{
    margin-bottom: 20px;
    color: #999999;
}

.anketa_section .submit_box{
    position: relative;
    /*width: fit-content;*/
    margin-top: 15px;
}

.anketa_section .submit_box .btn1 {
    width: 100%!important;
    margin-right: auto!important;
}

.anketa_section p {
    margin-bottom: 1rem;
}

.anketa_section h3.rect{
    background: url(/images/anketa/rect.png) no-repeat left center;
    padding-left: 10px;
    margin: 30px 0;
}
/*
.anketa_section .top_block .wrapper{
    background: url(/images/anketa/contract.png) #F6F6F6 no-repeat;
    background-position: 30px 50%;
    border-radius: 4px;
    width: 100%;
    height: 100px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
*/

.anketa_section .top_block ._btn{
    display:inline-block;
    padding: 0 15px 0 100px;
}


.anketa_section .type_block,
.anketa_section .model_form,
.anketa_section .main_form
{
    max-width: 100%;
    margin: 30px 0 50px 0;
    /*padding-bottom: 50px;
    padding-top: 30px;
    margin: 0 auto;*/
}

.anketa_section .type_block .card{
    border: #DFDFDF 2px solid;
    border-radius: 5px;
    height: 324px;
    margin-bottom: 40px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.anketa_section .type_block .card.active{
    border: #EC1818 2px solid;
}

.anketa_section .type_block .card .wrp{
    margin: 0 auto;
    padding: 45px 20px 0px 20px;
    position: relative;
    height: 100%;
}

.anketa_section .type_block .card .icon{
    background: url(/images/anketa/type1.png) no-repeat center center;
    height: 51px;
    min-width: 56px;
}

.anketa_section .type_block .card .icon.type2{
    background: url(/images/anketa/type2.png) no-repeat center center;
}

.anketa_section .type_block .card .icon.type3{
    background: url(/images/anketa/type3.png) no-repeat center center;
}

.anketa_section .type_block .card .title{
    font-size: 20px;
    padding-top: 37px;
    padding-bottom: 6px;
}

.anketa_section .type_block .card .desc{
    font-size: 14px;
    color: #999999;
}

.anketa_section .type_block .card .radio{
    text-align: center;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 48px;

}


.anketa_section .type_block .card label{
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
}

.anketa_section .card .radio__text {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding: 0;
}


.anketa_section .type_block .card .btn{
    position: absolute;
    padding: 0px;
    text-align: center;
    border-radius: 50px;
    width: 80%;
    height: 46px;
    line-height: 46px;
    color: #111111;
    left: 10%;
    bottom: -23px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #F6F6F6;
    font-weight: 550;
    overflow: hidden;
}

.anketa_section .type_block .card .btn:hover {
    background: #111111;
    color: #fff;
}


.anketa_section .model_form .icon{
    background: url(/images/anketa/contract.png) no-repeat center;
    width: 100%;
    height: 56px;
    margin-bottom: 38px;
    margin-top: 20px;
}


.anketa_section .model_form .submit .btn1{
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    background-color: #F6F6F6;
    color: #111111;
}

.anketa_section .model_form .submit.contract .btn1:hover {
    background: #EC1818;
    color: #fff;
}

.anketa_section .model_form .submit.presentation .btn1:hover {
    background: #111111;
    color: #fff;
}


.anketa_section .model_form form:not(.active)::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .85;
    z-index: 10;
}


@media screen and (max-width: 768px){
    .anketa_section .model_form form:not(.active) {
        display: none;
    }
}	


.anketa_section .main_form form{
    margin-top: 40px;
}


.anketa_section form .row{
    margin-bottom: 10px;
}

@media screen and (max-width: 992px){
    .anketa_section form .row{
    margin-bottom: 0px;
    }
}	



.anketa_section input.error,
.anketa_section div.error,
.anketa_section .radio__text.error:before,
.anketa_section .checkbox__text.error:before
{
    border: 2px solid #EC1818;
}

.ui-widget.ui-widget-content {
    border: 2px solid #DFDFDF!important;
    border-radius: 0 0 5px 5px!important;
    border-top: 0px!important;
    //font-size: 0.9em;
    max-width: none!important; 
}
	

.anketa_section .model_form .submit {
    position: relative;
}

.waiting{
	position:absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding-bottom: 15px;
}


.submit_box .waiting{
    padding: 0;
    left: 0;
}

	
.waiting .wrapper{
	position:relative;
    /*width: 100%;*/
    height: 100%;
    background-color: #F6F6F6;
    border-radius: 50px;
    margin-left: -2px;
    margin-right: -2px;
}

#fountainG{
	position:absolute;
	width:150px;
	height:20px;
    top:calc(50% - 8px);
    left:calc(50% - 75px);
    

}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:20px;
	height:20px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

.lSSlideOuter .lSPager.lSpg>li a {
    border-radius: 30px;
    height: 16px!important;
    width: 16px!important;
}


.modal-dialog {
    width: auto!important;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 580px!important;
    }
}

.anketa-icon{
    margin-left: -60px;
}

.anketa-p{
    margin-top: -50px;
    margin-left: 10px;
}
div.submit.presentation > button {display:none!important;}