/* font-family: "SeroPro"; */
@font-face {
	font-family: "SeroPro";
	src: url("../fonts/SeroPro/SeroPro.eot");
	src: url("../fonts/SeroPro/SeroPro.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SeroPro/SeroPro.woff") format("woff"),
	url("../fonts/SeroPro/SeroPro.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "SeroPro-Blackt"; */
@font-face {
	font-family: "SeroPro-Black";
	src: url("../fonts/SeroPro-Black/SeroPro-Black.eot");
	src: url("../fonts/SeroPro-Black/SeroPro-Black.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SeroPro-Black/SeroPro-Black.woff") format("woff"),
	url("../fonts/SeroPro-Black/SeroPro-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "SeroPro-Bold"; */
@font-face {
	font-family: "SeroPro-Bold";
	src: url("../fonts/SeroPro-Bold/SeroPro-Bold.eot");
	src: url("../fonts/SeroPro-Bold/SeroPro-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SeroPro-Bold/SeroPro-Bold.woff") format("woff"),
	url("../fonts/SeroPro-Bold/SeroPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "SeroPro-Light"; */
@font-face {
	font-family: "SeroPro-Light";
	src: url("../fonts/SeroPro-Light/SeroPro-Light.eot");
	src: url("../fonts/SeroPro-Light/SeroPro-Light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SeroPro-Light/SeroPro-Light.woff") format("woff"),
	url("../fonts/SeroPro-Light/SeroPro-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

*::-webkit-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
  font-size: 18px;
}
*:-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
  font-size: 18px;
}
*::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
  font-size: 18px;
}
*:-ms-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
  font-size: 18px;
}
* {
  margin: 0;
  padding: 0;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (-webkit-min-device-pixel-ratio:0){

  body #main form h5 {
    font-family: "SeroPro-Light";
    letter-spacing: -1px;
  }

  .modal h3,
  #technics .item .item_midd h6,
  body #main h3 {
    font-family: "SeroPro-Light";
    letter-spacing: -1px;
  }
  #modal{
    display: none;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-family: "SeroPro-Light";

  }
  td, th {
    padding: 3px;
    text-align: left;
    border: 1px solid #999;
  }
  th{
    background-color: #cccccc;
  }
  td{
    text-align: center;
  }

}
.btn {
  width: 180px;
  height: 40px;
  background-color: #fbb034;
  display: block;
  border-radius: 29px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-family: SeroPro-Bold;
}
.clear {
  clear: both;
}
h2 {
  font-family: SeroPro-Bold;
  font-size: 60px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.articles h1 {
  font-family: SeroPro-Bold;
  font-size: 40px;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
body {
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  position: relative;

}
section{
  z-index: 30;
  position: relative;
}
body .hidden {
  display: none;
}
body header,
body footer {
  z-index: 30;
  position: relative;
  background-color: #fff;
}
body footer {
    border-top: 1px solid #d6d6d6;
    padding-bottom: 12px;
}
body header .email, body footer .email {
  font-family: SeroPro-Bold;
  font-size: 16px;
  position: relative;
}
body header p,
body footer p {
  line-height: 18px;
  margin: 0 20px;
}
body header .phone, body footer .phone {
    position: relative;
  font-family: SeroPro-Bold;
  font-size: 16px;
}
body header .phone a, body footer .phone a {
    white-space: nowrap;
}
body header .phone img, body footer .phone img{
  position: absolute;
  top: 15px;
}

body header .phone p span, body footer .phone p span {
  display: inline-block;
  font-family: "SeroPro-Light";
  font-size: 12px;
  margin-left: 4px;
  position: relative;
    top: 0;
}
body header .phone p span.c2, body footer .phone p span.c2 {
  margin-left: 12px;
}
body header .phone p span.c1, body footer .phone p span.c1 {
  margin-left: 5px;
}

/*body header .phone p:last-child span,*/
/*body footer .phone p:last-child span {*/
  /*width: 23px;*/
/*}*/
body header .header_menu,
body footer .header_menu {
  height: 60px;
  background-color: #193760;
  width: 100%;
}
body header .header_menu ul,
body footer .header_menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}
body header .header_menu li a,
body footer .header_menu li a {
  font-family: SeroPro-Bold;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
body header .header_menu ul.container,
body footer .header_menu ul.container {
  padding: 19px 0 0 75px;
}
body header .copyright,
body footer .copyright {
  text-align: center;
}
.articles .copyright a {
    font-family: SeroPro, sans-serif;
}
.articles .footer-bottom a {
    font-family: SeroPro, sans-serif;
}
.header_top {
    padding: 8px 0;
}
.main-logo img {
    width: 160px; 
    margin-left: 10px;
}
body footer .copyright span{
  display: inline-block;
  margin: 0 15px;
}
body footer .copyright a{
  color: #000;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
body footer .copyright a:hover{
  text-decoration: none;
}
.header__row,
.footer__row {
    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;
}
.header__col,
.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.header_top__desc,
.footer__desc {
    max-width: 300px;
}
.header_top .btn,
.footer .btn {
    margin-bottom: 10px;
}
.header_top .zakaz,
.footer .zakaz {
    margin: 0 20px;
}
.header_top .zakaz p,
.header_top .phone p {
    text-align: center;
}

p.privacy_form {
  color: #fff;
  font-size: 11px;
  position: relative;
  left: -60px;
  margin: 0 auto;
  text-transform: uppercase;
}
.privacy_form a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.privacy_form img {
  display: block;
  height: 25px;
  margin-left: 5px;
  position: relative;
  top: -7px;
  width: 25px;
  float: left;
}
p.privacy_form3 {
  color: #8d90a3 !important;
  font-size: 11px !important;
  left: 0;
  margin: 0 auto !important;
  position: relative;
  text-transform: uppercase;
  top: 6px;
}
.privacy_form3 a {
  color: #8d90a3;
  cursor: pointer;
  text-decoration: underline;
}
.privacy_form3 img {
  display: block;
  float: left;
  height: 25px;
  margin-left: 5px;
  position: relative;
  top: -6px;
  width: 25px;
}

.privacy .top_p {
  color: #000;
  font-size: 17px;
  margin: 30px 0;
  text-align: left;
}
.privacy .top_p span{
  text-align: right;
  float: right;
}
.privacy p {
  color: #555;
  font-size: 19px;
  margin: 20px 0;
  text-align: justify;
}
.privacy a{
  color: #555;
  text-decoration: underline;
  cursor: pointer;
}
.privacy a:hover{
  color: #555;
  text-decoration: none;
}

.konf-p {
    border-bottom: 1px solid #193760;
}
.privacy .konf-right {
    text-align: right;
}
.privacy ul.konf-list li {
    list-style: square;
    list-style-position: inside;
}

.privacy h5 {
  color: #444;
  font-size: 27px;
  margin: 20px 0;
  text-align: center;
}
.privacy ul li {
  color: #555;
  font-size: 19px;
  margin: 20px 0;
  text-align: justify;
  list-style: none;
}
.privacy .title_h3 {
  color: #193760;
  font-size: 47px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.privacy .title_h3 span{
  font-size: 24px;
  display: block;
}
.privacy_form a{
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
.privacy_form a:hover{
  text-decoration: none;
}

#smeta p.privacy_form {
  color: #fff !important;
  font-size: 11px !important;
  left: 50%;
  margin-left: -300px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
  width: 600px;
}
p.privacy_form2 {
  color: #fff !important;
  font-size: 11px !important;
  left: 0;
  margin: 4px auto !important;
  position: relative;
  text-transform: uppercase;
  top: 6px;
  width: 315px;
}
.privacy_form2 a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  line-height: 1.4;
}
#smeta p.privacy_form a {
   color: #fff; 
}
.privacy_form2 img {
  display: block;
  height: 25px;
  margin-left: 5px;
  position: relative;
  top: -7px;
  width: 25px;
  float: left;
}
body #main {
  background-color: #101c2c;
  background-image: url(../images/bg_main.jpg);
  min-height: 705px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
  position: relative;
}

body #main h1 {
  color: #ffffff;
  font-size: 60px;
  font-family: 'SeroPro-Bold';
}

body #main h3 {
  color: #ffffff;
  font-size: 26px;
  margin-top: 30px;
  position: relative;
}
body #main h3 img {
  left: 600px;
  position: absolute;
  top: 17px;
}
body #main h3 span {
  font-family: 'SeroPro-Bold';
}
body #main form {
  background-color: #fff;
  height: 215px;
  margin-top: 30px;
  padding: 20px;
  width: 560px;
}
body #main form p {
  color: red;
  font-size: 16px;
  line-height: 14px;
  margin-top: 9px;
  text-align: center;
}
body #main form h5 {
  color: #000;
  font-size: 16px;
  text-align: center;
}
body #main form h5 span {
  font-size: 20px;
}
body #main form input {
  width: 220px;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 29px;
  margin: 22px 17px;
  padding-left: 20px;
  font-size: 18px;
}
body #main form .btn {
  margin: 0 auto;
  width: 260px;
  height: 50px;
  font-size: 18px;
  line-height: 51px;
}
body #main p {
  color: #ffffff;
  margin-left: 40px;
  font-size: 12px;
}
body #main .circle {
  bottom: -50px;
  left: 49%;
  position: absolute;
}
#works{
  background-color: #fff;
  margin-top: -30px;
  padding-bottom: 30px;
  overflow: hidden;
}
#works .items {
  float: left;
  padding: 20px 10px 20px 0;
  width: 29%;
  display: table;
}
#works .items img {
  float: left;
}
#works .items p {
  margin: 10px 0 0 170px;
  padding-left: 20px;
  font-family: 'SeroPro-Bold';
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#works .items a {
  margin: 0;
  font-size: 17px;
  color: #1ca4ff;
  display: block;
}
#works .items p .open-modal {
  font-family: 'SeroPro-Regular', sans-serif;
}
#works .left {
  width: 320px;
  border: 3px solid #eef2f4;
  border-radius: 3px;
  padding: 20px;
  margin-top: 40px;
  float: left;
}
#works .left h4 {
  font-family: 'SeroPro-Bold';
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
#works .left p {
  font-family: 'SeroPro-Bold';
  font-size: 22px;
  margin-top: 10px;
}
#works .left p img {
  margin-right: 10px;
  position: relative;
  top: 7px;
}
#works .left p:nth-child(3) {
  margin-left: 3px;
}
#works .left p:nth-child(3) img {
  margin-right: 18px;
}
#works .left p:nth-child(4) {
  margin-left: 6px;
}
#works .left p:nth-child(4) img {
  margin-right: 18px;
}
#works .left p:nth-child(5) {
  margin-top: 19px;
}
#works .left p:nth-child(5) img {
  margin-right: 11px;
  position: relative;
  top: 0;
}
#works .right {
  width: 680px;
  height: 360px;
  float: right;
  background-image: url(../images/work_book.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
#works .right form {
  background-color: #193760;
  float: right;
  height: 300px;
  margin-top: 47px;
  width: 380px;
}
#works .right form h5 {
  font-family: 'SeroPro-Bold';
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
#works .right form input {
  width: 235px;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 29px;
  padding-left: 20px;
  margin: 10px auto;
  display: block;
  font-size: 18px;
}
#works .right form .btn {
  margin: 0 auto;
  width: 255px;
  height: 50px;
  font-size: 18px;
  line-height: 51px;
}
#works .right form p {
  margin-top: 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 10px;
}

.par {
  /*background-color: #101c2c;*/
  background-image: url("../images/bg_advantages.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  /*margin-top: 30px;*/
  min-height: 730px;
  padding-top: 3px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*#advantages {*/
  /*padding-top: 3px;*/
  /*min-height: 730px;*/
  /*!*background-color: #101c2c;*!*/
  /*!*background-image: url(../images/bg_advantages.jpg);*!*/
  /*width: 100%;*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  /*margin-top: 30px;*/
/*}*/
#advantages {
  padding-top: 3px;
  height: 760px;
  background-image: url(../images/bg_advantages.jpg);
  width: 100%;
  margin-top: 30px;
  /*background-attachment: fixed;*/
}

#advantages h2 {
  margin-bottom: 26px;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}
.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#advantages .items {
    box-sizing: border-box;
  padding: 15px 10px 15px 0;
  width: 33%;
}
#advantages .items img {
  float: left;
  margin: 0;
}
#advantages .items p {
  color: #ffffff;
  margin-left: 80px;
  line-height: 16px;
}
#technics {
  min-height: 2040px;
  background: #ffffff url('../images/bg_techn_top.png') no-repeat top left;
  position: relative;
}
#technics .r_bg {
  background: #ffffff url("../images/bg_techn_right.png") no-repeat scroll right bottom;
  bottom: 0;
  height: 1368px;
  position: absolute;
  right: 0;
  width: 440px;
}
#technics h4 {
  font-family: 'SeroPro-Bold';
  font-size: 36px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
#technics .line {
  height: 2px;
  width: 100px;
  background-color: #193760;
}
#technics .item {
  width: 280px;
  float: left;
  margin-top: 35px;
  padding: 6px;
  position: relative;
}
#technics .items {
  height: 480px;
}
#technics .item .item_midd {
  border-left: 3px solid #eef2f4;
  border-right: 3px solid #eef2f4;
  height: 40px;
  margin-top: -6px;
}
#technics .item .item_midd h6 {
  font-size: 18px;
  line-height: 44px;
  text-align: center;
}
#technics .item .item_bottom {
  border: 3px solid #eef2f4;
  height: 115px;
  margin-bottom: 40px;
}
#technics .item .item_bottom p {
  font-size: 14px;
  line-height: 25px;
  margin-left: 10px;
  margin-top: 7px;
}
#technics .item .item_bottom p span {
  font-family: 'SeroPro-Bold';
}
#technics .item .item_bottom p:last-child {
  line-height: 16px;
}
#technics .item a {
  display: block;
  width: 100%;
  height: 100%;
}

#technics .item a:hover::before{
  content: "";
  height: 180px;
  left: 6px;
  width: 280px;
  background: url(../images/lupa.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
#technics .item3 {
  width: 380px;
  padding: 5px;
}
#technics .item3 a:hover::before {
  height: 200px;
  width: 380px;
}
#technics .item3 .item_bottom p {
  margin-top: 3px;
}
#business {
  background-color: #f6f6f6;
  background-image: url("../images/bg_business.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -36px;
  min-height: 780px;
  padding-top: 3px;
  width: 100%;
}
#business .slider_wrapper {
    width: 580px;
    height: 450px;
    margin: 20px auto 0;

  }
#business .slider_wrapper1 {
  width: 500px;
  height: 450px;
  float: left;
}

#business h5 {
  font-family: 'SeroPro-Bold';
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
}
#business .slider {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 2px 20px #777;
  height: 380px;
  width: 500px;
  position: relative;

}

#business .bx-pager{
  display: block;
}
#business #slider1 {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 2px 20px #777;
  height: 380px;
  width: 500px;
  position: relative;

}
#business .text {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 2px 20px #777;
  float: right;
  height: 340px;
  margin-right: 169px;
  margin-top: 0;
  position: relative;
  width: 460px;
  padding: 20px;
}
#business .text img {
  float: left;
  height: 34px;
  position: relative;
  top: 18px;
  width: 34px;
}
#business .text p {
  margin-left: 45px;
  min-height: 70px;
  padding-top: 7px;
}
#business .text p span {
  font-family: 'SeroPro-Bold';
  font-size: 14px;
  text-transform: uppercase;
}
#business .slider_img {
  height: 380px;
  width: auto;
  margin: 0;
  top: 0;
}
#business .slider_wrapper .slider .prev,
#business .slider_wrapper .slider .next {
  position: absolute;
  right: -85px;
  top: 164px;
  width: 32px;
  height: 60px;
  cursor: pointer;
}
#business .slider_wrapper .slider .next {
  left: -100px;
}
#business  .pr {
  position: relative;
}
#business .pager_n {
  height: 20px;
  left: 1031px;
  position: absolute;
  top: 165px;
  width: 20px;
}
#business  .pager_n p{
  font-family: "SeroPro-Light";
  font-size: 36px;
  color: #000;
}
#number_active{
  color: #1ca4ff;
  font-size: 60px;
  font-family: "SeroPro-Light";
}
/*#business  .pager p {*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*color: #1ca4ff;*/
  /*font-size: 60px;*/
  /*font-family: "SeroPro-Light";*/
/*}*/
/*#business .pager p span {*/
  /*font-family: "SeroPro-Light";*/
  /*font-size: 36px;*/
  /*color: #000;*/
/*}*/
#business .slider_mini {
  border: 2px solid #ffffff;
  box-shadow: 1px 2px 5px #555;
  cursor: pointer;
  float: left;
  height: 50px;
  margin: 15px 4px 0;
  width: 70px;
}
#business .bx-wrapper .bx-pager.bx-default-pager a {
  display: inline;
  height: 15px;
  margin: 0 10px;
  outline: 0 none;
  width: 15px;
  font-family: "SeroPro-Light";
  font-size: 36px;
  color: #000;
  background: none;
  text-decoration: none;
}
#business .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
  text-decoration: underline;
  color: #1ca4ff;
}
#business .container>div.bx-wrapper>div.bx-controls>div.bx-controls-direction .bx-prev{
  background: rgba(0, 0, 0, 0) url("../images/next1.png") no-repeat scroll 0 0;
  height: 59px;
  left: -50px;
  width: 32px;
  top: 50%;
  margin-top: -80px;
}
#business .container>div.bx-wrapper>div.bx-controls>div.bx-controls-direction .bx-next{
  background: rgba(0, 0, 0, 0) url("../images/prev1.png") no-repeat scroll 0 0;
  height: 59px;
  left: 1020px;
  width: 32px;
  top: 50%;
  margin-top: -80px;
}
#business .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}
#business .bx-wrapper {
  margin: 0 auto;
}
#business .bx-wrapper .bx-pager {
    position: static;
}
/*#business .top_slider .bx-prev {*/
  /*background: rgba(0, 0, 0, 0) url("../images/next1.png") no-repeat scroll 0 0;*/
  /*height: 59px;*/
  /*left: -50px;*/
  /*width: 32px;*/
/*}*/
/*#business .bx-wrapper .bx-next {*/
  /*background: rgba(0, 0, 0, 0) url("../images/prev1.png") no-repeat scroll 0 0;*/
  /*height: 59px;*/
  /*left: -50px;*/
  /*width: 32px;*/
/*}*/
#business a.active img {
  border: 2px solid #1ca4ff;
}
#business .slider_wrapper .pagination {
  width: 500px;
  margin: 30px auto;
}
#business .slider_wrapper .pagination span {
  display: inline-block;
  margin: 0 7px;
  font-family: 'SeroPro-Bold';
  font-size: 20px;
  cursor: pointer;
}
#business .slider_wrapper .pagination span.active {
  color: #1ca4ff;
}
#smeta {
  background-color: #193760;
  background-image: url(../images/ppr_bg.jpg);
}
#smeta h5 {
  color: #ffffff;
  font-family: 'SeroPro-Bold';
  font-size: 28px;
  text-align: center;
  padding: 10px;
}
#smeta p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
#smeta input {
  width: 260px;
  height: 50px;
  border: 1px solid #d5d5d5;
  border-radius: 29px;
  padding-left: 20px;
  margin: 10px 15px;
  display: block;
  float: left;
  font-size: 18px;
}
#smeta form {
  width: 895px;
  display: block;
  margin: 0 auto;
}
#smeta .btn {
  width: 260px;
  height: 50px;
  font-size: 18px;
  line-height: 51px;
  float: right;
  position: relative;
  top: 10px;
}
#smeta #sub1 {
  font-size: 18px;
  height: 50px;
  line-height: 51px;
  position: relative;
  top: 1px;
  width: 240px;
  cursor: pointer;
}
#smeta.ppr form {
  background-color: #fff;
  display: block;
  height: 125px;
  margin: 0 auto;
  padding: 12px 30px 0;
  width: 895px;
}
#smeta #file{
  display: none;
}
#smeta label {
  background-image: -moz-linear-gradient(90deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #d5d5d5;
  border-radius: 29px;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 10px 15px;
  padding-left: 0;
  text-align: center;
  width: 260px;
}
#smeta label img{
  margin-left: 15px;
}

#smeta.ppr form p {
  color: #000;
  display: block;
  font-size: 16px;
  padding-bottom: 0;
}
#smeta.ppr form p a {
  color: #000;
  font-size: 16px;
  padding-bottom: 0;
}
#smeta.ppr form a:hover {
  text-decoration: none;
}
#video {
  background: #ffffff url('../images/bg_video.png') no-repeat center left;
  margin-top: 0;
  padding-bottom: 40px;
}
#video .item {
  width: 280px;
  float: left;
  margin-top: 35px;
  padding: 6px;
  position: relative;
}
#video .item p {
  font-size: 16px;
  text-align: center;
}
#video .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#video .item a:hover::before {
  content: "";
  height: 180px;
  left: 6px;
  width: 280px;
  background: url(../images/lupa.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
#video .item3 {
  height: 200px;
  margin-bottom: 120px;
  padding: 5px;
  width: 380px;
}
#video .item3 a:hover::before {
  height: 200px;
  width: 380px;
}
#video .btn {
  margin: 20px auto;
  padding: 0 20px;
}
#it3, #it4, #it5, #it6, #it7 {
  display: none;
}
#video_btn1{
  display: none;
}
#steps {
  background-color: #1b375f;
  background-image: url(../images/bg_steps.jpg);
  min-height: 460px;
  width: 100%;
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  padding-top: 1px;
  position: relative;
  background-attachment: fixed;

}
#steps .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
#steps h2 {
  color: #ffffff;
}
#steps .step_top {
  margin-top: 30px;
  position: relative;
}
#steps .step_top img {
  float: left;
  margin-right: 20px;
}
#steps .step_top p {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-right: 20px;
  margin-top: 9px;
}
#steps .step_top .sarr {
  margin-top: 26px;
  float: left;
}
#steps .step_top .arl {
  position: absolute;
  right: 60px;
  top: 27px;
}
#steps .step_top .arp {
  left: 25px;
  position: absolute;
  top: 108px;
}
#steps .step_top .p4 {
  margin-right: 50px;
  margin-top: -14px;
  width: 181px;
  height: 100px;
  display: block;
  padding-bottom: 20px;
}
#steps .step_top .p4_img {
  height: 200px;
  float: left;
}
#steps .step_top .p6 {
  margin-top: 18px;
}
#steps .step_top .step {
  position: relative;
}
#steps .step_top .step p {
  color: #5285cb;
  left: 10px;
  position: absolute;
  top: 58px;
}
#steps .step_top .step p.ps2 {
  left: 398px;
}
#steps .step_top .step p.ps3 {
  left: 757px;
}
#steps .bott {
  margin-top: 85px;
}

        .steps__wrapper:after {
            content: '';
            display: table;
            clear: both;
        }
        .steps__wrapper--top {
            position: relative;
            margin-top: 30px;
            margin-bottom: 25px;
        }
        .step {
            display: table;
            width: 33%;
            float: left;
            margin-bottom: 30px;
        }
        .step p {
            font-size: 18px;
        }
        .step__col {
            position: relative;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }
        .step__col p {
            color: #5285cb;
            text-align: center;
        }
        .step__col .step__text {
            color: #ffffff;
            text-align: left;
            margin-left: 15px;
        }
        .step__col--first {
            width: 64px;
        }
        .step__col--arr {
            padding-right: 15px;
        }
        .step__subtext {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: -25;
            left: 0;
        }
        .step__line-wrap {
            position: relative;
            height: 2px;
            background-color: #ffffff;
            margin: 0 32px 35px;
        }
        .step__arr_bot {
            position: absolute;
            top: 0;
            left: -8px;
        }
        .step__arr_top {
            position: absolute;
            bottom: 0;
            right: 0;
        }
#sertificate {
  min-height: 512px;
  background-color: #fff;
}
#sertificate .bx-wrapper {
  width: 900px;
  margin: 0 auto;
}
#sertificate .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/prev1.png") no-repeat scroll 0 0;
  height: 59px;
  left: 918px;

  width: 32px;
}
#sertificate .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/next1.png") no-repeat scroll 0 0;
  height: 59px;

  left: -50px;
  width: 32px;
}
#sertificate .bx-wrapper .bx-pager {
  display: block;
  position: relative;
  top: 0;
}
#sertificate .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dbdbdb none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  height: 13px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 13px;
}
#sertificate .bx-wrapper .bx-pager.bx-default-pager a:hover,
#sertificate .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1ca4ff none repeat scroll 0 0;
}
#sertificate .bx-wrapper .ramka {
  display: block;
  width: 264px;
  height: 357px;
  background-image: url(../images/ramka.png);
  box-shadow: 1px 2px 6px #444;
  float: left;
  margin: 10px;
  border: 8px solid #1b1b1b;
}
#sertificate .bx-wrapper img {
  float: left;
  left: 33px;
  max-width: 100%;
  position: relative;
  top: 34px;
}
#clients {
  background-color: #fff;
  margin-top: 0;
  min-height: 350px;
}
#clients .bx-viewport{
  min-height: 150px;
}
#clients h2 {
  padding-bottom: 50px;
  padding-top: 30px;
}
#clients .bx-wrapper {
  margin: 0 auto;
  max-width: 800px !important;
  width: 800px;
}
#clients .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/prev1.png") no-repeat scroll 0 0;
  height: 59px;
  left: 870px;
  width: 32px;
}
#clients .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/next1.png") no-repeat scroll 0 0;
  height: 59px;
  left: -100px;
  width: 32px;
}
#clients .bx-wrapper .bx-pager {
  display: block;
  position: relative;
  top: 0;
}
#clients .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dbdbdb none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  height: 13px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 13px;
}
#clients .bx-wrapper .bx-pager.bx-default-pager a:hover,
#clients .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1ca4ff none repeat scroll 0 0;
}
#clients .bx-wrapper img {
  float: left;
}
#contacts {
    background-color: #ffffff;
    background-image: url(../images/bg_contacts_spb.jpg);
    min-height: 460px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
#contacts h2{
  position: relative;
  top: -60px;
}
#contacts .container {
  position: relative;
}
#contacts .button_duble {
  left: 1px;
  margin: 20px auto;
  position: absolute;
  top: 11px;
  width: 600px;
}
#contacts .button_duble .btn {
  float: left;
  width: 300px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-transform: none;
  box-shadow: 2px 3.464px 10px 0px #594e41;
}
#contacts .button_duble .b_left {
  border-radius: 29px 0 0 29px;
}
#contacts .button_duble a {
  border-radius: 0 29px 29px 0;
  background-image: -moz-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
  color: #000;
}
#contacts .button_duble a.active {
  /*border-radius: 0 29px 29px 0;*/
  background-image: none;
  background-color: #fbb034;
  color: #fff;
}
#contacts .moskow {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    left: 385px;
    position: absolute;
    top: 185px;
    width: 467px;
    opacity: 0;
    padding: 5px 10px;
}
#contacts #spb {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    left: 685px;
    opacity: 1;
    position: absolute;
    top: 75px;
    width: 370px;
}
#contacts .moskow img {
  position: absolute;
  right: 50%;
  top: -19px;
}
#contacts #spb img {
  position: relative;
  right: -463px;
  top: 65px;
}
#contacts .moskow #mos_close {
    position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 1000;
}
#contacts .moskow #mos_close1 {
  cursor: pointer;
  right: -350px;
  top: 10px;
}
#contacts #spb.moskow .text {
  position: relative;
  top: -13px;
}
#contacts .moskow .text p {
  font-size: 18px;
}
#contacts .moskow .text span {
  font-family: 'SeroPro-Bold';
}
#contacts .spb {
  background-image: url("../images/bg_spb.png");
  height: 400px;
  left: 610px;
  position: relative;
  top: 45px;
  width: 581px;
  opacity:0;
}
#contacts .spb .bott {
  background-color: #193760;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  height: 120px;
  padding: 10px;
  position: absolute;
}
#contacts .spb .bott span {
  font-family: 'SeroPro-Bold';
}
body footer{
    padding-top: 12px;
    margin-top: 0;
}
#modal_form {
    top: 50px;
}
.modal {
  width: 360px;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  padding: 20px;
  display: none;
}
.modal h3 {
  font-size: 18px;
  text-align: center;
}
.modal h3 span {
  font-size: 24px;
  font-family: 'SeroPro-Bold';
}
.modal input {
    box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 29px;
  box-shadow: none;
  height: 60px;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
}
.modal .btn {
    box-sizing: border-box;
  background-color: #1ca4ff;
  border-radius: 30px;
  font-size: 20px;
  height: 60px;
  line-height: 63px;
  margin: 0 auto;
  width: 100%;
}
.modal p {
  font-size: 12px;
  text-align: center;
}
.modal p span {
  color: red;
}
.needsfilled {
  border-color: red !important;
}
#results{
  width: 440px;
  height: 195px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  border-bottom: 3px solid #d4d4d4;
  padding-toP: 115px;
  z-index: 50;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -155px;
  margin-left: -220px;
  display: none;
  z-index: 200;
}
#results p {
  color: #616161;
  font-size: 19px;
  line-height: 30px;
}
.bx-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}
.blocker {
  z-index: 100;
}
#modal{
  width: 400px;
}
#modal h3{
  margin-bottom: 15px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td, th {
  padding: 3px;
  text-align: left;
  border: 1px solid #999;
}
th{
  background-color: #cccccc;
}
td{
  text-align: center;
  min-width:45px;
}
td:first-child{
  min-width:95px;
}

#main_news {
  background: rgba(0, 0, 0, 0) url("../images/striped_bg.jpg") repeat scroll 0 0;
  min-height: 705px;
  padding-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
#main_news h1 {
  color: #00222C;
  font-size: 60px;
  font-family: 'SeroPro-Bold';
}
#main_news .item_new {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 5px 6px 9px #ccc;
  padding: 20px;
  overflow: hidden;
  margin-top: 20px;
}
#main_news .item_new .text_new{
  width: 50%;
  padding-right: 30px;
  float: left;
}
#main_news .item_new img {
  border: 4px solid #aaa;
  box-shadow: 3px 4px 8px #555;
  float: right;
  height: 100px;
  margin-right: 20px;
  width: 200px;
}
#main_news .item_new .text_new span{
  font-weight: bold;
  text-transform: uppercase;
}
#main_news .item_new .text_new .date_new{
  color: #666;
}
#main_news ul li{
  list-style: none;
}
.simplePagerNav li{
  font-size: 30px;
}

ul.simplePagerNav {
  margin-top: 20px;
  text-align: center;
}
ul.simplePagerNav:after {
  content: '';
  display: table;
  clear: both;
}
ul.simplePagerNav li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
}

ul.simplePagerNav li a{
  color: #333;
  text-decoration: none;
}

li.currentPage {
  background: red;
  background: #193760;
}

ul.simplePagerNav li.currentPage a {
  color: #fff;
}
body header {
  z-index: 2001;
}
#works .items a.drill {
  color: #000;
  display: inline;
  font-size: 17px;
  margin: 0;
  text-decoration: underline;
}
#works .items a.drill:hover {
  text-decoration: none;
}
#works .items .drill.works_5 {
  display: inline-block;
  float: left;
  width: 160px;
  height: 140px;
  background-size:100% 100%;
  background-image: url(../images/works_item5.png);
}
#works .items .drill.works_5:hover {
  background-image: url(../images/works_item5_hover.png);
}
#works .items .drill.works_11 {
  display: inline-block;
  float: left;
  width: 160px;
  height: 140px;
  background-size:100% 100%;
  background-image: url(../images/works_item11.png);
}
#works .items .drill.works_11:hover {
  background-image: url(../images/works_item12.png);
}
#works .items .drill.works_6 {
  display: inline-block;
  float: left;
  width: 160px;
  height: 140px;
  background-size:100% 100%;
  background-image: url(../images/works_item6.png);
}
#works .items .drill.works_6:hover {
  background-image: url(../images/works_item6_hover.png);
}
.items__link img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.items__link img:hover {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}
#spb{
  position: relative;
}
#contacts #spb img.office {
  left: -380px;
  position: absolute;
  top: 0;
  width: 290px;
}

#contacts #spb img.ang {
  left: 70px;
position: absolute;
top: -18px;
}
body #main p.yars {
  color: red;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

#rp_slideshow1>div{
  text-align: center;
}


#rp_slideshow1 > div a {
  content: "";
  height: 286px;
  left: 27px;
  position: absolute;
  top: 23px;
  width: 206px;
}
#rp_slideshow1>div a:hover::before{
  outline: 3px solid #ccc;
  /*background: url(../images/cert_hover.png) center center no-repeat;*/
  background-color: rgba(0, 0, 0, 0.25);
}
#rp_slideshow1>div a img{
  height: 100%;
}
.ramka1 {
  display: block;
  width: 264px!important;
  height: 357px;
  /*background-image: url(../images/ramka1.png);*/
  float: left;
  margin: 10px 44px;
  z-index: 100;
  position: relative;
}
#otzyv .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/prev1.png") no-repeat scroll 0 0;
  height: 59px;
  right: 0;
  width: 32px;
}
#otzyv .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/next1.png") no-repeat scroll 0 0;
  height: 59px;
  left: 0;
  width: 32px;
}
#otzyv .bx-wrapper{
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#otzyv .bx-wrapper .bx-pager {
  display: block;
  position: relative;
  top: 0;
}

#otzyv .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dbdbdb none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  height: 13px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 13px;
}
#otzyv .bx-wrapper .bx-pager.bx-default-pager a:hover,
#otzyv .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1ca4ff none repeat scroll 0 0;
}
#otzyv .bx-wrapper img {
  float: left;
}
.container.otz {
  margin: 0 auto;
  width: 1000px;
}
body header .langv img {
  display: inline-block;
  margin-right: 0;
}
body header .langv {
  display: inline-block;
  float: right;
  margin-top: -15px;
  width: 92px;
}
body header .langv p {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 26px;
  width: 13px;
}
body header .langv .rus{
  position: relative;
  top: -15px;
  width: 35px;
}
body header .langv .eng{
  position: relative;
  top: -15px;
  width: 35px;
  float: left;
  margin-left: 20px;
 }
body header .langv .eng p {
  right: 0;
}
.container.wrap {
  margin: 0 auto;
  padding-top: 20px;
  width: 1270px;
}
#th {
  background-color: #fff;
  border-radius: 8px;
  margin: 200px auto;
  padding: 30px 0 0;
  width: 700px;
  position: relative;
}
#than{
  background-color: #777;
}
#th h1,
#th p{
  text-align: center;
}
#content {
  background-color: #eeeeee;
  margin: -30px 0 0;
  padding-bottom: 30px;
  border-bottom:2px solid #193760;
}
#content p {
  font-size: 24px;
  margin: 10px 20px;
  text-align: justify;
  text-indent: 25px;
}
.list-style-custom {
    list-style: none;
    font-style: italic;
}
#content ol,
#content ul {
    list-style-position: inside;
}
#content li {
  font-size: 24px;
  margin: 10px 20px 10px 80px;
  text-align: justify;
}
#content h1{
    font-family: SeroPro-Bold;
    font-size: 60px;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;

  }
#content h3 {
  font-family: SeroPro-Bold;
  font-size: 32px;
  margin: 10px;
  text-align: center;
}
#content img {
  width: 350px;
  float: left;
  margin: 20px;
  border:2px solid #fff;
  outline: 2px solid #000;

}
#content img.right {
  float: right;
}
#content .tr_big td{
  font-family: SeroPro-Bold;
  font-size: 20px;
 }
#content .tr_big td:first-child{
  width: 100px;
}

#content table tr {
  background-color: #ffffff;/* Ñ„Ð¾Ð½ Ñ‡ÐµÑ‚Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð¾Ðº */
}
#content table tr:nth-child(2n+1) {
  background-color: #dddddd;/* Ñ„Ð¾Ð½ Ñ‡ÐµÑ‚Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð¾Ðº */
}
#content table tr:nth-child(1) {
  background-color: #ffffff;/* Ñ„Ð¾Ð½ Ñ‡ÐµÑ‚Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð¾Ðº */
}
#main_news .photo_wrapper {
  float: right;
  width: 475px !important;
  padding-right: 20px;
}
#main_news .bx-viewport{
  height: 120px!important;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#main_news .bx-wrapper {
  max-width: 455px!important;
}
#main_news #ps6 > a{
  margin-right: 30px!important;
}
#main_news .item_new #ps6 img {
   border: 4px solid #aaa;
   box-shadow: 3px 4px 8px #555;
   float: none;
   height: 100px;
   margin-right: 20px;
   width: 200px;
 }
#main_news .photo_slider .bx-wrapper .bx-next, .photo_slider .bx-wrapper .bx-prev {
  top: 37px;
}
#main_news .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/slide_right2.png") no-repeat scroll 0 0;
}
#main_news .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/slide_left2.png") no-repeat scroll 0 0;
  right: 16px;
}
#main_news .bx-wrapper .bx-prev {
  left: -45px;
}
#main_news .bx-wrapper .bx-controls-direction a {
  margin-top: -30px;
}
#main_news .bx-wrapper .bx-next {
  right: -40px;
}
#main_news #content p.charakter {
  font-size: 18px;
  margin: 30px 20px;
  text-align: justify;
  text-indent: 25px;
}
#contacts.ppr h2 {
  color: #193760;
  position: relative;
  top: -60px;
}
body #main.ppr {
  background-color: #101c2c;
  background-image: url("../images/bg_ppr.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 670px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
body #main.ppr h1 {
  font-size: 50px;
  font-weight: lighter;
  text-align: center;
}
body #main.ppr p {
  text-align: right;
  margin-right: 95px;
}
body #main.ppr .form {
  height: auto;
  left: 700px;
  margin-top: 15px;
  position: relative;
  width: 340px;
}
body #main.ppr .form h5 {
  font-family: SeroPro-Bold;
  font-size: 18px;
  text-transform: uppercase;
}
body #main.ppr form input {
  display: block;
  height: 41px;
  margin: 7px auto;
  width: 260px;
}
body #main.ppr form .btn {
  margin: 20px auto;
  width: 280px;
}
body #main.ppr form p {
  color: #000;
  font-size: 14px;
  margin-left: 0;
  margin-right: 95px;
  text-align: center;
  width: 100%;
}
.container-position {
    position: relative;
}
.banner-sale {
    position: absolute;
    top: 124px;
    right: 0;
    width: 380px;
    background: #ffffff;
}
.banner-sale:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 131px;
    height: 131px;
    background: url(../images/tape.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.banner-sale__title {
    font-family: SeroPro-Medium, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background: #193760;
    margin-top: 0;
    padding: 35px 0;
    color: #ffffff;
    text-align: center;
}
.banner-sale__line {
    position: relative;
    font-family: SeroPro-Bold, sans-serif;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 70px;
    margin: 20px 0;
    text-align: left;
}
.banner-sale__line a {
    position: absolute;
    top: -17px;
    right: 25px;
}
.banner-sale__price {
    font-size: 22px;
    color: #ff0101;
    white-space: nowrap;
}
.banner-sale__icon {
    position: relative;
    top: 11px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.banner-sale__footer {
    background: #193760;
    text-align: center;
    padding: 5px 0;
}
.banner-sale__footer a {
    font-family: SeroPro, sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
}
.banner-sale__footer a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/tel.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
#advant.ppr .wrapper{
  width: 100%;
}
#advant.ppr .item {
  float: left;
  height: 140px;
  margin-top: 30px;
  width: 25%;
}
#advant.ppr .item img{
  display: block;
  margin: 0 auto;
}
#advant.ppr .item h6{
  font-family: SeroPro-Bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  margin: 5px;
}
#advant.ppr .item p {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
#pr.ppr table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
#pr.ppr table tr:nth-child(odd){
  background-color: #ebedf3;
}
#pr.ppr table tr:nth-child(even){
  background-color: #d4d8e6;
}

#pr.ppr table tr th{
  background-color: #193760;
  height: 58px;
  border-top:none;
  border-right:none;
  border-left:none;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  /*font-family: SeroPro-Bold;*/
  font-weight: bold;
}

#pr.ppr table tr td{
  height: 38px;
  border:1px solid #c9cdd9;
  text-align: right;
  font-size: 18px;
  color: #2f66b0;
  padding: 0 20px;
}
#pr.ppr table tr td:first-child{
  text-align: left;
  color: #000;
  width:auto;
}
#pr.ppr table tr td:last-child {
  width: 180px;
}

/*----------*/
#href_bg {
  font-family: SeroPro-Bold;
  display: none;
  padding-top: 10px;
}

#href_bg>a {
  display: block;
  width: 100%;
  color: #757575;
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

#href_bg>a:hover {
  text-decoration: underline;
}

#href {
  display: table;
}

#href>div {
  display: table-cell;
  vertical-align: top;
  width: 80%;
}

#href a {
  background: rgba(0, 0, 0, 0) url("../images/ugol.png") no-repeat scroll left top 5px;
  color: #757575;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 34px;
}

#href a:hover {
  text-decoration: underline;
}
/*----------*/
.useful-info h3 {
    color: #757575;
    font-size: 24px;
    cursor: pointer;
}

.useful-info h3 span {
    color: #193760;
    font-size: 36px;
    margin-right: 15px;
}

.useful-info .item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 2px #888;
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 15px 1px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    z-index: 2;
    display: none;
}

#href .useful-info {
    border-right: 1px solid #193760;
    width: 20%;
}

.art__col {
    width: 37%;
    padding-left: 10px;
    padding-right: 10px;
}
.art__col--left {
    width: 26%;
}
.articles h2 {
    margin: 0;
    font-size: 40px;
    color: #193760;
    margin-bottom: 20px;
    margin-top: -20px;
}

.articles h3 {
    color: #757575;
    font-size: 24px;
    cursor: pointer;
}
.articles h3 span {
    color: #193760;
    font-size: 36px;
    margin-right: 15px;
}

.articles .item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 2px #888;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 15px 15px 1px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 2;
    display: none;
}

.art-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
#articles #href > div {
    display: block;
    width: 100%;
}

.ua_img img{
    width: 200px;
    height: 150px;
    border: 4px solid #777777;
    box-shadow: 0 0 10px #a2a2a2;
    border-radius: 2px;
}

#useful_articles_bg {
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
}

#useful_articles_bg h3 {
    margin-bottom: 15px;
}

#useful_articles {
    display: flex;
    justify-content: space-around;
}

#useful_articles a {
    text-decoration: none;
    color: #000;
    font-family: SeroPro-Bold, sans-serif;
    font-size: 16px;
}

.useful_article {
    width: 200px;
}

#useful_articles_bg h3 a {
    margin-top: 25px;
    display: inline-block;
}

#th>img {
    width: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.job {
    width: 90%;
    margin: 0 auto;
    min-height: 300px;
    padding: 20px;
}

.job {
    font-size: 24px;
    text-align: center;
}

a.jobs {
    display: inline-block;
    font-size: 24px;
    color: #000;
}

a.jobs:hover {
    color: #020075;
}

.vacancy {
    text-align: left;
    margin-top: 50px;
    font-size: 18px;
}
.vacancy h4 {
    font-size: 24px;
    font-family: SeroPro-Bold, sans-serif;
}

.vacancy h5 {
    font-size: 18px;
    color: #193760;
}

.vacancy div {
    margin-top: 10px;
}

.vacancy ul {
    list-style-position: inside;
    margin-left: 10px;
    margin-bottom: 15px;
}

.resume input[type="file"] {
    opacity: 0;
    margin-top: -65px;
}

span#job-form {
    position: relative;
    z-index: 0;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-radius: 29px;
    display: block;
    height: 60px;
    margin: 10px auto;
    padding-left: 20px;
    width: 300px;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: SeroPro-Bold;
    background-color: #c8c8c8;
    color: #585858;
}

.resume p {
    margin-top: 10px;
}

.return-link {
    font-size: 22px;
}
.thanks-socials {
  text-align: center;
}
.thanks-socials__link {
  display: inline-block;
  margin: 5px;
}

#works {
  text-align: center;
}
#works .items {
  width: 33%;
  display: inline-table;
  float: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#works .container {
  width: auto;  
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
}
.items_pic {
  width: 160px;
  display: table-cell;
}
#works .items img {
  float: none;
}
@media screen and (max-width: 1105px) {
  #works .items {
    width: 50%;  
  }
}
@media screen and (max-width: 768px) {
  #works .items {
    width: 100%;  
  }
}

.hidden_span {
    display: none;
}
.clients__list {
    display: table;
    width: 100%;
}
.clients__item {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
.clients__list img {
    width: 150px;
}
.breadcrumbs-container {
    background-color: #fff;
}
.breadcrumbs {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    font-weight: bolder;
    max-width: 1170px;
    margin: 0 auto;
}
.breadcrumbs__link {
    text-decoration: none;
    color: #193760;
}
.articles a.breadcrumbs__link {
    font-family: SeroPro, sans-serif;
}
.breadcrumbs__text {
    margin-right: 50px;
}

.form-adv {
            background-color: #193760;
            padding: 10px 5px;
        }
        body #main .form-adv__title {
            font-family: SeroPro-Bold, sans-serif;
            font-weight: normal;
            margin-top: 0;
        }
        .form-adv__title span {
            color: #fbb034;
        }
        body #main form .form-adv__desc {
            font-size: 18px;
            color: #fff;
            font-weight: bolder;
            margin: 0 0 10px;
        }
        .form-adv__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .form-adv__item {
            list-style: none;
            width: 115px;
            position: relative;
        }
        .form-adv__item--last {
            width: 140px;
        }
        .form-adv__item:after {
            content: '+';
            position: absolute;
            color: #fff;
            top: 10px;
            right: -10px;
            font-size: 30px;
        }
        .form-adv__item--last-pic:after {
            content: '=';
            position: absolute;
            color: #fff;
            top: 10px;
            right: -10px;
            font-size: 30px;
        }
        .form-adv__item--last:after {
            display: none;
        }
        .form-adv__figure {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #fff;
            margin: 0 auto 10px;
        }
        .form-adv__figure--1 {
            background-image: url(../images/form_pic1.png);
            background-repeat: no-repeat;
        }
        .form-adv__figure--2 {
            background-image: url(../images/form_pic2.png);
            background-repeat: no-repeat;
        }
        .form-adv__figure--3 {
            background-image: url(../images/form_pic3.png);
            background-repeat: no-repeat;
        }
        .form-adv__figure--4 {
            background-image: url(../images/form_pic4.png);
            background-repeat: no-repeat;
        }
        .form-adv__figure--5 {
            background-image: url(../images/form_pic5.png);
            background-repeat: no-repeat;
        }
        .form-adv__text {
            font-size: 14px;
            font-weight: bolder;
            color: #fff;
            text-align: center;
        }
        .form-adv__price {
            color: #fbb034;
            font-family: SeroPro-Bold, sans-serif;
            font-size: 30px;
            line-height: 0.8;
            position: relative;
            top: 10px;
        }
        .form-adv__price span {
            font-size: 20px;
        }
        .form__input-group:after {
            content: '';
            display: table;
            clear: both;
        }
    
    .b-cart {
        width: 120px;
    }
    .b-cart:after {
        content: '';
        display: table;
        clear: both;
    }
    .b-cart img {
        width: 30px;
        height: auto;
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .b-cart p {
        text-align: right;
    }
    .add-to-cart {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 40px;
        background-color: #fbb034;
        display: block;
        border: none;
        border-radius: 29px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 42px;
        color: #ffffff;
        font-family: SeroPro-Bold;
        cursor: pointer;
    }
            .dumping {
            padding-top: 80px;
            padding-bottom: 40px;
            margin-left: -20px;
        }
        .dumping:after {
            content: '';
            display: table;
            clear: both;
        }
        .dumping__col {
            box-sizing: border-box;
            width: 50%;
            float: left;
            padding-left: 20px;
            padding-right: 20px;
        }
        .dumping-card {
            margin-bottom: 60px;
            position: relative;
            top: 20px;
            left: 20px;
            text-align: center;
        }
        .dumping-card--form {
            position: static;
        }
        .dumping-card__img-wrap {
            position: relative;
        }
        .dumping-card__img-wrap:before {
            box-sizing: border-box;
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: -20px;
            left: -20px;
            border: 5px solid #23579e;
            z-index: -1;
        }
        .dumping-card__img {
            width: 100%;
            height: auto;
        }
        .dumping-card__desc {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
            top: -6px;
            background-color: #193760;
            font-family: SeroPro-Bold, sans-serif;
            font-size: 22px;
            line-height: 60px;
            text-transform: uppercase;
            color: #ffffff;
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 10px;
        }
        #dumping_price {
            font-size: 34px;
            color: #f5ad35;
        }
        .dumping__cur {
            display: inline-block;
            position: relative;
            top: 3px;
            font-family: SeroPro, sans-serif;
            font-size: 16px;
            line-height: 1.2;
            color: #f5ad35;
        }
        .dumping-card__btn {
            display: inline-block;
            width: 285px;
            font-family: SeroPro-Bold, sans-serif;
            font-size: 18px;
            line-height: 60px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            color: #23579e;
            border: 2px solid #23579e;
            border-radius: 32px;
            -webkit-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
        }
        .dumping-card__btn:hover {
            color: #ffffff;
            background-color: #23579e;
        }
        .dumping .form {
            border: 5px solid #23579e;
            padding-top: 44px;
            padding-bottom: 44px;
        }
        .dumping .form h5 {
            font-family: SeroPro-Bold, sans-serif;
            font-size: 30px;
            margin-bottom: 16px;
        }
        .dumping__input-group {
            margin-bottom: 8px;
            text-align: center;
        }
        .dumping input {
            box-sizing: border-box;
            width: 320px;
            line-height: 60px;
            border: 1px solid #d5d5d5;
            border-radius: 29px;
            padding-left: 20px;
            font-size: 18px;
        }
        .dumping .btn {
            display: inline-block;
            width: 320px;
            height: 60px;
            font-size: 18px;
            line-height: 60px;
            margin-top: 16px;
        }
        .bb-item {
            max-width: 1180px;
            margin: 0 auto;
            border: 1px solid #c5c5c5;
            border-radius: 5px;
        }
        .main-basket {
            text-align: center;
        }
        .item-descr {
            border-bottom: 1px solid #c5c5c5;
        }
        
        .item-descr ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            list-style: none;
        }
        .item-descr li {
            margin: auto;
            font-size: 18px;
            line-height: 3;
        }
        .b-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 18px;
            line-height: 3;
        }
        .b-item img {
            display: none;
        }
        .b-item div {
            margin: auto;
        }
        .b-item p {
            margin: auto;
        }
        .b-item button {
            margin: auto;
        }
        .b-item .minus {
            margin: 0 10px;
            text-decoration: none;
            font-size: 22px;
        }
        .b-item .plus {
            margin: 0 10px;
            text-decoration: none;
            font-size: 22px;
        }
        .b-item .current-item {
            border: 1px solid #949293;
            border-radius: 4px;
            padding: 5px;
        }
.page-404 h1 {
    font-size: 100px;
    text-align: center;
    color: #fbb034;
}

.page-404__text {
    font-size: 24px;
    text-align: center;
}

.section-404 {
    background: #e9e9e9;
    padding: 50px 0;
}
        
        .statika #main {
            background-image: url(../images/bg_statika.jpg);
            background-position: center bottom;
            min-height: 615px;
            padding-top: 10px;
        }
        .statika #main h1 {
            font-size: 52px;
            font-weight: normal;
            line-height: 1.1;
            text-align: center;
        }
        .statika #main form {
            box-sizing: border-box;
            width: 580px;
            height: auto;
            text-align: center;
            margin-top: 10px;
            padding: 0;
        }
        .statika #main form h3 {
            text-align: left;
        }
        .statika #main form h5 {
            padding-top: 20px;
            margin-bottom: 20px;
        }
        .statika #main form h5 span {
            font-family: SeroPro-Bold, sans-serif;
            font-weight: normal;
        }
        .statika #main form input {
            box-sizing: border-box;
            margin: auto;
            font-size: 14px;
            padding-left: 15px;
            width: 160px;
            height: 40px;
        }
        .statika #main form input::-webkit-input-placeholder {font-size: 14px;}
        .statika #main form input::-moz-placeholder          {font-size: 14px;}
        .statika #main form input:-moz-placeholder           {font-size: 14px;}
        .statika #main form input:-ms-input-placeholder      {font-size: 14px;}
        .statika #main form .btn {
            width: 200px;
            height: 40px;
            line-height: 44px;
            display: inline-block;
            margin: auto;
            font-size: 14px;
        }
        .statika #main form p {
            color: #8d91a5;
            font-size: 12px;
            margin-left: 0;
        }
        .statika #main .circle {
            bottom: -65px;
        }
        .statika p.privacy_form {
            left: 0;
            display: inline-block;
            margin-top: 20px;
            padding-bottom: 20px;
        }
        .statika .privacy_form a {
            color: #000;
        }
        .statika #main form .conf_text {
            margin: 0 0 10px;
            color: #8d91a5;
        }
        .statika #main form .form-adv {
            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: 30px 20px;
        }
        .statika #main form .input-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 20px;
        }
        .statika #main form .privacy_form a {
            color: #8d91a5;
            margin-top: 0;
        }
        .statika #technics .item .item_bottom {
            height: auto;
        }
        .statika #technics .items {
            height: auto;
        }
        .statika #technics .items:after {
            content: '';
            display: table;
            clear: both;
        }
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.footer__middle {
    display: inline-block;
    width: 150px;
    text-align: center;
}
.footer-bottom {
    text-align: center;
    line-height: 40px;
}
.footer-bottom a {
    color: #2e67f0;
    margin-left: 5px;
}
.footer-bottom a img {
    position: relative;
    float: none;
    top: 4px;
}
#articles h1 {
    font-family: SeroPro-Bold;
    font-size: 40px;
    text-align: center;
    color: #193760;
    margin: 40px 0;
}
.articles h3 {
    font-family: SeroPro-Bold;
}
.articles a {
    font-family: SeroPro-Bold;
}
.useful-info h3 {
    font-family: SeroPro-Bold;
}
.useful-info a {
    font-family: SeroPro-Bold;
}

.main-menu {
    padding-right: 100px;
}
.navbar__btn-menu {
    display: none;
}
#larssen #main {
            min-height: 615px;
            padding-top: 10px;
        }
        #larssen #main h1 {
            max-width: 900px;
            font-size: 52px;
            font-weight: normal;
            line-height: 1.1;
        }
        #larssen #main form {
            box-sizing: border-box;
            width: 720px;
            height: auto;
            text-align: center;
            margin-top: 10px;
            padding: 0;
        }
        #larssen #main form h5 {
            margin-bottom: 15px;
            padding-top: 15px;
        }
        #larssen #main form h5 span {
            font-family: SeroPro-Bold, sans-serif;
            font-weight: normal;
        }
        #larssen #main form input {
            box-sizing: border-box;
            margin: 0;
        }
        #larssen #main form input[name="phone"] { 
            margin: 0 4px;
       }
        #larssen #main form .btn {
            width: 220px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            position: relative;
            top: -3px;
        }
        #larssen #main form p {
            color: #000;
            font-size: 12px;
        }
        #larssen #main form .conf_text {
            margin: 0 0 20px;
        }
        #scroll-top {
            position: fixed;
            width: 50px;
            height: 50px;
            background: url("../images/totop.png") no-repeat;
            bottom: 50px;
            left: 30px;
            cursor: pointer;
            display: none;
            z-index: 900;
        }
body header .phone p .larssen-tel-num, body footer .phone p .larssen-tel-num {
    font-family: SeroPro-Bold;
    font-size: 16px;
    color: #000000;
}
body header .phone p.work-time, body footer .phone p.work-time {
    color: #1ca4ff;
}
.container-google-form {
    position: relative;
    z-index: 900;
    text-align: right;
}
.google-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #193760;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
}
.google-form form {
    width: 50%;
}
.google-form__title {
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.google-form__input {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 29px;
    padding-left: 12px;
    font-size: 14px;
    width: 200px;
    margin-right: 6px;
}
.google-form__btn {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    width: 200px;
    height: 40px;
    background-color: #fbb034;
    border-radius: 29px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-family: SeroPro-Bold;
}
.google-form__text {
    color: #ffffff;
}
.imp-info__wrapper {
    position: relative;
    background: #d2e8b3;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 250px 20px 20px;
}
.imp-info__wrapper:after {
    content: '';
    position: absolute;
    display: block;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-image: url(/images/info.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.imp-info__wrapper p {
    font-family: SeroPro-Bold;
    font-size: 18px;
    color: #050505;
    margin-bottom: 10px;
}
.imp-info__order {
    position: relative;
}
.imp-info__order span {
    display: inline-block;
    max-width: 250px;
    color: #193760;
}
.imp-info__wrapper .btn {
    position: absolute;
    top: 50%;
    left: 320px;
    margin-top: -20px;
    background: #006df0;
    font-size: 14px;
}
.imp-info__wrapper .btn:after {
    content: '';
    position: absolute;
    display: block;
    top: -10px;
    left: -60px;
    width: 50px;
    height: 50px;
    background-image: url(/images/right-arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.imp-info__img {
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    height: 100%;
    text-align: right;
    overflow: hidden;
}
.imp-info__img img {
    width: auto;
    height: 100%;
}
.page-title h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'SeroPro-Bold';
    text-align: center;
    margin-bottom: 20px;
}
.page-title p {
    box-sizing: border-box;
    position: relative;
    max-width: 900px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 10px;
    padding-left: 40px;
}
.page-title p:after {
    content: '';
    position: absolute;
    display: block;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(/images/galka.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.articles__wrapper {
    margin: 0 -10px;
}
.articles__wrapper * {
    box-sizing: border-box;
}
.articles__wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.articles__col {
    display: inline-block;
    width: 25%;
    padding: 0 10px;
    margin: 0 0 20px -4px;
    vertical-align: top;
}
.articles__item {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.articles__item img {
    width: 100%;
}
.articles__item figcaption {
    padding: 10px 20px;
}
.articles__item figcaption a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.article__img-main {
    float: left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.article p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-position: inside;
}
.article ul li,
.article ol li {
    font-size: 15px;
    line-height: 1.6;
}
@media screen and (max-width: 840px) {
    
    .imp-info__wrapper {
        padding: 20px;
    }
    .imp-info__img {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    
    .imp-info__wrapper .btn {
        position: static;
        margin-top: 20px;
    }
    .imp-info__wrapper .btn:after {
        display: none;
    }
    .article__img-main {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .articles__col {
        width: 50%;
    }
    .articles h1 {
        font-size: 22px;
    }
}
@media screen and (max-width: 400px) {
    .articles__col {
        width: 100%;
    }
}
        