@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl.eot');
    src: url('../fonts/MuseoSansCyrl.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl.woff') format('woff'),
         url('../fonts/MuseoSansCyrl.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl.svg#MuseoSansCyrl') format('svg');
	font-weight: 300;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl_1.eot');
    src: url('../fonts/MuseoSansCyrl_1.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl_1.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl_1.woff') format('woff'),
         url('../fonts/MuseoSansCyrl_1.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl_1.svg#MuseoSansCyrl_1') format('svg');
	font-weight: 700;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl_2.eot');
    src: url('../fonts/MuseoSansCyrl_2.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl_2.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl_2.woff') format('woff'),
         url('../fonts/MuseoSansCyrl_2.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl_2.svg#MuseoSansCyrl_2') format('svg');
	font-weight: 900;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl_3.eot');
    src: url('../fonts/MuseoSansCyrl_3.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl_3.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl_3.woff') format('woff'),
         url('../fonts/MuseoSansCyrl_3.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl_3.svg#MuseoSansCyrl_3') format('svg');
	font-weight: 100;
}




body {font-family: 'MuseoSansCyrl'; font-size: 14px;}

a { text-decoration: none;}
 
.wrapper {
    max-width: 1340px;
    margin: 0 auto;
	padding: 0 15px;
}
header.header {
    box-shadow: 0 3px 16px rgba(87, 92, 115, 0.06);
    padding: 20px 0;
    position: relative;
    z-index: 10;
}
header.header .logo {
    float: left;
    width: 15%;
    padding: 10px 0 0;
}
header.header nav.mainmenu {
    float: left;
    padding: 9px 0 0;
}	
header.header .right-info {
    float: right;
}
.wrapper:after {
    content: ' ';
    clear: both;
    display: block;
}
header.header nav.mainmenu li {
    display: inline-block;
    margin: 0 25px 0 0;
}
header.header nav.mainmenu li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-size: 13px;
}

header.header .mail a {
    color: #00082b;
    font-size: 13px;
    text-decoration: underline;
}
header.header .mail {
    float: left;
    margin: 9px 35px 0 0;
}
header.header .phone a {
    color: #00082b;
    font-size: 14px;
    font-weight: 900;
	
}
header.header .phone {
    float: left;margin: 10px 0 0 0;
	    padding: 0;
    background: #0000;
}
header.header .callback {
    float: left;
    margin: 0 0 0 35px;
}	
header.header .callback a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    height: 32px;
    background-color: #ff8a62;
    border-radius: 3px;
    box-shadow: 0 6px 24px rgba(255, 138, 98, 0.44);
    display: inline-block;
    padding: 12px 14px;
    box-sizing: border-box;
}
header.header .callback a:hover {
    background-color: #ff7647;
}
a {
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
a:hover {
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

header.header nav.mainmenu li.current > a {
    height: 32px;
    background-color: #ff8a62;
    border-radius: 3px;
    box-shadow: 0 6px 24px rgba(255, 138, 98, 0.44);
    display: inline-block;
    font-size: 13px;
    padding: 10px 14px;
    box-sizing: border-box;
	color: #fff;
}
header.header nav.mainmenu li.current {
    margin: -15px 25px 0 0;
}
section.mainslide {
    background: #f4f6fb;
}
section.mainslide .h1 {
    color: #00082b;
    font-size: 51px;
    font-weight: 900;
    line-height: 60px;
}
section.mainslide .left-text {
    width: 40%;
    float: left;
    padding: 100px 50px 0 0;
    box-sizing: border-box;
}
section.mainslide .desc {
    color: #00082b;
    font-size: 17px;
    line-height: 32px;
    padding: 35px 0;
}
section.mainslide .button a {
    height: 57px;
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 25px 23px 25px;
    display: inline-block;
    box-sizing: border-box;
}
section.mainslide .button a i {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin:-3px 12px 0 0;
	background: url("../images/ico-pdf.png") center center no-repeat;
}
section.mainslide .button a:hover {
    background-color: #5a7aff;
}
section.mainslide .right-img {
    width: 60%;
    float: left;
    padding: 35px 0px 0 0;
    box-sizing: border-box;
    text-align: right;
    margin: 0 0 -90px 0;
}
section.mainslide .img-block img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}
section.mainslide .img-block {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 29px 62px #dae1ff;
    margin: 0 0 20px 40px;
	    display: inline-block;
    vertical-align: top;
	    width: 29%;
    box-sizing: border-box;
}
section.mainslide .img-block:nth-of-type(3n+1) {
    margin: 0 0 20px 0px;
}
section.mainslide .img-block:nth-of-type(1) {
    margin: 60px 0 20px 0px;
}
section.mainslide .img-block:nth-of-type(2) {
    margin: 30px 0 20px 40px;
}
section.abcompany .wrapper {
    max-width: 1240px;
}

section.abcompany {
    padding: 120px 0 60px;
    border-bottom: 1px solid #f4f6fb;
    margin: 0 0 60px 0;
}
.title {
    color: #00082b;
    font-size: 31px;
    font-weight: 100;
    margin: 0 0 35px 0;
}
section.abcompany .left-text {
    width: 60%;
    float: left;
    padding: 0 120px 0 0;
    box-sizing: border-box;
}
.text p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 25px 0;
}
section.abcompany .right-info-comp {
    float: left;
    width: 40%;
}
section.abcompany .right-info-comp  .name {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}
section.abcompany .right-info-comp .add {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
}
section.abcompany .right-info-comp > div {
    margin: 0 0 20px 0;
}
section.abcompany .right-info-comp  a {
    color: #2f55f2;
     text-decoration: underline;
}
section.abcompany .right-info-comp .email .link a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    height: 32px;
    background-color: #ff8a62;
    border-radius: 3px;
    box-shadow: 0 6px 24px rgba(255, 138, 98, 0.44);
    display: inline-block;
    padding: 12px 14px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 10px 0 0;
}
.adress {
    padding: 0 0 0 40px;
    background: url(../images/ico-map.png) left 5px top 5px no-repeat;
}
.phone {
    padding: 0 0 0 40px;
    background: url(../images/ico-call.png) left 5px top 5px no-repeat;
}
.email {
    padding: 0 0 0 40px;
    background: url(../images/ico-mail.png) left 5px top 5px no-repeat;
}

section.listserv .title {
    text-align: center;
}
section.listserv .subtitle {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    max-width: 500px;
    text-align: center;
    margin: -15px auto 0;
}
section.listserv .list-service .service {
width: 33.3333%;
    float: left;
}
.listserv .list-service .service  .images {
    width: 120px;
    float: left;
    text-align: center;
	    height: 84.5px;
    overflow: hidden;
}
.listserv .list-text {
    margin: 0 0 0 120px;
	padding: 15px 0 0;
}
.listserv .list-text .name a {
    color: #00082b;
    font-size: 19px;
    line-height: 25px;
    text-decoration: underline;
    font-weight: 700;
}
.listserv .list-text .name {
    margin: 0 0 15px 0;
}
.listserv .list-text  ul li a {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
}
.listserv ul li a:before {
    content: '— ';
}
.listserv .readmore {
   	opacity: 0;
    padding: 20px 0;
    height: 15px;
    box-sizing: border-box;

}
.listserv .list-service .service:nth-of-type(3n+3) {
    border-right: 0;
}
.listserv .list-service .service:nth-last-of-type(0), .listserv .list-service .service:nth-last-of-type(1), .listserv .list-service .service:nth-last-of-type(2){
    border-bottom: 1px solid #fff;
}
.listserv .list-service .service {
    width: 33.3333%;
    float: left;
    border-bottom: 1px solid #ffe8e0;
    padding: 25px 0 0;
    border-right: 1px solid #ffe8e0;
    box-sizing: border-box;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;

}
.listserv .readmore  a { color:#fff;}
.listserv .list-service .service:hover, .service.active {
    background-color: #ff8a62;
    border-radius: 4px;
    box-shadow: 0 25px 84px rgba(255, 138, 98, 0.69);
	border: 0;
	position: relative;
	z-index: 10;
	 padding: 25px 0;
	margin: 0 0 -25px 0;
		   border-bottom: 1px solid #ff8a62;
		-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.listserv .list-service .service:hover .images img, .service.active .images img {transform: translateY(-50%);}
.listserv .list-service .service:hover .readmore {
    opacity: 1;
	
}
.listserv .list-service .service:hover a, .listserv .list-service .service.active  a { color:#fff;}
.listserv, section.prim {
    padding: 30px 0 60px;
    border-bottom: 1px solid #f4f6fb;
    margin: 0 0 60px 0;
}
section.prim .left-info {
    width: 60%;
    float: left;
    text-align: center;
}
section.prim .right-form {
    float: left;
    width: 40%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}
section.prim .right-form .form-send {
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    padding: 9px;
    max-width: 420px;
    margin: 0 auto;
}
.form-send-wrap {
    text-align: center;
    background: #fff;
    border-radius: 4px;
    padding: 65px 35px;
}
.form-send-wrap .form-block {
    margin: 0 auto 15px;
    max-width: 300px;
}
.form-send-wrap .form-block input[type="text"] {
    height: 44px;
    background-color: #fff;
    border: 1px solid #cdd1dd;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.form-send-wrap .button input[type="submit"] {
    height: 57px;
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    border: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
	    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	cursor: pointer;
}
.form-send-wrap .button input[type="submit"]:hover {
    background-color: #5a7aff;
	    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
section.prim .left-info .prim-list {
    padding: 25px 0 0;
	    position: relative;
}
section.prim .left-info  .prim-list ul li:nth-of-type(2n+2):before {
    content: ' ';
    width: 8px;
    background-color: #f4f6fb;
    border-radius: 4px;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: -4px;
    margin: 0 0 0 -4px;
}
section.prim .left-info  .prim-list ul li:nth-of-type(2n+1):before {
    content: ' ';
    width: 8px;
    background-color: #f4f6fb;
    border-radius: 4px;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: -0px;
    margin: 0 0 0 -4px;
}
section.prim .left-info  .prim-list ul li:last-of-type:before {
	display:none;
}
section.prim .left-info .prim-list:after {
	content: ' ';
	clear: both;
	display: block;
}
section.prim .left-info .prim-list .name {
    color: #00082b;
    font-size: 27px;
    line-height: 25px;
    font-weight: 900;
	margin: 0 0 7px 0;
}
section.prim .left-info .prim-list .subname {
    color: #737993;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
	margin: 0 0 5px 0;
}
section.prim .left-info .prim-list .text {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
}
section.prim .left-info  .prim-list ul li:nth-of-type(2n+2) {
    text-align: right;
    width: 50%;
    padding: 0 50px 0 0;
    box-sizing: border-box;
	float: left;
    clear: both;
	position: relative;
	margin: -35px 0 0;
}
section.prim .left-info .prim-list ul li:nth-of-type(2n+1) {
    text-align: left;
    width: 50%;
    padding: 0  0 0 50px;
    box-sizing: border-box;
    float: right;
    clear: both;
	position: relative;
	margin: -35px 0 0;
}
section.prim .left-info  .prim-list ul li:first-of-type {
	margin:0px 0 0;
}
section.prim .left-info .prim-list ul li:nth-of-type(2n+1):after {
    content: ' ';
    border-radius: 160px;
    box-shadow: 0 11px 44px 18px #f3f6fd;
    width: 9px;
    height: 9px;
    background-color: #6684ff;
    position: absolute;
    left: -16px;
    top: 0;
    border: 12px solid #fff;
	
}
section.prim .left-info .prim-list ul li:nth-of-type(2n+2):after {
    content: ' ';
    border-radius: 160px;
    box-shadow: 0 11px 44px 18px #f3f6fd;
    width: 9px;
    height: 9px;
    background-color: #6684ff;
    position: absolute;
    right: -16px;
    top: 0;
    border: 12px solid #fff;
}

section.portfolio {
    text-align: center;
    padding: 30px 0 60px;
    border-bottom: 1px solid #f4f6fb;
    margin: 0 0 60px 0;
}
section.portfolio .portfolio-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

section.portfolio .portfolio-wrap .job {
    display: inline-block;
    width: 300px;
    margin: 0 15px;
}
section.portfolio .portfolio-wrap .job .images img {
    border-radius: 4px;
    box-shadow: 0 11px 24px rgba(52, 67, 130, 0.35);
    display: block;
    width: 100%;
    height: auto;
}
section.portfolio .portfolio-wrap .job .name {
    text-align: left;
    margin: 20px 0 0;
}
section.portfolio .portfolio-wrap .job .name a {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    white-space: normal;
}
section.portfolio .button {
    margin: 55px 0 0 0;
}
section.portfolio .button a{
    height: 43px;
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    padding: 9px 28px;
    box-sizing: border-box;
}
section.portfolio .button a:hover {
    background-color: #5a7aff;
}

section.rew-part .reviews {
    width: 60%;
    float: left;
    text-align: center;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
section.rew-part .partner {
    width: 40%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
section.rew-part .partner .list-partner .img {
    display: inline-block;
    margin: 15px;
	    vertical-align: middle;
}
section.rew-part .reviews .name {
    color: #00082b;
    font-size: 22px;
    font-weight: 100;line-height: 27px;
    text-align: left;
}
section.rew-part .reviews .user-name {
    text-align: left;
    color: #00082b;
    font-size: 13px;
    font-weight: 700;
    margin: 12px 0;
}
section.rew-part .reviews .text {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

section.rew-part .reviews .button {
    margin: 55px 0 0 0;
}
section.rew-part .reviews .button a{
    height: 43px;
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    padding: 9px 28px;
    box-sizing: border-box;
}
section.rew-part .reviews .button a:hover {
    background-color: #5a7aff;
}

section.rew-part .reviews .owl-nav button.owl-prev {
	background: url("../images/ar-left.png") 0 0 no-repeat;
	width: 14px;height: 58px;
	position: absolute;
    left: 0;
    top: 50px;
}
section.rew-part .reviews .owl-nav button.owl-next {
	background: url("../images/ar-right.png") 0 0 no-repeat;
	width: 14px;height: 58px;
	position: absolute;
    right: 0;
    top: 50px;
}
.reviews-list {
    padding: 0 70px;
	    box-sizing: border-box;
}
.owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    opacity: 0.3;
    background-color: #6784ff;
    border-radius: 160px;
    margin: 26px 8px 0;
}
.owl-dots button.owl-dot.active {
    width: 14px;
    height: 14px;
    background-color: #6784ff;
    border-radius: 160px;
	 opacity: 1;
}

div#map {
    height: 600px;
}
section.map .wrapper {
    position: relative;
}
.contact-wrap {
    position: absolute;
    z-index: 10;
    width: 420px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 29px 62px #f3f6fd;
    padding: 55px;
    box-sizing: border-box;
    top: 50px;
}
.contact-wrap .name {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}
.contact-wrap .add {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
}
.contact-wrap > div {
    margin: 0 0 20px 0;
}
.contact-wrap  .email .link a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    height: 32px;
    background-color: #ff8a62;
    border-radius: 3px;
    box-shadow: 0 6px 24px rgba(255, 138, 98, 0.44);
    display: inline-block;
    padding: 12px 14px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 10px 0 0;
}
section.rew-part {
    padding: 0 0 100px 0;
}
footer.footer {
    background: #f4f6fb;
    padding: 80px 0 40px;
}
footer.footer .menu {
    float: left;
    margin: 0 70px 0 0;
}
footer.footer .menu .name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px 0;
}
footer.footer .menu ul li a {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}
footer.footer .footer-info {
    float: right;
    width: 50%;
	 font-size: 12px;
}
.footer-info .adress {
    background: #0000;
    padding: 0;
    margin: 0 0 10px 0;
}
.footer-info .mail {
    margin: 0 0 10px 0;
}
.footer-info .mail a {
    color: #000;
}
.footer-info .phone {
    margin: 0 0 10px 0;
	 background: #0000;
    padding: 0;
}
.footer-info .phone a {
    color: #000;
}
.footer-info  .copy {
    margin: 25px 0 0;
    font-size: 12px;
}
.breadcrumbs {
    font-size: 13px;
}
.breadcrumbs a.breadcrumbs__link {
    text-decoration: underline;
}
section.listserv.page .title {
    text-align: left;
    margin: 35px 0 35px;
}
section.listserv.page .subtitle {
    text-align: left;
}
section.listserv.page .subtitle {
    text-align: left;
    width: 100%;
    max-width: none;
    margin: -15px auto 35px;
}


.left-col.listserv {
    width: 30%;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 30px 0 0;
}
.left-col.listserv .list-service .service {
    width: 100%;
    border-right: 0;
}
section.pages .right-col {
    width: 70%;
    padding: 50px 0 0 20px;
    box-sizing: border-box;
    float: left;
}
section.pages .right-col .breadcrumbs {
    margin: 0 0 35px 0;
}
section.pages .form-send {
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    padding: 9px;
    margin: 35px auto 0;
}
section.pages .form-send-wrap {
    padding: 25px 35px;
}
section.pages 	.form-send-wrap .form-block {
    width: 50%;
    max-width: none;
    float: left;
    padding: 0 15px 15px;
    box-sizing: border-box;
}
.left-col.listserv .list-service .service.active {
    padding: 25px 0 0;
    margin: 0;    border: 0;
}
.left-col.listserv .list-service .service.active .readmore {
	opacity: 0;
}
.left-col.listserv .list-service .service:last-of-type {
    border: 0;
}

.left-col.listserv .list-service .service {
    border-bottom: 1px solid #ffe8e0;
}
.serivce-list ul a {
    list-style: none;
    color: #00082b;
    font-size: 19px;
    line-height: 25px;
    text-decoration: underline;
    font-weight: 700;
}
.listserv .serivce-list ul li a:before {
display:none;
}
.serivce-list ul .desc {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 25px;

}
.serivce-list ul li {
    display: inline-block;
    width: 49%;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 25px;
}
.serivce-list ul {
    margin: 0 -15px;
}
.form-send-wrap .form-block span, .form-send-wrap .form-block br {
    display: none;
}
section.portfolio h1 {
    margin: 35px 0 30px;
}
section.pages {
    margin: 35px 0;
}
.text ul li {
    margin: 7px 0;
}
.text ul {
    margin: 0 0 0 25px;
    padding: 15px 0;
    list-style: unset;
}

section.map .wrapper {
    position: relative;
    margin: -500px auto 0;height: 500px;
}

section.map .contacts {
    border-radius: 4px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 14.5px 25.115px 62px 0px rgb( 243, 246, 253 );
    position: absolute;
    left: 0;
    top: 50px;
    width: 420px;
    z-index: 9;
    box-sizing: border-box;
    padding: 45px 35px;
}
section.map .contacts > div {
    margin: 0 0 20px 0;
}
section.map .contacts .name {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}
section.map .contacts .add {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
}
section.map .contacts .email .link a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    height: 32px;
    background-color: #ff8a62;
    border-radius: 3px;
    box-shadow: 0 6px 24px rgba(255, 138, 98, 0.44);
    display: inline-block;
    padding: 12px 14px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 10px 0 0;
}

header.header .wrapper {
    position: relative;
}
header.header .list-service {
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 25px 50px 0px rgba(132, 144, 193, 0.2);
    position: absolute;
    right: 15px;
    left: 15px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 25px;
    top: 120%;
display:none;
}
header.header .list-service .service {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
header.header .list-service .service .images {
    width: 120px;
    float: left;
    text-align: center;
    height: 84.5px;
    overflow: hidden;
}
header.header .list-service .service .list-text .name {
    margin: 0 0 15px 0;
}
header.header .list-service .service .list-text .name a {
    color: #00082b;
    font-size: 17px;
    line-height: 25px;
    text-decoration: underline;
    font-weight: 700;
    text-transform: none;
}
header.header .list-service .service .list-text ul li a {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    font-weight: 300;
}
header.header .list-service .service  ul li a:before {
    content: '\2014 ';
}
header.header .list-service .list-text {
    margin: 0 0 0 120px;
    padding: 15px 0 0;
}
header.header .list-service:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #ffffff;
    position: absolute;
    left: 292px;
    top: -4px;
}

header.header nav.mainmenu li.serivce:hover .list-service {
    display: block;
}
header.header nav.mainmenu li.serivce {
    padding: 0 0 25px 0;
    margin: -10px 25px -25px 0;
}


section.reviews {
    margin: 35px 0;
}
section.reviews h1 {
    margin: 35px 0;
}
section.reviews .review:nth-of-type(2n+1) {
    display: inline-block;
    width: calc(49% - 15px);
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 25px 15px;
}
section.reviews .review:nth-of-type(2n+2) {
    display: inline-block;
    width: calc(49% - 15px);
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 15px 25px 0px;
}
section.reviews .review .name {
    color: #00082b;
    font-size: 22px;
    font-weight: 100;
    line-height: 27px;
    text-align: left;
}
section.reviews .review .user-name {
    text-align: left;
    color: #00082b;
    font-size: 13px;
    font-weight: 700;
    margin: 12px 0;
}
section.reviews .review .text {
    color: #00082b;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}
.form-callback {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffffa6;    z-index: 99;
display:none;
}
.form-wrap {
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 25px 50px 0px rgba(132, 144, 193, 0.2);
    position: absolute;

    border-radius: 4px;
    box-sizing: border-box;
    padding: 35px;
    top: 50%;
    width: 400px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
input[type="text"] {
    height: 44px;
    background-color: #fff;
    border: 1px solid #cdd1dd;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}.form-callback .form-block {
    margin: 0 0 15px 0;
}

.form-callback  .button input[type="submit"]:hover {
    background-color: #5a7aff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.form-callback  .button input[type="submit"] {
    height: 57px;
    background-color: #6784ff;
    border-radius: 4px;
    box-shadow: 0 11px 29px rgba(103, 132, 255, 0.5);
    border: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;width: 100%;
    font-weight: 700;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.form-callback a.close i:nth-of-type(2) {
    transform: rotate(-45deg);
}

.form-callback a.close i {
    display: block;
    width: 2px;
    height: 22px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    right: 50%;
    top: 20%;
}
.form-callback a.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}
font.errortext {
    display: block;
    margin: 0 0 15px 0;
}
.form-callback .title {
    margin: 0 0 25px;
}
.mob {
    display: none;
}
section.pages, section.reviews {
    min-height: calc(100vh - 406px - 50px);
}

.list-service-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section.pages.er404 {
    text-align: center;
}
section.pages.heights {
    min-height: auto !important;
}