@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic';
body {
  font-family: "Helvetica", sans-serif;
  font-weight: light;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

a:active, a:visited, a:focus {
  color: #fff;
  text-decoration: none;
}

/*----------------- Base style --------------------*/
* {
  box-sizing: border-box;
}

.container {
  max-width: 1175px;
}

.section-title {
  font-size: 36px;
  font-family: "Arial", sans-serif;
  text-align: center;
  margin: 0;
}

.section {
  padding: 25px 0 40px 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

p {
  margin: 0;
}

/* Header */
header {
  min-height: 300px;
  background: #1d2f6f url("../img/header-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}

.img-logo {
  width: 144px;
  height: 142px;
  float: left;
}

.img-logo img {
  max-width: 100%;
  max-height: 100%;
}

.img-logo-text {
  width: 280px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

.img-logo .address.first {
  width: 220px;
  padding-left: 0;
  line-height: 30px;
  font-size: 20px;
}

.phone-block {
  width: 220px;
  float: right;
}

.icon-phone {
  margin: 5px 10px 0 0;
  vertical-align: top;
}

.numbers-phone {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

/* Scope section*/
.scope {
  text-align: center;
}

.scope .section-title {
  color: #0c1448;
  margin-bottom: 20px;
}

.scope .scope-item:nth-child(4) .scope-img {
  margin-top: 5px;
}

.scope-item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 40px;
}

.scope-item::after {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  background-color: #010101;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -110px;
}

.scope-img,
.scope-text {
  display: inline-block;
  vertical-align: middle;
}

.scope-img {
  width: 45%;
  height: 160px;
  text-align: left;
}

.scope-img img {
  max-width: 100%;
  width: 100%;
}

.scope-text {
  font-size: 22px;
  line-height: 19px;
  color: #010101;
  text-align: center;
  width: 50%;
}

.economy {
  min-height: 290px;
  background-image: url("../img/s1-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.btn {
  display: block;
  margin: 0 auto;
  width: 266px;
  height: 46px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #2d4787;
  border: 1px solid #172d6b;
  border-color: #172d6b;
  cursor: pointer;
  transition: all 0.4s ease;
  clear: both;
  position: relative;
  top: 5px;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3a5bad;
}

.left-text {
  font-size: 5em;
  float: left;
  color: #fff;
  padding-top: 40px;
  padding-left: 20px;
}

.rigth-text {
  text-align: center;
  float: right;
  font-size: 36px;
  color: #fff;
  line-height: 30px;
  padding-top: 65px;
}

.comparison {
  padding: 33px 0 60px 0;
}

.comparison .bold {
  font-size: 72px;
  color: #dbdee8;
  text-align: center;
}

.comparison .blue-text {
  color: #2d4787;
  text-align: center;
  color: #2d4787;
  font-size: 45px;
  line-height: 30px;
  margin-top: -40px;
}

.comparison .blue-text span {
  font-size: 18px;
}

.comparison-item {
  margin-bottom: 20px;
}

.comparison-line {
  text-align: center;
  height: 35px;
  color: #fff;
  line-height: 35px;
  background-color: #273d74;
  font-size: 20px;
}

.compare {
  width: 650px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}

.compare-left {
  width: 50%;
  float: left;
  position: relative;
}

.compare-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #273d74;
}

.compare-left .gray {
  font-size: 48px;
  font-weight: 700;
  color: #d1d4dd;
  text-align: center;
}

.compare-left .blue {
  color: #223564;
  font-size: 33px;
  margin-top: -45px;
  margin-left: -8px;
  font-weight: 700;
  text-align: center;
}

.compare-left .compare-img {
  margin-left: -55px;
}

.compare-left .compare-price {
  text-align: right;
  font-size: 30px;
  margin-right: 5px;
}

.compare-left .compare-descr {
  text-align: left;
}

.compare-right {
  width: 50%;
  float: right;
}

.compare-right .gray {
  font-size: 48px;
  font-weight: 700;
  color: #d1d4dd;
  text-align: center;
}

.compare-right .blue {
  color: #223564;
  font-size: 33px;
  margin-top: -45px;
  margin-left: -8px;
  font-weight: 700;
  text-align: center;
}

.compare-right .compare-descr {
  text-align: right;
  padding-right: 20%;
}

.compare-right .compare-price {
  font-size: 30px;
  font-weight: 700;
  color: #2d4787;
  margin-left: 5px;
  margin-top: 30px;
}

.compare-right .compare-text {
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
  padding-left: 105px;
}

.compare-descr {
  font-size: 30px;
  color: #9ea4ba;
  font-weight: 700;
  line-height: 24px;
}

.compare-descr span {
  font-size: 16px;
}

.compare-list {
  position: relative;
}

.compare-list::after {
  content: "или";
  display: block;
  position: absolute;
  right: -45px;
  top: 15%;
  font-size: 50px;
  color: #8d95ae;
  font-weight: 700;
  z-index: 10;
  background: rgba(0,0,0, 0.1);
}

.compare-list li {
  font-size: 17px;
  color: #010101;
  line-height: 24px;
  padding-left: 25px;
}

.compare-left .compare-list li {
  position: relative;
}

.compare-left .compare-list li::before {
  content: "1";
  display: inline-block;
  width: 17px;
  color: #223564;
  height: 18px;
  margin-left: -15px;
  margin-right: 10px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #223564;
}

.compare-left .compare-list li:nth-child(2)::before {
  content: "2";
}

.compare-left .compare-list li:nth-child(3)::before {
  content: "3";
}

.compare-left .compare-list li:nth-child(4)::before {
  content: "4";
}

.compare-left .compare-list li:nth-child(5)::before {
  content: "5";
}

.compare-left .compare-list li:nth-child(6)::before {
  content: "6";
}

.compare-left .compare-list li:nth-child(7)::before {
  content: "7";
}

.guarantee {
  text-align: center;
  padding-bottom: 10px;
}

.section-line {
  height: 70px;
  text-align: center;
  background-color: #2d4787;
  line-height: 70px;
  color: #fff;
  font-size: 30px;
}

.guarantee-content {
  padding-top: 20px;
}

.guarantee-content img {
  display: inline-block;
}

.guarantee-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  text-align: left;
}

.guarantee-text p {
  font-size: 20px;
  margin-bottom: 10px;
}

.guarantee-text .small {
  font-size: 16px;
}

.advantage {
  padding-bottom: 0;
}

.advantage-content {
  min-height: 400px;
  padding-top: 0;
  background-image: url("../img/house-bg.png");
  background-position: top center;
  background-size: cover;
}

.advantage-list.left,
.advantage-list.right {
  width: 45%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.advantage-list.left li,
.advantage-list.right li {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  line-height: 22px;
}

.advantage-list.left li::before,
.advantage-list.right li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: -8px;
  vertical-align: top;
}

.advantage-list.right {
  width: 45%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.advantage-list.right li {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}

.advantage-list.right li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: -8px;
  vertical-align: top;
}

.advantage-list.left {
  float: left;
}

.advantage-list.right {
  float: right;
}

.instructions {
  background-image: url("../img/s2-bg.png");
  background-repeat: repeat;
  background-size: cover;
}

.instruction-item {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 15px 0;
  width: 45%;
  text-align: center;
}

.instruction-item:nth-child(odd) {
  margin-right: 18px;
}

.item-text {
  font-size: 19px;
  background-color: rgba(255, 255, 255, 0.4);
}

.order {
  padding: 60px 0 30px 0;
  text-align: center;
  background-image: url("../img/s3-bg.png");
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.order .c-30 {
  font-size: 36px;
}

.order .worm {
  font-size: 20px;
  line-height: 40px;
}

.order .down {
  font-size: 23px;
}

.btn-order {
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  background-color: #123570;
}

.our-client {
  padding: 30px 0;
  text-align: center;
}

.our-client .client-title .gray {
  color: #d1d7e5;
  font-size: 72px;
  line-height: 50px;
}

.our-client .client-title .blue {
  color: #005484;
  font-size: 36px;
  margin-top: -25px;
  margin-bottom: 50px;
}

.client-content {
  display: inline-block;
  width: 33%;
  margin-bottom: 30px;
}

.client-content img {
  max-width: 100%;
}

.benefit-content {
  text-align: center;
  padding: 20px 0;
}

.benefit-item {
  text-align: center;
  width: 210px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.benefit-item div {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.certificates-content {
  text-align: center;
  padding: 20px 0;
}

.certificates-item {
  text-align: center;
  display: inline-block;
  width: 190px;
  margin: 0 10px;
}

.certificates-item img {
  max-width: 100%;
}

footer {
  padding: 30px 0;
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: top center;
}

.footer-phone,
.address,
.email {
  width: 24%;
  float: left;
  color: #fff;
}

.footer-phone {
  text-align: right;
}

.address {
  padding-left: 50px;
}

.address.first {
  padding-left: 100px;
}

.email a {
  color: #fff;
}

#form {
  max-width: 500px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  position: relative;
}

#form p {
  font-size: 32px;
  margin-bottom: 20px;
}

#form label {
  text-align: left;
  display: block;
  font-size: 23px;
  color: #212121;
  margin-bottom: 5px;
}

#form input {
  width: 100%;
  padding: 6px 10px;
  background-color: #eee;
  margin-bottom: 10px;
}

.icon-sp6, .advantage-list.left li:nth-child(6)::before, .icon-sp13, .advantage-list.right li:nth-child(5)::before, .icon-sp14, .advantage-list.right li:nth-child(6)::before, .icon-sp9, .advantage-list.right li:nth-child(1)::before, .icon-sp10, .advantage-list.right li:nth-child(2)::before, .icon-sp3, .advantage-list.left li:nth-child(3)::before, .icon-sp5, .advantage-list.left li:nth-child(5)::before, .icon-sp7, .advantage-list.left li:nth-child(7)::before, .icon-sp1, .advantage-list.left li:nth-child(1)::before, .icon-sp11, .advantage-list.right li:nth-child(3)::before, .icon-sp12, .advantage-list.right li:nth-child(4)::before, .icon-sp15, .advantage-list.right li:nth-child(7)::before, .icon-sp2, .advantage-list.left li:nth-child(2)::before, .icon-sp4, .advantage-list.left li:nth-child(4)::before, .icon-sp8, .advantage-list.left li:nth-child(8)::before, .icon-phone {
  display: inline-block;
  background: url("../img/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-sp6, .advantage-list.left li:nth-child(6)::before {
  background-position: -5px 0px;
  width: 54px;
  height: 50px;
}

.icon-sp13, .advantage-list.right li:nth-child(5)::before {
  background-position: -5px -55px;
  width: 53px;
  height: 50px;
}

.icon-sp14, .advantage-list.right li:nth-child(6)::before {
  background-position: -5px -110px;
  width: 53px;
  height: 51px;
}

.icon-sp9, .advantage-list.right li:nth-child(1)::before {
  background-position: -5px -166px;
  width: 53px;
  height: 51px;
}

.icon-sp10, .advantage-list.right li:nth-child(2)::before {
  background-position: -5px -222px;
  width: 52px;
  height: 51px;
}

.icon-sp3, .advantage-list.left li:nth-child(3)::before {
  background-position: -5px -278px;
  width: 52px;
  height: 50px;
}

.icon-sp5, .advantage-list.left li:nth-child(5)::before {
  background-position: -5px -333px;
  width: 52px;
  height: 50px;
}

.icon-sp7, .advantage-list.left li:nth-child(7)::before {
  background-position: -5px -388px;
  width: 52px;
  height: 50px;
}

.icon-sp1, .advantage-list.left li:nth-child(1)::before {
  background-position: -5px -450px;
  width: 51px;
  height: 53px;
}

.icon-sp11, .advantage-list.right li:nth-child(3)::before {
  background-position: -5px -501px;
  width: 51px;
  height: 52px;
}

.icon-sp12, .advantage-list.right li:nth-child(4)::before {
  background-position: -5px -558px;
  width: 51px;
  height: 51px;
}

.icon-sp15, .advantage-list.right li:nth-child(7)::before {
  background-position: -5px -614px;
  width: 51px;
  height: 52px;
}

.icon-sp2, .advantage-list.left li:nth-child(2)::before {
  background-position: -5px -671px;
  width: 51px;
  height: 52px;
}

.icon-sp4, .advantage-list.left li:nth-child(4)::before {
  background-position: -5px -728px;
  width: 51px;
  height: 53px;
}

.icon-sp8, .advantage-list.left li:nth-child(8)::before {
  background-position: -5px -786px;
  width: 51px;
  height: 51px;
}

.icon-phone {
  background-position: -5px -842px;
  width: 37px;
  height: 36px;
}

/*Sprite2*/
.color-color5, .color-color7, .color-color4, .color-color1, .color-color9, .color-color6, .color-color11, .color-color10, .color-color2, .color-color3, .color-color12, .color-color14, .color-color8, .color-color13 {
  display: inline-block;
  background: url("../img/sprite-color.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.color-color5 {
  background-position: -5px 0px;
  width: 60px;
  height: 55px;
}

.color-color7 {
  background-position: -5px -60px;
  width: 60px;
  height: 60px;
}

.color-color4 {
  background-position: -5px -125px;
  width: 53px;
  height: 53px;
}

.color-color1 {
  background-position: -5px -183px;
  width: 51px;
  height: 51px;
}

.color-color9 {
  background-position: -5px -239px;
  width: 51px;
  height: 51px;
}

.color-color6 {
  background-position: -5px -295px;
  width: 49px;
  height: 47px;
}

.color-color11 {
  background-position: -5px -347px;
  width: 47px;
  height: 47px;
}

.color-color10 {
  background-position: -5px -399px;
  width: 46px;
  height: 47px;
}

.color-color2 {
  background-position: -5px -451px;
  width: 43px;
  height: 52px;
}

.color-color3 {
  background-position: -5px -508px;
  width: 43px;
  height: 52px;
}

.color-color12 {
  background-position: -5px -565px;
  width: 42px;
  height: 42px;
}

.color-color14 {
  background-position: -5px -612px;
  width: 40px;
  height: 40px;
}

.color-color8 {
  background-position: -5px -657px;
  width: 36px;
  height: 52px;
}

.color-color13 {
  background-position: -5px -714px;
  width: 26px;
  height: 41px;
}

.scope-img {
  position: relative;
}

.scope-img::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -20px;
  top: -20px;
  background-image: url("../img/g1.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.scope-img.g1 {
  position: relative;
}

.scope-img.g1::before {
  right: -25px;
}

.scope-img.g2 {
  position: relative;
}

.scope-img.g2::before {
  background-image: url("../img/g2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: -25px;
}

.scope-img.g3 {
  position: relative;
}

.scope-img.g3::before {
  background-image: url("../img/g3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: -17px;
}

.scope-img.g4 {
  position: relative;
}

.scope-img.g4::before {
  background-image: url("../img/g4.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.scope-img.g5 {
  position: relative;
}

.scope-img.g5::before {
  background-image: url("../img/g5.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: -10px;
}

.guarantee .section-line {
  color: red;
}

.s-message {
  display: none;
  width: 300px;
  height: 200px;
  line-height: 35px;
  margin: 0 auto;
  background-color: #ddd;
  border: 4px solid #2d4787;
  text-align: center;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  z-index: 1000;
  box-shadow: 0px 10px 20px 20px rgba(0,0,0, 0.4);
}

.s-message p {
  font-size: 30px;
  padding-top: 25%;
}
