html {
    box-sizing: border-box; 
}
*, *:after, *:before {
    box-sizing: inherit;
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    /* font-family: 'Scada', Arial, sans-serif; */
    font-family: sans-serif;
    font-weight: normal;
    color: #131313;
    font-size: 17px;
}
h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
img {max-width: 100%; height: auto;}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    max-width: 1170px; 
    margin: 0 auto; 
    padding: 0 15px; 
    position: relative;
}
.soc-telegram:before {  content: "\f2c6";}
.soc-phone:before {    content: "\f095";}
.soc-skype:before {    content: "\f17e";}
.soc-email:before {    content: "\f0e0";}
.soc-vk:before {    content: "\f189";}
.soc-style {
    font-family: 'icomoon';
    color: ivory;
}
.soc-style_blue {
    font-family: 'icomoon';
    color:#1363aa;
}
.soc-visibl {
    display: inline-block;
}


.portfolio {
    padding: 95px 0 100px;
    position: relative; 
}
.bg {
    background: #fafafa;
    border-top: 3px solid #c8dcee;
    border-bottom: 3px solid #c8dcee;
}

.title__big {
    color: #fbfbfb;
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 50px;
    margin-top: -10px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.title__big-grey {
    color: #f4f4f4 !important;
}
.title-small {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    /* font-family: 'Amatic SC', cursive; */
    font-size: 56px;
    color: #1363aa;
    text-transform: uppercase;
    /* position: relative; */
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.07em;
    margin-top: -22px;
}
.mob-title {
    display: none;
}
.center {
    text-align: center;
    
}
/*==========   header  ===============================================================================*/
.header-gl {
    background-image: url(../img/bg_header.jpg);
    background-size: cover;
    height: 100vh;
    text-align: center;
}

/* верхняя строка с лого, меню и т.д. */
.header__top {
    background: #1363aa;
    position: fixed;
    /* display: block; */
    z-index: 999;
    width: 100%;
}
.header__wrapper {
    display: flex; /* лого и т.д. стало строкой*/
    justify-content: space-between; /* раскидались по краям*/
    align-items: center; /* выравнили по центральной части строки */
    height: 80px; /* высота всей строки с учетом верхних пробелов и нижних которые мы не пишем*/
}
.header__logo {
    color: #ffffff;
    font-size: 30px;
}
.header__menu {
    display: flex;
    list-style-type: none;
    font-size: 20px;
    justify-content: space-around;
}
.header__menu li + li {
    margin-left: 50px;
}
.header__menu a {
    color: #fff;
    opacity: 0.7; 
    font-weight: normal;
 /*   text-transform: uppercase;*/
    transition: all .4s;
}
.header__menu a:hover {
    opacity: 1;
}
.header__mob-menu {display: none;}
.header__soc-style {
    font-size: 30px;
    margin-left: 20px;    
}
.header__content {
    color: #1363aa;
    display: inline-block;
}
.header__title {
    font-family: 'Fira Sans Extra Condensed', Tahoma, sans-serif; /*'Amatic SC', cursive;*/
    font-size: 99px;
    margin-top: 22%;
    text-transform: uppercase;
    line-height: 116px;
}
.header__description {
    text-transform: lowercase;
    margin-top: 5%;
    font-size: 22px;
    line-height: 32px;
}
.header__menu_active {
    opacity: 1 !important;
    padding-bottom: 23px;
    border-bottom: 6px solid #ffffff;
}
/*==================================================================================================*/
/*================ портфолио ========================================================================*/
/*.portfolio__site {
    background: url(../img/komp.png) left bottom no-repeat;
}
.portfolio__banners {
    background: url(../img/komp.png) left 90% no-repeat;
}*/
.work__wrapper {
    display: flex;
    justify-content: space-between; /* раскидались по краям*/
   /* justify-content: flex-start;*/
    align-items: flex-start; /* выравнили по центральной части строки */
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 60px;
}
.work__item {
    text-align: center;
    font-weight: normal;
}
.portfolio__site .work__item {
    margin-right: 15px;
}
.portfolio__site .work__item:nth-child(3n+3) {
    margin-right: 0;
}

.work__item img {
 /*   -webkit-box-shadow: 5px 5px 28px -1px rgba(0,0,0,0.18);
    -moz-box-shadow: 5px 5px 28px -1px rgba(0,0,0,0.18);
    box-shadow: 5px 5px 28px -1px rgba(0,0,0,0.18);*/
    -webkit-box-shadow: 5px 8px 11px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 8px 11px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 8px 11px 0px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}  
.work__category {
    color: #131313;
    line-height: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 19px;
}
.work__title {
    color: #131313;
    max-width: 285px;
    margin: 5px auto 40px;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    font-family: sans-serif;
}
.buttons-wrap {
  /*  text-align: center;*/
 /*   position: relative;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.btn {
    padding: 17px 60px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    transition: all 300ms ease-in-out;
}
.btn__zak {
    background: #1363aa;
    color: #fff;
    margin-right: 55px;
}    
.btn__zak:hover {
    transition: all 300ms ease-in-out;
    background: #17548b;
    /*background: #aa131e;*/
}    

.btn__all {
    color: #1363aa;
    background: #d9e8f6;
    letter-spacing: 0.02em;
    /* transition: all 300ms ease-in-out; */
  /*  border: 1px solid #1363aa;*/
}
.btn__all:hover {
    background: #d9e8f6;
    transition: all 300ms ease-in-out;
    background: #17548b;
    color: #fff;
   /* border: 1px solid #1363aa;*/
}

.banners img {
    margin-bottom: 30px;  
    max-width: 100%;
    height: auto; 
}
.col {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 30px; */
}
.col30 {
    width: 32%;
    height: auto;
}
.col30 img {
    width: 100%;
}
.portfolio__print .btn__zak {
    margin-right: 0;
}
/*=========================================================================*/
/*================= КОНТАКТЫ ==============================================*/
/*=========================================================================*/
#сontact {
    margin-top: 100px;
}
.title__grey-contact {
    display: block;
    text-align: center;
    position: static;
}
.contact__title {
    margin-top: -20px;
    text-align: center;
    margin-bottom: 60px;
}
.сontact-info {
    display: flex;
    /*align-items: center;*/
    justify-content: space-around;
    flex-wrap: wrap;
}
.about__img {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.about__desc {
    width: 350px; 
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.about__desc:before {
    content: '';
    width: 4px;
    height: 45px;
    background: #1363aa;
    margin-right: 12px
}
.about__photo {
    border-radius: 100px;
    margin-right: 15px;
}
.about__text {
    line-height: 24px;
}
.about__name {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.about__why-item {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 25px;
}
.about__why-desc {
    margin-bottom: 25px;
    line-height: 24px;
}
.about__why-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}
.contact__soc_ {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.сontact__soc {
    height: 40px;
    margin-right: 13px;
}
.contact__text-wrapper {
    flex-direction: column;
}
.contact__name {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 21px;
}
.сontact__desc {
    margin-bottom: 5px;
    font-size: 17px;
}
.сontact__desc-tel {
    margin-bottom: 0px;
    line-height: 20px;
    margin-top: 10px;

}
.ddd {
    width: 30%;
}
/* #contact {
    position: relative;
    font-size: 14px;
    background-image: url(../img/left_bg_op15.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.contact-why {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.title__grey-contact {
    left: 28%;
    top: 68px;
}
.contact-why__title {
    padding-top: 90px;
    text-align: center;
}

.contact-why__left {
    position: relative;
    width: 45%;    
}
.contact-why__right {
    flex-direction: column;
    width: 21%;
}
.contact-why__right strong {
    font-size: 16px;
}
.contact__about {
    display: flex;
    align-items: center;
    padding-bottom: 43px;
}
.contact__photo {
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
}
.contact__text {
    margin-left: 20px;
    line-height: 26px;
}
.why__items li {
    list-style: none;
    background: url(../img/treug.png) no-repeat 0 50%;
    padding: 20px;
    padding-left: 37px;
    max-width: 385px;
    line-height: 21px;
}
.why__items strong {
    font-size: 16px;
}
.contact__soc_ {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.contact__soc {
    max-width: 50px;
    height: auto;
    margin-right: 15px;
} */

/*======================================================================================*/
.popup { /* попап растянут на всю ширину и высоту экрана*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none; /*по умолчанию его не видно*/
    z-index: 999999;
}
.popup__overlay { /* затемнение на весь экран*/
    position: absolute;
    background: rgba(0,0,0,0.86);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex; /*само окошечко будет по центру: */
    justify-content: center;
    align-items: center;
}
.popup__body { /*само окно*/
    width: 600px;
    background: #fff;
    border-radius: 5px;
    padding: 40px; /*текут и т.д. будет отстоять от краев на столько рх*/
    position: relative; /* чтобы крестик поставить абсолютным позиционированием*/
}
.popup__close { /*крестик*/
    color: #000;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* эта строка должна быть ниже чем наше попап с dispaly:none */
.show, .popup.show {
    display: block;
}
/*======== POPUP c контактами ==================*/
.popup__soc-style {
    font-family: 'icomoon';
    font-size: 25px;
    margin: 0 10px;
    transition: all .4s; 
    display: inline-block;
    width: 40px; 

}
.popup__soc-style:hover {
    color: #064074;
    font-size: 35px;
}
.popup__icons {
    text-align: center;
    width: 40px;

}
.popup__title {
    text-align: center;
}
/*=== форма ===*/
input[type=text], textarea {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
}
/*=============================================================================*/
/* мобильное меню */
.header__mobile, .menu__btn-mobile_close {
    display: none;   
}
/*=============================== */ 
/*===================================================================================================================*/
.menu__btn-mobile_close {display: none;}
.menu__btn-mobile_close span{
    background: rgba(255,255,255,0.3);
    width: 60px;
    height: 3px;
    display: block;
    overflow: hidden;
}
.menu__btn-mobile_close span:nth-child(1) {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2px;
}
.menu__btn-mobile_close span:nth-child(2) {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    margin-left: auto;
    margin-right: auto;
}
/* .menu__btn-mobile_close img{
    width: 40px;
    height: 40px;
} */
