
	@font-face {
			font-family: "Exo2";
			src: url("../lp/fonts/Exo2Regular/Exo2Regular.eot");
			src: url("../lp/fonts/Exo2Regular/Exo2Regular.eot?#iefix")format("embedded-opentype"),
			url("../lp/fonts/Exo2Regular/Exo2Regular.woff") format("woff"),
			url("../lp/fonts/Exo2Regular/Exo2Regular.ttf") format("truetype");
			font-style: normal;
			font-weight: 500;
	}

	@font-face {
			font-family: "Exo2";
			src: url("../lp/fonts/Exo2Bold/Exo2Bold.eot");
			src: url("../lp/fonts/Exo2Bold/Exo2Bold.eot?#iefix")format("embedded-opentype"),
			url("../lp/fonts/Exo2Bold/Exo2Bold.woff") format("woff"),
			url("../lp/fonts/Exo2Bold/Exo2Bold.ttf") format("truetype");
			font-style: normal;
			font-weight: 800;
	}

	@font-face {
			font-family: "Exo2";
			src: url("../lp/fonts/Exo2Light/Exo2Light.eot");
			src: url("../lp/fonts/Exo2Light/Exo2Light.eot?#iefix")format("embedded-opentype"),
			url("../lp/fonts/Exo2Light/Exo2Light.woff") format("woff"),
			url("../lp/fonts/Exo2Light/Exo2Light.ttf") format("truetype");
			font-style: normal;
			font-weight: 400;
	}




body {
  font-family: 'Exo2', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: black;
}
a {
  color: #d0352e;
}
a:hover, a:focus {
  text-decoration: none;
}
h1, h2, h3, h4 {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
h2 {
  color: #10232a;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-weight: 500;
}
h2:after {
  content: "";
  width: 110px;
  height: 2px;
  display: block;
  margin: 25px auto 0;
  background: #fefefe;
}
h3 {
  font-size: 24px;
}
h4 {
  margin: 1em 0 1em;
  color: #002c5e;
}
form input[type="text"] {
  width: 100%;
  background: none;
  padding: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: border-color .3s;
  color: #fff;
  font-weight: 300;
}
form input[type="text"]:focus {
  border-color: #fff;
  color: #fff;
}
form input[type="text"].error {
  border-color: brown;
}
::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.6);}
::-moz-placeholder          {color: rgba(255, 255, 255, 0.6);}
:-moz-placeholder           {color: rgba(255, 255, 255, 0.6);}
:-ms-input-placeholder      {color: rgba(255, 255, 255, 0.6);}


.container {
  width: 96.875%;
  max-width: 1200px;
}
.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}
.tac {
  text-align: center;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  background: none;
  border: 1px solid #7e0c32;
  padding: 12px 20px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #7e0c32;
  color: white;
  transition: background .3s, border-color .3s;
}
.btn:hover, .btn:focus {
  background: #1e1e1e;
  border-color: #fefefe;
}
.btn-2 {
  border-color: #f8d562;
  color: #f8d562;
  text-transform: none;
  font-size: 18px;
}
.btn-2:hover, .btn-2:focus {
  background: #f8d562;
  color: #00275e;
}
.btn-3 {
  border-color: #113256;
  color: #113256;
  text-transform: none;
  font-size: 18px;
}
.btn-3:hover, .btn-3:focus {
  background: #113256;
  color: white;
}
.dt {
  display: table;
  width: 100%;
  height: 100%;
}
.dtc {
  display: table-cell;
  vertical-align: middle;
}

#fixed {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #1e1e1e;
  padding: 10px 0;
  color: white;
}
#fixed.visible {
  display: block;
}
#fixed .fixed-logo {
  margin-top: 9px;
  padding-right: 0;
}
#fixed .fixed-logo a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: white;
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 32px;
  width: 0;
  overflow: hidden;
}

#fixed .fixed-nav {
  display: none;
}
#fixed .fixed-nav ul {
  display: inline-block;
  font-size: 0;
  margin: 0 -7.5px;
}
#fixed .fixed-nav ul li {
  display: inline-block;
  padding: 1px 3.5px;
}
#fixed .fixed-nav ul li a {
  display: inline-block;
  padding: 1px 7.5px;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  color: #fefefe;
}
#fixed .fixed-nav ul li a:hover, #fixed .fixed-nav ul li a:focus {
  border-color: #fefefe;
  color: #fefefe;
}
#fixed .fixed-nav ul li.active a {
   border-color: #fefefe;
  color: #fefefe;
  
}
#fixed .fixed-phone {
  text-align: center;
}
#fixed .fixed-phone span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  line-height: 1em;
  padding-left: 14px;
  margin-bottom: 5px;
}
#fixed .fixed-phone span:before {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../lp/img/icons.png) -302px 0 no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
#fixed .fixed-phone .btn {
  text-transform: lowercase;
  padding: 4px 8px;
}
#fixed .fixed-stripes {
  text-align: right;
  padding-left: 0;
}
#fixed .fixed-stripes a {
  margin-top: 12px;
  display: inline-block;
}
#header {
  padding: 30px 0;
}
#header .header-logo {
  text-align: center;
}
#header .header-logo a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 44px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 42px;
}

#header .header-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  line-height: 1.3em;
}
#header .header-location {
  margin-top: 15px;
  text-align: center;
}
#header .header-location .header-icon {
  padding-left: 21px;
}
#header .header-location .header-icon:before {
  content: "";
  width: 11px;
  height: 16px;
  background: url(../lp/img/icons.png) -105px 0 no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
#header .header-location .header-icon span {
  display: block;
  margin-top: 5px;
  font-size: 0.735em;
  font-weight: 300;
}
#header .header-location .header-icon nobr {
  display: block;
}
#header .header-phone {
  margin-top: 15px;
  text-align: center;
}
#header .header-phone .header-icon {
  font-size: 1.22222em;
  font-weight: 300;
  padding-left: 24px;
  margin-bottom: 8px;
}
#header .header-phone .header-icon:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../lp/img/icons.png) -118px 0 no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
#nav {
  background: #1e1e1e;
  text-align: center;
}
#nav .nav-title {
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
#nav .nav-stripes {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12.5px;
}
#nav .nav-stripes span, #nav .nav-stripes:before, #nav .nav-stripes:after, #fixed .fixed-stripes a span, #fixed .fixed-stripes a:before, #fixed .fixed-stripes a:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: white;
  margin: 4px 0;
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
}
#nav.nav-active .nav-stripes span {
  opacity: 0;
}
#nav.nav-active .nav-stripes:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  -o-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
#nav.nav-active .nav-stripes:after {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  -o-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
#nav ul {
  display: none;
  font-size: 0;
  margin: 0 -10px;
  text-align: left;
}
#nav ul li {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
#nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 7px;
  border: 1px solid transparent;
  font-size: 18px;
  text-decoration: none;
  color: white;
}

#nav ul li a {
   color: #fff;
}
#nav ul li.active a,
#nav ul li a:hover,
#nav ul li a:focus{
  border-color: #fefefe;
  color: #fefefe;
}
#promo {
  background: url(../lp/img/promo-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: white;
}
#promo .title--ttu {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
#promo .promo-title {
  position: relative;
}
#promo .promo-title:before,
#promo .promo-title:after {
  content: '';
  position: absolute;
  width: 463px;
  height: 58px;
  background: url(../lp/img/title-decor.png);
  left: 50%;
  margin-left: -231px;
}
#promo .non--conntent-bottom.promo-title:after {
  bottom: -48px;
}
#promo .non--conntent-top.promo-title:before {
    top: -66px;
}
#promo .promo-title {
  margin-bottom: 60px;
}
#promo .non--conntent-bottom.promo-title {
  margin-bottom: 80px;
}
#promo  .non--conntent-top.promo-title {
  margin-top: 40px;
}
#promo .promo-title:before {
  top: -28px;
}
#promo .promo-title:after {
  bottom: -28px;
  transform: rotate(-180deg);
}
#promo h1 {
  position: relative;
  border-top: 0;
  padding: 0 15px 15px;
  margin-bottom: 30px;
}
#promo.anticolector h1 {
  font-size: 50px;
}

#promo h1 span {
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
}
#promo h1 span:before, #promo h1 span:after {
  content: "";
  width: 25%;
  height: 2px;
  background: rgba(233, 204, 117, 0.5);
  position: absolute;
  top: 0;
}
#promo h1 span:before {
  left: 0;
}
#promo h1 span:after {
  right: 0;
}
#promo .promo-subtitle {
  position: relative;
  margin-bottom: 45px;
  font-size: 24px;
  color: #dcb645;
}
#promo .promo-subtitle span {
  display: block;
  text-transform: uppercase;
}
#promo .promo-subtitle:before, #promo .promo-subtitle:after {
  content: "";
  background: rgba(220, 182, 69, 0.7);
  position: absolute;
  left: 50%;
}
#promo .promo-subtitle:before {
  width: 200px;
  height: 2px;
  bottom: -15px;
  margin-left: -100px;
}
#promo .promo-subtitle:after {
  width: 100px;
  height: 1px;
  bottom: -20px;
  margin-left: -50px;
}
#promo .promo-benefits {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  display: block;
}
#promo.page-4-promo .promo-benefits li {
  display: inline-block;
  margin-left: 20px;
}
#promo .promo-benefits li span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: normal;
}
#promo .promo-benefits li span:before {
  content: "";
  width: 19px;
  height: 18px;
  background: url(../lp/img/i-mark.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
#promo .promo-p {
  font-size: 20px;
  margin: 20px 0 30px;
}
#questions {
  background: #7e0c32;
  padding: 30px 0;
  text-align: center;
  color: white;
  font-size: 20px;
}
#questions .questions-title {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#questions .questions-left {
}
#questions .questions-left span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 24px;
}
#questions .questions-left span:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../lp/img/icons.png) -147px 0 no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
#questions .questions-right {
  margin-top: 15px;
}
#services {
  background: url(../lp/img/services-bg.jpg);
  overflow: hidden;
}
#services ul {
  margin-top: -15px;
  margin-bottom: -15px;
}
#services ul li .services-item {
  margin-bottom: 50px;
  padding: 20px;
  border: 3px solid #7e0c32;
}
#services ul li .services-item a {
  display: block;
  position: relative;
  height: 200px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  font-weight: bold;
}
#services ul li .services-item a:before,
#services ul li .services-item a:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid #7e0c32;
}
#services ul li .services-item a:before {
  border-right: none;
  border-top: none;
  bottom: -13px;
  left: -13px;
}

#services ul li .services-item a:after {
  border-left: none;
  border-bottom: none;
  top: -13px;
  right: -13px;
}

#services ul li .services-item a .services-item-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
  background: #7e0c32;
}
#services ul li .services-item a:hover .services-item-title, #services ul li .services-item a:focus .services-item-title {
  display: none;
}
#services ul li .services-item a .services-item-hover {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(208, 53, 46, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  color: white;
}
#services ul li .services-item a:hover .services-item-hover, #services ul li .services-item a:focus .services-item-hover {
  display: block;
}
#services ul li .services-item a .services-item-hover b {
  display: block;
  margin: 3px 0 30px;
  font-weight: 500;
}

#services ul li.col-lg-4 .services-item a .services-item-hover b {
    display: block;
    margin: 3px 0 15px;
}
#services ul li.col-lg-4 .services-item a .services-item-hover span:after {
    top: 50%;
    transform: translateY(-50%);
}
#services ul li.col-lg-4 .services-item a .services-item-hover span {
  font-size: 17px;
}

#services ul li .services-item a .services-item-hover span {
  font-weight: 300;
  border-bottom: 1px solid #f6a780;
  position: relative;
}
#services ul li .services-item a .services-item-hover span:after {
  content: "»";
  position: absolute;
  top: -0.15em;
  left: 100%;
  font-size: 1.5em;
  line-height: 1em;
  margin-left: 5px;
}
#benefits {
  color: white;
  background: url(../lp/img/benefits-bg.jpg) bottom right no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#benefits h2 {
  color: #eef0f2;
  text-transform: none;
  margin-bottom: 90px;
}
#benefits ul {
  margin: -22.5px -15px;
}
#benefits ul li {
  padding: 22.5px 15px;
}
#benefits ul li .benefits-item-icon {
  position: relative;
  z-index: 1;
  height: 110px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#benefits ul li .benefits-item-icon img {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%,-50%);
}

#benefits ul li .benefits-item-icon img {
  width: 96px;
}
#benefits ul li {
  color: #d6d9db;
  line-height: 1.4em;
}
#benefits ul li .benefits-item-title {
  font-size: 20px;
  margin-bottom: 25px;
  color: #fff;
}
#benefits ul li .benefits-item-title:after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: #fff;
  margin-top: 15px;
}
#sertificates {
  position: relative;
  background: url(../lp/img/sertificates-bg.jpg);
}
#sertificates .sertificates-carousel {
  padding: 0 22.5px;
}
#sertificates .sertificates-carousel a {
  display: block;
  margin: 0 7.5px;
}
#sertificates .sertificates-carousel .slick-arrow, #reviews .reviews-carousel .slick-arrow {
  border: 0;
  outline: 0;
  font-size: 0;
  width: 15px;
  height: 28px;
  background: url(../lp/img/icons.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
#sertificates .sertificates-carousel .slick-prev {
  background-position: -200px 0;
  left: 0;
}
#sertificates .sertificates-carousel .slick-next {
  background-position: -217px 0;
  right: 0;
}
#reviews {
  background: url(../lp/img/reviews-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#reviews h2 {
  color: white;
}
#reviews .reviews-carousel {
  padding: 0 22.5px;
}
#reviews .reviews-carousel .reviews-carousel-item {
  position: relative;
  padding: 20px 15px;
  color: #fdfdfd;
  font-size: 16px;
  border-left: 3px solid #fdfdfd;
  margin-left: 1px;
}
#reviews .reviews-carousel .reviews-carousel-item p {
    margin: 0 0 20px 0;
}
#reviews .reviews-carousel .reviews-carousel-item span {
  font-size: 1.11111em;
  color: #fefefe;
  font-weight: bold;
}

#reviews .reviews-carousel .slick-prev {
  background-position: -234px 0;
  left: 0;
}
#reviews .reviews-carousel .slick-next {
  background-position: -251px 0;
  right: 0;
}
#feedback {
  background: url(../lp/img/feedback-bg.jpg) bottom right no-repeat;
}
#feedback h2 {
  color: #1e1e1e;
  text-transform: none;
}
#feedback form {
  position: relative;
  z-index: 1;
  margin: 15px;
  padding: 30px 15px;
  background:  url(../lp/img/benefits-bg.jpg) bottom right no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: white;
}
#feedback form:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 2px solid #7e0c32;
}
#feedback form .feedback-title, #popup form .feedback-title {
  font-size: 24px;
  margin-bottom: 30px;
}
#feedback form .feedback-title span {
  font-size: 0.7em;
  line-height: normal;
}
#feedback .btn {
  width: 100%;
  text-align: center;
  text-transform: none;
}
#contacts {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
#contacts .contacts-info {
  background: #7e0c32;
  padding: 30px 0;
  color: white;
  text-align: center;
}

#contacts .contacts-info .contacts-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  line-height: 1em;
}
#contacts .contacts-info .contacts-location, #contacts .contacts-info .contacts-phone, #contacts .contacts-info .contacts-mail {
  margin-top: 15px;
}
#contacts .contacts-info .contacts-location .contacts-icon {
  padding-left: 21px;
}
#contacts .contacts-info .contacts-location .contacts-icon:before {
  content: "";
  width: 11px;
  height: 16px;
  background: url(../lp/img/icons.png) -134px 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#contacts .contacts-info .contacts-location .contacts-icon span {
  display: block;
  margin-top: 5px;
  font-size: 0.735em;
  font-weight: 300;
}
#contacts .contacts-info .contacts-location .contacts-icon nobr {
  display: block;
}
#contacts .contacts-info .contacts-phone .contacts-icon {
  font-weight: 300;
  padding-left: 24px;
}
#contacts .contacts-info .contacts-phone .contacts-icon:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../lp/img/icons.png) -147px 0 no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
#contacts .contacts-info .contacts-mail .contacts-icon {
  font-weight: 300;
  padding-left: 24px;
}
#contacts .contacts-info .contacts-mail .contacts-icon:before {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../lp/img/icons.png) -163px 0 no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
#footer {
  padding: 20px 0;
  text-align: center;
}
#footer a {
  font-weight: bold;
}
#popup, #thanks {
  max-width: 360px;
  position: relative;
  margin: 40px auto;
  padding: 30px;
  background: url(../lp/img/benefits-bg.jpg) bottom right no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: white;
}
#thanks span {
  display: block;
  font-size: 36px;
  margin: 30px 0;
}
.mfp-close {
  color: white !important;
}
#promo.page-2-promo {
  background-image: url(../lp/img/page-2-promo-bg.jpg);
}
#promo.page-2-promo .promo-benefits {
  font-size: 24px;
}

#page-2-block-1 ul, #page-5-block-1 ul, #page-6-block-1 ul {
  margin: -15px 0 0;
}
#page-2-block-1 ul li, #page-5-block-1 ul li, #page-6-block-1 ul li,
#isfree .list-mark li {
  position: relative;
  padding-left: 32px;
  margin: 15px 0;
  color: #002c5e;
  font-size: 20px;
}
#page-2-block-1 ul li:before,
#page-5-block-1 ul li:before,
#page-6-block-1 ul li:before,
#isfree .list-mark li:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../lp/img/i-mark.png) no-repeat center center;
  position: absolute;
  top: 3px;
  left: 0;
}
#page-2-block-2 {
  background: url(../lp/img/page-5-block-2-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #10232a;
}
#page-2-block-2 h2 {
  color: #10232a;
}
#page-2-block-2 p, #page-4-block-1 p {
  margin-bottom: 30px;
}
#page-2-block-2 img, #page-4-block-1 img, #page-5-block-3 img {
  padding: 15px;
  border: 2px solid #7e0c32;
}
#promo.page-3-promo {
  background: #102e42 url(../lp/img/page-3-promo-bg.jpg) bottom left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#promo.page-3-promo .promo-benefits {
  font-size: 18px;
  text-align: left;
  padding-top: 22.5px 0 7.5px;
}
#promo.page-3-promo .promo-benefits li {
  padding: 7.5px 3%;
  text-align: center;
}
#promo.page-3-promo .promo-benefits li span {
  padding-top: 39px;
  padding-left: 0px;
}
#promo.page-3-promo .promo-benefits li span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 33px;
  background: url(../lp/img/i-asks.png) no-repeat center center;
}

#page-3-block-1 {
  background: white;
}
#page-3-block-1 .page-3-block-1-left {
  color: #636363;
}
#page-3-block-1 .page-3-block-1-left {
  color: #242424;
}
#page-3-block-1 .page-3-block-1-title {
  text-align: center;
}
#page-3-block-1 .page-3-block-1-title-margin {
  margin-top: 30px;
}
#page-3-block-1 .page-3-block-1-title span,
#isfree .title {
  display: inline-block;
  padding: 0.5em 0.75em 0.33333em;
  text-transform: uppercase;
}
#page-3-block-1 .page-3-block-1-left .page-3-block-1-title span,
#isfree .left-panel .title {
  color: #7e0c32;
}
#page-3-block-1 .page-3-block-1-right .page-3-block-1-title span,
#isfree .right-panel .title {
  color: #1e1e1e;
}
#page-3-block-1 .page-3-block-1-title.no-border span {
  border-color: transparent;
}
#page-3-block-1 ol, 
#isfree .list-num {
  counter-reset: myCounter;
}
#page-3-block-1 ol li,
#isfree .list-num li {
  position: relative;
  padding-left: 48px;
  min-height: 36px;
  margin: 15px 0;
}
#page-3-block-1 ol li:before,
#isfree .list-num li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
}
#page-3-block-1 .page-3-block-1-left ol li:before {
  color: #7e0c32;
  font-size: 35px;
  font-weight: bold;
  background: #dbdbdb;
}
#page-3-block-1 .page-3-block-1-right ol li:before,
#isfree .list-num li:before{
  color: #1e1e1e;
  font-size: 35px;
  background: #dbdbdb;
  font-weight: bold;
}
#promo.page-4-promo {
  background-image: url(../lp/img/page-4-promo-bg.jpg);
}
#page-4-block-1, #page-5-block-1 {
  background: url(../lp/img/page-4-block-1-bg-1.jpg);
}
#page-4-block-1 p, #page-5-block-3 p {
  color: #002c5e;
}
#promo.page-5-promo {
  background-image: url(../lp/img/page-5-promo-bg.jpg);
}

#page-6-block-1 h4 {
  color: #47a391;
}

#page-5-block-2, #page-6-block-2 {
  background: url(../lp/img/page-5-block-2-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  text-align: center;
}
 #page-6-block-2 h2,
 #description h2,
 #description,
 #page-5-block-2,
 #page-6-block-2,
 #page-6-block-2 {
  color: #10232a;
}
#page-5-block-2 p, #page-6-block-2 p {
  margin-bottom: 30px;
}
#page-5-block-3 p {
  margin-bottom: 15px;
}
#promo.page-6-promo {
  background-image: url(../lp/img/page-6-promo-bg.jpg);
}
#promo.page-6-promo form {
  padding: 15px 30px 0px 42px;
  margin: 0px 12px 12px 0;
  position: relative;
  z-index: 1;
}
#promo .feedback-title {
  font-size: 25px;
  margin-bottom: 20px;
}


.home__desc-title {
  color: #10232a;
  text-transform: uppercase;
  margin-bottom: 38px;
  margin-top: 100px;
  font-weight: 500;
}
.decor-wrap {
  border-top:3px solid #7e0c32;
  border-bottom:3px solid #7e0c32;
  padding: 25px 35px;
  clear: both;
}
.decor-wrap .btn-wrap {
    clear: both;
    height: 43px;
}
.home__desc-wrap .btn,
#inner-page .btn,
#inner-page .contacts__form .btn {
  background: #ed4e0e;
  border: 1px solid transparent;
  float: right;
  color: #fff;
  display: inline-block;
  width: auto;
}
.home__desc-wrap .btn:hover,
#inner-page .btn:hover,
#inner-page .contacts__form .btn:hover {
  color: #ed4e0e;
  background-color: transparent;
  border-color: #ed4e0e;
}
.home__desc-img {
  position: relative;
}
.home__desc-img .img:before {
      content: '';
    position: absolute;
    top: 0px;
    left: 109%;
    height: 100%;
    width: 347px;
    background: url(../lp/img/corporate/services/woman.png) no-repeat center top;
}

#inner-page {
  color: #113256;
  line-height: 1.32em;
  margin-bottom: 70px;
  overflow: hidden;
}

#inner-page h1,
#inner-page h2,
#inner-page h3,
#inner-page h4,
#inner-page h5,
#inner-page h6 {
  line-height: 1.1em;
  margin: 1em 0 0.8em;
  font-weight: 500;
}

#inner-page h1 {
  font-size: 60px;
  text-transform: uppercase;
  color: #dcb63e;
  margin-top: 60px;
  margin-bottom: 34px;
}

#inner-page .contacts-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #113256;
  position: relative;
}
#inner-page .contacts-list li.map {
  font-size: 18px;
  line-height: 1.1em;
  margin-top: 6px;
} 
#inner-page .contacts-list li.map .min {
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
#inner-page .contacts-list li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
}
#inner-page .contacts-list li.phone {
  font-size: 18px;
}
#inner-page .contacts-list li.phone .orange {
  color: #ed4e00;
}
#inner-page .contacts-list li.map:before {
  background: url(../lp/img/corporate/contacts/1.png) no-repeat center center;
}
#inner-page .contacts-list li.phone:before {
  background: url(../lp/img/corporate/contacts/2.png) no-repeat center center;
}
#inner-page .contacts-list li.mail:before {
  background: url(../lp/img/corporate/contacts/3.png) no-repeat center center;
}
#inner-page .label-caption {
  font-size: 18px;
}
#inner-page .contacts__form input {
  margin-bottom: 18px;
  
}
#inner-page .contacts__form textarea {
  height: 140px;
}
#inner-page input:focus,
#inner-page textarea:focus {
  background: #f8f8f8;
  border-color: #a6a8a9;
  outline: none;
  box-shadow: none;
}
#inner-page input,
#inner-page textarea {
  border: 1px solid #dcb63e;
  padding: 13px;
  border-radius: 0;
  font-size: 18px;
  color: #113256;
  font-size: 18px;
}

.about-company-man:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 100%;
  width: 398px;
  height: auto;
  background: url(../lp/img/corporate/o-kompanii/about-company-man.png) no-repeat center top;
  background-size: cover;
  bottom: 0;
} 

#inner-page #article {
  padding-top: 0;
}
#inner-page #article p,
#inner-page #article .list-mark li {
  color: #000!important;
}

.list-left-bar {
  height: auto;
  background: #f1f0f0;
}
.list-left-bar .list-left-bar__item {
  box-shadow: 0px 1px 0px 0px #c3c3c3;
}
.list-left-bar .list-left-bar__item a {
  color: #4f4e4e;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
}
.list-left-bar .list-left-bar__item:not(.bar-title) a:hover {
  background: #d6d6d6;
}
.list-left-bar__title {
  background: #ee580f;
  border-top: none;
  font-size: 19px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  clear: both;
}
.list-left-bar__title .btn-toggle {
  float: right;
  width: 24px;
  height: 22px;
  opacity: 0;
  padding-top: 4px;
}

.btn-toggle-wrap {
   padding: 12px 20px;
}
.btn-toggle-wrap:hover {
  cursor: pointer;
}
.list-left-bar__title .btn-toggle .i {
  background: #fff;
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: .3s;
}
.list-left-bar__title a {
  color: #fff;
    text-decoration: none;
    font-size: 24px;

}
.list-left-bar .list-left-bar__item:last-child {
  box-shadow: none;
}


.about-comp_img {
  position: relative;
}


#page-4-promo .promo-benefits {
  text-align: center;
}
#page-4-promo .promo-benefits li {
  display: inline-block;
  margin-left: 20px;
}

#page-zemelnyie-voprosyi #page-6-block-1 h2 {
  font-size: 44px;
}

#page-zemelnyie-voprosyi h1 {
  font-size: 50px;
}

#page-zemelnyie-voprosyi #page-6-block-1 ul li {
  color: #000;
}
#page-zemelnyie-voprosyi #promo {
  background: url(../lp/img/1-page-zemelnyie-voprosyi.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#page-zemelnyie-voprosyi #page-5-block-3 {
  background: url(../lp/img/3-page-zemelnyie-voprosyi.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}
#page-zemelnyie-voprosyi #page-5-block-3 h2, 
#page-zemelnyie-voprosyi #page-5-block-3 p {
  color: #fff;
}



#page-30 #promo h1 {
    padding: 0 30px 30px;
    padding: 20px 0;
    font-size: 50px;
}
#page-30 #promo.page-6-promo {
  background: url(../lp/img/articles/grajdanstvo-i-seriali/1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: -2px;
}
#page-30 #promo.page-6-promo form {
  border: none;
}
#page-30 #promo.page-6-promo form:before {
  background: transparent;
  border: none;
}
#page-30 #promo.page-6-promo form {
    margin: -28px 12px 12px 0;
}

#page-30 #page-6-block-1 h2 {
    font-size: 42px;
}

#page-30  #page-6-block-1 ul li {
    color: #000;
    margin-bottom: 20px;
}

#page-30 #description {
  background: url(../lp/img/page-5-block-2-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#page-30 #description h3 {
  margin-bottom: 40px;
  line-height: 1.30em;
  font-weight: 500;
}
#page-30 #description h3:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    margin: 15px auto 0;
    background: #dcb645;
}
#page-30 #description p {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#page-30 #description .btn-wrap {
  text-align: center;
  margin-top: 30px;
}
#page-30 #description .btn--gold {
    color: #dcb645;
    border-color: #dcb645;
    padding: 12px 32px;
    text-transform: none;
    font-size: 18px;
    transition: .2s;
}
#page-30 #description .btn--gold:hover,
#page-30 #description .btn--gold:focus {
  background: #dcb645;
  color: #fff;
}

#page-30.zpp #promo.page-6-promo{
  background: url(../lp/img/articles/zpp/1.jpg) no-repeat center center;
  background-size: cover;
}

#page-5-block-1 h2 {
  color: #10232a;
}

/*  Media queries  */

@media (min-width: 480px) {
  h1, h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  .padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #header {
    font-size: 16px;
  }
  #header .header-phone .btn {
    font-size: 12px;
    padding: 12px;
  }
  #promo .promo-subtitle {
    font-size: 30px;
  }
  #promo .promo-benefits {
    font-size: 24px;
    text-align: center;
  }

  #questions .questions-left {
    font-size: 24px;
  }
  #reviews .reviews-carousel .reviews-carousel-item {
    padding: 40px 30px;
    font-size: 18px;
  }
  #feedback form {
    padding: 45px;
  }
  #feedback form .feedback-title, #popup form .feedback-title {
    font-size: 27px;
  }
  #contacts .contacts-info {
    font-size: 16px;
  }
  #promo.page-2-promo .promo-benefits {
    font-size: 30px;
  }
  #promo.page-2-promo .promo-benefits li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  h1, h2 {
    font-size: 44px;
  }
  h2 {
    margin-bottom: 60px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  form input[type="text"] {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  form .btn {
    font-size: 19px;
  }
  .container {
    width: 90.625%;
  }
  .padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #fixed .fixed-nav {
    display: block;
  }
  #fixed .fixed-phone {
    text-align: right;
  }
  #fixed .fixed-phone .tal {
    display: inline-block;
    text-align: left;
  }
  #fixed .fixed-stripes {
    display: none;
  }
  #header .header-logo {
    margin-top: 9px;
  }
  #header .header-location, #header .header-phone {
    margin-top: 0;
  }
  #nav .nav-title {
    display: none;
  }
  #nav ul {
    display: inline-block !important;
  }
  #nav ul li, #nav ul li a {
    width: auto;
  }
  #promo h1 {
    padding: 0 30px 30px;
  }
  #promo .promo-subtitle {
    font-size: 36px;
  }
  #promo .promo-benefits {
    font-size: 30px;
  }
  
  #promo .promo-p {
    font-size: 24px;
    margin: 20px 0 25px;
  }
  #questions .questions-left {
    text-align: right;
    padding-right: 30px;
  }
  #questions .questions-right {
    margin-top: 5px;
    text-align: left;
    padding-left: 30px;
    position: relative;
  }
  #questions .questions-right:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  #services ul li .services-item a {
    height: 240px;
  }
  #sertificates .sertificates-carousel {
    padding: 0 30px;
  }
  #sertificates .sertificates-carousel a {
    margin: 0 15px;
  }
  #reviews .reviews-carousel {
    padding: 0 80px;
  }
  #reviews .reviews-carousel .reviews-carousel-item {
    margin: 25px 40px 0 15px;
    padding: 0px 20px 0px;
  }
  #feedback form .feedback-title, #popup form .feedback-title {
    font-size: 32px;
  }
  #contacts .contacts-info {
    position: absolute;
    z-index: 1;
    top: 110px;
    left: 10%;
    width: 290px;
    margin: 6px;
    text-align: left;
    font-size: 18px;
  }
  #contacts .contacts-info:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 2px solid #7e0c32;
  }
  #contacts .contacts-info .contacts-location .contacts-icon {
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
  #contacts .contacts-info .contacts-location .contacts-icon:before {
    top: 15px;
  }
 
  #page-2-block-1, #page-6-block-1 {
    background:  url(../lp/img/page-4-block-1-bg-1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }
  #page-3-block-1 .page-3-block-1-title-margin {
    margin-top: 0;
  }
  #page-5-block-2 p, #page-6-block-2 p {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h1, h2 {
    font-size: 52px;
  }
  h2 {
    margin-bottom: 75px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 36px;
  }
  .padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #fixed .fixed-nav {
    text-align: center;
  }
  #fixed .fixed-nav ul li {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #fixed .fixed-nav ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #header {
    font-size: 18px;
  }
  #header .header-phone .btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  #nav ul {
    margin: 0 -20px;
  }
  #nav ul li {
    padding: 15px 20px;
  }
  #nav ul li a {
    padding: 7px 15px;
  }
  #services ul {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  #services ul li .services-item a {
    font-size: 24px;
  }
  
  
  #benefits ul li .benefits-item-icon img {
    width: auto;
  }
  #feedback form .feedback-title, #popup form .feedback-title {
    margin-bottom: 45px;
  }
  #feedback form {
    padding: 60px 75px 75px;
  }
  #contacts .contacts-info {
    padding-left: 45px;
    padding-right: 45px;
    width: 375px;
  }
  #page-2-block-1 ul, #page-5-block-1 ul {
    margin: -30px 0;
  }
  #page-2-block-1 ul li, #page-5-block-1 ul li {
    margin: 30px 0;
    font-size: 24px;
  }
  #page-2-block-1 ul li:before, #page-5-block-1 ul li:before {
    top: 5px;
  }
  #page-2-block-2 p {
    font-size: 20px;
  }
  #page-3-block-1 .page-3-block-1-title span,
  #isfree .title {
    font-size: 24px;
  }
  #page-3-block-1 ol li,
  #isfree .list-num li {
    padding-left: 70px;
    margin: 30px 0;
    min-height: 58px;
    color: #10232a;
  }
  #page-3-block-1 ol li:before,
   #isfree .list-num li:before {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
  }
   #page-6-block-2 p {
    font-size: 26px;
  }
  #page-5-block-2 p,
  #page-6-block-2 p {
    text-align: left;
    font-size: 20px;
  }

}


@media (min-width: 1200px) {
  h1, h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 36px;

  }
  #fixed .fixed-logo a {
    width: auto;
  }
  #fixed .fixed-nav ul li a {
    font-size: 17px;
  }
  #fixed .fixed-nav ul li a {
   color: #fff;
  }
  #fixed .fixed-nav ul li.active a,
  #fixed .fixed-nav ul li a:hover,
  #fixed .fixed-nav ul li a:focus{
    border-color: #fefefe;
    color: #fefefe;
  }

  #header .header-logo {
    margin-top: 6px;
    text-align: left;
  }
  #header .header-location {
    margin-top: 6px;
  }
  #header .header-location .header-icon span {
    font-size: 0.83333em;
  }
  #header .header-location .header-icon > nobr {
    display: inline;
  }
  #header .header-phone {
    text-align: left;
  }
  #nav ul {
    margin: 0 -30px;
  }
  #nav ul li {
    padding: 15px 30px;
  }
  #nav ul li a {
    padding: 7px 20px;
    font-size: 20px;
    color: #fff;
  }
  #benefits {
    background:url(../lp/img/benefits-bg.jpg) bottom right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #sertificates:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../lp/img/sertificates-bg.png) left center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #page-2-block-2 p {
    font-size: 24px;
  }
  #page-3-block-1 {
    background: white url(../lp/img/page-3-block-1-bg.jpg);
  }
  #page-4-block-1 {
    color: #fbfbfb;
  }
  #page-4-block-1 p, #page-5-block-3 p {
    font-size: 20px;
  }
  #page-5-block-1 {
    background: url(../lp/img/page-4-block-1-bg-1.jpg);
  }
  #page-5-block-3 {
    background: #fdfdfd;
  }
}

#article {
  padding: 70px 0;
}

#article h1 {
  font-size: 60px;
  color: #002360;
  margin-bottom: 45px;
  line-height: normal;
}

#article h2 {
 font-size: 45px;
 margin-top: 60px;
 margin-bottom: 45px;
 color: #dcb63e;
 line-height: normal;
}
#article h2:after {
  display: none;
}

#article h3,
#article h4,
#article h5,
#article h6 {
  color: #dcb63e;
  font-size: 24px;
  margin-top: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#article .list-mark {
  margin: 30px 0 15px;
}

#article .list-mark li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

#article .list-mark li:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 24px;
  background: url(../lp/img/articles/statya-dlya-kontent-menedzhera/list-mark.png) no-repeat center center;
  top: 0;
  left: 0px;
}

#article .list-num {
  counter-reset: myCounter;
  margin: 30px 0 15px;
}

#article .list-num li {
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 45px;
    position: relative;
}

#article .list-num li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    border-color: #f8d562;
    color: #dcb645;
}

#article p {
  margin-bottom: 20px;
}

#article .list-i-top {
  font-size: 0;
  margin: 45px 0 15px;
  text-align: center;
}

#article .list-i-top .list-i-top__item {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
  min-height: 140px;
  font-size: 18px;
}

#article .list-i-top .title,
#article .list-i-left .title,
#article  .list-img-top .title,
#article  .list-img-left .title,
#article  .list-i-line .title {
    color: #002360;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 18px;
    display: block;
}

#article .list-i-top .list-i-top__item .img {
  width: 158px;
  height: 141px;
  background: url(../lp/img/icon-border.png) no-repeat center center;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

#article .list-i-top .list-i-top__item p {
  display: block;
  font-size: 18px;
}

#article .list-i-top .list-i-top__item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#article .list-i-left {
  font-size: 0;
  margin: 45px 0 15px;
}

#article .list-i-left .list-i-left__item {
  float: none;
  display: inline-block;
  margin-bottom: 45px;
  vertical-align: top;
  position: relative;
  padding-left: 180px;
  font-size: 18px;
  min-height: 140px;
}

#article .list-i-left .list-i-left__item .img {
  width: 158px;
  height: 141px;
  background: url(../lp/img/icon-border.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

#article .list-i-left .list-i-left__item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#newform {
  background:url(../lp/img/newform-bg.jpg);
}
#newform h2 {
  color: #1f1f1f;
  font-size: 50px;
  text-align: center;
  text-transform: unset;
  margin-top: 70px;
  margin-bottom: 20px;
}
#newform p {
    font-size: 18px;
    color: #1f1f1f;
    line-height: 24px;
    position: relative;
    min-height: 30px;
}
#newform p span {
  color: #7e0c32;
  font-weight: bold;
}
#newform p:before {
    content: "";
    background: url(../lp/img/newform-ok.png) no-repeat;
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
}
#newform .newform {
  background: #fff;
  border: 4px solid #7e0c32;
  padding-bottom: 25px;
}
#newform .newform h2 {
  font-size: 23px;
  color: #252525;
  line-height: 24px;
}
#newform .newform form input[type="text"] {
  width: 25%;
  background: #f8f8f8;
  color: #252525;
  margin: 30px 25px;
}
#newform .newform form .btn {
  top: -2px;
  position: relative;
  padding: 16px 20px;
}

#newform .newform form ::-webkit-input-placeholder {color: #252525;}
#newform .newform form ::-moz-placeholder          {color: #252525;}
#newform .newform form :-moz-placeholder           {color: #252525;}
#newform .newform form :-ms-input-placeholder      {color: #252525;}

#newform .newform form label {
  display:unset;
}

#newform .newform form span {
  position: relative;
}
#newform .newform form span:nth-child(1):before {
    content: "";
    background: url(../lp/img/newform-name.png);
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}
#newform .newform form span:nth-child(2):before {
    content: "";
    background: url(../lp/img/newform-phone.png);
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}
#newform .frm-pl {
  padding-left:120px;
}
@media (max-width: 1200px) {
  #newform .frm-pl {
    padding-left: 40px;
  }
}
@media (max-width:991px) {
  #newform .newform form input[type="text"] {
    width:100%;
    margin: unset;
  }
}
@media screen and (min-width: 991px) {
  .list-left-bar {
    display: block!important;
  }
}

@media screen and (max-width: 992px) {
   .list-left-bar__title .btn-toggle {
    opacity: 1;
  }
  .list-left-bar {
    display: none;
  }
  .btn-toggle {
    position: relative;
  }
  .btn-toggle:hover {
    cursor: pointer;
  }
  
  .btn-toggle.active .i:nth-of-type(2) {
    opacity: 0;
  }
  .btn-toggle.active .i:nth-of-type(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .btn-toggle.active .i:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.btn-toggle.active .i {
  transition: .3s;
}

@media screen and (max-width: 920px) {
  
    #article h1 {
      font-size: 50px;
      color: #002360;
      margin-bottom: 30px;
    }
    
    
    
    #article h2 {
      font-size: 35px;
      margin-top: 50px;
      margin-bottom: 30px;
      color: #dcb63e;
    }
    
    #article h3 {
      color: #dcb63e;
      font-size: 22px;
      margin-top: 35px;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
  
    #article p {
      margin-bottom: 15px;
      font-size: 16px;
    }
    
    #article .reference {
      margin: 45px 0;
      margin-left: 30px;
      padding: 35px;
      padding-left: 40px;
      left: 15px;
    }
    
    #services .home__desc-img .img,
    #services .about-company-man {
      display: none;
    }
    
    #page-zemelnyie-voprosyi h1 {
    font-size: 35px;
  }
  #page-zemelnyie-voprosyi #page-6-block-1 h2 {
    font-size: 35px;
  }
  
}

@media screen and (max-width: 769px) {
  
  #page-zemelnyie-voprosyi h1 {
    font-size: 25px;
  }
  #page-zemelnyie-voprosyi #page-6-block-1 h2 {
    font-size: 25px;
  }
  
}

@media screen and (max-width:480px) {
  
  #article .list-i-left .list-i-left__item {
    padding-left: 0;
    text-align: center;
  }
  
  #article .list-i-left .list-i-left__item .img {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  #article .list-i-left .list-i-left__item p {
    text-align: left;
  }
  
}

#article .list-i-line {
  margin: 35px 0 15px;
}

#article .list-i-line .list-i-line__item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 80px;
  min-height: 70px;
}
#article .list-i-line .list-i-line__item img {
  position: absolute;
  top: 0;
  left: 0;
}

#article .list-img-top {
  font-size: 0;
  margin: 35px -15px 15px;
  text-align: center;
}
#article .list-img-top .list-img-top__item {
  margin-bottom: 45px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#article .list-img-top .list-img-top__item  {
  font-size: 18px;
}

#article .list-img-left {
  font-size: 0;
  margin: 35px -15px 15px;
}

#article .list-img-left .list-img-left__item {
  margin-bottom: 35px;
  font-size: 16px;
}

#article .list-img-left .list-img-left__item .btn {
  margin-top: 10px;
}

#article .list-img-left .list-img-left__item img {
  margin-bottom: 15px;
}

#article .list-img-top .btn {
  margin-top: 10px;
}

#article .reference {
  margin: 45px 0;
  position: relative;
  background: #fff5d6;
  color: #675e3f;
  position: relative;
  padding: 50px;
  padding-left: 40px;
  left: 15px;
}

#article .reference:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  background: url(../lp/img/articles/statya-dlya-kontent-menedzhera/reference.png) no-repeat center center;
}

.B_crumbBox {
  padding: 15px 0;
}
.B_crumbBox li {
  display: inline;
}
.B_crumbBox li a {
  text-decoration: none;
}
.B_crumbBox li:last-child a {
  color: #ef5f19;
  text-decoration: none;
}
.B_crumbBox li:last-child a:hover {
  cursor: default;
}

#contacts.contacts--i .contacts-info {
    padding-left: 0px;
    padding-right: 0px;
    width: 313px;
}


.vin {
  font-size: 2em;
  margin-bottom: 1.2em;
}
.vin b {
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 500;
}


@media screen and (max-width: 1120px) {
  
  #contacts.contacts--i .contacts-info .col-info {
    width: 100%;  
  }
  #contacts.contacts--i .contacts-info .col-img {
    width: 0%;  
  }
  #contacts.contacts--i .contacts-info {
      padding-left: 0px;
      padding-right: 0px;
      width: 350px;
      padding: 35px 20px 5px;
  }
  
}

#promo i {
  font-style: normal;
  font-size: .7em;
}

#footer a {
  color: #7e0c32;
}

@media screen and (max-width: 1200px) {
  #promo.anticolector h1 {
      font-size: 40px;
  }
  #header .header-logo a {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  #page-3-block-1 .page-3-block-1-left ol li:before,
  #page-3-block-1 .page-3-block-1-right ol li:before {
      font-size: 23px;
  }
}

@media screen and (max-width: 920px) {
  #promo.anticolector h1 {
      font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #promo .promo-title:before,
  #promo .promo-title:after {
    display: none;
  }
  #promo .non--conntent-bottom.promo-title {
    margin-bottom: 25px;
  }
  
  #benefits h2 {
    margin-bottom: 35px;
  }
  #benefits ul li .benefits-item-icon {
    margin-bottom: 10px;
  }
  #contacts.contacts--i .contacts-info {
      width: 100%;
  }
  #feedback form .feedback-title,
  #popup form .feedback-title {
      font-size: 22px;
  }
  
  #benefits ul li .benefits-item-icon img {
      width: 80px;
      max-height: 80px;
  }
  #benefits ul li .benefits-item-icon {
    margin-bottom: 0;
    height: 88px;
  }
  #promo.anticolector h1 {
      font-size: 24px;
  }
  .vin {
    font-size: 18px;
    margin-bottom: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  #promo.anticolector h1 {
      font-size: 20px;
  }
  #promo.page-3-promo .promo-benefits li {
    text-align: left;
  }
 #promo.page-3-promo .promo-benefits li span {
    text-align: left;
    padding-left: 35px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  #promo.page-3-promo .promo-benefits li span:before {
    left: 0;
    transform: translate(0);
  }
}

#isfree .list-num li:before {
    font-size: 34px;
}
#isfree .list-mark li,
#isfree .list-num li {
  font-size: 24px;
  color: #002c50;
}
#isfree .title {
  font-size: 38px;
  text-align: center;
  display: block;
}
#isfree h3.title {
  text-transform: none;
}

@media screen and (max-width:990px) {
  #isfree .title {
    font-size: 25px;
  }
  #isfree .list-mark li, #isfree .list-num li {
    font-size: 19px;
  }
  #isfree .list-num li:before {
      font-size: 21px;
  }
}

