@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face
{
  font-family : 'Mont';
  src         : url('fonts/Mont/Regular/Mont-Regular.eot');
  src         : url('fonts/Mont/Regular/Mont-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Mont/Regular/Mont-Regular.woff2') format('woff2'),
  url('fonts/Mont/Regular/Mont-Regular.woff') format('woff'),
  url('fonts/Mont/Regular/Mont-Regular.ttf') format('truetype'),
  url('fonts/Mont/Regular/Mont-Regular.svg#Mont') format('svg');
}

@font-face
{
  font-family : 'Mont SemiBold';
  src         : url('fonts/Mont/SemiBold/Mont-SemiBold.eot');
  src         : url('fonts/Mont/SemiBold/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Mont/SemiBold/Mont-SemiBold.woff2') format('woff2'),
  url('fonts/Mont/SemiBold/Mont-SemiBold.woff') format('woff'),
  url('fonts/Mont/SemiBold/Mont-SemiBold.ttf') format('truetype'),
  url('fonts/Mont/SemiBold/Mont-SemiBold.svg#Mont SemiBold') format('svg');

  /*font-weight: 700;*/
}

@font-face
{
  font-family : 'Mont Bold';
  src         : url('fonts/Mont/Bold/Mont-Bold.eot');
  src         : url('fonts/Mont/Bold/Mont-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Mont/Bold/Mont-Bold.woff2') format('woff2'),
  url('fonts/Mont/Bold/Mont-Bold.woff') format('woff'),
  url('fonts/Mont/Bold/Mont-Bold.ttf') format('truetype'),
  url('fonts/Mont/Bold/Mont-Bold.svg#Mont Bold') format('svg');

  /*font-weight: 800;*/
}

*
{
  box-shadow: none!important;
}

.btn {
  font-family: 'Mont SemiBold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 15px;
}

.btn-danger {
  background-color: #ED1824;
  border-color: #ED1824;
}

html
{
  height : 100%;
}

body
{
  font-family : 'Mont';
  font-style  : normal;
  font-weight : 600;
  font-size   : 15px;
  line-height : 22px;
  color       : #000;
  width       : 100%;
  background  : #fff;
  position    : relative;
}

a, a:hover, a:focus, a:active
{
  color : #454545;
}

header
{
  height      : 210px;
  position    : relative;
  padding-top : 20px;
}

header .first_line,
header .second_line
{
  position   : absolute;
  left       : 75px;

  font-style : normal;
}

header .first_line
{
  top         : 55px;

  font-family : 'Mont Bold';
  font-weight : 800;
  font-size   : 20px;
  line-height : 20px;

  color       : #0064b2;
}

header .second_line
{
  top         : 77px;

  font-family : 'Mont SemiBold';
  font-weight : 700;
  font-size   : 16px;
  line-height : 18px;

  color       : #0192d7;
}

header .phone
{
  float        : right;
  margin-top   : 55px;
  padding-left : 32px;
  background   : url("../images/phone.svg") no-repeat top left;

  font-family  : 'Mont Bold';
  font-style   : normal;
  font-weight  : 800;
  font-size    : 30px;
  line-height  : 30px;

  color        : #454545;
}

header .phone span
{
  display     : block;
  margin-left : 10px;

  font-family : 'Mont SemiBold';
  font-weight : 700;
  font-size   : 16px;
  line-height : 20px;
}

nav.menu
{
  height     : 60px;
  background : #0064b2;
}

nav.menu ul
{
  flex-wrap : nowrap;
}

nav.menu ul li
{
  display : table;
  height  : 60px;
}

nav.menu ul li a
{
  display        : table-cell;
  vertical-align : middle;
  padding        : 12px;

  font-family    : 'Mont SemiBold';
  font-style     : normal;
  font-weight    : 700;
  font-size      : 16px;
  line-height    : 18px;

  color          : #fff;
}

nav.menu ul li a:hover
{
  background      : #005292;
  text-decoration : none;
}

nav.menu ul li .dropdown-menu
{
  display       : none;
  background    : #005292;
  border-radius : 0 0 10px 10px;
  padding       : 20px 30px;
  margin        : 0;
  border        : 0;
  width         : 300px;
}

nav.menu ul li:hover .dropdown-menu
{
  display : block;
}

nav.menu ul li .dropdown-menu ul
{
  padding : 0;
}

nav.menu ul li .dropdown-menu ul li
{
  display    : block;
  height     : auto;
  margin-top : 20px;
}

nav.menu ul li .dropdown-menu ul li:first-child
{
  margin : 0;
}

nav.menu ul li .dropdown-menu ul li a
{
  padding     : 0;
  white-space : normal;

  font-size   : 14px;
  line-height : 14px;

  color       : #fff;
}

nav.menu ul li .dropdown-menu ul li a i
{
  color        : #96defe;
  margin-right : 10px;
  float        : left;
}

nav.menu ul li .dropdown-menu ul li a span
{
  display  : block;
  overflow : hidden;
}

footer
{
  overflow   : hidden;
  margin-top : 100px;
  height     : 80px;
  padding    : 15px 0;
  background : #0064b2;
}

footer p
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 14px;
  line-height : 16px;

  color       : #fff;
}

footer p a
{
  margin-left : 20px;
  color       : #fff;
}

.pagination
{
    align-items: center;
    justify-content: center;
}

.pagination .page-link
{
    color: #0064b2;
}

.pagination .page-item.active .page-link
{
    background-color: #0064b2;
    border-color: #0064b2;
}

/*MAIN*/
.slider .carousel .carousel-item
{
    overflow: hidden;
}

.slider .carousel .carousel-caption
{
  background : linear-gradient(180deg, rgba(217, 217, 217, 0) 0.01%, rgba(0, 92, 164, 0.85) 72.71%);
  opacity    : 0.9;
  height     : 100%;
  width      : 100%;
  left       : 0;
  bottom     : 0;
  display    : table;
}

.slider .carousel .carousel-caption > span
{
  display        : table-cell;
  vertical-align : middle;
}

.slider .carousel .carousel-caption h3
{
  font-family : 'Mont';
  font-style  : normal;
  font-weight : 600;
  font-size   : 28px;
  line-height : 20px;

  color       : #fff;
}

.slider .carousel .carousel-caption p
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 40px;
  line-height : 44px;

  color       : #fff;
}

.slider .carousel .carousel-caption a.more
{
  display         : inline-block;
  vertical-align  : top;
  background      : #ed1824;
  border-radius   : 30px;
  padding         : 15px;
  margin-top      : 20px;

  font-family     : 'Mont SemiBold';
  font-style      : normal;
  font-weight     : 700;
  font-size       : 18px;
  line-height     : 20px;
  text-transform  : uppercase;
  text-decoration : none;

  color           : #f2f2f2;
}

.slider .carousel .carousel-caption a.more:hover
{
  background : #eb5757;
}

.slider .carousel .carousel-indicators
{
  bottom : 0;
}

.slider .carousel .carousel-indicators li
{
  width         : 5px;
  height        : 5px;
  border        : 0;
  margin        : 0 5px;
  border-radius : 50%;
  background    : #ed1824;
}

.slider .carousel .carousel-indicators li.active
{
  background : rgba(237, 24, 36, .5);
}

.content aside
{
  background    : rgba(13, 144, 203, .9);
  border-radius : 10px;
  padding: 20px 20px 60px;
  margin        : -20px 0 60px;
}

.content aside h2
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 18px;
  line-height : 18px;

  color       : #fff;
}

.content aside ul
{
  padding : 0;
}

.content aside ul li
{
  margin-top : 20px;
}

.content aside ul li a
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 14px;
  line-height : 16px;

  color       : #fff;
}

.content aside ul li a i
{
  color        : #96defe;
  margin-right : 5px;
  float        : left;
}

.content aside ul li a span
{
  display  : block;
  overflow : hidden;
}

.content .body
{
  padding-top : 20px;
}

body.home .content .body
{
  padding-top : 50px;
}

.content .body img
{
  max-width : 100%;
  height    : auto;
}

.content .body table td
{
  border: 0!important;
}

.content .body h2
{
  margin-bottom: 20px;
    
  font-family : 'Mont Bold';
  font-style  : normal;
  font-weight : 800;
  font-size   : 30px;
  line-height : 30px;

  color       : #eb5757;
}

.content .body h2.mini
{
  font-size   : 24px;
  line-height : 24px;
}

.content .body h2.blue
{
  margin: 30px 0;
  color: #0192D7;
}

.content .body .block
{
  margin-top : 70px;
  overflow   : hidden;
}

.content .body .block:first-child
{
  margin : 0;
}

.content .body .block .view_all
{
  float           : right;
  font-family     : 'Mont SemiBold';
  font-style      : normal;
  font-weight     : 700;
  font-size       : 15px;
  line-height     : 30px;
  text-transform  : uppercase;
  text-decoration : none;
  border-bottom   : 1px dashed #bdbdbd;

  color           : #bdbdbd;
}

.content .body .block .view_all:hover
{
  border-bottom : 0;
}

.content .body .block .nbs-flexisel-inner
{
  border        : 0;
  border-radius : 0;
  background    : none;
}

.content .body .block .nbs-flexisel-inner .nbs-flexisel-nav-left
{
  display : none;
}

.content .body .block .nbs-flexisel-inner .nbs-flexisel-nav-right
{
  width         : 70px;
  height        : 70px;
  background    : rgba(0, 100, 178, .8) url("../images/arrow.png") no-repeat center;
  padding       : 0;
  right         : 0;
  border        : 0;
  border-radius : 50%;
}

.content .body .block .nbs-flexisel-inner .nbs-flexisel-nav-right:before
{
  content : "";
}

.content .body .flexisel > li > a
{
  display         : block;
  margin-right    : 30px;
  position        : relative;
  text-decoration : none;
}

.content .body .flexisel > li .image
{
  display  : block;
  position : relative;
}

.content .body .flexisel > li .image img
{
  margin        : 0;
  border        : 0;
  border-radius : 10px;
}

.content .body .flexisel > li .image span
{
  position      : absolute;
  left          : 20px;
  bottom        : 10px;
  padding       : 3px 8px;
  background    : rgba(235, 87, 87, .8);
  border-radius : 20px;

  font-family   : 'Mont SemiBold';
  font-style    : normal;
  font-weight   : 700;
  font-size     : 12px;
  line-height   : 18px;

  color         : #fff;
}

.content .body .flexisel > li .caption
{
  display       : table;
  width         : 100%;
  height        : 190px;
  background    : linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #000 100%);
  border-radius : 0 0 10px 10px;
  position      : absolute;
  left          : 0;
  bottom        : 0;
  padding       : 60px 20px 20px;
  text-align    : left;
}

.content .body .flexisel > li .caption > h4
{
  margin      : 0;

  font-family : 'Mont Bold';
  font-style  : normal;
  font-weight : 800;
  font-size   : 15px;
  line-height : 20px;

  color       : #fff;
}

.content .body .flexisel > li .caption > p
{
  margin-bottom : 5px;

  font-family   : 'Mont SemiBold';
  font-style    : normal;
  font-weight   : 700;
  font-size     : 14px;
  line-height   : 20px;

  color         : #878787;
}

.content .body .block .nbs-flexisel-inner #flexisel2.flexisel > li .image img
{
  border-radius : 5px 5px 0 0;
}

.content .body .block .nbs-flexisel-inner #flexisel2.flexisel > li .caption
{
  border        : 1px solid #e0e0e0;
  border-radius : 0 0 5px 5px;
  position      : relative;
  display       : block;
  background    : none;
  padding       : 15px 20px 20px;
}

.content .body .block .nbs-flexisel-inner #flexisel2.flexisel > li .caption > h4
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 15px;
  line-height : 18px;

  color       : #000;
}

.content .body .block .partners .row
{
  margin-left  : -5px;
  margin-right : -5px;
}

.content .body .block .partners .row > div
{
  padding-left  : 5px;
  padding-right : 5px;
}

.content .body .block .partners .row > div > a
{
  display       : table;
  height        : 120px;
  background    : #f2f2f2;
  border        : 0;
  border-radius : 5px;
  margin-bottom : 10px;
}

.content .body .block .partners .row > div > a span
{
  display        : table-cell;
  vertical-align : middle;
  height         : 100%;
  padding       : 10px;
  background: no-repeat center;
  background-size: cover;

  font-family    : 'Mont SemiBold';
  font-style     : normal;
  font-weight    : 700;
  font-size      : 12px;
  line-height    : 14px;
  text-align     : center;

  color          : #727272;
}

.content .body .block .podd img
{
  margin-right : 60px;
}

/*MAIN __ END*/

/*ВТОРОСТЕПЕННЫЕ*/

.slider_mini
{
  overflow : hidden;
  position : relative;
}

.slider_mini > div
{
  padding    : 20px 0 10px;
  background : linear-gradient(180deg, rgba(217, 217, 217, 0) 0.01%, rgba(0, 92, 164, 0.85) 72.71%);
  opacity    : 0.9;
  height     : 100%;
  width      : 100%;
  position   : absolute;
  left       : 0;
  bottom     : 0;
}

.slider_mini > div h2
{
  font-family   : 'Mont Bold';
  font-style    : normal;
  font-weight   : 800;
  font-size     : 26px;
  line-height   : 28px;

  color         : #f2f2f2;
}

@media (min-width : 1500px)
{
    .slider_mini > div h2
    {
      margin-bottom : 40px;
    }
}

.slider_mini .breadcrumb
{
  padding    : 0;
  margin     : 0;
  background : none;
}

.slider_mini .breadcrumb li,
.slider_mini .breadcrumb li a
{
  font-family : 'Mont';
  font-style  : normal;
  font-weight : 600;
  font-size   : 12px;
  line-height : 14px;

  color       : #96defe;
}

.slider_mini .breadcrumb .breadcrumb-item + .breadcrumb-item::before
{
  content     : "\f101";
  font        : normal normal normal 14px/1 FontAwesome;
  color       : #96defe;
  font-size   : 12px;
  line-height : 12px;
}

/*ВТОРОСТЕПЕННЫЕ __ END*/

/*ДЕЙСТВУЮЩИЕ ПРОЕКТЫ*/

.content .body .flexisel.projects > li
{
  margin-top : 20px;
}

.content .body .flexisel.projects > li:first-child,
.content .body .flexisel.projects.projects_history > li:nth-child(2)
{
  margin-top : 0;
}

.content .body .flexisel.news > li
{
  overflow   : hidden;
  padding    : 20px 0;
  border-top : 1px solid #d9d9d9;
}

.content .body .flexisel.news > li:first-child
{
  border-top  : 0;
  padding-top : 0;
}

.content .body .flexisel.news > li:last-child
{
  padding-bottom : 0;
}

.content .body .flexisel.projects li > a,
.content .body .flexisel.news > li > a
{
  margin-right : 0;
}

.content .body .flexisel.news > li .image
{
  float        : left;
  margin-right : 15px;
}

.content .body .flexisel.news > li .image img
{
  border-radius : 0;
  max-width: 250px;
}

.content .body .flexisel.news > li .image span
{
  left : 10px;
}

.content .body .flexisel.news > li .caption
{
  position   : relative;
  width      : auto;
  padding    : 0;
  background : none;
  display    : block;
  overflow   : hidden;
  /*height     : auto;*/
}

.content .body .flexisel.news > li .caption > h4
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 22px;
  line-height : 18px;

  color       : #000;
}

.content .body .flexisel.news > li .caption > p
{
  margin : 10px 0 15px;
}

.content .body .flexisel.news > li .caption > div
{
  font-family : 'Mont';
  font-style  : normal;
  font-weight : 600;
  font-size   : 12px;
  line-height : 18px;

  color       : #000;
}

.content .body .flexisel.news > li .caption > div span:not(#attachment),
.content .body .full_news span:not(#attachment)
{
  font-size   : 14px!important;
  color       : #000!important;
}

.content .body .full_news > div[id^=news-id-] div
{
    text-align: left!important;
}

/*ДЕЙСТВУЮЩИЕ ПРОЕКТЫ __ END*/

/*КОМАНДА*/

.content .body .team a
{
  text-decoration : none;
}

.content .body .team a .image
{
    display: block;
}

.content .body .team a .caption
{
  display: block;
  padding : 20px 0;
}

.content .body .team a .caption h4
{
  font-family : 'Mont SemiBold';
  font-style  : normal;
  font-weight : 700;
  font-size   : 18px;
  line-height : 20px;

  color       : #0064b2;
}

.content .body .team a .caption p
{
  font-family : 'Mont';
  font-style  : normal;
  font-weight : 400;
  font-size   : 18px;
  line-height : 23px;

  color       : #0064b2;
}

/*КОМАНДА __ END*/

/*ДОКУМЕНТЫ*/

.content .body #attachment
{
  display         : block;
  min-height      : 45px;
  background      : url("../images/doc.png") no-repeat top left;
  padding-left    : 50px;
  margin          : 10px 0 20px;

  font-family     : 'Roboto';
  font-style      : normal;
  font-weight     : 400;
  font-size       : 16px;
  line-height     : 19px;
  text-decoration : underline;

  color           : #2e2e2e;
}

.content .body a.doc:hover
{
  text-decoration : none;
}

/*ДОКУМЕНТЫ __ END*/

/*РЕАЛИЗОВАННЫЕ ПРОЕКТЫ*/



/*РЕАЛИЗОВАННЫЕ ПРОЕКТЫ __ END*/

/*ТЕКСТОВАЯ СТРАНИЦА*/

.content .body .images img
{
  margin-top : 20px;
}

/*ТЕКСТОВАЯ СТРАНИЦА __ END*/

/*КОНТАКТЫ*/

.content .body .contacts .address
{
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.content .body .contacts .address .point,
.content .body .contacts .address a
{
  display: block;
  font-family: 'Mont';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;

  color: #000000;
}

.content .body .contacts .address .point,
.content .body .contacts .address .phone,
.content .body .contacts .address .mail
{
  padding-left: 30px;
  background: no-repeat top left;
}

.content .body .contacts .address .point
{
  background-image: url("../images/point.png");
}

.content .body .contacts .address .phone
{
  background-image: url("../images/phone.png");
}

.content .body .contacts .address .mail
{
  background-image: url("../images/mail.png");
}

.content .body form input
{
  height: 60px;
  border-radius: 10px;
}

.content .body form textarea
{
  height: 180px;
  border-radius: 10px;
}

.content .body form button
{
  margin-top: 10px;
}

/*КОНТАКТЫ __ END*/

@media (min-width: 768px) and (max-width: 1024px)
{
    nav.menu
    {
        height: auto;
    }
    
    nav.menu ul li a
    {
        padding: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    
    header .first_line
    {
        font-size: 20px;
    }
    
    header .second_line
    {
        font-size: 14px;
        line-height: 16px;
    }
    
    header .phone
    {
        font-size: 16px;
    }
    
    header .phone span
    {
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width : 767px)
{
    header
    {
        height: auto;
        padding: 10px 0;
    }
    
    header img
    {
        max-height: 90px;
    }
    
    header .first_line
    {
        top: 25px;
        left: 50px;
        font-size: 16px;
    }
    
    header .second_line
    {
        top: 48px;
        left: 125px;
        font-size: 12px;
        line-height: 14px;
    }
    
    header .phone
    {
        margin-top: 20px;
    }
    
    header i.fa-bars
    {
        font-size: 40px;
        margin-top: 20px;
    }
    
    nav.menu
    {
        display: none;
        height: auto;
    }
    
    nav.menu ul
    {
        display: block;
    }
    
    nav.menu ul li
    {
        display: block;
        height: auto;
    }
    
    nav.menu ul li a
    {
        display: block;
    }
    
    nav.menu ul li a:hover
    {
        background: none;
    }
    
    nav.menu ul li .dropdown-menu
    {
        display: block;
        position: relative;
        background: none;
        border-radius: 0;
        width: 100%;
        padding: 10px 10px 20px 30px;
    }
    
    .slider_mini > div h2
    {
        font-size: 18px;
        line-height: 24px;
    }
    
    .content aside
    {
        padding: 20px;
        margin: 20px 0 0;
    }
    
    .content .body .block {
        margin-top: 30px;
    }

    .content .body .block .podd img
    {
        margin-right: 0;
    }
    
    .content .body .block .podd img + img
    {
        margin-left: 15px;
    }
    
    .content .body .flexisel.news > li .image
    {
        float: none;
        margin: 0;
    }
    
    .content .body .flexisel.news > li .image img {
        max-width: 100%;
        border-radius: 5px 5px 0 0;
    }
    
    .content .body .flexisel.news > li .caption
    {
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        position: relative;
        display: block;
        background: none;
        padding: 15px 20px 20px;
        height: auto;
    }
    
    .content .body .flexisel.news > li .caption > h4
    {
        font-size: 15px;
    }
    
    .content .body .flexisel.news > li .caption > div
    {
        display:none;
    }
    
    .content .body .flexisel.projects > li:first-child,
    .content .body .flexisel.projects.projects_history > li:nth-child(2)
    {
        margin-top: 20px;
    }
    
    footer
    {
        margin-top: 30px;
        height: auto;
    }
    
    footer p a
    {
        margin: 0;
    }
    
    footer p a:first-child
    {
        float: left;
    }
}