@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*общее*/
:root {
    
    --mainText: #434343;
    --textLigth: #737373;
    --black: #000000;
    --white: #ffffff;
    --red: #D90011;
    --redLight: rgba(217,0,17,0.8);
    --blue: #0032A0;
    --blue2: #2A72F1;
    --blueLight: rgba(0,50,160,0.8);
    --fonRed: #E03240;
    --fonGray: #f3f3f3;
    --fonDark: #343434;
    --titleFonts: "Oswald", sans-serif;
    
}
* {
    scrollbar-width: thin;
    scrollbar-color: #D8D8D8 transparent;
}
*::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
    border-radius: 5px;
    border: 3px solid transparent;
}
body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--mainText);
    position: relative;
    min-height: 100vh;
}
.main-body {
    overflow: hidden;
}
img {
    max-width: 100%;
}
a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: var(--mainText);
}
a:hover,
a:focus {
    opacity: 0.7;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: var(--titleFonts);
    line-height: 1.3;
}
.white-bg{
    background: transparent url(../img/wfon.png) center center no-repeat;
    background-size: contain;
}
.btn-custom {
    background-color: var(--redLight);
    padding: 25px 25px 15px 15px;
    font-family: var(--titleFonts);
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    line-height: 1.15;
    border: 1px solid var(--redLight);
    min-height: 100%;
    text-align: left;
    display: inline-block;
}
.btn-custom .svg-ico {
    position: absolute;
    bottom: 15px;
    right: 15px;
    fill: transparent;
}
.btn-custom:not(.btn-video) .svg-ico use{
    fill: #000;
}
.btn-custom_header {
    position: absolute;
    right: 15px;
    top: -25px;
    width: 95px;
    padding-top: 70px;
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--black);
}
.btn-custom_header.fix {
    position: fixed;
    right: 0;
    top: 0;
    height: auto;
    min-height: auto;
}
.btn-custom_header .svg-ico use{
    fill: var(--black);
}
.header {
    position: absolute;
    padding-top: 25px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+90,0+98 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.header-logo img{
    max-width: 130px;
}
.header-nav {
    margin-top: 45px;
    padding-right: 100px;
    padding-left: 30px;
}
.header-nav .nav {
    justify-content: space-between;
}
.header-nav .nav .nav-item .nav-link {
    font-family: var(--titleFonts);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
    padding: 0;
    padding-bottom: 0;
    font-weight: 500;
}
.header-nav .nav .nav-item .nav-link:hover,
.header-nav .nav .nav-item .nav-link.active {
    text-decoration: underline;
}
.header-contacts-info {
    padding-right: 95px;
    position: relative;
}
.header-tell {
    margin-top: 30px;
    display: inline-block;
    text-align: right;
}
.header-tell .nav{
    justify-content: flex-end;
}
.header-phone {
    font-family: var(--titleFonts);
    font-size: 20px;
    text-transform: uppercase;
    color: var(--black);
}
.header-address {
    margin-top: 40px;
    position: relative;
    padding-left: 30px;
    color: var(--black);
    font-size: 12px;
}
.header-address .svg-ico {
    position: absolute;
    fill: transparent;
    left: 0;
    top: 2px;
}
.header-tell_link .svg-ico {
    margin: 5px;
    fill: transparent;
}
.mainForm{
    background-color: var(--black);
    position: relative;
    padding-left: 275px;
    color: var(--white);
}
.mainForm .mainForm_img {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    width: 275px;
}
.mainForm .mainForm_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainForm .modal-content {
    background-color: transparent;
    padding: 70px 90px 90px 50px;
}
.mainForm .modal-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--titleFonts);
    margin-bottom: 50px;
    line-height: 1.3;
}
.mainForm .modal-header {
    border-bottom: none;
}
.mainForm .btn-close {
    position: absolute;
    opacity: 1;
    top: 10px;
    right: 10px;
    padding: 0;
    z-index: 5;
    cursor: pointer;
    background: none;
    margin: 0;
}
.polotica {
    color: var(--textLigth);
    font-size: 12px;
    line-height: 1.4;
}
.mainForm .form-control  {
    background-color: transparent;
    color: var(--white);
}
.mainForm .btn-custom {
    font-size: 20px;
}
.main-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: auto calc(100% + 30px) ;
}
.main-banner .container {
    padding-top: 570px;
    padding-bottom: 190px;
}
.main-banner .btn-custom {
    background-color: var(--blueLight);
    border-color: var(--blueLight);
    position: absolute;
    font-size: 20px;
    min-height: auto;
    padding: 90px 40px 30px;
    width: 270px;
    top: 180px;
    left: 50%;
}
.main-banner__title {
    font-size: 60px;
    text-transform: uppercase;
    color: var(--black);
    font-family: var(--titleFonts);
}
.main-banner__list {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
    max-width: 400px;
    color: var(--black);
    font-size: 18px;
    font-family: var(--titleFonts);
}
.main-banner__list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.main-banner__list ul li {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px 0 30px;
    position: relative;
    background-image: url(../img/ok.svg);
    background-position: top left;
    background-repeat: no-repeat;
}
.swiper-wrapper {
align-items: stretch;
}
.swiper-slide {
height: auto;
}
.swiper-nav_custom-block {
    position: absolute;
    width: 180px;
}
.swiper-nav_custom-block .svg-ico use {
    fill: var(--red);
}
.swiper-button-next, .swiper-button-prev {
    margin-top: calc(10px - (var(--swiper-navigation-size)/ 2));
}
.swiper-nav_custom-block .swiper-count {
    color: var(--red);
    text-align: center;
}
.swiper-nav_custom-block .swiper-count span{
    color: var(--mainText);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 49px;
    height: 8px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    display: none;
}
.main .swiper-nav_custom-block {
    right: 25%;
    bottom: 50px;
    z-index: 15;
}  
.main .swiper-nav_custom-block .swiper-count {
    color: var(--blue);
} 
.main .swiper-nav_custom-block .svg-ico use {
    fill: var(--blue);
}
.about {
    background-color: var(--fonGray);
    padding: 115px 0 0;
}
.about:before {
    content: '';
    height: 140px;
    display: block;
    position: absolute;
    top: -140px;
    right: 60%;
    left: 0;
    background-color: var(--fonGray);
    z-index: 5;
}
@media all and (min-width:1400px){
.about:before {
    right: calc(50% + 170px);
}
}
.about-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 10%;
    top: -155px;
    z-index: 10;
    margin-bottom: 30px;
}
.about-info {
    padding-left: calc(10% - 10px);
}
.about-block1 {
    position: relative;
}
.about-block1__title {
    font-family: var(--titleFonts);
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--blue);
    display: inline-block;
}
.about-logo {
    position: relative;
    left: -95%;
    top: -25%;
    width: 150%;
    max-width: none;
    z-index: 1;
}
.about-block1__text {
    font-size: 18px;
    color: var(--mainText);
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
.about-2017 {
    position: absolute;
    left: calc(60% + 100px);
    z-index: 4;
    top: 20px;
}
.about-pic {
    position: absolute;
    left: 60%;
    top: -80px;
    z-index: 0;
}
.about-block2__title {
    font-family: var(--titleFonts);
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: calc(20%);
    margin-top: -50px;
    position: relative;
    z-index: 5;
    margin-bottom: 160px;
}
.about-block2__title span {
    color: var(--red);
}
.about-auto {
    position: absolute;
    right: calc(50% - 10px);
    bottom: 0;
}
.about-block2__text {
    padding-left: 50%;
    font-size: 18px;
    color: var(--mainText);
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
.trust {
    background-color: var(--fonGray);
    padding-top: 160px;
}
.trust-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.trust-red {
    position: relative;
}
.trust-red > .row > .col-12 {
    padding-top: 120px;
    padding-bottom: 50px;
}
.trust-red-img {
    right: 100%;
    bottom: 0;
    max-height: 100%;
    position: absolute;
}
.trust-red:after,
.trust-red:before {
    background-color: var(--fonRed);
    width: 100%;
    left: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.trust-red:before {
    left: auto;
    right: 100%;
}
.trust-red-bg {
    background-color: var(--fonRed);
    color: var(--white);
    padding-right: 130px;
}
.trust-title {
    font-family: var(--titleFonts);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white);
    display: inline-block;
}
.trust-sub-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 50px;
    line-height: 1.5;
}
.trust-img {
    width: 100%;
}
.trust-last-img {
    width: calc(100% + 30px);
    margin: 0 -12px 25px;
    max-width: none;
}
.trust-text {
    font-size: 18px;
    line-height: 1.7;
}
.trust-last-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    max-width: 150px;
    padding-left: 40px;
}
.servises {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: var(--white);
    padding: 60px 0 0;
}
.servises-title {
    font-family: var(--titleFonts);
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
}
.servises-title span {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -30px;
    right: -40px;
    background-color: var(--fonRed);
    z-index: -1;
}
.servises-title span .svg-ico {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.servises-title span .svg-ico use {
    fill: var(--white);

}
.servises-item__title {
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
    margin: 25px 0;
}
.servises-item__text-anons {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 50px;
    padding-right: 40px;
}
.servises-img2,
.servises-img1 {
    padding: 30% 0 0;
    position: relative;
}
.servises-img2 img,
.servises-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.servises-img2 img {
    left: 100%;
}
.servises-complex {
    background-color: var(--fonDark);
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 30px;
}
.servises-complex:before {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: var(--fonDark);
}
.servises-complex__list {
    overflow-x: auto;
    padding-top: 22px;
    padding-right: 5px;
    position: relative;
}
.servises-complex__list ul{
    padding: 0 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-between;
}
.servises-complex__list ul > li {
    padding-top: 25px;
    padding-right: 25px;
    font-family: var(--titleFonts);
    font-size: 16px;
    text-transform: uppercase;
    /*flex: 0 0 auto;*/
    flex: 1 0 0%;
    width: auto;
    position: relative;
    border-top: 2px solid var(--red);
    white-space: nowrap;
}
.servises-complex__list ul > li:before {
    content: "✔";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: -11px;
    border-radius: 50%;
    color: var(--red);
    border: 2px solid var(--red);
    background-color: var(--fonDark);
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    z-index: 5;
}
.servises-complex__list ul > li:last-child {
    padding-right: 0;
    position: relative;
}
.servises-complex__list ul > li:last-child:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(-45deg);
    top: -6px;
    right: 0;
    z-index: 0;
}
.servises-complex-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
}
.servises-text-main {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 40px;
    padding-top: 60px;
}
.servises-text-main__more {
    font-family: var(--titleFonts);
    font-size: 22px;
    text-transform: uppercase;
    color: var(--white);
}
.servises-text-main__more svg {
    margin-left: 10px;
}
.servises-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}
.servises-nav .row{
    position: relative;
}
.servises-fix-col {
    background-color: var(--blueLight);
    position: absolute;
    top: 0;
    left: 0;
}
.btn-custom_servises {
    background-color: transparent;
    border: 1px solid;
    width: calc(100% - 44px);
    height: 280px;
    min-height: auto;
    -webkit-box-shadow: 0px 0px 0px 22px var(--blueLight);
    -moz-box-shadow: 0px 0px 0px 22px var(--blueLight);
    box-shadow: 0px 0px 0px 22px var(--blueLight);
    position: absolute;
    bottom: -78px;
    left: 22px;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.btn-custom_servises span {
    display: block;
}
.btn-custom_servises .big {
    line-height: 1;
    margin-bottom: 15px;
}
.btn-custom_servises .small {
    font-size: 24px;
}
.btn-custom_servises .svg-ico {
    bottom: auto;
    top: 15px;
}
.btn-custom_servises .svg-ico use {
    fill: var(--white);
}
.servises-nav-list {
    padding-top: 40px;
    max-height: 800px;
}
.servises-nav-list__item {
    margin: 50px 25px 0 40px;
    font-family: var(--titleFonts);
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.servises-nav-list__item .numb{
    color: var(--blue2);
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}
.servises-slider__item {
    overflow: hidden;
    padding-bottom: 100px;
    height: 100%;
}
.servises-slider__item .container > .row,
.servises-slider__item .container {
    height: 100%;
}
.photo {
    padding-top: 40px;
}
.photo-logo {
    text-align: center;
}
.photo-logo_img {
    max-width: 85%;
}
.photo-title_block {
    margin-top: -40px;
}
.photo-title {
    font-family: var(--titleFonts);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
}
.photo .swiper-nav_custom-block {
    position: relative;
    top: auto;
    width: 150px;
}
.photo .swiper-button-next {
    top: 25px;
}
.photo .swiper-button-prev {
    top: 25px;
}
.photo-slider {
    margin-top: 40px;
}
.photo-slider__item {

}
.photo-slider__item-img {
    margin-bottom: 25px;
    position: relative;
    padding-top: 70%;
}
.photo-slider__item-img .img {
    height: 100%;
    width: 100%;
    object-fit: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.photo-slider__item-name {
    font-family: var(--titleFonts);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 25px;
}
.photo-slider__item-price {
    font-family: var(--titleFonts);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red);
}
.photo-slider__item-text {
    color: var(--textLigth);
    font-size: 18px;
    line-height: 1.2;
}
.photo-slider__item-link {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--redLight);
    opacity: 0;
    display: block;
}
.photo-slider__item-link:hover {
    opacity: 1;
}
.photo .btn-custom {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
    width: 140px;
    height: 140px;
    min-height: auto;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -70px;
    padding-top: 110px;
}
.photo .btn-custom .svg-ico{
    top: 15px;
    bottom: auto;
}
.photo .btn-custom .svg-ico use {
    fill: var(--white);
}
.brends {
    position: relative;
    padding-top: 35%;
}
.brends-fon {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.brends-list {
    background-color: var(--white);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - (100vw - 1350px)/2);
    padding: 35px 50px;
    position: relative;
    z-index: 10;
}
.brends-list > div {
    flex: 0 0 auto;
    width: auto;
}
.brends-item {
    text-align: center;
}
.brends-item img {
    max-width: 90%;
}
.brends-title {
    font-family: var(--titleFonts);
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    position: relative;
    white-space: nowrap;
}
.brends-title .svg-ico {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
}
.why {
    margin-top: 50px;
}
.why-title {
    max-width: 800px;
    font-family: var(--titleFonts);
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    margin: 0 auto 60px;
}
.why-title span{
    color: var(--red);
}
.why-item {
    margin: 0 -12px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 85%;
    height: 100%;
}
.why-item-info {
    padding: 50px 50px 65px;
}
.why-item-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    position: relative;
    margin-bottom: 20px;
    padding-right: 15px;
}
.why-item-title .svg-ico {
    position: absolute;
    top: 8px;
    right: 0;
}
.why-item-title .svg-ico use {
    fill: var(--white);
}
.why-item-text {
    font-size: 18px;
    color: var(--white);
    line-height: 1.4;
}
.why .col-12:nth-child(2n+2) .why-item {
    padding-bottom: 85%;
    padding-top: 0;
    background-position: center bottom;
}
.why .col-12:nth-child(2n+2) .why-item-text,
.why .col-12:nth-child(2n+2) .why-item-title {
    color: var(--black);
}
.why .col-12:nth-child(2n+2) .why-item-title .svg-ico use {
    fill: var(--red);
}
.projects {
    padding-top: 60px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.projects .container {
    max-width: 1260px;
}
.projects-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    margin: 30px 0;
}
.projects .nav-tabs {
    display: block;
}
.projects .nav-link {
    border-width: 0 0 1px;
    border-radius: 0;
    border-color: #D9D9D9 !important;
    font-family: var(--titleFonts);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    padding: 35px 20px 35px 0;
    position: relative;
    width: 100%;
    text-align: left;
}
.projects .nav-link .svg-ico {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.projects .nav-link.active {
    color: var(--red);
    background-color: transparent;
}
.projects .nav-link.active .svg-ico use {
    fill: var(--red);
}
.btn-custom_projects {
    background-color: var(--blue);
    border-color: var(--blue);
    min-height: auto;
    width: 100%;
    padding: 30px 20px 30px 40px;
}
.projects .btn-custom_projects .svg-ico {
    top: 15px;
    bottom: 0;
}
.projects .btn-custom_projects .svg-ico use {
    fill: #fff;
}
.btn-custom_projects .big {
    font-size: 40px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.btn-custom_projects .small {
    font-size: 24px;
}
.projects .swiper-nav_custom-block {
    position: relative;
    margin: 25px auto 30px;
}
.projects .swiper-nav_custom-block .svg-ico use {
    fill: var(--blue);
}
.projects .swiper-nav_custom-block .swiper-count {
    color: var(--blue);
}
.projects-slider {
    margin-bottom: 20px;
}
.projects-slider-img {
    position: relative;
    padding-top: 70%;
}
.projects-slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects-slider-nav .swiper-slide-thumb-active {
    position: relative;
}
.projects-slider-nav .swiper-slide-thumb-active:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--redLight);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}
.projects-nav {
    padding-left: 50px;
}
.footer .container {
    max-width: 1160px;
}
.footer .map {
    height: 450px;
}
/*.footer .map .ymaps-2-1-79-inner-panes {
    background-color: #000 !important;
}
.footer .map .ymaps-2-1-79-ground-pane {
    opacity: 0.5;
    filter: hue-rotate(-221deg);
}*/
.map-popup {
    position: absolute;
    width: 350px;
    height: 140px;
    bottom: 0;
    left: 0;
}
.map-popup img{
    position: absolute;
    left: -70px;
    top: 0;
}
.map-popup .address {
    color: var(--white);
    background-color: var(--blue);
    padding: 10px 15px 10px 45px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    z-index: -1;
}
.ymaps-2-1-79-copyrights-pane {
    display: none !important;
}
.footer-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-contacts {
    background-color: rgba(0,0,0,0.6);
    color: var(--white);
}
.footer-contacts {
    font-size: 18px;
}
.nav-phone {
    margin-bottom: 15px;
}
.nav-phone li {
    width: 100%;
    margin: 3px 0;
}
.nav-phone li a{
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    white-space: nowrap;
}
.footer-contacts-address {
    margin-bottom: 10px;
    font-size: 18px;
}
.nav-social-link {
    max-width: 200px;
}
.nav-social-link + .svg-ico {
    margin-top: 30px;
}
.nav-social-link li {
    width: 50%;
    margin-top: 2px;
}
.nav-social-link li a {
    color: var(--white);
    margin: 2px 5px 2px 0;
    display: inline-block;
}
.nav-social li a .svg-ico use {
    stroke: var(--black);
}
.footer-contacts .nav-social li a .svg-ico use {
    stroke: var(--blue2);
}
.nav-mail {
    margin-bottom: 40px;
    max-width: 300px;
}
.nav-mail li {
    border-bottom: 1px solid var(--red);
    margin-bottom: 5px;
}
.nav-mail li a{
    
    line-height: 1.1;
    color: var(--white);
}
.footer-video {
    position: relative;
    opacity: 0.7;
    text-align: right;
    height: 100%;
}
.footer-video:hover {
    opacity: 1;
}
.footer-video .svg-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin: -30px 0 0 -30px;
}
.footer-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-contacts-title {
    font-family: var(--titleFonts);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    margin: 45px 0 30px;
}
.footer-title {
    max-width: 400px;
    font-family: var(--titleFonts);
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    margin: -17px 0 -10px;
}
.footer-main {
    background-color: rgba(0,0,0,0.6);
    color: var(--white);
    padding: 30px 0;
}
.footer-nav .nav-link {
    font-size: 16px;
    color: var(--white);
    padding: 0 45px 0 0;
    padding-bottom: 0;
    font-weight: 500;
}
.footer-logo .logo{
    padding-right: 0;
}
.footer-logo img{
    
}
.footer-logo .copy{
    
}









@media (max-width: 1449px) {
.header-nav .nav .nav-item .nav-link {
    padding-right: 0;
}
.header-nav {
    margin-top: 15px;
}
.about-title {
    left: 15px;
}
.about-block2__title {
    margin-top: 30px;
    margin-bottom: 100px;
}
.servises-text-main,
.servises-item__text-anons {
    font-size: 16px;
}
.brends-list {
    width: calc(100vw - (100vw - 1120px)/2);
    padding: 30px;
}
.brends-list > div {
    flex: 1 0 0%;
}

}



@media (max-width: 1199px) {
.header-nav {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.header-info {
    padding-left: 20%;
}
.main-banner__title {
    font-size: 50px;
}
.main-banner .container {
    padding-top: 620px;
    padding-bottom: 100px;
}
.about::before {
    height: 70px;
    top: -70px;
}
.about-block2 {
    position: relative;
}
.about-2017 {
    position: relative;
    left: auto;
    z-index: 5;
    top: auto;
    max-width: 50%;
}
.about-pic {
    position: absolute;
    left: 40%;
    top: -90px;
    z-index: 0;
    width: 60vw;
}
.about-block2__title {
    padding-left: 0;
}
.about-auto {
    right: calc(50% + 40px);
}
.trust-red-bg {
    padding-right: 30px;
}
.trust-last-title {
    padding-left: 10px;
}
.trust {
    padding-top: 100px;
}
.servises-nav-list__item {
    margin: 50px 25px 0 20px;
}
.brends-list {
    width: calc(100vw - (100vw - 940px)/2);
    padding: 30px;
}
.why-item-info {
    padding: 30px;
}
.footer-nav .nav-link {
    padding: 0 30px 0 0;
}
}






@media (max-width: 992px) {
.mainForm{
    padding-left: 0;
}
.mainForm .mainForm_img {
    display: none;
}
.mainForm .modal-content {
    padding: 30px;
}
.mainForm .modal-title {
    font-size: 30px;
    margin-bottom: 40px;
}
.header-info {
    padding-left: 10%;
}
.header-contacts-info {
    padding-right: 140px;
}
.header-address {
    margin-top: 10px;
}
.header-tell {
    margin-top: 0;
}
.btn-custom_header {
    width: 125px;
    padding-top: 40px;
}
.header-logo img {
    max-width: 110px;
}
.main-banner {
    background-position: center 0;
    background-size: cover;
}
.main-banner .btn-custom {
    left: auto;
    right: 15px;
}
.main-banner__title {
    font-size: 40px;
}
.main-banner__list {
    font-size: 15px;
}
.main-banner .container {
    padding-top: 470px;
    padding-bottom: 50px;
}
.about {
    padding-top: 40px;
}
.about::before {
    display: none;
}
.about-title {
    position: static;
}
.main .swiper-nav_custom-block {
    right: 50%;
    bottom: 15px;
    margin-right: -90px;
}
.about-info {
    padding: 0;
}
.about-logo {
    position: absolute;
    left: 0;
    top: auto;
    width: 112px;
    max-width: 100%;
    bottom: -20px;
}
.about-block1__text {
    font-size: 16px;
}
.about-auto {
    position: static;
}
.about-block2 {
    margin-top: 100px;
}
.about-pic {
    width: 65vw;
}
.about-2017 {
    margin-bottom: 80px;
}
.about-block2__text {
    padding-left: 0;
    font-size: 16px;
}
.about-block2__title {
    margin-top: 0;
}
.trust-red-bg {
    padding-right: 12px;
}
.trust-text {
    font-size: 16px;
}
.trust-logo {
    display: none;
}
.trust {
    padding-top: 0;
}
.trust-red > .row > .col-12 {
    padding-top: 40px;
}
.servises-slider__item {
    padding-bottom: 0;
}
.servises-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--blueLight);
}
.servises-fix-col {
    height: auto !important;
    position: static;
    background-color: transparent;
}
.servises-nav .row {
    position: static;
}
.servises-img2 img, .servises-img1 img {
    left: 12px !important;
    right: 12px !important;
    width: calc(100% - 24px);
}
.servises-complex {
    order: 1;
}
.servises-text-main {
    padding-bottom: 20px;
    padding-top: 30px;
}
.servises-item__text-anons {
    padding-bottom: 30px;
}
.servises-item__title {
    margin-top: 0;
}
.btn-custom_servises {
    width: calc(100% + 24px);
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    bottom: auto;
    left: -12px;
    font-size: 24px;
    justify-content: space-between;
}
.btn-custom_servises .small {
    font-size: 16px;
}
.servises-fix-btn {
    order: 2;
}
.servises-info {
    margin-bottom: 30px;
}
.servises-nav-list {
    padding: 20px 0;
}
.servises {
    padding-top: 130px;
}
.servises .swiper-nav_custom-block{
    top: 40px;
    right: 0;
    right: calc((100vw - 720px)/2);
}
.servises .swiper-nav_custom-block .svg-ico use {
    fill: var(--white);
}
.servises .swiper-nav_custom-block .swiper-count {
    color: var(--white);
}
.servises .swiper-nav_custom-block .swiper-count span {
    color: var(--blue2);
}
.servises-nav-list__item {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0;
}
.servises-nav-list__item .numb {
    display: none;
}
.photo-title_block {
    margin-top: 0;
    justify-content: space-between;
}
.photo-slider {
    margin-top: 20px;
    padding: 0 12px;
    width: 115%;
}
.brends > .container {
    max-width: calc(100% + 24px);
    margin: 0 -12px;
}
.brends-list {
    width: 100vw;
}
.brends-fon {
    bottom: auto;
    height: 60vw;
}
.brends {
    padding-top: 60vw;
}
.why-title {
    margin: 0 auto 20px;
}
.projects {
    background: none !important;
}
.projects-nav {
    padding-left: 12px;
}
.btn-custom_projects .big br {
    display: none;
}
.btn-custom_projects {
    padding: 20px 30px;
}
.projects-sliders {
    order: 1;
}
.footer-title {
    max-width: 160px;
    font-size: 28px;
    margin: -8px 0 -4px;
}
.projects {
    padding-bottom: 20px;
}
}





@media (min-width: 768px) and (max-width: 991px) {
.why {
    padding: 0 12px;
}
.why-item-info {
    padding: 50px;
}
.why-item-text {
    line-height: 1.6;
}
.why-item,
.why .col-12:nth-child(2n+2) .why-item {
    padding-bottom: 0;
    padding-top: 0;
    background-size: 33% auto;
    padding-left: 33%;
}
.why-item {
    background-position: left 12%;
}
.why .col-12:nth-child(2n+2) .why-item {
    background-position: left bottom;
}
}










@media (max-width: 767px) {
.header-logo img {
    max-width: 70px;
}
.btn-custom_header {
    width: 95px;
    padding-top: 70px;
}
.header-contacts-info {
    padding-right: 110px;
    text-align: right;
}
.header-info {
    padding-left: 15px;
}
.main-banner .btn-custom {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
}
.main-banner {
    background-size: 160% auto;
    background-position: center 50px;
}
.main-banner .container {
    padding-top: 55vw;
    padding-bottom: 50px;
}
.main-banner__title {
    font-size: 35px;
    max-width: 260px;
}
.about-2017 {
    margin-bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.about-block2 {
    margin-top: 30px;
}
.about-pic {
    width: 130%;
    position: static;
    margin: -60px -15% 20px;
    max-width: none;
}
.about-block2__title {
    margin-bottom: 20px;
}
.about-auto {
    margin: 0 -15px 0;
    width: calc(100% + 30px);
    max-width: none;
}
.trust-last-title {
    padding-bottom: 30px;
}
.servises-title {
    font-size: 30px;
}
.servises-title span {
    display: none;
}
.servises-slider__item {
    padding-bottom: 30px;
}
.btn-custom_servises {
    width: 280px;
    height: 280px;
    bottom: auto;
    left: auto;
}
.servises-text-block1 {
    order: 1;
}
.servises-complex {
    order: 2;
    margin-bottom: 30px;
    padding-right: 0;
}
.servises-img1 {
    order: 3;
    padding: 60% 0 0;
}
.servises-img2 {
    order: 4;
    padding: 60% 0 0;
}
.servises-info {
    order: 5;
}
.servises-fix-btn {
    order: 6;
}
.servises-complex__list ul > li {
    font-size: 15px;
}
.servises .swiper-nav_custom-block{
    right: calc((100vw - 575px)/2);
}
.servises-nav {
    background-color: var(--blue);
}
.photo-title {
    font-size: 24px;
}
.photo-slider {
    width: 100%;
}
.photo-slider .swiper-wrapper {
    display: block !important;
}
.photo-slider__item {
    margin-bottom: 35px;
}
.photo-slider__item-img {
    margin-bottom: 15px;
}
.photo-slider__item-name {
    margin-bottom: 15px;
}
.brends-list {
    flex-wrap: wrap;
}
.brends-list > div{
    flex: 0 0 auto;
    margin-top: 30px;
}
.brends-title {
    width: 100%;
}
.why .col-12:nth-child(2n+2) .why-item {
    background-position: center 60%;
}
.footer-logo,
.footer-logo .col-auto {
    width: 100%;
    text-align: center;
}
.footer-logo .logo {
    margin-bottom: 20px;
}
.footer-nav {
    margin-bottom: 70px;
}
.footer-nav .nav-item {
    width: 100%;
    margin-bottom: 20px;
}
.footer-video {
    margin: 60px -12px 0;
    height: auto;
}
}





@media (max-width: 575px) {
.btn-custom_header {
    right: 0;
}
.header-contacts-info {
    padding-right: 95px;
}
.about-logo {
    display: none;
}
.about-block1__text {
    margin-top: 20px;
}
.trust-last-img {
    margin-top: -25vw;
    position: relative;
    z-index: 0;
}
.trust-red-bg {
    position: relative;
    z-index: 5;
}
.trust-red > .row > .col-12 {
    padding-bottom: 0;
}
.trust-text {
    font-size: 16px;
    padding-bottom: 30px;
}
.servises .swiper-nav_custom-block{
    right: 0;
}
.servises-img1 {
    margin-bottom: 15px;
}
.brends-item {
    width: 50% !important;
}
.brends-list {
    justify-content: center
}
.why-title {
    font-size: 20px;
}
.nav-mail {
    margin-bottom: 0;
}
.map-popup {
    position: absolute;
    width: 350px;
    height: 140px;
    bottom: 0;
    left: 0;
}
.map-popup .address {
    padding: 10px 25px;
    left: -124px;
    top: calc(100% + 30px);
    margin-top: 0;
    z-index: -1;
}
}



@media (max-width: 400px) {
    .why .col-12:nth-child(2n+2) .why-item {
      background-position: center 10px;
    }
}



@media (max-width: 360px) {
.main-banner .container {
    padding-top: 205px;
}

}
