@font-face {
  font-family: 'HelveticaNeueCyrBold';
  src: url("../fonts/helveticaneuecyr-bold.eot");
  src: url("../fonts/helveticaneuecyr-bold.eot") format("embedded-opentype"), url("../fonts/helveticaneuecyr-bold.woff") format("woff"), url("../fonts/helveticaneuecyr-bold.ttf") format("truetype"), url("../fonts/helveticaneuecyr-bold.svg#HelveticaNeueCyrBold") format("svg");
}

@font-face {
  font-family: 'HelveticaNeueCyrHeavy';
  src: url("../fonts/helveticaneuecyr-heavy.eot");
  src: url("../fonts/helveticaneuecyr-heavy.eot") format("embedded-opentype"), url("../fonts/helveticaneuecyr-heavy.woff") format("woff"), url("../fonts/helveticaneuecyr-heavy.ttf") format("truetype"), url("../fonts/helveticaneuecyr-heavy.svg#HelveticaNeueCyrHeavy") format("svg");
}

@font-face {
  font-family: 'HelveticaNeueCyrLight';
  src: url("../fonts/helveticaneuecyr-light.eot");
  src: url("../fonts/helveticaneuecyr-light.eot") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light.woff") format("woff"), url("../fonts/helveticaneuecyr-light.ttf") format("truetype"), url("../fonts/helveticaneuecyr-light.svg#HelveticaNeueCyrLight") format("svg");
}

@font-face {
  font-family: 'FranklinGothicDemiCondRegular';
  src: url("../fonts/franklin.eot");
  src: url("../fonts/franklin.eot") format("embedded-opentype"), url("../fonts/franklin.woff") format("woff"), url("../fonts/franklin.ttf") format("truetype"), url("../fonts/franklin.svg#FranklinGothicDemiCondRegular") format("svg");
}

/* line 46, ../sass/screen.scss */
.container {
  max-width: 990px;
}

/* line 50, ../sass/screen.scss */
.menu-top {
  background: url(../img/menubg.png);
  height: 35px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
/* line 59, ../sass/screen.scss */
.menu-top ul {
  padding: 0;
}
/* line 61, ../sass/screen.scss */
.menu-top ul li {
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: -5px;
}
/* line 68, ../sass/screen.scss */
.menu-top ul li a {
  display: block;
  font-family: "HelveticaNeueCyrBold";
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  /* drop shadow */
  padding: 6px 20px 7px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: relative;
}
/* line 82, ../sass/screen.scss */
.menu-top ul li a:hover {
  text-decoration: none;
  background: #002fa9;
}
/* line 85, ../sass/screen.scss */
.menu-top ul li a:hover:after {
  content: " ";
  position: absolute;
  height: 14px;
  width: 1px;
  right: 0;
  top: 10px;
  background: none;
}
/* line 95, ../sass/screen.scss */
.menu-top ul li a:after {
  content: " ";
  position: absolute;
  height: 14px;
  width: 1px;
  right: 0;
  top: 10px;
  background: #bac5ce;
}
/* line 107, ../sass/screen.scss */
.menu-top ul li.active a {
  text-decoration: none;
  background: #002fa9;
}
/* line 110, ../sass/screen.scss */
.menu-top ul li.active a:after {
  content: " ";
  position: absolute;
  height: 14px;
  width: 1px;
  right: 0;
  top: 10px;
  background: none;
}
/* line 124, ../sass/screen.scss */
.menu-top .phone {
  position: absolute;
  left: -21px;
}
/* line 127, ../sass/screen.scss */
.menu-top .phone span {
  font-family: "HelveticaNeueCyrHeavy";
  font-size: 18px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  /* drop shadow */
  display: block;
  padding-left: 18px;
  background: url(../img/phone.png) no-repeat 1px 4px;
}
/* line 136, ../sass/screen.scss */
.menu-top .phone p {
  font-size: 12px;
  color: #fff;
/*   font-family: "HelveticaNeueCyrLight"; */
  line-height: 12px;
  position: relative;
  top: -3px;
}

/* line 147, ../sass/screen.scss */
.block {
  padding-top: 50px;
}
/* line 149, ../sass/screen.scss */
.block .title-block {
  text-align: center;
  margin-bottom: 20px;
}
/* line 152, ../sass/screen.scss */
.block .title-block h3, .block .title-block h2 {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  color: #002fa9;
  margin-bottom: 7px;
  font-family: "HelveticaNeueCyrBold";
  font-size: 21px;
  text-transform: uppercase;
}
/* line 161, ../sass/screen.scss */
.block .title-block h3 span, .block .title-block h2 span {
  color: #c90000;
}
/* line 163, ../sass/screen.scss */
.block .title-block h3 span i, .block .title-block h2 span i {
  font-style: normal;
  font-size: 40px;
}
/* line 169, ../sass/screen.scss */
.block .title-block h3 .line:before, .block .title-block h3 .line:after, .block .title-block h2 .line:before, .block .title-block h2 .line:after {
  position: absolute;
  top: 40%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #b8b8b8;
}
/* line 179, ../sass/screen.scss */
.block .title-block h3 .line:before, .block .title-block h2 .line:before {
  margin-left: -51%;
  text-align: right;
}
/* line 184, ../sass/screen.scss */
.block .title-block h3 .line:after, .block .title-block h2 .line:after {
  margin-left: 20px;
}

/* line 194, ../sass/screen.scss */
.block-1 {
  padding-top: 35px;
  /*background: #aadeff url(../img/bg1.png) no-repeat center -1px;*/
  background: #aadeff url(../img/bg-new-1.png) no-repeat center -1px;
  height: 677px;
}
/* line 198, ../sass/screen.scss */
.block-1 .header {
  padding-top: 19px;
  padding-left: 17px;
}
/* line 203, ../sass/screen.scss */
.block-1 .header .logo .desc {
  font-size: 18px;
  font-family: "HelveticaNeueCyrBold";
  color: #000;
  text-align: center;
  padding: 13px 140px 0 0;
  display: block;
}
/* line 214, ../sass/screen.scss */
.block-1 .header .list h2 {
  background: url(../img/list-arr.png) no-repeat 558px 17px;
  padding-right: 15px;
  font-family: "HelveticaNeueCyrBold";
  font-size: 21px;
  color: #002fa9;
  text-transform: uppercase;
}
/* line 221, ../sass/screen.scss */
.block-1 .header .list h2 span {
  color: #c90000;
}
/* line 223, ../sass/screen.scss */
.block-1 .header .list h2 span i {
  font-size: 40px;
  font-style: normal;
}
/* line 230, ../sass/screen.scss */
.block-1 .header .list ul {
  padding: 0;
}
/* line 232, ../sass/screen.scss */
.block-1 .header .list ul li {
  font-size: 18px;
  font-family: "Helvetica";
  color: #000;
  list-style: none;
  padding-left: 72px;
  background: url(../img/list.png) no-repeat left center;
  height: 64px;
  padding-top: 18px;
}
/* line 246, ../sass/screen.scss */
.block-1 .form {
  width: 342px;
  height: auto;
  background: url(../img/form.png) no-repeat;
  background-size:100% 100%;
  position: relative;
  top: 111px;
  left: -37px;
  padding: 41px 27px 10px;
}
/* line 254, ../sass/screen.scss */
.block-1 .form .title {
  font-family: "HelveticaNeueCyrBold";
  color: #002fa9;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 263, ../sass/screen.scss */
.block-1 .form input[type="text"], .block-1 .form input[type="email"] {
  border-radius: 0;
  padding-left: 36px;
  font-size: 12px;
  font-family: "Helvetica";
  background: white url(../img/icons.jpg) no-repeat;
}
/* line 270, ../sass/screen.scss */
.block-1 .form input[type="text"].name, .block-1 .form input[type="email"].name {
  background-position: 8px 5px;
}
/* line 273, ../sass/screen.scss */
.block-1 .form input[type="text"].name_company, .block-1 .form input[type="email"].name_company {
  background-position: 8px -45px;
}

.block-1 .form input[type="text"].name_email, .block-1 .form input[type="email"].name_email {
  background-position: 8px -145px;
}
/* line 276, ../sass/screen.scss */
.block-1 .form input[type="text"].phone, .block-1 .form input[type="email"].phone {
  background-position: 8px -95px;
}
/* line 281, ../sass/screen.scss */
.block-1 .form .form-group input.error {
  border-color: red;
}
/* line 284, ../sass/screen.scss */
.block-1 .form .form-group label.error {
  display: none;
  background: #fff;
  border: 1px solid red;
  padding: 5px 10px;
  position: absolute;
  font-size: 12px;
  color: red;
  margin-top: -33px;
  left: -117px;
}
/* line 294, ../sass/screen.scss */
.block-1 .form .form-group label.error:after {
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../img/tooltip.png) no-repeat;
  right: -5px;
  top: 9px;
}
/* line 306, ../sass/screen.scss */
.block-1 .form .send {
  border: 2px solid #970101;
  /* stroke */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #c90000;
  /* layer fill content */
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica";
  text-transform: uppercase;
  position: relative;
  top: 0;
  height: 42px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 327, ../sass/screen.scss */
.block-1 .form .send:hover {
  background: #EC0101;
  moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
}
/* line 336, ../sass/screen.scss */
.block-1 .form p.desc {
  font-family: "Helvetica";
  font-size: 12px;
  position: relative;
  top: 0;
}
/* line 343, ../sass/screen.scss */
.block-1 .form #garant {
  font-family: "Helvetica";
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: 0;
}
/* line 351, ../sass/screen.scss */
.block-1 .form #garant img {
  position: absolute;
  left: 13px;
  top: -9px;
}

/* line 361, ../sass/screen.scss */
.block-2 {
  background: url(../img/bg2-3.png) no-repeat top center;
  height: 867px;
}
/* line 364, ../sass/screen.scss */
.block-2 .qb-t {
  padding-top: 15px;
}
/* line 366, ../sass/screen.scss */
.block-2 .qb-t:after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 14px;
  bottom: -14px;
  background: url(../img/shadow1.png) no-repeat center;
  z-index: 9;
}
/* line 377, ../sass/screen.scss */
.block-2 .qb-c .inn {
  -moz-box-shadow: 0 0 18px rgba(1, 38, 76, 0.7) !important;
  /* drop shadow */
  -webkit-box-shadow: 0 0 18px rgba(1, 38, 76, 0.7) !important;
  /* drop shadow */
  box-shadow: 0 0 18px rgba(1, 38, 76, 0.7) !important;
  /* drop shadow */
}
/* line 387, ../sass/screen.scss */
.block-2 .qblocks {
  margin-bottom: 40px;
}
/* line 392, ../sass/screen.scss */
.block-2 .qblock .recomend {
  width: 75px;
  height: 73px;
  background: url(../img/recomend.png) no-repeat;
  position: absolute;
  right: 10px;
  top: -4px;
}
/* line 402, ../sass/screen.scss */
.block-2 .qblock .inn {
  border: 1px solid #999;
  /* stroke */
  background-color: rgba(255, 255, 255, 0.65);
  /* layer fill content */
  -moz-box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  -webkit-box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
}
/* line 408, ../sass/screen.scss */
.block-2 .qblock .inn .qtitle {
  margin: 2px;
  color: #fff;
  /* text color */
  text-align: center;
  background: url(../img/title.jpg);
  text-transform: uppercase;
  font-family: "HelveticaNeueCyrBold";
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  /* drop shadow */
  padding: 16px 0;
}
/* line 420, ../sass/screen.scss */
.block-2 .qblock .inn .head {
  font-size: 12px;
  padding: 10px 0;
}
/* line 424, ../sass/screen.scss */
.block-2 .qblock .inn .head .col-xs-5 {
  padding-right: 0;
  text-align: center;
  padding-left: 33px;
}
/* line 433, ../sass/screen.scss */
.block-2 .qblock .inn .head p {
  margin: 0;
}
/* line 438, ../sass/screen.scss */
.block-2 .qblock .inn .list {
  margin: 0 18px;
  padding: 10px 0;
  border-top: 1px solid #b8b8b8;
}
/* line 442, ../sass/screen.scss */
.block-2 .qblock .inn .list ul {
  padding: 0;
}
/* line 444, ../sass/screen.scss */
.block-2 .qblock .inn .list ul li {
  list-style: none;
  padding-left: 24px;
  background: url(../img/ok.png) no-repeat left center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  font-family: "Helvetica";
}
/* line 456, ../sass/screen.scss */
.block-2 .qblock .inn a.see-btn {
  border: 2px solid #970101;
  /* stroke */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #c90000;
  /* layer fill content */
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  width: 187px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  margin-bottom: 30px;
}
/* line 475, ../sass/screen.scss */
.block-2 .qblock .inn a.see-btn:hover {
  text-decoration: none;
  border: 2px solid #970101;
  /* stroke */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #e30000;
  /* layer fill content */
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  /* drop shadow */
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  /* drop shadow */
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  /* drop shadow */
}
/* line 495, ../sass/screen.scss */
.block-2 .slick-slide img {
  margin: 0 auto;
  width: 87%;
}

/* line 504, ../sass/screen.scss */
.block-3 .container {
  width: 904px !important;
}
/* line 508, ../sass/screen.scss */
.block-3 .quadro .col-xs-3 {
  height: 155px;
  border-right: 1px solid #b8b8b8;
}
/* line 512, ../sass/screen.scss */
.block-3 .quadro .col-xs-3 .row {
  padding-top: 15px;
}
/* line 515, ../sass/screen.scss */
.block-3 .quadro .col-xs-3:last-child {
  border-right: none;
}
/* line 519, ../sass/screen.scss */
.block-3 .quadro span.count {
  font-size: 48px;
  font-family: "Helvetica";
  display: block;
  text-align: right;
  position: relative;
  left: -7px;
}
/* line 527, ../sass/screen.scss */
.block-3 .quadro img {
  position: relative;
  top: -5px;
  right: -5px;
}
/* line 532, ../sass/screen.scss */
.block-3 .quadro p {
  font-size: 14px;
  font-family: "Helvetica";
  line-height: 17px;
}
/* line 538, ../sass/screen.scss */
.block-3 .quadro-1 {
  margin-top: 28px;
}
/* line 540, ../sass/screen.scss */
.block-3 .quadro-1 .col-xs-3 {
  border-bottom: 1px solid #b8b8b8;
  position: relative;
}
/* line 543, ../sass/screen.scss */
.block-3 .quadro-1 .col-xs-3:after {
  content: " ";
  width: 20px;
  height: 20px;
  background: #fff;
  right: -10px;
  bottom: -10px;
  position: absolute;
  z-index: 5;
}
/* line 555, ../sass/screen.scss */
.block-3 .quadro-1 .row-4 img {
  top: -7px;
  right: 8px;
}
/* line 562, ../sass/screen.scss */
.block-3 .quadro-2 {
  margin-bottom: 45px;
  padding-top: 11px;
}
/* line 565, ../sass/screen.scss */
.block-3 .quadro-2 .red-arr {
  width: 45px;
  height: 106px;
  position: absolute;
  bottom: -62px;
  background: url(../img/arr.png) no-repeat;
  left: 95px;
}
/* line 575, ../sass/screen.scss */
.block-3 .quadro-2 .row-1 img {
  right: -8px;
  top: -12px;
}

/* line 584, ../sass/screen.scss */
.block-4 {
  height: 605px;
  background: url(../img/bg4-1.png) no-repeat center top;
}
/* line 587, ../sass/screen.scss */
.block-4 .booble {
  display: yes;
  border-radius: 3px;
  border: 1px solid #9f9f9f;
  /* stroke */
  -moz-box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  -webkit-box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  font-size: 12px;
  line-height: 15px;
  width: 607px;
  padding: 10px;
  position: relative;
  background: #fff;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -ms-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
}
/* line 610, ../sass/screen.scss */
.block-4 .booble .red {
  color: #c90000;
  font-family: "HelveticaNeueCyrBold";
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 617, ../sass/screen.scss */
.block-4 .booble .arrow {
  padding-right: 20px;
  background: url(../img/redarr.png) no-repeat right center;
  width: 150px;
  margin: 0 auto 20px;
}
/* line 623, ../sass/screen.scss */
.block-4 .booble:after {
  content: " ";
  width: 62px;
  height: 35px;
  background: url(../img/booble.png) no-repeat;
  position: absolute;
  bottom: -35px;
  left: 45%;
}
/* line 636, ../sass/screen.scss */
.block-4 .form {
  width: 331px;
  height: auto;
  border: 2px solid #fff;
  /* stroke */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: rgba(255, 255, 255, 0.65);
  /* layer fill content */
  -moz-box-shadow: 0 0 7px rgba(1, 38, 76, 0.7);
  /* drop shadow */
  -webkit-box-shadow: 0 0 7px rgba(1, 38, 76, 0.7);
  /* drop shadow */
  box-shadow: 0 0 7px rgba(1, 38, 76, 0.7);
  /* drop shadow */
  background-size:100% 100%;
  position: relative;
  top: 0;
  left: -32px;
  padding: 27px 25px 10px;
}
/* line 656, ../sass/screen.scss */
.block-4 .form .free {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 72px;
  height: 72px;
  background: url(../img/free.png) no-repeat;
}
/* line 664, ../sass/screen.scss */
.block-4 .form .title {
  font-family: "HelveticaNeueCyrBold";
  color: #002fa9;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 673, ../sass/screen.scss */
.block-4 .form input[type="text"], .block-4 .form input[type="email"] {
  border-radius: 0;
  padding-left: 36px;
  font-size: 12px;
  font-family: "Helvetica";
  background: white url(../img/icons.jpg) no-repeat;
}
/* line 680, ../sass/screen.scss */
.block-4 .form input[type="text"].name, .block-4 .form input[type="email"].name {
  background-position: 8px 5px;
}
/* line 683, ../sass/screen.scss */
.block-4 .form input[type="text"].name_company, .block-4 .form input[type="email"].name_company {
  background-position: 8px -45px;
}
/* line 686, ../sass/screen.scss */
.block-4 .form input[type="text"].phone, .block-4 .form input[type="email"].phone {
  background-position: 8px -95px;
}
/* line 692, ../sass/screen.scss */
.block-4 .form-group input.error {
  border-color: red;
}
/* line 695, ../sass/screen.scss */
.block-4 .form-group label.error {
  display: none;
  background: #fff;
  border: 1px solid red;
  padding: 5px 10px;
  position: absolute;
  font-size: 12px;
  color: red;
  margin-top: -33px;
  left: -117px;
}
/* line 705, ../sass/screen.scss */
.block-4 .form-group label.error:after {
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../img/tooltip.png) no-repeat;
  right: -5px;
  top: 9px;
}
/* line 717, ../sass/screen.scss */
.block-4 .send {
  border: 2px solid #970101;
  /* stroke */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #c90000;
  /* layer fill content */
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica";
  text-transform: uppercase;
  position: relative;
  top: 0;
  height: 42px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 738, ../sass/screen.scss */
.block-4 .send:hover {
  background: #EC0101;
  moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
}
/* line 747, ../sass/screen.scss */
.block-4 p.desc {
  font-family: "Helvetica";
  font-size: 12px;
  position: relative;
  top: 0;
}
/* line 754, ../sass/screen.scss */
.block-4 #garant {
  font-family: "Helvetica";
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 12px;
  position: relative;
  top: 0;
}
/* line 762, ../sass/screen.scss */
.block-4 #garant img {
  position: absolute;
  left: 7px;
  top: -10px;
}

/* line 771, ../sass/screen.scss */
.block-5 {
  height: 678px;
}
/* line 773, ../sass/screen.scss */
.block-5 .container {
  background: url(../img/bg5.png) no-repeat center 8px;
  height: 600px;
}
/* line 777, ../sass/screen.scss */
.block-5 .container .item {
  width: 175px;
  position: relative;
}
/* line 780, ../sass/screen.scss */
.block-5 .container .item .title {
  margin-bottom: 11px;
}
/* line 782, ../sass/screen.scss */
.block-5 .container .item .title span {
  font-family: "FranklinGothicDemiCondRegular";
  font-size: 15px;
  text-transform: uppercase;
}
/* line 787, ../sass/screen.scss */
.block-5 .container .item .title p {
  font-size: 30px;
  font-family: "FranklinGothicDemiCondRegular";
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
  line-height: 30px;
}
/* line 794, ../sass/screen.scss */
.block-5 .container .item .title p span {
  color: #c90000;
  font-size: 32px;
}
/* line 800, ../sass/screen.scss */
.block-5 .container .item .title a {
  font-size: 21px;
  color: #002fa9;
  font-family: "FranklinGothicDemiCondRegular";
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 809, ../sass/screen.scss */
.block-5 .container .item-1 {
  left: 169px;
  top: 29px;
}
/* line 813, ../sass/screen.scss */
.block-5 .container .item-2 {
  left: 621px;
  top: -9px;
}
/* line 817, ../sass/screen.scss */
.block-5 .container .item-2 .title p {
  font-size: 24px;
}
/* line 823, ../sass/screen.scss */
.block-5 .container .item-3 {
  left: 169px;
  top: -58px;
}
/* line 827, ../sass/screen.scss */
.block-5 .container .item-4 {
  left: 621px;
  top: -93px;
}
/* line 831, ../sass/screen.scss */
.block-5 .container .item-4 .title p {
  font-size: 24px;
}
/* line 836, ../sass/screen.scss */
.block-5 .container .item-5 {
  left: 169px;
  top: -178px;
}
/* line 840, ../sass/screen.scss */
.block-5 .container .item-5 .title p {
  font-size: 32px;
}
/* line 844, ../sass/screen.scss */
.block-5 .container .item-5 .title span {
  font-size: 13px;
}

/* line 853, ../sass/screen.scss */
.block-6 {
  background: #eef3ff;
  min-hight: 678px;
}
/* line 856, ../sass/screen.scss */
.block-6 .reviews-hide {
  display: none;
  padding-top: 0 !important;
}
/* line 860, ../sass/screen.scss */
.block-6 .all-reviews {
  font-family: "HelveticaNeueCyrBold";
  text-transform: uppercase;
  color: #002fa9;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px dotted #002fa9;
  width: 211px;
  margin: 0 auto;
  display: block;
  padding-right: 20px;
  background: url(../img/all.png) no-repeat right center;
  position: relative;
  top: -32px;
}
/* line 877, ../sass/screen.scss */
.block-6 .hide-reviews {
  font-family: "HelveticaNeueCyrBold";
  text-transform: uppercase;
  color: #002fa9;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px dotted #002fa9;
  width: 166px;
  margin: 0 auto;
  padding-right: 20px;
  background: url(../img/hide.png) no-repeat right center;
  position: relative;
  top: -32px;
  display: none;
}
/* line 894, ../sass/screen.scss */
.block-6 .reviews {
  padding-top: 52px;
}
/* line 897, ../sass/screen.scss */
.block-6 .review {
  margin-bottom: 70px;
  padding: 15px;
  border: 1px solid #9f9f9f;
  /* stroke */
  background-color: rgba(255, 255, 255, 0.85);
  /* layer fill content */
  -moz-box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  -webkit-box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
  box-shadow: 0 0 5px rgba(1, 38, 76, 0.34);
  /* drop shadow */
}
/* line 908, ../sass/screen.scss */
.block-6 .review .header img {
  position: absolute;
  top: -53px;
}
/* line 912, ../sass/screen.scss */
.block-6 .review .header p {
  font-size: 12px;
  color: #9a9a9a;
  margin-bottom: 0;
  font-family: "Helvetica";
}
/* line 917, ../sass/screen.scss */
.block-6 .review .header p.name {
  font-size: 16px;
  font-family: "HelveticaNeueCyrBold";
  color: #000;
}
/* line 922, ../sass/screen.scss */
.block-6 .review .header p.city {
  margin-bottom: 8px;
}
/* line 929, ../sass/screen.scss */
.block-6 .review .text {
  padding-top: 15px;
  font-size: 13px;
  font-family: "Helvetica";
}
/* line 933, ../sass/screen.scss */
.block-6 .review .text img {
  position: relative;
  top: -15px;
  margin-left: 10px;
}

/* line 942, ../sass/screen.scss */
.block-7 {
  background: url(../img/bg7.png) no-repeat center top;
  height: 678px;
}
/* line 945, ../sass/screen.scss */
.block-7 .question {
  padding-top: 50px;
  background: url(../img/question.png) no-repeat center top;
  top: -15px;
  position: relative;
}
/* line 950, ../sass/screen.scss */
.block-7 .question .left {
  padding-left: 65px;
  padding-right: 50px;
}
/* line 953, ../sass/screen.scss */
.block-7 .question .left .form-group {
  margin-bottom: 10px;
}
/* line 957, ../sass/screen.scss */
.block-7 .question .right {
  padding-right: 65px;
  padding-left: 50px;
}
/* line 960, ../sass/screen.scss */
.block-7 .question .right .title {
  margin-bottom: 40px;
}
/* line 963, ../sass/screen.scss */
.block-7 .question .right .form-group {
  margin-bottom: 20px;
  margin-top: 31px;
}
/* line 967, ../sass/screen.scss */
.block-7 .question .right .area {
  height: 3px;
}
/* line 971, ../sass/screen.scss */
.block-7 .question .inn {
  position: relative;
  border: 2px solid #fff;
  /* stroke */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: rgba(255, 255, 255, 0.65);
  /* layer fill content */
  -moz-box-shadow: 0 0 7px rgba(1, 38, 76, 0.7);
  /* drop shadow */
  -webkit-box-shadow: 0 0 7px rgba(1, 38, 76, 0.7);
  /* drop shadow */
  box-shadow: 0 0 7px rgba(1, 38, 76, 0.7);
  /* drop shadow */
  padding: 10px 20px;
}
/* line 989, ../sass/screen.scss */
.block-7 .question .inn .form input[type="text"], .block-7 .question .inn .form input[type="email"] {
  border-radius: 0;
  padding-left: 36px;
  font-size: 12px;
  font-family: "Helvetica";
  background: white url(../img/icons.jpg) no-repeat;
}
/* line 995, ../sass/screen.scss */
.block-7 .question .inn .form input[type="text"].name, .block-7 .question .inn .form input[type="email"].name {
  background-position: 8px 5px;
}
/* line 999, ../sass/screen.scss */
.block-7 .question .inn .form input[type="text"].phone, .block-7 .question .inn .form input[type="email"].phone {
  background-position: 8px -95px;
}
/* line 1002, ../sass/screen.scss */
.block-7 .question .inn .form input[type="text"].email, .block-7 .question .inn .form input[type="email"].email {
  background-position: 8px -145px;
}
/* line 1006, ../sass/screen.scss */
.block-7 .question .inn .form .form-group input.error {
  border-color: red;
}
/* line 1009, ../sass/screen.scss */
.block-7 .question .inn .form .form-group label.error {
  display: none;
  background: #fff;
  border: 1px solid red;
  padding: 5px 10px;
  position: absolute;
  font-size: 12px;
  color: red;
  margin-top: -33px;
  left: -125px;
}
/* line 1019, ../sass/screen.scss */
.block-7 .question .inn .form .form-group label.error:after {
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../img/tooltip.png) no-repeat;
  right: -5px;
  top: 9px;
}
/* line 1033, ../sass/screen.scss */
.block-7 .question .inn .form .textarea {
  position: relative;
  padding: 5px 10px 0;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 10px;
  height: 113px;
}
/* line 1042, ../sass/screen.scss */
.block-7 .question .inn .form .textarea label {
  color: #9a9a9a;
  font-family: "Helvetica";
  font-size: 12px;
}
/* line 1047, ../sass/screen.scss */
.block-7 .question .inn .form .textarea textarea {
  border: none;
  width: 100%;
  padding: 0;
  /* line 574, ../sass/screen.scss */
  /* line 575, ../sass/screen.scss */
}
/* line 1051, ../sass/screen.scss */
.block-7 .question .inn .form .textarea textarea:focus {
  outline: none;
}
/* line 1057, ../sass/screen.scss */
.block-7 .question .inn .form .textarea textarea::-moz-placeholder {
  color: #9a9a9a;
  font-size: 12px;
  font-style: italic;
}
/* line 1064, ../sass/screen.scss */
.block-7 .question .inn .form .textarea textarea::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 12px;
  font-style: italic;
}
/* line 1070, ../sass/screen.scss */
.block-7 .question .inn .form .textarea textarea:-ms-input-placeholder {
  color: #9a9a9a;
  font-size: 12px;
  font-style: italic;
}
/* line 1077, ../sass/screen.scss */
.block-7 .question .inn .form .textarea label.error {
  top: 68%;
  left: -147px;
}
/* line 1083, ../sass/screen.scss */
.block-7 .question .inn .form #send {
  border: 2px solid #970101;
  /* stroke */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #c90000;
  /* layer fill content */
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica";
  text-transform: uppercase;
  position: relative;
  height: 42px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 1104, ../sass/screen.scss */
.block-7 .question .inn .form #send:hover {
  background: #EC0101;
  moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
}
/* line 1113, ../sass/screen.scss */
.block-7 .question .inn .form p.desc {
  font-family: "Helvetica";
  font-size: 12px;
  position: relative;
  top: -11px;
}
/* line 1124, ../sass/screen.scss */
.block-7 .question .title p {
  font-size: 14px;
  color: #002fa9;
  font-family: "HelveticaNeueCyrBold";
  text-transform: uppercase;
  text-align: center;
}
/* line 1130, ../sass/screen.scss */
.block-7 .question .title p span {
  font-size: 24px;
  color: #c90000;
}
/* line 1138, ../sass/screen.scss */
.block-7 .garant {
  font-family: "Helvetica";
  font-size: 12px;
  color: #000;
  line-height: 12px;
  top: -18px;
  text-align: center;
}
/* line 1146, ../sass/screen.scss */
.block-7 .garant p {
  text-align: center;
}
/* line 1149, ../sass/screen.scss */
.block-7 .garant img {
  position: relative;
  left: -22px;
  top: -5px;
}
/* line 1155, ../sass/screen.scss */
.block-7 .footer {
  border-top: 1px solid #b8b8b8;
  margin-top: 10px;
  padding-top: 20px;
}
/* line 1160, ../sass/screen.scss */
.block-7 .footer p {
  margin-bottom: 0;
  font-family: "Helvetica";
}
/* line 1163, ../sass/screen.scss */
.block-7 .footer p span {
  color: #002fa9;
}
/* line 1167, ../sass/screen.scss */
.block-7 .footer p.m_phone {
  padding-left: 25px;
  background: url(../img/footer.png) no-repeat;
}
/* line 1171, ../sass/screen.scss */
.block-7 .footer p.m_email {
  padding-left: 25px;
  background: url(../img/footer.png) no-repeat 0 -25px;
}
/* line 1175, ../sass/screen.scss */
.block-7 .footer p.m_addres {
  padding-left: 25px;
  background: url(../img/footer.png) no-repeat 0 -50px;
}
/* line 1180, ../sass/screen.scss */
.block-7 .footer .copy {
  margin-bottom: 10px;
}

/* line 1186, ../sass/screen.scss */
.bot {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1192, ../sass/screen.scss */
.modal.success p {
  font-size: 14px;
  font-family: "HelveticaNeueCyrBold";
  text-transform: uppercase;
  text-align: center;
  color: #002fa9;
}
/* line 1199, ../sass/screen.scss */
.modal.success .close {
  color: #002fa9;
  opacity: 1;
  font-size: 18px;
  top: -6px;
  position: relative;
}
/* line 1206, ../sass/screen.scss */
.modal.success .modal-header, .modal.success .modal-footer {
  border: none;
}
/* line 1209, ../sass/screen.scss */
.modal.success .modal-body {
  padding: 0 20px;
}
/* line 1212, ../sass/screen.scss */
.modal.success .modal-content {
  border-radius: 0;
  width: 328px;
  margin: 0 auto;
}

/* line 1220, ../sass/screen.scss */
#form-bank .close {
  color: #002fa9;
  opacity: 1;
  font-size: 18px;
  top: -6px;
  position: relative;
}
/* line 1227, ../sass/screen.scss */
#form-bank .modal-header, #form-bank .modal-footer {
  border: none;
}
/* line 1230, ../sass/screen.scss */
#form-bank .modal-body {
  padding: 0 20px;
}
/* line 1233, ../sass/screen.scss */
#form-bank .modal-content {
  border-radius: 0;
  width: 336px;
  margin: 0 auto;
}

/* line 1242, ../sass/screen.scss */
.form .title {
  font-family: "HelveticaNeueCyrBold";
  color: #002fa9;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 1251, ../sass/screen.scss */
.form input[type="text"], .form input[type="email"] {
  border-radius: 0;
  padding-left: 36px;
  font-size: 12px;
  font-family: "Helvetica";
  background: white url(../img/icons.jpg) no-repeat;
}
/* line 1258, ../sass/screen.scss */
.form input[type="text"].name, .form input[type="email"].name {
  background-position: 8px 5px;
}
/* line 1261, ../sass/screen.scss */
.form input[type="text"].name_company, .form input[type="email"].name_company {
  background-position: 8px -45px;
}
.form input[type="text"].name_email, .form input[type="email"].name_email {
  background-position: 8px -145px;
}


/* line 1264, ../sass/screen.scss */
.form input[type="text"].phone, .form input[type="email"].phone {
  background-position: 8px -95px;
}

/* line 1270, ../sass/screen.scss */
.form-group input.error {
  border-color: red;
}

/* line 1273, ../sass/screen.scss */
.form-group label.error {
  display: none;
  background: #fff;
  border: 1px solid red;
  padding: 5px 10px;
  position: absolute;
  font-size: 12px;
  color: red;
  margin-top: -33px;
  left: -117px;
}
/* line 1283, ../sass/screen.scss */
.form-group label.error:after {
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../img/tooltip.png) no-repeat;
  right: -5px;
  top: 9px;
}

/* line 1295, ../sass/screen.scss */
.send {
  border: 2px solid #970101;
  /* stroke */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #c90000;
  /* layer fill content */
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica";
  text-transform: uppercase;
  position: relative;
  top: 0;
  height: 42px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 1316, ../sass/screen.scss */
.send:hover {
  background: #EC0101;
  moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
}

/* line 1325, ../sass/screen.scss */
p.desc {
  font-family: "Helvetica";
  font-size: 12px;
  position: relative;
  top: -11px;
}

/* line 1332, ../sass/screen.scss */
#garant {
  font-family: "Helvetica";
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 15px;
  position: relative;
  top: 0;
}
/* line 1340, ../sass/screen.scss */
#garant img {
  position: absolute;
  left: 17px;
  top: -9px;
}

/* line 1348, ../sass/screen.scss */
.bank-btn, .bank-bt {
  cursor: pointer;
}

/* line 1351, ../sass/screen.scss */
.banks-carousel {
  width: 940px;
}

/* line 1355, ../sass/screen.scss */
.slick-slider {
  margin: 0 auto 30px;
}

.bank-bt{
 width:16%;
}

.bank-bt img{
width:90%;
}
.menu-top-mob {display:none;}
.menu-top-mob .container{padding:0;}

.menu-toggle-mob{
display:block;
position:relative;
float:left;
background-color:#103390;
width:100%;
position:fixed;
z-index:100;
}
.menu-top-mob h1{font-size:12px;color:white;font-weight:bold;display:block;position:relative;float:left;width:90%;margin-top:10px;padding-left:15px;padding-right:60px;}
.menu-top-mob .icon-toggle{display:block;position:relative;float:left;width:10%;margin-top:10px;text-align:right;padding-right:15px;}
.menu-top-mob ul{position:relative;float:left;width:100%;list-style:none;padding:0;}
.menu-top-mob ul li {font-size:14px;width:100%;text-align:center;}
.menu-top-mob ul a li{color:white;width:100%;font-weight:600;line-height:2.5;}
.menu-top-mob ul a:active li, .menu-top-mob ul a:focus li{background-color:#3858ad;}
.phone-mob{display:block;position:relative;float:left;width:100%;margin-top:60px;padding-left:15px;border-bottom:1px solid #e4e4e4;padding-bottom:10px;}
.phone-mob span{font-weight:bold;}
.phone-mob p{color:#103390;font-weight:600;}
.mob-menu-list, .menu-toggle-close{display:none;}




.slider {display:none;}

.slider .swiper-container {
  height: 100px;
  width: 320px;
}
.slider .content-slide {
  padding: 5px;
  color: #000;
}
.slider .swiper-slide img{
width:75%;
padding-left:15%;
}

.slider .pagination {
  position: relative;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.slider .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
  border:2px solid #234498;
}
.slider .swiper-active-switch {
  background: #234498;
}

label[for="rule"]{
position:absolute;
font-size:12px;
margin-top:-20px;
color:red;
margin-left:0;
font-weight:normal;
display:block;
}

		
.inform {
			z-index: 9;
			width: 320px;
			height: 200px;
			overflow: hidden;
			margin: 0 0 7px;
			position: relative;
			display:none;
		}
		.inform  .content-slide{
			padding: 0;
			margin: 0;
		}

		.inform .swiper-slide strong{font-size:40px;padding-left:100px;margin-top:20px;display:inline-block;font-weight:400;}
		.inform .swiper-slide img{ margin:-30px 0 0 5px;}
		.inform .swiper-slide p{margin-top:10px;text-align:center;padding:0 40px;}
		.inform .swiper-slide p strong{font-size:14px;padding-left:0;margin-top:0;font-weight:600;}
				

      .inform .pagination-benefits {
      position: absolute;
      left: 0;
      text-align: center;
      bottom:5px;
      width: 100%;
      z-index:100;
    }

		.inform .swiper-pagination-switch {
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 10px;
      margin: 0 3px;
      cursor: pointer;
      border:2px solid #234498;
      }
      .inform .swiper-active-switch {
      background: #234498;
      }
		
		.mob-arrow{display:none;width:100%;text-align:center;padding-top:20px;}
		.mob_enter_footer, .form-send-mob{display:none;}
      .mob-menu-list a.active li{background-color:#112e7a;}
		
		
		


@media screen and ( min-width: 981px ){
.container {max-width:990px !important;}
}

@media screen and ( max-width: 980px ) and ( min-width: 960px ){
.container {max-width:100% !important;padding:0 10px;}
.menu-top ul li a {font-size:14px;padding:8px 10px 7px}
.menu-top .phone span {font-size:14px;}
.col-xs-2{width:20%;}
.col-xs-10{width:80%;}
.menu-top .phone p{top:0px;}
.block-1 .header .logo .desc{padding:0;text-align:right;font-size:14px;}
.col-xs-8{width:55%;padding-left:0;}
.block-1 .header .list h2, .block-1 .header .list ul li{font-size:16px;}
.block-1 .form{left:8%;}
.block-2 .qblock .inn .head .col-xs-5{width:100%;padding:0;text-align:center;}
.col-xs-7{width:100%; margin-top:5px;}
.col-xs-7 p{width:100%;text-align:center;}
.block-2 .qb-c .inn{height:auto;}
.block-2 {height:878px;}
.block-3 {padding:0;margin-top:-20px;}
.slick-slide{width:125px !important;}
.slick-track{width:768px !important;}
.bank-bt{width:16%;}
.bank-bt img{width:90%;}
.block-3 .quadro-2 .red-arr{bottom:-82px;}
.block-4 .booble{width:100%;}
.block-4 .form {left:15%;}
.block-4{height:635px;background:url(../img/bg4-1.png) no-repeat center bottom;}
.block-5 .container .item-1, .block-5 .container .item-3, .block-5 .container .item-5{left:17%;}
.block-5 .container .item-2, .block-5 .container .item-4 {left:65%;}
.block-7 .question .left{padding-left:0;}
.block-7 .question .right{padding-right:0;}
.row{margin:0;}
.block-7 .question .inn .form #send{font-size:11px;}
.block-7{height:691px;background:url(../img/bg7.png) no-repeat center bottom;}
.block-2 .qb-t:after{display:none;}
.other_banks_margin{margin-top:30px;}
}

@media screen and ( max-width: 959px ) and ( min-width: 768px ){
.container {max-width:100% !important;padding:0 10px;}
.block-1 .form{left:-8%;}
.block-4 .form {left:-15px;}
.block-5 .container .item-1, .block-5 .container .item-3, .block-5 .container .item-5{left:8%;}
.block-5 .container .item-2, .block-5 .container .item-4 {left:70%;}
.menu-top ul li a {font-size:12px;padding:10px 10px 7px}
.menu-top .phone span {font-size:14px;}
.col-xs-2{width:22%;}
.col-xs-10{width:78%;}
.menu-top .phone p{top:0px;}
.block-1 .header .logo .desc{padding:0;text-align:right;font-size:14px;}
.col-xs-8{width:55%;padding-left:0;}
.block-1 .header .list h2, .block-1 .header .list ul li{font-size:16px;}
.block-2 .qblock .inn .head .col-xs-5{width:100%;padding:0;text-align:center;}
.col-xs-7{width:100%; margin-top:5px;}
.col-xs-7 p{width:100%;text-align:center;}
.block-2 .qb-c .inn{height:auto;}
.block-2 {height:878px;}
.block-3 {padding:0;margin-top:-20px;}
.slick-slide{width:125px !important;}
.slick-track{width:768px !important;}
.bank-bt{width:16%;}
.bank-bt img{width:90%;}
.block-3 .quadro-2 .red-arr{bottom:-82px;}
.block-4 .booble{width:100%;}
.block-4{height:635px;background:url(../img/bg4-1.png) no-repeat center bottom;}
.block-7 .question .left{padding-left:0;}
.block-7 .question .right{padding-right:0;}
.row{margin:0;}
.block-7 .question .inn .form #send{font-size:11px;}
.block-7{height:auto;background:url(../img/bg7.png) repeat-y center top;}
.block-2 .qb-t:after{display:none;}
.other_banks_margin{margin-top:30px;}
}

@media screen and ( max-width: 767px ) and ( min-width: 481px ){
   .container {max-width:100%;}
  .menu-top, .block-2 .no-slider-bank{display:none;}
  .menu-top-mob{display:block;}
  

  .block-1 .header .list ul{width:50%;margin:0 auto;}
  .inf-desktop{display:none;}
  .inform, .mob-arrow, .form-send-mob{display:block;}
  .block-2 .slider, .mob_enter_footer{display:block;}
  .block-2 .slider, .inform{margin:0 auto;}
  .logo, .mob_enter, .form-send-desctop{display:none;}
  .block-1{background:none;width:100%;}
  .col-xs-8, .col-xs-4{width:100%;}
  .block-1{height:auto;padding-top:20px;}
  .block-1 .row {margin-left:-18px;}
  .block-1 .header .list h2{font-size:18px;line-height:1.4;text-align:center;padding:0 3px;}
  .block-1 .header .list h2 span i{font-size:18px;line-height:1.4;text-align:center;padding:0;}
  .block-1 .header .list ul li{font-size:14px;padding-top:13px}
  .block-1 .form{top:60px;width:320px;margin:0 auto;background:url('../img/mob_form.jpg') no-repeat top center;left:0;padding:41px 17px 10px;height:auto;border:1px solid #c4c4c4;}
  .block-4 .form {top:60px;width:320px;margin:0 auto;background:url('../img/mob_form_second.jpg') no-repeat top center;left:0;padding:41px 17px 10px;height:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
  .block-1 .form .title, .block-4 .form .title{font-size:13px;}
  .form-control{height:40px;}
  .block-1 .form input[type="text"], .block-4 .form input[type="text"]{font-size:14px;}
  .block-1 .form input[type="text"].name, .block-4 .form input[type="text"].name{background-position:8px 10px;}
  .block-1 .form input[type="text"].name_email, .block-4 .form input[type="text"].name_email{background-position:8px -140px;}
  .block-1 .form input[type="text"].phone, .block-4 .form input[type="text"].phone{background-position:8px -90px;}
  .block-1 .form p.desc, .block-1 .form #garant,.block-4 .form p.desc, .block-4 .form #garant{font-size:11.5px;padding-top:10px;}
  .block-1 .form .send, .block-4 .form .send{top:0;}
  .block-1 .form #garant img{top:5px;}
  .block-4 .form #garant img {top:0px;}
  .block-2  {height:auto;margin-top:100px;background:url(../img/bg2.png) repeat-y top center;}
  .block .title-block h3 .line:after, .block .title-block h2 .line:after{margin-left:3px;}
  .block .title-block h3, .block .title-block h3 span i{font-size:18px;}
  .block .title-block h3 .line:before, .block .title-block h3 .line:after, .block .title-block h2 .line:before, .block .title-block h2 .line:after{top:30%;}
  .block-2 .title-block p{padding:0 10px;}
  .block-2 .qblock {margin-top:30px;}
  .block-2 .qb-t{padding:0 15px;}
  .block-4, .block-5{height:auto;background:none;}
  .block-4 .title-block h3{padding:0 40px;}
  .block-4 .free{display:none;}
  .block-4 .form{border:2px solid #ccc;}
  .block-4 .row .col-xs-8{padding:8px;}
  .block-4 .booble{width:100%;}
  .block-4 .booble .arrow{margin:0 0 20px;text-align:left;}
  .block-5 {margin-top:50px;}
  .block-5 .container {background:url('../img/bg5_mob.png') no-repeat 29% 8px;} 
  .block-5 .container .item{width:152px;}
  .block-5 .container .item-1{left:32%;top:1.5%}
  .block-5 .container .item.item-3{left:32%;top:9%;width:210px;}
  .block-5 .container .item-5{left:32%;top:14%}
  .block-5 .container .item-2{left:43%;top:4.5%}
  .block-5 .container .item-4{left:43%;top:14%}
  .block-5 .container .item-3 .title span, .block-5 .container .item-5 .title span{font-size:12px;text-align:left;width:100%;float:left;}
  .block-5 .container .item .title p, .block-5 .container .item .title span, .block-5 .container .item-1 .title p span{font-size:12px;text-align:left;width:100%;}
  .block-5 .container .item .title a{font-size:12px;text-align:left;width:100%;float:left;} 
  .block-5 .container .item p{font-size:12px;text-align:left;width:100%;}
  .block-5 .container .item .title p span{font-size:12px;}
  .block-7 {background:url(../img/bg7.png) repeat-y center top;height:auto;}
  .block-7 .question .left{width:100%;padding:0 8px;}
  .block-7 .question .right{width:100%;padding:0 8px;margin-top:30px;}
  .block-7 .question .inn .form #send{font-size:14px;}
  .footer .col-xs-6 {width:100%;}
  .footer .col-xs-6 p{text-align:center;}
  .footer .col-xs-6 p span {font-weight:600;text-transform:uppercase;}
  .footer .col-xs-6 p.m_phone,.footer .col-xs-6 p.m_email,.footer .col-xs-6 p.m_addres{background:none;padding-left:0;}
  .block-7 .question{background:none;padding-top:20px;}
  .block-7 .col-xs-6.left, .block-7 .col-xs-6.right {padding-top:20px;background:url('../img/question-line-vert.png') no-repeat top center;}
  .block-7 .col-xs-6.right{margin-top:0;}
  #form-bank .modal-content{width:100%;}
  #form-bank .modal-content #garant{font-size:12px;}
  .block.block-4 h3 .line:before{display:none;}
  .block.block-4 h3 .line:after{display:none;}
  .block.block-7 h3 .line:before{display:none;}
  .block.block-7 h3 .line:after{display:none;}
  .block-2 .qb-c .inn{height:auto;}
  .block.block-2-thanks h3 .line:before{display:none;}
  .block.block-2-thanks h3 .line:after{display:none;}
  .block.block-2-thanks .mob-arrow{padding:0;}
  .block-7 h4{font-size:16px;font-weight:500;}
   .block-1 .header .list h2{background:none;}
   .block-3 .title-block {margin-bottom:30px;}
  .block-3{margin-bottom:60px;}
   .block-2-thanks{margin-top:0;}
   .block-5 .container .item .title p, .block-5 .container .item .title p span{line-height:1.1;font-size:14px;}
   .block-5 .container .item .title span, .block-5 .container .item .title a{margin-bottom:11px;} 
   .block-4 .booble {display:block;}
}


@media screen and ( max-width: 480px ) and ( min-width: 361px ){
   .container {max-width:100%;}
  .menu-top, .block-2 .no-slider-bank{display:none;}
  .menu-top-mob{display:block;}
  
  
  .block-1 .header .list ul{width:75%;margin:0 auto;}
  .inf-desktop{display:none;}
  .inform, .mob-arrow, .form-send-mob{display:block;}
  .block-2 .slider, .mob_enter_footer{display:block;}
  .block-2 .slider, .inform{margin:0 auto;}
  .logo, .mob_enter, .form-send-desctop{display:none;}
  .block-1{background:none;width:100%;}
  .col-xs-8, .col-xs-4{width:100%;}
  .block-1{height:auto;padding-top:20px;}
  .block-1 .row {margin-left:-18px;}
  .block-1 .header .list h2{font-size:18px;line-height:1.4;text-align:center;padding:0 3px;}
  .block-1 .header .list h2 span i{font-size:18px;line-height:1.4;text-align:center;padding:0;}
  .block-1 .header .list ul li{font-size:14px;padding-top:13px}
  .block-1 .form{top:60px;width:320px;margin:0 auto;background:url('../img/mob_form.jpg') no-repeat top center;left:0;padding:41px 17px 10px;height:auto;border:1px solid #c4c4c4;}
  .block-4 .form {top:60px;width:320px;margin:0 auto;background:url('../img/mob_form_second.jpg') no-repeat top center;left:0;padding:41px 17px 10px;height:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
  .block-1 .form .title, .block-4 .form .title{font-size:13px;}
  .form-control{height:40px;}
  .block-1 .form input[type="text"], .block-4 .form input[type="text"]{font-size:14px;}
  .block-1 .form input[type="text"].name, .block-4 .form input[type="text"].name{background-position:8px 10px;}
  .block-1 .form input[type="text"].name_email, .block-4 .form input[type="text"].name_email{background-position:8px -140px;}
  .block-1 .form input[type="text"].phone, .block-4 .form input[type="text"].phone{background-position:8px -90px;}
  .block-1 .form p.desc, .block-1 .form #garant,.block-4 .form p.desc, .block-4 .form #garant{font-size:11.5px;padding-top:10px;}
  .block-1 .form .send, .block-4 .form .send{top:0;}
  .block-1 .form #garant img{top:5px;}
  .block-4 .form #garant img {top:0px;}
  .block-2  {height:auto;margin-top:100px;background:url(../img/bg2.png) repeat-y top center;}
  .block .title-block h3 .line:after, .block .title-block h2 .line:after{margin-left:3px;}
  .block .title-block h3, .block .title-block h3 span i{font-size:18px;}
  .block .title-block h3 .line:before, .block .title-block h3 .line:after, .block .title-block h2 .line:before, .block .title-block h2 .line:after{top:30%;}
  .block-2 .title-block p{padding:0 10px;}
  .block-2 .qblock {margin-top:30px;}
  .block-2 .qb-t{padding:0 15px;}
  .block-4, .block-5{height:auto;background:none;}
  .block-4 .title-block h3{padding:0 40px;}
  .block-4 .free{display:none;}
  .block-4 .form{border:2px solid #ccc;}
  .block-4 .row .col-xs-8{padding:8px;}
  .block-4 .booble{width:100%;}
  .block-4 .booble .arrow{margin:0 0 20px;text-align:left;}
  .block-5 {margin-top:50px;}
  .block-5 .container {background:url('../img/bg5_mob.png') no-repeat 20px 8px;} 
  .block-5 .container .item{width:152px;}
  .block-5 .container .item-1{left:32%;top:1.5%}
  .block-5 .container .item.item-3{left:32%;top:8.5%;width:210px;}
  .block-5 .container .item-5{left:32%;top:14.5%}
  .block-5 .container .item-2{left:52%;top:6.5%}
  .block-5 .container .item-4{left:52%;top:13%}
  .block-5 .container .item-3 .title span, .block-5 .container .item-5 .title span{font-size:12px;text-align:left;width:100%;float:left;}
  .block-5 .container .item .title p, .block-5 .container .item .title span, .block-5 .container .item-1 .title p span{font-size:12px;text-align:left;width:100%;}
  .block-5 .container .item .title a{font-size:12px;text-align:left;width:100%;float:left;} 
  .block-5 .container .item p{font-size:12px;text-align:left;width:100%;}
  .block-5 .container .item .title p span{font-size:12px;}
  .block-7 {background:url(../img/bg7.png) repeat-y center top;height:auto;}
  .block-7 .question .left{width:100%;padding:0 8px;}
  .block-7 .question .right{width:100%;padding:0 8px;margin-top:30px;}
  .block-7 .question .inn .form #send{font-size:14px;}
  .footer .col-xs-6 {width:100%;}
  .footer .col-xs-6 p{text-align:center;}
  .footer .col-xs-6 p span {font-weight:600;text-transform:uppercase;}
  .footer .col-xs-6 p.m_phone,.footer .col-xs-6 p.m_email,.footer .col-xs-6 p.m_addres{background:none;padding-left:0;}
  .block-7 .question{background:none;padding-top:20px;}
  .block-7 .col-xs-6.left, .block-7 .col-xs-6.right {padding-top:20px;background:url('../img/question-line-vert.png') no-repeat top center;}
  .block-7 .col-xs-6.right{margin-top:0;}
  #form-bank .modal-content{width:100%;}
  #form-bank .modal-content #garant{font-size:12px;}
  .block.block-4 h3 .line:before{display:none;}
  .block.block-4 h3 .line:after{display:none;}
  .block.block-7 h3 .line:before{display:none;}
  .block.block-7 h3 .line:after{display:none;}
  .block-2 .qb-c .inn{height:auto;}
  .block.block-2-thanks h3 .line:before{display:none;}
  .block.block-2-thanks h3 .line:after{display:none;}
  .block.block-2-thanks .mob-arrow{padding:0;}
  .block-7 h4{font-size:14px;font-weight:500;}
  .block-3 .title-block {margin-bottom:30px;}
  .block-3{margin-bottom:60px;}
   .block-2-thanks{margin-top:0;}
   .block-5 .container .item .title p, .block-5 .container .item .title p span{line-height:1.1;font-size:14px;}
   .block-5 .container .item .title span, .block-5 .container .item .title a{margin-bottom:11px;} 
   .block-4 .booble {display:block;}
}

@media screen and ( max-width: 360px ) and ( min-width: 320px ){
  .container {max-width:100%;}
  .menu-top, .block-2 .no-slider-bank{display:none;}
  .menu-top-mob{display:block;}
  
  
  .block-2 .slider, .inform{margin:0 auto;}
  .inf-desktop{display:none;}
  .inform, .mob-arrow, .form-send-mob{display:block;}
  .block-2 .slider, .mob_enter_footer{display:block;}
  .logo, .mob_enter, .form-send-desctop{display:none;}
  .block-1{background:none;width:100%;}
  .col-xs-8, .col-xs-4{width:100%;}
  .block-1{height:auto;padding-top:20px;}
  .block-1 .row {margin-left:-18px;}
  .block-1 .col-xs-4, .block-4 .col-xs-4{padding:0;}
  .block-1 .header .list h2{font-size:18px;line-height:1.4;text-align:center;padding:0 3px;}
  .block-1 .header .list h2 span i{font-size:18px;line-height:1.4;text-align:center;padding:0;}
  .block-1 .header .list ul li{font-size:14px;padding-top:13px}
  .block-1 .form{top:60px;width:320px;margin:0 auto;background:url('../img/mob_form.jpg') no-repeat top center;left:0;padding:41px 17px 10px;height:auto;}
  .block-4 .form {top:60px;width:320px;margin:0 auto;background:url('../img/mob_form_second.jpg') no-repeat top center;left:0;padding:41px 17px 10px;height:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
  .block-1 .form .title, .block-4 .form .title{font-size:13px;}
  .form-control{height:40px;}
  .block-1 .form input[type="text"], .block-4 .form input[type="text"]{font-size:14px;}
  .block-1 .form input[type="text"].name, .block-4 .form input[type="text"].name{background-position:8px 10px;}
  .block-1 .form input[type="text"].name_email, .block-4 .form input[type="text"].name_email{background-position:8px -140px;}
  .block-1 .form input[type="text"].phone, .block-4 .form input[type="text"].phone{background-position:8px -90px;}
  .block-1 .form p.desc, .block-1 .form #garant,.block-4 .form p.desc, .block-4 .form #garant{font-size:11.5px;padding-top:10px;}
  .block-1 .form .send, .block-4 .form .send{top:0;}
  .block-1 .form #garant img{top:5px;}
   .block-4 .form #garant img {top:0px;}
  .block-2  {height:auto;margin-top:100px;background:url(../img/bg2.png) repeat-y top center;}
  .block .title-block h3 .line:after, .block .title-block h2 .line:after{margin-left:3px;}
  .block .title-block h3, .block .title-block h3 span i{font-size:18px;}
  .block .title-block h3 .line:before, .block .title-block h3 .line:after, .block .title-block h2 .line:before, .block .title-block h2 .line:after{top:30%;}
  .block-2 .title-block p{padding:0 10px;}
  .block-2 .qblock {margin-top:30px;}
  .block-2 .qb-t{padding:0 15px;}
  .block-4, .block-5{height:auto;background:none;}
  .block-4 .title-block h3{padding:0 40px;}
  .block-4 .free{display:none;}
  .block-4 .form{border:2px solid #ccc;}
  .block-4 .row .col-xs-8{padding:8px;}
  .block-4 .booble{width:100%;}
  .block-4 .booble .arrow{margin:0 0 20px;text-align:left;}
  .block-5 {margin-top:50px;}
  .block-5 .container {background:url('../img/bg5_mob.png') no-repeat left 8px;} 
  .block-5 .container .item{width:152px;}
  .block-5 .container .item-1{left:32%;top:1.5%}
  .block-5 .container .item.item-3{left:32%;top:11.5%;width:210px;}
  .block-5 .container .item-5{left:32%;top:22.5%}
  .block-5 .container .item-2{left:52%;top:6.5%}
  .block-5 .container .item-4{left:52%;top:17%}
  .block-5 .container .item-3 .title span, .block-5 .container .item-5 .title span{font-size:12px;text-align:left;width:100%;float:left;}
  .block-5 .container .item .title p, .block-5 .container .item .title span, .block-5 .container .item-1 .title p span{font-size:12px;text-align:left;width:100%;}
  .block-5 .container .item .title a{font-size:12px;text-align:left;width:100%;float:left;} 
  .block-5 .container .item p{font-size:12px;text-align:left;width:100%;line-height:1.1;}
  .block-7 {background:url(../img/bg7.png) repeat-y center top;height:auto;}
  .block-7 .question .left{width:100%;padding:0 8px;}
  .block-7 .question .right{width:100%;padding:0 8px;margin-top:30px;}
  .block-7 .question .inn .form #send{font-size:14px;}
  .footer .col-xs-6 {width:100%;}
  .footer .col-xs-6 p{text-align:center;}
  .footer .col-xs-6 p span {font-weight:600;text-transform:uppercase;}
  .footer .col-xs-6 p.m_phone,.footer .col-xs-6 p.m_email,.footer .col-xs-6 p.m_addres{background:none;padding-left:0;}
  .block-7 .question{background:none;padding-top:20px;}
  .block-7 .col-xs-6.left, .block-7 .col-xs-6.right {padding-top:20px;background:url('../img/question-line-vert.png') no-repeat top center;}
  .block-7 .col-xs-6.right{margin-top:0;}
  #form-bank .modal-content{width:100%;}
  #form-bank .modal-content #garant{font-size:10px;}
  .block.block-4 h3 .line:before{display:none;}
  .block.block-4 h3 .line:after{display:none;}
  .block.block-7 h3 .line:before{display:none;}
  .block.block-7 h3 .line:after{display:none;}
  .block-2 .qb-c .inn{height:auto;}
  .block.block-2-thanks h3 .line:before{display:none;}
  .block.block-2-thanks h3 .line:after{display:none;}
  .block.block-2-thanks .mob-arrow{padding:0;}
  .block-7 h4{font-size:14px;font-weight:500;}
  .block-3 .title-block {margin-bottom:30px;}
  .block-3{margin-bottom:60px;}
  .block-7 .question .inn .form .form-group label.error, .block-4 .form-group label.error, .block-1 .form .form-group label.error, .form-group label.error {display:none !important;}
   .block-2-thanks{margin-top:0;}
   .block-5 .container .item .title p, .block-5 .container .item .title p span{line-height:1.1;font-size:14px;}
   .block-5 .container .item .title span, .block-5 .container .item .title a{margin-bottom:11px;} 
}

