@font-face {
    font-family: 'museo';
    src: url('../fonts/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/MuseoSansCyrl-900.eot');
    src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-100.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-100.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'museo';
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

* {
    outline: none!Important;
}

button {
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
body {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 17px !important;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.row.flex::before, .row.flex::after {
    display: none
}
.flex.center {
    align-items: center;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.container {
	max-width: 1170px;
    width: 100%;
}
.one {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/bgbanner.jpg);
    height: 1094px;
    position: relative;
    z-index: 100;
    background-size: cover;
}
.head_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 38px;
}
.logo {
    max-width: 100%;
}
.top_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 530px;
}
.top_nav li {
    display: block;
}
.top_nav li a {
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: 0.3s;
    border-radius: 5px;
    padding: 9px 14px;
    text-shadow: 0 0 10px black;
}
.top_nav li a:hover {
    background-color: #0015b6;
}
.toptel {
	font-size: 26px;
    color: #fff;
    display: block;
    font-weight: 900;
    text-shadow: 0 0 10px black;
}
.recall_link {
    font-size: 18px;
    display: block;
    text-align: right;
    color: #0015b6;
    text-decoration: underline;
}
.recall_link:hover {
    text-decoration: none;
}
.top_slider_wrp {
    overflow: hidden;
    margin-top: 120px;
}
.slidet1 {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 0 10px black;
}
.slidet2 {
    margin-bottom: 45px;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
}
.normb {
	background: none;
    border: none;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    transition: 0.3s;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 100px;
  background-image: -moz-linear-gradient( 180deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( 180deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( 180deg, #8694ff 0%, #0015b6 100%);
  width: 260px;
  height: 70px;
  align-items: center

}
.normb:hover {
	background-image: -moz-linear-gradient( 180deg, #0015b6 0%, #8694ff 100%);
  background-image: -webkit-linear-gradient( 180deg, #0015b6 0%, #8694ff 100%);
  background-image: -ms-linear-gradient( 180deg, #0015b6 0%, #8694ff 100%);
}
.car_img_wrp {
    
/*padding-top: 115px;*/
}
.car_img_wrp img {
    
/*margin-left: -404px;*/
width: 100%;
height: 100%;
}
.content_part, .car_img_wrp {
    animation-duration: 1.3s;
    
}

.wow {
    visibility: hidden;
}
.top_slider .owl-prev {
	background-image: url(../img/prev.png);
    width: 80px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
}
.top_slider .owl-next {
    background-image: url(../img/next.png);
    width: 80px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    position: absolute;
    top: 50px;
    z-index: 100;
    right: 0
}
.owl-dots {
    text-align: center;
    display: block
}
.owl-dot {
    display: inline-block;
    vertical-align: middle;    
    margin-right: 18px;
  background-color: rgb(253, 255, 252);
  opacity: 0.2;
  width: 65px;
    border-radius: 100px;
  height: 6px;

}
.owl-dot.active {
	opacity: 1;
    background-color: #7a6bfe;
}
.top_slider .owl-dots {
	text-align: left;
    max-width: 1140px;
    margin-left: auto;
    margin-top: -30px;
    margin-right: auto;
}
.form_main_wrp {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 266px;
    margin-top: 90px;
    padding-left: 85px;
    padding-right: 85px;
    position: relative;
    padding-top: 60px;
}
h2{
    margin: 0;
    font-size: 48px;
    color: #181818;
    font-weight: 900;
    margin-bottom: 35px;
    line-height: 1.16;
}
.subh2 {
    font-size: 18px;
    color: #181818;
    margin-top: -10px;
    font-weight: 300;
}
input {
    background: none;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #181818;
    font-weight: 300;
    background-color: rgb(242, 242, 242);
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 22px;
}
.send {
    background: none;
    border: none;
    border-radius: 100px;
    height: 50px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background-color: #0015b6;
}
.send:hover {
	opacity: .8
}
.form_main_wrp form {
    padding-top: 22px;
}
.par1 {
    
position: absolute;
    
top: -49px;
    
left: 0;
}
.par2 {
    
position: absolute;
    
bottom: -67px;
    
right: -76px;
}
.two {
    background-repeat:no-repeat;
    background-position: top center;
    background-image: url(../img/bg3.jpg);
    min-height: 2530px; /*3360*/ /*затем стало 3000*/
    margin-top: -170px;
    padding-top: 310px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.two::before {
    
}
.usluga_wrp {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 390px;
    cursor: pointer;
    
}
.usluga_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
}
.usluga_img::before {
background-image: url(../img/usluga_bg.png);
background-position: bottom center;
content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.usluga_descript {
    padding: 30px;
    width: 100%;
    z-index: 100;
    position: relative;
    overflow: auto;
    max-height: 100%;
}
.usluga_ttle {
	position: relative;
    font-size: 28px;
    color: #fff;
    font-weight: 900;
}
.usluga_ttle::before {
    display: block;
    margin-bottom: 8px;
 border-radius: 100px;
    content: '';
  background-image: -moz-linear-gradient( -6deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( -6deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( -6deg, #8694ff 0%, #0015b6 100%);
  width: 49px;
  height: 5px;

}
.usluga_more_text {
	font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 14px;
    display: none;
}
.usluga_more {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}
.usluga_more img {
    margin-left: 10px;
}
.usluga_flex {
    margin: 0;
    margin-bottom: 110px;
}
.usluga_flex > div {
    padding: 0;
}
.usluga_wrp:hover {
    z-index: 100;
}
.usluga_wrp:hover .usluga_img {
	transform: scale(1.06);
    box-shadow: 0px 8px 65px 0px rgba(0, 0, 0, 0.44);
    
}
.usluga_wrp:hover .usluga_img::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #a17afd;
    z-index: 1000;
}
.usluga_wrp:hover .usluga_more_text {
	display: block
}
.usluga_wrp:hover .usluga_ttle::before {
	display: none
}
.usluga_wrp:hover .usluga_img::before {
    background: black;
    opacity: .7
}
.car1_wrp {
    float: right;
    position: relative;
    margin-bottom: 68px;
}
.car1_wrp img {
width: 100%;
}
.par3 {
    position: absolute;
    right: calc(50% + 116px);
    bottom: 50px;
    opacity: .8;
}
.usluga2_img_wrp img {
    width: 100%;
}
.usluga_ttle_inline {
    position: relative;
    font-weight: 900;
    color: #222222;
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 28px;
}
.usluga_ttle_inline::before {
    margin-bottom: 25px;
    content: '';
    display: block;
border-radius: 100px;
  background-image: -moz-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  width: 90px;
  height: 7px;

}
.content ul {
	
}
.content ul li {
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    padding-left: 22px;
    margin-bottom: 17px;
    position: relative;
}
.content ul li::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(141, 125, 255);
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
}
.content p {
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    line-height: 32px;
}
span.paralax_item.par4 {
    position: absolute;
    opacity: .4;
    bottom: 0;
    left: 37px;
}
.work_row {
    margin-top: 100px;
}
.work_row h2::before {
    margin-bottom: 25px;
    content: '';
    display: block;
border-radius: 100px;
  background-image: -moz-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  width: 90px;
  height: 7px;
    margin-left: auto;
    margin-right: auto;
}
.work_row h2 {
    margin-bottom: 55px;
}
.work_img {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 260px;
    border-radius: 5px;
    margin-bottom: 28px;
}
.work_img::before {
    content: '';
    display: block;
    position: absolute;left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/zoom.png);
    background-color: rgba(123, 112, 255, 0.7);
    opacity: 0;
    transition: 0.3s;
}
.work_img:hover::before {
    opacity: 1;
}
.work_ttle {
	font-size: 15px;
	color: #7b70ff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}
.work_descrip {
	font-size: 16px;
    color: #222222;
    font-weight: 300;
    line-height: 28px;
}
.work_slider .owl-prev {
	background-image: url(../img/prev1.png);
	display: block;
	position: absolute;
	opacity: .5;
	width: 15px;
	height: 25px;
	top: calc(50% - 60px);
	left: -50px;
}
.work_slider .owl-next {
	background-image: url(../img/next1.png);
    display: block;
    position: absolute;
    opacity: .5;
    width: 15px;
    height: 25px;
    top: calc(50% - 60px);
	right: -50px;
}
.work_slider .owl-prev:hover, .work_slider .owl-next:hover {
    opacity: 1
}
.work_slider {
    margin-bottom: 75px;
}
.form2_row .form_main_wrp {
	background-image: url(../img/form2.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 70px;
    padding-right: 70px;
    height: auto;
    min-height: 1px;
    padding-top: 55px;
    margin-top: 0;
    padding-bottom: 55px;
}
.form2_row h2, .form2_row .subh2 {
    color: #fff;
}
.form2_row .send {
    background-color: #fff;
    color: #0015b6;
    border: 2px solid #0015b6;
}
.form2_row form {
    margin-top: 0;
}
span.paralax_item.par5 {
    position: absolute;
    z-index: -1;
    top: -64px;
    left: 146px;
}

.row.form2_row {
    position: relative;
    z-index: 1;
}

span.paralax_item.par6 {
    position: absolute;
    bottom: -86px;
    right: -92px;
}
.marg_smaller {
    margin-top: 90px;
}
.marg_smaller h2 {
    margin-bottom: 50px;
}
.price_for_what {
	margin-bottom: 26px;
    font-size: 28px;
    color: #0015b6;
    font-weight: 900;
}
.price_wrp {
    
}
.price_wrp > div.price_item {
    margin-bottom: 14px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.05);
    min-height: 80px;
}
.price_wrp > div.price_item p:first-child {
    margin-bottom: 0;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    width: calc(100% - 195px);
}
.price_wrp > div.price_item p:last-child {
    font-size: 20px;
    color: #0015b6;
    text-align: right;
    font-weight: 900;
    margin-bottom: 0;
    width: 195px;
}
.download_price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
  border-radius: 3px;
    background-image: -moz-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  width: 290px;
  height: 75px;
transition: 0.3s;
    margin-bottom: 10px;
}
.download_price img {
	margin-right: 13px;
}
.download_price:hover {
	opacity: .8
}
.three {
    float: left;
    width: 100%;
    overflow: hidden;
}
.three {
    margin-top: -140px;
}
.two {
    padding-bottom: 140px;
}
.akce_wrp {
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 20px;
    height: 370px;
    padding-left: 60px;
    padding-right: 60px;
    background-position: right center;
}
.akct1 {
	font-size: 54px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}
.akct2 {
	font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}
.akce_more {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background: none;
    border: none;
    border-radius: 100px;
  background-color: #fff;
  color: #0015b6;
  border: 2px solid #0015b6;
  width: 220px;
  height: 60px;

}
.akce_more:hover{
    opacity: .7;
}
.akce_flex {
    margin-bottom: 30px;
}
.akce_flex > div {
    margin-bottom: 30px;
}
.akce_img {
    height: 100%;
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.akce_img::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
    opacity: .6
}

.form3_row .form_main_wrp {
	background-image: url(../img/form3.jpg);
	background-position: right center;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 70px;
	position: relative;
	margin-bottom: 40px;
	padding-right: 200px;
	margin-top: 0;
}
.form3_row form {
    margin-top: 0;
}
/*.form3_row .form_main_wrp::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/car3.png);
    width: 1000px;
    height: 620px;
    right: -765px;
    top: -63px;
}*/
.form3_row .send {
	background-color: #0015b6;
}
.form3_row h2 {
	color: #0015b6;
}
.rev_wrp {
    width: 1140px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    transition: 0.3s;
    filter: blur(2px);
    opacity: .8
}
.center .rev_wrp {
    filter: blur(0px);
    opacity: 1;
}
.rev_img {
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	border-radius: 50%;
	background-color: rgb(253, 255, 252);
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.08);
	width: 140px;
	height: 140px;
	left: -24px;
	top: -24px;
}
.rev_head {
	padding-left: 80px;
    margin-bottom: 35px;
}
.rev_head p {
    font-size: 36px;
    color: #0015b6;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.2;
}
.rev_head span {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.rev_text {
	
}
.rev_text p {
	margin-bottom: 0;
    font-weight: 500;
    color: #222222;
    font-size: 20px;
    line-height: 1.55;
}
.rev_slider .owl-prev {
    background-image: url(../img/prev2.png);
    display: block;
    position: relative;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.rev_slider .owl-next {
    background-image: url(../img/next2.png);
    display: block;
    position: relative;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.owl-controls-parent {
        position: absolute;
    width: 100%;
    top: 148px;
    left: 0;
}
.owl-controls {
    width: 100%
}
.owl-controls .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1331px;
    margin: 0 auto;
}
.rev_slider_wrp {
    margin-bottom: 100px;
}
.three {
    margin-bottom: 120px;
}
.last_ttle {
    position: relative;font-size: 42px;
    color: #181818;
    font-weight: 900;
    margin-bottom: 32px;
}
.last_ttle::before {
        margin-bottom: 25px;
    content: '';
    display: block;
    border-radius: 100px;
    background-image: -moz-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
    background-image: -webkit-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
    background-image: -ms-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
    width: 70px;
    height: 7px;
}
.soc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 270px;
    width: 100%
}
.soc li {
    transition: 0.3s;
}
.soc li img {
    
}
.soc li:hover {
    opacity: .7
}
.three {
    background-repeat: no-repeat;
    background-image: url(../img/bg4.png);
    background-position: 50% 270px;
    position: relative;
}
.three_par {
    
position: absolute;
    
left: 0;
    
top: 700px;
}
.akce_wrp {
	position: relative;
}
span.paralax_item.akce_par {
    position: absolute;
    right: -107px;
    z-index: -1;
    top: 30px;
}
span.paralax_item.form_pal {
    position: absolute;
    left: -71px;
    top: calc(100% - 93px);
}
.foot_par{
    
position: absolute;
    
top: calc(100% + 30px);
    
right: -13px;
}
.four {
    position: relative;
    padding-top: 125px;
    float: left;
    width: 100%;
}
.map_wrp {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #f2f2f2
}
.map_wrp iframe, .map_wrp > div {
    width: 100!important;
    height: 100!important
}
.cont_wrp {
    position: relative;
    z-index: 100;
    top: 10px;
    border-radius: 3px;
  background-color: rgb(253, 255, 252);
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.08);
    padding: 45px; 
    padding-top: 35px;
    padding-bottom: 30px;
}
.four .last_ttle {
	font-size: 36px;
    margin-bottom: 26px;
}
.four .last_ttle::before {
    margin-bottom: 17px;
}
.cont_item {
    margin-bottom: 20px;
}
.cont_item p {
    font-size: 13px;
    color: #0015b6;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}
.cont_item span {
    font-size: 18px;
    color: #181818;
    display: block;
    font-weight: 300;
}
.five {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/bg5.jpg);
    min-height: 610px;
    padding-top: 100px;
    float: left;
    width: 100%;
}
.fc1 {
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #181818;
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
}
.fc1::before {
    content: '';
    display: block;
    margin-bottom: 37px;
    border-radius: 100px;
  background-image: -moz-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -webkit-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  background-image: -ms-linear-gradient( 0deg, #8694ff 0%, #0015b6 100%);
  width: 109px;
  height: 11px;

}
.usluga_usluga {
    margin-left: 10px;
    margin-bottom: 15px;
}
/*.col-md-4 {
    width: 30%;
}*/
.fc2 {
    margin-bottom: 0;
    font-size: 20px;
    color: #181818;
    line-height: 1.3
}
.five form {
    margin-top: 60px;
    margin-left: auto;
    max-width: 320px;
    width: 100%;
}
span.paralax_item.par_last {
    position: absolute;
    z-index: 1000;
    bottom: -77px;
    left: -101px;
}
footer {
    float: left;
    width: 100%;
}
.foot_part1 {
    padding: 40px 0;
    background-color: #181818;
}
.foot_part2 {
    background-color: #272727;
}
.foot_part2 ul {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foott {
	margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
a.foott:hover {
    text-decoration: underline;
}
.nav_foot_wrp ul {
    max-width: 540px;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.nav_foot_wrp {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}
.modal_wrp {
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
}

p.over_form {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.closemod {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right: 17px;
    top: 17px;
}
.top_slider_wrp .item {
    overflow: hidden;
}
.open_nav {
    display: none
}
.mob_recall {
	display: none
}
.mob_controls {
    display: none;
}
.price_controls a {
    margin:0;
}
.price_controls {
    display:flex;
    margin-top:20px;
    align-items:center;
    justify-content:space-between;
}
.price_for_what {
    margin-top:40px;
}
.price_for_what:first-child {
    margin-top: 13px;
}
.price_wrp > div {
    display:none;
}
.price_wrp > div.visibleitems {
    display:flex;
}