* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0; }

p, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.enj_mess { border: 1px solid white;
color: white;
padding: 10px;
text-align: center; }

.err_mess { border: 1px solid red;
color: white;
padding: 10px;
text-align: left;  
font-weight:bold; }
button {
  padding: 0;
  border: none;
  background: none; }

input, select {
  outline: none; }

::-webkit-input-placeholder {
  font: 600 18px 'Open Sans', sans-serif;
  color: #ffffff; }

::-moz-placeholder {
  font: 600 18px 'Open Sans', sans-serif;
  color: #ffffff; }

::-ms-input-placeholder {
  font: 600 18px 'Open Sans', sans-serif;
  color: #ffffff; }

.container {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px; }

header {
  background: url("../pics/header.jpg") no-repeat center -150px; }
  header .header_cont {
    height: 110px; }
    header .header_cont .logo {
      position: absolute;
      width: 429px;
      height: 216px;
      float: left;
      top: -10px;
      left: 0;
      background: url("../pics/logo_bg.png") no-repeat center;
      padding: 40px 30px;
      z-index: 2; }
      header .header_cont .logo a {
        display: block;
        background: url("../pics/logo.png") no-repeat top left;
        padding: 90px 0 0 130px;
        font: 700 15px 'Open Sans', sans-serif;
        color: #3989db;
        text-decoration: none;
        text-transform: uppercase; }
    header .header_lang{
      float: right;
      width:80px;
      margin-top: 30px;
      font: 700 16px 'Open Sans', sans-serif;
      color:#454c51;
    }    
    header .header_lang img{
      transform: scale(.9,.9);
     /* transition:0.2s;*/
    }
    header .header_lang a{
      color:#2095f1;
      text-decoration:none;
    }
    header .header_lang a img:hover{
      transform: scale(1,1);
    }
    header .header_lang div{
      border: 1px solid #2095f1;
      line-height: 50px;
      background: #fff;
      text-align:center;
    }
    header .header_lang .active img{   
      
      box-shadow: 0px 1px 8px 1px #333;
  }

    
    header .header_cont .header_phone {
      width: 625px;
      float: right;
      margin: 5px 0px 0 0; }
      header .header_cont .header_phone > p {
        width: 160px;
        float: left;
        margin-top:20px;
        font: 700 16px 'Open Sans', sans-serif;
        color: #454c51; }
      header .header_cont .header_phone .phone_block {
      float: right;
width: 335px;
padding-left: 54px;
background: url("../pics/iphone.png") no-repeat left center;
    background-size: auto;
background-size: 55px;
        /*background-size: contain;*/
      }
        header .header_cont .header_phone .phone_block p {
          font: 700 30px 'Open Sans', sans-serif;
          color: #454c51;
          line-height: 20px; }
          header .header_cont .header_phone .phone_block p a {
            text-decoration: none;
            color: #454c51; }
          header .header_cont .header_phone .phone_block p:nth-child(1) span, header .header_cont .header_phone .phone_block p:nth-child(4) span {
            font-size: 14px; }
           header .header_cont .header_phone .phone_block p:nth-child(2) span, header .header_cont .header_phone .phone_block p:nth-child(3) span {
            font-size: 24px; }
          header .header_cont .header_phone .inst_block a {
            float: right;
            display: block;
            width: 45px;
            height: 50px;
            margin: 0 30px;
            background: url(../pics/instagram.png) center no-repeat;
            background-size: contain;
            transition: .5s;
            margin-top: 25px;
          }
          header .header_cont .header_phone .inst_block a:hover {
            background: url(../pics/instagram-h.png) center no-repeat;
            background-size: contain;
          }
.time_pl {display:none!important; }
.header_menu {
  background: #2095f1; }
  .header_menu .menu {
    padding-left: 400px; }
    .header_menu .menu ul li {
      display: inline-block; }
      .header_menu .menu ul li a {
        display: block;
        padding: 25px 7px;
        font: 600 14px 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase; }
        .header_menu .menu ul li a:hover {
          background: #1d88dd; }

.slide_1 {
  overflow: hidden; 
  width: 100%;
  }

.slider_top_cont {
  position: absolute;
  /*z-index: 2;*/
  z-index: 30;
  left: 0;
  top: 70px;
  width: 430px; }
  .slider_top_cont .slide_top_title {
    font: 700 72px 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 72px; }
  .slider_top_cont p {
    background: url("../pics/slide_cont.png") no-repeat center;
    padding: 50px;
    font: 700 24px 'Open Sans', sans-serif;
    color: #ffffff; }

.slider_top .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%; }
  .slider_top .owl-nav div {
    position: absolute;
    width: 55px;
    height: 75px;
    background: url("../pics/prew.png") no-repeat center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10%; }
    .slider_top .owl-nav div.owl-next {
      left: auto;
      right: 10%;
      background: url("../pics/next.png") no-repeat center; }

.slider_top .owl-dots {
  position: absolute;
  width: 1050px;
  bottom: 100px;
  padding-left: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .slider_top .owl-dots div {
    display: inline-block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .slider_top .owl-dots div.active {
      background: #fe0000; }

.top_form {
  position: absolute;
  z-index: 20;
  top: 80px;
  left: 390px;
  width: 650px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 70px 80px; }
  .top_form p {
    font: 600 18px 'Open Sans', sans-serif;
    color: #ffffff;
    line-height: 18px;
    padding-bottom: 20px; }
  .top_form form input[type="text"] {
    padding: 10px 25px;
    border: none;
    border-bottom: 1px solid #ffffff;
    font: 600 18px 'Open Sans', sans-serif;
    color: #ffffff;
    background: none;
    width: 100%; }
  .top_form form .form_block {
    padding-top: 40px;
    height: 80px; }
    .top_form form .form_block label {
      position: relative;
      width: 300px;
      float: left;
      left: -25px; }
      .top_form form .form_block label input[type="checkbox"] {
        display: none; }
        .top_form form .form_block label input[type="checkbox"]:checked + span {
          background: url("../pics/chesced.png") no-repeat top left; }
      .top_form form .form_block label span {
        display: block;
        padding-left: 45px;
        font: 14px 'Open Sans', sans-serif;
        color: #ffffff;
        background: url("../pics/ch.png") no-repeat top left; }
    .top_form form .form_block input[type="button"] {
      float: right;
      width: 180px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      background: #2095f1;
      padding: 16px;
      font: 600 18px 'Open Sans', sans-serif;
      color: #ffffff;
      border: 2px solid #2095f1;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      cursor: pointer; }
      .top_form form .form_block input[type="button"]:hover {
        background: #ffffff;
        border-color: #ffffff;
        color: #2095f1; }

.dignity {
      padding: 40px 0 50px 0;
    border-bottom: 4px solid #2095f1;
    border-top: 4px solid #2095f1; }
  .dignity ul {
    text-align: center; }
    .dignity ul li {
      display: inline-block;
      vertical-align: top;
      width: 24%;
      text-align: center;
      padding: 0 5px; }
      .dignity ul li .dignity_img {
        padding-bottom: 20px;
        height: 181px; }
      .dignity ul li span {
        font: 700 22px 'Open Sans', sans-serif;
        color: #2095f1;
        display: block;
        padding-bottom: 20px; }
      .dignity ul li p {
        font: 17px 'Open Sans', sans-serif;
        color: #454c51; }

.price {
  padding: 0 60px;
  position: relative;
   }
  .price .price_title {
    padding: 35px 0;
    font: 18px 'Open Sans', sans-serif;
    color: #454c51; }
    .price .price_title span {
      display: block;
      font: 700 36px 'Open Sans', sans-serif;
      color: #2095f1; }
  .price ul li {
    position: relative;
    display: block;
    background: #f5f8f9;
    height: 99px;
    width: 100%; }
    .price ul li:hover {
      height: 99px;
      z-index: 22; }
      .price ul li:hover a {
        background: #454c51;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        height: 119px;
        top: -10px;
        left: -10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .price ul li:hover a .price_img img {
          height: 119px; }
        .price ul li:hover a p {
          color: #ffffff;
          padding-top: 40px; }
    .price ul li a {
      position: relative;
      display: block;
      height: 99px;
      width: 100%;
      top: 0;
      left: 0; }
      .price ul li a .price_img {
        position: absolute;
        left: 0;
        top: 0; }
        .price ul li a .price_img img {
          display: block;
          height: 99px;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          width: 200px; }
      .price ul li a p {
        width: 715px;
        float: right;
        font: 700 24px 'Open Sans', sans-serif;
        color: #454c51;
        padding-top: 30px; }
        .price ul li a p span {
          float: right;
          padding-right: 60px; }
    .price ul li:nth-child(2) a .price_img img, .price ul li:nth-child(4) a .price_img img {
      width: 190px; }

.slide_3 {
  position: relative;
  padding: 95px 0 50px 0;
  margin-top: -20px;
  z-index: 2;
  background: url("../pics/slide_3.png") no-repeat top center; }
  .slide_3 .cont_phone_block {
    width: 990px;
    margin: 0 auto;
    background: url("../pics/iphone-copy.png") no-repeat top center;
    padding: 48px 0 60px 0;
    text-align: center; }
    .slide_3 .cont_phone_block a {
      text-decoration: none; }
      .slide_3 .cont_phone_block a > span {
        font: 60px 'Open Sans', sans-serif;
        color: #ffffff;
        line-height: 50px; }
        .slide_3 .cont_phone_block a > span span {
          font-weight: 700; }
    .slide_3 .cont_phone_block p {
      font: 24px 'Open Sans', sans-serif;
      color: #ffffff; }
      .slide_3 .cont_phone_block p span {
        padding: 0 10px;
        font-size: 28px; }
        .slide_3 .cont_phone_block p span span {
          font-weight: 700; }


.about {
  padding: 0 70px; }
  .about .about_title {
    padding: 45px 0 30px 0;
    font: 700 36px 'Open Sans', sans-serif;
    color: #2095f1; }
  .about .about_cont {
    position: relative;
    border-left: 10px solid #2095f1;
    padding-left: 40px; }
    .about .about_cont img {
      position: relative;
      float: right;
      margin-right: -150px;
      padding: 0 0 40px 60px; }
    .about .about_cont p {
      font: 18px 'Open Sans', sans-serif;
      color: #454c51;
      padding-bottom: 30px;
      line-height: 36px; }
      .about .about_cont p span {
        font-weight: bold; }

.slide_5 {
  padding: 30px 0 100px 0;
  background: url("../pics/slide_5.png") no-repeat top center;
      background-size: cover; }
  .slide_5 .quality {
    padding: 0 70px; }
    .slide_5 .quality .quality_title {
      font: 700 36px 'Open Sans', sans-serif;
      color: #ffffff;
      line-height: 36px;
      padding: 0 30px 30px 0; }
    .slide_5 .quality ul li {
      display: inline-block;
      width: 49%;
      vertical-align: top;
      padding: 0 50px 20px 50px;
      background: url("../pics/65.png") no-repeat top left;
      font: 18px 'Open Sans', sans-serif;
      color: #ffffff;
      line-height: 32px; }

.slide_6 {
  position: relative;
  margin-top: -20px; }
  .slide_6 .delivery {
    padding-bottom: 60px; }
    .slide_6 .delivery .delivery_title {
      font: 700 36px 'Open Sans', sans-serif;
      color: #2095f1;
      text-align: center;
      padding-bottom: 20px; }
    .slide_6 .delivery .delivery_block {
      position: relative;
      left: 70px;
      width: 102%;
      padding: 90px 0 0 65px;
      height: 470px;
      background: url("../pics/delivery_block_bg.png") no-repeat top center; }
      .slide_6 .delivery .delivery_block p {
        font: 18px 'Open Sans', sans-serif;
        color: #000;
        width: 450px;
        padding-bottom: 30px; }
      .slide_6 .delivery .delivery_block a {
        text-decoration: none; }
      .slide_6 .delivery .delivery_block span {
        font: 30px 'Open Sans', sans-serif;
        color: #000; }
        .slide_6 .delivery .delivery_block span span {
          font-weight: 700; }

.map {
  border-top: 2px solid #dedede; }

.map_block {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0; }
  .map_block ul {
    text-align: center; }
    .map_block ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 340px;
      background: #ffffff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      height: 230px;
      margin: 0 10px;
      padding: 50px 30px 0 30px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .map_block ul li:nth-child(2) {
        padding-top: 50px; }
      .map_block ul li:after {
        position: absolute;
        content: '';
        top: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 80px;
        height: 80px;
        background: #2095f1;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 10px solid #ffffff;
        -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
                box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2); }
      .map_block ul li:nth-child(1):after {
        background: #2095f1 url("../pics/pin.png") no-repeat center; }
      .map_block ul li:nth-child(2):after {
        background: #2095f1 url("../pics/iphone_map.png") no-repeat center; }
      .map_block ul li:nth-child(3):after {
        background: #2095f1 url("../pics/envelope.png") no-repeat center; }
      .map_block ul li p {
        font: 700 14px 'Open Sans', sans-serif;
        color: #454c51;
        padding-bottom: 25px; }

.map_block ul li:nth-child(2) p {
padding-bottom: 0px; }


        .map_block ul li p span {
          color: #2095f1; }
      .map_block ul li a {
        display: block;
        font: 700 18px 'Open Sans', sans-serif;
        color: #2095f1;
        text-decoration: none; }
        .map_block ul li a span {
          font-size:26px; }

.footer_cont {
  padding: 30px 0 60px 0;
  text-align: center; }
  .footer_cont p {
    font: 14px 'Open Sans', sans-serif;
    color: #454c51; }
  .footer_cont .brevis {
    width: 140px;
    margin: 0 auto;
    padding-top: 30px; }
    .footer_cont .brevis p {
      font: 600 12px 'Open Sans', sans-serif;
      color: #454c51;
      text-transform: uppercase; }
      .footer_cont .brevis p a {
        color: #454c51; }

#top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ffffff url("../pics/top.png") no-repeat center;
  cursor: pointer;
  z-index: 999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  #top:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }


.slide_7 {
    padding: 50px 0 100px 0;
    background: url(../pics/slide_7.png) no-repeat top center;
    position: relative;
}

.slide_7 .quality {
    padding: 0 70px;
}

.slide_7 .quality p{
    color: #ffffff;
    font: 16px 'Open Sans', sans-serif;
    padding: 10px 0px;
}

.slide_7 .quality p span{
  font-weight: bold;
}

.slide_7 .quality .quality_title {
    font: 700 36px 'Open Sans', sans-serif;
    color: #ffffff;
    line-height: 36px;
    padding: 0 30px 30px 0;
}

.slide_7 .quality .half_text{
  width: 46%;
}

.slide_7 .half_img{
    position: absolute;
    right: 26%;
    z-index: 99999;
    top: -20px;
}

.mail_sl_7{
    color: #2095f1;
    text-decoration: none;
    font-weight: bolder;
    background: #ffffff;
    padding: 13px 90px 13px 20px;
    border-radius: 8px;
    float: right;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.slide_7 .left_mail{
    width: 61%;
    float: left;
}

.slide_7 .right_mail{
    display: inline-block;
    width: 30%;
    position: relative;
    margin-top: 20px;
}

.slide_7 .right_mail img{
    position: absolute;
    right: -4px;
    top: -25px;
    width: 29%;
}

.slide_7 .half_img_2{
  display: none;
}


#wrap1, #wrap2, #wrap3, #wrap4, #wrap5{
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
  }
  
  #window_1, #window_2, #window_3, #window_4, #window_5{
    width: 440px;
    height: 400px;
    margin: 50px auto;
    display: none;
    background: #454c51;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    padding: 16px;
    text-align: center;
  }

  #window_1 p, #window_2 p, #window_3 p, #window_4 p{
    color: #ffffff;
    font: 700 24px 'Open Sans', sans-serif;
  }

  #window_1 img, #window_2 img, #window_3 img, #window_4 img{
    margin-bottom: 20px;
  }

  .close{
    margin-left: 364px;
    margin-top: 4px;
    cursor: pointer;
  }

  #modal_form {
  width: 300px; 
  height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  border: 3px #000 solid;
  background: #fff;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%; /* пoлoвинa экрaнa слевa */
  margin-top: -150px;
  margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 20px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form1 #modal_close,  #modal_form2 #modal_close, #modal_form3 #modal_close, #modal_form4 #modal_close, {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
}
/* Пoдлoжкa */
#overlay {
  z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position:fixed; /* всегдa перекрывaет весь сaйт */
  background-color:#000; /* чернaя */
  opacity:0.8; /* нo немнoгo прoзрaчнa */
  -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
  filter:alpha(opacity=80);
  width:100%; 
  height:100%; /* рaзмерoм вo весь экрaн */
  top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  left:0;
  cursor:pointer;
  display:none; /* в oбычнoм сoстoянии её нет) */
}

.close{
  width: 31px;
  height: 31px;
  position: absolute;
  top: -14px;
  right: -6px;
  cursor: pointer;
  display: block;
  background: url(/pics/close.png) no-repeat left top;
  color: #ffffff;
  font: 700 24px 'Open Sans', sans-serif;
}

.header_menu-top{
  background: #2095f1;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    margin-top: 0 !important;
     }

.header_menu-top .container .menu{
      padding-left: 0;
    text-align: center;
}

/*.header_fixed {
  background: #2095f1; }
  .header_fixed .menu {
    padding-left: 400px; }
    .header_fixed .menu ul li {
      display: inline-block; }
      .header_fixed .menu ul li a {
        display: block;
        padding: 25px 15px;
        font: 600 14px 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase; }
        .header_fixed .menu ul li a:hover {
          background: #1d88dd; }*/

.price_list{
  /*display: none!important;*/
    position: absolute;
    display: block;
    right: 64px;
    top: 30px;
    width: 260px;
    background: #ffffff;
    -webkit-box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 60px;
}

.price_list .prise_left{
    display: inline-block;
    width: 21%;
    height: 100%;
    background-color: #2095f1;
    float: left;
    background-image: url(/pics/list_exel.png);
    background-repeat: no-repeat;
    background-position: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.price_list .prise_left a img{
  margin: 9px auto;
  display: block;
}

.price_list .prise_left a{
    display: block;
    height: 100%;
}

.price_list .prise_right{
  display: inline-block;
  width: 78%;
}

.price_list .prise_right a {
    color: #2095f1;
    text-decoration: none;
    font: 700 18px 'Open Sans', sans-serif;
    display: block;
    padding: 6px 18px;
    width: 100%;
    height: 100%;
}

#window_5 .order_win_title{
  font: 18px 'Open Sans', sans-serif;
  color: #ffffff;
} 

#window_5 form{
  width: 100%;
}

#window_5 form input{
    width: 70%;
    display: inline-block;
    margin: 10px 10px;
    border-bottom: 1px solid #ffffff!important;
    padding: 7px 10px;
    border: none;
    background: none;
    color: #ffffff;
}

#window_5 form label span{
  color: #ffffff;
  font: 14px 'Open Sans', sans-serif;
}

#window_5 form input[type="button"]{
  color: #fffbfb;
    background: #2095f1;
    border: 1px solid #2095f1!important;
    padding: 10px 10px;
    display: block;
    margin: 10px auto;
    font: 16px 'Open Sans', sans-serif;
    cursor: pointer;
    width: 60%;
    border-radius: 4px;
}

#window_5 form input::-webkit-input-placeholder {
  font: 16px 'Open Sans', sans-serif;
  color: #ffffff; }

#window_5 form input::-moz-placeholder {
  font: 16px 'Open Sans', sans-serif;
  color: #ffffff; }

#window_5 form input::-ms-input-placeholder {
  font: 16px 'Open Sans', sans-serif;
  color: #ffffff; }

#window_5 form input:focus::-webkit-input-placeholder { color:transparent; }
#window_5 form input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#window_5 form input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#window_5 form input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


#window_5 form .chc input[type="checkbox"] {
    display: none;
}

#window_5 form .chc {
    position: relative;
    width: 275px;
    float: left;
    left: 65px;
    text-align: left;
    margin-bottom: 15px;
}

#window_5 form .chc span {
    display: block;
    padding-left: 45px;
    font: 14px 'Open Sans', sans-serif;
    color: #ffffff;
    background: url(../pics/ch.png) no-repeat top left;
}

#window_5 form .chc input[type="checkbox"]:checked + span {
    background: url(../pics/chesced.png) no-repeat top left;
}

#window_5 form input[type="button"]:hover{
  color: #2095f1;
  background: #ffffff;
}

.news_block{
  display: inline-block;
  text-align: center;
  padding: 0 70px;
  /*display: none;*/
 
}

.news_block .news_part{
  display: inline-block;
  width: 28%;
  margin: 10px 24px;
  padding: 10px;
  border-radius: 10px;
  vertical-align: top;
  min-height: 496px;
}

.news_block .news_part img{
  width: 100%;
  border-radius: 5px;
}

.news_block .about_title{
  display: block;
  font: 700 36px 'Open Sans', sans-serif;
  color: #2095f1;
  padding: 45px 0 30px 0;
  background-image: url(/pics/news_ic.png);
  background-repeat: no-repeat;
  background-position: 175px 49px;
  text-align: left;
  }

.news_block .news_part a{
  font: 17px 'Open Sans', sans-serif;
  text-decoration: none;
}

.news_block .news_part a .news_date{
  text-align: left;
  color: #454c51;
  padding: 15px 10px 15px 30px;
  background-image: url(/pics/news_ic.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

.news_block .news_part a .news_titl{
  color: #2095f1;
  text-align: left;
  font-weight: bold;
  padding: 0;
}

.news_block .news_part a .news_info{
  text-align: left;
  padding: 15px 0;
  color: #454c51;
}

.news_block .news_part a .news_more{
  color: #2095f1;
  font-size: 14px;
  display: none;
  padding: 16px 15px 15px 15px;
  border-top: 1px solid #c9c9c9;
}

.news_block .news_part a .news_more:hover{
  text-decoration: underline;
}

.news_block .news_part:hover{
  box-shadow: 0px 1px 7px 2px #d0cdcd;
}

.news_block .news_part:hover a .news_more{
  display: block;
}

.news_block .news_part:hover a .news_date{
  background-image: url(/pics/news_ic_active.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

.news_block .about_title .all_news{
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  top: 64px;
  left: 294px;
  cursor: pointer;
  color: #2095f1;
}

.news_block .about_title .all_news:hover{
  text-decoration: none;
}

#one_news{
  font: 100 14px 'Open Sans', sans-serif;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.right_all_news a{
  color: #ffffff;
    text-decoration: none;
    font: 100 14px 'Open Sans', sans-serif;
    background: #2095f1;
    padding: 7px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 50px;
    border: 1px solid #2095f1;
}

.right_all_news a:hover{
    color: #2095f1;
    background: #ffffff;
}

.list_news{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #2095f1;
    font: 100 14px 'Open Sans', sans-serif;
}

.list_news img{
  width: 30%;
  border: 1px solid #edf2f5;
  border-radius: 10px;
}

.list_news a{
  font: 600 18px 'Open Sans', sans-serif;
  color: #2095f1;
}

.slide_4 .about .list_list{
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}

.slide_4 .about #one_news img{
    border-radius: 10px;
    box-shadow: 0px 1px 7px 2px #d0cdcd;
    width: 36%;
}

.slide_4 .about #one_news .news_date p{
    text-align: left;
    color: #454c51;
    padding: 15px 0px 15px 25px;
    background-image: url(/pics/news_ic.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    font-size: 20px;
}

.slide_4 .about #one_news .news_text p{
    padding: 5px 0;
    color: #454c51;
    font: 17px 'Open Sans', sans-serif;
    line-height: 1.5em;
}

.slide_4 .about #one_news .news_text p.weekend {
  color: #F44336;
}

.slide_4 .about #one_news .news_text p.work {
  color: #4CAF50;
}

.slide_4 .about #one_news .news_text .image_n img{
    margin: 5px 13px;
    width: 27%;
}

.slide_4 .about #one_news .news_text .image_n{
  text-align: center;
}

.about1{
    margin-top: 40px;
    margin-bottom: 50px;
}

.about1 .list_news .news_date{
    text-align: left;
    color: #454c51;
    padding: 15px 0px 15px 25px;
    background-image: url(/pics/news_ic.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    font-size: 18px;
    display: inline-block;
}

.about1 .list_news p{
    padding: 5px 0;
    color: #454c51;
    font: 17px 'Open Sans', sans-serif;
    line-height: 1.5em;
}

.slide_4 .about #one_news .pel{
      width: 100%;
}

.klients{width:100%;
display:inline-block;
height:auto;
    margin-top: 0px;
    margin-left: 43px;
    margin-bottom: 20px;
}
.klient-ico{display: inline-block;
    height: 79px;
    width: 16%;
    border: 1px solid #2095F1;
    margin: 0px;
	    margin-bottom: 5px;
}
.klient-ico img{width:100%;}
.href-news a{color:#2095F1;
font: 100 15px 'Open Sans', sans-serif;
}
.href-news a:hover{color:#2095F1;
text-decoration:none;
}

#one_news .news_text{
  display: inline-block;
}

#one_news .news_text ul li{
    font: 17px 'Open Sans', sans-serif;
    margin-left: 20px;
    list-style-type: disc;
    color: #454c51;
}
.two_img {
display:inline-block;
width:49%;
margin-top: 10px;
  vertical-align:top;
  text-align:center;
}

.two_img p, .two_img img, .two_img a{
width:90% !important;
  margin: 0 auto !important;
display:block !important;
}
.slide_6 .delivery .delivery_block p a span{
color:#000 !important;
background: white;
font-size: 18px !important;
}

.news_container {
 display: block !important;
float: none !important;
width: 100% !important;
}

.news_container img {
margin-top: 20px;
}

.news_container p {
 display: inline-block !important;
float: none !important;
width: 100% !important;
}