body{
	font-family: 'Roboto' !important;
}


ul{
	margin: 0px !important;
	padding: 0px !important;
}


.obw{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}


.h2obw{
	color: #000;
	font-size: 40px;
	font-weight: 700 !important;
	margin-bottom: 40px;
}


@media screen and (max-width: 768px){
	.obw{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.h2obw{
	color: #000;
	font-size: 25px;
	margin-bottom: 20px;
}
}

.h2zayavka{
	color: #fff;
	font-size: 40px;
	font-weight: 700 !important;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px){
.h2zayavka{
	color: #fff;
	font-size: 25px;
	margin-bottom: 40px;
}
}






.bg{
	position: relative;
    background-color: #323755;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1920px auto;
    padding: 90px 0px 130px;
    overflow: hidden;
}



.bg::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url(img/bg-inst.png);
    background-size: 100% 100%;
    z-index: 10;
}






h1{
	font-size: 30px !important;
	font-weight: 500 !important;
	color: #fff !important;
	margin-top: 15px !important;
}


@media screen and (max-width: 768px){
	h1 {
		text-align: center;
		font-size: 20px !important;
		margin-top: 0px !important;
		margin-bottom: 30px !important;
}

.bg{
	padding: 40px 0px 130px;
}
}

.h2bg{
	
    font-size: 19px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.8;
}


@media screen and (max-width: 768px){
.h2bg{
	font-size: 16px !important;
	margin-top: 13px;
	text-align: center;
}	
}


.form{
	text-align: center;
	background-color: #fff;
	padding: 25px 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 28px 0 rgba(17,130,207,.1);
}

.h3bg{
	font-size: 17px;
    letter-spacing: -.02em;
    margin-bottom: 20px;
}


.inbg input{
justify-content: center;
margin: auto !important;
margin-bottom: 15px !important;
width: 80%;
padding: 7px 11px;
border: 1px solid #b4b2b2;
border-radius: 8px;
background: #fff !important;
}

.inbg input[type="number"]::placeholder{
	color:#b4afac !important;
	font-size: 15px;
}

@media screen and (max-width: 768px){
	.inbg input[type="number"]::placeholder{
	color:#b4afac !important;
	font-size: 13px;
}
}


.butbg{
	font-size: 16px !important;
    color: #fff !important;
    font-weight: 600;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background: transparent;
    border: 2px solid #ff1b63 !important;
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
}


.butbg:hover{
	font-size: 16px !important;
    color: #fff !important;
    font-weight: 600;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background: #ff1b63 !important;
    border: 2px solid #ff1b63 !important;
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    transition: 1.3;
}

@media screen and (max-width: 768px){
	.butbg{
		display: none;
	}
}


.bgsubmit input{
	font-size: 16px !important;
    color: #fff !important;
    font-weight: 600;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background-color: #ff1b63 !important;
    border: none !important;
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
	width: 80%;
	margin-bottom: 5px;

}



.butuslugi{
	font-size: 16px !important;
    color: #fff !important;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background-color: #ff1b63 !important;
    border: none !important;
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


@media screen and (min-width: 768px){
	.auslugi{
		display: none;
	}
}


.auslugi{
	font-size: 16px !important;
    color: #fff !important;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background-color: #ff1b63 !important;
    border: none !important;
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media screen and (max-width: 768px){
	.butuslugi{
		display: none !important;
	}
}





.about{
	position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1920px auto;
    padding: 40px 0px 30px;
    overflow: hidden;
	background-color: #f8fcff;
}


.about::before {
    content: '';
    position: absolute;
    top: -50px;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 0px;
    border-bottom: 50px solid #f8fcff;
    border-right: 100vw solid transparent;
    
}



.row-ab{
	flex-wrap: nowrap !important;
}

@media screen and (max-width: 768px){
	.row-ab{
	flex-wrap: wrap !important;
}
}

.ab-img img{
	height: 505px;
}



.p-ab{
	text-align: left;
	font-size: 16px;
}




@media screen and (max-width: 768px){
.ab-img img{
	height: 350px;
}

.p-ab{
	text-align: center;
	font-size: 14px;
}
}






.komu{
	position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg,#ff1b63 0%,#8640c7 100%);
    -webkit-transform: skewY(-5deg);
    /* transform: skewY(-5deg); */
    overflow: hidden;
 }



.content{
	text-align: center;
	-webkit-transform: skewY(5deg);
    transform: skewY(5deg);
}

.row-komu{
	flex-wrap: nowrap !important;
	justify-content: center;
	margin-bottom: 100px !important;
}

@media screen and (max-width: 768px){
	.row-komu{
	flex-wrap: wrap !important;
	margin-bottom: 0px !important;
}
}

.row-komu1{
	flex-wrap: nowrap !important;
	justify-content: center;
	margin-bottom: 100px !important;
}

@media screen and (max-width: 768px){
	.row-komu1{
	flex-wrap: wrap !important;
	margin-bottom: 0px !important;
}
}


.ab-img1 img{
	height: 350px;
}


.p-block-ab{
	margin-top: 100px;
}


@media screen and (max-width: 768px){
.p-block-ab{
	margin-top: 10px;
}
}


.h3komu{
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}


.p-ab1{
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
}




@media screen and (max-width: 768px){
.ab-img1 img{
	height: 235px;
}

.h3komu{
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}


.p-ab1{
	text-align: center;
	font-size: 14px;
}
}



@media screen and (min-width: 768px){
	.row-komu-mob{
		display: none !important;
	}
}


.row-komu-mob{
	margin-top: 50px !important;
	margin-bottom: 40px !important;
	padding-bottom: 30px !important;
}

@media screen and (max-width: 768px){
	.row-komu{
		display: none !important;
	}
	.row-komu1{
		display: none !important;
	}
}






.kak{
	margin-top: -90px;
    z-index: 20;
    padding-top: 100px;
    background: linear-gradient(135deg, rgb(55, 184, 123) 0%, rgb(77, 94, 228) 100%);
}


.row-kak{
	flex-wrap: nowrap !important;
	justify-content: center;
	margin-bottom: 50px !important;
}

@media screen and (max-width: 768px){
	.row-kak{
	flex-wrap: wrap !important;
	margin-bottom: 0px !important;
}
}


.h3kak{
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}


.p-kak{
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
}




@media screen and (max-width: 768px){
.h3kak{
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 20px;
}

.p-kak{
	text-align: center;
	font-size: 14px;
}
}



.kak-block{
	margin: 25px;
}


@media screen and (max-width: 768px){
.kak-block{
	margin-top: 10px;
	margin-right: 0px !important;
	margin-bottom: 10px;
	margin-left: 0px !important;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
}



.contacts{
	background: #131313;
	background-size: cover;
	height: 300px;
}

@media screen and (max-width: 768px){
	.contacts{
		height: 600px !important;
	}
}


body.container2{
	max-width: 100% !important;
}


.cont{
	padding-left: 60px !important;
	width: 100%;
	max-width: 100%;
	flex:none;
}

@media screen and (max-width: 768px){
	.cont{
		padding-left: 0px !important;
	}
}

.row9{
	flex-wrap: nowrap !important;
	height: 300px;
}

@media screen and (max-width: 768px){
.row9{
	flex-wrap: wrap !important;
}
}

.h2cont{
	text-align: center;
	color:#fff;
	font-size: 30px !important;
	font-weight: 600;
	margin-top: 40px;
}


.h2cont:after{
	display: table;
    height: 4px;
    bottom: -15px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 50px;
    width: 100px;
    content: "";
    position: relative;
}

@media screen and (max-width: 768px){
    .h2cont{
    margin-left: 0px !important;	
	text-align: center;
	color:#fff;
	font-size: 20px !important;
	font-weight: 600;
	margin-top: 30px;
}


	.h2cont:after{
	display: table;
    height: 2px !important;
    bottom: -15px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 40px;
    width: 60px !important;
    content: "";
    position: relative;
}
}

.pcont{
	text-align: center;
	color:#fff;
	font-size: 17px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f4f4f;
	margin-left: 150px;
	margin-right: 150px;
}

@media screen and (max-width: 768px){
	.pcont{
	margin-left: 10px;
	margin-right: 10px;
	}
}

.atel{
	text-align: center;
	justify-content: center;
}

.tel{
	display: flex;
	text-align: center;
	justify-content: center;
	margin: auto;
}

.tel img{
	height: 55px;
}

.pconttel{
	text-align: center;
	color:#fff;
	font-size: 17px;
	margin-left: 10px;
}

.pconttel1{
	text-align: center;
	color:#fff;
	font-size: 17px;
	margin-left: 10px;
}


.atel1 p{
	margin-top: -10px;
	margin-bottom: 20px;
}


.modalform{
	display: none;
	background: #3b3a40;
	width: 300px !important;
	margin: auto !important;
}


.modal1{
	text-align: center;
	width: 300px !important;
	margin: auto !important;
}

.row10{
	justify-content: center;
}

.inkonc{
	margin-right: 20px;
}

.inkonc1 input{
justify-content: center;
margin:auto !important;
margin-top: 10px !important;
margin-bottom: 15px !important;
padding: 13px 15px;
border: 1px solid #b4afac;
border-radius: 8px;
background: #fff !important;
width: 236px;
}

.inkonc1 input[type="text"]::placeholder{
	color:#b4afac !important;
	font-size: 17px;
}


.koncsubmit1 input{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	width: 236px;
	padding: 13px 15px;
    border: 1px solid #1251a4;
    border-radius: 8px;
	background: #1251a4;
	margin-top: 20px;
	margin: auto !important;
	margin-bottom: 20px !important;
}



.but-usl{
	background: #1251a4 !important;
	font-size: 16px;
	color: #fff;
	border: 1px solid #1251a4 !important;
	border-radius: 100px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contacts-inst{
	position: relative;
    z-index: 40;
    margin-top: -75px;
}






.bg-gl{
	text-align: center;
	width: 100wh;
	height: 100vh;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}




.h1gl{
	margin-top: 5% !important;
	font-size: 60px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.4 !important;
}


.spangl{
	font-size: 60px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #ffde37;
}



.h2gl{
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.p-gl{
	font-size: 18px;
	color: #f2f0ed;
	margin-top: 20px;
}


.h3gl{
	margin-top: 30px;
	color: #fff;
	font-weight: 300;
	font-size: 35px;
}

.h3spangl{
	font-weight: 300;
	font-size: 35px;
	color: #ffde37;
}


@media screen and (max-width: 768px){

.h1gl{
	margin-top: 20% !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.4 !important;
}


.spangl{
	font-size: 25px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #ffde37;
}



.h2gl{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.p-gl{
	font-size: 14px;
	color: #f2f0ed;
	margin-top: 10px;
}

.h3gl{
	margin-top: 15px;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}

.h3spangl{
	font-weight: 300;
	font-size: 20px;
	color: #ffde37;
}
}


.inbg-gl input{
justify-content: center;
margin: auto !important;
margin-bottom: 15px !important;
width: 380px;
padding: 14px 11px;
border: 2px solid #ffde37;
border-radius: 8px;
background: #fff !important;
}

.inbg input[type="number"]::placeholder{
	color:#b4afac !important;
	font-size: 15px;
}

@media screen and (max-width: 768px){
	.inbg input[type="number"]::placeholder{
	color:#b4afac !important;
	font-size: 13px;
}
}



.bgsubmit-gl input{
	font-size: 16px !important;
    color: #000 !important;
    font-weight: 700;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background-color: #ffde37 !important;
    border: none !important;
    border-radius: 50px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
	width: 380px;
	margin-bottom: 5px;

}



@media screen and (max-width: 768px){
	.inbg-gl input{
justify-content: center;
margin: auto !important;
margin-bottom: 15px !important;
width: 280px;
padding: 14px 11px;
border: 2px solid #ffde37;
border-radius: 8px;
background: #fff !important;
}

.inbg input[type="number"]::placeholder{
	color:#b4afac !important;
	font-size: 15px;
}

@media screen and (max-width: 768px){
	.inbg input[type="number"]::placeholder{
	color:#b4afac !important;
	font-size: 13px;
}
}



.bgsubmit-gl input{
	font-size: 16px !important;
    color: #000 !important;
    font-weight: 700;
    line-height: 40px !important;
    font-weight: 600 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.2) !important;
    background-color: #ffde37 !important;
    border: none !important;
    border-radius: 50px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
	width: 280px;
	margin-bottom: 5px;

}
}


.marquiz__container{
	text-align: left !important;
}


@media screen and (max-width: 768px){
.marquiz__container{
	text-align: center !important;
	font-size: 13px !important;
	margin-bottom: 30px !important;
}	
	.marquiz__button_rounded{
	font-size: 18px !important;
	}	
}




.whatsapp,
.call {
	display: none;
	position: fixed;
	bottom: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	background: #0DC143;
	margin: 15px auto;
	border-radius: 50%;
	z-index: 9999999999;
}

.whatsapp {
	right: 20px;
}

.call {
	left: 20px;
}

.whatsapp a, .call a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: -2px;
}

.call i,
.whatsapp i {
	color: #fff;
	font-size: 35px;
}
.whatsapp i {
	font-size: 42px;
}

@media (max-width: 768px) {
	.whatsapp, .call{
		display: block ;
	}
}