
.first-section{
     /*background:url(../images/main.webp) 100%;*/
     padding:0;
     height:100vh;
     background-size:cover;
     background-repeat:no-repeat;
}
.parallax-img{
     background:url(../images/first-screen.webp);
    
   
}
.parallax-img {
  height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Text */
._anim-show-text {
    transform: translate(0, 100%);
    opacity: 0;
    transition: all .8s ease 0s;
}
._anin-show-text._anim-active,
._anim-active._anim-show-text {
    opacity: 1;
    transform: translate(0, 0);
}
/* Img + text */
.anim_fig-img {
    transform: scale(0);
    opacity: 0;
    transition: all .5s ease .3s;
}
.anim_fig-text {
    transform: translate(0, 50%);
    opacity: 0;
    transition: all .8s ease .6s;
}

.anim_fig._anim-active .anim_fig-img {
    transform: scale(1);
    opacity: 1;
}

.anim_fig._anim-active .anim_fig-text {
    transform: translate(0, 0);
    opacity: 1;
}
/* Img */
._anim-img {
    transform: matrix(.0001, .0001, 0, 1, 0, 0.0001);
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .7s ease-out;
}
._anim-img._anim-active,
._anim-active._anim-img {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
/*List Chess*/
._anim-list-chess {
    transform: translate(50%, 0);
    opacity: 0;
/*     transition: all .8s ease-in-out .6s; */
}
._anim-list-chess:nth-child(even) {
    transform: translate(-50%, 0);
}
._anim-list-chess._anim-active,
._anim-active._anim-list-chess {
    transform: translate(0, 0);
    opacity: 1;
}
/*List Chess*/
._anim-list-chess {
    transform: translate(50%, 0);
    opacity: 0;
/*     transition: all .8s ease-in-out .6s; */
}
._anim-list-chess:nth-child(even) {
    transform: translate(-50%, 0);
}
._anim-list-chess._anim-active,
._anim-active._anim-list-chess {
    transform: translate(0, 0);
    opacity: 1;
}

.first-section__left .first-section__title{
    font-size:6vh;
    line-height:2em;
}
.first-section_mask{
    height:100%;
    padding:20vh 0;
    width:100%;
    background:rgba(24,24,24,0.7);
}
.project-section{
    padding:0;
}
.project-section_mask{
    height:100%;
    padding:40px 0;
    width:100%;
    background:rgba(255,255,255,0.7);
}

.projects_wrap {
    flex-wrap:wrap;
}

.project_item_text{
      position: absolute;
    width:100%;
    top: 0;
    height: 100%;
font-size: 18px;
color:#fff;
    text-align: center;
    padding: 20px;
    display:none;

}
.about-section .section__description{
    font-size:18px;
    line-height:2em;
}

.project_item{
    max-height:350px;
    overflow:hidden;
    width:48%;
    position:relative;
    margin:20px 0 0;
}
.project_item:hover .project_item_text{
   background:rgba(24,24,24,0.7);
   display:block;
}
.project_item_description{
    margin-top:10px;
    text-transform:none;
    font-size:14px;
}
.more_project{
    background:#fff;
    padding:10px 40px;
    font-size:34px;
    margin:20px auto;
    color:#e5e5e5;
    font-weight:700;
    width:300px;
    border-radius:6px;
    text-align:center;
    -webkit-box-shadow: 13px 9px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 13px 9px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 13px 9px 8px 0px rgba(34, 60, 80, 0.2);
}
.project_item:nth-child(n+5){
    display: none;
}
.customer_item{
    text-align:center;
    
}
.customer_item_image{
    height:200px;
    
}
.customer_item_image img{
    height:100%;
    width:auto;
}
.customer_item_title{
    font-weight:700;
    font-size:24px;
    margin:10px 0;
    
}
.more_project:hover{
    box-shadow:none;
        background:#e5e5e5;
   
    color:#fff;
}

.project_item:hover .project_item_text{
    display:block;
}
.contact_area{
    position:relative;
    cursor:pointer;
}
.contact__description{

    font-weight:500;

   
}
@media (max-width:1098px){
    .first-section__left .first-section__title{
    font-size:40px;
    line-height:2em;
}
}
@media (max-width: 767px) {
   .parallax-img{
       display:none;
   }
  
    .project_item{

    width:100%
}
      .project_item_text{
          padding:5px 10px;
        font-size:20px;
    }
    .first-section_mask{
        padding-bottom:40px;
    }

    .first-section__right, #services .services,.testimonials_carusel{
        width:100%;
    }
    .number_item{margin:10px auto;}
        .first-section__left .first-section__title{
        font-size:28px;
        padding:60px 0 0 ;
    }
   .first-section_mask .wrap,.services-section .wrap, #testimonials .wrap{
       flex-wrap:wrap;
   }
    .first-section__left{
        width:100%;
        padding:40px 0;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    border: 1px solid #e5e5e5;

    border-radius: 50%;
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    /*color: black;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
     border-radius: 50%;
      background:#e5e5e5;
}
.header__navigation.navigation >li{
    position:relative;
    width:100px;
}
.header__navigation.navigation >li>a:before{
    content:'';
    display:block;
    position:absolute;
    width:20px;
    height:14px;
    top: 3px;
    left: -30px;
}
#menu-item-14>a:before{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 0H20V13.3333H0V0Z' fill='%23005BBB'/%3E%3Cpath d='M0 6.66675H20V13.3334H0V6.66675Z' fill='%23FFD500'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='13.3333' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#menu-item-13>a:before{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H20V15H0V0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5H20V15H0V5Z' fill='%230039A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10H20V15H0V10Z' fill='%23D52B1E'/%3E%3C/svg%3E%0A");
}
#menu-item-12>a:before{
   background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H20V15H0V0Z' fill='%23012169'/%3E%3Cpath d='M2.34375 0L9.96875 5.65625L17.5625 0H20V1.9375L12.5 7.53125L20 13.0938V15H17.5L10 9.40625L2.53125 15H0V13.125L7.46875 7.5625L0 2V0H2.34375Z' fill='white'/%3E%3Cpath d='M13.25 8.78125L20 13.75V15L11.5312 8.78125H13.25ZM7.5 9.40625L7.6875 10.5L1.6875 15H0L7.5 9.40625ZM20 0V0.09375L12.2188 5.96875L12.2812 4.59375L18.4375 0H20ZM0 0L7.46875 5.5H5.59375L0 1.3125V0Z' fill='%23C8102E'/%3E%3Cpath d='M7.53125 0V15H12.5312V0H7.53125ZM0 5V10H20V5H0Z' fill='white'/%3E%3Cpath d='M0 6.03125V9.03125H20V6.03125H0ZM8.53125 0V15H11.5312V0H8.53125Z' fill='%23C8102E'/%3E%3C/svg%3E%0A");
}
.sub-menu{
    position:absolute;
    display:none;
    background:#fff;
    border-radius:10px;
    padding:20px;
    left:-20px;
    width:300px;
    list-style:none;
    
}
.fa-angle-left{
    left:0;
}
.fa-angle-right{
    right:0;
}
.fa-angle-right:before, .fa-angle-left:before{
    font-size:30px;
}
.sub-menu>li{
    margin:10px 0;
}
.header__navigation.navigation >li:hover .sub-menu{
      display:block;
}
#wpcf7-f5-p20-o1 label{
    font-size:18px;
    margin:20px 0;
}
#wpcf7-f5-p20-o1 .cf7sr-g-recaptcha>div:first-of-type{
    margin:20px auto;
}


.fontBold {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.fontTitle {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
}
.fontSubTitle {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
}
.extraBold {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 900;
}
.fontText {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
}
.text--left {
    text-align: left;
}
.text--center {
    text-align: center;
}
.text--right {
    text-align: right;
}
.text--uppercase {
    text-transform: uppercase;
}
.text--capitalize {
    text-transform: capitalize;
}
.text--underline{
    text-decoration:underline;
}
.button--main {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    margin: 20px auto;
    padding: 13px 40px;
    transition: 0.3s ease-in-out;
    background: linear-gradient(0deg, #fd7952, #fd7952), #fd7952;
    color: #fff;
    border-radius: 3px;
}
.button--main:active,
.button--main:focus,
.button--main:hover {
    background: linear-gradient(0deg, #fe5b2a, #fe5b2a), #fd7952;
    color: #fff;
}
.tool_screen{
    width:50%;
    border-radius:10px;
}
.logo__footer img{
    max-width:350px;
    
}
@media (max-width: 767px) {
    .tool_screen{
    width:100%;
}
    .button--main {
        width: 100%;
    }
}
.button--reverse {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    margin: 20px auto;
    padding: 13px 40px;
    transition: all 0.3s ease-in-out;
    background: 0 0;
    border: 2px solid #fd7952;
    color: #fd7952;
    border-radius: 3px;
}
.button--reverse:active,
.button--reverse:focus,
.button--reverse:hover {
    border: 2px solid transparent;
    background: #fd7952;
    color: #fff;
}
@media (max-width: 767px) {
    .button--reverse {
        width: 100%;
    }
}
.button--order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    padding: 12px 30px;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    background: #ffa78d;
    color: #fff;
}
.button--order:active,
.button--order:focus,
.button--order:hover {
    background: #fd7952;
    color: #fff;
}
body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background:#fff;
    color: #000;
}
* {
    box-sizing: border-box;
}
*,
:active,
:focus,
:hover {
    outline: 0;
}
::-webkit-scrollbar-track {
    background: #f1fbf6;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
select {
    -webkit-appearance: none;
}
.main {
    padding: 40px 0 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.no-scroll {
    overflow: hidden;
}
/*section{*/
/*    padding:40px 0;*/
/*}*/
.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.b-popup {
    z-index: 10000;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
.ajax-loader{
    display:none!important;
}
form input, textarea, select{
    width:450px;
    text-align:center;
        max-width: 95%;
    font-size:18px;
    max-height:60px;
       border-radius:10px;
     background: #3E4555;
     padding:10px;
     color:#fff;
}
.request_title{
    font-size:28px;
    margin:20px;
}

.visible-mob {
    display: none;
}
.slick-slide img {
    display: inline-block;
}
@media screen and (max-width: 767px) {
   .b-popup {
    z-index: 10000;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    }
    .b-popup .b-popup-content {
    width: 100%;
}
    .visible-mob {
        display: block;
    }
}
h1 {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.6em;
    color: #fff;
    margin: 0 0 20px;
}
h2,
h3,
h4 {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #fff;
}
h2.section__title {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.6em;
    color: #000;
}
p {
    margin: 0 0 20px;
    font-size:16px;
    line-height:1.6em;
}
ol,
ul {
    margin: 0 0 20px;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    
}
a {
    color: #000;
}
a:hover{
  opacity:0.7;
}
.slogan{
    font-weight:600;
    font-size:32px;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 15px;
    }
    h2 {
        font-size: 30px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    h2.section__title {
        font-size: 24px;
        text-align:center;
        line-height: 2em;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .section__description{
        text-align:center;
    }
    .about-section .section__description{
        font-size:16px;
        text-align:left;
        
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 30px;
        line-height: 50px;
    }
    h2.section__title {
        font-size: 40px;
        line-height: 50px;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
        font-size: 49px;
        line-height: 55px;
    }
}
.container {
    max-width: 1180px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.container--1140 {
    max-width: 1140px;
}
.slick-slider {
    padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .slick-slider .slick-list,
    .slick-slider .slick-track {
        display: -ms-flexbox;
        display: flex;
    }
}
.slick-slider .slick-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index:1000;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 56px;
    position: absolute;
    bottom: 0;
    outline: 0;
    color: #e5e5e5;
    border:1px solid #e5e5e5;
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.slick-slider .slick-arrow:hover{
    color: #fff;
      background: #e5e5e5;
}    
@media (min-width: 1024px) {
    .slick-slider .slick-arrow:hover .fill-arrow {
        fill: #fd7952;
    }
}
.slick-slider .slick-prev {
    left: 15px;
}
.slick-slider .slick-next {
    right: 15px;
}
.fill-arrow {
    transition: 0.3s ease-in-out;
    fill: #fd7952;
}

.header__navigation {
    display: -ms-flexbox;
    width:15%;
    display: flex;
    list-style: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.navigation__link a {
    display: inline-block;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
    opacity:0.6;
}
.header__logo img{
    width:250px;
    height:auto;
}
.navigation__link a.active,
.navigation__link a:active,
.navigation__link a:focus,
.navigation__link a:hover {
    opacity:1;

}
@media (max-width: 991px) {
    .header__navigation {
        display: block;
        text-align: center;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top;
        transform-origin: top;
        transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .navigation {
        position: absolute;
        top: 150px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding: 50px;
        width: 100%;
        height: calc(100vh - 65px);
        background: #e5e5e5;
    }
    .navigation__link a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 0;
        color: #000;
    }
    .is-open .header__navigation {
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.wrap{
    display:flex;
    justify-content:space-between;
}
.flex--column{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    /*height:100%;*/
}
.hidden {
    display: none;
}
.header {
    position: fixed;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:fit-content;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 6px rgba(187, 187, 187, 0.25);
    transition: 0.3s ease-in-out;
    /*padding: 20px 0;*/
}
    .page_navigation {
        /*margin:20px 0;*/
        border-top:1px solid #000;
        /*padding:10px 0;*/
    }
    .page_navigation_item{
        font-weight:600;
        padding:20px;
        text-align: center;
    width: 25%;
    border-right: 1px solid #000;
    }
     .page_navigation_item:last-of-type{
         border-right:none;
     }
     .page_navigation_item:hover{
         background:#000;
         color:#fff;
         transition: all 0.3s ease-out;
     }
.header__wrap {
    margin-top:20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
/*.header__logo {*/
/*    display: block;*/
/*    height:50px;*/
/*    width:auto;*/
/*}*/
.footer_phones{
    margin-bottom:40px;
}

.footer .contact{
    position:relative;
    
}

.footer_sm{
    margin:20px 0;
     justify-content: space-around;
}
.footer__right  a{
    display:block;
    margin:0 auto 20px;
}
.footer .contact:before{
    position:absolute;
    content:"";
    display:block;
    width:20px;
    height:20px;
    background-repeat:no-repeat;
    background-size:cover;

  
}
.contact__description p,.contact__description p a{
    margin:10px 0;
    font-family:OpenSans;
    font-weight:normal;
    font-size:18px;
}
.footer .kyivstar.contact:before{
    background-image: url("../images/kyivstar.png");
}
.footer .life.contact:before{
    background-image: url("../images/life.png");
}
.footer .vodafone.contact:before{
    background-image: url("../images/vodafone.png");
}
.footer .viber.contact:before{
    background-image: url("../images/viber.png");
}
.footer .instagram.contact:before{
    background-image: url("../images/instagram.png");
}
.footer .telegram.contact:before{
    background-image: url("../images/telegram.png");
}
.footer .facebook.contact:before{
    background-image: url("../images/facebook.png");
}
@media (max-width: 991px) {
    .header .logo__desktop {
        display: none;
    }
}
@media (min-width: 992px) {
    .header .logo__mobile {
        display: none;
    }
}
.header__phone {
    display: block;
    cursor: pointer;
}
@media (max-width: 991px) {
    .header__phone {
        display: none;
    }
}
.header__phone--mobile {
    display: none;
    cursor: pointer;
}
@media (max-width: 991px) {
    .header__phone--mobile {
        display: block;
        margin-top: 70px;
    }
}
.header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header__order {
    margin-left: 15px;
}
.header__hamburger {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29px;
    height: 29px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .header__hamburger {
        display: -ms-flexbox;
        display: flex;
    }
}
.header__hamburger .hamburger-line1,
.header__hamburger .hamburger-line2,
.header__hamburger .hamburger-line3 {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.header__hamburger .hamburger-line1 {
    top: calc(50% - 8px);
}
.header__hamburger .hamburger-line2 {
    top: calc(50% - 1px);
}
.header__hamburger .hamburger-line3 {
    top: calc(50% + 6px);
}
@media (max-width: 991px) {
    .is-open .header__hamburger .hamburger-line1 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    .is-open .header__hamburger .hamburger-line2 {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    .is-open .header__hamburger .hamburger-line3 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
}
.footer {
    background: #e5e5e5;
    padding: 50px 0 20px;
    border-top:1px solid #fff;
    color: #000;
}
.footer a{
      color: #000;
      font-size:14px;
      font-weight:600;
      line-height:1.6em;
}
@media (max-width: 767px) {
    .page_navigation_item{
        padding:10px 3px;
    }
    .sub-menu {
     position: relative; 
     display: block; 
     width: 100%; 
     left:unset;
 
}
    form input, textarea, select{
    width:300px;
   
}
    
    .first-section__left{
        width:100%;
    }
    
    .footer_phones .contact{
  width:60%;
  margin:20px auto;
    
}
.footer_sm {
    justify-content:space-around;
    margin:20px 0;
}
.footer_sm .contact{
   
    margin:10px auto ;
}

    .footer {
        padding: 50px 0 20px;
    }
}

.footer__wrap {
    /*max-width:900px;*/
    margin:0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .slogan{
        font-size:18px;
    }
    .first-section{
        height:fit-content;
    }
    .first-section_mask{
        padding:40px 0;
    }
  .logo__footer{
      width:200px;
  }
    .footer__wrap {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
/*.footer__left {*/
/*    width: 43%;*/
/*}*/
.footer__right{
    /*width: 15%;*/
}
@media (max-width: 767px) {

    .footer__right,.footer_left,.footer_center {
        margin:20px 0;
        width: 100%;
    }
}



@media (max-width: 767px) {
    .footer__center {
        width: 100%;
    }
    
}
@media (max-width: 400px) {
.project_item_description{
    display:none
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer__center {
        width: 70%;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
    }
}
 
.footer .point_title {
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}
.footer_point_item p {
    font-size:14px;
}

@media (max-width: 767px) {
    .footer__left {
        width: 100%;
    }
}

.footer__logo {
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.footer__copyright {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
}
.footer .tablet--visible {
    display: none;
}
@media (min-width: 375px) and (max-width: 467px) {
    .footer .tablet--hidden {
        display: none;
    }
    .footer .tablet--visible {
        display: block;
    }
}
.footer__email,
.footer__phone {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.footer__email {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .footer__email {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__email svg {
    margin-right: 10px;
}
.footer__email:hover {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer__phone {
        margin: 10px 0;
    }
}
.footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.footer__menu--terms {*/
/*    width: 50%;*/
/*}*/
.footer__menu--terms a {
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .footer__menu--terms {
        width: 100%;
        margin: 40px 0 0;
    }
}
.footer__menu--post {
    width: 100%;
    column-count: 4;
    list-style: none;
}
.footer__menu--post> li{
    margin-bottom:10px;
}
@media (max-width: 767px) {
    .footer__menu--post {
        column-count: 2;
        width: 100%;
        margin: 20px 0;
    }
}
@media (max-width: 400px) {
    .footer__menu--post {
        column-count: 1;
  
    }
}
.footer__menu li {
    list-style: none;
}
.footer__menu a {
    display: block;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.6em;
    margin-bottom: 15px;
    color: #000;
    transition: 0.3s ease-in-out;
}
.footer__menu a:hover {
   
    opacity: 0.6;
}
.logo__footer {
    width:335px;
    height:auto;
    margin-bottom:20px;
}
.footer__payments,
.footer__secure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .logo__footer{
        margin:0 auto;
    }
    .footer__payments,
    .footer__secure {
        margin: 20px -15px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer .payments {
        width: 45%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer .secure {
        width: 55%;
    }
}
.footer .payments__item,
.footer .secure__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 97px;
    margin: 0 10px 10px 0;
    background: #181818;
}
@media (max-width: 767px) {
    .footer .payments__item,
    .footer .secure__item {
        margin: 0 7px 10px 0;
    }
}
.footer .payments,
.footer .secure {
    margin-bottom: 30px;
}
.footer .payments__item {
    padding: 10px 25px;
}
.footer .secure__item {
    padding: 10px;
}
@media (max-width: 767px) {
    .footer .secure__item {
        padding: 10px;
    }
}
.footer .payments__title,
.footer .secure__title {
    width: 100%;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    opacity: 0.8;
}
.footer #disclaimer {
    background: #fff !important;
}
.breadcrumbs,
.first-section__breadcrumbs {
    width: 100%;
    margin-bottom: 80px;
    text-align: left;
}
@media (max-width: 767px) {
    
    .breadcrumbs,
    .first-section__breadcrumbs {
        margin-bottom: 60px;
    }
}
.breadcrumbs span,
.first-section__breadcrumbs span {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.breadcrumbs a,
.first-section__breadcrumbs a {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
        font-size: 49px;
        line-height: 55px;
    }
}
.container {
    max-width: 1180px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.header__navigation {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.navigation__link a {
    display: inline-block;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-right: 20px;
}
@media (max-width: 991px) {
      .slogan{
        display:none;
    }
    .header__navigation {
        display: block;
        text-align: center;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: scroll;
    }
    .navigation {
        position: absolute;
        top: 208px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding: 50px;
        width: 100%;
        height: calc(100vh - 65px);
        background: #e5e5e5;
    }
    .navigation__link a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 0;
        color: #000;
    }
    .header__navigation.navigation >li >a:before{
            top: 17px;
    left: 10px;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 6px rgba(187, 187, 187, 0.25);
    /*padding: 20px 0 0;*/
}
.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    display: block;
}


@media (max-width: 991px) {
    .header .logo__desktop {
        display: none;
    }
}
@media (min-width: 992px) {
    .header .logo__mobile {
        display: none;
    }
}
.header__hamburger {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29px;
    height: 29px;
    position: relative;
}
@media (max-width: 991px) {
    .header__hamburger {
        display: -ms-flexbox;
        display: flex;
    }
}
.header__hamburger .hamburger-line1,
.header__hamburger .hamburger-line2,
.header__hamburger .hamburger-line3 {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}
.header__hamburger .hamburger-line1 {
    top: calc(50% - 8px);
}
.header__hamburger .hamburger-line2 {
    top: calc(50% - 1px);
}
.header__hamburger .hamburger-line3 {
    top: calc(50% + 6px);
}
@media (max-width: 767px) {
    .navigation {
       top: 188px;
    }
}
 
