body, html{
	margin:0px;
	padding:0px;
	overflow-x: hidden;
}
body *{
	box-sizing: border-box;
	font-family:"ProximaNovaRegular" ,sans-serif;
}
@font-face {
  font-family: "ProximaNovaLight";
  src: url("../fonts/ProximaNova-Light.eot") format("eot"),
       url("../fonts/ProximaNova-Light.ttf") format("truetype"),
       url("../fonts/ProximaNova-Light.woff") format("woff");
}
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNova-Regular.eot") format("eot"),
       url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
       url("../fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNova-Bold.eot") format("eot"),
       url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
       url("../fonts/ProximaNova-Bold.woff") format("woff");
}
@font-face {
  font-family: "ProximaNovaBlack";
  src: url("../fonts/ProximaNova-Black.eot") format("eot"),
       url("../fonts/ProximaNova-Black.ttf") format("truetype"),
       url("../fonts/ProximaNova-Black.woff") format("woff");
}
.container{
	max-width:1280px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
header .outer__header{
	display: flex;
	align-items:center;
	justify-content:space-between;
	padding:40px 0px;
	padding-bottom:0px;
}
header .outer__header .left__header{
	display: flex;
	align-items:center;
	justify-content:center;
}
header .outer__header .left__header .logo__wrapper{
	margin-right:20px;
}
header .outer__header .left__header .logo__wrapper a{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	transition:.4s ease all;
}
header .outer__header .left__header .logo__wrapper a:hover{
	opacity:.7;
}
header .outer__header .left__header>p{
	margin:0px;
	max-width:290px;
	text-align:left;
	font-size:17px;
	color:#333333;
}
header .outer__header .left__header>p span{
	font-family:"ProximaNovaBold" ,sans-serif;
}
.right__header{
	display: flex;
	align-items:center;
	justify-content:flex-end;
}
.right__header .phone__header{
	display: flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-end;
	margin-right:40px;
}
.right__header .phone__header>a span{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	margin-right:20px;
}
.right__header .phone__header>a{
	display: inline-flex;
	align-items:center;
	color:#333333;
	font-size:24px;
	justify-content:center;
	font-family:"ProximaNovaBold" ,sans-serif;
	margin-bottom:5px;
	padding-right:10px;
	transition:.4s ease opacity;
}
.right__header .phone__header>a:hover{
	opacity:.7;
}
.right__header .phone__header p{
	margin:0px;
	font-size:16px;
	color:#333333;
}
.right__header .phone__header a{
	text-decoration:none;
}
.right__header>a{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	min-width:270px;
	font-family:"ProximaNovaBold" ,sans-serif;
	transition:.4s ease opacity;
	min-height:50px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	background-color:#d3354f;
}
.right__header>a:hover{
	opacity:.7;
}
.first__main{
	padding-bottom:170px;
	background:url('../img/firstback.png');
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	margin-bottom:-130px;
}
.outer__first{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.outer__first .left__first>p span{
	color:#d02d45;
	font-family:"ProximaNovaBold" ,sans-serif;
}
.outer__first .left__first>p{
	font-size:31px;
	line-height:42px;
	color:#333333;
	text-transform: uppercase;
	margin:0px;
}
.outer__first .left__first>h1{
	font-size:86px;
	color:#333333;
	text-transform: uppercase;
	font-family:"ProximaNovaBold" ,sans-serif;
	font-weight:bold;
	line-height:86px;
	margin-bottom:20px;
	margin-top:0px;
}
.outer__first .left__first{
	min-width:520px;
	margin-right:-180px;
	position: relative;
}
.bottom__first>.bottom__wrapper{
	display: flex;
	grid-column-gap:60px;
	padding-left:30px;
	align-items: flex-start;
}
.bottom__first>.bottom__wrapper .elem__bottom>span{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	color:#d3354f;
	font-family:'ProximaNovaLight' , sans-serif;
}
.bottom__first>.bottom__wrapper .elem__bottom{
	max-width:260px;
}
.bottom__first>.bottom__wrapper .elem__bottom>p{
	font-size:20px;
	font-family:"ProximaNovaBold" ,sans-serif;
	margin:0px;
	margin-top:20px;
	color:#333333;
}
.bottom__first>h1{
	font-size:150px;
	color:#fff;
	font-family:"ProximaNovaBlack" ,sans-serif;
	margin:0px;
	line-height:40px;
    text-shadow: rgba(0,0,0,.1) 1px 0 19px
}
.table__block .outer__table{
	padding:60px;
	background-color:#fff;
	border-radius:5px;
	 box-shadow: 0 0 40px rgba(0,0,0,0.12);
	 margin-bottom:60px;
}
.table__block .outer__table>h6{
	margin-top:0px;
	margin-bottom:75px;
	text-align:center;
	font-size:31px;
	color:#333333;
	font-family:"ProximaNovaBold" ,sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
.inner__table{
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	grid-column-gap: 30px;
	grid-row-gap:60px;
}
.elem__table{
	display: flex;
	flex-direction:column;
	justify-content:center
}
.elem__table.table__info{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:center;
}
.elem__table.table__info  .warning__image img{
	border-radius:250px;
	box-shadow: 0 0 40px rgba(204,51,76 , .45);
}
.whole__button a{
	    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    font-family: "ProximaNovaBold" ,sans-serif;
    transition: .4s ease opacity;
    min-height: 50px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    background-color: #d3354f;
}
.elem__table.table__info  .warning__image{
	margin-bottom:30px;
}
.elem__table .table__image{
	display: flex;
	align-items:center;
	justify-content:center;
	margin-bottom:15px;
}
.elem__table .table__info span{
	color:#333333;
	font-size:20px;
	font-family:"ProximaNovaBold" ,sans-serif;
}
.elem__table .table__info p{
	margin:0px;
	font-family:"ProximaNovaRegular" ,sans-serif;
	font-size:20px;
	color:#333333;
	margin-top:3px;
	margin-bottom:3px;
}
.elem__table .table__info{
	text-align:center;
}
.outer__advices>.elem__advice .head__advice  p{
	margin:0px;
	font-size:24px;
	font-family:"ProximaNovaBold" ,sans-serif;
	color:#333333;
}
.outer__advices>.elem__advice .head__advice .advice__image{
	display: flex;
	align-items:center;
	justify-content:center;
	margin-right:25px;
}
.outer__advices>.elem__advice  .advice__content p span{
	font-family:"ProximaNovaBold" ,sans-serif;
}
.outer__advices>.elem__advice  .advice__content p{
	margin:0px;
	font-size:20px;
	color:#333333;
}
.outer__advices>.elem__advice .head__advice{
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
	margin-bottom:0px;
	min-height:110px;
}
.outer__advices>.elem__advice{
	 box-shadow: 0 0 30px rgba(0,0,0,0.15);
	 padding:40px 20px;
	 background-color:#fff;
}
.outer__advices{
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	grid-column-gap:20px;
	grid-row-gap: 20px;
	position: relative;
}
.advices__block{
	position: relative;
	z-index: 10;
}
.advices__block{
	margin-bottom:60px;
}
.fast__view{
	padding-bottom:60px;
}
.fast__view .outer__fast>a:hover{
	opacity:.7;
}
.fast__view .outer__fast>a{
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 225px;
    font-family: "ProximaNovaBold" ,sans-serif;
    transition: .4s ease opacity;
    min-height: 50px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
        box-shadow: 0 0 40px rgba(204,51,76 , .75);
    background-color: #d3354f;
}
.fast__view .outer__fast>img{
	position: absolute;
	top:-280px;
	right: 230px;
}
.fast__view .outer__fast{
	position: relative;
}
.fast__view .outer__fast h2{
	margin:0px;
	display: flex;
	font-size:41px;
	line-height:51px;
	color:#333;
	align-items:center;
	margin-right:25px;
	font-family:"ProximaNovaBold" ,sans-serif;
}
.fast__view .outer__fast h2 span{
	font-size:140px;
	color:#333;
	display: inline-flex;
	margin-right:10px;
	font-family:"ProximaNovaBold" ,sans-serif;
}
.fast__view .outer__fast p{
	margin:0px;
	margin-right:10px;
	text-align:left;
	font-size:41px;
	line-height:51px;
	color:#333333;
	text-transform: uppercase;
	max-width:320px;
	font-family:"ProximaNovaLight" ,sans-serif;
}
.fast__view .outer__fast{
	display: flex;
	align-items: center;
	justify-content:center;
}

.steps__block{
	background:url("../img/noiseback.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	padding-top:60px;
	padding-bottom:90px;
}
.steps__block .outer__steps{
	position: relative;
}
.steps__block .outer__steps>h2{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	font-size:135px;
	line-height:80px;
	color:#fff;
	margin:0px;
	font-weight:bold;
	margin-bottom:20px;
	white-space: nowrap;
	font-family:"ProximaNovaBlack",sans-serif;
}
.steps__block .inner__steps{
	display: grid;
	grid-template-columns:repeat(4 , 1fr);
	grid-column-gap:30px;
	grid-row-gap: 30px;
}
.inner__steps .elem__step .warning__info p span{
	font-family:"ProximaNovaBold" ,sans-serif;
}
.inner__steps .elem__step .warning__info p{
	margin:0px;
	font-size:30px;
	color:#333333;
	font-family:"ProximaNovaRegular" ,sans-serif;
	text-transform: uppercase;
}
.inner__steps .elem__step .head__step h6{
	margin:0px;
	color:#d3354f;
	font-size:57px;
	font-family:"ProximaNovaBold" ,sans-serif;
	margin-right:25px;
}
.inner__steps .elem__step .step__info p{
	margin:0px;
	font-size:20px;
	color:#333333;
	font-family:"ProximaNovaRegular" ,sans-serif;
}
.inner__steps .elem__step .step__info h6{
	margin-top:0px;
	margin-bottom:15px;
	font-size:24px;
	color:#333333;
	font-family:"ProximaNovaBold",sans-serif;
	min-height:50px;
}
.inner__steps .elem__step .head__step{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.inner__steps .elem__step .warning__step img{
	border-radius: 250px;
    box-shadow: 0 0 40px rgba(204,51,76 , .45);
}
.inner__steps .elem__step .warning__step{
	display: flex;
	align-items:center;
	justify-content:flex-start;
	margin-bottom:20px;
}
.partners__block{
	padding:50px 0px;
	padding-bottom:80px;
}
.partners__block .head__partners{
	margin-bottom:60px;
}
.partners__block .inner__partners>.elem__partner{
	margin-right:160px;
	display: flex;
	align-items:center;
	justify-content: center;
}
.partners__block .inner__partners>.elem__partner:last-child{
	margin-right:0px;
}
.partners__block .inner__partners{
	display: flex;
	justify-content:center;
	align-items:center;
}
.partners__block .head__partners p{
	max-width:320px;
	padding-left:15px;
	border-left:4px solid #D3354F;
	padding-top:10px;
	font-size:20px;
	color:#333333;
	font-family:"ProximaNovaRegular" ,sans-serif;
	padding-bottom:10px;
}
.partners__block .head__partners>h2{
	margin:0px;
	font-size:38px;
	color:#333333;
	line-height:48px;
	text-transform: uppercase;
	font-family:"ProximaNovaBold",sans-serif;
	max-width:600px;
}
.partners__block .head__partners{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.achievements__block{
	background:url("../img/noiseback.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:80px;
	padding-bottom:100px;
	position: relative;
}
.achievements__block>h2{
	position: absolute;
	left:0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#fff;
	top:40px;
	font-size:135px;
	font-family:"ProximaNovaBlack",sans-serif;
	white-space: nowrap;
	margin:0px;
	line-height:80px;
}
.outer__achievements .elem__achieve .head__achieve{
	margin-bottom:25px;
}
.outer__achievements .elem__achieve .content__achieve p{
	margin:0px;
	text-align:center;
	font-size:24px;
	color:#333333;
	font-family:"ProximaNovaBold",sans-serif;
}
.outer__achievements .elem__achieve .head__achieve p{
	margin:0px;
	text-align:center;
	padding-bottom:5px;
	color:#333333;
	font-size:50px;
	font-family:"ProximaNovaBold",sans-serif;
	border-bottom:3px solid #d3354f;
}
.outer__achievements{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	grid-column-gap:30px;
	grid-row-gap:30px;
}
footer{
	border-top:3px solid #d3354f;
	padding-top:40px;
	padding-bottom:40px;
}
footer .top__footer .elem__footer>a:hover{
	opacity:.7;
}
footer .top__footer .elem__footer>a{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	transition:.4s ease all;
}
footer .top__footer>.elem__footer>p span{
	font-family:"ProximaNovaBold" ,sans-serif;
}
footer .top__footer>.elem__footer>p{
	margin:0px;
	font-size:16px;
	color:#333333;
	font-family:"ProximaNovaRegular" ,sans-serif;
	line-height:20px;
}
footer .top__footer>.elem__footer>a.leave__feedback:hover{
	background-color:#000;
	color:#fff;
}
footer .top__footer>.elem__footer>img{
	width:auto;
	max-width:100%;
}
footer .top__footer>.elem__footer.feedback__button{
	display: flex;
	justify-content:flex-end;
}
footer .top__footer>.elem__footer>a.leave__feedback{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	min-width:245px;
	min-height:50px;
	border:3px solid #000;
	font-size:17px;
	color:#333333;
	font-family:"ProximaNovaBold" ,sans-serif;
	transition:.4s ease all;
	margin-left:auto;
}
footer .top__footer>.elem__footer img{
	width:auto;
	max-width: 100%;
}
footer .top__footer>.elem__footer>a.tel__button{
	text-decoration:underline;
	color:#333333;
	font-family:"ProximaNovaBold" ,sans-serif;
	font-size:24px;
	transition:.4s ease opacity;
}
footer .top__footer>.elem__footer>a:hover{
	opacity:.7;
}
footer .top__footer>.elem__footer>a{
	display: inline-flex;
	text-decoration:none;
	transition:.4s ease opacity;
}
footer .top__footer{
	display: grid;
	grid-template-columns:repeat(4 , 1fr);
	grid-row-gap:35px;
	grid-column-gap: 30px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-size:16px;
  font-family:"AvenirMedium", sans-serif;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 14px; height: 14px;
  border: 2px solid #22201E;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  left: 0%;
  top: 13px;
  transform: translate(0%,-50%);
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top:9px; left: 5px;
  font-size: 14px;
  line-height: 0.8;
  color: #FF8745;
  transition: all .2s;
  font-family:"AvenirBold" ,sans-serif;
  min-width:8px;
  min-height:8px;
  border-radius:250px;
  background-color:#000;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]  + label:before{
	transition:.4s ease all;
}
/*[type="checkbox"]:checked  + label:before{
	border-color:#FF8745;
}*/
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
.form__modal .group__submit input[type="submit"]:hover{
	opacity:.7;
}
.form__modal .group__submit input[type="submit"]{
	cursor:pointer;
	outline:none;
	min-width:200px;
	min-height:42px;
	border-radius:5px;
	display: inline-flex;
	background-color:#d02e46;
	border:0px;
	font-size:20px;
	color:#fff;
	transition:.4s ease opacity;
	align-items:center;
	font-family:"ProximaNovaBold" ,sans-serif;
	text-transform: uppercase;
	justify-content:center;
}
.form__modal .group__submit{
	margin-top:45px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.form__modal{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,.7);
	z-index: 10;
}
.inner__form .form__wrapper .group__form{
	margin-bottom:20px;
}
.inner__form .form__wrapper .group__form:last-child{
	margin-bottom:0px
}
.inner__form .form__wrapper .group__form>p{
	margin:0px;
	font-size:14px;
	color:#333333;
	font-family:"ProximaNovaBold" ,sans-serif;
	padding-left:15px;
}
.inner__form .form__wrapper .group__form input{
	width:100%;
	height:60px;
	border:1px solid #cecece;
	font-size:20px;
	outline:none;
	padding-left:15px;
	padding-right:15px;
}
.group__check label a{
	color:#333333;
}
.group__check label{
	font-size:12px!important;
	color:#333333!important;
	font-family:"ProximaNovaRegular" ,sans-serif!important;
}
.group__check{
	display: flex;
}
.group__check label{
	padding-left:30px!important;
}
.inner__form .form__wrapper .group__form{
	width:100%;
}
.inner__form .form__wrapper{
	position: relative;
	max-width:580px;
	background-color:#fff;
	border-top:5px solid #d02e46;
}
.inner__form .form__wrapper .close:hover{
	opacity:.7;
}
.inner__form .form__wrapper .close{
	position: absolute;
	top:10px;
	right:10px;
	display: inline-flex;
	align-items:center;
	justify-content:center;
	transition:.4s ease all;
}
.inner__form .form__wrapper form>h2{
	text-align:center;
	margin-bottom:40px;
	font-size:32px;
	margin-top:0px;
	font-family:"ProximaNovaBold" ,sans-serif;
	color:#333333;
}
.inner__form .form__wrapper form .group__form{
	width:100%;
}
.inner__form .form__wrapper form{
	padding-top: 50px;
	padding-left:42px;
	padding-right:42px;
	padding-bottom:60px;
}
.inner__form{
	padding-left:15px;
	padding-right:15px;
	width:100%;
	height:100vh;
	display: flex;
	align-items:center;
	justify-content:center;
}
.thank__modal{
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,.7);
	position: fixed;
	top:0px;
	left:0px;
}
.thank__modal .inner__thank .thank__wrapper .thank__image{
	display: flex;
	align-items:center;
	justify-content:center;
}
.thank__wrapper .close{
	position: absolute;
	right: 10px;
	top:15px;
}
.thank__modal .inner__thank .thank__wrapper>p{
	margin:0px;
	font-size:24px;
	color:#000;
	text-align:center;
	margin-bottom:20px;
	font-family:"ProximaNovaRegular" ,sans-serif;
}
.thank__modal .inner__thank .thank__wrapper>h2{
	margin-top:0px;
	text-align:center;
	font-size:29px;
	margin-bottom:3px;
	color:#000;
	text-transform: uppercase;
	font-family:"ProximaNovaBold" ,sans-serif;
}
.thank__modal .inner__thank .thank__wrapper{
	position: relative;
    max-width: 580px;
    width:100%;
    padding:50px 35px;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    background-color: #fff;
}
.thank__modal .inner__thank{
	padding-left:15px;
	padding-right:15px;
	width:100%;
	height:100vh;
	display: flex;
	align-items:center;
	justify-content:center;
}
@media (max-width:1480px){
	.achievements__block>h2{
		font-size:115px;
	}
}
@media (max-width:1280px){
	.achievements__block>h2{
		font-size:90px;
	}
	.outer__achievements .elem__achieve .head__achieve p{
		font-size:40px;
	}
	.outer__achievements .elem__achieve .content__achieve p{
		font-size:20px;
	}
	.achievements__block{
		padding-bottom:50px;
	}
	.partners__block .inner__partners>.elem__partner{
		margin-right:85px;
	}
	.partners__block .inner__partners>.elem__partner:last-child{
		margin-right: 0px;
	}
	.partners__block .head__partners>h2{
		font-size:28px;
		line-height:38px;
	}
	.partners__block{
		padding-top:35px;
		padding-bottom:50px;
	}
	.partners__block .head__partners p{
		font-size:18px;
	}
	.steps__block .outer__steps>h2{
		font-size:105px;
	}
	.inner__steps .elem__step .warning__info p{
		font-size:24px;
	}
	.inner__steps .elem__step .step__info h6{
		font-size:21px;
		min-height:45px;
	}
	.inner__steps .elem__step .step__info p{
		font-size:18px;
	}
	.steps__block{
		padding-bottom:60px;
	}
	.outer__advices>.elem__advice .head__advice p{
		font-size:20px;
	}
	.outer__advices>.elem__advice .advice__content p{
		font-size:18px;
	}
	.whole__button a{
		min-width: 220px;
	    font-size: 16px;
	    min-height: 45px;
	}
	.table__block .outer__table>h6{
		font-size:25px;
		margin-bottom:45px;
	}
	.inner__table{
		grid-template-columns: repeat(3 , 1fr);
	}
	.bottom__first>h1{
		font-size:110px;
		text-align:center;
	}
	.bottom__first>.bottom__wrapper .elem__bottom>p{
		font-size:18px;
	}
	.bottom__first>.bottom__wrapper{
		grid-column-gap:30px;
	}
	.outer__first .left__first>h1{
		font-size:76px;
		line-height:76px;
	}
	.outer__first .left__first>p{
		font-size:24px;
		line-height:34px;
	}
	header .outer__header .left__header .logo__wrapper a img{
		max-width:210px;
	}
	header .outer__header .left__header .logo__wrapper{
		margin-right:15px;
	}
	.right__header>a{
		min-width: 220px;
		font-size:16px;
		min-height:45px;
	}
	.right__header .phone__header{
		margin-right:15px;
	}
	.right__header .phone__header>a{
		font-size:19px;
	}
	header .outer__header .left__header>p{
		font-size:15px;
		max-width:255px;
	}
	header .outer__header{
		padding:25px 0px;
	}
	.right__header .phone__header p{
		font-size:15px;
	}
}

.copyright{
	display: none;
}
@media (max-width:991px){
	.thank__modal .inner__thank .thank__wrapper>h2{
		font-size:24px;
	}
	.thank__modal .inner__thank .thank__wrapper>p{
		font-size:20px;
	}
	.thank__modal .inner__thank .thank__wrapper{
		padding:35px 15px;
	}
	.copyright{
		display: block;
		text-align:center;
	    margin: 0px;
	    margin-top:20px;
	    font-size: 16px;
	    color: #333333;
	    font-family: "ProximaNovaRegular" ,sans-serif;
	    line-height: 20px;
	}
	.copy__footer{
		display: none;
	}
	footer .top__footer{
		max-width:640px;
		margin-left:auto;
		margin-right:auto;
		grid-template-columns:repeat(2 , 1fr);
		grid-column-gap:60px;
	}
	footer .top__footer>.elem__footer>a.leave__feedback{
		max-height:50px;
	}
	.achievements__block>h2{
		font-size:70px;
	}
	.outer__achievements{
		grid-template-columns:repeat(2 , 1fr);
		max-width:640px;
		margin-left:auto;
		margin-right:auto;
	}
	.outer__achievements .elem__achieve .head__achieve{
		margin-bottom:15px;
	}
	.outer__achievements .elem__achieve .head__achieve p{
		font-size:34px;
	}
	.outer__achievements .elem__achieve .content__achieve p{
		font-size:18px;
	}
	.partners__block .inner__partners{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.partners__block .inner__partners>.elem__partner{
		margin-right:0px;
		margin-bottom:30px;
	}
	.partners__block .inner__partners>.elem__partner:last-child{
		margin-bottom:0px;
	}
	.partners__block .head__partners>h2{
		font-size:24px;
		line-height:34px;
		max-width:440px;
	}
	.steps__block .outer__steps>h2{
		font-size:85px;
	}
	.steps__block .inner__steps{
		grid-template-columns:repeat(2 , 1fr);
		max-width:740px;
		margin-left:auto;
		margin-right:auto;
	}
	.fast__view .outer__fast{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.fast__view .outer__fast>img{
		display: none;
	}
	.fast__view .outer__fast h2{
		line-height:120px;
		margin:20px 0px;
	}
	.fast__view .outer__fast p{
		margin-right:0px;
		text-align:center;
		line-height:44px;
	}
	.outer__advices{
		grid-template-columns:minmax(140px , 440px);
		justify-content:center;
		align-items:center;
	}
	.inner__table{
		grid-template-columns: repeat(2 , 1fr);
	}
	.table__block .outer__table{
		padding:45px 25px;
	}
	header .outer__header .left__header>p{
		display: none;
	}
	.outer__first{
		flex-direction:column;
	}
	.right__first img{
		max-width:740px;
		width:100%;
	}
	.outer__first .left__first{
		margin-right:0px;
		min-width:0px;
		max-width:480px;
		text-align:center;
	}
	.outer__first{
		padding-top:25px;
	}
	.outer__first .left__first>h1{
		font-size:56px;
		line-height:56px;
	}
	.outer__first .left__first>p{
		font-size:21px;
		line-height:28px;
	}
	.bottom__first>h1{
		font-size:85px;
	}
	.bottom__first>.bottom__wrapper .elem__bottom{
		max-width:100%;
	}
	.bottom__first>.bottom__wrapper{
		grid-column-gap:50px;
		padding-left:0px;
		display: grid;
		grid-template-columns: repeat(2 , 1fr);
		grid-row-gap:30px;
	}
}
input.error{
	border-color:red!important;
}
.group__check.error label:before{
	border-color:red!important;
}
.group__check.error label{
	color:red!important;
}

.files-block__row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.files-block__col {
	width: 50%;
	padding: 0 20px;
}
.files-block__box {

}
.files-block__title {
	text-align: center;
	margin-bottom: 30px;
}
.files-block__title a {
	text-decoration: underline;
	color: #333333;
	font-family: "ProximaNovaBold" ,sans-serif;
	font-size: 20px;
	transition: .4s ease color;
}
@media (min-width: 992px) {
	.files-block__title a:hover {
		color: #d3354f;
	}
}
@media (max-width:767px){
	.files-block__title a {
		font-size: 17px;
	}
	.files-block {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}
.files-block__image {
	box-shadow: 0 0 40px rgba(0, 0, 0, .12);
}
.files-block__image img {
	display: block;
	width: 100%;
}
@media (max-width: 1099px) {
	.files-block__col {
		width: 100%;
	}
	.files-block__title {
		margin-bottom: 15px;
	}
	.files-block__col + .files-block__col {
		margin-top: 40px;
	}
}
@media (max-width:767px){
	.inner__form .form__wrapper form{
		padding-left: 20px;
		padding-right:20px;
		padding-bottom:30px;
		padding-top:30px;
	}
	.inner__form .form__wrapper .group__form input{
		height:45px;
		font-size:17px;
	}
	.form__modal .group__submit{
		margin-top:25px;
	}
	.inner__form .form__wrapper form>h2{
		font-size:25px;
		margin-bottom:20px;
	}
	.achievements__block>h2{
		font-size:55px;
	}
	.outer__achievements{
		grid-template-columns:minmax(140px , 280px);
		justify-content:center;
		align-items:center;
	}
	.partners__block .head__partners{
		flex-direction:column;
		margin-bottom:30px;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	.inner__partners .elem__partner img{
		width:auto;
		max-width:100%;
	}
	.steps__block{
		padding-top: 35px;
		padding-bottom:35px;
	}
	.steps__block .outer__steps>h2{
		font-size:45px;
	}
	.steps__block .inner__steps{
		grid-template-columns:1fr;
		max-width:320px;
	}
	.fast__view .outer__fast p{
		font-size:31px;
		line-height:41px;
	}
	.fast__view .outer__fast h2 span{
		font-size:110px;
	}
	.fast__view .outer__fast h2{
		font-size:31px;
		line-height:100px;
	}
	.advices__block{
		margin-bottom:30px;
	}
	.table__block .outer__table{
		margin-bottom:30px;
	}
	.elem__table .table__info p{
		font-size:18px;
	}
	.inner__table{
		grid-row-gap:30px;
	}
	.whole__button a{
	    min-width: 200px;
	    font-size: 15px;
	    min-height: 42px;
	}
	.table__block .outer__table>h6{
		font-size:22px;
	}
	.inner__table{
		grid-template-columns: repeat(1 , 1fr);
	}
	.table__block .outer__table{
		padding:45px 15px;
	}
	header .outer__header{
		flex-direction:column;
		justify-content:center;
		align-items:center;
		padding:15px 0px;
	}
	header .outer__header .left__header .logo__wrapper{
		margin-right:0px;
	}
	header .outer__header .left__header{
		margin-bottom:6px;
	}
	.right__header>a{
		min-width:200px;
		font-size:15px;
		min-height:42px;
	}
	.right__header .phone__header>a{
		font-size:17px;
	}
	.right__header .phone__header p{
		font-size:14px;
	}
	.bottom__first>h1{
		font-size:65px;
	}
	.outer__first .left__first>h1{
		font-size:46px;
		line-height:46px;
	}
	.outer__first .left__first>p{
		font-size:18px;
		line-height:25px;
	}
	.partners__block .head__partners p{
		text-align:left;
	}
	.partners__block{
		padding-top:25px;
		padding-bottom:30px;
	}
}
@media (max-width:600px){
	footer .top__footer>.elem__footer{
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	footer .top__footer>.elem__footer:nth-child(6) img{
		margin-left:120px;
	}
	footer .top__footer{
		grid-template-columns:1fr;
		text-align:center;
		justify-content:center;
		align-items:center;
		max-width:340px;
		margin-left:auto;
		margin-right:auto;
	}
	footer .top__footer>.elem__footer{
		display: flex;
		justify-content:center;
		align-content:center;
	}
	footer .top__footer>.elem__footer>a.leave__feedback{
		margin-right:auto;
		margin-left:auto;
	}
	footer .top__footer>.elem__footer.feedback__button{
		justify-content:center;
	}
	.achievements__block>h2{
		font-size:35px;
		top:25px;
	}
	.bottom__first>h1{
		font-size:52px;
	}
	.bottom__first>.bottom__wrapper{
		grid-column-gap:30px;
	}
}
@media (max-width:480px){
	footer{
		padding-top:25px;
		padding-bottom:25px;
	}
	.outer__achievements .elem__achieve .head__achieve p{
		font-size:28px;
	}
	.achievements__block>h2{
		font-size:25px;
		top:15px;
	}
	.partners__block .head__partners p{
		font-size:16px;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:15px;
		margin-bottom:0px;
	}
	.partners__block .head__partners>h2{
		font-size:20px;
		line-height:30px;
	}
	.steps__block{
		padding:25px 0px;
	}
	.inner__steps .elem__step .warning__info p{
		font-size:20px;
	}
	.inner__steps .elem__step .step__info h6{
		font-size:18px;
	}
	.inner__steps .elem__step .step__info p{
		font-size:16px;
	}
	.steps__block .outer__steps>h2{
		font-size:35px;
		line-height:45px;
	}
	.inner__steps .elem__step .head__step h6{
		font-size:42px;
		margin-right:15px;
	}
	.outer__advices>.elem__advice .head__advice p{
		font-size:18px;
	}
	.outer__advices>.elem__advice .head__advice{
		min-height:90px;
	}
	.table__block .outer__table>h6{
		font-size:19px;
	}
	.bottom__first>.bottom__wrapper{
		grid-template-columns:1fr;
	}
	.right__header{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.bottom__first>h1{
		font-size:36px;
	}
	.right__header .phone__header{
		margin-right:0px;
		text-align:center;
		margin-bottom:12px;
		display: flex;
		align-items:center;
		justify-content:center;
	}
	.right__header .phone__header>a span{
		margin-right:12px;
	}
	.outer__first .left__first>h1{
		font-size:40px;
		line-height:40px;
	}
	.outer__first{
		padding-top:15px;
	}
}
@media (max-width:360px){
	.steps__block .outer__steps>h2{
		font-size:30px;
		line-height:40px;
	}
	.bottom__first>h1{
		font-size:33px;
	}
}
