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

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

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

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

header {
  position: unset;
  left: 0;
  top: 0;
  z-index: 3;
  background: #fff;
  width: 100%;
  padding: 12px 0 0;
  font-size: 15px; }
  header .name-company {
    margin: 10px 20px 0 0; }
  header .list-social {
    margin: 0 auto; }

header.fixed {
  position: fixed;
  padding: 5px 0; }
  header.fixed .logo {
    max-width: 36px; }
  header.fixed .header-top {
    display: none; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80px;
  width: 100%; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-social li {
    margin: 0 20px 0 0; }
    .list-social li:last-child {
      margin: 0; }
    .list-social li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      fill: #2293D7;
      width: 23px;
      height: 23px; }



.dropdown-toggle::after {
  margin: 0 0 0 3px;
  width: 8px;
  height: 4px;
  background: url("../img/arrow-bottom.svg") no-repeat center;
    background-size: 100%;
  border: none; }

.dropdown.show .dropdown-toggle {
  color: #2293D7;
  font-weight: bold; }

.dropdown-menu {
  margin: 19px 0 0;
  border: none;
    border-radius: 0;
  -webkit-box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
          box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
  background: #fff;
  min-width: 225px;
  padding: 18px 26px;
  font-size: 15px; }

.dropdown-item {
  padding: 0;
  margin: 0 0 12px;
  white-space: normal; }
  .dropdown-item:hover {
    color: #2293D7;
    background: transparent; }
  .dropdown-item:last-child {
    margin: 0; }

.form-search {
  position: relative;
  max-width: 180px;
  width: 100%;
  margin: -8px 0 0; }
  .form-search input {
    border: 1px solid #ddd;
    padding: 6px 0 5px 9px;
    line-height: 22px;
    font-size: 15px; }
    .form-search input::-webkit-input-placeholder {
      color: #A7A7A7; }
    .form-search input::-moz-placeholder {
      color: #A7A7A7; }
    .form-search input::-ms-input-placeholder {
      color: #A7A7A7; }
    .form-search input::placeholder {
      color: #A7A7A7; }
  .form-search button {
    position: absolute;
    right: 7px;
    bottom: 9px;
    width: 18px;
    height: 18px;
    background: transparent;
    fill: #A7A7A7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
main.search form.form-search{
  display: none;
}
.header-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
header.fixed .form-search input{
  margin: 10px 0;
}
header.fixed .form-search button{
  bottom: 18px;
}
.header-bottom li{
  position: relative;
}








 
.phone {
  position: relative;
  color: #2293D7;
  font-weight: bold; }
  .phone .svg-icon {
    position: absolute;
    left: -31px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    fill: #2293D7;
    width: 17px;
    height: 17px; }
  .phone:hover {
    color: #A7A7A7; }

.header-bottom li a.active {
    color: #2293d7;
}

.header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.name-company {
  color: #61C2D0;
  font-size: 14px;
  max-width: 180px;
  width: 100%; }

.header-box-address {
  margin: -3px 68px 0 0; }

.address {
  font-weight: bold; }

.schedule {
  color: #A7A7A7; }

.mail {
  color: #A7A7A7; }
  .mail:hover {
    color: #2293D7; }

.btn-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50%;
  background: #2293D7;
  width: 40px;
  height: 40px;
  padding: 12px 10px;
  cursor: pointer; }
  .btn-burger span {
    background: #ffffff;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 3px; }

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  max-width: 352px;
  padding: 22px 25px;
  font-size: 15px; }
  .mobile-menu__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mobile-menu .logo {
    margin: 0;
    max-width: 48px; }
  .mobile-menu .name-company {
    font-size: 14px;
    margin: 0 0 0 15px; }
  .mobile-menu__body {
    width: 100%;
    position: relative;
    padding: 18px 0 0;
    height: 100%; }
  .mobile-menu .links-prev {
    color: #2293D7; }
  .mobile-menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 13px; }
    .mobile-menu .menu li {
      margin: 0 0 19px; }
      .mobile-menu .menu li:last-child {
        margin: 0; }
  .mobile-menu .form-search {
    max-width: 179px;
    width: 100%; }
    .mobile-menu .form-search input {
      border-bottom: 1px solid #CDCDCD; }
  .mobile-menu__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 37px 0 15px; }

.dropdown-submenu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dropdown-submenu__toggle:after {
    content: '';
    width: 9px;
    height: 15px;
    background: url("../img/arrow-right.svg") no-repeat center;
      background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 10px; }

.dropdown-submenu__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 18px 0 0;
  display: none; }
  .dropdown-submenu__wrapper .links-prev {
    margin: 0 0 20px; }

.links-prev {
  color: #2293D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: bold; }
  .links-prev .svg-icon {
    width: 31px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    fill: #2293D7;
    margin: 0 17px 0 0; }

.btn-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
  width: 19px;
  height: 19px;
  cursor: pointer; }
  .btn-close:before, .btn-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 2px;
    height: 100%;
    border-radius: 3px;
    background: #A2A2A2; }
  .btn-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.main-home {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 19, 66, 0.58)), to(rgba(6, 19, 66, 0.58))), url("../img/bg1.jpeg") no-repeat center bottom;
  background: linear-gradient(0deg, rgba(6, 19, 66, 0.58), rgba(6, 19, 66, 0.58)), url("../img/bg1.jpeg") no-repeat center bottom;
    background-size: 1920px;
  color: #fff;
  padding: 98px 0 143px;
  overflow: hidden;
  margin: 13px 0 47px; }
  .main-home:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 100%;
    height: 114.5px;
    overflow: hidden;
    background: url("../img/decor-bg1.svg") no-repeat center top;
      background-size: cover; }
  .main-home h1 {
    color: #fff;
    margin: 0 0 37px; }
  .main-home .box-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px; }
  .main-home .btn {
    margin: 37px 0 0; }

.consultation-v2 .consultation-img {
  max-width: 507px;
  min-width: 507px; }

.calculate {
  padding: 64px 0 11px; }

.calculate-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 355px;
  width: 100%; }
  .calculate-img img {
    width: 100%; }

.calculate-wrapper {
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
          box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
  width: 100%;
  padding: 52px 100px 70px; }
  .calculate-wrapper h3 {
    color: #000000;
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 10px; }
  .calculate-wrapper .box-text {
    margin: 0 0 25px; }
  .calculate-wrapper .btn {
    max-width: 180px;
    margin: 0 20px 0 0; }
    .calculate-wrapper .btn:last-child {
      margin: 0; }

.form-calculate {
  color: #4B4B4B;
  font-size: 15px; }
  .form-calculate label {
    margin: 0 0 23px; }
  .form-calculate h4 {
    width: 100%;
    color: #4B4B4B;
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 15px; }
  .form-calculate .checkbox {
    color: #4B4B4B;
    font-size: 15px;
    font-family: "proxima", sans-serif; }
  .form-calculate .checkbox-custom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 1px solid #ECECEC;
      border-radius: 2px;
    margin: 0 0 0 25px; }
  .form-calculate input {
    width: 80px;
    height: 43px;
    margin: 0 0 0 28px;
    text-align: center;
    padding: 0;
    border: 1px solid #ECECEC;
      border-radius: 2px; }

.form-group {
  margin-bottom: 0; }

.form-group-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 36px; }
  .form-group-num label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0; }

.filter__slider {
  width: calc(100% - 240px);
  margin: 0 0 0 auto; }

.calculate-val {
  margin: 3px 0 16px;
  font-weight: bold;
  color: #2293D7;
  font-size: 30px;
  line-height: 45px; }

.ui-slider.ui-widget-content {
  border: none;
    border-radius: 10px;
  background: #EEEEEE; }

.ui-slider .ui-slider-range {
  background: #2293D7;
  border-radius: 10px; }

.ui-slider-horizontal .ui-slider-handle {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  width: 27px;
  height: 27px;
  border: none;
    border-radius: 50%;
  background: #FFFFFF url("../img/arrow-right.svg") no-repeat center;
    background-size: 8px;
  top: -8px;
  outline: none; }

.filter-range-min {
  border: 1px solid #ECECEC;
    border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 53px;
  height: 26px;
  top: -31px;
  left: -14px;
  font-size: 13px;
  font-weight: bold;
  color: #2293D7;
  position: absolute;
  background: #fff; }

.case {
  background: #2293D7;
  padding: 53px 0 65px;
  margin: 0 0 160px; }
  .case h2 {
    color: #fff; }
  .case .slick-arrow {
    -webkit-box-shadow: none;
            box-shadow: none; }

.case-slider {
  margin: 28px 0 0; }
  .case-slider .slick-slide {
    padding: 0 10px; }
  .case-slider .slick-list {
    margin: 0 -10px; }

.case-slider-box {
  width: 100%;
  background: #fff;
  min-height: 425px;
  -webkit-box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
          box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
  padding: 21px 28px 29px; }
  .case-slider-box h3 {
    font-size: 21px;
    color: #252525; }
  .case-slider-box__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 142px;
    margin: 0 0 20px; }

.case-name-company {
  margin: 0 0 11px;
  color: #999999;
  font-size: 13px; }

footer {
  background: #2F3A4F;
  color: #fff;
  padding: 35px 0 61px;
  font-size: 15px; }
  footer .logo {
    margin: 0 auto 27.5px;
    max-width: 104px; }
  footer .name-company {
    color: #fff;
    margin: 0 0 17px;
    font-weight: bold;
    max-width: none; }
  footer .header-box {
    margin: 0 0 25px; }
  footer .btn {
    margin: 0 auto; }

.footer-menu {
  max-width: 228px; }
  .footer-menu li {
    margin: 0 0 21px; }
    .footer-menu li:last-child {
      margin: 0; }
    .footer-menu li > a {
      color: #fff; }
      .footer-menu li > a:hover {
        color: #2293D7; }
  .footer-menu .dropdown-toggle:after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }

 
 

.footer-menu .menu-item {
  position: relative;
}

.footer-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.footer-menu .menu-item-has-children > a::after {
  content: "";

  margin: 0 0 0 3px;

  display: block;
  width: 8px;
  height: 4px;

  background: url(../img/arrow-bottom.svg) no-repeat center;
  background-size: 100%;
  border: none;
}

.footer-menu .sub-menu{
  display: none;
  
  position: absolute;
  top: -117px;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 25px rgb(86 129 181 / 14%);
  box-shadow: 2px 2px 25px rgb(86 129 181 / 14%);
  background: #fff;
  min-width: 225px;
  padding: 18px 26px; 
}

.footer-menu .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-menu .sub-menu a {
  font-size: 15px;
  font-weight: 400;
  color: #212529;
}

.footer-menu .menu-item-has-children.menu-item-has-children--active > a{
  color: #2293D7;
  font-weight: 700;
}

.footer-menu .menu-item-has-children.menu-item-has-children--active .sub-menu {
  display: block;
}

.footer-col {
  padding: 21px 0 0; }

.footer-wrapper {
  padding: 19px 0 0 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
table.price-table{
  border: 1px solid #fff;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

table.price-table th{
  font-weight: bold;
}
table.price-table td, table.price-table th{
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
  background-color: #2293D7;
}
table.price-table td:first-child{
  width: 70%;
}
