@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
a, a: active, a:focus {
    color: inherit;
    text-decoration: none;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
.p, .p_regular, p {
    font-weight: 400;
}
.no-margin { margin:0 !important; }
.page-header_multi .topbar, ol, ul {
    padding: 0;
}
/*.list-breadcrumbs__link, .list-top-menu__link, .page-section__heading, h1 {
    text-transform: uppercase;
}*/
html {
    font-size: 13px;
}
body {
    position: relative;
    width: 100%;
    min-width: 320px;
    color: #2b2b2b;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%}
a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:active, a:focus {
    outline: 0;
}
a:hover {
    color: #68bbd6;
}
.btn-highlight {
	margin-top:10px;
    color: white;
    background-color: #ff3385;
	font-size:1.38462rem;
	border:2px solid #fff;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;	
}
ol, ul {
    list-style-type: none;
    margin: 0;
}
.p, p {
    line-height: 1.84615;
    margin-top: 0;
    margin-bottom: 13px;
    letter-spacing: .65px;
}
._color-inverse {
    color: #fff;
}
h1 {
    font-size: 4.38462rem;
    font-weight: 800;
}
h2 {
    font-size: 3.07692rem;
}
.page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.page-header_multi, .page-header.multi {
    position: relative;
}
.page-header_multi .top-navigation-wrapper {
    background-color: #fff;
    padding: 0;
}
.page-header_multi .top-navigation {
    text-align: center;
}
.page-header_multi .top-navigation__logo {
    width: 100%;
    padding: 30px 0;
}
.page-header_multi .top-navigation__menu {
    width: 100%;
    border-top: 1px solid rgba(43, 43, 43, .2);
}
.page-header_multi .list-top-menu__link {
    border-top: 1px solid transparent;
}
.page-header_multi .list-top-menu__link:hover {
    color: #68bbd6;
    border-color: #68bbd6;
}
.page-header_multi .list-top-menu__item_has-submenu .list-top-menu__link {
    border-top: none;
}
.page-header_multi .list-submenu {
    background-color: #fff;
    border-color: #68bbd6;
}
.page-header_multi .list-submenu:before {
    border-color: transparent transparent #68bbd6;
}
.page-header_multi .list-submenu__link {
    color: #2b2b2b;
}
.page-header_multi .list-submenu__link:hover {
    background-color: #fff;
    color: #68bbd6;
}
.page-header_multi__form-estimate {
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 370px;
    width: 100%;
    padding: 40px 35px;
    background-color: #68bbd6;
    -webkit-box-shadow: 0 5px 5px 0 rgba(183, 183, 183, .3);
    box-shadow: 0 5px 5px 0 rgba(183, 183, 183, .3);
    z-index: 120;
    display: none;
}
.topbar-wrapper {
    background-color: #003468;
}
.wrapper-expand-map-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
}
.list-top-menu__item_has-submenu, .topbar {
    position: relative;
}
.topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
.top-navigation-wrapper {
    padding: 5px 0;
    background-color: rgba(255, 255, 255, .8);
}
.top-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-navigation__menu {
    display: block;
}
.top-navigation__toggle-menu {
    display: none;
}
.list-top-menu__item, .site-logo {
    display: inline-block;
}
.top-navigation__toggle-menu:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 1.84615rem;
    display: inline-block;
}
.list-top-menu__item {
    margin-right: 28px;
}
.list-top-menu__item:last-child {
    margin-right: 0;
}
.list-top-menu__item_has-submenu .list-top-menu__link:hover~.list-submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.list-top-menu__link {
    display: block;
    padding: 15px 0;
    color: #2b2b2b;
    font-weight: 400;
	text-transform:uppercase;
    letter-spacing: .8px;
}
.list-submenu {
    border-top: 2px solid #003468;
    background-color: #2b2b2b;
    position: absolute;
    top: 100%;
    left: 10px;
    min-width: 250px;
    padding: 13px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    text-align: left;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
}
.list-submenu:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px;
    border-color: transparent transparent #003468;
}
.list-submenu:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.list-submenu__item {
    display: block;
}
.list-submenu__link {
    display: block;
    padding: 7px 28px;
    font-size: .92308rem;
    letter-spacing: .6px;
    color: #fff;
}
.list-submenu__link:hover {
    background-color: #181818;
    color: #fff;
}
.list-contacts__item {
    display: inline-block;
    margin-right: 28px;
}
.list-contacts__label {
    font-size: .92308rem;
    font-weight: 400;
}
.contact-label {
    color: #ffffff;
}
.contact-label__icon {
    font-size: 1.07692rem;
    vertical-align: middle;
    margin-right: 10px;
}
.contact-label__text {
    font-size: .92308rem;
}
.page-inner-header {
    z-index: 90;
    position: relative;
    text-align: center;
    padding: 40px 0;
}
.page-inner-header__heading {
    display: block;
    font-size: 2.30769rem;
    font-weight: 700;
    letter-spacing: .21538rem;
    color: #fff;
	text-transform:uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.list-breadcrumbs__item:after, .list-breadcrumbs__link {
    font-weight: 300;
    font-size: 1.07692rem;
    color: #fff;
    display: inline-block;
}
.page-inner-header__breadcrumbs {
    margin-top: 5px;
}
.list-breadcrumbs__item {
    display: inline-block;
}
.list-breadcrumbs__item:after {
    content: '>';
    margin: 0 5px;
}
.list-breadcrumbs__item:last-child:after {
    content: '';
    margin: 0;
}
.list-breadcrumbs__link {
    letter-spacing: .06154rem;
}
.list-breadcrumbs__link:hover {
    color: #474747;
}
.page-main {
    overflow: hidden;
}
.page-section {
    position: relative;
    z-index: 50;
    padding: 100px 0;
}
.page-section__header {
    text-align: center;
    margin-bottom: 67px;
}
.page-section__heading {
    position: relative;
    display: inline-block;
    font-size: 3.07692rem;
    color: #003468;
    font-weight: 600;
    margin-top: 0;
}
.page-section__heading_multi, .page-section__subheading, .subline__text {
    font-weight: 700;
    text-transform: uppercase;
}
/*.page-section__heading:after, .page-section__heading:before {
    content: '';
    display: block;
    background-color: #003468;
    position: absolute;
}
.page-section__heading:before {
    width: 116px;
    height: 2px;
    bottom: 1px;
    left: -35px;
}
.page-section__heading:after {
    width: 96px;
    height: 2px;
    bottom: -3px;
    left: -35px;
}*/
.page-section__heading_inverse {
    color: #fff;
}
.page-section__heading_inverse .page-section__header-lines:after, .page-section__heading_inverse .page-section__header-lines:before, .page-section__heading_inverse:after, .page-section__heading_inverse:before {
    background-color: #fff;
}
.page-section__header-lines:after, .page-section__header-lines:before {
    content: '';
    display: block;
    background-color: #003468;
    position: absolute;
}
.page-section__header-lines:before {
    width: 2px;
    height: 74px;
    bottom: -20px;
    left: -12px;
}
.page-section__header-lines:after {
    width: 2px;
    height: 61px;
    bottom: -20px;
    left: -16px;
}
.page-section__subheader {
    margin-bottom: 24px;
}
.page-section__subheading {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.38462rem;
}
.page-section__subheading:after {
    content: '';
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 1px;
    background-color: #68bbd6;
}
.page-section__content {
    position: relative;
    z-index: 60;
}
.subline__text {
    font-size: 1.15385rem;
    letter-spacing: .69231rem;
    color: #d1d1d1;
}
.subline__text:first-child:after {
    content: url(img/icons/icon-heading.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 12px;
}
.page-section__heading_multi {
    font-size: 3.07692rem;
    letter-spacing: .15385rem;
    margin-top: 2px;
    margin-bottom: 0;
}
.page-section_slider {
    padding: 0;
}
.page-section_slider__header {
    margin-bottom: 30px;
}
.page-section_slider__heading-2 {
    font-size: 1.84615rem;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0;
}
.page-section_slider__heading-1 {
    line-height: 1.19;
    margin-top: 0;
    margin-bottom: 12px;
    color: #003468;
}
.page-section_slider__text {
    font-size: 1.07692rem;
    line-height: 1.84615rem;
    letter-spacing: 1.2px;
}
.page-section_services {
    padding: 98px 0 60px;
}
.page-section_services-tabs {
    padding: 0;
    margin-bottom: 100px;
}
.page-section_services-tabs__content {
    margin-bottom: 30px;
}
.page-section_services-tabs__subheading {
    display: block;
    font-size: 1.53846rem;
    letter-spacing: .03846rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
.page-section_services-tabs__wrapper-button {
    text-align: right;
}
.page-section_services-tabs__slider {
    margin-top: 80px;
}
.page-section_services-tabs__tabs {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
}
.page-section_services-tabs__shifted-content {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.page-section_services-tabs__wrapper-img {
    display: block;
    margin: 0 auto;
}
.page-section_works {
    padding: 98px 0 0;
}
.page-section_works__filter {
    margin-bottom: 76px;
}
.page-section_testimonials-image:before {
    content: url(img/backgrounds/girl2.png);
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: 50;
}
.page-section_news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-section_news__wrapper-more-news {
    margin-top: 45px;
    text-align: right;
}
.page-section_news__link-more-news {
    text-transform: uppercase;
    color: #003468;
    font-weight: 400;
    font-size: 1.07692rem;
    letter-spacing: .06154rem;
}
.page-section_news__link-more-news:after {
    display: inline-block;
    margin-left: 7px;
    content: '\f178';
    font-family: FontAwesome;
}
.page-section_news-2 {
    padding: 100px 0 50px;
}
.page-section_intro {
    min-height: 800px;
    margin-bottom: 170px;
}
.page-section_intro__header {
    text-align: center;
    margin-top: 54px;
}
.page-section_intro__heading-1 {
    font-size: 10rem;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    letter-spacing: .5rem;
    margin: 0;
}
.page-section_intro__heading-2 {
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.84615rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .36923rem;
    background-color: #2b2b2b;
    margin-top: 0;
    margin-bottom: 5px;
}
.page-section_intro__heading-3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 28px;
}
.page-section_intro__content {
    position: relative;
    background-color: #fff;
    padding: 85px 67px;
    -webkit-transform: translateY(260px);
    -ms-transform: translateY(260px);
    transform: translateY(260px);
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
    z-index: 100;
}
.page-section_intro__content:after {
    content: url(img/backgrounds/girl.png);
    display: inline-block;
    position: absolute;
    bottom: -4px;
    right: -12%}
.page-section_intro__wrapper-info {
    max-width: 62%}
.page-section_intro__wrapper-buttons {
    margin-top: 45px;
}
.page-section_about__wrapper-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-section_about__wrapper-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #68bbd6;
    margin-right: 25px;
}
.page-section_about__img {
    -webkit-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
}
.page-section_about__info {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.page-section_about__skillbar {
    margin-bottom: 15px;
}
.page-section_about__subheading {
    display: block;
    font-size: 1.23077rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
.page-section_about__text {
    font-weight: 600;
}
.page-section_about__gallery {
    margin-bottom: 80px;
}
.page-section_about__wrapper-button {
    margin-top: 25px;
}
.page-section_about-inner {
    margin-top: 180px;
    padding: 0;
}
.page-section_about-inner__shifted-content {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}
.page-section_contacts {
    padding: 0;
}
.page-section_contacts__content {
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
}
.page-section_contacts__header {
    text-align: center;
    margin-bottom: 35px;
}
.page-section_contacts__heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.30769rem;
    text-transform: uppercase;
    color: #fff;
}
.page-section_contacts__heading:before {
    content: '\f003';
    font-family: FontAwesome;
    font-size: 5.76923rem;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
    opacity: .2;
}
.page-section_blog__divider {
    margin-top: 45px;
    margin-bottom: 45px;
    border-top: 1px solid #c8c8c8;
}
.page-section_blog__subheader, .page-section_blog__subheading {
    margin-bottom: 0;
}
.page-section_blog__content-form {
    border: 1px solid #c8c8c8;
    padding: 22px 30px 30px;
    margin-top: 20px;
}
.page-section_team__subheader, .page-section_team__team-member {
    margin-bottom: 50px;
}
.page-section_team__pagination {
    text-align: center;
}
.page-section_team__member-subheader {
    margin-bottom: 20px;
}
.page-section_team__member-subheading {
    display: block;
    font-size: 1.38462rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.page-section_team__member-position {
    display: block;
    text-transform: uppercase;
}
.page-section_team__member-social {
    margin-top: 24px;
}
.page-section_team__member-img-wrapper {
    position: relative;
}
.page-section_team__member-img-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background-color: #68bbd6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.page-section_team__member-img {
    display: block;
    margin: 0 auto;
}
.page-section_team__skillbar {
    margin-bottom: 30px;
}
.page-section_history__content {
    margin-top: 66px;
    padding: 0 40px;
}
.page-section_service-info__content {
    margin-bottom: 40px;
}
.page-section_service-info__content:last-child {
    margin-bottom: 0;
}
.page-section_service-info__slider {
    margin-bottom: 45px;
}
.page-section_service-info__gallery {
    margin-top: 45px;
    margin-bottom: 35px;
}
.page-section_features__img {
    -webkit-box-shadow: 0 5px 5px 0 rgba(150, 150, 150, .75);
    box-shadow: 0 5px 5px 0 rgba(150, 150, 150, .75);
    display: block;
    margin: 0 auto;
}
.page-section_features__list-features {
    margin-left: 40px;
}
.page-section_projects__filter {
    margin-bottom: 56px;
}
.page-section_projects-dark {
    padding: 100px 0 0;
}
.page-section_projects-dark__content {
    padding: 80px 0 0;
    background-color: #2b2b2b;
}
.page-section_info__content {
    margin-bottom: 37px;
}
.page-section_info__img {
    display: block;
    margin: 0 auto;
}
.page-section_slider-services {
    overflow: hidden;
}
.page-section_slider-services:before {
    content: '\f013';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 28.61538rem;
    line-height: 1;
    width: 372px;
    height: 372px;
    position: absolute;
    right: 0;
    bottom: -60px;
    color: rgba(209, 209, 209, .3);
    text-align: right;
}
.figure-service__descr:before, .figure-work:after, .page-section_slider-services__content:after {
    content: '';
    left: 0;
}
.figure-service:hover .figure-service__heading, .figure-service:hover .figure-service__text, .page-aside_banners__banner:hover .banner-heading, .page-aside_banners__banner:hover .banner-subheading {
    color: #fff;
}
.page-section_slider-services__content {
    position: relative;
}
.page-section_slider-services__content:after {
    display: block;
    width: 50%;
    height: 80px;
    background-color: #2b2b2b;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.page-aside_banners, .page-aside_brands__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.page-aside, .page-aside_banners__banner {
    z-index: 50;
    position: relative;
}
.page-section_pricing__pricing-table {
    margin-bottom: 30px;
}
.page-aside_cta-1 {
    text-align: center;
    padding: 45px 0 98px;
}
.page-aside_cta-1__header {
    margin-bottom: 11px;
}
.page-aside_cta-1__heading {
    font-size: 2.30769rem;
    margin-bottom: 14px;
}
.page-aside_brands {
    padding: 90px 0;
}
.page-aside_brands__content {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-aside_facts {
    padding: 80px 0 100px;
}
.page-aside_banners {
    display: flex;
}
.page-aside_banners__banner {
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 30px;
}
.page-aside_banners__banner:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.page-aside_banners__banner:hover:after {
    background-color: rgba(38, 201, 255, .8);
}
.sidebar__widget {
    margin-bottom: 30px;
}
.sidebar__widget:last-child {
    margin-bottom: 0;
}
.figure-service:hover .figure-service__descr {
    background-color: #003468;
}
.figure-service:hover .figure-service__descr:before {
    border-color: transparent transparent #003468;
}
.figure-service__link {
    display: block;
}
.figure-service__descr {
    position: relative;
    margin: 0 30px;
    padding: 24px 18px 30px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #003468;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.figure-service__descr:before {
    display: inline-block;
    position: absolute;
    top: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 300px;
    border-color: transparent transparent #f2f2f2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.figure-service__heading {
    display: block;
    position: relative;
    font-size: 1.23077rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 18px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.figure-service__text {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.figure-service-related__img {
    display: block;
    margin: 0 auto;
}
.figure-service-related__heading {
    display: block;
    font-size: 1.07692rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}
.figure-service-related__text {
    font-weight: 600;
    margin-bottom: 25px;
}
.figure-work {
    position: relative;
    overflow: hidden;
}
.figure-work:after, .figure-work__descr {
    position: absolute;
    -webkit-transition: all .3s ease-out;
}
.figure-work:after {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 149, 243, .7);
    z-index: 0;
    -webkit-transform: rotate(45deg) translateX(100%) scaleY(2);
    -ms-transform: rotate(45deg) translateX(100%) scaleY(2);
    transform: rotate(45deg) translateX(100%) scaleY(2);
    opacity: 0;
    transition: all .3s ease-out;
}
.figure-work:hover:after {
    -webkit-transform: rotate(45deg) translateX(50%) scaleY(2);
    -ms-transform: rotate(45deg) translateX(50%) scaleY(2);
    transform: rotate(45deg) translateX(50%) scaleY(2);
    opacity: 1;
}
.figure-work:hover .figure-work__descr {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.figure-work__link {
    display: block;
}
.figure-work__img {
    display: block;
    width: 100%;
    height: auto;
}
.figure-work__descr {
    right: 33px;
    bottom: 40px;
    z-index: 10;
    transition: all .3s ease-out;
    -webkit-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
    opacity: 0;
}
.figure-work__heading {
    position: relative;
    display: inline-block;
    font-size: 1.53846rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .06154rem;
    margin-bottom: 0;
    margin-top: 0;
}
.figure-work__heading:before {
    content: '\e623';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 55px;
    font-family: Pe-icon-7-stroke;
    font-size: 3.84615rem;
    font-weight: 400;
    color: #fff;
    z-index: 10;
}
.figure-team-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.figure-team-member:hover .figure-team-member__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.figure-team-member:hover .figure-team-member__wrapper-info {
    background-color: #68bbd6;
}
.figure-team-member:hover .figure-team-member__heading, .figure-team-member:hover .figure-team-member__position {
    color: #fff;
}
.figure-team-member__link {
    display: block;
}
.figure-team-member__img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.figure-team-member__wrapper-info {
    background-color: #f6f6f6;
    text-align: center;
    padding: 18px 9px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.figure-team-member__heading, .figure-team-member__position {
    display: block;
    -webkit-transition: all .3s ease-out;
    text-transform: uppercase;
}
.figure-team-member__social {
    margin-bottom: 7px;
}
.figure-team-member__social .list-social__link:hover {
    color: #fff;
}
.figure-team-member__heading {
    font-weight: 600;
    font-size: 1.07692rem;
    letter-spacing: .06154rem;
    margin-top: 0;
    margin-bottom: 4px;
    transition: all .3s ease-out;
}
.figure-team-member__position {
    font-weight: 400;
    font-size: .84615rem;
    letter-spacing: .03846rem;
    color: #747474;
    transition: all .3s ease-out;
}
.figure-project:after, .figure-project__descr {
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out;
}
.figure-expert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.figure-expert__img {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.figure-expert__info {
    background-color: #003468;
    padding: 42px 48px 32px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.figure-expert__heading {
    color: #fff;
    font-size: 1.53846rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 3px;
}
.figure-expert__descr, .figure-project__heading {
    font-size: 1.07692rem;
    color: #fff;
}
.figure-expert__position {
    display: block;
    color: #fff;
    letter-spacing: .06154rem;
    margin-bottom: 12px;
}
.figure-expert__list-social {
    margin-bottom: 19px;
}
.figure-expert__list-social .list-social__link:hover {
    color: #fff;
}
.figure-project {
    position: relative;
    overflow: hidden;
    z-index: 60;
}
.figure-project:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    border: 10px solid #fff;
    z-index: 50;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.figure-project:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.figure-project:hover .figure-project__descr, .figure-project:hover .figure-project__icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.figure-project__descr, .figure-project__icon {
    position: absolute;
    background-color: #68bbd6;
    opacity: 0;
    text-align: center;
}
.figure-project_dark:after {
    border-color: #2b2b2b;
}
.figure-project__img {
    width: 100%;
    height: auto;
}
.figure-project__descr {
    bottom: 10px;
    padding: 17px 0;
    transition: all .3s ease-out;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.figure-project__heading {
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.figure-project__icon {
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 3px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}
.figure-project__icon:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.23077rem;
    font-style: 400;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.masonry-grid-works {
    margin: 0 -10px;
}
.masonry-grid-works_fullwidth {
    margin: 0;
}
.masonry-grid-works__sizer_w-20 {
    width: 20%}
.masonry-grid-works__sizer_w-25 {
    width: 25%}
.masonry-grid-works__sizer_w-33 {
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
}
.masonry-grid-works__item {
    padding: 10px;
}
.masonry-grid-works__item_fullwidth {
    padding: 0;
}
.masonry-grid-works__item_w-20 {
    width: 20%}
.masonry-grid-works__item_w-25 {
    width: 25%}
.masonry-grid-works__item_w-33 {
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
}
.list-masonry-grid-works-filter {
    display: block;
    text-align: center;
}
.list-masonry-grid-works-filter_inverse .list-masonry-grid-works-filter__link {
    color: #fff;
}
.list-masonry-grid-works-filter_inverse .list-masonry-grid-works-filter__link_active {
    color: #68bbd6!important;
}
.list-masonry-grid-works-filter__item {
    display: inline-block;
}
.list-masonry-grid-works-filter__link {
    position: relative;
    display: block;
    padding: 9px 24px;
    font-size: 1.07692rem;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
}
.list-masonry-grid-works-filter__link_active {
    color: #003468!important;
}
.list-masonry-grid-works-filter__link_active .list-masonry-grid-works-filter__link-lines {
    opacity: 1;
    visibility: visible;
}
.list-masonry-grid-works-filter__link-lines {
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    visibility: hidden;
}
.brand:hover .brand__logo, .brand_hover-accent:hover .brand__logo {
    opacity: 1;
}
.list-masonry-grid-works-filter__link-lines:after, .list-masonry-grid-works-filter__link-lines:before {
    content: '';
    display: block;
    background-color: #003468;
    position: absolute;
}
.list-masonry-grid-works-filter__link-lines_top:before {
    width: 1px;
    height: 38px;
    bottom: -9px;
    left: 2px;
}
.list-masonry-grid-works-filter__link-lines_top:after {
    width: 1px;
    height: 30px;
    bottom: -9px;
    left: 0;
}
.list-masonry-grid-works-filter__link-lines_bottom:before {
    width: 1px;
    height: 38px;
    top: -9px;
    right: 2px;
}
.list-masonry-grid-works-filter__link-lines_bottom:after {
    width: 1px;
    height: 30px;
    top: -9px;
    right: 0;
}
.list-masonry-grid-works-filter__link-lines_left:before {
    width: 60px;
    height: 1px;
    bottom: 2px;
    left: -9px;
}
.list-masonry-grid-works-filter__link-lines_left:after {
    width: 50px;
    height: 1px;
    bottom: 0;
    left: -9px;
}
.list-masonry-grid-works-filter__link-lines_right:before {
    width: 60px;
    height: 1px;
    top: 2px;
    right: -9px;
}
.list-masonry-grid-works-filter__link-lines_right:after {
    width: 50px;
    height: 1px;
    top: 0;
    right: -9px;
}
.testimonial {
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.testimonial:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent;
}
.testimonial__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}
.testimonial__avatar {
    border: 1px solid #003468;
}
.testimonial__author {
    display: block;
    margin-top: 20px;
	text-align:right;
    color: #003468;
    font-size: 1.23077rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial__position {
    display: block;
    font-size: 1rem;
    color: #2b2b2b;
    text-transform: none;
    font-weight: 400;
}
.testimonial-2__author, .testimonial-2__text {
    font-size: 1.07692rem;
    font-weight: 400;
}
.testimonial__text {
    line-height: 1.84615;
    letter-spacing: .65px;
    font-weight: 400;
    margin: 0;
}
.testimonial-2 {
    background-color: #FFF;
    padding: 44px 50px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.testimonial-2:hover .testimonial-2__avatar {
    border-color: #68bbd6;
}
.testimonial-2:hover .testimonial-2__author {
    color: #68bbd6;
}
.testimonial-2__content {
    margin-bottom: 44px;
}
.testimonial-2__info {
    margin-left: 18px;
}
.testimonial-2__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.testimonial-2__avatar {
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog-posts-table td, .blog-posts-table th {
    border: 1px solid #d3d3d3;
    word-break: normal;
    overflow: hidden;
}
.brand, .testimonial-2__author {
    -webkit-transition: all .3s ease-out;
}
.testimonial-2__author {
    display: block;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px;
    letter-spacing: .03846rem;
    transition: all .3s ease-out;
}
.blog-post-preview__comments, .blog-post-preview__date {
    font-weight: 600;
    font-size: 1.07692rem;
    text-transform: uppercase;
}
.testimonial-2__position {
    display: block;
    margin-bottom: 3px;
}
.blog-post-preview__row, .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.blog-posts-table {
    border-collapse: collapse;
    border-spacing: 0;
}
.blog-posts-table td {
    width: 41%}
.blog-posts-table th {
    width: 59%}
.blog-post-preview {
    padding: 25px 30px;
    text-align: left;
}
.blog-post-preview_large {
    padding: 45px 50px;
}
.blog-post-preview_large .blog-post-preview__media {
    margin-bottom: 28px;
}
.blog-post-preview__info {
    margin-bottom: 15px;
}
.blog-post-preview__row {
    display: flex;
}
.blog-post-preview__row .blog-post-preview__media {
    padding-right: 28px;
}
.blog-post-preview__date {
    display: inline-block;
}
.blog-post-preview__comments {
    margin-left: 18px;
    display: inline-block;
}
.blog-post-preview__link {
    display: inline-block;
    color: #003468;
}
.blog-post-preview__link:hover {
    color: #888;
}
.blog-post-preview__img {
    min-width: 200px;
}
.blog-post-preview__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.blog-post-preview__heading {
    margin-top: 0;
    font-size: 1.23077rem;
    line-height: 1.84615rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.blog-post-preview__readmore-link {
    text-transform: uppercase;
    color: #003468;
    font-weight: 400;
}
.blog-post-preview__readmore-link:after {
    display: inline-block;
    margin-left: 7px;
    content: '\f178';
    font-family: FontAwesome;
}
.list-post-tags:before {
    content: '\f02c';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 2px;
}
.list-post-tags__item {
    display: inline-block;
}
.list-post-tags__item:after {
    content: ', '}
.list-post-tags__item:last-child:after {
    content: ''}
.brand {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 120px;
    transition: all .3s ease-out;
}
.brand_hover-accent:hover {
    background-color: #003468;
}
.brand_border {
    border: 1px solid rgba(200, 200, 200, .8);
}
.brand__logo {
    max-width: 100%;
    height: auto;
    opacity: .6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.contacts-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contacts-block__heading {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.07692rem;
    font-weight: 600;
    letter-spacing: .06154rem;
    text-transform: uppercase;
    color: #003468;
}
.list-contacts-block__item {
    display: block;
    font-size: 1.07692rem;
    font-weight: 400;
    letter-spacing: .06154rem;
    color: #fff;
    margin-bottom: 5px;
}
.list-contacts-block__item:last-child {
    margin-bottom: 0;
}
.list-social_background .list-social__item {
    text-align: center;
    margin-right: 17px;
}
.list-social_background .list-social__link {
    width: 30px;
    height: 30px;
    background-color: #fff;
    padding: 9px;
    color: #003468;
}
.list-social_background .list-social__link:hover {
    background-color: #003468;
    color: #fff;
}
.list-social_large .list-social__item {
    margin-right: 18px;
}
.list-social_large .list-social__link {
    font-size: 1.23077rem;
}
.list-social_team-member .list-social__item {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}
.list-social_team-member .list-social__link {
    width: 40px;
    height: 40px;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 1.07692rem;
    padding: 13px;
}
.list-social_team-member .list-social__link:hover {
    background-color: #68bbd6;
}
.list-social__item {
    display: inline-block;
    margin-right: 8px;
}
.list-social__item:last-child {
    margin-right: 0;
}
.list-social__link {
    display: block;
    padding: 2px;
    color: #ffffff;
    font-size: .92308rem;
}
.expand-map-link {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #05a4cb;
}
.expand-map-link:after, .expand-map-link:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
}
.expand-map-link:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    transition: all .3s ease-out;
}
.expand-map-link:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 14px;
    width: 2px;
    transition: all .3s ease-out;
}
.expand-map-link:hover {
    background-color: #2b2b2b;
}
.expand-map-link_expanded:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.overlay-map__content, .slider-experts__prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.overlay-map {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.overlay-map_expanded {
    opacity: 1;
    visibility: visible;
}
.overlay-map__google-map {
    width: 100%;
    height: 100%;
    z-index: 300;
}
.overlay-map__content {
    position: absolute;
    top: 50%;
    left: 42px;
    width: 100%;
    max-width: 470px;
    z-index: 400;
    transform: translateY(-50%);
}
.overlay-map__body {
    padding: 62px 37px 52px;
    background-color: rgba(245, 245, 245, .9);
    -webkit-box-shadow: 0 0 20px 0 #b6b6b6;
    box-shadow: 0 0 20px 0 #b6b6b6;
    z-index: 410;
}
.list-overlay-map-tabs {
    z-index: 420;
}
.list-overlay-map-tabs__item {
    padding: 16px 18px;
    cursor: pointer;
    background-color: rgba(36, 171, 212, .8);
}
.ionTabs__tab_state_active {
    background-color: rgba(245, 245, 245, .9);
}
.ionTabs__tab_state_active .list-overlay-map-tabs__label {
    color: #2b2b2b;
}
.ionTabs__tab_state_active .list-overlay-map-tabs__label:before {
    color: #05a4cb;
}
.list-overlay-map-tabs__label {
    font-size: 1.38462rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.list-overlay-map-tabs__label_contact:before, .list-overlay-map-tabs__label_search:before {
    display: inline-block;
    margin-right: 13px;
    font-size: 1.53846rem;
    font-weight: 400;
    font-family: FontAwesome;
}
.list-overlay-map-tabs__label_contact:before {
    content: '\f003'}
.list-overlay-map-tabs__label_search:before {
    content: '\f002'}
.contacts-map {
    height: 68vh;
	min-height: 400px;
    background: url(img/assets/map.jpg) no-repeat center center;
    background-size: cover;
}
.contact-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 30px;
    background-color: #fff;
}
.contact-info__content {
    max-width: 275px;
	width:270px;
}
.contact-info__form {
    position: absolute;
    background-color: #003468;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 495px;
    padding: 50px;
}
.contact-info__logo {
    margin-bottom: 24px;
}
.list-contacts-2__item {
    display: block;
    margin-bottom: 32px;
}
.list-contacts-2__item:last-child {
    margin-bottom: 0;
}
.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact__wrapper-icon {
    margin-right: 22px;
    padding-top: 4px;
}
.contact__heading {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #68bbd6;
    margin-top: 0;
    margin-bottom: 8px;
}
.contact__label {
    display: block;
}
.contact__icon {
    font-size: 1.23077rem;
}
.skillbar_color-1 .skillbar__progress-bar-active {
    background-color: #6ec042;
}
.skillbar_color-2 .skillbar__progress-bar-active {
    background-color: #68bbd6;
}
.skillbar_color-3 .skillbar__progress-bar-active {
    background-color: #f9bf13;
}
.skillbar_color-4 .skillbar__progress-bar-active {
    background-color: #db387b;
}
.skillbar__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}
.skillbar__label, .skillbar__percentage {
    display: inline-block;
    font-size: 1.07692rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06154rem;
}
.skillbar__progress-bar {
    position: relative;
    overflow: hidden;
    background-color: #e9e9e9;
    width: 100%;
    height: 10px;
}
.skillbar__progress-bar-active {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 10px;
    background-color: #68bbd6;
    -webkit-transition: all 3s cubic-bezier(.645, .045, .355, 1);
    transition: all 3s cubic-bezier(.645, .045, .355, 1);
}
.counter-up {
    color: #fff;
    text-align: center;
}
.counter-up__number {
    display: block;
    font-weight: 700;
    font-size: 3.84615rem;
    letter-spacing: .15385rem;
}
.counter-up__label, .pricing-table__heading {
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.counter-up__label {
    font-size: 1.23077rem;
    letter-spacing: .06154rem;
}
.pricing-table {
    position: relative;
    background-color: #f6f6f6;
    text-align: center;
    padding: 43px 30px 70px;
    z-index: 60;
    overflow: hidden;
}
.pricing-table:after, .pricing-table:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    z-index: 65;
}
.pricing-table:after {
    right: -15px;
    -webkit-transform: skewX(-3deg);
    -ms-transform: skewX(-3deg);
    transform: skewX(-3deg);
}
.pricing-table:before {
    left: -15px;
    -webkit-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    transform: skewX(3deg);
}
.pricing-table_featured {
    background-color: #68bbd6;
}
.pricing-table_featured:after {
    -webkit-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    transform: skewX(3deg);
}
.pricing-table_featured:before {
    -webkit-transform: skewX(-3deg);
    -ms-transform: skewX(-3deg);
    transform: skewX(-3deg);
}
.pricing-table_featured .list-pricing-features__item, .pricing-table_featured .pricing-table__heading, .pricing-table_featured .pricing-table__price, .pricing-table_featured .pricing-table__subline {
    color: #fff;
}
.pricing-table__heading {
    font-size: 1.53846rem;
    letter-spacing: .32308rem;
    margin-top: 0;
    margin-bottom: 0;
}
.pricing-table__price {
    display: block;
    font-size: 3.84615rem;
    font-weight: 700;
    margin-top: 7px;
}
.pricing-table__subline {
    display: block;
    font-weight: 400;
    letter-spacing: .06154rem;
}
.pricing-table__content {
    margin-top: 38px;
}
.pricing-table__wrapper-button {
    margin-top: 40px;
}
.list-pricing-features__item {
    display: block;
    font-size: 1.07692rem;
    letter-spacing: .06154rem;
    margin-bottom: 22px;
}
.list-pricing-features__item:last-child {
    margin-bottom: 0;
}
.blog-post {
    position: relative;
}
.blog-post_preview {
    margin-bottom: 50px;
}
.blog-post_preview__wrapper-info {
    margin-top: 12px!important;
}
.blog-post_preview__wrapper-info-no-margin {
    margin-top: 0!important;
}
.blog-post_mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-post_mini__wrapper-thumbnail {
    width: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
}
.blog-post_mini__img {
    width: 100%}
.blog-post_mini__wrapper-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blog-post_mini__heading {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.blog-post_mini__date {
    display: block;
    font-size: .92308rem;
    font-weight: 400;
}
.blog-post__link {
    display: block;
}
.blog-post__wrapper-media {
    margin-bottom: 32px;
}
.blog-post__wrapper-date {
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-post__wrapper-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}
.blog-post__heading-3 {
    font-size: 1.53846rem;
    font-weight: 600;
}
.blog-post__heading-4 {
    font-size: 1.07692rem;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-post__wrapper-button-more {
    text-align: right;
}
.blog-post__button-more {
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .03846rem;
    text-transform: uppercase;
}
.post-comment, .post-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.post-date {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #68bbd6;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.post-date__day {
    display: block;
    font-size: 2.92308rem;
    line-height: 1;
    color: #fff;
}
.post-date__month {
    display: block;
    font-size: 1.07692rem;
    color: #fff;
    text-transform: uppercase;
}
.post-comments-counter, .post-date-mini, .post-date-mini:before {
    display: inline-block;
}
.post-comments-counter:before {
    content: '\f086';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 2px;
}
.post-date-mini:before {
    content: '\f073';
    font-family: FontAwesome;
    margin-right: 6px;
}
.post-comment {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.post-comment__wrapper-avatar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
}
.post-comment__img {
    width: 87px;
}
.post-comment__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.post-comment__heading {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.07692rem;
    font-weight: 700;
}
.post-comment__time {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    font-size: .92308rem;
}
.post-comment__button-reply {
    display: inline-block;
}
.post-comment__button-reply:before {
    content: '\f112';
    font-family: FontAwesome;
    font-size: 1.23077rem;
}
.post-comment__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-comment__text {
    margin-bottom: 0;
}
.list-comments-tree {
    max-width: 100%}
.list-comments-tree>.list-comments-tree__item:last-child .post-comment {
    border-bottom: none;
}
.list-comments-tree .list-comments-tree .list-comments-tree__item:last-child .post-comment {
    border-bottom: 1px solid #dbdbdb;
}
.list-comments-tree .list-comments-tree {
    margin-left: 14%}
.list-pagination__item {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}
.list-pagination__item:first-child .list-pagination__link {
    background-color: transparent;
    border-left: 2px solid #2b2b2b;
    color: #2b2b2b;
    height: 20px;
    padding: 0;
    text-align: left;
}
.list-pagination__item:first-child .list-pagination__link:before {
    content: '\f177';
    display: inline-block;
    font-size: 1.38462rem;
    font-family: FontAwesome;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 5px;
}
.list-pagination__item:first-child .list-pagination__link:hover {
    color: #68bbd6;
    border-color: #68bbd6;
}
.list-pagination__item:last-child {
    margin-right: 0;
}
.list-pagination__item:last-child .list-pagination__link {
    background-color: transparent;
    border-right: 2px solid #2b2b2b;
    color: #2b2b2b;
    height: 20px;
    padding: 0;
    text-align: right;
}
.list-pagination__item:last-child .list-pagination__link:before {
    content: '\f178';
    display: inline-block;
    font-size: 1.38462rem;
    font-family: FontAwesome;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px;
}
.list-pagination__item:last-child .list-pagination__link:hover {
    color: #68bbd6;
    border-color: #68bbd6;
}
.list-pagination__item_active .list-pagination__link {
    background-color: #68bbd6;
}
.list-pagination__link {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 1.07692rem;
    font-weight: 600;
    padding: 9px;
    background-color: #2b2b2b;
}
.list-pagination__link:hover {
    color: #fff;
    background-color: #68bbd6;
}
.list-chronology {
    position: relative;
}
.list-chronology:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e3e3e3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
}
.list-chronology__item {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
.list-chronology__item:last-child {
    margin-bottom: 0;
}
.list-chronology__item:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #68bbd6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 60;
}
.list-chronology__item:nth-child(even) {
    text-align: right;
}
.chronology-block {
    display: inline-block;
    background-color: #f5f5f5;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px 0 rgba(189, 189, 189, .7);
    box-shadow: 0 0 5px 0 rgba(189, 189, 189, .7);
    padding: 22px 30px;
}
.chronology-block__year {
    display: block;
    font-weight: 700;
    font-size: 1.84615rem;
    margin-bottom: 8px;
}
.chronology-block__heading {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 5px;
}
.chronology-block__text {
    display: block;
    font-size: 1rem;
    line-height: 1.53846rem;
    font-weight: 600;
    margin-bottom: 0;
}
.skillcircle {
    position: relative;
    text-align: center;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.banner-heading, .banner-subheading {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    display: block;
}
.skillcircle__header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.skillcircle__heading {
    display: block;
    font-size: 1.15385rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06154rem;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 60;
}
.skillcircle__value {
    display: block;
    font-size: 1.84615rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 60;
}
.banner-heading {
    font-size: 3.38462rem;
    color: #68bbd6;
    margin-top: 0;
    margin-bottom: 0;
    transition: all .3s ease-out;
}
.banner-subheading {
    font-size: 2.30769rem;
    color: #fff;
    transition: all .3s ease-out;
}
.list-accordion__item {
    display: block;
    margin-bottom: 1px;
}
.accordion-item__text, .list-accordion__item:last-child {
    margin-bottom: 0;
}
.accordion-item.open .accordion-item__trigger {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-item.open .accordion-item__icon:after {
    opacity: 1;
}
.accordion-item:hover .accordion-item__heading {
    color: #68bbd6;
}
.accordion-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 0;
}
.accordion-item__icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #68bbd6;
    padding: 7px;
    text-align: center;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.accordion-item__trigger, .feature__icon {
    -webkit-flex-shrink: 0;
    text-align: center;
}
.accordion-item__icon:before {
    content: url(img/icons/icon-cleaner.png);
    display: inline-block;
}
.accordion-item__icon:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 0;
    border-color: transparent #454545 transparent transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}
.accordion-item__trigger {
    width: 40px;
    height: 40px;
    padding: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #68bbd6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.accordion-item__heading, .gallery__item:after {
    width: 100%;
    -webkit-transition: all .3s ease-out;
}
.accordion-item__trigger:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.38462rem;
    font-style: normal;
}
.gallery__item:after, .list-services-tabs__item:after {
    content: '';
    top: 0;
    left: 0;
}
.accordion-item__heading {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    transition: all .3s ease-out;
}
.accordion-item__content {
    margin-left: 8px;
}
.accordion-item__content-inner {
    padding: 7px 25px 7px 53px;
    background-color: #fff;
}
.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gallery__item {
    position: relative;
    display: block;
    margin: 0 auto 8px;
}
.gallery__item:after {
    display: block;
    position: absolute;
    height: 100%;
    background-color: rgba(38, 201, 255, .8);
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .3s ease-out;
    opacity: 0;
}
.gallery__item:before {
    content: '\e623';
    font-family: Pe-icon-7-stroke;
    font-size: 3.07692rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 60;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.gallery__item:hover:after, .gallery__item:hover:before {
    opacity: 1;
}
.gallery__item:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.feature:hover .feature__icon {
    background-color: #68bbd6;
    color: #fff;
}
.feature__icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.feature__icon:before {
    font-size: 3.84615rem;
    line-height: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.feature__heading, .widget__heading {
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
.feature__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.feature__heading {
    display: block;
    font-size: 1.23077rem;
    margin-bottom: 15px;
}
.list-features__item {
    display: block;
    margin-bottom: 30px;
}
.list-features__item:last-child {
    margin-bottom: 0;
}
.list-services-tabs {
    text-align: center;
    background-color: #fff;
}
.list-services-tabs__item {
    position: relative;
    display: inline-block;
    padding: 16px 20px;
    float: none;
}
.list-services-tabs__item:last-child {
    margin-right: 0;
}
.list-services-tabs__item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #68bbd6;
    z-index: -1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}
.list-services-tabs__item.ionTabs__tab_state_active {
    background-color: transparent;
    color: #fff;
}
.list-services-tabs__item.ionTabs__tab_state_active:after {
    opacity: 1;
}
.list-services-tabs__item.ionTabs__tab_state_active:hover {
    color: #fff;
}
.list-services-tabs__item.ionTabs__tab_state_active:hover:after {
    background-color: #68bbd6;
}
.list-services-tabs__item:hover {
    color: #fff;
}
.list-services-tabs__item:hover:after {
    background-color: #474747;
    opacity: 1;
}
.scroll-to-top {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #68bbd6;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 6px;
}
.scroll-to-top:before {
    content: '\f102';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.53846rem;
    width: 20px;
    height: 20px;
}
._overlay-accent-2:after, ._overlay-accent:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateZ(0);
}
.scroll-to-top:hover {
    background-color: #2b2b2b;
    color: #fff;
}
.scroll-to-top:active, .scroll-to-top:focus {
    color: #fff;
}
._background-image-1 {
    background-image: url(img/assets/slider/1.jpg);
    background-size: cover;
}
._background-image-2 {
    background-image: url(img/assets/slider/2.jpg);
    background-size: cover;
}
._background-image-3 {
    background-image: url(img/assets/slider/3.jpg);
    background-size: cover;
}
._background-image-4 {
    background-image: url(img/assets/slider/4.jpg);
    background-size: cover;
}
._background-color-gray {
    background-color: #f6f6f6;
}
._background-color-dark {
    background-color: #2b2b2b;
}
._overlay-accent:after {
    background-color: rgba(32, 149, 243, .9);
    transform: translateZ(0);
}
._overlay-accent-2:after {
    background-color: rgba(38, 201, 255, .95);
    transform: translateZ(0);
}
._overlay-dark:after, ._overlay-light:after {
    -webkit-transform: translateZ(0);
    content: '';
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}
._overlay-dark:after {
    background-color: rgba(0, 0, 0, .8);
    transform: translateZ(0);
}
._overlay-light:after {
    background-color: rgba(255, 255, 255, .9);
    transform: translateZ(0);
}
._overlay-bright:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.widget {
    border: 1px solid #c8c8c8;
    padding: 25px 30px;
}
.widget__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.23077rem;
    margin-bottom: 12px;
}
.widget__icon {
    display: inline-block;
}
.list-widget-links__item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.list-widget-links__item:last-child {
    border-color: transparent;
}
.list-widget-links__item:last-child .list-widget-links__link {
    padding: 10px 0 0;
}
.list-widget-links__item_2-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-widget-links__link {
    display: block;
    padding: 10px 0;
}
.list-widget-links__label {
    display: inline-block;
    padding: 10px 0;
}
.list-widget-posts__item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}
.list-widget-posts__item:last-child {
    border-color: transparent;
    padding: 15px 0 0;
}
.list-widget-posts__link {
    display: block;
}
.slider-intro {
    min-height: 600px;
    height: 100vh;
}
.slider-intro__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 200px 0;
    z-index: 50;
}
.slider-intro__controls {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
}
.slider-intro__next, .slider-intro__prev {
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 3.692rem;
	line-height:48px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slider-intro__next:hover, .slider-intro__prev:hover {
    color: #003468;
    border-color: #003468;
}
.slider-experts__next, .slider-experts__prev {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    font-size: 1.07692rem;
    letter-spacing: .06154rem;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 60;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slider-experts__next:before, .slider-experts__prev:before {
    display: block;
    font-family: FontAwesome;
    font-size: 2.30769rem;
    line-height: 1.6;
}
.slider-experts__next:hover, .slider-experts__prev:hover {
    color: #003468;
}
.slider-experts__prev {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.slider-experts__prev:before {
    content: '\f177'}
.slider-experts__next {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.slider-experts__next:before {
    content: '\f178'}
.slider-testimonials__next, .slider-testimonials__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2b2b2b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff;
    z-index: 100;
}
.slider-team__next, .slider-team__prev, .slider-testimonials-2__bullet {
    -webkit-transition: all .3s ease-out;
    display: inline-block;
    cursor: pointer;
}
.slider-testimonials__next:before, .slider-testimonials__prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.84615rem;
    line-height: 2;
}
.slider-testimonials__next:hover, .slider-testimonials__prev:hover {
    background-color: #FFF;
    color: #003468;
}
.slider-testimonials__prev {
    left: -70px;
}
.slider-testimonials__prev:before {
    content: '\f104'}
.slider-testimonials__next {
    right: -70px;
}
.slider-testimonials__next:before {
    content: '\f105'}
.slider-testimonials-2__pagination {
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.slider-testimonials-2__bullet {
    width: 4px;
    height: 15px;
    background-color: #FFF;
    margin: 0 5px;
    transition: all .3s ease-out;
}
.slider-testimonials-2__bullet_active {
    background-color: #68bbd6;
}
.slider-team__next, .slider-team__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    transition: all .3s ease-out;
    color: #68bbd6;
    height: 20px;
    z-index: 100;
}
.slider-team__next:before, .slider-team__prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.38462rem;
    line-height: 1.25;
}
.slider-team__next:hover, .slider-team__prev:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
}
.slider-team__prev {
    left: -40px;
    border-left: 2px solid #68bbd6;
    padding-left: 4px;
}
.slider-team__prev:before {
    content: '\f177'}
.slider-team__next {
    right: -40px;
    border-right: 2px solid #68bbd6;
    padding-right: 3px;
}
.slider-team__next:before {
    content: '\f178'}
.slider-services-related__next, .slider-services-related__prev {
    position: absolute;
    top: 38%;
    display: inline-block;
    width: 30px;
    height: 50px;
    background-color: #2b2b2b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff;
    z-index: 60;
}
.slider-services-related__next:before, .slider-services-related__prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.53846rem;
    line-height: 2.5;
}
.slider-services-related__next:hover, .slider-services-related__prev:hover {
    background-color: #68bbd6;
    color: #FFF;
}
.slider-services-related__prev {
    left: 0;
}
.slider-services-related__prev:before {
    content: '\f104'}
.slider-services-related__next {
    right: 0;
}
.slider-services-related__next:before {
    content: '\f105'}
.slider-services {
    position: relative;
    height: 370px;
}
.slider-services__img {
    display: block;
    max-height: 100%;
    width: auto;
    margin: 0 45px 0 auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.page-footer__contacts, .slider-services-controls__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.slider-services-controls {
    height: 370px;
}
.slider-services-controls__slide {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-left: 20px;
}
.slider-services-controls__slide.swiper-slide-active .slider-services-controls__heading {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #2b2b2b;
    font-weight: 600;
}
.slider-services-controls__slide:hover .slider-services-controls__heading {
    color: #2b2b2b;
}
.slider-services-controls__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.30769rem;
    line-height: 1.2;
    letter-spacing: .06154rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #acacac;
    -webkit-transform: scale(.46);
    -ms-transform: scale(.46);
    transform: scale(.46);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slider-services-controls__next, .slider-services-controls__prev {
    display: block;
    width: 24px;
    height: 48px;
    -webkit-transition: all .3s ease-out;
    cursor: pointer;
    text-align: center;
}
.slider-services-controls__controls {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 70;
}
.slider-services-controls__prev {
    color: #68bbd6;
    transition: all .3s ease-out;
}
.slider-services-controls__prev:before {
    content: '\f176';
    font-family: FontAwesome;
    font-size: 1.84615rem;
}
.slider-services-controls__prev:hover {
    color: #474747;
}
.slider-services-controls__next {
    color: #68bbd6;
    transition: all .3s ease-out;
}
.slider-services-controls__next:before {
    content: '\f175';
    font-family: FontAwesome;
    font-size: 1.84615rem;
}
.slider-services-controls__next:hover {
    color: #474747;
}
.slider-gallery__next, .slider-gallery__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 60px;
    background-color: #2b2b2b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff;
    z-index: 60;
}
.slider-gallery__next:before, .slider-gallery__prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.53846rem;
    line-height: 3;
}
.slider-gallery__next:hover, .slider-gallery__prev:hover {
    background-color: #68bbd6;
    color: #FFF;
}
.slider-gallery__prev {
    left: 0;
}
.slider-gallery__prev:before {
    content: '\f104'}
.slider-gallery__next {
    right: 0;
}
.slider-gallery__next:before {
    content: '\f105'}
.slider-gallery__img {
    display: block;
    margin: 0 auto;
}
.page-footer {
    position: relative;
    z-index: 90;
    padding: 100px 0;
}
.page-footer__logo {
    text-align: center;
}
.page-footer__contacts {
    margin-top: 65px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-footer__subscribe {
    margin-top: 68px;
}
.page-footer__social {
    margin-top: 80px;
    text-align: center;
}
.page-footer_multi {
    text-align: center;
    padding: 30px 0;
}
.page-footer_multi__copyright {
    margin-top: 12px;
}
.page-footer_multi__copyright-text {
    font-size: 1rem;
    color: #8c8c8c;
}
.page-copyright {
    background-color: #000000;
    padding: 10px 0;
}
.page-copyright__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-copyright__text {
    display: block;
    color: #fff;
    font-size: .92308rem;
    letter-spacing: .06154rem;
}
.list-bottom-menu__item {
    display: inline-block;
    margin-right: 30px;
}
.list-bottom-menu__item:last-child {
    margin-right: 0;
}
.list-bottom-menu__link {
    display: block;
    color: #fff;
    font-size: .92308rem;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}
.list-bottom-menu__link:hover {
    color: #fff;
    border-color: #fff;
}
.button {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.button:active, .button:focus, .button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #474747;
}
.button_download {
    font-size: 1.23077rem;
    font-weight: 400;
    text-transform: none;
    padding: 19px 20px 17px;
    vertical-align: middle;
    border: 1px solid #2b2b2b;
}
.button_download:before {
    display: inline-block;
    font-size: 1.84615rem;
    line-height: 1;
    margin-right: 10px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.button_default {
    padding: 5px 20px 7px;
    color: #fff;
    background-color: #2b2b2b;
}
.button_banner, .button_large {
    padding: 11px 24px;
}
.button_default:hover {
    background-color: #474747;
    color: #fff;
}
.button_banner {
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.38462rem;
    font-weight: 700;
}
.button_banner:hover {
    background-color: transparent;
    color: #fff;
}
.button_colored {
    background-color: #05a4cb;
}
.button_colored-2 {
    background-color: #68bbd6;
    color: #fff;
    border-color: #68bbd6;
}
.button_inverse {
    background-color: #fff;
    color: #68bbd6;
}
.button_margin-right {
    margin-right: 20px;
}
.button_cta {
    font-size: 1.07692rem;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 10px;	
}
/*.button_cta:after, .button_cta:before {
    content: '';
    display: block;
    background-color: #003468;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.button_cta:before {
    width: 72px;
    height: 1px;
    bottom: 0;
    left: 0;
}
.button_cta:after {
    width: 60px;
    height: 1px;
    bottom: -3px;
    left: 0;
}*/
.button_cta:hover {
    background-color: #fff;
}
.button_cta:hover .button_cta__lines:after, .button_cta:hover .button_cta__lines:before, .button_cta:hover:after, .button_cta:hover:before {
    background-color: #474747;
}
.button_cta:hover .button_cta__label {
    color: #474747;
}
.button_cta__label {
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #003468;
}
.button_cta__lines:after, .button_cta__lines:before {
    content: '';
    display: block;
    background-color: #003468;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.button_cta-inverse .button_cta__lines:after, .button_cta-inverse .button_cta__lines:before, .button_cta-inverse:after, .button_cta-inverse:before {
    background-color: #fff;
}
.button_cta__lines:before {
    width: 1px;
    height: 47px;
    bottom: -13px;
    left: 15px;
}
.button_cta__lines:after {
    width: 1px;
    height: 39px;
    bottom: -13px;
    left: 12px;
}
.button_accent {
    color: #003468;
}
.button_cta-inverse .button_cta__label {
    color: #fff;
}
.button_cta-inverse:before {
    width: 93px;
    height: 2px;
    bottom: -1px;
    left: -5px;
}
.button_cta-inverse:after {
    width: 77px;
    height: 2px;
    bottom: -4px;
    left: -5px;
}
.button_cta-inverse .button_cta__lines:before {
    width: 2px;
    height: 60px;
    bottom: -18px;
    left: 14px;
}
.button_cta-inverse .button_cta__lines:after {
    width: 2px;
    height: 50px;
    bottom: -18px;
    left: 10px;
}
.button_cta-large .button_cta__label {
    font-size: 1.38462rem;
}
.form {
    position: relative;
}
.form-control {
    margin-bottom: 24px;
}
.form-control__input {
    display: block;
    width: 100%;
    padding: 14px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: 0 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(42, 42, 42, .3);
    border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.23077rem;
    font-weight: 400;
}
.form-control__input:focus {
    outline: 0;
    border-color: rgba(36, 171, 212, .8);
}
.form-control__textarea {
    resize: none;
    min-height: 160px;
}
.form__wrapper-submit {
    margin-top: 40px;
}
.form_subscribe {
    max-width: 450px;
    margin: 0 auto;
}
.form_contact__control, .form_estimate__control {
    margin-bottom: 20px;
}
.form_subscribe__control-input {
    color: #003468;
    font-weight: 600;
    font-size: 1.07692rem;
    letter-spacing: .03077rem;
    padding: 9px 0;
    border-color: rgba(255, 255, 255, .5);
}
.form_subscribe__wrapper-submit {
    position: absolute;
    top: 8px;
    right: 0;
}
.form_subscribe__submit-button {
    color: #fff;
}
.form_subscribe__submit-button:before {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 1.46154rem;
}
.form_map-locations__wrapper-submit {
    text-align: right;
}
.form_map-locations__submit-button {
    font-size: 1.23077rem;
    font-weight: 400;
    padding: 8px 20px 10px;
}
.form_comment__control-input, .form_contact__control-input, .form_estimate__control-input {
    padding: 6px 0;
    font-size: 1rem;
    letter-spacing: .03846rem;
}
.form_estimate__control-input {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
}
.form_estimate__control-input::-webkit-input-placeholder {
    color: #fff;
}
.form_estimate__control-input::-moz-placeholder {
    color: #fff;
}
.form_estimate__control-input:-moz-placeholder {
    color: #fff;
}
.form_estimate__control-input:-ms-input-placeholder {
    color: #fff;
}
.form_estimate__control-input:focus {
    border-color: #fff;
}
.form_estimate__control-input option {
    color: #000;
}
.form_estimate__control-textarea {
    min-height: 70px;
}
.form_contact__control-input {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
}
.form_contact__control-input::-webkit-input-placeholder {
    color: #fff;
}
.form_contact__control-input::-moz-placeholder {
    color: #fff;
}
.form_contact__control-input:-moz-placeholder {
    color: #fff;
}
.form_contact__control-input:-ms-input-placeholder {
    color: #fff;
}
.form_contact__control-input:focus {
    border-color: #fff;
}
.form_contact__control-textarea {
    min-height: 100px;
}
.form_comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.form_comment__control {
    width: 100%}
.form_comment__col-50 {
    margin: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.form_comment__col-100 {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 15px;
}
.form_comment__control-textarea {
    min-height: 86px;
}
.form_comment__wrapper-submit {
    margin-top: 6px;
    text-align: right;
}
.form_comment__submit-button:before {
    content: '\f003';
    font-family: FontAwesome;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
}
@media only screen and (max-width:1600px) {
    .page-section_testimonials-image: before {
    content: ''}
.slider-team__prev {
    left: 24px;
}
.slider-team__next {
    right: 24px;
}
.slider-testimonials__prev {
    left: 0;
}
.slider-testimonials__next {
    right: 0;
}
}@media only screen and (max-width:1200px) {
    .contact-info__form {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 72px 30px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.contact-info__content {
    padding: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.figure-service__descr:before {
    border-width: 0 0 50px 233.33px;
    top: -49px;
}
.top-navigation__account {
    padding: 15px;
}
.masonry-grid-works__item_w-20, .masonry-grid-works__sizer_w-20 {
    width: 50%}
.figure-expert {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.figure-expert__img {
    display: block;
    margin: 0 auto;
}
.list-submenu {
    left: auto;
    right: 10px;
}
.list-submenu:before {
    left: auto;
    right: 18px;
}
.page-section_history__content {
    padding: 0 0 0 40px;
}
.list-chronology:after {
    left: -35px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.list-chronology__item:after {
    left: -55px;
}
.list-chronology__item:nth-child(even) {
    text-align: left;
}
.chronology-block {
    max-width: 100%}
}@media only screen and (max-width:991px) {
    .list-submenu__item, .top-navigation {
    text-align: center;
}
.top-navigation-wrapper {
    position: relative;
}
.top-navigation {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 15px;
}
.page-header_multi .top-navigation__logo {
    padding: 15px 0;
}
.page-header_multi .top-navigation__logo, .top-navigation__menu {
    width: auto;
}
.top-navigation__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: none;
}
.top-navigation__toggle-menu {
    display: inline-block;
}
.list-top-menu__item {
    display: block;
    margin-right: 0;
}
.list-top-menu__item_has-submenu>.list-top-menu__link:after {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 8px;
}
.list-submenu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    padding: 0;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.list-submenu:before {
    left: 0;
    right: 0;
    margin: auto;
}
.page-header_multi .list-submenu {
    background-color: #fafafa;
}
.list-submenu__link {
    padding: 15px 0;
}
.page-section_intro {
    min-height: 100vh;
    margin-bottom: 0;
}
.page-section_intro__content {
    margin-top: 80px;
    padding: 50px 30px 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.page-section_intro__content:after {
    content: ''}
.page-section_intro__wrapper-info {
    max-width: 100%}
.page-section_about__wrapper-info {
    margin-bottom: 50px;
}
.page-section_slider-services__content:after {
    width: 0;
    height: 0;
}
.slider-services__img {
    margin: 0 auto;
}
.slider-services-controls {
    margin-top: 30px;
}
.masonry-grid-works__item_w-25, .masonry-grid-works__item_w-33, .masonry-grid-works__sizer_w-25, .masonry-grid-works__sizer_w-33 {
    width: 50%}
.contact-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-info__form {
    max-width: 100%;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 72px;
}
.contact-info__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    max-width: 100%}
.figure-service__descr:before {
    border-width: 0 0 50px 285px;
}
.slider-experts__next, .slider-experts__prev {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.page-section_features__list-features {
    margin-left: 0;
    margin-top: 40px;
}
.sidebar {
    margin-top: 80px;
}
.page-section_services-tabs__wrapper-img {
    margin-top: 30px;
    margin-bottom: 15px;
}
.page-section_info__img {
    margin-bottom: 15px;
}
.page-section_about__content {
    margin-bottom: 50px;
}
.page-section_team__member-img-wrapper {
    margin-bottom: 30px;
}
.skillcircle {
    margin: 0 auto;
}
.overlay-map {
    overflow-y: auto;
    height: auto;
    position: absolute;
}
.overlay-map__content {
    position: relative;
    top: 92px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.overlay-map__google-map {
    height: 80vh;
}
.testimonial {
    padding: 44px 50px;
}
}
@media only screen and (max-width:800px) {
.page-header_multi .topbar-wrapper {
    padding-right: 0;
}
}@media only screen and (max-width:767px) {
    .page-section_intro__heading-1 {
    font-size: 6.92308rem;
}
.page-section_intro__heading-2 {
    font-size: 1.23077rem;
}
.page-aside_facts {
    padding: 100px 0 85px;
}
.page-aside_facts__counter-up {
    margin-bottom: 15px;
}
.list-masonry-grid-works-filter__item {
    display: block;
    margin-bottom: 15px;
    padding: 0 15px;
}
.list-masonry-grid-works-filter__item:last-child {
    margin-bottom: 0;
}
.page-aside_banners {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-aside_banners__banner {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.page-aside_brands__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brand {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 15px auto;
}
.blog-posts-table {
    display: block;
}
.blog-posts-table tbody, .blog-posts-table td, .blog-posts-table tr {
    display: block;
    width: 100%}
.page-footer__contacts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts-block {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px;
}
.figure-service__descr:before {
    border-width: 0;
}
.figure-service__img {
    display: block;
    margin: 0 auto;
}
.list-contacts__item {
    padding: 5px 0;
}
.figure-service-related {
    text-align: center;
}
.figure-expert__info {
    padding: 30px;
}
.testimonial-2 {
    padding: 44px 30px;
}
}@media only screen and (max-width:540px) {
    .contact-info__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 0;
}
}
@media only screen and (max-width:480px) {
.page-header, .topbar__section {
    position: relative;
}
.page-section_slider__heading-1 {
    font-size: 3.07692rem;
}
.page-section_intro__heading-1 {
    font-size: 4.61538rem;
}
.page-section_intro__heading-2 {
    font-size: .92308rem;
}
.page-section_intro__wrapper-buttons .button {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}
.page-section_about__wrapper-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.page-section_about__wrapper-img {
    margin: 0 auto 30px;
}
.list-contacts__item, .top-navigation__account .button_margin-right {
    margin-right: 0;
}
.page-section_about__info {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.masonry-grid-works__item_w-20, .masonry-grid-works__item_w-25, .masonry-grid-works__item_w-33, .masonry-grid-works__sizer_w-20, .masonry-grid-works__sizer_w-25, .masonry-grid-works__sizer_w-33 {
    width: 100%}
.topbar__section {
    width: 100%;
    text-align: center;
}
.topbar__section:first-child {
    padding: 0;
}
.topbar__section:last-child {
    display:none;
}
.page-header_multi__form-estimate {
    max-width: 100%}
.topbar-wrapper {
    border: none;
}
.contact-info {
    padding: 15px;
}
.contact-info__form {
    padding: 72px 30px;
}
.blog-post-preview__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-post-preview__row .blog-post-preview__content, .blog-post-preview__row .blog-post-preview__media {
    width: 100%}
.blog-post-preview__row .blog-post-preview__media {
    padding-right: 0;
    margin-bottom: 28px;
}
.page-footer__contacts {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.page-copyright__section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.bottom-navigation {
    width: 100%;
    margin-bottom: 15px;
}
.page-copyright__text {
    display: block;
    width: 100%}
.top-navigation__account .button {
    width: 100%;
    margin-bottom: 5px;
}
.list-services-tabs__item {
    display: block;
    margin: 0 15px;
}
.list-overlay-map-tabs__item {
    display: block;
    width: 100%}
.blog-post-preview, .blog-post-preview_large {
    padding: 30px;
}
.list-bottom-menu__item {
    margin: 8px 16px;
}
.figure-service__descr {
    margin: 0 15px;
}
.page-section_info .button_margin-right {
    margin-bottom: 20px;
}
.blog-post__wrapper-date {
    top: 5px;
    left: 5px;
}
.post-date {
    width: 50px;
    height: 50px;
}
.post-date__day {
    font-size: 1.53846rem;
}
.post-date__month {
    font-size: .76923rem;
}
}@media only screen and (max-height:640px) {
    .overlay-map {
    overflow-y: auto;
    height: auto;
    position: absolute;
}
.overlay-map__content {
    position: relative;
    top: 92px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.overlay-map__google-map {
    height: 80vh;
}
}@media only screen and (min-width:992px) {
    .top-navigation__menu {
    display: block!important;
}
}