body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Lora", sans-serif;
	overflow-x: hidden;
	margin:0;
	background: #fcfdfe;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-box{
	height: 756px;
	position: relative;
}
.top-box:after{
	content: '';
	height: 756px;
	width: 791px;
	position: absolute;
	background: url(../img/bg1.jpg) 0 0 no-repeat;
	left: 50%;
	margin-left: -110px;
	top: 0;
}
.top-wrap{
	position: relative;
	z-index: 2;
}
.header{
	position: relative;
	z-index: 2;
	margin-bottom: 120px;
	padding-top: 20px;
}
.header .wr{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-bx{
	display: flex;
	align-items: center;
}
.logo {
	margin-right: 100px;
}
.slogan{
	font-size: 18px;
	line-height: 24px;
	color: #4B75A4;
	font-family: Roboto;
}
.tel-bx{
	display: flex;
	align-items: center;
}
.tel-bx .tel {
	margin-right: 100px;
}
.tel-bx .tel a{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #171717;
}
.btn-call{
	border: 1px solid #D81920;
	border-radius: 50px;
	width: 259px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	color: #D81920;
	text-decoration: none;
	display: inline-block;
}
.btn-call:hover{
	background: #D81920;
	color: #fff;
}
*{transition: ease 0.3s all;}
.top-text .t1{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	font-family: Roboto;
	text-transform: uppercase;
	color: #171717;
	margin-bottom: 15px;
}
.top-text .t1 img{
	margin-right: 35px;
}
.top-text .t2{
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	font-family: Roboto;
	color: #171717;
	margin-bottom: 50px;
}
.top-text .t2 span{
	color: #D81920;
}
.btn{
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: Roboto;
	color: #FFFFFF;
	background: #D81920;
	border-radius: 50px;
	padding: 18px 46px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.btn:hover{
	background: #000;
}

.image-slider {
	width:350px;
	margin: auto;
	max-width: 100%;
}
.image-slider .item{
    cursor: pointer;
    height:60px;
    padding:0 12px 0 12px;
} 
.image-slider .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.image-slider .item img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	margin: 7px;
}

.top-wrap .t{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #171717;
}
.owl-carousel .owl-nav{
	position: absolute;
	left: 0;
	bottom: -80px;
}
.owl-carousel .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background:rgba(255, 255, 255, 0.43) url(../img/arr1.svg) 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}
.owl-carousel .owl-nav>div:last-child{
	margin-left: 10px;
   transform: rotate(-180deg);
}
.owl-carousel .owl-nav>div:hover{
	background-color: #fff;
}
.image-slider .owl-nav{
	left: 135px;
}
.shadow{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 100;
}
.popup{
	display: none;
	position: fixed;
	top: 30px;
	left: 100px;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	z-index: 110;
	box-sizing: border-box;
	width: 600px;
	padding-top: 50px !important;
}
.popup .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
}
.msg_popup{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 20px;
	padding: 20px;
	z-index: 110;
}
.msg_popup.success{
	border: 1px solid ##10bf2d;
	background: green;
}
.msg_popup.error{
	border: 1px solid #aa0000;
	background: red;
}
.editable{
	min-width: 100px;
    min-height: 30px;
    border: 2px solid #f1f1f1;
    padding: 0 5px;
    border-radius: 3px;
}
.row{
	margin-left: -10px;
	margin-right: -10px;
}
.row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.info-blocks{
	margin-top: -130px;
	position: relative;
	z-index: 3;
	margin-bottom: 90px;
}
.ib-item{
	background: #FAF7F7;
	border-radius: 5px;
	padding: 30px 15px;
	text-align: center;
}
.ib-item .ico{
	height: 120px;
	margin-bottom: 20px;
}
.ib-item .t1{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 20px;
}
.ib-item .t2{
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.rules-box{
	margin-bottom: 220px;
}
.title-bx {
	margin-bottom: 30px;
}
.title-bx .t1{
	font-weight: bold;
	font-size: 34px;
	line-height: 48px;
	color: #000;
	margin-bottom: 10px;
}
.title-bx .t1 span{
	color: #D81920;
}
.title-bx .t2{
	font-size: 18px;
	line-height: 32px;
	color: #696969;
}
.rules-box .text-bx{
	position: relative;
	margin-left: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 46px;
}
.rules-box .text-bx p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px;
	color: #575757;
}
.rules-box .text-bx .h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin-bottom: 30px;
}
.rules-box .text-bx .h3 span{
	color: #D81920;
}
.rules-box .text-bx:after{
	width: 376px;
	right: -15px;
	height: calc(100% + 30px);
	top: -15px;
	position: absolute;
	content: '';
	z-index: -1;
	background: #D81920;
	border-radius: 0 5px 5px 0;
}
.aside-bx{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.aside-bx .h3{
	padding: 20px 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.aside-bx .list>li{
	border-bottom: 1px solid #F8F8F8;
}
.aside-bx .list>li:last-child{
	border-bottom: 0;
}
.aside-bx .list .opener{
	display: block;
	padding: 20px 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	background: url(../img/arr2.svg) 95% 50% no-repeat;
}
.aside-bx .list .opener:hover{
	background-color: #F8F8F8;
	cursor: pointer;
}
.aside-bx .list .links{
	display: none;
	padding: 10px 10px 10px 48px;
	list-style: initial;
}
.aside-bx .list .links a{
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
}
.aside-bx .list .links a:hover{
	text-decoration: underline;
}
.aside-bx .list .links a.active{
	font-weight: bold;
}
.aside-bx .list .opened .opener{
	background:#FFF410 url(../img/arr3.svg) 95% 50% no-repeat;
}
.aside-bx .list .opened .links{
	display: block;
}
.paper-box{
	margin-bottom: 300px;
}
.paper-box > div{
	position: relative;
}
.paper-box .sert{
	position: absolute;
	right: -335px;
	top: -215px;
}
.yellow-box{
	padding-top: 200px;
	height: 2334px;
	background: url(../img/bg2.jpg) 50% 0 no-repeat;
}
.form-block{
	margin-bottom: 130px;
}
.form-block .title-bx{
	margin-top: 40px;
	margin-bottom: 20px;
}
.form-block .img img{
	max-width: 100%;
	border-radius: 5px;
}
.form-block .img {
	margin-bottom: 30px;
}
.form-bx{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 90px 60px 60px;
	text-align: center;
}
.form-bx .h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #000000;
	margin-bottom: 45px;
}
.form-bx .h3 span{
	color: #D81920;
}
.regular-form{
	max-width: 416px;
	margin: 0 auto 20px;
}
.regular-form input[type='text']{
	background: #F5F6F7;
	border-radius: 50px;
	height: 82px;
	width: 100%;
	border: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	outline: 0;
	margin-bottom: 24px;
}
.regular-form .btn{
	height: 82px;
	width: 100%;
	border: 0;
	cursor: pointer;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Lora;
	text-transform: none;
}
.form-bx .sm{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 50px;
	color: #BEBEBE;
}
.form-bx .sm a{
	color: #BEBEBE;
	text-decoration: underline;
}
.form-bx .sm a:hover{
	text-decoration: none;
}
.social-bx .t{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
}
.soc-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	position: relative;
	top: 0px;
}
.soc-list li:hover{
	top: 2px;
}
.case-item{
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 35px;
}
.case-item .wr{
	min-height: 167px;
	overflow: hidden;
	margin-bottom: 20px;
}
.case-item .ico{
	float: left;
	margin-right: 20px;
}
.case-item .text{
	overflow: hidden;
}
.case-item .text .h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #605F5F;
}
.case-item .text .list{
	margin-bottom: 15px;
}
.case-item .text .list li{
	font-size: 12px;
	line-height: 23px;
	color: #605F5F;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #F3F3F3;
}
.case-item .text .list li:last-child{
	border-bottom: 0;
}
.case-item .text .list .t2{
	font-weight: bold;
}
.case-item .text .pr{
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #605F5F;
}
.case-item .btn-cc{
	text-align: center;
}
.case-item .btn{
	 font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    font-family: Lora;
    text-transform: none;
    font-size: 14px;
    padding: 28px 70px;
}
.yellow-box{
	margin-bottom: 100px;
}
.team-box{
	margin-bottom: 80px;
}
.team-box .title-bx{
	overflow: hidden;
	margin-bottom: 0;
}
.team-box .title-bx .t1{
	float: right;
}
.team-box .title-bx .t2{
	float: left;
	padding-top: 15px;
}
.team-item{
	padding: 22px;
	margin-bottom: 25px;
	text-align: center;
	background: #F2F5FA;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.team-item-white{
	background: #FFFFFF;
}
.team-item .img{
	margin: 0 auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
	text-align: center;
}
.team-item .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: relative;
	z-index: 3;
}
.team-item .img:after{
	content: '';
	width: 152px;
	height: 152px;
	position: absolute;
	left: 14px;
	bottom: 0;
	z-index: 1;
	border-radius: 50%;
	background: #FFF200;
}
.team-item .t1{
	font-size: 18px;
	color: #272727;
}
.team-item .t2{
	font-size: 14px;
	line-height: 28px;
	color: #898989;
}
.team-item .t3{
	font-size: 10px;
	color: #898989;
}
.team-item .img-wh:after{
	background: #fff;
}
.team-item .img-red:after{
	background: #D81920;
}
.team-item-big{
	overflow: hidden;
	margin-bottom: 25px;
	width: 100%;
	position: relative;
}
.team-item-big .tt{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom: 40px;
	text-align: center;
}
.team-item-big .tt .t1{
	font-size: 18px;
	color: #FFFFFF;
}
.team-item-big .tt .t2{
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
}
.yellow2-box{
	padding-top: 150px;
	height: 2121px;
	background: url(../img/bg3.jpg) 50% 0 no-repeat;
}
.order-bx{
	padding-top: 130px;
	text-align: center;
	margin-bottom: 220px;
	height: 432px;
	border-radius: 5px;
	background: url(../img/bg4.jpg) 50% 0 no-repeat;
}
.order-bx .h3{
	font-family: Roboto;
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 35px;
}
.order-bx .h3 b{
	font-weight: bold;
	font-size: 24px;
}
.order-bx .h3 span{
	color: #D81920;
}
.order-form{
	max-width: 800px;
	margin: 0 auto;
}
.order-form input[type='text']{
	outline: 0;
	background: #FFFFFF;
	border-radius: 5px;
	height: 60px;
	width: 100%;
	border: 0;
	padding: 0 15px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	color: #595959;
}
.order-form input[type='submit']{
	background: #FFF200;
	border-radius: 5px;
	height: 60px;
	width: 100%;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.order-form input[type='submit']:hover{
	background: #000;
	color: #fff;
}
.form-block .link{
	font-size: 18px;
	text-decoration-line: underline;
	color: #2D2D2D;
}
.form-block .link:hover{
	text-decoration: none;
}
.title-bx .t2 span{
	color: #D81920;
}
.partners-box{
	margin-top: -430px;
	margin-bottom: 50px;
}
.partners-box .title-bx{
	margin-bottom: 100px;
}
.part-item{
	margin-bottom: 50px;
	text-align: center;
}
.part-item:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.part-item img{
	opacity: .4;
	max-width: 100%;
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
}
.part-item img:hover{
	opacity: 1;
}
.case-box{
	margin-bottom: 100px;
}
.case-slider .img{
	padding-right: 20px;
}
.case-slider .img img{
	border-radius: 5px;
}
.case-slider .text .h3{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.case-slider .text .t{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000000;
}
.case-slider .text p{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.case-slider .pr-bx{
	border-top: 1px solid #F2F2F2;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.case-slider .pr-bx .t1{
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 5px;
}
.case-slider .pr-bx .t2{
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #D81920;
}
.case-slider .owl-nav{
	position: static;
	margin-top: 20px;
}
.case-slider .owl-nav>div{
	background-color: #FFF308;
}
.case-slider .owl-nav>div:hover{
	background-color: #ffec00;
}
.service-box{
	padding: 100px 0 80px;
	background: url(../img/bg5.jpg) 50% 0 no-repeat;
}
.serv-item{
	margin-bottom: 20px;
}
.serv-item .img{
	height: 250px;
}
.serv-item .img img{
	display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.serv-item .name{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 10px;
	text-align: center;
	color: #605F5F;
	background: #fff;
	height: 65px;
}
.serv-item .btn{
	border-radius: 0px 0px 5px 5px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.t-foot {
	justify-content: space-between;
	display: flex;
	padding: 40px 0;
}
.t-foot .cc{
	font-size: 14px;
	line-height: 28px;
	color: #151515;
}
.t-bot{
	justify-content: space-between;
	display: flex;
	border-top: 1px solid #F2F2F2;
	padding: 20px 0;
}
.t-bot a{
	font-size: 14px;
	text-decoration-line: underline;
	color: #151515;
}
.t-bot a:hover{
	text-decoration: none;
}



