body {
  min-width: 360px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}


/* ------------------- Шапка ----------------------- */

header {
  background: url(../img/fon-header.jpg) center top no-repeat;
}

header .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

header .wrap .top_1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

header .wrap .top_1 .col_1 {
  width: 20%;
}

header .wrap .top_1 .col_2 {
  width: 25%;
  margin-right: 3%;
}

header .wrap .top_1 .col_3 {
  width: 10%;
  margin-right: 5%;
}

header .wrap .top_1 .col_4 {
  width: 16%;
  margin-right: 5%;
}

header .wrap .top_1 .col_5 {
  width: 16%;
}

header .wrap .top_1 .col_2 a {
  background: url(../img/i-gps-mini.png) no-repeat;
  display: inline-block;
  padding-left: 23px;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
}

header .wrap .top_1 .col_2 a:hover {
  text-decoration: underline;
}

header .wrap .top_1 .col_3 .row_1 {
  margin-bottom: 3px;
}

header .wrap .top_1 .col_4 .row_1 a {
  background: url(../img/i-tel-mini.png) no-repeat;
  display: inline-block;
  padding-left: 27px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
}

header .wrap .top_1 .col_4 .row_1 a:hover {
  text-decoration: underline;
}

header .wrap .top_1 .col_4 .row_2 {
  font-size: 12px;
  text-align: right;
  margin-right: 8px;
}

header .wrap .top_1 .col_5 .row_1 a {
  background: url(../img/i-whatsapp-mini.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
}

header .wrap .top_1 .col_5 .row_1 a:hover {
  text-decoration: underline;
}

header .wrap .top_1 .col_5 .row_2 {
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}

header .wrap .top_2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

header .wrap .top_2 .col_1 {
 width: 20%;
 text-align: center;
 margin-top: 8px;
}

header .wrap .top_2 .col_2 {
  width: 80%;
}

header .wrap .top_2 .col_2 .row_1 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

header .wrap .top_2 .col_2 .row_2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

header .top_3 {
  display: flex;
  flex-wrap: wrap;
}

header .top_3 .col_1 {
  width: 35%;
  margin-right: 5%;
  display: flex;
}

header .top_3 .col_2 {
  width: 60%;
  text-align: center;
}

header .top_3 .col_2 img {
  margin-top: -20px;
}

header .top_3 .col_1 .mark {
  background: #fff;
  padding: 5px 15px 40px 15px;
  box-sizing: border-box;
  margin-left: 30px;
  margin-top: 40px;
  width: 100%;
  max-width: 320px;
}

header .top_3 .col_1 .mark .row_1 .logotype_1 {
  background: url(../img/logotype-1.png) no-repeat;
  display: inline-block;
  padding-left: 70px;
  padding-top: 3px;
  margin-left: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  height: 40px;
}

header .top_3 .col_1 .mark .row_2 .logotype_2 {
  background: url(../img/logotype-2.png) no-repeat;
  display: inline-block;
  padding-left: 70px;
  padding-top: 7px;
  margin-left: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  height: 40px;
}

header .top_3 .col_1 .mark .row_3 .logotype_3 {
  background: url(../img/logotype-3.png) no-repeat;
  display: inline-block;
  padding-left: 70px;
  margin-left: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  height: 40px;
}

header .top_3 .col_1 .mark .row_4 .logotype_4 {
  background: url(../img/logotype-4.png) no-repeat;
  display: inline-block;
  padding-left: 70px;
  margin-left: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  height: 40px;
}

header .top_3 .col_1 .mark .row_5 .logotype_5 {
  background: url(../img/logotype-5.png) no-repeat;
  display: inline-block;
  padding-left: 70px;
  padding-top: 3px;
  margin-left: 15px;
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 24px;
  height: 40px;
}

header .top_3 .col_1 .mark .row_6 {
  text-align: center;
}

header .top_3 .col_1 .mark .row_6 .button a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 25px 0px 25px 0px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: linear-gradient(to right, #ff7800, #ff5400);
  text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(255,84,0,0.42);
  width: 100%;
}

header .top_3 .col_1 .mark .row_6 .button a:hover {
  background: linear-gradient(to left, #ff7800, #ff5400);
}


/* ------------------- О нас ----------------------- */

.about_us {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 70px;
}

.about_us .title {
  text-align: center;
  margin-bottom: 30px;
}

.about_us .title span {
  background: url(../img/line-2.png) no-repeat left top;
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 11px;
  padding-left: 31px;
}

.about_us .row_1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about_us .row_1 .col_1 {
  width: 75%;
  margin-right: 5%;
}

.about_us .row_1 .col_1 .text {
  margin-top: 25px;
}

.about_us .row_1 .col_1 .text p {
  line-height: 22px;
  margin-bottom: 18px;
}

.about_us .row_1 .col_1 .text a {
  color: #ff6700;
  text-decoration: none;
  font-weight: bold;
}

.about_us .row_1 .col_1 .text a:hover {
  text-decoration: underline;
}

.about_us .row_1 .col_2 {
  width: 20%;
}

.about_us .row_1 .col_2 .img {
  text-align: center;
}

.about_us .row_1 .col_2 .img img {
  border: 2px solid #ff6700;
  border-radius: 50%;
}

.about_us .row_1 .col_2 .text_1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
}

.about_us .row_1 .col_2 .text_2 {
  text-align: center;
  margin-bottom: 3px;
}

.about_us .row_1 .col_2 .text_3 {
  text-align: center;
}

.about_us .row_2 {
  display: flex;
  flex-wrap: wrap;
}

.about_us .row_2 .col_1 {
  width: 20%;
}

.about_us .row_2 .col_2 {
  width: 20%;
}

.about_us .row_2 .col_3 {
  width: 20%;
}

.about_us .row_2 .col_4 {
  width: 20%;
}

.about_us .row_2 .col_5 {
  width: 20%;
}

.about_us .row_2 .img {
  text-align: center;
}

.about_us .row_2 .img .text {
  text-align: center;
  font-weight: bold;
}

.about_us .row_2 .img img {
  margin-bottom: 15px;
}

.about_us .row_2 .img3 {
  text-align: center;
}

.about_us .row_2 .img3 img {
  margin-left: 25px;
  margin-bottom: 15px;
}

.about_us .row_2 .img3 .text {
  text-align: center;
  font-weight: bold;
}


/* ------------------ Наши работы -------------------- */

.our_work {
  background: #f7f9fb;
}

.our_work .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.our_work .wrap .title {
  text-align: center;
  margin-bottom: 70px;
}

.our_work .wrap .title span {
  background: url(../img/line-2.png) no-repeat left top;
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 11px;
  padding-left: 31px;
}

.our_work .wrap .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our_work .wrap .items .item {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 65px;
}

.our_work .wrap .items .item .img {
  text-align: center;
  position: relative;
}

.our_work .wrap .items .item .zoom {
  background: url(../img/i-zoom.png) no-repeat center center, rgba(255, 84, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.our_work .wrap .items .item a:hover .zoom {
  opacity: 1;
  transition: 0.3s;
}

.our_work .wrap .items .item .text {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-top: 35px;
}

.our_work .wrap .items .item .text:hover {
  color: #ff6700;
}

.our_work .wrap .more {
  text-align: center;
}

.our_work .wrap .more .button {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 27px 120px 27px 120px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: linear-gradient(to right, #ff7800, #ff5400);
  text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(255,84,0,0.42);
  cursor: pointer;
}

.our_work .wrap .more .button:hover {
  background: linear-gradient(to left, #ff7800, #ff5400);
}


/* ------------------ Отзывы -------------------- */

.reviews {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 100px;
}

.reviews .title {
  text-align: center;
  margin-bottom: 70px;
}

.reviews .title span {
  background: url(../img/line-2.png) no-repeat left top;
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 11px;
  padding-left: 31px;
}

.reviews .carousel {
  position: relative;
}

.reviews .carousel .carousel_wrapper {
  overflow: hidden;
  margin-left: 40px;
  margin-right: 40px;
}

.reviews .carousel .carousel_items {
  display: flex;
}

.reviews .carousel .carousel_items > div {
  flex: 0 0 33.3333333333%;
  padding: 0 14px;
  box-sizing: border-box;
}

.reviews .carousel .carousel_items > div .item {
  background: #f7f9fb;
  border: 1px solid #c6c6c6;
  height: 100%;
  box-sizing: border-box;
}

.reviews .carousel .carousel_items > div .row_1 {
  margin: 20px 20px 13px 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #4c4c4c;
}

.reviews .carousel .carousel_items > div .name {
  font-size: 22px;
  color: #ff6800;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
}

.reviews .carousel .carousel_items > div .date {
  font-size: 14px;
}

.reviews .carousel .carousel_items > div .row_2 {
  margin: 0px 20px 20px 20px;
}

.reviews .carousel .carousel_items > div .row_2 p {
  font-size: 16px;
  line-height: 22px;
}

.reviews .carousel .carousel_left {
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
  margin-top: -20px;
}

.reviews .carousel .carousel_right {
   position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  margin-top: -20px;
}

.reviews .text {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}

.reviews .text a {
  font-weight: bold;
  color: #000;
}

.reviews .text a:hover {
  text-decoration: none;
}


/* ---------------- Онлайн запись ------------------ */

.online {
  background: #f7f9fb;
}

.online .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.online .wrap .title {
  text-align: center;
  margin-bottom: 70px;
}

.online .wrap .title span {
  background: url(../img/line-2.png) no-repeat left top;
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 11px;
  padding-left: 31px;
}

.online .wrap .row_1 {
  display: flex;
  flex-wrap: wrap;
}

.online .wrap .row_1 .col_1 {
  width: 48%;
  margin-right: 2%;
}

.online .wrap .row_1 .col_2 {
  width: 48%;
  margin-left: 2%;
}

.online .wrap .row_1 .col_1 input {
  font-size: 18px;
  box-sizing: border-box;
  padding: 13px 15px 18px 15px;
  margin-bottom: 25px;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 10px;
}

.online .wrap .row_1 .col_1 input:focus {
  outline: 2px solid #ff8733;
}

.online .wrap .row_1 .col_2 input {
  font-size: 18px;
  box-sizing: border-box;
  padding: 13px 15px 18px 15px;
  margin-bottom: 25px;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 10px;
}

.online .wrap .row_1 .col_2 input:focus {
  outline: 2px solid #ff8733;
}

.online .wrap .row_2 {
  display: flex;
  flex-wrap: wrap;
}

.online .wrap .row_2 .col_1 {
  width: 48%;
  margin-right: 2%;
}

.online .wrap .row_2 .col_2 {
  width: 48%;
  margin-left: 2%;
}

.online .wrap .row_2 .col_1 input {
  font-size: 18px;
  box-sizing: border-box;
  padding: 13px 15px 18px 15px;
  margin-bottom: 25px;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 10px;
}

.online .wrap .row_2 .col_1 input:focus {
  outline: 2px solid #ff8733;
}

.online .wrap .row_2 .col_2 input {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  padding: 13px 15px 18px 15px;
  margin-bottom: 25px;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 10px;
}

.online .wrap .row_2 .col_2 input:focus {
  outline: 2px solid #ff8733;
}

.online .wrap .row_3 textarea {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 13px 15px 15px 15px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.online .wrap .row_3 textarea:focus {
  outline: 2px solid #ff8733;
}

.online .wrap .row_4 {
  display: flex;
  flex-wrap: wrap;
}

.online .wrap .row_4 .col_1 {
  width: 31%;
  margin-right: 2%;
}

.online .wrap .row_4 .col_2 {
  width: 65%;
  margin-left: 2%;
  font-size: 12px;
  margin-top: 35px;
}

.online .wrap .row_4 .col_1 input[type="submit"] {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding: 25px 100px 24px 100px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: linear-gradient(to right, #ff7800, #ff5400);
  text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(255,84,0,0.42);
  border: none;
  cursor: pointer;
}

.online .wrap .row_4 .col_1 input[type="submit"]:hover {
  background: linear-gradient(to left, #ff7800, #ff5400);
}

.online .block-form-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  overflow: auto;
}

.online .block-form-popup .center {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.online .block-form-popup .popup {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}

.online .block-form-popup .popup .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.online .block-form-popup .popup .text {
  font-weight: bold;
  font-size: 20px;
}


/* ---------------- Карта ------------------ */

.map .wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.map .wrap .contact {
  position: absolute;
  background: #fff;
  width: 490px;
  padding: 35px 20px 35px 25px;
  border: 2px solid #ff6700;
  box-shadow: 0 0 13px 1px rgb(128, 120, 120);
  border-radius: 5px;
  box-sizing: border-box;
  top: 80px;
  left: 0;
  z-index: 1;
}

.map .wrap .contact .row_1 {
  margin-bottom: 30px;
}

.map .wrap .contact .row_1 .gps a {
  background: url(../img/i-gps.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.map .wrap .contact .row_1 .gps a:hover {
  text-decoration: underline;
}

.map .wrap .contact .row_1 .schedule {
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
  margin-left: 30px;
}

.map .wrap .contact .row_2 .row_1_2 .tel {
  background: url(../img/i-tel.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
}

.map .wrap .contact .row_2 .row_2_2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.map .wrap .contact .row_2 a {
  text-decoration: none;
  color: #000;
}

.map .wrap .contact .row_2 a:hover {
  text-decoration: underline;
}

.map .wrap .contact .row_3 .row_1_2 .whatsapp {
  background: url(../img/i-whatsapp.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
}

.map .wrap .contact .row_3 .row_2_2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.map .wrap .contact .row_3 a {
  text-decoration: none;
  color: #000;
}

.map .wrap .contact .row_3 a:hover {
  text-decoration: underline;
}

.map .wrap .contact .row_4 .mail {
  background: url(../img/i-mail.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
}

.map .wrap .contact .row_4 a {
  text-decoration: none;
  color: #000;
}

.map .wrap .contact .row_4 a:hover {
  text-decoration: underline;
}


/* ---------------- scrollto ------------------ */

#toTop {
  width: 50px;
  height: 50px;
  background: url(../img/arrow-top.png) no-repeat center center, linear-gradient(to right, #ff7800, #ff5400);
  box-shadow: 0 6px 29px rgba(255,84,0,0.42);
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#toTop:hover {
  background: url(../img/arrow-top.png) no-repeat center center, linear-gradient(to left, #ff7800, #ff5400);
}