@import url(normalize.css);

@font-face {
    font-family: 'Russo One';
    src: url('fonts/RussoOne.eot');
    src: local('Russo One'), local('RussoOne'),
        url('../fonts/RussoOne.eot') format('embedded-opentype'),
        url('../fonts/RussoOne.woff2') format('woff2'),
        url('../fonts/RussoOne.woff') format('woff'),
        url('../fonts/RussoOne.ttf') format('truetype'),
        url('../fonts/RussoOne.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GetVoIP Grotesque';
    src: url('../fonts/GetVoIPGrotesque.eot');
    src: local('GetVoIP Grotesque'), local('GetVoIPGrotesque'),
        url('../fonts/GetVoIPGrotesque.eot') format('embedded-opentype'),
        url('../fonts/GetVoIPGrotesque.woff2') format('woff2'),
        url('../fonts/GetVoIPGrotesque.woff') format('woff'),
        url('../fonts/GetVoIPGrotesque.ttf') format('truetype'),
        url('../fonts/GetVoIPGrotesque.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Furore';
    src: url('../fonts/Furore.eot');
    src: local('Furore'),
        url('../fonts/Furore.eot') format('embedded-opentype'),
        url('../fonts/Furore.woff2') format('woff2'),
        url('../fonts/Furore.woff') format('woff'),
        url('../fonts/Furore.ttf') format('truetype'),
        url('../fonts/Furore.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
html{
    box-sizing: border-box;
}
*,*::after, *::before{
    box-sizing: inherit;
    margin: 0px;
    padding: 0px;
}
img{
    max-width: 100%;
}

body{
    max-width: 100%;
    /* min-width: 1440px; */
}
html, body{
    height: 100%;

}
.wrapper{
    display: flex;
    min-height: 100%;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    /* position: absolute; */
    justify-items: center;
}
a{
    text-decoration: none;
    color: inherit;
}
li{
    list-style-type: none;
}

.container{
    max-width: 1440px;
    padding: 0px 10px;
    margin: 0px auto;
    /* display: flex; */
}

/* --------------------------HEADER---------------------- */

.header{
    margin: 0px;
    padding: 0px;
    /* position: relative; */
    background-color: transparent;
    /* left: 0;
    right: 0; */
    z-index: 5;
    width: 100%;
}



.header__upper{
    height: 30px;
    background-image: linear-gradient( #fd7a34, #f05400);
    
}


.header__upper__inner{
    /* display: flex; */
    height: 30px;
    /* justify-content: space-between; */
    position: relative;
}

.header__upper__inner>a{
    display: flex;
    margin: 0;
    padding: 0;
}

.header__upper__inner>a>img{
    display: none;
}

.header__upper__left{
    float:left;
    padding-left: 130px;
    /* margin: 4 auto; */
    /* padding-top: 5px;
    padding-bottom: 5px;
    align-items: center; */
    height: 30px;
    /* display: inline;
    float: right; */
    /* position: absolute; */
}
.phone>img{
    position: relative;
    top: 4px;
    /* width: 20px; */
    height: 20px;
}
.email>img{
    position: relative;
    top: 2px;
    padding-left: 15px;
}
.header__upper__left>a{
    font-family: 'GetVoIP Grotesque';
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

/* .phone::before{
    content: '';
    background-image: url(img/icon/phone.svg);
}
.email::before{
    content: '';
    background-image: url(img/icon/email.svg);
} */

.header__upper__right{
    width: 300px;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: space-around;
    align-content:center;
    position: relative;
    top: 2px;
    float: right;
    justify-self: flex-end;
}

.header__burger{
    display: none;
}


.header__upper__right>a{
    max-height: 30px;
    max-width: 30px;
    padding: 0;
    margin: 0;
    /* align-content:center */
}
.header__upper__right>a>img{
    max-height: 22px;
    max-width: 22px;
    padding: 0;
    margin: 0;
    /* align-content:center */
}

.header__upper__right>a>img:hover{
    filter: drop-shadow(0 0 5px #ffffff);
}

.header__intouch>a>button{
    font-family: 'Russo One';
    font-size: 15px;
    font-weight: bold;
    transition-duration: 0.4s;
    height: 24px;
    width: 180px;
    padding: 0 auto;
    margin: 0 auto;
    background-color: #fff;
    color: #ED1C24;
    border-radius: 4px;
    border-color: #FF1010;
    border-width: 1px;
}

.header__intouch{
    padding: 0 0;
    margin: 0 0;
    position: relative;
}

.popup__intouch{    
    position: absolute;
    /* display: none; */
    left: -40px;
    top: 30px;
    z-index: 100;
    width: 220px;
    max-height: 300px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;

}

.popup__intouch:target{
    opacity: 1;
    visibility: visible;
}

.popup__intouch:target body{
    /* position: fixed; */
    overflow-y: scroll;
    top: -100px;
}

.intouch__body{
    background-color: #fff;
    border-radius: 4px;
    border-width: 3px;
    border-color: #ED1C24;
    position: relative;
}

.intouch__content{
    padding: 15px 15px;
    font-family: 'Russo One';
    font-size: 15px;
}

.intouch__close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 15px;
    text-decoration: none;
}

.intouch__title{
    text-decoration: underline;

}

.popup__text{
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 767.98px){

    .burger-menu{
            display: none;
    }
}


/* .popup__area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.header__lower{
    max-height: 100px;
    background: rgba(204, 204, 204, 0.65);
    border-bottom:1px solid #949494;
    
    /* max-width: 100%;
    display: flex;
    align-items: center; */

}
.header__lower__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    max-height: 100px;
    /* max-width: 100%; */
}
.header__logo{
    display: flex;
    justify-items: start;
    position: relative;
    left: -10px;
    top: -13px;
}

.menu__arrow{
    display: none;
}

body.__touch .menu__arrow{
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    transition: transform 0.3s ease 0s;
    margin: 0px 0px 0px 0px;
}

body.__touch .menu__list>li{
    display: flex;
    align-items: center;
}

.menu__list{
    display: flex;
    /* gap: 10px; */
    list-style-type: none;
    /* justify-content: space-around; */
}

.menu__list__item{
    position: relative;
}

.menu__list__item .submenu__list{

}

.menu__link{
    font-family: 'Russo One';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    /* text-shadow: 0 0 4px #000000; */
    filter: drop-shadow(0 0 3px #131313);
    z-index: 6;
    padding: 5px 5px 5px 15px;
    transition: all 0.1s ease 0s;
    text-align: center;
}

.menu__link:hover{
    border-top: 3px solid #ED1C24;
    border-bottom: 3px solid #ED1C24;
    color: #ED1C24;
    filter: drop-shadow(0 0 3px #fff);
}

/* .menu__list>li:hover .submenu__list{
    display: block;
} */

body.__pc .menu__list>li:hover .submenu__list{
    opacity: 1;
    visibility: visible;
    transform: translate(0px 0px);
    pointer-events: all;
}

body.__touch .menu__list>li._active .submenu__list{
    opacity: 1;
    visibility: visible;
    transform: translate(0px 0px);
    pointer-events: all;
}

body.__touch .menu__list>li._active .menu__arrow{
    transform: rotate(-180deg);
}

.menu__list>li>ul:hover{
    /* background-color: #ffffff;
    border-radius: 5px 5px 0 0; */
}

/* .menu__link:target{
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
} */

.submenu__list{
    background-color: #ffffff;
    font-family: 'Russo One';
    font-size: 15px;
    color: black;
    /* border-radius: 0px 5px 5px 5px; */
    border-top:3px solid #ED1C24;
    border-bottom:3px solid #ED1C24;
    text-transform: uppercase;
    padding: 15px 15px;
    margin: 0;
    /* display: inline-block; */
    position: absolute;
    width: auto;
    height: auto;
    /* display: none; */
    box-shadow: 0px 0px 6px rgb(71, 71, 71);
    top: 23px;
    /* pointer-events: none; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    /* left: -10px; */
}

body.__touch .submenu__list{
    top: 32px;
}

.submenu__list:target{
    /* opacity: 1;
    visibility: visible;  */
}

/* .menu__list .submenu__list{
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
} */

.submenu__item{
    /* position: absolute; */
    display: flex; 
}

.submenu__link{
    white-space: nowrap;
    margin: 10px 0;
    /* margin-bottom: 10px; */
    position: relative;
}
 
 .submenu__link:before{
    position:absolute;
    bottom: -2px;
    content: " ";
    border-bottom: 3px solid #ED1C24;
    transform: scale(0,1);
    width:100%;
    transition: transform 0.1s;
 }
 
 .submenu__link:hover:before{
    transform: scale(1,1);
 }

/* --------------------------MAIN---------------------- */

.main{
    flex-grow: 1;
    background: transparent;
    position: relative;
    max-width: 100%;
}

.main-page{
    flex-grow: 1;
    background: transparent;
    position: relative;
    top: -100px;
    max-width: 100%;
}

.mySwiper{
    /* max-height: 100%;
    max-width: 100%; */
}

.swiper-wrapper{
    background: transparent;
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: 30px; */

}
.swiper-slide{
    position: relative;
    /* z-index: 5; */
    /* top: -100px; */
    /* height: 800px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-slide__text{
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    top: 30%;
    left: 20%;
    max-width: 300px;
    border-style: none none none solid;
    border-width: 4px;
    border-color: #FD5900;
    padding-left: 10px;
}

.swiper-slide__text>h3{
    text-decoration: underline;
}
.swiper-slide__text>p{
    position: relative;
}


/* -----------MAIN------SERVICES--------------- */

.section-title{
    font-family: 'Russo One';
    font-size: 26px;
    text-align: center;
    width: 70%;
    margin: 15px auto 0 auto;
    padding-bottom: 5px;
    border-bottom: 5px solid #FD5900;
    color: #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.servspec{
    margin-top: 50px;
    margin-bottom: 70px;
}

.servspec__title{
    font-family: 'Russo One';
    font-size: 26px;
    text-align: center;
    width: 70%;
    margin: 15px auto;
    padding-bottom: 5px;
    border-bottom: 5px solid #FD5900;
    color: #333333;
}


.servspec__list{
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(4,1fr);
    font-family: 'Russo One';
    font-size: 14px;
    grid-column: auto;
    justify-items: center;
    padding-top: 15px;
    margin-top: 30px;

    margin-bottom: 30px;
    border-top: 2px solid #acacac;
    border-bottom: 2px solid #acacac;
}

.servspec__item{
    width: 200px;
    height: 200px;
    text-align: center;
}
.servspec__item>img{
    max-width: 120px;
    max-height: 120px;
    margin: 15px auto;
}


/* ------------------------------------------------ */

.service_cat__list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    font-family: 'Furore';
    color: #333333;
    row-gap: 20px;
    padding: 15px auto;
    justify-items: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #acacac;

}

.service_cat__item{
    padding-left: 12px;
    padding-top: 10px;
    min-width: 300px;
    max-width: 400px;
    height: 180px;
    border-top:  1px solid #acacac;
    border-bottom: 1px solid #6E6E6E;
    border-left: 4px solid #FD5900;
    border-right: 4px solid #FD5900;
    background-color: #ffffff;
    box-shadow: 5px 0 3px #acacac;
}

.service_cat__item__title{
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
}

.service_cat__item>hr{
    width: 90%;
    margin: 0 5% 0 5%;
    /* height: 1px; */
    /* border-width: 3px; */
    background-color: #acacac;
    /* height: px; */
    /* color: #6E6E6E; */
    padding-bottom: 1px;
}

.incat__service__list{
    padding: 0;
    margin-right: 3px;
}

.incat__service__item{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
}

.incat__service__item:hover{
    text-decoration: underline;
}

.incat__service__link{

}




/* --------------------MAIN-service-catalog-------------------- */


.service-catalog{
}

.service-catalog__title{
    font-family: 'Russo One';
    font-size: 26px;
    text-align: center;
    width: 70%;
    margin: 15px auto 0 auto;
    padding-bottom: 5px;
    border-bottom: 5px solid #FD5900;
    color: #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-catalog__wrapper{
    display: flex;
    flex-direction: row;
    margin: 20px auto;

}

.service-catalog__sidebar{

}

.service-catalog__sidebar__title{
    font-family: 'Russo One';
    font-size: 14px;
    color: #333333;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    margin: 10px 0 12px 0;
}

.service-catalog__sidebar__menu{
    min-width: 300px;
    /* min-height: 600px; */
    min-height: 790px;
    margin: 5px 10px;
    margin-top: 15px;
    padding: 20px;
    background-color: #ffffff;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #b6b6b6;
    border-radius: 4px;

}


.sidebar__menu__list{

}

.sidebar__menu__item{
    
}

.sidebar__menu__link{
    font-family: 'Furore';
    color: #ffffff;
    font-size: 13px;
    /* font-weight: bold; */
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 200px;
    height: 20px;
    text-align: center;
    background-color: #ED1C24;
    border-radius: 3px;
    letter-spacing: 1px;
}

.sidebar__submenu__list{
    font-family: 'Furore';
    font-size: 12px;
    /* font-weight: bold; */
    margin: 10px 0 10px 15px;
    border-left: 3px solid #ED1C24;
}

.sidebar__submenu__item{
    margin: 6px;
}

.sidebar__submenu__link{
    padding: 5px 10px 5px 10px;
    margin-top: 3px;
    height: 20px;
    line-height: 16px;
}

.sidebar__submenu__link:hover{
    background-color: #575757;
    border-radius: 3px;
    color: #ffffff;
}

.service-article{
    display: block;
    justify-items: center;
    font-size: 14px;
    font-weight: normal;    
    margin-left: 30px;
}

.service-article>h3{
    font-family: 'Russo One';
    font-size: 18px;
    color: #333333;
    margin: 11px 0;
    text-align: center;
    color: #ED1C24;
    letter-spacing: 1px;
    
}

/* .service-catalog>.container>hr{
    width: 100%;
    margin: 0 5% 0 5%;
} */

.service-content{
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-height: 790px;
    margin-top: 15px;
    padding: 30px 25px 25px 25px;
    background-color: #ffffff;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #b6b6b6;
    border-radius: 4px;
    font-size: 22px;
}

/* --------------------Projects-------------------------- */

.projects__wrapper{
    display: flex;
    justify-content: space-around;
    margin: 40px auto 60px auto;

}

.catalog__filter{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
    position: sticky;
}
.projects__catalog{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.projects__item{
    display: flex;
    flex-direction: column;
    background-color: #1b1b1b;
    max-width: 245px;
    height: 214px;
    border-radius: 4px;
    position: relative;
    margin: 0;
    padding: 0;
}

.projects__link>img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.title__wrapper{
    position: absolute;
    width: 245px;
    height: 50px;
    top: 149px;
    left: 0px;
    color: #e7e7e7;
    /* background-color: #535353; */
    background: rgba(43, 39, 39, 0.692);
}
.title__wrapper>h3{
    text-align: center;
    margin: auto;
    font-family: 'Russo One';
    font-weight: normal;
    font-size: 16px;
    padding-top: 14px;
    letter-spacing: 0.5px;
}

.projects__filter__article{
    font-family: 'Russo One';
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: 2px solid #949494;
}

.catalog__filter>button{
    font-size: 16px;
    font-family: 'Russo One';
    text-transform: uppercase;
    margin: 10px 0;
    height: 40px;
    width: 190px;
    background-color: #f05400;
    color: #e7e7e7;
    border-radius: 4px;
    border: 0px
}


.catalog__filter>button:hover{
    background-color: #ff813d;
}

.projects__item:hover{
    filter: brightness(1.3);
    border-bottom: 5px solid #ED1C24;
}

.fixed{
    
    /* left: -20%; */
}

/* --------------------About---------------------------- */

.about__wrapper{

    margin: 80px auto;
}


/* --------------------NEWS---------------------------- */

.news{

}

.news__title{

}

.news__wrapper{
    margin: 40px 0;
}

.news__card{
    display: flex;
    margin: 30px 0;
}

.news__img_link{

}

.news__card__content{
    display: block;
    border-bottom: 3px solid #f5ac1b;
    margin: 0 20px;
}

.news__card__title{
    margin: 10px 0;
    font-size: 20px;
}

.news__card__date{
    margin: 10px 0;
}

.news__card__text{
    font-size: 18px;
    text-align: justify;
}

.news__card__button{
    font-size: 18px;
    padding: 5px 15px;
    float: right;
}

.news__tags{
    margin-top: 30px;
}

.news__tag-link{
    font-size: 18px;
    height: auto;
    width: auto;
    padding: 10px 15px;
    background-color: #ffb288;
    border-radius: 2px;
    align-self:flex-end;
}


/* -------------------------NEWSPAGE----------------------- */

.newspage{

}

.newspage__wrapper{
    display: flex;
    flex-direction: column;
    margin: 20px 0 50px 0;
}

.newspage__article{
    display: block;
    margin: 30px 0;
    padding-bottom: 25px;
    border-bottom: 3px solid #f5ac1b;
}

.newspage__article__title{
    font-family: 'Russo One';
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
}

.newspage__article__date{
    font-size: 22px;
    margin: 10px 0;
}

.newspage__article__content{
    margin: 20px 0;
}

.newspage__article__content>p:nth-child(2){
    font-size: 20px;
    text-align: justify;
}

.newspage__article__content>p:nth-child(4){
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}

.newspage__article__content>a:nth-child(6){
    font-size: 20px;
    font-weight: normal;
    text-align: right;
}

.newspage__article__img{
    float: left;
    max-width: 40%;
    margin: 0 20px 0px 0;
}

.newspage__row{
    display: flex;
    justify-content: space-between;
    font-family: 'Russo One';
}

.newspage__share{
    display: flex;
    align-items: center;
    font-size: 18px;  
}

.newspage__share>p,img{
    padding-right: 10px;
}

.newspage__subscribe{
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
}

.newspage__subscribe>input{
    height: 40px;
    max-width: 300px;
    border: 1px solid #949494;
    border-radius: 3px;
}

.subscribe-button{
    font-family: 'Russo One';
    font-size: 15px;
    text-transform: uppercase;
    height: 40px;
    margin: 0;
    padding: 5px 20px 5px 20px;
    background-color:#FD5900;
    color: #e7e7e7;
    border: none;
    border-radius: 3px;
}

.newspage__print{
    display: flex;
    justify-content: right;
    font-family: 'Russo One';
    font-size: 14px;
    font-weight: normal;
}

.newspage__print:hover{
    color: #FD5900;
}

.newspage__navi{
    display: flex;
    justify-content: space-between;
    background-color: #ffebe0;
    padding: 20px 15px;
    margin: 40px 0px 0px 0px;
}

.newspage__navi button{
    font-family: 'Russo One';
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    margin: 0;
    padding: 10px 20px 5px 20px;
    background-color: #f8f8f8;
    /* border-top: 1px solid #afafaf; */
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #f05400;
}




/* -------------------------FOOTER---------------------- */

.footer{
    background-color: #6E6E6E;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footer .container{
    display: flex;
}

.footer__menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
.footer__menu__list>li>p{
    color:wheat;
    padding-bottom: 10px;
    text-decoration: underline;
    font-family: 'Russo One';
    font-weight: lighter;
    letter-spacing: 0.1em;
}

.footer__menu__list>li>a{
    font-family: 'GetVoIP Grotesque';
    font-size: 12px ;
    color: white;
    font-weight: 200;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer__menu__list>li>a:hover{
    text-decoration: underline;
}

.footer__social__item{
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

.footer__social__item>a>img:hover{
    filter: drop-shadow(0 0 5px #ffffff);
}

.footer__lower{
    background-color: #333333;
    color: #797979;
    align-content: center;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer__logo>img{
    max-height: 120px;
    filter: drop-shadow(0px 0px 5px black);
    margin-left: 15px;
}

.footer__star{
    max-height: 120px;
    filter: drop-shadow(0px 0px 5px black);
    margin-right: 15px;
    /* height: 120px;
    width: 120px; */
}

.footer__lower>div>p{
    font-family: 'Russo One';
    font-size: 12px;
}

/* ----------------------Documents--------------------------- */

.documents__gallery{
    display:flex;
    margin: 40px 0;
    max-width: 100%;
    gap: 15px;
    justify-content: center;
    margin: 10px 0;
    padding: 30px 0;
    border-top: 2px solid #acacac;
    border-bottom: 2px solid #acacac;
}

.documents__gallery_link{
    
}

.documents__gallery_link>img{
    max-height: 560px;
}

.documents__descr{
    font-family: 'Russo One';
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;

}




/* ----------------------chief--------------------------- */





/* ----------------------Contacts--------------------------- */

.contacts{
    padding: 40px;
    background-color: rgba(255, 255, 255, .7);
}

.contacts__wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0;
}

.howtofind__map{
    float: left;
}

.howfind__title{
    font-family: 'Russo One';
    font-size: 26px;
    text-align: center;
    width: 70%;
    margin: 30px auto 5px auto;
    padding-bottom: 5px;
    border-bottom: 5px solid #FD5900;
    color: #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contacts__adress{
    margin-left: 30px;
    font-size: 20px;
    min-width: 280px;
}

.contacts__adress>strong{
    text-decoration: underline;
}

.map-responsive{

}

.map-responsive>iframe{

}

/* ----------------------FORM--------------------------- */


.feedback{
    font-family: 'Russo One';
    font-size: 18px;
    /* background-color: rgba(255, 255, 255, .9); */
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.feedback-wrapper{
    display: flex;
    justify-content: center;
    border-style: solid solid solid solid;
    border-color: #797979;
    border-width: 1px;
    border-radius: 4px;
    /* margin: 30px; */
    background-color: #ffffff;
    padding: 40px 0 40px 0px;
    float: left;
    width: 100%;

}


.feedback__title{
    font-family: 'Russo One';
    font-size: 26px;
    text-align: center;
    width: 70%;
    margin: 15px auto;
    padding-bottom: 5px;
    border-bottom: 5px solid #FD5900;
    color: #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form{

}

.contact-form__input-wrapper{
    
}

.contact-form__input{
    margin: 10px auto;
    background-color: #e7e7e7;
}

.contact-form__button{
    height: 40px;
    width: 250px;
    background-color: #FD5900;
    color: #ffffff;
    border-style: none;
    border-radius: 4px;
}

.contact-form_input{
    width: 300px;
}

textarea, input.contact-form__input{
    font-family: 'Courier New', Courier, monospace;
    border-radius: 4px;
}
input.contact-form_button{
    font-family: 'Russo One';
    letter-spacing: 1px;
}

.contact-form__button:hover{
    background-color: #ff9a63;
}

/* ---------------------------------------------------------- */


@media (max-width: 1400px){


    .projects__catalog{
        grid-template-columns: repeat(3,1fr);
    }
    .menu__link{
        font-size: 14px;
        padding-left: 10px;
    }

    .header__logo{
        max-width: 520px;
    }

    .menu{
        min-width: 715px;
    }
}


/* -------------------------------------------------------- */

@media (max-width: 1220px){
    
    .service_cat__list{
        grid-template-columns: repeat(2,1fr);
    }
    .service_cat__item{
        width: 100%;
    }

    /* .projects__catalog{
        grid-template-columns: repeat(2,1fr);
    } */
    
    .menu{
        min-width: 640px;
    }
    
    .menu__link{
        font-size: 13px;
        padding-left: 5px;
    }

    .header__logo{
        max-width: 400px;
    }



}


/* ------------------------------------------------------ */
@media (max-width: 992px){

    .main-page{
        top: -51px;
    }

    .header__upper__inner{
        display: flex;
    }

    .header__upper__left{
        display: none;
    }
    .header__upper__right{
        /* top: 0; */
        height: 100%;
        /* float: right; */
        justify-content: space-between;

    }
    
    .header__lower__inner{
        display: flex;
        justify-content: right;
        min-height: 50px;
    }

    .header__logo{
        top: 0;
    }

    .menu{
        float: right;
        justify-content: right;
        /* margin-left: 60px; */
        max-width: 92%;
    }

    .menu__link{
        font-size: 14px;
    }

    .servspec__list{
        grid-template-columns: repeat(2,1fr);
        /* grid-template-columns: repeat(2,1fr); */
    }

    .footer__star{
        display: none;
    }
    .footer__logo{
        display: none;
    }

    .projects__catalog{
        grid-template-columns: repeat(2, 1fr);
    }

    .projects__filter__article{
        font-size: 14px;
    }



    #logo_sm{
        display: flex;
        position: relative;
        left: -5px;
        top: 5px;
        width: 75px;
        height: 90px;
        filter: drop-shadow(0 0 3px #4e4e4e);
    }
    

    #logo_title{
        display: block;
        padding: 0 10px 0 0;
        max-height: 30px;
        /* filter: drop-shadow(0 0 1px #ffffff); */
    }

    .header__logo{
        display: none;
    }
    

}


/* ---------------------------------------------------------- */


@media (max-width: 767.98px){

    body.lock{
        overflow: hidden;
    }

    .main{
        top: 20px;
    }

    .main-page{
        top: 9px;
    }

    .header__upper{
        height: 60px;
        position: fixed;
        width: 100%;
        z-index: 80;
        padding: 10px;
    }

    .header__upper__inner{
        height: 40px;
        /* display: flex; */
        /* justify-content:  flex-end; */
        align-content: center;
        /* margin: 10px; */
    }

    .header__upper__inner>a:nth-child(1){
        min-width: 75px;
    }

    .header__upper__inner>a:nth-child(2){
        min-width: 295px;
    }

    #logo_sm{
        /* display: flex; */
        position: relative;
        left: -10px;
        top: -5px;
        max-width: 100%;
        width: 75px;
        height: 90px;
        filter: drop-shadow(0 0 3px #4e4e4e);
    }
    

    #logo_title{
        /* display: flex; */
        padding: 0 10px 0 0;
        max-height: 40px;
        /* filter: drop-shadow(0 0 1px #ffffff); */
    }

    .header__upper__right{
        top: 0;
        height: 100%;
        justify-content: flex-end;
        float: right;
        justify-self: end;
    }

    .header__intouch{
        display: none;
    }

    .header__intouch>a>button{
        height: 40px;
    }

    .header__upper__right>a{
        display: none;
    }
    .header__upper__left{
        display: none;
    }

    .header__intouch{
        height: 100%;
    }

  

    .header__burger{
        display: block;
        position: relative;
        width: 40px;
        height: 25px;
        align-self: center;
        z-index: 70;
        justify-self: end;

    }

    .header__burger::before, .header__burger::after{
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    .header__burger::before{
        top: 0;
    }

    .header__burger::after{
        bottom: 0;
    }

    .header__burger.active::before{
        transform: rotate(45deg);
        top: 11px;
    }

    .header__burger.active::after{
        transform: rotate(-45deg);
        bottom: 11px;
    }

    .header__burger.active span{
        transform: scale(0);
        transition: all 0.3s ease 0s;
    }

    .header__burger span{
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 3px;
        top: 11px;
    }

    .menu{
        position: fixed;
        left: 0;
        top: 60px;
        padding: 20px 10px 20px 80px;
        width: 100%;
        height: 100%;
        z-index: 60;
        background-color: #ff813d;
        top: -100%;
        transition: all 0.3s ease 0s;
        overflow: auto;
        max-width: 100%;
    }

    .menu.active{
        top: 60px;
    }

    .menu__list{
        display: block;
    }

    .menu__list>li{
        /* margin: 15px 0 15px 0; */
        padding: 15px 0 15px 0;
        flex-wrap: wrap;
    }

    .menu__link{
        font-size: 24px;
        padding-right: 10px;
    }

    .submenu__list{
        position: relative;
        z-index: 120;
        background-color: #f05400;
        flex: 1 1 100%;
        display: none;
        box-shadow: none;
        transition: all 0.3s ease 0s;
    }

    body.__touch .menu__list>li._active .submenu__list{
        display: block;
    }


    .submenu__link{
        font-size: 20px;
        color: #e7e7e7;
        text-shadow: #333333;
    }

    .header__logo{
        display: none;
    }

 
    
    /* .header__lower__inner{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #FD5900;
    } */


    /* .swiper-wrapper{
        display: none;
    } */


    .section-title{
        font-size: 16px;
        width: 90%;
    }

    .service_cat__list{
        grid-template-columns: repeat(2,1fr);
    }

    /* .projects__catalog{
        grid-template-columns: repeat(1, 1fr);
    } */

    .catalog__filter{
        display: none;
    }

    .newspage__navi{
        margin: 0px 0px;
        margin-bottom: 50px;
    }

    .newspage__navi button>span{
        display: none;
    }

    .newspage__row{
        display: block;
    }
    .newspage__subscribe{
        justify-content: center;
        margin: 20px 0;
        /* display: block; */
        background-color: #ffebe0;
        padding: 20px 15px;

    }

    .newspage__subscribe>input{
        margin: 10px auto;
    }

    .documents__gallery{
        display: block;
        text-align: center;
    }
}




@media (max-width: 568px){

    .header__upper__inner>a:nth-child(1){
        display: none;
    }
    .header__upper__inner>a:nth-child(2){
        min-width: 285px;
    }

    .menu{
        padding: 0px 10px 20px 10px;
    }

    .swiper-slide__text{
        font-size: 20px;
    }

    .service_cat__list{
        grid-template-columns: repeat(1,1fr);
    }
    .servspec__item{
        width: 150px;
        height: 200px;
        text-align: center;
    }

    .footer__menu{
        flex-direction: column;
        align-items: center;
    }

    .footer__menu__list{
        padding-top: 15px;
    }

    .catalog__filter>button{
        width: 130px;
        height: 35px;
        font-size: 14px;
    }

     .projects__catalog{
        grid-template-columns: repeat(1, 1fr);
    }

    .newspage__article__content{
        display: block;
        /* display: flex;
        flex-direction: column; */
        /* float: none; */
    }

    .newspage__article__img{
        max-width: 100%;
        float: none;
    }

    .newspage__subscribe{
        display: block;
    }

}