@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');



.power-text h1{
    font-family: 'PT Serif', serif;
    font-weight: 400;
}

body{
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    background: url(/images/bg.jpg) no-repeat fixed; 
    background-position-x: 0%;
    background-size: auto;
    background-size: 110%;
    background-position-x: center;
    min-width: 966px;
} 

.header{
    width:100%;
    height: 236px;
    background: linear-gradient(rgba(28, 51, 65, 0.86), rgba(28, 51, 65, 0.86)), repeating-linear-gradient(to top, rgba(0, 40, 56, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
    /*background: url(/images/header-bg.jpg);*/
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0px -5px 10px 6px #b4b5b6;
}
.header-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
}
.header-list .item-logo{
    /*width:50%; */
}
.header-list .item-logo a {
 font-size: 70px;
 border-top: 3px solid red;
 border-bottom: 3px solid red;
 padding: 5px;
} 
.header-list .item-text {
 font-size: 18px;
 color:#ffffff;
}
.header-list-item a{
    color:#ffffff;
    text-decoration: none;
    font-size: 22px;
}
.header-list .item-feetback{
 display: flex;
 flex-direction: column;
 text-align: right;
}
.header-list .item-feetback .feetback-link {
 font-size: 18px;
 margin-bottom: 10px;
}
.header-list .item-feetback .feetback-phone {
 font-size: 20px;
 margin-bottom: 10px;
 background: url(/images/phone.svg) 0 4px no-repeat;
}
.header-list .item-feetback .feetback-email {
 font-size: 20px;
 background: url(/images/email.svg) 0 4px no-repeat;
}
.header-list .item-feetback a {
 padding: 0 0 0 30px;
}
.container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    min-height: 1px;
}
.menu-list li a{
     text-decoration: none;
     color: #fff;
}
.menu-list{
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    list-style: none;
    font-size: 20px;
    padding:0;
    margin:0;
}

.menu-list li{
    margin: 0 15px;
    cursor:pointer;
    font-family: 'PT Serif', serif;
}

.menu{
    background: repeating-linear-gradient(to bottom, rgba(255, 28, 28, 0.68) 0%, rgba(181, 7, 7, 0.68) 100%) #fc5c00;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.load-box {
 padding: 0 15px 0 0;
}
.load-box a{
 display: inline-block;
 color: #fff;
 font-size: 20px;
}
.power-text{
    padding: 50px;
}
/*Элементы на главной */
.main-box-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

.main-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.main-box-item .box-item {
  width: 32%;
  -webkit-box-shadow: 0px 1px 3px #000;
          box-shadow: 0px 1px 3px #000;
  background: #23424f;
  border-radius: 5px;
  margin-bottom: 20px;
}

.main-box-item .box-item:hover {
  -webkit-box-shadow: 0px 4px 8px #000;
          box-shadow: 0px 4px 8px #000;
}

.main-box-item .box-item .box-item-img {
  height: 240px;
}

.main-box-item .box-item .box-item-img img {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.main-box-item .box-item .box-item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: bold;
}
/*Элементы на главной */


.contacts span {
    display: inline-block;
    font-weight: 600;
}
.active{
    border-bottom: 4px solid #ffffff;
    padding: 0 0 5px 0;

}

.infodiv {
     background-color:#fff;
     margin-top: 27px;
     padding: 60px 0;
     box-shadow: 0 0.1px 1px 1px #e0e0e0
}

.infodiv p{
    text-align: center;
    margin-top: 0;
    font-size: 30px;
}

.infodiv_list{
    display: flex;
    justify-content: center;
}

.infodiv_list input{
    margin: 0 17px;
    border: none;
    border-bottom: 1px solid red;
    padding: 7px 5px;
    background-color: #f9f9f9;
    width: 29%;
    height: 33px;
}

.ahref{
    color:red;
    text-decoration: none;
    display: inline-block;
}

footer{
   background: linear-gradient(180deg, rgba(191,191,191,1) 0%, rgba(243,243,243,1) 12%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    padding: 20px;
}

.footer-box{
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
     -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    height: 430px;
    object-fit: cover;
}
.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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/SiteNN/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/SiteNN/js/slick/fonts/slick.eot');
    src: url('/SiteNN/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/SiteNN/js/slick/fonts/slick.woff') format('woff'), url('/SiteNN/js/slick/fonts/slick.ttf') format('truetype'), url('/SiteNN/js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
    padding: 5px;
    background-color: white;
}

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

    display: block;

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

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    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: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    /* color: transparent; */
    border: 0;
    opacity: .7;
    outline: none;
    border-radius: 50%;
    background: white;
}
.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: -2px;
    left: 1px;
    width: 14.5px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button
{
    opacity: 1;
    color: white;
}

@media (max-width: 576px) {
    
}


@media (max-width: 768px) { 
    
}


@media (max-width: 992px) { 
    
}


@media (max-width: 1200px) {
    /*.hum-btn{
        display:block;
    }*/
    .header-nav {
        display: none;
    }
}
.notif {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background: #d05a3e;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 11pt;
    z-index: 99999;
    box-shadow: 0 5px 10px -5px #000;
}

