body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
}

h1, h2, h3 {
  font-family: 'Rubik', sans-serif;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.line-top__icon img {
  width: 29px;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #008dcf;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/*------------*/
.shapka {
  background-image: url(/img/shapka.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-color: #f9f9f9;
  /* padding-bottom: 54px; */
}

.shapka__logo {
  width: 86px;
}

.shapka__logo img {
  width: 100%;
}

.shapka__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.shapka__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shapka__menu-item {
  margin-left: 52px;
}

.shapka__menu-item a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.shapka__menu-active a {
  font-weight: 900;
}

.shapka__kontakty-item img {
  height: 30px;
}

.shapka__zagolovok {
  padding: 108px 0 108px;
}

.shapka__title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.47);
  font-family: 'Rubik', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.67;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.shapka__callback a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}

.shapka__callback a:hover {
  cursor: pointer;
}

.shapka__kontakty {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 52px;
}

.shapka__kontakty-item {
  border-radius: 20px;
  box-shadow: 0 0 40px 1px rgba(130, 130, 130, 0.28);
  background-color: #ffffff;
  padding: 30px 56px;
  margin-right: 31px;
  text-align: center;
}

.shapka__kontakty-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.uslugi {
  padding: 120px 0;
}

.gen__title {
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #58595b;
  text-align: center;
  margin-bottom: 60px;
}

.uslugi__items {
  margin: 0 -15px;
}

.uslugi__item {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  float: none;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.uslugi__inner {
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 128px 15px 30px;
  margin-top: 62px;
}

.uslugi__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.uslugi__img img {
  width: 126px;
}

.uslugi__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.uslugi__text {
  font-size: 12px;
  color: #000000;
}

.about {
  padding-top: 120px;
  background-color: #f9f9f9;
}

.about__inner {
  background-image: url(/img/about.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  padding-bottom: 120px;
}

.about__inner .gen__title {
  text-align: left;
}

.about__inner p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
}

.about-btn a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}

.about-btn {
  margin-top: 54px;
}

.plusi__title {
  font-size: 36px;
  font-weight: bold;
  color: #58595b;
  margin-bottom: 49px;
  font-family: 'Rubik', sans-serif;
}

.plusi {
  background: linear-gradient(to top, #fff 50%, #f9f9f9 50%);
}

.plusi__zagolovok {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 12px;
}

.plusi__zagolovok img {
  width: 34px;
  margin-right: 18px;
}

.plusi__name {
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.plusi__text {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.plusi__items {
  margin: 0 -16px;
}

.plusi-item__inner {
  border-radius: 20px;
  box-shadow: 0 0 40px 1px rgba(130, 130, 130, 0.28);
  background-color: #ffffff;
  padding: 20px 14px 14px;
}

.plusi__item {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  float: none;
  width: 25%;
  padding: 0 16px;
}

.ourwork {
  padding: 120px 0 60px;
}

.ourwork-slider {
  position: relative;
}

.ourwork-slider img {
  border-radius: 20px;
}

.our-left {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  border-radius: 50%;
  padding: 14px;
  width: 48px;
  text-align: center;
}

.our-right {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  border-radius: 50%;
  padding: 14px;
  width: 48px;
  text-align: center;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}

.mobile-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.shapka-soc__item a {
  color: #fff;
  font-size: 24px;
}

.mobile-soc a {
  color: #008dcf!important;
}

@media (max-width: 1200px) {
  .our-right {
    right: -50px;
  }

  .our-left {
    left: -50px;
  }
}

@media (max-width: 992px) {
  .our-right {
    right: 8px;
    z-index: 999;
    opacity: 0.8;
  }

  .our-left {
    left: 8px;
    z-index: 999;
  }
}

.our-left img, .our-right img {
  width: 11px;
}

.our-left:hover, .our-right:hover {
  cursor: pointer;
}

.price-block {
  padding: 60px 0 120px;
}

.price-block__title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.price-table {
  border-radius: 40px;
  background-color: #f9f9f9;
  border: solid 1px #979797;
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.price-table tr th {
  background-color: #008cd0;
  padding: 28px 42px;
  color: #fff;
  text-transform: uppercase;
}

.price-table tbody {
  padding: 0 42px;
}

.price-table tr td {
  padding: 21px 42px 10px;
  border-bottom: 1px solid #dddddd;
}

.table-price {
  border-radius: 40px;
  background-color: #f9f9f9;
  border: solid 1px #979797;
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.table-responsive {
  outline-style: none;
  border: none;
}

.table-price tr th {
  background-color: #008cd0;
  padding: 28px 42px;
  color: #fff;
  text-transform: uppercase;
}

.table-price tbody {
  padding: 0 42px;
}

.table-price tr td {
  padding: 21px 42px 10px;
  border-bottom: 1px solid #dddddd;
}

.price-btn a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}

.price-btn {
  text-align: center;
}

.insta-block {
  border: solid 3px #f9f9f9;
  background-color: #ffffff;
}

.insta-block__inner {
  padding: 50px 0;
}

.insta-block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insta__title {
  font-size: 36px;
  font-weight: bold;
  color: #58595b;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 34px;
}

.insta__link a {
  font-size: 24px;
  font-weight: bold;
  color: #008cd0;
}

.insta__text {
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
}

.insta-left {
  width: 30%;
}

.insta-right {
  width: 100%;
  /* margin: 0 -15px; */
}

.insta__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 25%;
  padding: 0 15px 30px;
}

.insta__item img {
  width: 100%;
  border-radius: 20px;
}

.map {
  margin-top: 183px;
  position: relative;
}

.map__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 -15px;
  width: 100%;
  z-index: 999;
}

.map__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}

.map__item-inner {
  border-radius: 20px;
  box-shadow: 0 0 40px 1px rgba(130, 130, 130, 0.28);
  background-color: #ffffff;
  padding: 30px 15px;
}

.map__item-inner img {
  height: 30px;
}

.map-item__title, .map-item__title a {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.map__item-blue .map-item__title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.map__item-blue {
  background-color: #008cd0;
  border-radius: 20px;
  box-shadow: 0 0 40px 1px rgba(130, 130, 130, 0.28);
  padding: 23px 24px;
}

.footer {
  background-color: #008cd0;
}

.footer__inner {
  padding: 120px 0;
}

.footer__title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
}

.footer__item {
  margin-bottom: 16px;
}

.footer__item a {
  font-size: 16px;
  line-height: 1.19;
  color: #ffffff;
}

.footer-bot__inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: #58595b;
}

.footer-bot__inner a {
  color: #58595b;
}

.topMenu__item {
  position: relative;
}

.drop-down {
  position: absolute;
  display: none;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  margin: 0 -10px;
}

.our-work__block {
  padding: 50px 0;
}

.our-work__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.our-work__item img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .our-work__list {
    grid-template-columns: repeat(2,1fr);
  }

  .shapka__top, .shapka__kontakty {
    display: none;
  }

  .shapka__zagolovok {
    border-radius: 40px;
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
  }

  .shapka__title {
    font-size: 18px;
    font-weight: bold;
    color: #58595b;
  }

  .shapka__callback a {
    padding: 12px 16px;
    display: block;
    font-size: 18px;
  }

  .shapka {
    padding: 335px 0 0;
    background-image: url(/img/shapka-m.png);
    background-size: auto;
  }

  .gen__title {
    font-size: 24px;
  }

  .uslugi__item {
    width: 50%
  }

  .uslugi__text {
    display: none;
  }

  .uslugi__title {
    font-size: 16px;
  }

  .uslugi__inner {
    padding: 78px 15px 30px;
  }

  .about__inner {
    background-image: none;
  }

  .about-btn {
    text-align: center;
  }

  .about-btn a {
    padding: 12px 16px;
    display: block;
    font-size: 18px;
  }

  .plusi__item {
    width: 50%;
    margin-bottom: 30px;
  }

  .plusi__title {
    font-size: 24px;
    text-align: center;
  }

  .insta-block__inner {
    display: block;
  }

  .insta__title {
    font-size: 24px;
  }

  .insta-left, .insta-right {
    width: 100%;
  }

  .insta-right, .plusi__items {
    margin: 0;
  }

  .insta__link {
    font-size: 20px;
  }

  .insta__text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .insta__item {
    width: 50%;
  }

  .map__item-blue .map-item__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #58595b;
  }

  .map__item-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .map__item {
    display: block;
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .map__item-blue {
    background-color: inherit;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: none;
  }

  .map__inner {
    position: relative;
    margin: 0;
    top: 0;
  }

  .box-shadow {
    background-color: inherit;
    box-shadow: none;
    border-radius: 0;
  }

  .map__item-inner {
    border-radius: 0;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0;
  }

  .footer-bot__inner {
    display: block;
    text-align: center;
  }

  .footer-bot__inner a {
    display: block;
    margin-bottom: 12px;
  }

  .footer-bot__inner div {
    margin-bottom: 12px;
  }

  .footer-bot__inner span {
    display: none;
  }

  .map {
    margin-top: 50px;
  }
}

@media (max-width: 450px) {
  .plusi__item {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .uslugi__item {
    width: 100%;
  }

  .uslugi__inner {
    padding: 60px 15px 8px;
  }
}

.photo-gallery {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}

.photo-gallery img {
  width: 100%;
}

.photo-gallery li {
  margin-bottom: 16px;
}

.help-text {
  color: red;
}

.grafik {
  padding: 48px 0;
}

.table-grafik {
  width: 100%;
  text-align: center;
  margin: 16px 0 32px;
}

.table-grafik tr td {
  padding: 4px 8px;
  border: 5px double #ddd;
}

.table-grafik tr th {
  text-align: center;
  padding: 4px 8px;
  border: 5px double #ddd;
  color: #f81c41;
}

.shapka .sticky {
  background-color: #fff;
  z-index: 1000;
  width: 100%;
}

.sticky .shapka__top {
  padding: 5px 0;
  transition-duration: 0.5s;
}

.shapka__top {
  transition-duration: 0.5s;
}

.sticky .shapka__menu-item a,
.sticky .shapka-soc__item a {
  color: #58595b;
  transition-duration: 0.5s;
}
.enter-btn a {
  background-color: #0081c8;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }
}