@font-face {
  font-family: "lato";
  src: url(../fonts/latoregular.woff2) format("woff2"), url(../fonts/latoregular.woff) format("woff"), url(../fonts/latoregular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "lato";
  src: url(../fonts/latomedium.woff2) format("woff2"), url(../fonts/latomedium.woff) format("woff"), url(../fonts/latomedium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "lato";
  src: url(../fonts/latobold.woff2) format("woff2"), url(../fonts/latobold.woff) format("woff"), url(../fonts/latobold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "lato";
  src: url(../fonts/latobolditalic.woff2) format("woff2"), url(../fonts/latobolditalic.woff) format("woff"), url(../fonts/latobolditalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "lato";
  src: url(../fonts/latoheavy.woff2) format("woff2"), url(../fonts/latoheavy.woff) format("woff"), url(../fonts/latoheavy.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "lato";
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #2f2f2f;
  padding-top: 84px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100%;
  padding: 0;
  max-width: 570px;
  margin: 0 auto;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(13.96deg, #0D95C1 9.72%, #4335AC 85.73%);
  background: linear-gradient(76.04deg, #0D95C1 9.72%, #4335AC 85.73%);
  -webkit-box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
          box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 18px;
  border: none;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: -o-linear-gradient(13.96deg, #FFC703 9.72%, #FFA903 85.73%);
  background: linear-gradient(76.04deg, #FFC703 9.72%, #FFA903 85.73%);
  -webkit-box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
          box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
  color: #151414;
  cursor: pointer;
}

.hidden {
  display: none !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

button {
  outline: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========HEADER=========*/

header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

header > .container > .flex {
  height: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 21px 0 20px;
}

.logo {
  max-width: 80px;
}

.logo:hover {
  opacity: .8;
}

.logo a {
  display: block;
}

.mob-call {
  width: 45px;
  height: 45px;
  margin-right: 23px;
  background: -o-linear-gradient(13.96deg, #FFC703 9.72%, #FFA903 85.73%);
  background: linear-gradient(76.04deg, #FFC703 9.72%, #FFA903 85.73%);
  -webkit-box-shadow: 0px 1px 5px rgba(35, 58, 92, 0.2);
          box-shadow: 0px 1px 5px rgba(35, 58, 92, 0.2);
  border-radius: 90%;
  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-left: auto;
}

.mob-call:hover {
  opacity: .8;
}

.mob-menu-btn {
  position: relative;
  width: 27px;
  height: 20px;
  background: transparent url(../img/mob-menu.png) center no-repeat;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.mob-menu-btn.active {
  background: transparent url(../img/mob-menu-active.png) center no-repeat;
  top: -8px;
}

.top-main {
  position: absolute;
  left: -100%;
  top: 0;
  width: 85%;
  background: #0D95C1 url(../img/mob-logo.png) 35px 7px no-repeat;
  padding-top: 80px;
  padding-bottom: 25px;
  height: 100vh;
  -webkit-transition: left .4s;
  -o-transition: left .4s;
  transition: left .4s;
  z-index: 15;
}

.top-main.active {
  left: 0;
  max-width: 550px;
  -webkit-transition: left .4s;
  -o-transition: left .4s;
  transition: left .4s;
}

.menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
}

.menu li {
  width: 100%;
}

.menu li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 64px;
  padding: 15px;
  line-height: 30px;
  padding-left: 42px;
  color: #fff;
}

.menu li a:hover {
  background: #12B2E6;
}

.menu li:last-child a {
  height: 59px;
  line-height: 28px;
}

.top-phone {
  margin-left: 41px;
  margin-bottom: 19px;
}

.top-phone span {
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-bottom: 4px;
}

.top-phone a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.top-call {
  width: 220px;
  height: 46px;
  line-height: 46px;
  background: -o-linear-gradient(13.96deg, #FFC703 9.72%, #FFA903 85.73%);
  background: linear-gradient(76.04deg, #FFC703 9.72%, #FFA903 85.73%);
  -webkit-box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
          box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
  border-radius: 16px;
  margin-left: 42px;
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #151414;
}

.top-call:hover {
  background: -o-linear-gradient(13.96deg, #0D95C1 9.72%, #4335AC 85.73%);
  background: linear-gradient(76.04deg, #0D95C1 9.72%, #4335AC 85.73%);
  -webkit-box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
          box-shadow: 0px 2px 10px rgba(35, 58, 92, 0.5);
  color: #fff;
}

.main .main-title {
  background: transparent url(../img/main-mob-bg1.jpg) center no-repeat;
  padding: 44px 0;
  background-size: cover;
}

.main h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #2F2F2F;
  max-width: 320px;
  margin: 0 auto;
}

.main-calc-wrapper {
  margin-bottom: 10px;
  overflow-x: hidden;
  margin-right: -40px;
  padding-right: 40px;
}

.main-calc {
  padding: 40px 49px 0 52px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}

.main-calc:after {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 70px;
  content: '';
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
}

.main-calc h2 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #2F2F2F;
  margin: 0 auto 31px;
}

.calc-item {
  margin-bottom: 30px;
}

.calc-item h4 {
  font-size: 18px;
  line-height: 20px;
  color: #2F2F2F;
  margin: 0 -15px 8px 0;
}

.calc-item label {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  margin-bottom: 6px;
}

.calc-item label:hover {
  cursor: pointer;
}

.calc-item label input {
  display: none;
}

.calc-item label span {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border: 1px solid #0D95C1;
  border-radius: 90%;
}

.calc-item label input:checked + span {
  background: #0D95C1 url(../img/calc-check.png) center no-repeat;
}

.calc-item label:last-child {
  margin-bottom: 0;
}

.calc-item:last-child {
  margin-bottom: 50px;
}

.calc-item .calc-slider {
  margin-top: 32px;
  position: relative;
  padding-left: 91px;
  margin-bottom: 42px;
}

.calc-item .calc-slider p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  margin-right: 13px;
  position: absolute;
  top: -13px;
  left: 0;
}

.calc-item .calc-slider p span {
  position: relative;
  top: -2px;
}

.calc-item .calc-slider p input {
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F6F9;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F6F9;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 2px #A6ABBD;
          box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 2px #A6ABBD;
  border-radius: 2px;
  margin-right: 2px;
  width: 56px;
  height: 34px;
  padding: 7px;
  text-align: center;
  border: none;
  font-weight: 500;
  font-size: 16px;
  padding-left: 15px;
}

.calc-item .calc-slider p input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
}

.calc-item .calc-slider p input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
}

.calc-item .calc-slider p input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
}

.calc-item .calc-slider p input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
}

.calc-item .calc-slider p input::placeholder {
  font-weight: 500;
  font-size: 16px;
}

.calc-item .calc-slider > div {
  min-width: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.calc-item .calc-slider .rangeslider {
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E7EBF0;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset -1px -1px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
          box-shadow: inset -1px -1px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
  border-radius: 18.5px;
  height: 11px;
}

.calc-item .calc-slider .rangeslider__fill {
  background: #0D95C1;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 37px;
}

.calc-item .calc-slider .rangeslider__handle {
  background-image: none;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E7EBF0;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: -2.5px -2.5px 10px rgba(250, 251, 255, 0.4), 1px 1px 5px #A6ABBD;
          box-shadow: -2.5px -2.5px 10px rgba(250, 251, 255, 0.4), 1px 1px 5px #A6ABBD;
  border-radius: 29px;
  height: 30px;
  width: 45px;
  top: -12px;
}

.calc-item .calc-slider .rangeslider__handle:after {
  display: none;
}

.calc-item .calc-slider .rangeslider__handle:before {
  background: transparent url(../img/range-bg.png) center no-repeat;
  content: '';
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 8px;
}

.calc-select .jq-selectbox {
  width: 100%;
  height: 44px;
  padding: 0;
  border-radius: 2px;
}

.calc-select .jq-selectbox__select {
  height: 100%;
  padding: 0px 40px 0px 21px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #A6ABBD;
}

.calc-select .jq-selectbox__select:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: transparent url(../img/select.png) center no-repeat;
  right: 15px;
  top: 17px;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  position: absolute;
}

.calc-select .jq-selectbox__select-text {
  position: relative;
  top: 1px;
  line-height: 40px;
}

.calc-select .jq-selectbox__dropdown {
  width: 100% !important;
  background: #fff;
  border: 1px solid #A6ABBD;
}

.calc-select .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 5px 0;
}

.calc-select .jq-selectbox__dropdown ul li {
  padding: 7px 21px;
  white-space: normal;
}

.calc-select.calc-select-big {
  margin-top: 30px;
}

.calc-select .opened .jq-selectbox__select:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-calc-btn {
  width: 272px;
  line-height: 44px;
  position: relative;
  left: -5px;
  margin: 0 auto;
}

.main-calc-btn-wrapper {
  padding-bottom: 48px;
}

.main-items {
  background: transparent url(../img/main-mob-bg2.jpg) center no-repeat;
  background-size: cover;
  padding: 41px 33px 38px;
}

.main-items > .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto;
}

.main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.main-item .main-item-img {
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

.main-item .main-item-info {
  width: 189px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2F2F2F;
}

.our-works {
  padding-bottom: 45px;
}

.our-works-top {
  max-width: 272px;
  margin: 0 auto;
}

.our-works-top h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #2F2F2F;
  margin-top: 43px;
  margin-bottom: 0;
}

.works-tab-top {
  max-width: 272px;
  padding: 27px 0 30px;
  position: relative;
  left: -1px;
  margin: 0 auto;
}

.works-tab-top ul {
  padding: 5px 0;
  margin: 0;
  border: 1px solid #A6ABBD;
  border-top: 0;
  width: 100%;
  position: absolute;
  top: 69px;
  display: none;
  background: #fff;
  z-index: 15;
}

.works-tab-top ul li a {
  display: block;
  padding: 5px 20px;
  color: #2F2F2F;
}

.works-tab-top ul li a.active,
.works-tab-top ul li a:hover {
  background: rgba(13, 149, 193, 0.2);
  color: #076584;
}

.works-tabs-btn {
  width: 100%;
  height: 44px;
  border: 1px solid #A6ABBD;
  border-radius: 3px;
  padding: 11px 35px 11px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  position: relative;
  text-align: left;
}

.works-tabs-btn:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  background: transparent url(../img/select.png) center no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.works-tabs-btn.active:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.works-tabs .tab {
  display: none;
}

.works-tabs .tab.active {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

.work {
  opacity: 1;
}

.work img:hover {
  opacity: .8;
}

.work.hidden {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.work-title {
  position: relative;
  margin-top: 6px;
  margin-bottom: 13px;
}

.work-title span {
  display: inline-block;
  padding-right: 15px;
  background: #fff url(../img/map.png) 21px 0 no-repeat;
  padding-left: 48px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 2;
}

.work-title:after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background: rgba(255, 199, 3, 0.8);
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 1;
}

.work-main-img {
  margin-bottom: 13px;
}

.work-main-thumbs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work-main-thumbs .col {
  width: 50%;
  margin-bottom: 13px;
}

.work-main-thumbs img {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.tab-more {
  width: 100%;
  margin-top: 17px;
  margin-bottom: 30px;
}

.tab-more a {
  width: 173px;
  text-align: right;
  background: transparent url(../img/eye.png) 0 5px no-repeat;
  margin: 0 auto;
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #0D95C1;
}

.tab-more a:hover {
  opacity: .8;
}

.work-main-thumbs .col:nth-child(odd) {
  padding-right: 8px;
}

.work-main-thumbs .col:nth-child(even) {
  padding-left: 8px;
}

.outlay {
  /*background: transparent url(../img/outlay-bg.jpg) left bottom no-repeat;*/
  padding-top: 165px;
  position: relative;
  padding-bottom: 21px;
  background-size: cover;
}

.outlay-img {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: -45px;
}

.outlay-info {
  width: 320px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background: #FFFFFF;
  padding: 30px 23px 33px 29px;
  position: relative;
}

.outlay-info h3 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #2F2F2F;
  margin: 0 0 18px -6px;
}

.outlay-info strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFA903;
  margin-bottom: 15px;
  margin-right: -16px;
  margin-left: 1px;
}

.outlay-info p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 21px;
}

.outlay-info p .hr {
  display: block;
  height: 10px;
}

.outlay-form {
  margin: 0 -9px 0 -14px;
}

.outlay-form input {
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding: 15px 17px;
  margin-bottom: 13px;
}

.outlay-form input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
}

.outlay-form input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
}

.outlay-form input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
}

.outlay-form input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
}

.outlay-form input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
}

.outlay-form .btn {
  height: 50px;
  width: 100%;
  line-height: 48px;
}

.repair {
  padding: 26px 20px;
}

.repair h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 37px;
  text-align: center;
}

.repair-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 87px;
}

.repair-item {
  margin-bottom: 30px;
  padding-left: 87px;
  position: relative;
}

.repair-item:nth-child(1) p {
  margin-right: -5px;
}

.repair-item:nth-child(3) p,
.repair-item:nth-child(4) p {
  padding-right: 10px;
}

.repair-item .repair-item-img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.repair-item .repair-item-info h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 12px;
}

.repair-item .repair-item-info p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.repair-item .repair-item-info p br {
  display: none;
}

.repair-item .repair-item-info p br.no-db {
  display: inline-block;
}

.outlay-connect {
  padding-top: 265px;
  padding-bottom: 50px;
  background: transparent url(../img/outlay-connect-bg.jpg) center no-repeat;
  background-size: cover;
}

.outlay-connect .outlay-img {
  top: -36px;
}

.outlay-connect .outlay-info {
  padding-top: 36px;
  padding-bottom: 24px;
}

.outlay-connect .outlay-info h3 {
  margin-bottom: 15px;
}

.reviews {
  padding: 45px 0 39px;
}

.reviews h2 {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
  margin: 0 auto 28px;
}

.review-item {
  margin-bottom: 43px;
}

.review-item:last-child {
  margin-bottom: 0;
}

.reviews .review-item iframe {
  margin-bottom: 41px;
}

.review-item .review-item-img {
  position: relative;
  margin-bottom: 29px;
  margin-bottom: 44px;
  height: 321px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.review-item .review-item-img > img {
  width: 100%;
}

.review-item .review-item-img a {
  position: absolute;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  z-index: 1;
}

.review-item-info .blockquote {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #2F2F2F;
  margin-bottom: 16px;
}

.review-item-info .blockquote span {
  position: relative;
}

.review-item-info .blockquote span:before,
.review-item-info .blockquote span:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 16px;
  background: transparent url(../img/quote.png) center no-repeat;
  right: -24px;
  top: 9px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
}

.review-item-info .blockquote span:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  right: unset;
  left: -24px;
  top: -2px;
}

.review-item-info p {
  padding: 0 20px 0 21px;
  margin: 0;
}

.repair-form {
  background: transparent url(../img/repair-form-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 41px 0 135px;
}

.repair-form .outlay-info {
  padding-top: 32px;
  padding-bottom: 44px;
}

.repair-form .outlay-info h3 {
  margin: 0 0 16px -4px;
}

.repair-form .outlay-info p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 -5px 25px -7px;
  text-align: center;
}

.repair-form .outlay-info .outlay-form {
  margin: 0;
}

.repair-form .outlay-info .outlay-form input {
  margin-bottom: 16px;
}

.map {
  height: 492px;
  overflow: hidden;
}

.map:hover {
  cursor: pointer;
}

.map img {
  display: block;
  max-width: none;
  width: 100%;
  min-width: 600px;
}

.contacts {
  padding: 42px 0 0;
  color: #000000;
  background: #FFFFFF;
}

.contacts .container {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  padding-bottom: 64px;
  margin-bottom: 2px;
  z-index: 9;
}

.contacts h2 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 auto 40px;
  text-align: center;
}

.contacts p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-left: 58px;
  padding-right: 15px;
}

.contacts p.contact-address {
  background: transparent url(../img/map.png) 32px 0 no-repeat;
  margin-top: -6px;
  padding-top: 6px;
}

.contacts p.contact-phone {
  background: transparent url(../img/phone.png) 29px 0 no-repeat;
}

.contacts p.contact-mail {
  background: transparent url(../img/mail.png) 25px 4px no-repeat;
  padding-left: 60px;
}

.contacts p a {
  color: #000;
}

.contacts p a:hover {
  color: #0d95c1;
}

.btn-top {
  background: -o-linear-gradient(13.96deg, #0D95C1 9.72%, #4335AC 85.73%);
  background: linear-gradient(76.04deg, #0D95C1 9.72%, #4335AC 85.73%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.btn-top span {
  padding-left: 25px;
  background: transparent url(../img/top.png) 0 2px no-repeat;
}

footer {
  padding: 36px 0 38px;
}

footer .container {
  padding-left: 40px;
}

.footer-logo {
  max-width: 198px;
  margin-bottom: 33px;
}

.footer-menu {
  padding-left: 10px;
  margin: 0;
}

.footer-menu a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 26px;
}

.footer-menu a:hover {
  color: #0d95c1;
}

.footer-social {
  margin-top: 30px;
  padding-left: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  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;
  border-radius: 90%;
}

.footer-social a:hover {
  opacity: .8;
}

.footer-social-fb {
  background: #4E6297;
  margin-right: 7px;
}

.footer-social-in {
  background: -o-linear-gradient(46.06deg, #EEA054 16.16%, #D64763 50.11%, #B62A99 83.68%);
  background: linear-gradient(43.94deg, #EEA054 16.16%, #D64763 50.11%, #B62A99 83.68%);
}

.success {
  background: transparent url(../img/success-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 44px 0 20px;
  margin-bottom: 60px;
}

.success h1 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.success h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.success strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: block;
  margin-bottom: 13px;
}

.success p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 28px;
}

.success {
  padding-bottom: 32px;
}

.success .container {
  padding: 0 19px;
}

.success-form {
  margin: -10px -19px 0;
  background: #fff;
  padding: 30px 38px 42px;
}

.success-form h4 {
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
  margin: 0 -1px 28px;
}

.success-form label {
  display: block;
  margin-bottom: 27px;
}

.success-form label input {
  width: 100%;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  padding: 11px 50px 11px 21px;
}

.success-form label input.sel {
  background: #fff url(../img/select.png) 93% 18px no-repeat;
}

.success-form label .jq-selectbox {
  width: 100%;
}

.success-form label .jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.success-form label .jq-selectbox__dropdown ul {
  margin: 0;
  padding-left: 21px;
}

.success-form label .jq-selectbox__dropdown ul li {
  padding: 10px 0;
}

.success-form label .jq-selectbox__select {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  padding: 11px 50px 11px 21px;
  background: #fff url(../img/select.png) 93% 18px no-repeat;
}

.success-form label span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-top: 14px;
}

.success-form .btn {
  width: 215px;
  margin: 0 auto;
  height: 46px;
  line-height: 44px;
}

.success-page .mob-call {
  margin-right: 4px;
}

.success-page .our-works {
  padding-bottom: 40px;
}

.success-page .reviews {
  padding-top: 41px;
}

.success-page .repair {
  padding: 62px 20px 26px;
  background: transparent url(../img/success-repair.jpg) center no-repeat;
  background-size: cover;
}

.success-page .repair h2 {
  font-size: 30px;
  line-height: 36px;
}

.success-page footer {
  padding-top: 43px;
}

.fancybox-slide:before {
  height: 50px;
}

.modal {
  display: none;
  max-width: 100%;
  padding: 20px 15px;
  overflow: unset;
  margin-top: 50px;
}

.modal h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.modal p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 auto 30px;
  max-width: 422px;
  text-align: center;
}

.modal form {
  width: 290px;
  margin: 0 auto;
}

.modal form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding: 11px 17px;
  height: 46px;
  margin-bottom: 12px;
  display: block;
}

.modal form .btn {
  height: 50px;
  width: 100%;
}

.modal .fancybox-close-small {
  position: absolute;
  width: 17px;
  height: 17px;
  background: transparent url(../img/close.png) center no-repeat;
  border: none;
  right: 0;
  top: -26px;
}

.modal .fancybox-close-small:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
    padding: 0 15px;
  }

  header > .container > .flex {
    padding: 0;
  }

  .top-main {
    width: 80%;
  }

  .main {
    background: transparent url(../img/main-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 49px 0 65px;
  }

  .main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main .main-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 35px;
  }

  .main .main-items {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: none;
    width: 100%;
    padding: 0;
  }

  .main .main-items > .flex {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main .main-items > .flex .main-item {
    width: 33%;
  }

  .main .main-items > .flex .main-item .main-item-img {
    margin-right: 10px;
    height: 69px;
  }

  .main .main-items > .flex .main-item .main-item-info {
    font-size: 15px;
  }

  .main .main-calc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: #fff;
    width: 100%;
  }

  .main h1 {
    max-width: 100%;
  }

  .main-calc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 300px;
  }

  .main-calc-wrapper::-webkit-scrollbar {
    width: 3px;
    background: #fff;
  }

  .main-calc-wrapper::-webkit-scrollbar-thumb {
    background: #E7EBF0;
    border-radius: 3px;
  }

  .main-calc-wrapper::-webkit-scrollbar-thumb:hover {
    background: #d72e35;
  }

  .calc-item {
    width: 50%;
    max-width: 260px;
  }

  .calc-item h4 {
    margin-right: -35px;
  }

  .works-tabs-btn {
    display: none;
  }

  .works-tab-top {
    max-width: 100%;
  }

  .works-tab-top ul {
    position: unset;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .works-tab-top ul li a {
    display: block;
    padding: 11px 28px;
    color: #2f2f2f;
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #0D95C1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    margin: 0 4px;
  }

  .works-tab-top ul li a.active,
  .works-tab-top ul li a:hover {
    color: #fff;
    background: #0D95C1;
  }

  .work-main-img img {
    width: 100%;
  }

  .work-main-thumbs {
    margin: 0 -8px;
  }

  .work-main-thumbs .col {
    width: 25%;
    padding: 0 8px;
  }

  .outlay {
    background-size: cover;
    padding: 1px 0;
  }

  .outlay .container {
    position: relative;
  }

  .outlay .outlay-img {
    top: unset;
    bottom: -41px;
    width: auto;
  }

  .outlay .outlay-img img {
    display: block;
  }

  .outlay .outlay-info {
    margin-right: 0;
    width: 100%;
    max-width: 500px;
    margin: 40px 0 40px auto;
  }

  .outlay .outlay-info strong {
    text-align: center;
  }

  .outlay-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }

  .outlay-form > * {
    width: 50%;
  }

  .outlay-form input {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .reviews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reviews h2 {
    width: 100%;
  }

  .reviews .review-item {
    width: 50%;
    padding: 0 15px;
  }

  .repair h2 br {
    display: none;
  }

  .repair-form {
    background: transparent url(../img/repair-form-bg2.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 40px 0;
  }

  .repair-form .outlay-info {
    width: 100%;
    max-width: 500px;
  }

  .repair-form .outlay-info input {
    margin-bottom: 0;
  }

  .contacts {
    position: relative;
    padding-top: 20px;
  }

  .contacts .container {
    position: absolute;
    left: 10%;
    padding: 54px 50px 42px 44px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    top: 125px;
    width: 400px;
  }

  .contacts .container h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 32px;
  }

  .contacts .map {
    height: 570px;
    margin: 0;
  }

  .contacts .map img {
    min-width: 1920px;
  }

  .btn-top {
    display: none;
  }

  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer-logo {
    margin-bottom: 0;
    max-width: 127px;
    margin-right: 15px;
  }

  footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 417px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .footer-menu li a {
    margin-bottom: 0;
  }

  footer .footer-social {
    margin: 0 0 0 auto;
  }

  .outlay-connect .outlay-img {
    left: unset;
    right: 0;
  }

  .outlay-connect .outlay-info {
    max-width: 450px;
    margin-left: 0;
    margin-right: auto;
    padding: 58px 60px 75px 65px;
    text-align: center;
  }

  .outlay-connect .outlay-info h3 {
    margin-bottom: 29px;
  }

  .outlay-connect .outlay-info strong {
    margin-bottom: 26px;
  }

  .success-page .top-main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .success-page .top-main .top-main {
    margin-left: 65px;
    margin-right: 0;
    width: 878px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .success-form {
    margin-left: 0;
    margin-right: 0;
  }

  .success .container {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .success .container h1 {
    width: 100%;
  }

  .review-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .modal {
    max-width: 594px;
    padding: 50px;
  }

  .modal h2 {
    margin-bottom: 34px;
  }

  .modal p {
    margin: 0 auto 44px;
    max-width: 422px;
  }

  .modal .fancybox-close-small {
    right: -26px;
    top: 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
    padding: 0 15px;
  }

  .mob-call,
  .mob-menu-btn {
    display: none;
  }

  .mob-call {
    margin-right: 0;
    margin-left: 15px;
  }

  .top-main {
    width: auto;
    position: unset;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0;
  }

  .top-phone {
    margin: 0;
  }

  .top-phone a:hover {
    color: #0D95C1;
    background: none;
  }

  .top-call {
    margin-left: 15px;
    width: 185px;
    margin-top: -5px;
  }

  .menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 405px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu li {
    text-align: center;
  }

  .menu li a {
    color: #000;
    padding: 0;
    height: auto;
  }

  .menu li a:hover {
    color: #0D95C1;
    background: none;
  }

  .menu li a:last-child {
    height: auto;
  }

  .main .main-items > .flex .main-item {
    width: 33.333%;
    padding-right: 10px;
  }

  .main .main-items > .flex .main-item .main-item-info {
    font-size: 17px;
  }

  .main .main-items > .flex .main-item .main-item-img {
    height: 135px;
    width: 135px;
    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;
    border: 14px solid rgba(255, 255, 255, 0.08);
    border-radius: 90%;
    margin-right: 0;
  }

  .main .main-items > .flex .main-item .main-item-img img {
    border-radius: 90%;
    border: 14px solid rgba(255, 255, 255, 0.2);
  }

  .main .main-calc {
    max-width: 762px;
    margin: 0 auto;
    padding: 37px 91px 0 96px;
  }

  .main .main-calc:after {
    bottom: 84px;
    pointer-events: none;
  }

  .main .main-calc h2 {
    margin-bottom: 33px;
  }

  .main .main-calc .calc-item {
    margin-bottom: 41px;
  }

  .main .main-calc .calc-item:nth-child(1),
  .main .main-calc .calc-item:nth-child(2) {
    margin-bottom: 29px;
  }

  .main .main-calc .calc-item .calc-slider {
    margin-bottom: 0;
  }

  .main .main-calc .main-calc-wrapper {
    margin-right: -82px;
    padding-right: 78px;
    height: 270px;
  }

  .main .main-calc .main-calc-btn-wrapper {
    padding-bottom: 33px;
  }

  .main .main-calc .main-calc-btn {
    left: 0;
  }

  .work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .work h3 {
    width: 100%;
  }

  .work-main-img {
    width: 58%;
  }

  .work-main-thumbs {
    width: 42%;
    margin: 0 -8px 0 0;
  }

  .work-main-thumbs .col {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 18px;
  }

  .work-title {
    margin-bottom: 19px;
  }

  .repair {
    padding: 30px 0 7px;
  }

  .repair-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .repair-item {
    width: 48%;
    margin-bottom: 52px;
  }

  .repair-form {
    padding: 40px 0 100px;
  }

  footer .footer-logo {
    margin-right: 95px;
  }

  .success-text {
    width: 397px;
  }

  .success-form {
    width: 545px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }

  .success {
    background: transparent url(../img/success-bg2.png) center no-repeat;
    background-size: cover;
  }

  .contacts .container {
    left: 20%;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 126px;
  }

  .container {
    max-width: 1200px;
  }

  header > .container > .flex {
    height: 126px;
  }

  .logo {
    max-width: 150px;
  }

  .top-main {
    margin-left: 65px;
    margin-right: 0;
    width: 878px;
  }

  .menu {
    width: 407px;
    margin-left: 0;
    margin-right: auto;
  }

  .menu li {
    width: auto;
  }

  .top-call {
    width: 220px;
    margin-top: -1px;
    margin-left: 18px;
  }

  .top-phone {
    margin-top: 2px;
  }

  .main h1 {
    font-size: 45px;
    line-height: 54px;
  }

  .main .main-title {
    padding-bottom: 8px;
  }

  .main .main-items {
    max-width: 1005px;
    margin: 0 auto 30px 63px;
  }

  .main .main-items > .flex .main-item .main-item-info {
    font-size: 18px;
    position: relative;
    top: 8px;
  }

  .our-works {
    padding-bottom: 70px;
  }

  .our-works-top h2 {
    margin-top: 80px;
    font-size: 36px;
    line-height: 43px;
  }

  .works-tab-top {
    padding: 40px 0;
  }

  .works-tab-top ul li {
    margin: 0 4px;
  }

  .works-tab-top ul li:first-child a {
    width: 153px;
  }

  .works-tab-top ul li a {
    padding: 10px 22px;
    margin: 0;
    width: 133px;
    text-align: center;
  }

  .work {
    margin-bottom: 48px;
  }

  .work-title span {
    padding-left: 28px;
    background: #fff url(../img/map.png) 1px 0 no-repeat;
  }

  .work-main-img {
    width: 671px;
    margin: 0;
  }

  .work-main-img a {
    display: block;
  }

  .work-main-thumbs {
    width: 476px;
    margin: 0;
  }

  .work-main-thumbs .col {
    margin: 0 0 18px;
    padding: 0;
  }

  .work-main-thumbs .col:nth-child(odd) {
    padding-right: 11px;
  }

  .work-main-thumbs .col:nth-child(even) {
    padding-left: 11px;
  }

  .work-main-thumbs .col:last-child,
  .work-main-thumbs .col:nth-last-child(2) {
    margin-bottom: 0;
  }

  .tab-more {
    margin-top: 51px;
    margin-bottom: 50px;
  }

  .outlay .outlay-img {
    width: 584px;
    height: 675px;
    background: transparent url(../img/outlay-img2.png) center no-repeat;
    background-size: cover;
    bottom: -85px;
    left: 15px;
  }

  .outlay .outlay-img img {
    display: none;
  }

  .outlay .outlay-info {
    max-width: 545px;
    margin: 88px 88px 0 auto;
    padding: 59px 60px 60px 58px;
  }

  .outlay .outlay-info h3 {
    margin: 0 0 26px 0;
  }

  .outlay .outlay-info strong {
    margin: 0 auto 27px;
    max-width: 380px;
  }

  .outlay .outlay-info p {
    margin-bottom: 32px;
  }

  .outlay {
    padding: 1px 0 85px;
  }

  .outlay-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .outlay-form input {
    width: 200px;
    margin-right: 0;
    height: 44px;
  }

  .outlay-form .btn {
    width: 215px;
    margin-right: 5px;
    line-height: 42px;
    height: 44px;
  }

  .repair {
    padding: 80px 0 0;
  }

  .repair h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 54px;
  }

  .repair-item {
    padding-left: 152px;
    margin-bottom: 81px;
    width: 48%;
  }

  .repair-item:nth-child(2),
  .repair-item:nth-child(4) {
    width: 45%;
  }

  .repair-item .repair-item-img {
    border: 14px solid rgba(255, 199, 3, 0.08);
    border-radius: 90%;
    width: 135px;
    height: 135px;
  }

  .repair-item .repair-item-img img {
    border: 14px solid rgba(255, 199, 3, 0.2);
    border-radius: 90%;
    width: 107px;
    height: 107px;
  }

  .repair-item .repair-item-info h4 {
    font-size: 24px;
    line-height: 29px;
  }

  .repair-item .repair-item-info p br {
    display: inline-block;
  }

  .outlay-connect {
    margin-top: -49px;
    padding-bottom: 195px;
  }

  .outlay-connect .outlay-info {
    margin-left: 73px;
    margin-right: auto;
  }

  .outlay-connect .outlay-img {
    width: 688px;
    height: 663px;
    background: transparent url(../img/outlay-connect2.png) center no-repeat;
    background-size: cover;
    bottom: -194px;
    left: unset;
    right: 84px;
  }

  .reviews {
    padding: 87px 0 90px;
  }

  .reviews h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 64px;
  }

  .reviews .review-item {
    padding: 0;
    width: 568px;
    width: 32%;
  }

  .reviews .review-item iframe {
    margin-bottom: 41px;
  }

  .reviews .review-item .review-item-img a {
    width: 104px;
    height: 104px;
    top: calc(50% - 52px);
    left: calc(50% - 52px);
  }

  .reviews .review-item .review-item-info .blockquote {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 44px;
  }

  .repair-form {
    padding-bottom: 188px;
    background-size: 1920px 100%;
  }

  .repair-form .outlay-info {
    max-width: 833px;
    position: relative;
    left: 12px;
    top: -10px;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .repair-form .outlay-info h3 {
    margin-bottom: 11px;
  }

  .repair-form .outlay-info .outlay-form {
    margin: 45px auto 0;
    max-width: 476px;
  }

  .repair-form .outlay-info .outlay-form input {
    width: 243px;
  }

  .contacts .container {
    left: 15.8%;
  }

  footer {
    padding: 25px 0 30px;
  }

  .success-page .our-works {
    padding-bottom: 79px;
  }

  .success-page .repair {
    padding: 58px 0 5px;
  }

  .success-page .repair h2 {
    font-size: 45px;
    line-height: 54px;
  }

  .success-page .reviews {
    padding-top: 78px;
    padding-bottom: 58px;
  }

  .success {
    padding-top: 75px;
    padding-bottom: 73px;
  }

  .success-form {
    margin-left: 69px;
    margin-right: auto;
    padding: 39px 66px 50px 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .success-form label {
    width: 198px;
    margin-bottom: 30px;
  }

  .success-form label.last-success {
    width: 100%;
  }

  .success-form h4 {
    text-align: center;
    width: 100%;
    margin-bottom: 31px;
  }

  .success .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .success .container h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 auto 70px;
    max-width: 790px;
  }

  .success .container .success-text {
    margin-left: 80px;
  }

  .success .container .success-text h2 {
    font-size: 40px;
    line-height: 48px;
    margin: -8px 0 36px;
    text-align: left;
  }

  .success .container .success-text p {
    margin-bottom: 44px;
  }

  .success .container .success-text strong {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 19px;
  }

  .review-item-info .blockquote span:before {
    left: -35px;
    top: -7px;
    width: 36px;
    height: 24px;
    background-size: cover;
  }

  .review-item-info .blockquote span:after {
    width: 36px;
    height: 24px;
    background-size: cover;
    right: -34px;
  }

  .contacts .container {
    width: 463px;
  }
}

form *[type="submit"]:disabled {
  background: #464545!important;
  color: #fff!important;
  cursor: default;
}

.form_input_error {
  border: 1px solid red!important
}
form input{
  outline: none;
}
.textreview-items {
  max-width: 1170px;
  margin: 0 auto;
}
.textreview-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.img_clients {
    margin-left: 60px;
    width: 165px;
    height: 165px;
}
.img_clients img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.review_info {
  width: 59%;
}
.review_img {
  width: 40%;
    width: 300px;
}
.spasibo_text {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.input_phone {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.input_phone input {
  padding: 14px 21px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #A6ABBD;
    margin-bottom: 10px;
    margin: 0 auto;
    width: 272px;
}
.input_phone h4 {
  font-size: 18px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 10px;
}
#phone-error {
  margin-bottom: 10px;
  color: #dd0e0e;
  display: block;
  font-weight: 600;
}