html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html * {
    max-height: 1000000px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    outline-style: none;
}

html,
body {
    height: auto;
    width: 100%;
    position: relative;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #464e55;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin-bottom: 20px;
}

input,
select,
button {
    outline: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
}

textarea {
    outline: none;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

h1 {
    font-size: inherit;
}

.row {
    float: left;
    position: relative;
    width: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.clear {
    clear: both;
}

.main-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background: #3074d4;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-btn:hover {
    background: #265dab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-title {
	position: relative;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.page-title strong {
	color: #3074d4;
}

.page-title p {
	margin-bottom: 0;
}

.page-title:after {
	content: "";
    position: relative;
    display: block;
    background-color: #3074d4;
    height: 5px;
    width: 130px;
    margin: auto;
    margin-top: 17px;
}

.pd {
    padding: 70px 0;
}

/*HEADER*/

/*.header {
    position: fixed;
    width: 100%;
    color: #fff;
    z-index: 999;
}*/




.top-line {
    padding: 10px 0;
    background-color: #f2f7ff;
    font-family: 'Poppins', sans-serif;
}

.top-line-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-line-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.top-line-left svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.top-line-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.top-line-item:hover {
    color: #265dab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top-line-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.soc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.soc-item svg {
    width: 22px;
    height: 22px;
}

.soc-item svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.soc-item:hover svg path {
    fill: #265dab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.soc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-title svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.top-line span {
    font-weight: bold;
}

.top-line span span {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: normal;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo svg {
    width: 320px;
    height: 50px;
}

.logo svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.logo:hover svg path {
    fill: #3074d4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.adress {
	font-size: 14px;
	/*font-weight: bold;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.adress svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.adress:hover {
	color: #265dab;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.phone-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*font-size: 15px;*/
    /*margin-right: 20px;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.phone span {
    font-weight: bold;
}

.phone span span {
    /*font-weight: normal;*/
}

.phone svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.phone:hover {
    color: #265dab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



.menu {
    background-color: #3074d4;
    color: #fff;
}

.menu-inner {

}

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*position: relative;*/
}

.menu-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-list-item a:hover {
    background-color: #265dab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-list-item.active a {
    background-color: #265dab;
}

.submenu-wrap .menu-list {
    position: absolute;
    text-align: left;
    background-color: #3074d4;
    z-index: 999;
    display: block;
    display: none;
    margin-top: 46px;
}

.submenu-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.submenu-wrap .menu-list-item {
    display: block;
}

.submenu-wrap .menu-list-item a {
    cursor: pointer;
    color: #fff;
    background-color: #3074d4;
}

.submenu-parent a {
    /*padding-right: 10px;*/
    position: relative;
    background-color: #3074d4;
}

.submenu-parent:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    position: relative;
    background-image: url(/assets/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenu-parent:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenu-wrap .menu-list-item a:before {
    display: none;
}

.submenu-wrap .menu-list-item a:hover {
    /*color: #8ec5ea;*/
    background-color: #265dab;
}

.submenu-wrap .menu-list-item.active a {
    /*color: #8ec5ea;*/
    background-color: #265dab;
}

.submenu-wrap .menu-list-item.active a .menu-list-item a {
    background-color: #3074d4;
}

.submenu-wrap .menu-list-item.active a .menu-list-item.active a {
    background-color: #265dab;
}

#menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}








.menu-mobile-btn {
    display: none;
}

.menu-mobile-btn img {
    width: 30px;
    height: 30px;
    margin: 10px 0;
}

.menu-mobile-phone {
    display: none;
}

.menu-mobile-phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-mobile-phone img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.btn-close {
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.btn-close img {
    padding: 10px;
    width: 40px;
}

.mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.mobile_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    right: 0;
    background: #fafafd;
    overflow: auto;
    height: 100%;
    z-index: 999;
}

.mobile-wrap {
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.mobile-menu {
    padding-bottom: 50px;
}

.menu-mobile-btn img {
    width: 35px;
}

.mobile .menu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile .menu-list .menu-list {
	padding: 20px 0 0 20px;
}

.mobile .menu-list-item {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile .menu-list-item:nth-child(1) a {
    padding: 0;
}

.mobile .submenu-wrap .menu-list {

}

.logo-mob {
    text-align: left;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-mob .logo img {
    max-width: 300px;
    width: 100%;
}

.mobile .menu-list-item a {
    padding: 0;
    font-size: 20px;
    color: #13287E;
    width: 100%;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile .menu-list-item.active a {
    color: #3074d4;
}

.mobile .menu-list-item a:hover {
    color: #3074d4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile .menu-list-item.submenu-parent {
	margin: 0;
}

.mobile .submenu-wrap .menu-list {
	position: relative;
	margin: 0;
	display: block !important;
	background: none;
}

.mobile .menu-list-item.submenu-wrap .menu-list-item a {
	color: #13287E;
}

.mobile .menu-list-item.submenu-wrap .menu-list-item.active a {
	color: #3074d4;
}

.mobile .submenu-wrap .menu-list-item.active a {
	background: none;
}

.mobile-menu-item {
    border-top: 2px solid #13287E;
    border-bottom: 2px solid #13287E;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mobile-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #13287E;
    transition: 0.3s;
}

.mobile-item svg {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

a.mobile-item:hover {
    color: #3074d4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts-mob .soc-item {
	margin-left: 0;
	margin-right: 10px;
}

.contacts-mob .soc-item svg path {
	fill: #13287E;
}

.contacts-mob .soc-item:hover path {
	fill: #3074d4 !important;
}

/*BANNER*/

.banner-slide {
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.banner-slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 41, 0.8)), to(rgba(38, 51, 74, 0.8)));
    background: linear-gradient(to bottom, rgba(18, 27, 41, 0.8) 0%, rgba(38, 51, 74, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    /* opacity: .6; */
}

.banner-slide .container {
	z-index: 99;
}

.banner-text h2, .banner-text h1 {
	font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner-text h3 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}

.banner-text h4 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.banner-text h5 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.banner-text p {
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 35px;
}

.banner-text strong {
	color: #d1e3ff;
}

.banner .slick-prev, .banner .slick-next {
	width: 40px;
	height: 40px;
	background-color: #3074d4;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: .7;
	z-index: 99;
}

.banner .slick-next {
	right: 0;
}

.banner .slick-prev {
	left: 0;
}

.banner .slick-prev:before, .banner .slick-next:before {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	opacity: 1;
}

.banner .slick-prev:hover, .banner .slick-next:hover {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*ADVANTAGES*/

.advantages-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-item {
    text-align: center;
}

.advantages-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages-img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    margin: auto;
}

.advantages-title {
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 20px; */
    margin-top: 30px;
}

.advantages-text {
    font-family: 'Open Sans', sans-serif;
    color: #828282;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 15px;
    line-height: 20px;
}

/*ABOUT*/

.about {
    position: relative;
    background-color: #f2f7ff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.about-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.about-left {
    position: relative;
    width: 70%;
    z-index: 99;
}

.about-title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
}

.about-text {
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

.about-text p:last-child {
    margin: 0;
}

.about-right {
    width: 30%;
    text-align: center;
}

.about-right img {
    width: 220px;
}

.about-bg {
    background: rgba(242 247 255 / 95%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*SERVICES*/

.services {
    background-color: #fafafd;
}

.services-page {
    margin-bottom: 40px;
    background-color: #fff;
}

.services-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.service-item {
	position: relative;
	width: 50%;
    max-width: 555px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.service-item:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
	background: #3074d4;
    opacity: 0.55;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 41, 0.8)), to(rgba(38, 51, 74, 0.8)));
    background: linear-gradient(to bottom, rgba(18, 27, 41, 0.8) 0%, rgba(38, 51, 74, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);*/
    /*content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: -2px;
    left: -2px;
    border-top: 5px solid #3074d4;
    border-left: 5px solid #3074d4;*/
}

.service-item-title {
	width: 100%;
    font-size: 30px;
    font-weight: bold;
}

.service-item-btn {
	margin-top: 20px;
	background: #fff;
    color: #3074d4;
}

.service-item-btn:hover {
	background: #3074d4;
    color: #fff;
}

.service-item-inner {
	position: relative;
	color: #fff;
	z-index: 99;
}

.services-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 400px;
    margin-top: -150px;
}

.services-btn {
	text-align: center;
	margin-top: 20px;
}

.service-item:hover:before {
    opacity: 0.65;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-page {
    margin-bottom: 50px;
}

.service-page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-slider {
    width: 48%;
}

.service-slide {
    width: 100%;
    height: 400px;
}

.service-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-slider .slick-prev:before, .service-slider .slick-next:before {
    font-family: 'Poppins', sans-serif;
}

.service-slider .slick-next {
    right: 0px;
}

.service-slider .slick-prev {
    left: 0px;
}

.service-slider .slick-prev, .service-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: #3074d4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: .7;
    z-index: 99;
}

.service-text {
    width: 48%;
}

.service-text .page-title {
    text-align: left;
    font-size: 30px;
}

.service-text .page-title:after {
    margin: 17px 0 0;
}

.service-contact {

}

.service-contact-text {
    /*font-size: 16px;*/
    line-height: 24px;
    /*text-align: center;*/
    margin-top: 30px;
}

.service-phone {
    margin-top: 30px;
    /*text-align: center;*/
}

.service-phone-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.service-phone-num {
    margin-top: 25px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: center;*/
}

.service-phone-num a {
    color: #3074d4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-phone-num a:hover {
    color: #464e55;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-phone-num svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.service-phone-num svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-phone-num:hover path {
    fill: #464e55;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-phone-btn-wrap {
    margin-top: 25px;
}

.service-phone-btn-wrap .main-btn {

}

/*PROJECTS*/

.projects {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.projects-inner {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projects-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 240px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.projects-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.projects-item:hover {
	-webkit-box-shadow: 0 0 20px 4px rgba(48 116 212 / 30%);
	box-shadow: 0 0 20px 4px rgba(48 116 212 / 30%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.projects-btn {
    text-align: center;
    margin-top: 20px;
}

.projects-btn a {

}

/*CONTACTS*/

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-left {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contacts-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #3074d4;
    opacity: 0.8;
}

.contacts-container {
    max-width: 585px;
    padding: 70px 15px;
    width: 100%;
}

.contacts-container .page-title {
    position: relative;;
    text-align: left;
    color: #fff;
    z-index: 99;
}

.contacts-container .page-title span {
    color: #d1e3ff;
}

.contacts-container .page-title:after {
    margin: 17px 0 0 0;
    background-color: #fff;
}

.contacts-inner {
	position: relative;;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 99;
}

.contacts-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	margin-top: 60px;
	padding-right: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.contacts-item-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts-item-img svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 55px;
	height: 55px;
}

.contacts-item-img svg path {
	fill: #d1e3ff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contacts-item-text {
	margin-left: 10px;
}

.contacts-item-top {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.contacts-item-bot {
	margin-top: 7px;
	font-size: 14px;
}

.contacts-item-phone .contacts-item-bot {
	font-size: 20px;
}

.contacts-item-mail .contacts-item-bot {
	/*font-size: 12px;*/
}

.contacts-item-bot a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contacts-item-bot a:hover {
	color: #d1e3ff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contacts-item:hover path {
	fill: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.contacts-right {
    width: 50%;
}

#map {
    height: 460px;
}

/*FOOTER*/

.footer {
	background-color: #27292f;
    color: #fff;
}

.footer.pd  {
    padding: 70px 0 0;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 55px;
}

.footer-item {
    width: 25%;
}

.footer-item:first-child {
    padding-right: 75px;
}

.footer-item .logo {
    cursor: pointer;
}

.footer-item .logo svg {
    height: 30px;
}

.footer-item .logo svg path {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-item .logo:hover path {
    fill: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-item .soc-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.footer-item .soc-item svg path {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-item .soc-item:hover path {
    fill: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-item:nth-child(3) {
    padding-left: 55px;
}

.footer-callback {
    margin-top: 30px;
}

.footer-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-title:after {
    content: "";
    position: relative;
    display: block;
    background-color: #3074d4;
    height: 3px;
    width: 70px;
    margin-top: 10px;
}

.footer-menu-list-item {
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-menu-list-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-menu-list-item.active a {
    color: #d1e3ff;
}

.footer-menu-list-item a:hover {
    color: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-phone {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-phone a:hover {
    color: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-phone a:hover path {
    fill: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-phone a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-phone a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-mail {
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-mail a:hover {
    color: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-mail a:hover path {
    fill: #d1e3ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-mail a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-mail a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-adress {
    font-size: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-adress svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-line-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    color: #a5a5a5;
    border-top: 1px solid #424242;
}

/*BREADCRUMBS*/

.breadcrumb {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-item {
    color: #3074d4;
    font-size: 16px;
}

.breadcrumb-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #464e55;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumbs-wrap span {
    margin: 0 5px;
    font-size: 16px;
}

.breadcrumb-item.active {
    color: #464e55;
}

/*ABOUT-PAGE*/

.about-page {
    margin-bottom: 70px;
}

.about-page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-page-img {
    position: relative;
    width: 50%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-page-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #3074d4;
    opacity: 0.55;
}

.about-page-img img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.about-page-img-title {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
}

.about-page-text {
    width: 50%;
    padding-left: 50px;
}

.about-page-text .page-title {
    text-align: left;
}

.about-page-text .page-title:after {
    margin: 17px 0 0;
}

/*PROJECTS-PAGE*/

.projects-page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.projects-page-item {
    position: relative;
    width: 50%;
    max-width: 555px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.projects-page-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #3074d4;
    opacity: 0.55;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.projects-page-item-title {
    position: relative;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    z-index: 99;
}

.projects-page-item:hover:before {
    opacity: 0.65;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.project-page-gallery {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.project-page-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    height: 240px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 10px;
}

.project-page-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-page-item:hover {
    -webkit-box-shadow: 0 0 20px 4px rgba(48 116 212 / 30%);
    box-shadow: 0 0 20px 4px rgba(48 116 212 / 30%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*PARTNERS*/

.partners-page {
    margin-top: 30px;
}

.partners-page-inner {
    margin-bottom: 50px;
}

.partners-page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners-item {
    width: 33%;
    text-align: center;
    margin: 20px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partners-item:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partners-item img {
    max-width: 200px;
    max-height: 70px;
}

/*BRANDS*/

.brand-item {
    width: 25%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.brand-item img {
    width: 100%;
}

.brand-item:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*CONTACT*/

.contact {

}

.contact-page-inner {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contacts-page-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

.contacts-page-items .contacts-item {
    /*width: 100%;*/
}

.contacts-page-items .contacts-item-img svg path {
    fill: #3074d4;
}

.contacts-page-items .contacts-item:hover path {
    color: #d1e3ff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts-page-items .contacts-item-bot a:hover {
    color: #3074d4;
}

.contacts-page-form {
    width: 50%;
    margin-top: 60px;
}

.contacts-page-form-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 50px;
}

.contacts-page-items #map {
    margin-top: 45px;
    height: 295px;
}

.cont-page-form {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
}

.cont-page-form input {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    border: 1px solid #3074d4;
    padding: 12px 15px;
    font-size: 18px;
}

.cont-page-form textarea {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    border: 1px solid #3074d4;
    padding: 12px 15px;
    font-size: 18px;
    max-height: 200px;
}

.cont-page-form button {
    border: none;
    width: 100%;
}

/*TEXT-BLOCK*/

.text-page-inner {
    margin-bottom: 50px;
}

.text-block {
    margin-top: 30px;
}

.text-block h1 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}

.text-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 150%;
}

.text-block h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 150%;
}

.text-block h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 150%;
}

.text-block h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 150%;
}

.text-block strong {
    font-weight: bold;
}

.text-block p {
    font-size: 16px;
    line-height: 24px;
}

.text-block a {
    color: #3074d4;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text-block a:hover {
    color: #464e55;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text-block ul {
    /*margin-bottom: 10px;*/
    font-size: 16px;
}

.text-block li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px 0;
    line-height: 24px;
}

.text-block li:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    max-width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3074d4;
    margin-right: 10px;
    margin-top: 5px;
}



























/*404*/

.contact-404 {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.contact-404-title {
    font-size: 150px;
    font-weight: 700;
    margin-top: 30px;
}

.contact-404-subtitle {
    font-size: 20px;
    margin-top: 25px;
}

.contact-404-btn {
    margin-top: 25px;
}

/*POP-UP*/

#callback {
    display: none;
    padding: 0;
}

.callback-inner {
    width: 400px;
    padding: 35px;
}

.callback-title h3 {
    font-size: 35px;
    font-weight: bold;
}

.callback-title p {
    font-size: 18px;
    margin-top: 10px;
}

.callback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
}

.callback-form input {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    border: 1px solid #3074d4;
    padding: 12px 15px;
    font-size: 18px;
}

.callback-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback-check input {
    position: relative;
    background: none;
    border: 1px solid #f0973b;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    cursor: pointer;
}

.callback-form input:checked {
    background-image: url(/assets/img/check.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.callback-check span {
    color: #f0973b;
    line-height: 1;
}

.callback-form button {
    font-family: 'Poppins', sans-serif;
    background: #3074d4;
    border: 1px solid #3074d4;
    padding: 10px 35px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
/*    margin-top: 15px;*/
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.callback-form button:hover {
    background: #265dab;
    border: 1px solid #265dab;
}

.callback-success {
    display: none;
}

#thanx {
    display: none;
/*    background-color: #000;*/
    text-align: center;
    padding: 50px;
    height: 100%;
}

.thanx-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.thanx-title-top {
    font-size: 26px;
    margin-top: 20px;
}

.thanx-title-bot {
    font-size: 18px;
    margin-top: 20px;
}

#thanx svg {
    width: 100px;
    height: 100px;
    /*  position: absolute;*/
    /*  top: 50px;*/
    /*  left: 50%;*/
    /*  margin-left: -50px;*/
}

#thanx svg.animate path {
    animation: dash 0.75s linear both;
    -webkit-animation: dash 0.75s linear both;
    -moz-animation: dash 0.75s linear both;
    -o-animation: dash 0.75s linear both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes dash {
    0% {stroke-dashoffset: 210;}
    75% {stroke-dashoffset: -220;}
    100% {stroke-dashoffset: -205;}
}

@-webkit-keyframes dash {
    0% {stroke-dashoffset: 210;}
    75% {stroke-dashoffset: -220;}
    100% {stroke-dashoffset: -205;}
}

body .jGrowl-notification.af-message-success {
/*    display: none !important;*/
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 20px 10px !important;
    text-align: center !important;
    background: #21597E !important;
}

#thanx.main-thanx {
    background: none;
    padding: 50px 0 0;
}

.error input[type="tel"] {
    border-color: red;
}

.success {
    display: none;
    color: #464e55;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.cont-page-form {
    position: relative;
}

/*MEDIA*/

@media screen and (max-width: 1245px) {
    .banner-inner {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 991px;
    }
    .logo svg {
        width: 260px;
        height: 37px;
    }
    .menu-list-item a {
        padding: 15px 25px;
    }
    .submenu-parent:after {
        right: 20px;
    }
    .banner-slide {
        height: 500px;
    }
    .advantages-title {
        font-size: 16px;
        margin-top: 20px;
    }
    .advantages-text {
        font-size: 12px;
        margin-top: 10px;
    }
    .service-item {
        max-width: 465px;
        height: 260px;
    }
    .projects-item {
        height: 215px;
    }
    .contacts-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts-item {
        margin-top: 30px;
        width: 100%;
    }
    .contacts-container {
        padding: 50px 15px;
    }
    #map {
        height: 100%;
    }
    .footer-item:first-child {
        padding-right: 25px;
    }
    .footer-item:nth-child(3) {
        padding-left: 50px;
    }
    .about-page-text {
        padding-left: 30px;
    }
    .projects-page-item {
        max-width: 465px;
        height: 260px;
    }
    .project-page-item {
        height: 200px;
    }
    .page-title {
        font-size: 30px;
    }
    .contacts-page-form {
        margin-top: 30px;
    }
    .contacts-page-form-text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 768px;
    }
    .adress {
        display: none;
    }
    .banner-slide {
        height: 400px;
    }
    .menu-inner {
        display: none;
    }
    .menu-mobile-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .banner-inner {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    #menu.fixed .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #menu.fixed .menu-mobile-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .advantages-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantages-item {
        width: 50%;
        margin-bottom: 50px;
    }
    .advantages.pd {
        padding-bottom: 20px;
    }
    .service-item {
        max-width: 355px;
        height: 220px;
        padding: 30px;
    }
    .service-item-title {
        font-size: 25px;
    }
    .projects-item {
        height: 190px;
        margin-bottom: 15px;
    }
    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .footer-item {
        width: 50%;
        text-align: center;
        margin-bottom: 50px;
    }
    .footer-title:after {
        margin: 10px auto 0;
    }
    .footer-item:nth-child(3) {
        padding-left: 0;
    }
    .footer-phone a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .footer-mail a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .footer-adress {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .footer-item .logo svg {
        width: 100%;
        height: 35px;
    }
    .footer-item:first-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .footer-item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer-item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer-item:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .about-page-img {
        display: none;
    }
    .about-page-text {
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
    .about-page {
        margin-bottom: 30px;
    }
    .partners-page {
	    margin-top: 0px;
	}
	.contact-page-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts-page-items {
		width: 100%;
	}
	.contacts-page-form {
		width: 100%;
		margin-top: 50px;
	}
	.contacts-page-items .contacts-item {
		width: 50%;
	}
	.projects-page-item {
	    max-width: 355px;
	    height: 220px;
	    padding: 30px;
	}
	.project-page-item {
		width: 47%;
	}
}

@media screen and (max-width: 767px) {
    .header-inner {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .header-inner .logo {
    	width: 50%;
    	-webkit-box-ordinal-group: 1;
    	-ms-flex-order: 0;
    	order: 0;
    }
    .phone-wrap {
    	width: 50%;
    	-webkit-box-ordinal-group: 2;
    	-ms-flex-order: 1;
    	order: 1;
    	-webkit-box-pack: end;
    	-ms-flex-pack: end;
    	justify-content: flex-end;
    }
    .adress {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	width: 50%;
    	-webkit-box-ordinal-group: 3;
    	-ms-flex-order: 2;
    	order: 2;
    	margin-top: 20px;
    }
    .phone {
    	width: 50%;
    	-webkit-box-ordinal-group: 4;
    	-ms-flex-order: 3;
    	order: 3;
    	margin-top: 20px;
    	-webkit-box-pack: end;
    	-ms-flex-pack: end;
    	justify-content: flex-end;
    }
    .about-inner {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .about-left {
    	width: 100%;
    	text-align: center;
    }
    .about-right {
    	width: 100%;
    	margin-top: 20px;
    }
    .service-item {
    	width: 100%;
    	max-width: 100%;
    }
    .projects-item {
    	width: 49%;
    	margin-bottom: 10px;
    }
    .contacts-left {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .contacts {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .contacts-left {
    	width: 100%;
    }
    .contacts-container {
    	max-width: 100%;
    }
    .contacts-right {
    	width: 100%;
    }
    #map {
    	height: 400px;
    }
    .service-page-inner {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .service-slider {
    	width: 100%;
    }
    .service-slide {
    	height: 300px;
    }
    .service-text {
    	width: 100%;
    	margin-top: 50px;
    }
    .projects-page-list {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .projects-page-item {
    	max-width: 100%;
    	width: 100%;
    }
    .project-page-item {
    	width: 46%;
    }
    .partners-item {
    	width: 50%;
    }
    .brand-item {
    	width: 50%;
    }
}    

@media screen and (max-width: 630px) {
    .top-line-inner {
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .top-line-left {
    	width: 100%;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .top-line-right {
    	width: 100%;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    	margin-top: 10px;
    }
    .top-line-item {
    	margin-right: 0;
    }
    .banner-text h2, .banner-text h1 {
    	font-size: 45px;
    }
    .banner-text h3 {
		font-size: 40px;
	}
	.banner-text h5 {
		font-size: 28px;
	}
    .banner-text h4 {
    	font-size: 35px;
    }
    .banner-text p {
    	font-size: 22px;
    }
    .footer-item {
    	width: 100%;
    }
    .footer-item:first-child {
    	padding-right: 0;
    }
    .footer-line-inner {
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .service-text .page-title {
    	font-size: 25px;
    }
    .service-phone-title {
    	font-size: 20px;
    }
    .service-phone-num {
    	font-size: 20px;
    }
    .service-phone-num svg {
    	width: 20px;
    	height: 20px;
    }
    .project-page-item {
	    width: 100%;
	}
	.page-title {
	    font-size: 25px;
	}
	.text-block h1 {
	    font-size: 30px;
	}
	.text-block h2 {
	    font-size: 25px;
	}
	.text-block h3 {
	    font-size: 22px;
	}
	.text-block h4 {
	    font-size: 20px;
	}
	.text-block h5 {
	    font-size: 18px;
	}
	.text-block p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.mobile-item {
		font-size: 18px;
	}
	.contacts-page-items .contacts-item {
		width: 100%;
	}
}    

@media screen and (max-width: 479px) {
    .header-inner .logo {
	    width: 100%;
	    -webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	    order: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.adress {
		width: 100%;
	    -webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	    order: 1;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.phone {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.phone-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	.banner-text h2, .banner-text h1 {
    	font-size: 32px;
    }
    .banner-text h3 {
		font-size: 30px;
	}
	.banner-text h5 {
		font-size: 26px;
	}
    .banner-text h4 {
    	font-size: 24px;
    }
    .banner-text p {
    	font-size: 18px;
    }
	.banner-text h2, .banner-text h1 {
	    font-size: 32px;
	}
	.banner-slide {
	    height: 330px;
	}
	.pd {
	    padding: 50px 0;
	}
	.advantages-item {
		width: 100%;
	}
	.advantages.pd {
		padding-bottom: 0;
	}
	.about-title {
		font-size: 32px;
	}
	.projects-item {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.projects-item:nth-child(3), .projects-item:nth-child(4), .projects-item:nth-child(5) {
		display: none;
	}
	.contacts-container {
		padding: 50px 15px;
	}
	.breadcrumb {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.breadcrumb-item {
		line-height: 28px;
	}
	.service-slide {
	    height: 260px;
	}
	.partners-item {
		width: 100%;
	}
	.brand-item {
		width: 100%;
	}
	.mobile-email {
		font-size: 16px;
	}
	.mobile-adress {
		font-size: 14px;
	}
	.contact-404-title {
		font-size: 115px;
	}
	.mobile .menu-list-item a {
		font-size: 18px;
	}
	.callback-inner {
		width: 100%;
		padding: 30px;
	}
	.callback-title h3 {
		font-size: 32px;
	}
	.callback-title p {
		font-size: 16px;
	}
}

@media screen and (max-width: 374px) {
	.adress {
		font-size: 12px;
	}
	.banner-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-text {
		font-size: 14px;
	}
	.about-title {
	    font-size: 30px;
	}
	.footer-adress {
		font-size: 12px;
	}
	.projects-page-item-title {
		font-size: 25px;
	}
	
}














