/*less file был поврежден, поэтому здесь частично чистый цсс*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.content {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
/**************
* nav
**************/
.navbar-default {
  border: 0;
  border-radius: 0;
  background: #49b2e9;
  min-height: 40px;
  margin-bottom: 0;
  z-index: 10;
  width: 100%;
}
.navbar-default .navbar-nav {
  text-align: center;
  float: none;
}
.navbar-default .navbar-nav a[href='#works'],
.navbar-default .navbar-nav a[href='#calculator'] {
  background: #016ba4;
}
.navbar-default .navbar-nav > .active a {
  background: #3797d3;
  color: #fff;
}
.navbar-default .navbar-nav > .active a:focus {
  background: #3797d3;
  color: #fff;
}
.navbar-default .navbar-nav > .active a.active {
  background: #3797d3;
  color: #fff;
}
.navbar-default .navbar-nav > .active a[href='#works'],
.navbar-default .navbar-nav > .active a[href='#calculator'] {
  background: #005684;
}
.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 8px;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #3797d3;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus {
  background: #3797d3;
  color: #fff;
}
.navbar-default .navbar-nav > li > a.active {
  background: #3797d3;
  color: #fff;
}
.navbar-default .navbar-toggle {
  z-index: 10;
}
/**************
* header
**************/
header {
  background: linear-gradient(to bottom, transparent 90%, #fff 100%), url("../img/header.jpg") -5px center no-repeat;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 50px;
}
.header_top,
.footer_top {
  overflow: hidden;
}
.header_top img,
.footer_top img {
  float: left;
  margin-right: 10px;
  max-width: 80px;
  max-width: 100%;
}
.header_top .logo,
.footer_top .logo {
  float: left;
  width: 215px;
  max-width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.header_top .logo_text,
.footer_top .logo_text {
  font-size: 12px;
  color: #5e7880;
  letter-spacing: 1px;
  margin-top: 18px;
}
.header_top .midl,
.footer_top .midl {
  width: 240px;
  height: 38px;
  margin: 25px 0 15px 75px;
  float: left;
  color: #1c578f;
  font-weight: 700;
  border: 2px solid #49b2e9;
  border-radius: 3px;
  text-align: center;
  padding: 10px 8px 8px 20px;
  background: url("../img/icon_count.png") 6px -1px no-repeat;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.header_top .center,
.footer_top .center {
  width: 240px;
  float: left;
  margin-left: 70px;
  margin-top: 20px;
}
.header_top .center .block,
.footer_top .center .block {
  margin-bottom: 5px;
}
.header_top .center p,
.footer_top .center p {
  margin: 0;
  margin-bottom: 2px;
}
.header_top ul,
.footer_top ul {
  float: right;
  padding: 0;
  list-style: none;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  min-height: 95px;
}
.header_top ul li,
.footer_top ul li {
  display: block;
  margin-left: 50px;
  font-size: 15px;
}
.header_top ul li b,
.footer_top ul li b {
  font-size: 17px;
}
.header_top ul .call,
.footer_top ul .call {
  clear: both;
  float: right;
  margin: 0;
  font-size: 14px;
  color: #1c578f;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.container {
  margin: 0 auto;
  max-width: 970px;
}
header .menu {
  background: #49b2e9;
  text-align: center;
  text-transform: uppercase;
}
header .menu ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
header .menu ol li {
  background: url("../img/dot.png") no-repeat;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 0px;
  margin-left: 0px;
  height: 40px;
  padding: 10px 10px;
  padding-left: 14px;
}
header .menu ol #bl11 {
  background: none;
  padding-left: 10px;
}
header .menu ol .activ {
  background: #3797d3;
}
header .head_content h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 35px;
  color: #1c578f;
  margin-bottom: 0;
  text-transform: uppercase;
}
header .head_content h1 span {
  font-size: 36px;
}
header .head_content .left_bl {
  float: left;
  width: 50%;
  margin-top: 80px;
  padding-left: 70px;
}
header .head_content .left_bl .left_list {
  text-align: left;
  color: #1c578f;
  font-weight: 700;
  font-size: 20px;
}
header .head_content .right_bl {
  float: right;
  width: 50%;
}
header .head_content .form {
  width: 334px;
  background: #FFF;
  margin: auto;
  color: #000;
  overflow: hidden;
  margin-top: 30px;
  border: 2px solid #49b2e9;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
header .head_content .form h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  line-height: 26px;
}
header .head_content .form form input {
  display: block;
  height: 40px;
  width: 300px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 10px;
  outline: none;
}
header .head_content .form form input:nth-child(1) {
  color: #544f4f;
  border: 0;
  font-size: 12px;
  border-radius: 7px;
  background-color: #f1f4f6;
  padding: 20px;
  text-align: center;
}
header .head_content .form form input:nth-child(2) {
  background: url("../img/btn.png") no-repeat;
  border: 0;
  font-size: 12px;
  width: 300px;
  max-width: 88%;
  border-radius: 7px;
  color: #FFF;
  font-weight: 600;
}
header .head_content .form form input:nth-child(2):hover {
  background: url("../img/btn_prs.png") no-repeat;
}
header .head_content header .head_content h3 {
  font-size: 45px;
  color: #1b207d;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
header .advantages {
  margin-top: 50px;
  padding: 0 26px;
  text-align: center;
}
header .advantages li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  color: #000;
  text-align: center;
  margin: 0 10px;
}
header .advantages span {
  font-weight: 600;
  color: #1c578f;
}
#main {
  padding-top: 140px;
}
.fixedHeader {
  position: fixed;
  width: 100%;
  z-index: 101;
}
/**************
* services
**************/
.services {
  padding-bottom: 40px;
}
.services .container {
  max-width: 1280px;
}
.services h1 {
  color: #1c578f;
  text-align: center;
  font-weight: 500;
  margin-top: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services h4 {
  text-align: center;
  color: #1c578f;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.services ul {
  padding-left: 0px;
  text-align: center;
  display: flex;
}
.services ul li {
  vertical-align: top;
  display: inline-block;
  width: 230px;
  color: #FFF;
  text-align: center;
  margin: 5px;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  background: #49b2e9 url("../img/serv_bg.png") no-repeat;
}
.services ul li:nth-of-type(1) img {
  margin-top: 39px;
}
.services ul li:nth-of-type(3) img {
  margin-top: 20px;
}
.services ul li h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.services ul button {
  width: 170px;
  height: 40px;
  color: #fff;
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  border: 0;
  margin: 20px auto 0;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.services ul button:hover {
  background: linear-gradient(to bottom, #70f170 0%, #62cd62 100%);
}
.block2 {
  margin-top: 60px;
}
.block2 h1 {
  color: #1c578f;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 0;
}
.block2 .podzag {
  font-size: 18px;
  text-align: center;
  color: #1c578f;
  margin: 10px 0 40px;
}
.block2 .catalog {
  margin-top: 20px;
  padding: 0 0px;
  text-align: center;
}
.block2 .catalog li {
  display: inline-block;
  width: 190px;
  color: #000;
  text-align: center;
  margin: 0 -5px;
  font-weight: 600;
  color: #1c578f;
  cursor: pointer;
}
.block2 .catalog span {
  font-weight: 600;
  color: #1c578f;
}
.block2 #catalog_hd {
  background: url("../img/catalog_bg.jpg") 0px 0px no-repeat;
  background-size: 100%;
}
.block2 .catalog .cl {
  display: none;
}
.block2 .catalog .active .bl {
  display: none;
}
.block2 .catalog .active .cl {
  display: inline-block;
}
.block2 .catalog .arrow_img {
  visibility: hidden;
}
.block2 .catalog .active .arrow_img {
  visibility: visible;
}
.block2 .catalog_inside {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
.block2 .catalog_inside li {
  display: inline-block;
  width: 300px;
  text-align: center;
  margin: 0 5px 14px 5px;
  font-weight: 600;
  color: #1c578f;
  min-height: 380px;
  border: 1px solid #cfcfcf;
  text-transform: uppercase;
}
.block2 .catalog_inside li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.block2 .catalog_inside li b {
  font-size: 20px;
  color: #000;
}
.block2 .catalog_inside li button {
  display: inline-block;
  width: 222px;
  height: 42px;
  margin-top: 4px;
  background: url("../img/catalog_btn.png") no-repeat;
  border: 1px solid #FFF;
  border-radius: 2px;
  font-size: 12px;
  padding: 10px 0;
  color: #FFF;
  text-transform: uppercase;
}
.block2 .catalog_inside li button:hover {
  background: url("../img/catalog_btn_prs.png") no-repeat;
}
.block2 .catalog_inside span {
  font-weight: 600;
  color: #000;
}
.block3 {
  margin: 0px 0 40px 0;
  text-align: center;
}
.block3 #bg {
  background: url("../img/systems.jpg") top center no-repeat;
  min-height: 809px;
}
.block3 .aereco {
  display: block;
  min-height: 800px;
  text-align: left;
  font-size: 14px;
}
.block3 .aereco span {
  color: #1c578f;
  font-weight: 600;
  text-transform: uppercase;
}
.block3 .aereco ul {
  list-style-type: none;
}
.block3 h1 {
  color: #1c578f;
  text-align: center;
  font-weight: 500;
  margin-top: 60px;
  font-size: 36px;
}
.block3 .btn {
  display: inline-block;
  width: 320px;
  height: 80px;
  margin: 0 auto;
  background: url("../img/btn_block3.png") no-repeat;
  font-weight: 600;
  font-size: 18px;
  padding: 26px 0;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}
.block3 a:hover {
  background: url("../img/btn_block3_prs.png") no-repeat;
}
.block3 .aereco img {
  display: inline-block;
}
.aereco .wrapper-list {
  position: relative;
}
.aereco .ico {
  width: 86px;
  height: 96px;
  float: left;
  background: url(../img/sys_icons.png) no-repeat;
  margin-right: 40px;
}
.aereco .ico + aside {
  padding-top: 6px;
}
.aereco .ico1 {
  background-position: 0 0;
}
.aereco .ico2 {
  background-position: 0 -189px;
}
.aereco .ico3 {
  background-position: 0 -376px;
}
.aereco .ico4 {
  background-position: 0 -581px;
}
.aereco .ico5 {
  background-position: 0 -786px;
}
.aereco .ico6 {
  background-position: 0 -990px;
}
.aereco .liAbs {
  position: absolute;
  left: 0;
}
.aereco #li1 {
  top: 14px;
  left: 160px;
}
.aereco #li2 {
  top: 132px;
  left: 288px;
}
.aereco #li3 {
  top: 264px;
  left: 340px;
}
.aereco #li4 {
  top: 411px;
  left: 340px;
}
.aereco #li5 {
  top: 555px;
  left: 289px;
}
.aereco #li6 {
  top: 684px;
  left: 160px;
}
/**********************
* calculator
**********************/
.calculator {
  padding: 50px 0;
  background: url("../img/count_bg.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
}
.calculator h2 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 46px;
  font-weight: 400;
}
.calculator h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.calculator .jq-selectbox {
  width: 440px;
}
.calculator .jq-selectbox__select-text {
  color: #000;
  font-size: 18px;
}
.calculator .jq-selectbox__select {
  height: 40px;
  padding-top: 4px;
  background: #fff;
}
.calculator .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 6px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.calculator .jq-selectbox__trigger {
  width: 38px;
  border-color: #e6e6e6;
  height: 20px;
  top: 9px;
}
.calculator .jq-selectbox__dropdown {
  font-size: 18px;
}
.calculator .jq-checkbox {
  width: 20px;
  height: 20px;
}
.calculator .jq-checkbox.checked .jq-checkbox__div {
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.calculator .jq-checkbox.checked .jq-checkbox__div:after {
  content: "\f00c";
  display: block;
  font-size: 20px;
  margin-top: -5px;
  color: #000;
  font-family: FontAwesome;
}
.calculator .wrapper {
  margin-bottom: 60px;
}
.calculator .wrapper:after {
  content: "";
  clear: both;
  display: block;
  height: 1px;
}
.calculator .wrapper label {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  width: 170px;
  display: inline-block;
  margin-right: 28px;
}
.calculator .wrapper label[for=heightR],
.calculator .wrapper label[for=squareR] {
  padding-top: 7px;
}
.calculator .wrapper .left_block {
  width: 50%;
  border-right: 1px solid #4f99c9;
  float: left;
}
.calculator .wrapper .left_block .form-block:last-of-type {
  margin-bottom: 0;
}
.calculator .wrapper .right_block {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.calculator .wrapper .right_block input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.calculator .wrapper .right_block label {
  width: 250px;
}
.calculator input[type=text] {
  text-align: left;
  padding-left: 16px;
  vertical-align: top;
  border: 1px solid #2c78a8;
  width: 240px;
  height: 40px;
  background: #fff;
  padding-right: 17px;
  color: #000;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  /*&::-webkit-input-placeholder{color: #000;}
    &::-moz-placeholder{color: #000;}
    &:-ms-input-placeholder{color: #000;}*/
}
.calculator .form-block {
  margin-bottom: 39px;
}
.calculator .addingFile input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 40px;
  cursor: pointer;
}
.calculator .addingFile .addFile {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: #016ba4;
  width: 300px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 8px;
  transition: all 0.3s;
  position: relative;
  border-radius: 4px;
}
.calculator .addingFile .addFile:hover {
  background: #014473;
  color: #fff;
}
.calculator .bottom_bl {
  margin-top: 68px;
}
.calculator .bottom_bl .form-block {
  display: inline-block;
  vertical-align: top;
}
.calculator .bottom_bl input[type=text] {
  text-align: left;
  padding-left: 16px;
  vertical-align: top;
  border: 1px solid #2c78a8;
  width: 330px;
  height: 50px;
  background: #fff;
  padding-right: 17px;
  margin-right: 16px;
  color: #000;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
.calculator label[for=phoneCalc] {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  display: inline-block;
  padding-top: 5px;
}
.calculator .btn {
  height: 50px;
  margin: 0;
  padding: 5px;
  border: 1px solid #96aec6;
  border-radius: 5px;
  display: inline-block;
}
.calculator .btn button {
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  border: 0;
  border-radius: 5px;
  width: 220px;
  height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
}
.calculator .btn button:hover {
  background: linear-gradient(to bottom, #70f170 0%, #62cd62 100%);
}
.profit {
  margin-top: 0;
}
.profit .benefit {
  display: block;
  text-align: center;
}
.profit .work {
  display: block;
  min-height: 690px;
  text-align: center;
}
.profit h1 {
  color: #1c578f;
  text-align: center;
  font-weight: 500;
  margin-top: 60px;
}
.profit .profit-wrapper {
  background: url("../img/profit.jpg") no-repeat top center;
  position: relative;
  min-height: 690px;
}
.profit .profit-wrapper.mob {
  display: none;
}
.profit .profit-wrapper aside {
  color: #1c578f;
  font-size: 14px;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  text-align: left;
  padding-top: 30px;
}
.profit .profit-wrapper .la {
  text-align: right;
}
.profit .profit-wrapper .tl {
  padding-top: 20px;
}
.profit .profit-wrapper .prof {
  position: absolute;
  overflow: hidden;
}
.profit .profit-wrapper .prof1 {
  top: 20px;
  left: 20px;
}
.profit .profit-wrapper .prof2 {
  top: 180px;
  left: 36px;
}
.profit .profit-wrapper .prof3 {
  top: 340px;
  left: 110px;
}
.profit .profit-wrapper .prof4 {
  top: 20px;
  left: 590px;
}
.profit .profit-wrapper .prof5 {
  top: 180px;
  left: 650px;
}
.profit .profit-wrapper .prof6 {
  top: 340px;
  left: 587px;
}
.profit .profit-wrapper .icon {
  width: 85px;
  height: 100px;
  background: url("../img/profit_icons.png") no-repeat;
}
.profit .profit-wrapper .icon1 {
  background-position: 0 0;
}
.profit .profit-wrapper .icon2 {
  background-position: 0 -190px;
}
.profit .profit-wrapper .icon3 {
  background-position: 0 -380px;
}
.profit .profit-wrapper .icon4 {
  background-position: 0 -570px;
}
.profit .profit-wrapper .icon5 {
  background-position: 0 -760px;
}
.profit .profit-wrapper .icon6 {
  background-position: 0 -950px;
}
.profit .profit-wrapper .ico_l {
  float: left;
  margin-right: 30px;
}
.profit .profit-wrapper .ico_r {
  float: left;
  margin-left: 30px;
}
.weWork {
  text-align: center;
  background: #edf7fd;
  padding: 40px 0;
}
.weWork h2 {
  text-align: center;
  font-size: 36px;
  color: #1c578f;
  font-weight: 400;
}
.weWork .one_bl {
  width: 300px;
  height: 340px;
  display: inline-block;
  background: #fcfcfc;
  margin: 10px;
  vertical-align: top;
}
.weWork .one_bl:hover {
  background: #49b2e9;
}
.weWork .one_bl .number_layer {
  width: 300px;
  height: 340px;
  padding: 30px 40px 30px 0;
  background: url("../img/numbers.png") no-repeat;
  text-align: left;
  color: #1c578f;
}
.weWork .one_bl .number_layer .btn {
  width: 220px;
  height: 40px;
  color: #fff;
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  border: 0;
  margin: 10px 0 0 30px;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.weWork .one_bl .number_layer .btn:hover {
  background: linear-gradient(to bottom, #70f170 0%, #62cd62 100%);
}
.weWork .one_bl .number_layer h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin-left: 10px;
}
.weWork .one_bl .number_layer h3 span {
  float: left;
  display: block;
  height: 40px;
  margin-right: 10px;
}
.weWork .one_bl .number_layer .desc {
  font-size: 14px;
  color: #000;
  padding-left: 40px;
  max-width: 230px;
}
.weWork .one_bl .number_layer:hover {
  background: url("../img/numbers_colorized.png") no-repeat;
}
.weWork .one_bl .number_layer:hover .icon {
  background-position-y: -80px;
}
.weWork .one_bl .number_layer:hover .desc,
.weWork .one_bl .number_layer:hover h3 {
  color: #fff;
}
.weWork .one_bl .number_layer.number_layer1 {
  background-position: 0 0;
}
.weWork .one_bl .number_layer.number_layer2 {
  background-position: -320px 0;
  padding-right: 20px;
}
.weWork .one_bl .number_layer.number_layer3 {
  background-position: -640px 0;
}
.weWork .one_bl .number_layer.number_layer4 {
  background-position: -160px -370px;
  padding-right: 80px;
}
.weWork .one_bl .number_layer.number_layer5 {
  background-position: -480px -370px;
}
.weWork .one_bl .icon {
  width: 44px;
  height: 44px;
  background: url("../img/num_icons.png") no-repeat;
  margin-left: 40px;
}
.weWork .one_bl .icon.icon1 {
  background-position: 0 0;
}
.weWork .one_bl .icon.icon2 {
  background-position: -126px 0;
}
.weWork .one_bl .icon.icon3 {
  background-position: -246px 0;
}
.weWork .one_bl .icon.icon4 {
  background-position: -373px 0;
}
.weWork .one_bl .icon.icon5 {
  background-position: -497px 0;
}
.term {
  background: url("../img/terms_bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0;
}
.term h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.term .one_bl {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin: 0 30px;
  margin-bottom: 30px;
}
.term .one_bl .length {
  font-size: 72px;
  font-weight: 700;
  color: #59b65a;
  line-height: 30px;
  margin-bottom: 20px;
}
.term .one_bl .length span {
  color: #fff;
  font-size: 24px;
}
.term .one_bl .smp {
  color: #fff;
  font-size: 14px;
}
.term .button {
  width: 230px;
  height: 60px;
  margin: 20px auto 0;
  padding: 5px;
  border: 1px solid #96aec6;
  border-radius: 5px;
}
.term .button button {
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  border: 0;
  border-radius: 5px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.term .button button:hover {
  background: linear-gradient(to bottom, #70f170 0%, #62cd62 100%);
}
.garants {
  background: url("../img/back_garants.jpg") no-repeat top center;
  min-height: 600px;
}
.garants .container {
  position: relative;
}
.garants h2 {
  color: #1c578f;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.garants .one_bl {
  text-align: center;
  width: 302px;
  position: absolute;
  left: 0;
}
.garants .one_bl .inner .duration {
  color: #1c578f;
  font-size: 30px;
}
.garants .one_bl .inner .duration span {
  font-size: 80px;
  font-weight: 700;
}
.garants .one_bl .inner p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 2px;
}
.garants .one_bl .bot {
  font-size: 14px;
  max-width: 220px;
  margin: 0 auto;
}
.garants .one_bl.trg1 {
  top: 210px;
  left: 16px;
  z-index: 2;
}
.garants .one_bl.trg1 .inner {
  background: url("../img/triangle1.png");
  width: 302px;
  height: 262px;
  margin-bottom: 68px;
}
.garants .one_bl.trg1 .inner .duration {
  padding-top: 80px;
}
.garants .one_bl.trg1 .bot {
  margin-left: 10px;
}
.garants .one_bl.trg2 {
  left: 256px;
  width: 460px;
}
.garants .one_bl.trg2 .inner {
  background: url("../img/triangle2.png");
  width: 460px;
  height: 399px;
  margin-bottom: 20px;
}
.garants .one_bl.trg2 .inner .duration {
  color: #fff;
  padding-top: 93px;
}
.garants .one_bl.trg2 .inner .duration span {
  font-size: 100px;
}
.garants .one_bl.trg3 {
  top: 210px;
  left: 656px;
  z-index: 2;
}
.garants .one_bl.trg3 .inner {
  background: url("../img/triangle1.png");
  width: 302px;
  height: 262px;
  margin-bottom: 68px;
}
.garants .one_bl.trg3 .inner .duration {
  padding-top: 106px;
  padding-bottom: 8px;
  font-size: 56px;
  font-weight: 700;
}
.garants .one_bl.trg3 .bot {
  margin-left: 70px;
}
/**********************
* video
**********************/
.video {
  text-align: center;
  padding: 40px 0;
  /* iframe{
    display: block;
    width: 100%;
    height: 478px;
    margin: 20px auto;
  }*/
}
.video h2 {
  color: #1c578f;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.video .toFaq {
  text-decoration: underline;
  color: #1c578f;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.video .toFaq:hover {
  text-decoration: none;
}
.video .iframe {
  position: relative;
  /*padding-bottom: 56.25%; !* 16:9 *!*/
  padding-bottom: 35%;
  padding-top: 45px;
  height: 0;
  width: 70%;
  margin: 0 auto 20px;
}
.video .iframe img {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
.video .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**********************
* works
**********************/
.works {
  padding: 40px 0 80px;
  background: #edf7fd;
}
.works h2 {
  color: #1c578f;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.works .works-slider .slick-dots li {
  width: 14px;
  height: 14px;
}
.works .works-slider .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.works .works-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  border: 1px solid #1c578f;
  border-radius: 10px;
  padding: 6px;
  background: none;
  opacity: 1;
}
.works .works-slider .slick-dots li.slick-active button:before {
  content: "";
  line-height: 22px;
  background: #1c578f;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
.works .works-slider .slick-dots li button {
  /*   width: 20px;
         height: 20px;
         border: 1px solid @blueColor;
         border-radius: 10px;
         padding: 6px;*/
  width: 14px;
  height: 14px;
  opacity: 1;
}
.works .works-slider .slick-dots li button:before {
  content: ".";
  background: #49b2e9;
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 7px;
  /*margin-left: 5px;
        margin-top: 3px;*/
}
.works .works-slider .slick-next {
  right: -35px;
  height: 55px;
  top: 75px;
}
.works .works-slider .slick-next:before {
  content: "";
  width: 36px;
  height: 55px;
  opacity: 1;
  background: url("../img/slick_arr_big.png") no-repeat;
  background-position: -50px 0;
  display: block;
}
.works .works-slider .slick-prev {
  left: -55px;
  height: 55px;
  top: 75px;
}
.works .works-slider .slick-prev:before {
  content: "";
  width: 36px;
  height: 55px;
  opacity: 1;
  background: url("../img/slick_arr_big.png") no-repeat;
  background-position: 0 0;
  display: block;
}
.works .wrapper {
  overflow: hidden;
}
.works .left_bl {
  width: 380px;
  float: left;
}
.works .left_bl .object {
  margin-bottom: 20px;
}
.works .left_bl .object,
.works .left_bl .project {
  position: relative;
  height: 240px;
}
.works .left_bl .project_gal,
.works .left_bl .object_gal {
  height: 240px;
}
.works .left_bl .what {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 70px;
  padding-top: 30px;
  width: 100%;
}
.works .left_bl .slick-slide {
  margin: 0;
}
.works .left_bl .slick-list {
  margin: 0;
  height: 400px;
}
.works .left_bl .slick-next {
  right: 15px;
  height: 40px;
  top: 50%;
}
.works .left_bl .slick-next:before {
  content: "";
  width: 21px;
  height: 40px;
  opacity: 1;
  background: url("../img/slick_arr.png");
  background-position: -340px 0;
  display: block;
}
.works .left_bl .slick-prev {
  left: 15px;
  height: 40px;
  z-index: 10;
  top: 50%;
}
.works .left_bl .slick-prev:before {
  content: "";
  width: 21px;
  height: 40px;
  opacity: 1;
  background: url("../img/slick_arr.png");
  background-position: 0 0;
  display: block;
}
.works .right_bl {
  width: 540px;
  float: right;
}
.works .right_bl .top {
  overflow: hidden;
}
.works .right_bl .rectangle {
  padding-top: 10px;
  background: #49b2e9;
  width: 170px;
  height: 150px;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.works .right_bl .rectangle:last-of-type {
  margin-right: 0;
}
.works .right_bl .rectangle .number {
  font-size: 50px;
  font-weight: 700;
  color: #1c578f;
  line-height: 56px;
}
.works .right_bl .rectangle .def {
  font-size: 18px;
  color: #1c578f;
}
.works .right_bl .rectangle .desk {
  font-size: 14px;
  color: #fff;
  margin-top: 7px;
  text-transform: uppercase;
}
.works .right_bl .additional h3 {
  color: #1c578f;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}
.works .right_bl .additional p {
  font-size: 14px;
}
.works .gratitude {
  margin-top: 34px;
}
.works .gratitude h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1c578f;
  text-align: center;
}
.works .gratitude .wrapper {
  background: #fff url("../img/comma.jpg") no-repeat 177px 15px;
  border: 1px solid #eaeaea;
  padding: 25px;
}
.works .gratitude .wrapper .photo {
  width: 114px;
  height: 114px;
  float: left;
  padding-left: 10px;
}
.works .gratitude .wrapper .right_bl {
  float: right;
  width: 680px;
  max-width: 100%;
}
.works .gratitude .wrapper .text {
  font-size: 14px;
  padding-top: 8px;
}
.works .gratitude .wrapper .name {
  color: #1c578f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
}
.works .button {
  width: 320px;
  height: 74px;
  margin: 25px auto;
  padding: 9px;
  border: 1px solid #96aec6;
  border-radius: 5px;
}
.works .button button {
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  border: 0;
  border-radius: 5px;
  width: 300px;
  height: 55px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.works .button button:hover {
  background: linear-gradient(to bottom, #70f170 0%, #62cd62 100%);
}
/**********************
* reviews
**********************/
.reviews {
  padding: 40px 0;
}
.reviews h2 {
  color: #1c578f;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.reviews .reviewSlide {
  height: 290px;
  background: #edf7fd;
}
.reviews .fio {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c578f;
  margin-top: 10px;
}
.reviews .slick-slide {
  margin: 10px;
}
.reviews .slick-list {
  margin: -10px;
}
.reviews .slick-next {
  right: -35px;
  height: 55px;
}
.reviews .slick-next:before {
  content: "";
  width: 36px;
  height: 55px;
  opacity: 1;
  background: url("../img/slick_arr_big.png") no-repeat;
  background-position: -50px 0;
  display: block;
}
.reviews .slick-prev {
  left: -55px;
  height: 55px;
}
.reviews .slick-prev:before {
  content: "";
  width: 36px;
  height: 55px;
  opacity: 1;
  background: url("../img/slick_arr_big.png") no-repeat;
  background-position: 0 0;
  display: block;
}
.stocks {
  background: url("../img/back_stocks.jpg") no-repeat top center;
  padding: 26px 0 50px;
  overflow: hidden;
}
.stocks h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 400;
}
.stocks .right_bl {
  float: right;
  width: 460px;
}
.stocks h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 34px;
}
.stocks h3 span {
  font-size: 29px;
}
.stocks form input {
  width: 300px;
  height: 40px;
  border: 1px solid #c1c1c1;
  text-align: center;
  font-size: 12px;
  color: #5a5a5a;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 12px auto;
  display: block;
}
.stocks form .button {
  width: 320px;
  height: 74px;
  margin: 15px auto;
  padding: 9px;
  border: 1px solid #96aec6;
  border-radius: 5px;
}
.stocks form .button button {
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  border: 0;
  border-radius: 5px;
  width: 300px;
  height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.stocks form .button button:hover {
  background: linear-gradient(to bottom, #70f170 0%, #62cd62 100%);
}
.stocks form .button button:before {
  content: "";
  display: block;
  float: left;
  background: url("../img/ico_present.png");
  width: 29px;
  height: 29px;
  margin-left: 30px;
}
.clients {
  padding: 50px 0;
  color: #1c578f;
  background: #edf7fd;
}
.clients h2 {
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.clients .left_bl {
  width: 45%;
  float: left;
  border: 3px solid #49b2e9;
}
.clients .right_bl {
  width: 45%;
  float: right;
  border: 3px solid #49b2e9;
}
.clients .one_client {
  text-align: center;
  min-height: 380px;
  margin-bottom: 10px;
}
.clients .one_client img {
  max-width: 100%;
  margin-bottom: 10px;
}
.clients .one_client ul {
  text-align: left;
  margin-left: 20px;
  font-size: 16px;
}
.clients .form {
  text-align: center;
}
.clients .form input {
  width: 30%;
  margin: 1%;
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.clients .form input[type=submit] {
  color: #fff;
  background: linear-gradient(to bottom, #6fe16f 0, #5ab65a 100%);
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.clients .form input[type=submit]:hover {
  background: linear-gradient(to bottom, #70f170 0, #62cd62 100%);
}
.sertificates {
  padding: 50px 0;
  background: #edf7fd;
}
.sertificates h2 {
  color: #1c578f;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 400;
  margin-top: 0;
}
.sertificates .slick-slide {
  margin: 10px;
}
.sertificates .slick-list {
  margin: -10px;
}
.sertificates .slick-next {
  right: -35px;
  height: 55px;
}
.sertificates .slick-next:before {
  content: "";
  width: 36px;
  height: 55px;
  opacity: 1;
  background: url("../img/slick_arr_big.png") no-repeat;
  background-position: -50px 0;
  display: block;
}
.sertificates .slick-prev {
  left: -55px;
  height: 55px;
}
.sertificates .slick-prev:before {
  content: "";
  width: 36px;
  height: 55px;
  opacity: 1;
  background: url("../img/slick_arr_big.png") no-repeat;
  background-position: 0 0;
  display: block;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
#faqAll {
  padding: 30px 0;
}
#faqAll h2 {
  color: #1c578f;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 400;
  margin-top: 0;
}
#faqAll .panel-heading {
  color: #1c578f;
}
#map {
  height: 400px;
  border-top: 3px solid #49b2e9;
  border-bottom: 3px solid #49b2e9;
  position: relative;
}
#map .mapPopup {
  background: url(../img/map_popup.png);
  width: 292px;
  height: 210px;
  position: absolute;
  left: 50%;
  margin-left: -146px;
  top: 50%;
  margin-top: -118px;
  z-index: 5;
  padding: 10px 20px;
}
#map .mapPopup p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1c578f;
  margin-bottom: 5px;
}
#map .mapPopup ul {
  list-style-type: none;
  padding-left: 0;
}
#map .mapPopup ul li {
  font-size: 14px;
  margin-bottom: 4px;
}
#map .mapPopup ul li span {
  color: #1c578f;
  float: left;
  height: 20px;
  display: inline-block;
  padding-top: 3px;
  margin-right: 10px;
}
#map .mapPopup ul li.link {
  cursor: pointer;
  text-decoration: underline;
}
#map .mapPopup ul li.phone {
  font-size: 16px;
}
#map .mapPopup ul li.phone.pad {
  margin-left: 23px;
}
footer {
  padding-bottom: 70px;
}
footer .footer_top span {
  font-size: 30px;
  color: #1c578f;
  margin-top: 10px;
  font-weight: 900;
}
footer .footer_top {
  padding-top: 10px;
  border-top: 2px solid #49b2e9;
}
footer .footer_top .logo_text {
  font-size: 16px;
  color: #5e7880;
  letter-spacing: 1px;
}
footer .footer_top .logo {
  float: left;
  width: 300px;
}
footer .footer_top ul {
  float: right;
  padding: 0;
  list-style: none;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  min-height: 105px;
}
footer .footer_top ul li {
  display: block;
  font-size: 18px;
}
footer .footer_top ul li b {
  font-size: 20px;
}
footer .footer_top ul li:not(:nth-child(1)) {
  padding-left: 15px;
}
footer .footer_top ul .fa-phone {
  font-size: 14px;
  margin-right: 4px;
}
footer .footer_top ul .call {
  margin-right: 70px;
}
footer .footer_top .midl {
  display: inline-block;
  width: 260px;
  margin-left: 20px;
  float: left;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px;
  padding-right: 20px;
  padding-top: 5px;
  line-height: 1.2;
}
footer .footer_top .midl b {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
footer .footer_top .midl a {
  text-decoration: none;
}
/***********
*modalForm
************/
.modalForm .modal-dialog {
  max-width: 600px;
  min-width: 0;
  margin: 100px auto 0;
}
.modalForm .modal-dialog h3 {
  text-align: center;
}
.modalForm .modal-dialog .btn,
.modalForm .modal-dialog input {
  width: 100%;
  max-width: 270px;
  margin: 10px auto;
  display: block;
}
.modal .modal-dialog .btn {
  background: linear-gradient(to bottom, #6fe16f 0%, #5ab65a 100%);
  font: 16px proxima_nova_bold, Arial, sans-serif;
  color: #000;
  border-radius: 4px !important;
  height: 40px;
  border: 0;
  transition: all 0.3s;
}
#data-list ul {
  width: 300px;
  margin: 0 auto;
}
.modalTypes .modal-dialog,
.modalCatalog .modal-dialog {
  width: 840px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 20px;
}
.modalTypes .modal-header .close,
.modalCatalog .modal-header .close {
  margin-top: 0;
  margin-right: -7px;
}
.modalTypes .left_bl,
.modalCatalog .left_bl {
  float: left;
  width: 320px;
}
.modalTypes .right_bl,
.modalCatalog .right_bl {
  float: right;
  width: 480px;
  margin-right: 15px;
}
.modalTypes .right_bl .modal-header,
.modalCatalog .right_bl .modal-header {
  border-bottom: 0;
  padding: 0;
}
.modalTypes .right_bl h2,
.modalCatalog .right_bl h2 {
  text-transform: uppercase;
  color: #1c578f;
  font-size: 32px;
}
.modalTypes .right_bl h3,
.modalCatalog .right_bl h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #1c578f;
  font-weight: 700;
}
.modalTypes .right_bl p,
.modalCatalog .right_bl p {
  font-size: 14px;
  margin-right: 15px;
}
.modalTypes .right_bl form input[type=text],
.modalCatalog .right_bl form input[type=text],
.modalTypes .right_bl form input[type=tel],
.modalCatalog .right_bl form input[type=tel] {
  width: 220px;
  height: 40px;
  background: #f1f4f6;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  text-align: center;
}
.modalTypes .right_bl form .form-group,
.modalCatalog .right_bl form .form-group {
  display: inline-block;
  margin: 15px 16px 15px 0;
}
.modalTypes .right_bl form .btn,
.modalCatalog .right_bl form .btn {
  width: 300px;
  height: 40px;
  color: #fff;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.modalTypes .right_bl form .btn:hover,
.modalCatalog .right_bl form .btn:hover {
  background: linear-gradient(to bottom, #70f170 0, #62cd62 100%);
}
/***********
*modalForm2
************/
.modalForm2 .modal-dialog {
  max-width: 600px;
  min-width: 0;
  margin: 100px auto 0;
}
.modalForm2 .modal-dialog h3 {
  text-align: center;
}
.modalForm2 .modal-dialog .btn,
.modalForm2 .modal-dialog input {
  width: 100%;
  max-width: 270px;
  margin: 10px auto;
  display: block;
}
textarea.form-control {
  max-width: 270px;
  margin: 0 auto;
}
.modalCatalog .left_bl a {
  width: 200px;
  display: block;
  margin: 10px auto;
  position: relative;
  border: 1px solid #000;
  box-sizing: content-box;
}
.modalCatalog .left_bl a:after {
  content: '';
  width: 50px;
  height: 50px;
  background: url("../img/lupa.png");
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
}
.modalCatalog .left_bl a img {
  max-width: 200px;
}
.modalCatalog h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #main {
    padding-top: 180px;
  }
  .aereco #li1 {
    left: 70px;
  }
  .aereco #li2 {
    left: 198px;
  }
  .aereco #li3 {
    left: 240px;
  }
  .aereco #li4 {
    left: 240px;
  }
  .aereco #li5 {
    left: 200px;
  }
  .aereco #li6 {
    left: 70px;
  }
  .profit aside,
  .profit .icon {
    max-width: 120px;
  }
  .profit .prof1 {
    left: 20px;
  }
  .profit .prof2 {
    left: -34px;
  }
  .profit .prof2 aside {
    font-size: 12px;
  }
  .profit .prof3 {
    left: 30px;
  }
  .profit .prof4 {
    left: 470px;
  }
  .profit .prof5 {
    left: 530px;
  }
  .profit .prof5 aside {
    width: 70px;
  }
  .profit .prof6 {
    left: 467px;
  }
  .profit .ico_l {
    margin-right: 10px;
  }
  .profit .ico_r {
    margin-left: 10px;
  }
  .profit aside {
    padding-top: 10px;
  }
  .calculator .jq-selectbox {
    width: 326px;
  }
  .calculator .bottom_bl input[type=text] {
    width: 230px;
  }
  .calculator .btn {
    width: 170px;
  }
  .calculator .btn button {
    width: 160px;
  }
  .garants {
    background: #fefefe;
  }
  .garants .one_bl {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 20px auto !important;
  }
  .garants .one_bl .inner {
    margin-bottom: 20px !important;
  }
  .garants .one_bl .bot {
    margin: 0 auto !important;
  }
  .works .left_bl,
  .works .right_bl {
    float: none;
    margin: 0 auto 20px;
  }
  .works .works-slider > .slick-next {
    right: 10px;
  }
  .works .works-slider > .slick-prev {
    left: 0px;
  }
  .reviews .reviewSlide {
    height: 226px;
  }
  .reviews .slick-prev {
    left: 0;
    top: 120px;
  }
  .reviews .slick-next {
    right: 20px;
    top: 120px;
  }
  footer .container {
    width: 100%;
  }
  footer .footer_top {
    padding-top: 0;
  }
  footer .footer_top .center {
    margin-left: 20px;
  }
  footer .footer_top ul {
    margin-top: 10px;
  }
  footer .footer_top ul li {
    margin-left: 0;
  }
  .modalTypes img,
  .modalCatalog img {
    width: 100%;
  }
  .modalTypes .modal-dialog,
  .modalCatalog .modal-dialog {
    width: 720px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .modalTypes .modal-header .close,
  .modalCatalog .modal-header .close {
    margin-top: 0;
    margin-right: -7px;
  }
  .modalTypes .left_bl,
  .modalCatalog .left_bl {
    width: 280px;
  }
  .modalTypes .right_bl,
  .modalCatalog .right_bl {
    width: 400px;
  }
  .modalTypes .right_bl p,
  .modalCatalog .right_bl p {
    font-size: 14px;
  }
  .modalTypes .right_bl form input[type=text],
  .modalCatalog .right_bl form input[type=text] {
    width: 190px;
  }
  .modalTypes .right_bl form .form-group,
  .modalCatalog .right_bl form .form-group {
    margin: 15px 5px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default {
    background: none;
  }
  .navbar-default .nav_to_collapse {
    background: #49b2e9;
  }
  .navbar-default .navbar-nav li {
    display: block;
  }
  header .logo,
  header .midl,
  header .info,
  header .call {
    float: none !important;
    margin: 5px auto !important;
  }
  header .logo {
    width: 100%;
  }
  header .logo_p {
    font-size: 28px !important;
  }
  header .logo_text {
    text-align: center;
  }
  header .call {
    text-align: center;
  }
  header .head_content .left_bl {
    padding-left: 0;
    margin-top: 30px;
  }
  header .header_top ul {
    text-align: center;
  }
  header .header_top ul li {
    margin: 0 auto;
  }
  #main {
    padding-top: 0;
  }
  #main h1 {
    font-size: 30px;
  }
  #main h1 span {
    font-size: 24px;
  }
  #main .left_bl,
  #main .right_bl {
    float: none;
    width: 100%;
  }
  .fixedHeader {
    position: initial;
  }
  .fixedHeader .navbar-default {
    position: fixed;
  }
  .aereco .liAbs {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
  }
  .aereco .ico {
    float: none;
    margin: 10px auto;
  }
  .wrapper-list {
    padding-left: 0;
    padding: 0 10px;
  }
  #bg {
    background: #f7fcff !important;
  }
  .profit .profit-wrapper {
    background: #fefefe !important;
  }
  .profit .profit-wrapper.mob {
    display: block;
  }
  .profit .profit-wrapper.desktop {
    display: none;
  }
  .profit .profit-wrapper .prof {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
  }
  .profit .profit-wrapper .icon,
  .profit .profit-wrapper aside {
    float: none;
  }
  .profit .profit-wrapper .icon {
    margin: 10px auto;
  }
  .profit .profit-wrapper aside {
    text-align: center !important;
  }
  .term .bracket {
    display: none;
  }
  .term .one_bl {
    margin: 0 0 30px 0;
  }
  .calculator h3 {
    margin: 20px 0;
  }
  .calculator .form-block {
    margin-bottom: 20px;
  }
  .calculator .form-block:last-of-type {
    margin-bottom: 20px !important;
  }
  .calculator .jq-selectbox {
    width: 260px;
    margin-bottom: 20px;
  }
  .calculator .wrapper .left_block,
  .calculator .wrapper .right_block {
    float: none;
    width: 100%;
    border: 0;
    text-align: center;
    padding: 0;
  }
  .calculator .wrapper .left_block label,
  .calculator .wrapper .right_block label {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .calculator label[for=additionalDev] {
    width: initial !important;
  }
  .calculator .bottom_bl {
    margin-top: 20px;
    text-align: center;
  }
  .calculator .bottom_bl label {
    margin-right: 0;
  }
  .calculator .bottom_bl input[type=text] {
    width: 260px;
    margin-top: 10px;
    margin-right: 0;
  }
  .calculator .bottom_bl .btn {
    width: 260px;
  }
  .calculator .bottom_bl .btn button {
    width: 250px;
  }
  .calculator .addingFile .addFile {
    width: 260px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 10px;
  }
  .clients .left_bl,
  .clients .right_bl {
    width: 100%;
  }
  .clients .left_bl .one_client ul,
  .clients .right_bl .one_client ul {
    margin-left: 0;
  }
  .clients .form h3 {
    margin-bottom: 20px;
  }
  .clients .form input {
    width: 90%;
  }
  .garants {
    background: #fefefe;
  }
  .garants .container {
    padding: 0;
  }
  .garants .one_bl {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 20px auto !important;
  }
  .garants .one_bl .inner {
    margin-bottom: 20px !important;
  }
  .garants .one_bl .bot {
    margin: 0 auto !important;
  }
  .garants .one_bl.trg2 {
    width: 302px !important;
  }
  .garants .one_bl.trg2 .inner {
    background: url("../img/triangle1.png");
    background-size: cover;
    width: 302px !important;
    height: 262px !important;
  }
  .garants .one_bl.trg2 .inner .duration {
    font-size: 30px;
    padding-top: 80px;
    color: #1c578f;
  }
  .garants .one_bl.trg2 .inner .duration span {
    font-size: 80px;
  }
  .works .left_bl {
    width: 290px;
    float: none;
  }
  .works .left_bl .object,
  .works .left_bl .project {
    height: 184px;
  }
  .works .right_bl {
    float: none;
    width: 290px;
  }
  .works .button {
    width: 266px;
  }
  .works .button button {
    width: 246px;
  }
  .works .top .rectangle {
    float: none;
    margin: 10px auto !important;
  }
  .stocks {
    background-size: cover;
  }
  .stocks h2 {
    margin-top: 24px;
  }
  .stocks .right_bl {
    float: none;
    width: initial;
  }
  .stocks form input {
    max-width: 100%;
  }
  .stocks form .button {
    width: 300px;
    max-width: 100%;
  }
  .stocks form .button button {
    width: 280px;
    max-width: 100%;
  }
  .stocks form .button button:before {
    margin-left: 20px;
  }
  footer .footer_top {
    padding-top: 0;
  }
  footer .footer_top .logo,
  footer .footer_top ul,
  footer .footer_top .center,
  footer .footer_top a {
    float: none !important;
    text-align: center;
  }
  footer .footer_top .center {
    margin: 0 auto;
  }
  footer .footer_top ul {
    margin-top: 10px;
  }
  footer .footer_top ul li {
    margin-left: 0;
  }
  .modalTypes img,
  .modalCatalog img {
    width: 100%;
  }
  .modalTypes .modal-dialog,
  .modalCatalog .modal-dialog {
    width: 280px;
    background: #fff;
    overflow: hidden;
  }
  .modalTypes .modal-content,
  .modalCatalog .modal-content {
    border-radius: 0;
  }
  .modalTypes .modal-header .close,
  .modalCatalog .modal-header .close {
    margin-top: 0;
    margin-right: -7px;
  }
  .modalTypes .left_bl,
  .modalCatalog .left_bl {
    float: none;
    width: 280px;
  }
  .modalTypes .right_bl,
  .modalCatalog .right_bl {
    float: none;
    width: 280px;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .modalTypes .right_bl h2,
  .modalCatalog .right_bl h2 {
    font-size: 20px;
  }
  .modalTypes .right_bl p,
  .modalCatalog .right_bl p {
    font-size: 14px;
  }
  .modalTypes .right_bl form input[type=text],
  .modalCatalog .right_bl form input[type=text],
  .modalTypes .right_bl form input[type=tel],
  .modalCatalog .right_bl form input[type=tel] {
    width: 260px;
  }
  .modalTypes .right_bl form .form-group,
  .modalCatalog .right_bl form .form-group {
    margin: 15px 5px 15px 0;
  }
  .modalTypes .right_bl form .btn,
  .modalCatalog .right_bl form .btn {
    width: 260px;
  }
}
