@charset "UTF-8";
/* ------ Font connection ------ */
@font-face {
  font-family: "Danger";
  src: url("../fonts/Danger.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Danger.eot?#iefix") format("embedded-opentype"), url("../fonts/Danger.woff2") format("woff2"), url("../fonts/Danger.woff") format("woff"), url("../fonts/Danger.ttf") format("truetype"), url("../fonts/Danger.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/*--------- Specification ---------*/
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #151616;
  font-size: 16px;
}
body div, body p, body form, body input, body a, body span, body button, body i, body ul {
  box-sizing: border-box;
}
body h1, body h2, body h3, body h4 {
  margin: 0;
}
body h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
body h3 {
  font-size: 19px;
  font-weight: 500;
}
body a {
  outline: none;
  text-decoration: none;
}
body a:hover, body a:active {
  text-decoration: none;
}
body ul, body li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body p {
  margin: 0;
}
body input, body button {
  outline: none;
}
body .container {
  margin: 0 auto;
  width: 1280px;
}
body .df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body .btn {
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  height: 55px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s ease;
  cursor: pointer;
}
body .secondColor {
  color: #FFD600;
}
body.overflow {
  overflow: hidden;
}
body .single-page p:not(:last-child) {
  margin-right: 20px;
}

header .navigation {
  color: #fff;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
}
header .navigation a {
  transition: 0.3s ease;
  color: #fff;
}
header .navigation a:hover {
  color: #FFD600;
}
header .navigation .navigation__top {
  font-weight: 700;
  padding: 12px 0 10px;
  align-items: center;
  justify-content: space-between;
}
header .navigation .navigation__top .navigation__wrapp-1 {
  align-items: center;
}
header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo {
  margin-right: 40px;
}
header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo img {
  width: 63px;
  height: 63px;
}
header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li a {
  font-size: 18px;
  padding: 5px 0;
}
header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li:not(:last-child) {
  margin-right: 35px;
}
header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li.current-menu-item a {
  border-bottom: 2px solid #FFD600;
}
header .navigation .navigation__top .navigation__wrapp-2 {
  align-items: center;
}
header .navigation .navigation__top .navigation__wrapp-2 .navigation__phone {
  margin-right: 25px;
}
header .navigation .navigation__top .navigation__wrapp-2 .btn {
  color: #FFD600;
  border: 1px solid #FFD600;
}
header .navigation .navigation__top .navigation__wrapp-2 .btn:hover {
  color: #151616;
  background: #FFD600;
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
header .navigation .header__mobile-menu {
  display: none;
}
header .navigation .navigation__bottom {
  padding: 13px 0 10px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.3);
}
header .navigation .navigation__bottom .navigation__bottom-wrapp {
  justify-content: space-between;
}
header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li a {
  font-size: 16px;
  font-weight: 500;
}
header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li:not(:last-child) {
  margin-right: 40px;
}
header .navigation .navigation__bottom .navigation__social-list {
  align-items: center;
}
header .navigation .navigation__bottom .navigation__social-list a:not(:last-child) {
  margin-right: 25px;
}
header .navigation .navigation__bottom .navigation__social-list a i {
  font-size: 20px;
  color: #ffffffbf;
  transition: 0.3s ease;
}
header .navigation .navigation__bottom .navigation__social-list a i:hover {
  color: #FFD600;
  opacity: 0.75;
}
header .navigation .header__mobile {
  display: none;
}
header .navigation .header__bottom-mobile {
  display: none;
}
header .offer {
  background: url(../img/header-bg.jpg) no-repeat 50% 50%/cover;
  padding: 70px 0;
  color: #fff;
}
header .offer .offer__wrapp {
  justify-content: space-between;
}
header .offer .offer__wrapp .offer__content {
  /*padding-top: 43px;*/
  width: 590px;
}
header .offer .offer__wrapp .offer__content .offer__content-text {
  margin-bottom: 38px;
}
header .offer .offer__wrapp .offer__content .offer__content-text h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
header .offer .offer__wrapp .offer__content .offer__content-text p {
  font-weight: 500;
  font-size: 19px;
}
header .offer .offer__wrapp .offer__content .btn__offer {
  background: rgba(0,0,0,0);
  border: 1px solid #ffd600;
  color: #ffd600;
  transition: 0.3s ease;
}
header .offer .offer__wrapp .offer__content .btn__offer:hover {
  background: #ffd600;
  color: rgba(0,0,0,1);
  /*box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);*/
}
header .offer .offer__wrapp .offer__slider {
  width: 635px;
  font-family: "Danger", sans-serif;
  display: flex;
  align-items: center;
}
header .offer .offer__wrapp .offer__slider .offer__slide {
  padding-bottom: 60px;
  position: relative;
}
header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 27px;
  color: rgba(225, 225, 225, 0.7);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03em;
}
header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img {
  width: 635px;
}
header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img img {
  width: 100%;
  height: auto;
}
header .offer .offer__wrapp .offer__slider .swiper-pagination-number {
  position: absolute;
  font-size: 28px;
  bottom: 15px;
  right: 133px;
  left: auto;
  width: auto;
  color: #151616;
  color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  align-items: center;
}
header .offer .offer__wrapp .offer__slider .swiper-pagination-number span {
  font-size: 23px;
  margin: 0 7px;
  letter-spacing: 0.02em;
}
header .offer .offer__wrapp .offer__slider .swiper-pagination-number .swiper-pagination-current {
  color: rgba(0, 0, 0, 0.5);
}
header .offer .offer__wrapp .offer__slider .swiper-pagination-number .swiper-pagination-current:before {
  content: "0";
}
header .offer .offer__wrapp .offer__slider .swiper-pagination-number .swiper-pagination-total {
  color: rgba(0, 0, 0, 0.3);
}
header .offer .offer__wrapp .offer__slider .swiper-pagination-number .swiper-pagination-total:before {
  content: "0";
}
header .offer .offer__wrapp .offer__slider .header-swip-button {
  position: absolute;
  top: auto;
  bottom: 20px;
  cursor: pointer;
  z-index: 1000;
}
header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-next {
  right: 94px;
}
header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-prev {
  left: auto;
  right: 225px;
}
header .offer .offer__mobile-line {
  display: none;
}
header .offer .offer__mobile-pointer {
  display: none;
}
header .offer .header__bottom-mobile {
  display: none;
}
header .btn {
  position: relative;
  z-index: 1;
  width: 214px;
}
header .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.advantages {
  padding: 104px 0 124px;
  text-align: center;
}
.advantages .advantages__title {
  margin-bottom: 80px;
}
.advantages .advantages__list {
  justify-content: space-between;
}
.advantages .advantages__list .advantages__item {
  flex-direction: column;
  width: 298px;
  align-items: center;
}
.advantages .advantages__list .advantages__item .advantages__item-img {
  height: 93px;
  width: auto;
  margin-bottom: 25px;
}
.advantages .advantages__list .advantages__item .advantages__item-title {
  width: 220px;
  margin-bottom: 17px;
}

.catalog {
  background: #f9f9f9cc;
  padding: 111px 0 90px;
}
.catalog .catalog__title {
  margin-bottom: 80px;
}
.catalog .filter {
  padding-left: 15px;
  margin-bottom: 26px;
}
.catalog .filter .filter__name {
  font-weight: 500;
  font-size: 19px;
  align-items: flex-end;
  cursor: pointer;
  transition: 0.3s ease;
}
.catalog .filter .filter__name:after {
  content: "";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #151616;
  font-size: 19px;
  transition: 0.3s ease;
  margin-left: 15px;
}
.catalog .filter .filter__name.in:after {
  transform: rotate(180deg);
}
.catalog .filter .filter__wrapp {
  padding-top: 45px;
  display: none;
}
.catalog .filter .filter__wrapp .filter__item {
  margin-right: 80px;
}
.catalog .filter .filter__wrapp .filter__item .filter__item-title {
  margin-bottom: 20px;
}
.catalog .filter .filter__wrapp .filter__item .filter__attribute {
  cursor: pointer;
  position: relative;
  padding-left: 31px;
  font-size: 18px;
  margin-bottom: 8px;
}
.catalog .filter .filter__wrapp .filter__item .filter__attribute input[type=checkbox] {
  display: none;
}
.catalog .filter .filter__wrapp .filter__item .filter__attribute input[type=checkbox]:checked + label:before {
  content: "";
  font-size: 17px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #FFD600;
  text-align: center;
  line-height: 20px;
}
.catalog .filter .filter__wrapp .filter__item .filter__attribute label {
  font-size: 18px;
  cursor: pointer;
}
.catalog .filter .filter__wrapp .filter__item .filter__attribute label:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: 1px solid #151616;
}
.catalog .catalog__slider {
  margin-bottom: 60px;
  position: relative;
}
.catalog .catalog__slider .catalog__slide-wrapp {
  padding: 15px;
}
.catalog .catalog__slider .catalog__slide-wrapp .link-car {
  display: block;
  color: #151616;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 39px 40px 39px 40px;
  box-shadow: 2px 2px 12px rgba(156, 156, 156, 0.5);
  border-radius: 24px;
  transition: 0.3s ease;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide:hover {
  box-shadow: 2px 2px 5px rgba(156, 156, 156, 0.5);
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide span {
  margin-top: 2px;
  font-size: 11px;
  color: #14151580;
  display: block;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-img {
  margin-bottom: 25px;
  height: 235px;
  justify-content: center;
  align-items: flex-start;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 100%;
  border-radius: 24px;
  border-radius: 24px;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.25));
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-title {
  margin-bottom: 13px;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more {
  width: 90%;
  margin: 0 auto 15px;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-description {
  justify-content: space-around;
  margin-bottom: 15px;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-description p {
  line-height: 1;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price {
  justify-content: space-between;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price .catalog__slide-old {
  color: rgba(21, 22, 22, 0.5);
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price p {
  font-size: 25px;
  font-weight: 700;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .btn {
  width: 174px;
  border: 1px solid #FFD600;
  color: #FFD600;
}
.catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .btn:hover {
  background: #FFD600;
  color: #151616;
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.catalog .catalog__slider .catalog__button {
  display: inline-flex;
  position: absolute;
  top: 50%;
  font-size: 35px;
  outline: none;
  color: #151616;
  opacity: 0.4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #151616;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  transform: translateY(-50%);
}
.catalog .catalog__slider .catalog__button:hover {
  opacity: 0.8;
}
.catalog .catalog__slider .catalog__button.catalog-button-next {
  right: -90px;
}
.catalog .catalog__slider .catalog__button.catalog-button-prev {
  left: -90px;
}
.catalog .catalog__slider .catalog__button.catalog-main-button-next {
  right: -90px;
}
.catalog .catalog__slider .catalog__button.catalog-main-button-prev {
  left: -90px;
}
.catalog .btn__catalog {
  background: #FFD600;
  color: #151616;
  width: 317px;
  margin: 0 auto;
}
.catalog .btn__catalog:hover {
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.catalog.main-catalog {
  padding: 57px 0 35px;
}
.catalog.main-catalog .catalog__title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.catalog.main-catalog .filter {
  padding-left: 20px;
}
.catalog.main-catalog .catalog__slider-main .nav-cat {
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  align-items: center;
}
.catalog.main-catalog .catalog__slider-main .btn__catalog {
  margin: 75px auto 40px;
}
.catalog.catalog-single {
  padding: 80px 0 32px;
}
.catalog.catalog-single .catalog__slider .single-catalog-button-next {
  right: -90px;
}
.catalog.catalog-single .catalog__slider .single-catalog-button-prev {
  left: -90px;
}

.callback {
  padding: 80px 0 90px;
  background: url(../img/callback-bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  text-align: center;
}
.callback .callback__title {
  margin-bottom: 20px;
}
.callback .callback__text {
  margin-bottom: 55px;
}
.callback .callback__form {
  position: relative;
  justify-content: space-between;
}
.callback .callback__form input {
  font-size: 18px;
  border-radius: 46px;
  width: 406px;
  height: 55px;
  padding-left: 38px;
  border: none;
  margin-bottom: 4px;
}
.callback .callback__form input::placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.callback .callback__form input::-moz-placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.callback .callback__form input:-moz-placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.callback .callback__form input:-ms-input-placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.callback .callback__form .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  width: 406px;
  background: #FFD600;
  color: #151616;
  border: none;
}
.callback .callback__form .btn:hover {
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.callback .callback__form .ajax-loader {
  position: absolute;
}
.callback .wpcf7 .wpcf7-form {
  position: relative;
}
.callback .wpcf7 .wpcf7-form .wpcf7-response-output {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  width: 850px;
}

.why {
  padding: 80px 0 95px;
}
.why .why__title {
  margin-bottom: 60px;
}
.why .why__description {
  justify-content: space-between;
  align-items: center;
}
.why .why__description .why__text {
  width: 625px;
}
.why .why__description .why__text p:not(:last-child) {
  margin-bottom: 20px;
}
.why .why__description .why__list {
  width: 625px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why .why__description .why__list .why__item {
  align-items: center;
}
.why .why__description .why__list .why__item:nth-child(-n+2) {
  margin-bottom: 60px;
}
.why .why__description .why__list .why__item .why__number {
  font-family: "Danger", sans-serif;
  font-size: 91px;
  margin-right: 10px;
}
.why .why__description .why__list .why__item p {
  font-size: 19px;
  font-weight: 500;
  width: 205px;
}

.services {
  color: #fff;
  padding: 115px 0;
  background: url(../img/services-bg.jpg) no-repeat 50% 50%/cover;
}
.services .services__title {
  margin-bottom: 55px;
}
.services .services__list {
  justify-content: space-between;
  text-align: center;
}
.services .services__list .services__item {
  align-items: center;
  flex-direction: column;
}
.services .services__list .services__item .services__item-img {
  width: 140px;
  height: 140px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.services .services__list .services__item .services__item-img .services__item-filter {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFD600;
  filter: blur(50px);
  width: 70px;
  height: 70px;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.services .services__list .services__item .services__item-img img {
  z-index: 1;
}
.services .services__list .services__item .services__item-title {
  margin: 15px 0;
  width: 190px;
}
.services .services__list .services__item .services__item-text {
  width: 260px;
}
.services .services__list .services__item .services__item-text_long {
  width: 295px;
}

.package {
  padding: 113px 0 85px;
  position: relative;
}
.package:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #F9F9F9;
  filter: blur(10px);
  opacity: 0.8;
}
.package .package__wrapp {
  position: relative;
  z-index: 1;
}
.package .package__wrapp .package__title {
  margin-bottom: 65px;
}
.package .package__wrapp .package__list {
  justify-content: space-between;
}
.package .package__wrapp .package__list .package__item {
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  width: 407px;
  border-radius: 24px;
  box-shadow: 9px 9px 16px rgba(156, 156, 156, 0.5);
}
.package .package__wrapp .package__list .package__item .package__item-top {
  border-radius: 24px 24px 0 0;
  color: #FFD600;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
}
.package .package__wrapp .package__list .package__item .package__item-top .package__item-name {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 2px;
}
.package .package__wrapp .package__list .package__item .package__item-top .package__item-more {
  color: #FFD600;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  opacity: 0.6;
  transition: 0.3s ease;
  position: relative;
}
.package .package__wrapp .package__list .package__item .package__item-top .package__item-more:hover {
  opacity: 1;
}
.package .package__wrapp .package__list .package__item .package__item-top .package__item-more:hover::after {
  content: attr(data-title);
  position: absolute;
  right: -175px;
  top: 0px;
  z-index: 1;
  background: #e8d573de;
  color: #151616;
  font-size: 15px;
  padding: 5px 5px;
  border-radius: 20px;
  width: 200px;
  border: 1px solid #1516162e;
}
.package .package__wrapp .package__list .package__item .package__item-list {
  padding: 20px 30px 25px;
}
.package .package__wrapp .package__list .package__item .package__item-list .package__item-point {
  opacity: 0.3;
}
.package .package__wrapp .package__list .package__item .package__item-list .package__item-point p {
  font-weight: 500;
}
.package .package__wrapp .package__list .package__item .package__item-list .package__item-point:before {
  content: "";
  font-size: 16px;
  color: #FFD600;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  margin-right: 16px;
}
.package .package__wrapp .package__list .package__item .package__item-list .package__item-point.active {
  opacity: 1;
}
.package .package__wrapp .package__list .package__item .package__item-list .package__item-point:not(:last-child) {
  margin-bottom: 13px;
}
.package .package__wrapp .package__list .package__item .package__item-bottom {
  padding: 28px 0 26px;
  color: #FFD600;
  font-weight: 700;
  font-size: 25px;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  text-align: center;
  border-radius: 0 0 24px 24px;
}

.process {
  background: url(../img/process-bg.png) no-repeat 50% -40%/cover;
  padding-top: 81px;
  padding-bottom: 65px;
}
.process .process__wrapp {
  flex-direction: column;
  align-items: center;
}
.process .process__wrapp .process__title {
  margin-bottom: 90px;
}
.process .process__wrapp .process__list .process__item {
  margin-bottom: 42px;
  align-items: center;
}
.process .process__wrapp .process__list .process__item .process__item-num {
  font-family: "Danger", sans-serif;
  opacity: 0.7;
  font-size: 99px;
  margin-right: 49px;
}
.process .process__wrapp .process__list .process__item .process__event {
  background: #fff;
  width: 226px;
  height: 156px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(156, 156, 156, 0.7);
  border-radius: 24px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-right: 36px;
}

.workers {
  padding-top: 110px;
  padding-bottom: 93px;
}
.workers .workers__title {
  margin-bottom: 70px;
}
.workers .workers__slider {
  justify-content: space-between;
  align-items: center;
}
.workers .workers__slider .workers__slide {
  padding: 15px;
}
.workers .workers__slider .workers__slide .workers__slide-wrapp {
  padding-bottom: 25px;
  text-align: center;
  box-shadow: 2px 8px 9px rgba(156, 156, 156, 0.5);
  border-radius: 24px;
  width: 296px;
}
.workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-img {
  height: 360px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
.workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-img img {
  border-radius: 24px 24px 0 0;
  max-width: 100%;
  max-height: 100%;
}
.workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-title {
  margin-bottom: 10px;
  font-weight: 700;
}
.workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-position {
  opacity: 0.5;
}
.workers .workers__content-mobile {
  display: none;
}

.review {
  padding-bottom: 148px;
}
.review .review__title {
  margin-bottom: 79px;
}

.question {
  padding-bottom: 80px;
}
.question .question__title {
  margin-bottom: 85px;
}
.question .question__list {
  width: 100%;
}
.question .question__list .question__item {
  margin-bottom: 10px;
}
.question .question__list .question__item .question__text {
  position: relative;
  padding: 26px 0 26px 52px;
  font-size: 19px;
  color: #fff;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  position: relative;
}
.question .question__list .question__item .question__text .question__text-icon-wrapp {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
  right: 48px;
}
.question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFD600;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon:hover {
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon i {
  position: absolute;
  color: #151616;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.question .question__list .question__item .question__text.in .question__text-icon {
  transform: rotate(180deg);
}
.question .question__list .question__item .question__description {
  display: none;
  border: 1px solid #000000;
  padding: 28px 20px 28px 52px;
}
.question .question__list .question__item .question__description .question__answer {
  width: auto;
}

.contacts {
  padding: 80px 0 90px;
}
.contacts .contacts__title {
  margin-bottom: 85px;
}
.contacts .contacts__content {
  justify-content: space-between;
  align-items: flex-start;
}
.contacts .contacts__content .contacts__wrapp {
  justify-content: space-between;
  width: 550px;
  flex-wrap: wrap;
}
.contacts .contacts__content .contacts__wrapp .contacts__item {
  width: 170px;
  margin-bottom: 50px;
}
.contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link:not(:last-child) {
  margin-right: 20px;
}
.contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link i {
  font-size: 20px;
  color: #FFD600;
  transition: 0.3s ease;
}
.contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link i:hover {
  color: #151616;
}
.contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-text {
  line-height: 1.4;
}
.contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-adress {
  font-style: normal;
}
.contacts .contacts__content .contacts__wrapp .contacts__item a {
  color: #151616;
}
.contacts .contacts__content .contacts__wrapp .contacts__long {
  width: 260px;
}
.contacts .contacts__content .contacts__map {
  overflow: hidden;
  border-radius: 42px;
  width: 640px;
  display: flex;
  align-items: center;
  height: 435px;
  filter: drop-shadow(11px 11px 15px rgba(156, 156, 156, 0.4));
}
.contacts .contacts__content .contacts__map .map-responsive {
  width: 640px;
}

.footer {
  color: #fff;
  padding: 71px 0 31px;
  background: url(../img/footer-bg.jpg) no-repeat 50% 50%/cover;
}
.footer .footer__wrapp {
  margin-bottom: 50px;
  justify-content: space-between;
}
.footer .footer__wrapp .footer__logo img {
  width: 184px;
  height: auto;
}
.footer .footer__wrapp .footer__nav-wrapp .footer__menu-main {
  margin-right: 90px;
}
.footer .footer__wrapp .footer__nav-wrapp ul {
  flex-direction: column;
}
.footer .footer__wrapp .footer__nav-wrapp ul li {
  font-size: 18px;
  font-weight: 500;
}
.footer .footer__wrapp .footer__nav-wrapp ul li:not(:last-child) {
  margin-bottom: 30px;
}
.footer .footer__wrapp .footer__nav-wrapp ul li a {
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
.footer .footer__wrapp .footer__nav-wrapp ul li a:hover {
  color: #FFD600;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp {
  line-height: 1.4;
  flex-direction: column;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp .footer__contacts-title {
  font-weight: 500;
  color: #FFD600;
  margin-bottom: 12px;
  font-size: 19px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp .footer__contacts-top {
  margin-bottom: 29px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp a {
  color: #fff;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 {
  margin-right: 119px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__address {
  width: 260px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__address .footer__address-text {
  font-style: normal;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__email {
  margin-bottom: 41px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links a:not(:last-child) {
  margin-right: 18px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links i {
  font-size: 23px;
  transition: 0.3s ease;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links i:hover {
  color: #FFD600;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__phone {
  margin-bottom: 16px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__contacts-call {
  background: #201E08;
  border: 1px solid #FFD600;
  box-shadow: 0px 0px 6px #F7EA3A;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__contacts-call i {
  font-size: 18px;
  color: #FFD600;
}
.footer .footer__wrapp .footer__contacts.footer__contacts-mobile {
  display: none;
}
.footer .footer__copiright {
  color: #fff;
  opacity: 0.3;
  font-size: 10px;
  text-align: center;
}

.single .single-post-page {
  padding: 57px 0 107px;
}
.single .single-post-page .breadcrumbs {
  padding-left: 0;
  margin-bottom: 35px;
}
.single .single-post-page .single__content {
  justify-content: space-between;
  align-items: flex-end;
}
.single .single-post-page .single__content .single__title {
  margin-bottom: 83px;
  font-size: 32px;
  font-weight: 700;
}
.single .single-post-page .single__content .single__gallery {
  width: 642px;
  position: relative;
}
.single .single-post-page .single__content .single__gallery .gallery-top {
  margin-bottom: 35px;
}
.single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full {
  justify-content: center;
  align-items: center;
  width: 642px;
  border-radius: 24px;
  height: 417px;
}
.single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full img {
  border-radius: 24px;
  max-width: 100%;
  max-height: 100%;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini {
  position: relative;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs {
  width: 565px;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min {
  cursor: pointer;
  width: 127px;
  height: 82px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img {
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
  height: 82px;
  overflow: hidden;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img img {
  border-radius: 24px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: block;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(21, 22, 22, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  transition: 0.3s ease;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img:hover:after {
  background: rgba(21, 22, 22, 0);
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .single-button {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  outline: none;
  font-size: 23px;
  color: #151616;
  opacity: 0.4;
  font-family: "Danger", sans-serif;
  cursor: pointer;
  transition: 0.3s ease;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .single-button:hover {
  opacity: 0.8;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-next {
  right: 0;
}
.single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-prev {
  left: 0;
}
.single .single-post-page .single__content .single__info {
  width: 400px;
}
.single .single-post-page .single__content .single__info .single__info-title {
  margin-bottom: 40px;
}
.single .single-post-page .single__content .single__info .single__info-list {
  margin-bottom: 35px;
  width: 100%;
}
.single .single-post-page .single__content .single__info .single__info-list .single__info-item {
  font-size: 18px;
  justify-content: space-between;
}
.single .single-post-page .single__content .single__info .single__info-list .single__info-item:not(:last-child) {
  margin-bottom: 7px;
}
.single .single-post-page .single__content .single__info .single__price {
  text-align: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 35px;
}
.single .single-post-page .single__content .single__info .single__price .single__price-old p {
  opacity: 0.2;
}
.single .single-post-page .single__content .single__info .single__price p {
  font-size: 32px;
  font-weight: 700;
}
.single .single-post-page .single__content .single__info .single__price span {
  font-size: 16px;
  opacity: 0.3;
}
.single .single-post-page .single__content .single__info .single__btn {
  width: 317px;
  background: #FFD600;
  color: #151616;
  margin: 0 auto;
  transition: 0.3s ease;
}
.single .single-post-page .single__content .single__info .single__btn:hover {
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.btn-single__modal{
  border: 1px solid rgba(255, 214, 0, 0.7);
  width: 317px;
  color: rgba(255, 214, 0, 0.7);
  margin: 0 auto 20px auto;
}
.btn-single__modal:hover{
  background: rgba(255, 214, 0, 0.7);
  color: black;
}

.breadcrumbs {
  padding-left: 20px;
  margin-bottom: 35px;
  align-items: center;
}
.breadcrumbs .breadcrumbs__link {
  color: #151616;
  opacity: 0.4;
  margin-right: 3px;
  transition: 0.3s ease;
}
.breadcrumbs .breadcrumbs__link:hover {
  opacity: 0.6;
}
.breadcrumbs .breadcrumbs__separator {
  color: #151616;
  opacity: 0.4;
}
.breadcrumbs .breadcrumbs__current {
  opacity: 0.6;
  margin-right: 7px;
  font-weight: 500;
}

.popup {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1001;
  position: fixed;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
}
.popup.active{
  display: block;
}
.popup .box-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  flex-direction: column;
  align-items: center;
}
.popup .box-modal .popup__logo {
  display: block;
  width: 123px;
}
.popup .box-modal .popup__logo img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.popup .box-modal .modal__text {
  text-align: center;
  margin-bottom: 42px;
}
.popup .box-modal .modal__form {
  flex-direction: column;
  align-items: center;
}
.popup .box-modal .modal__form input {
  width: 406px;
  height: 55px;
  border-radius: 46px;
  border: none;
  padding-left: 38px;
  margin-bottom: 7px;
  font-size: 18px;
}
.popup .box-modal .modal__form input::placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.popup .box-modal .modal__form input::-moz-placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.popup .box-modal .modal__form input:-moz-placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.popup .box-modal .modal__form input:-ms-input-placeholder {
  color: #15161666;
  font-weight: 500;
  font-size: 18px;
}
.popup .box-modal .modal__form .popup__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 406px;
  background: #FFD600;
  border: none;
  margin: 11px 0 16px;
  padding-left: 0;
}
.popup .box-modal .modal__form .popup__btn:hover {
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.popup .box-modal .modal__form .popup__close {
  width: 406px;
  border: 1px solid #FFD600;
  color: #FFD600;
}
.popup .box-modal .modal__form .popup__close:hover {
  color: #151616;
  background: #FFD600;
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.popup .wpcf7 form .ajax-loader {
  position: absolute;
}
.popup .wpcf7 form .wpcf7-form-control-wrap {
  margin-bottom: 13px;
}
.popup .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: center;
  color: #f7640f;
}
.popup .wpcf7 form .wpcf7-response-output {
  margin-top: 15px;
  text-align: center;
}

.not-found {
  justify-content: center;
  height: 100vh;
  align-items: center;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
}
.not-found .not-found__wrapp {
  justify-content: center;
}
.not-found .not-found__wrapp .not-found__int {
  flex-direction: column;
  align-items: center;
  font-family: "Danger", sans-serif;
  line-height: 1;
  margin-right: 165px;
}
.not-found .not-found__wrapp .not-found__int .not-found__integer {
  font-size: 154px;
  opacity: 0.8;
}
.not-found .not-found__wrapp .not-found__int .not-found__text {
  font-size: 92px;
  text-transform: uppercase;
  opacity: 0.8;
}
.not-found .not-found__wrapp .not-found__description {
  flex-direction: column;
  text-align: center;
}
.not-found .not-found__wrapp .not-found__description .not-found__welcome {
  font-size: 25px;
  margin-bottom: 35px;
}
.not-found .not-found__wrapp .not-found__description-text {
  font-size: 18px;
  margin-bottom: 56px;
  line-height: 1.6;
}
.not-found .not-found__wrapp .not-found__description .error__btn {
  width: 214px;
  border: 1px solid #FFD600;
  color: #FFD600;
  margin: 0 auto;
}
.not-found .not-found__wrapp .not-found__description .error__btn:hover {
  color: #151616;
  background: #FFD600;
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}

.thanks {
  justify-content: center;
  height: 100vh;
  align-items: center;
  background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
}
.thanks .thanks__wrapp {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.thanks .thanks__wrapp .thanks__logo {
  margin-bottom: 60px;
}
.thanks .thanks__wrapp .thanks__logo img {
  width: 123px;
  height: auto;
}
.thanks .thanks__wrapp .thanks__main-title {
  line-height: 1.4;
  font-size: 42px;
  margin-bottom: 20px;
}
.thanks .thanks__wrapp .thanks__text {
  font-size: 25px;
  margin-bottom: 60px;
}
.thanks .thanks__wrapp .thanks__btn {
  width: 214px;
  color: #FFD600;
  border: 1px solid #FFD600;
  margin: 0 auto;
}
.thanks .thanks__wrapp .thanks__btn:hover {
  color: #151616;
  background: #FFD600;
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.form-header{
  flex-direction: column;
}
.form-header br{
  display: none;
}
.form-header{
  display: grid!important;
  grid-template-columns: repeat(2, minmax(auto, 250px));
  grid-gap: 0 10px;
}
.form-header input{
  font-size: 16px;
  border-radius: 46px;
  width: 100%;
  height: 50px;
  padding-left: 25px;
  border: none;
  margin-bottom: 10px;
}
.form-header [type=submit]{
  grid-column: 1/-1;
  border: solid 1px #ffd600;
  background: #ffd600;
  color: black;
  transition: all 0.2s;
  padding: 0 25px;
  width: auto;
}
.form-header [type=submit]:hover{
  box-shadow: 0px 0px 13px rgba(255, 214, 0, 0.7);
}
.callback__text_quize{
  margin-bottom: 20px;
}

/*1201 - 1500*/
@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }
  body .container {
    width: 1140px;
  }
  body h2 {
    font-size: 24px;
  }
  body h3 {
    font-size: 18px;
  }
  body .btn {
    font-size: 17px;
    height: 51px;
  }
  body .desctop {
    display: none;
  }

  header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li a {
    font-size: 17px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li:not(:last-child) {
    margin-right: 30px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li a {
    font-size: 15px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li:not(:last-child) {
    margin-right: 30px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__social-list a:not(:last-child) {
    margin-right: 22px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__social-list a i {
    font-size: 19px;
  }
  header .offer {
    padding-top: 65px;
  }
  header .offer .offer__wrapp .offer__content {
    width: 560px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text h1 {
    font-size: 31px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text p {
    font-size: 18px;
  }
  header .offer .offer__wrapp .offer__slider {
    width: 575px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide {
    padding-bottom: 40px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-title {
    font-size: 25px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img {
    width: 575px;
  }
  header .btn {
    width: 204px;
  }

  .advantages {
    padding: 90px 0 85px;
  }
  .advantages .advantages__list .advantages__item {
    width: 250px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-img {
    height: 83px;
    margin-bottom: 22px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-title {
    margin-bottom: 15px;
  }

  .catalog {
    padding: 95px 0 75px;
  }
  .catalog .catalog__title {
    margin-bottom: 75px;
  }
  .catalog .filter {
    padding-left: 0;
    width: 1040px;
    margin: 0 auto 26px;
  }
  .catalog .filter .filter__wrapp .filter__list {
    justify-content: space-between;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item {
    margin-right: 0;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute label {
    font-size: 17px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute label:before {
    height: 17px;
    width: 17px;
  }
  .catalog .catalog__slider {
    width: 1070px;
    margin: 0 auto 45px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide {
    padding: 22px 20px 27px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-img {
    margin-bottom: 17px;
    height: 215px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .btn {
    width: 170px;
  }
  .catalog .catalog__slider .catalog__button {
    width: 45px;
    height: 45px;
    font-size: 31px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-next {
    right: -48px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-prev {
    left: -48px;
  }
  .catalog .catalog__slider .catalog__button.catalog-main-button-next {
    right: -48px;
  }
  .catalog .catalog__slider .catalog__button.catalog-main-button-prev {
    left: -48px;
  }

  .callback {
    padding: 70px 0 80px;
  }
  .callback .callback__text {
    margin-bottom: 47px;
  }
  .callback .callback__form {
    justify-content: space-around;
  }
  .callback .callback__form input {
    width: 355px;
  }
  .callback .callback__form .btn {
    width: 355px;
  }
  .callback .wpcf7 .wpcf7-form {
    position: relative;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-response-output {
    bottom: -60px;
    width: 800px;
  }

  .why {
    padding: 75px 0 90px;
  }
  .why .why__description .why__text {
    width: 550px;
  }
  .why .why__description .why__list {
    width: 555px;
  }
  .why .why__description .why__list .why__item .why__number {
    font-size: 80px;
  }
  .why .why__description .why__list .why__item p {
    font-size: 17px;
    width: 185px;
  }

  .services {
    padding: 100px 0;
  }
  .services .services__list {
    justify-content: space-around;
  }
  .services .services__list .services__item .services__item-img {
    width: 130px;
    height: 130px;
  }
  .services .services__list .services__item .services__item-img img {
    width: 100px;
    height: auto;
  }
  .services .services__list .services__item .services__item-title {
    margin: 12px 0;
    width: 180px;
  }
  .services .services__list .services__item .services__item-text {
    width: 208px;
  }

  .package {
    padding: 85px 0;
  }
  .package .package__wrapp .package__title {
    margin-bottom: 55px;
  }
  .package .package__wrapp .package__list .package__item {
    width: 360px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name {
    font-size: 21px;
  }
  .package .package__wrapp .package__list .package__item .package__item-list {
    padding: 20px 15px 25px;
  }
  .package .package__wrapp .package__list .package__item .package__item-list .package__item-point:not(:last-child) {
    margin-bottom: 11px;
  }
  .package .package__wrapp .package__list .package__item .package__item-list .package__item-point:before {
    font-size: 15px;
  }
  .package .package__wrapp .package__list .package__item .package__item-bottom {
    font-size: 24px;
    padding: 24px 0;
  }

  .process {
    padding-top: 75px;
    background-position: 0 48px;
  }
  .process .process__wrapp .process__title {
    margin-bottom: 65px;
  }
  .process .process__wrapp .process__list .process__item {
    margin-bottom: 35px;
  }
  .process .process__wrapp .process__list .process__item .process__item-num {
    font-size: 95px;
  }
  .process .process__wrapp .process__list .process__item .process__event {
    width: 210px;
    height: 130px;
    font-size: 22px;
    padding: 0 25px;
  }

  .workers {
    padding-top: 90px;
    padding-bottom: 85px;
  }
  .workers .workers__title {
    margin-bottom: 65px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp {
    width: 250px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-img {
    margin-bottom: 20px;
    height: 302px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-title {
    margin-bottom: 7px;
  }

  .question {
    padding-bottom: 70px;
  }
  .question .question__title {
    margin-bottom: 75px;
  }
  .question .question__list .question__item {
    margin-bottom: 8px;
  }
  .question .question__list .question__item .question__text {
    padding: 23px 0 23px 40px;
    font-size: 18px;
  }
  .question .question__list .question__item .question__description {
    padding: 23px 20px 23px 40px;
  }

  .contacts {
    padding: 70px 0 85px;
  }
  .contacts .contacts__title {
    margin-bottom: 75px;
  }
  .contacts .contacts__content .contacts__wrapp {
    width: 515px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item {
    margin-bottom: 40px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-title {
    font-size: 19px;
    margin-bottom: 9px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link i {
    font-size: 19px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link:not(:last-child) {
    margin-right: 17px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__long {
    width: 250px;
  }
  .contacts .contacts__content .contacts__map {
    width: 565px;
    height: auto;
    filter: drop-shadow(9px 9px 9px rgba(156, 156, 156, 0.4));
  }

  .footer {
    padding: 65px 0 25px;
  }
  .footer .footer__wrapp {
    margin-bottom: 40px;
  }
  .footer .footer__wrapp .footer__logo img {
    width: 140px;
  }
  .footer .footer__wrapp .footer__nav-wrapp .footer__menu-main {
    margin-right: 80px;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li {
    font-size: 17px;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li:not(:last-child) {
    margin-bottom: 22px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp .footer__contacts-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 {
    margin-right: 70px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__address {
    width: 260px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links i {
    font-size: 21px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__email {
    margin-bottom: 35px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__contacts-call {
    width: 45px;
    height: 45px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__contacts-call i {
    font-size: 16px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__phone {
    margin-bottom: 12px;
  }

  .popup .box-modal .popup__logo {
    width: 110px;
  }
  .popup .box-modal .popup__logo img {
    margin-bottom: 40px;
  }
  .popup .box-modal .modal__text {
    text-align: center;
    margin-bottom: 35px;
  }
  .popup .box-modal .modal__form input {
    width: 380px;
    height: 53px;
    padding-left: 33px;
    font-size: 17px;
  }
  .popup .box-modal .modal__form input::placeholder {
    font-size: 17px;
  }
  .popup .box-modal .modal__form input::-moz-placeholder {
    font-size: 17px;
  }
  .popup .box-modal .modal__form input:-moz-placeholder {
    font-size: 17px;
  }
  .popup .box-modal .modal__form input:-ms-input-placeholder {
    font-size: 17px;
  }
  .popup .box-modal .modal__form .popup__btn {
    width: 380px;
    margin: 10px 0 13px;
  }
  .popup .box-modal .modal__form .popup__close {
    width: 380px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 11px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  .popup .wpcf7 form .wpcf7-response-output {
    margin-top: 15px;
  }

  .not-found .not-found__wrapp {
    align-items: center;
  }
  .not-found .not-found__wrapp .not-found__int {
    margin-right: 140px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__integer {
    font-size: 150px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__text {
    font-size: 90px;
  }
  .not-found .not-found__wrapp .not-found__description .not-found__welcome {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .not-found .not-found__wrapp .not-found__description-text {
    font-size: 17px;
    margin-bottom: 47px;
    line-height: 1.55;
  }
  .not-found .not-found__wrapp .not-found__description .error__btn {
    width: 210px;
  }

  .single .single-post-page {
    padding: 45px 0 60px;
  }
  .single .single-post-page .breadcrumbs {
    margin-bottom: 30px;
  }
  .single .single-post-page .single__content .single__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .single .single-post-page .single__content .single__gallery {
    width: 540px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full {
    width: 540px;
    height: 350px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs {
    width: 490px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min {
    cursor: pointer;
    width: 115px;
    height: 75px;
    position: relative;
    border-radius: 24px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button {
    font-size: 23px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-next {
    right: 0px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-prev {
    left: 0px;
  }
  .single .single-post-page .single__content .single__info .single__info-title {
    margin-bottom: 30px;
  }
  .single .single-post-page .single__content .single__info .single__info-list {
    margin-bottom: 30px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item {
    font-size: 17px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item:not(:last-child) {
    margin-bottom: 7px;
  }
  .single .single-post-page .single__content .single__info .single__price {
    margin: 0 auto 30px;
  }
  .single .single-post-page .single__content .single__info .single__price p {
    font-size: 29px;
  }
  .single .single-post-page .single__content .single__info .single__price span {
    font-size: 15px;
  }
  .single .single-post-page .single__content .single__info .single__btn {
    width: 300px;
  }
  .single .catalog .catalog__title {
    margin-bottom: 40px;
  }
  .single .catalog.catalog-single {
    padding: 65px 0 32px;
  }
  .single .catalog.catalog-single .catalog__slider {
    margin-bottom: 10px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-next {
    right: -45px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-prev {
    left: -45px;
  }
  .btn-single__modal{
    width: 300px;
  }
  .thanks .thanks__wrapp .thanks__logo {
    margin-bottom: 40px;
  }
  .thanks .thanks__wrapp .thanks__logo img {
    width: 110px;
  }
  .thanks .thanks__wrapp .thanks__main-title {
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 17px;
  }
  .thanks .thanks__wrapp .thanks__text {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .thanks .thanks__wrapp .thanks__btn {
    width: 206px;
  }
}
/*992 - 1200*/
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  body .container {
    width: 960px;
  }
  body .btn {
    font-size: 15px;
    height: 44px;
  }
  body h2 {
    font-size: 23px;
  }
  body h3 {
    font-size: 17px;
  }

  header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo {
    margin-right: 20px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo img {
    width: 60px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li a {
    font-size: 16px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li:not(:last-child) {
    margin-right: 20px;
  }
  header .navigation .navigation__top .navigation__wrapp-2 .navigation__phone {
    margin-right: 15px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp {
    flex-direction: column;
    align-items: center;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list {
    margin-bottom: 20px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li a {
    font-size: 16px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li:not(:last-child) {
    margin-right: 30px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__social-list a:not(:last-child) {
    margin-right: 20px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__social-list a i {
    font-size: 18px;
  }
  header .offer {
    padding-top: 65px;
  }
  header .offer .offer__wrapp .offer__content {
    padding-top: 20px;
    width: 475px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text h1 {
    line-height: 1.1;
    font-size: 29px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  header .offer .offer__wrapp .offer__slider {
    width: 475px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide {
    padding-bottom: 40px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-title {
    font-size: 20px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img {
    width: 475px;
  }
  header .offer .offer__wrapp .offer__slider .swiper-pagination-number {
    right: 110px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button {
    bottom: 22px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button svg {
    width: 26px;
    height: auto;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-prev {
    right: 196px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-next {
    right: 83px;
  }
  header .btn {
    width: 158px;
  }

  .advantages {
    padding: 75px 0 70px;
  }
  .advantages .advantages__title {
    margin-bottom: 65px;
  }
  .advantages .advantages__list .advantages__item {
    width: 220px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-img {
    height: 70px;
    margin-bottom: 17px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-title {
    margin-bottom: 10px;
    width: auto;
  }

  .catalog {
    padding: 70px 0;
  }
  .catalog .catalog__title {
    margin-bottom: 60px;
  }
  .catalog .filter {
    width: 870px;
    margin: 0 auto 20px;
    padding-left: 45px;
  }
  .catalog .filter .filter__name {
    font-size: 18px;
  }
  .catalog .filter .filter__wrapp {
    padding-top: 30px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__item-title {
    margin-bottom: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute {
    margin-bottom: 6px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute label {
    font-size: 16px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute label:before {
    height: 16px;
    width: 16px;
  }
  .catalog .catalog__slider {
    width: 830px;
    margin: 0 auto 30px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp {
    padding: 12px 25px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide {
    padding: 22px 25px 25px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price {
    width: 90%;
    margin: 0 auto;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price p {
    font-size: 22px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .btn {
    width: 162px;
  }
  .catalog .catalog__slider .catalog__button {
    width: 43px;
    height: 43px;
    font-size: 30px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-next {
    right: -45px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-prev {
    left: -45px;
  }
  .catalog .btn__catalog {
    width: 285px;
  }
  .catalog.main-catalog {
    padding-top: 45px;
  }
  .catalog.main-catalog .filter {
    padding-left: 45px;
  }

  .callback {
    padding: 55px 0 70px;
  }
  .callback .callback__text {
    margin-bottom: 30px;
  }
  .callback .callback__form {
    justify-content: space-around;
  }
  .callback .callback__form input {
    width: 290px;
    height: 44px;
    font-size: 15px;
  }
  .callback .callback__form input::placeholder {
    font-size: 15px;
  }
  .callback .callback__form input::-moz-placeholder {
    font-size: 15px;
  }
  .callback .callback__form input:-moz-placeholder {
    font-size: 15px;
  }
  .callback .callback__form input:-ms-input-placeholder {
    font-size: 15px;
  }
  .callback .callback__form .btn {
    width: 290px;
  }
  .callback .wpcf7 .wpcf7-form {
    position: relative;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-response-output {
    bottom: -55px;
    width: 760px;
  }

  .why {
    padding: 65px 0 70px;
  }
  .why .why__description {
    justify-content: space-around;
  }
  .why .why__description .why__text {
    width: 440px;
  }
  .why .why__description .why__list {
    width: 460px;
  }
  .why .why__description .why__list .why__item .why__number {
    font-size: 70px;
    margin-right: 8px;
  }
  .why .why__description .why__list .why__item p {
    font-size: 16px;
    width: 150px;
  }

  .services {
    padding: 60px 0 75px;
  }
  .services .services__list .services__item .services__item-img {
    width: 100px;
    height: 100px;
  }
  .services .services__list .services__item .services__item-img img {
    width: 90px;
  }
  .services .services__list .services__item .services__item-title {
    width: 165px;
  }
  .services .services__list .services__item .services__item-text {
    width: 175px;
  }

  .package {
    padding: 60px 0 70px;
  }
  .package .package__wrapp .package__title {
    margin-bottom: 45px;
  }
  .package .package__wrapp .package__list {
    flex-direction: column;
    align-items: center;
  }
  .package .package__wrapp .package__list .package__item {
    width: 450px;
  }
  .package .package__wrapp .package__list .package__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top {
    position: relative;
    border-radius: 24px;
    transition: 0.3s ease;
    padding: 18px 0;
  }
  .package .package__wrapp .package__list .package__item .package__item-top.in {
    border-radius: 24px 24px 0 0;
  }
  .package .package__wrapp .package__list .package__item .package__item-top.in .package__item-name:before {
    transform: rotate(180deg);
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name {
    position: relative;
    font-size: 20px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name:before {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #FFD600;
    position: absolute;
    right: -22px;
    top: 3px;
    transition: 0.3s ease;
  }
  .package .package__wrapp .package__list .package__item.package__item-open .package-mobile-bottom {
    display: block;
  }
  .package .package__wrapp .package__list .package__item .package-mobile-bottom {
    display: none;
  }
  .package .package__wrapp .package__list .package__item .package__item-list {
    padding: 20px 15px 20px;
  }
  .package .package__wrapp .package__list .package__item .package__item-bottom {
    font-size: 23px;
    padding: 21px 0;
  }

  .process {
    padding: 70px 0 60px;
    background-position: 0 50px;
  }
  .process .process__wrapp .process__title {
    margin-bottom: 55px;
  }
  .process .process__wrapp .process__list .process__item {
    margin-bottom: 30px;
  }
  .process .process__wrapp .process__list .process__item .process__item-num {
    font-size: 92px;
    margin-right: 35px;
  }
  .process .process__wrapp .process__list .process__item .process__event {
    width: 170px;
    height: 115px;
    font-size: 19px;
    padding: 0 15px;
    margin-right: 30px;
  }

  .workers {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .workers .workers__title {
    margin-bottom: 50px;
  }
  .workers .workers__slider .workers__slide {
    padding: 10px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp {
    padding-bottom: 20px;
    width: 215px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-img {
    height: 265px;
    margin-bottom: 15px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .question {
    padding-bottom: 60px;
  }
  .question .question__title {
    margin-bottom: 65px;
  }
  .question .question__list .question__item {
    margin-bottom: 7px;
  }
  .question .question__list .question__item .question__text {
    padding: 20px 0 20px 35px;
    font-size: 17px;
  }
  .question .question__list .question__item .question__description {
    padding: 20px 20px 40px 35px;
  }

  .contacts {
    padding: 60px 0 75px;
  }
  .contacts .contacts__title {
    margin-bottom: 60px;
  }
  .contacts .contacts__content .contacts__wrapp {
    width: 455px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item {
    margin-bottom: 35px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-title {
    font-size: 18px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link i {
    font-size: 18px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__link:not(:last-child) {
    margin-right: 15px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__long {
    width: 235px;
  }
  .contacts .contacts__content .contacts__map {
    width: 490px;
  }
  .contacts .contacts__content .contacts__map .map-responsive iframe {
    height: 360px;
  }

  .footer {
    padding: 55px 0 25px;
  }
  .footer .footer__wrapp {
    margin-bottom: 40px;
  }
  .footer .footer__wrapp .footer__logo img {
    width: 110px;
  }
  .footer .footer__wrapp .footer__nav-wrapp .footer__menu-main {
    margin-right: 60px;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li {
    font-size: 16px;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp .footer__contacts-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 {
    margin-right: 42px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__address {
    width: 240px;
    margin-bottom: 24px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links i {
    font-size: 19px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__email {
    margin-bottom: 35px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__contacts-call {
    width: 37px;
    height: 37px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__contacts-call i {
    font-size: 15px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__phone {
    margin-bottom: 14px;
  }

  .popup .box-modal .popup__logo {
    width: 100px;
  }
  .popup .box-modal .popup__logo img {
    margin-bottom: 30px;
  }
  .popup .box-modal .modal__text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 17px;
  }
  .popup .box-modal .modal__form input {
    width: 350px;
    height: 48px;
    padding-left: 27px;
    font-size: 16px;
  }
  .popup .box-modal .modal__form input::placeholder {
    font-size: 16px;
  }
  .popup .box-modal .modal__form input::-moz-placeholder {
    font-size: 16px;
  }
  .popup .box-modal .modal__form input:-moz-placeholder {
    font-size: 16px;
  }
  .popup .box-modal .modal__form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .popup .box-modal .modal__form .popup__btn {
    width: 350px;
    margin: 8px 0 10px;
  }
  .popup .box-modal .modal__form .popup__close {
    width: 350px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 8px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  .popup .wpcf7 form .wpcf7-response-output {
    margin-top: 12px;
  }

  .not-found .not-found__wrapp .not-found__int {
    margin-right: 130px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__integer {
    font-size: 145px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__text {
    font-size: 88px;
  }
  .not-found .not-found__wrapp .not-found__description .not-found__welcome {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .not-found .not-found__wrapp .not-found__description-text {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .not-found .not-found__wrapp .not-found__description .error__btn {
    width: 202px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .single .single-post-page {
    padding: 40px 0 50px;
  }
  .single .single-post-page .breadcrumbs {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content .single__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .single .single-post-page .single__content .single__gallery {
    width: 490px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full {
    width: 490px;
    height: 320px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs {
    width: 390px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min {
    cursor: pointer;
    width: 115px;
    height: 65px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img {
    height: 65px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button {
    font-size: 23px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-next {
    right: 25px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-prev {
    left: 25px;
  }
  .single .single-post-page .single__content .single__info {
    width: 385px;
  }
  .single .single-post-page .single__content .single__info .single__info-title {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content .single__info .single__info-list {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item {
    font-size: 16px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item:not(:last-child) {
    margin-bottom: 7px;
  }
  .single .single-post-page .single__content .single__info .single__price {
    margin: 0 auto 20px;
  }
  .single .single-post-page .single__content .single__info .single__price p {
    font-size: 27px;
  }
  .single .single-post-page .single__content .single__info .single__price span {
    font-size: 14px;
  }
  .single .single-post-page .single__content .single__info .single__btn {
    width: 300px;
  }
  .single .catalog .catalog__title {
    margin-bottom: 30px;
  }
  .single .catalog.catalog-single {
    padding: 45px 0 32px;
  }
  .single .catalog.catalog-single .catalog__slider {
    margin-bottom: 10px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-next {
    right: -45px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-prev {
    left: -45px;
  }

  .thanks .thanks__wrapp .thanks__logo {
    margin-bottom: 35px;
  }
  .thanks .thanks__wrapp .thanks__logo img {
    width: 100px;
  }
  .thanks .thanks__wrapp .thanks__main-title {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .thanks .thanks__wrapp .thanks__text {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .thanks .thanks__wrapp .thanks__btn {
    width: 200px;
  }
}
/*769 - 991*/
@media screen and (max-width: 991px) {
  body .container {
    width: 720px;
  }

  header .navigation {
    position: relative;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo {
    margin-right: 20px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo img {
    width: 55px;
    height: auto;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__menu {
    display: none;
  }
  header .navigation .navigation__top .navigation__work-time {
    display: -ms-flex;
    display: flex;
  }
  header .navigation .navigation__top .navigation__work-time p:not(:last-child) {
    margin-right: 15px;
  }
  header .navigation .navigation__top .navigation__wrapp-2 .navigation__phone {
    margin-right: 15px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp {
    padding-left: 0;
    flex-direction: column;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list {
    justify-content: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li {
    margin-bottom: 15px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__social-list {
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
  }
  header .navigation .header__mobile {
    width: 30px;
    display: block;
  }
  header .navigation .header__mobile .header__mobile-icon {
    transform: scale(-1, 1);
    display: block;
  }
  header .navigation .header__mobile .header__mobile-icon:last-child {
    display: none;
  }
  header .navigation .header__mobile .header__mobile-icon.display-icon {
    display: block;
  }
  header .navigation .header__mobile .header__mobile-icon.display-icon-1 {
    display: none;
  }
  header .navigation .header__mobile .header__mobile-icon i {
    font-size: 25px;
    transform: rotate(180deg);
  }
  header .navigation .header__mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    height: calc(100vh - 81px);
    background: url(../img/main-mob.jpg) no-repeat 50% 50%/cover;
    z-index: 10000;
    transform: translateX(100%);
    transition: 0.5s ease;
  }
  header .navigation .header__mobile-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.3);
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp {
    height: 100%;
    padding-top: 40px;
    position: relative;
    max-height: 100%;
    overflow: auto;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list li a {
    font-size: 20px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list li:not(:last-child) {
    margin-bottom: 15px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list li a {
    font-size: 20px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__social-list {
    opacity: 0.8;
    width: 230px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__social-list a {
    text-align: center;
    width: 30%;
    margin-bottom: 20px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__social-list a i {
    font-size: 24px;
  }
  header .navigation .header__mobile-menu.menu-active {
    transform: translateX(0);
  }
  header .navigation .btn__call {
    display: none;
  }
  header .offer {
    position: relative;
    background: url(../img/main-mob.jpg) no-repeat 50% 50%/cover;
    padding: 70px 0 120px;
  }
  header .offer .offer__wrapp {
    flex-direction: column;
    align-items: center;
  }
  header .offer .offer__wrapp .offer__content {
    padding-top: 0;
    width: auto;
    margin-bottom: 100px;
    text-align: center;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text {
    margin-bottom: 30px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text p {
    line-height: 1.3;
  }
  header .offer .offer__wrapp .offer__content .btn__offer {
    margin: 0 auto;
  }
  header .offer .offer__wrapp .offer__slider {
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, 45%);
    width: 390px;
    left: 50%;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-title {
    top: 0px;
    font-size: 19px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img {
    width: 390px;
  }
  header .offer .offer__wrapp .offer__slider .swiper-pagination-number {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button {
    position: absolute;
    top: auto;
    bottom: 20px;
    cursor: pointer;
    z-index: 1000;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-next {
    right: 120px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-prev {
    right: 245px;
  }
  header .offer .offer__mobile-line {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
  }
  header .offer .offer__mobile-line img {
    width: 100%;
  }
  header .offer .offer__mobile-pointer {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
  }

  .advantages {
    padding: 160px 0 50px;
  }
  .advantages .advantages__list {
    flex-wrap: wrap;
  }
  .advantages .advantages__list .advantages__item {
    width: 50%;
    margin-bottom: 45px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-img {
    height: 67px;
    margin-bottom: 15px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-title {
    margin-bottom: 10px;
    width: 200px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-text {
    width: 280px;
  }

  .catalog {
    padding: 65px 0 55px;
  }
  .catalog .catalog__title {
    margin-bottom: 50px;
  }
  .catalog .filter {
    width: 92%;
    padding-left: 15px;
  }
  .catalog .filter .filter__name {
    padding-left: 0;
  }
  .catalog .filter .filter__wrapp {
    padding-top: 30px;
  }
  .catalog .filter .filter__wrapp .filter__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item {
    width: 30%;
    margin-bottom: 30px;
    margin-right: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__item-title {
    margin-bottom: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute {
    margin-bottom: 6px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute label {
    font-size: 16px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute label:before {
    height: 16px;
    width: 16px;
  }
  .catalog .catalog__slider {
    width: 92%;
    margin: 0 auto 30px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp {
    padding: 12px 15px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide {
    padding: 22px 25px 25px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-img {
    height: 185px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-title {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price {
    width: 90%;
    margin: 10px auto;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price p {
    font-size: 21px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .btn {
    width: 162px;
  }
  .catalog .catalog__slider .catalog__button {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-next {
    right: -40px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-prev {
    left: -40px;
  }
  .catalog .catalog__slider .catalog__button.catalog-main-button-next {
    right: -40px;
  }
  .catalog .catalog__slider .catalog__button.catalog-main-button-prev {
    left: -40px;
  }
  .catalog .btn__catalog {
    margin-top: 10px;
  }
  .catalog.main-catalog .filter {
    padding-left: 20px;
  }

  .callback {
    padding: 50px 0 70px;
  }
  .callback .callback__text {
    margin-bottom: 30px;
  }
  .callback .callback__form {
    justify-content: space-around;
  }
  .callback .callback__form input {
    padding-left: 25px;
    width: 230px;
  }
  .callback .callback__form .btn {
    width: 230px;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-response-output {
    bottom: -65px;
    width: 430px;
    font-size: 13px;
  }

  .why {
    padding: 55px 0 60px;
  }
  .why .why__title {
    margin-bottom: 40px;
  }
  .why .why__description {
    flex-direction: column-reverse;
  }
  .why .why__description .why__text {
    width: 100%;
    text-align: center;
  }
  .why .why__description .why__text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .why .why__description .why__list {
    width: 500px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .why .why__description .why__list .why__item .why__number {
    margin-right: 10px;
  }
  .why .why__description .why__list .why__item:nth-child(-n+2) {
    margin-bottom: 20px;
  }

  .services {
    padding: 55px 0 20px;
  }
  .services .services__title {
    margin-bottom: 50px;
  }
  .services .services__list {
    flex-wrap: wrap;
  }
  .services .services__list .services__item {
    margin-bottom: 60px;
    width: 50%;
  }
  .services .services__list .services__item .services__item-img {
    width: 80px;
    height: 80px;
  }
  .services .services__list .services__item .services__item-img img {
    width: 77px;
  }
  .services .services__list .services__item .services__item-img .services__item-filter {
    width: 60px;
    height: 60px;
  }
  .services .services__list .services__item .services__item-title {
    width: 165px;
  }
  .services .services__list .services__item .services__item-text {
    width: 255px;
  }

  .package {
    padding: 55px 0 65px;
  }
  .package .package__wrapp .package__title {
    margin-bottom: 35px;
  }
  .package .package__wrapp .package__list .package__item {
    width: 390px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name {
    font-size: 19px;
  }
  .package .package__wrapp .package__list .package__item .package__item-bottom {
    font-size: 22px;
  }

  .process {
    padding: 60px 0;
    background-position: 0 26px;
  }
  .process .process__wrapp .process__title {
    margin-bottom: 45px;
  }
  .process .process__wrapp .process__list .process__item {
    margin-bottom: 25px;
  }
  .process .process__wrapp .process__list .process__item .process__item-num {
    font-size: 84px;
    margin-right: 30px;
  }
  .process .process__wrapp .process__list .process__item .process__event {
    width: 136px;
    height: 115px;
    font-size: 18px;
    padding: 0 7px;
    margin-right: 17px;
  }

  .workers {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .workers .workers__title {
    margin-bottom: 40px;
  }
  .workers .workers__slider .workers__slide {
    padding: 15px 10px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp {
    margin: 0 auto;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp .workers__slide-img {
    height: 260px;
  }
  .workers .workers__slider.workers__content-desctop {
    display: none;
  }
  .workers .workers__content-mobile {
    position: relative;
    display: block;
  }
  .workers .workers__content-mobile .workers-button {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    font-size: 32px;
    color: #151616;
    opacity: 0.4;
    outline: none;
  }
  .workers .workers__content-mobile .workers-button:hover {
    opacity: 0.8;
  }
  .workers .workers__content-mobile .workers-button-next {
    right: -16px;
  }
  .workers .workers__content-mobile .workers-button-prev {
    left: -16px;
  }
  .workers .workers__content-mobile .workers-pagination {
    justify-content: center;
    margin-top: 30px;
  }
  .workers .workers__content-mobile .workers-pagination .swiper-pagination-bullet {
    width: 31px;
    height: 4px;
    border-radius: 44px;
    background: #151616;
    opacity: 0.2;
  }
  .workers .workers__content-mobile .workers-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
  }
  .workers .workers__content-mobile .workers-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.6;
  }

  .question {
    padding-bottom: 55px;
  }
  .question .question__title {
    margin-bottom: 55px;
  }
  .question .question__list .question__item .question__text {
    padding: 20px 0 20px 25px;
    font-size: 16px;
  }
  .question .question__list .question__item .question__description {
    padding: 20px 20px 30px 25px;
  }

  .contacts {
    padding: 60px 0 75px;
  }
  .contacts .contacts__title {
    margin-bottom: 60px;
  }
  .contacts .contacts__content .contacts__wrapp {
    width: 270px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item {
    margin-bottom: 30px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-title {
    font-size: 17px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__social {
    order: 1;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__messenger {
    order: 2;
  }
  .contacts .contacts__content .contacts__map {
    width: 450px;
  }
  .contacts .contacts__content .contacts__map .map-responsive {
    width: 450px;
  }
  .contacts .contacts__content .contacts__map .map-responsive iframe {
    height: 500px;
  }

  .footer {
    padding: 55px 0 25px;
  }
  .footer .footer__wrapp {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer .footer__wrapp .footer__logo img {
    width: 100px;
  }
  .footer .footer__wrapp .footer__nav-wrapp {
    width: 70%;
    justify-content: space-around;
  }
  .footer .footer__wrapp .footer__nav-wrapp .footer__menu-main {
    margin-right: 60px;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li {
    font-size: 16px;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer .footer__wrapp .footer__contacts {
    margin: 35px auto 0;
    width: 70%;
    justify-content: space-between;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp .footer__contacts-title {
    margin-bottom: 10px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__address {
    margin-bottom: 30px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__email {
    margin-bottom: 45px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp2 .footer__phone {
    margin-bottom: 28px;
  }

  .popup .box-modal .popup__logo {
    width: 90px;
  }
  .popup .box-modal .popup__logo img {
    margin-bottom: 20px;
  }
  .popup .box-modal .modal__text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .popup .box-modal .modal__form input {
    width: 300px;
    height: 44px;
    padding-left: 20px;
    font-size: 15px;
  }
  .popup .box-modal .modal__form input::placeholder {
    font-size: 15px;
  }
  .popup .box-modal .modal__form input::-moz-placeholder {
    font-size: 15px;
  }
  .popup .box-modal .modal__form input:-moz-placeholder {
    font-size: 15px;
  }
  .popup .box-modal .modal__form input:-ms-input-placeholder {
    font-size: 15px;
  }
  .popup .box-modal .modal__form .popup__btn {
    width: 300px;
    margin: 8px 0 10px;
  }
  .popup .box-modal .modal__form .popup__close {
    width: 300px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 9px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .popup .wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    width: 300px;
  }

  .not-found .not-found__wrapp .not-found__int {
    margin-right: 80px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__integer {
    font-size: 135px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__text {
    font-size: 80px;
  }
  .not-found .not-found__wrapp .not-found__description .not-found__welcome {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .not-found .not-found__wrapp .not-found__description-text {
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .not-found .not-found__wrapp .not-found__description .error__btn {
    width: 196px;
  }

  .single .single-post-page {
    padding: 40px 0 40px;
  }
  .single .single-post-page .breadcrumbs {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content {
    align-items: center;
  }
  .single .single-post-page .single__content .single__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .single .single-post-page .single__content .single__gallery {
    width: 370px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full {
    width: 370px;
    height: 240px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs {
    width: 310px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min {
    cursor: pointer;
    width: 90px;
    height: 55px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img {
    height: 65px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button {
    font-size: 23px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-next {
    right: 0px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-prev {
    left: 0px;
  }
  .single .single-post-page .single__content .single__info {
    width: 315px;
  }
  .single .single-post-page .single__content .single__info .single__info-title {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content .single__info .single__info-list {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item {
    font-size: 15px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .single .single-post-page .single__content .single__info .single__price {
    margin: 0 auto 15px;
  }
  .single .single-post-page .single__content .single__info .single__price p {
    font-size: 25px;
  }
  .single .single-post-page .single__content .single__info .single__price span {
    font-size: 13px;
  }
  .single .single-post-page .single__content .single__info .single__btn {
    width: 280px;
  }
  .single .catalog .catalog__title {
    margin-bottom: 30px;
  }
  .single .catalog.catalog-single {
    padding: 45px 0 32px;
  }
  .single .catalog.catalog-single .catalog__slider {
    margin-bottom: 10px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-next {
    right: -45px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-prev {
    left: -45px;
  }
  .btn-single__modal{
    width: 280px;
  }
  .thanks .thanks__wrapp .thanks__logo {
    margin-bottom: 25px;
  }
  .thanks .thanks__wrapp .thanks__logo img {
    width: 90px;
  }
  .thanks .thanks__wrapp .thanks__main-title {
    line-height: 1.1;
    font-size: 31px;
    margin-bottom: 17px;
  }
  .thanks .thanks__wrapp .thanks__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .thanks .thanks__wrapp .thanks__btn {
    width: 180px;
  }
}
/*576 - 768*/
@media screen and (max-width: 767px) {
  body .container {
    width: 540px;
  }
  body h2 {
    font-size: 21px;
  }
  body h3 {
    font-size: 16px;
  }
  body .btn {
    height: 50px;
    font-size: 16px;
  }

  header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo {
    margin-right: 0px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li a {
    font-size: 16px;
  }
  header .navigation .navigation__top .navigation__wrapp-1 .navigation__list li:not(:last-child) {
    margin-right: 20px;
  }
  header .navigation .navigation__top .navigation__work-time {
    display: none;
  }
  header .navigation .navigation__top .navigation__wrapp-2 .navigation__phone {
    font-size: 16px;
    margin-right: 0px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp {
    padding-left: 0px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list {
    margin-bottom: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li {
    margin: 10px 20px 10px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li:not(:last-child) {
    margin-right: 20px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li a {
    font-size: 15px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__social-list {
    display: none;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp {
    padding-top: 30px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list {
    margin-bottom: 25px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list li a {
    font-size: 16px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list {
    margin-bottom: 35px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list li a {
    font-size: 16px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__social-list {
    width: 180px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__social-list a {
    margin-bottom: 18px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__social-list a i {
    font-size: 19px;
  }
  header .navigation .header__mobile-menu.menu-active {
    transform: translateX(0);
  }
  header .offer {
    padding-top: 20px;
  }
  header .offer .header__bottom-mobile {
    display: -ms-flex;
    display: flex;
    margin-bottom: 60px;
  }
  header .offer .header__bottom-mobile .navigation__social-list {
    margin: 0 auto;
    width: 70%;
    justify-content: space-between;
  }
  header .offer .header__bottom-mobile .navigation__social-list a {
    color: #fff;
    opacity: 0.6;
  }
  header .offer .header__bottom-mobile .navigation__social-list a:hover {
    opacity: 0.8;
  }
  header .offer .header__bottom-mobile .navigation__social-list a i {
    font-size: 19px;
  }
  header .offer .offer__wrapp .offer__content {
    padding-top: 0px;
    width: auto;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text h1 {
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 25px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text p {
    font-size: 16px;
  }
  header .offer .offer__wrapp .offer__content .btn__offer {
    width: 170px;
  }
  header .offer .offer__wrapp .offer__slider {
    width: 385px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide {
    padding-bottom: 35px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img {
    width: 385px;
  }
  header .offer .offer__wrapp .offer__slider .swiper-pagination-number {
    font-size: 23px;
    line-height: 1;
  }
  header .offer .offer__wrapp .offer__slider .swiper-pagination-number span {
    font-size: 22px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button {
    bottom: 16px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button svg {
    width: 22px;
    height: auto;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-prev {
    right: 237px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-next {
    right: 127px;
  }
  header .btn {
    width: 158px;
  }

  .form-header{
    grid-template-columns: minmax(auto,250px);
    justify-content: center;
  }
  .sub-slogan br{
    display: none;
  }

  .advantages {
    padding: 160px 0 25px;
  }
  .advantages .advantages__title {
    margin-bottom: 55px;
  }
  .advantages .advantages__list {
    flex-direction: column;
    align-items: center;
  }
  .advantages .advantages__list .advantages__item {
    width: auto;
    margin-bottom: 35px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-img {
    height: 55px;
    margin-bottom: 13px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-title {
    margin-bottom: 10px;
    width: 200px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-text {
    width: 70%;
  }

  .catalog {
    padding: 50px 0 50px;
  }
  .catalog .catalog__title {
    margin-bottom: 40px;
  }
  .catalog .filter {
    width: 80%;
    padding-left: 30px;
  }
  .catalog .filter .filter__name {
    padding-left: 0;
  }
  .catalog .filter .filter__name:after {
    margin-left: 10px;
  }
  .catalog .filter .filter__wrapp {
    padding-top: 20px;
  }
  .catalog .filter .filter__wrapp .filter__list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item {
    width: auto;
    margin-bottom: 5px;
    margin-right: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__item-title {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__item-title.in:after {
    transform: rotate(180deg);
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__item-title:after {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #151616;
    font-size: 14px;
    transition: 0.3s ease;
    position: absolute;
    top: 3px;
    right: -18px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list {
    display: none;
    padding-bottom: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute {
    margin-bottom: 6px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute input[type=checkbox]:checked + label:before {
    font-size: 15px;
    line-height: 16px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute label {
    font-size: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute label:before {
    height: 15px;
    width: 15px;
  }
  .catalog .catalog__slider {
    width: 80%;
    margin: 0 auto 30px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp {
    padding: 12px 30px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide {
    padding: 17px 20px 20px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-img {
    height: 170px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more {
    margin-bottom: 10px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price {
    width: 70%;
    margin: 10px auto;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price p {
    font-size: 20px;
  }
  .catalog .catalog__slider .catalog__button {
    width: auto;
    height: auto;
    font-size: 25px;
    border: none;
    font-weight: 900;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-next {
    right: -13px;
  }
  .catalog .catalog__slider .catalog__button.catalog-button-prev {
    left: -13px;
  }
  .catalog .catalog__slider .catalog__button.catalog-main-button-next {
    right: -13px;
  }
  .catalog .catalog__slider .catalog__button.catalog-main-button-prev {
    left: -13px;
  }
  .catalog .catalog__slider .catalog-main-mobile-swiper-pagination,
.catalog .catalog__slider .catalog-mobile-swiper-pagination {
    margin-top: 10px;
    justify-content: center;
  }
  .catalog .catalog__slider .catalog-main-mobile-swiper-pagination .swiper-pagination-bullet,
.catalog .catalog__slider .catalog-mobile-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 44px;
    background: #151616;
    opacity: 0.2;
  }
  .catalog .catalog__slider .catalog-main-mobile-swiper-pagination .swiper-pagination-bullet:not(:last-child),
.catalog .catalog__slider .catalog-mobile-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 7px;
  }
  .catalog .catalog__slider .catalog-main-mobile-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.catalog .catalog__slider .catalog-mobile-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.6;
  }
  .catalog .btn__catalog {
    margin-top: 10px;
  }
  .catalog.main-catalog {
    padding-top: 30px;
  }
  .catalog.main-catalog .catalog__title {
    margin-bottom: 30px;
  }

  .callback {
    padding: 45px 0 60px;
  }
  .callback .callback__text {
    margin-bottom: 18px;
  }
  .callback .callback__form {
    flex-direction: column;
    align-items: center;
  }
  .callback .callback__form input {
    padding-left: 25px;
    width: 378px;
    margin-top: 12px;
  }
  .callback .callback__form .btn {
    width: 378px;
    height: 44px;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-response-output {
    bottom: -60px;
    width: 430px;
    font-size: 13px;
  }

  .why .why__title {
    margin-bottom: 35px;
  }
  .why .why__description {
    justify-content: space-between;
    align-items: center;
  }
  .why .why__description .why__text {
    display: none;
  }
  .why .why__description .why__list {
    width: 100%;
    justify-content: center;
  }
  .why .why__description .why__list .why__item {
    flex-direction: column;
    text-align: center;
    width: 35%;
  }
  .why .why__description .why__list .why__item .why__number {
    font-size: 65px;
    margin-right: 0px;
    line-height: 1.1;
  }

  .services {
    background: url(../img/main-mob.jpg) no-repeat 50% 50%/cover;
    padding: 50px 0 55px;
  }
  .services .services__title {
    margin-bottom: 55px;
  }
  .services .services__list {
    flex-direction: column;
    align-items: center;
  }
  .services .services__list .services__item {
    margin-bottom: 70px;
    width: auto;
  }
  .services .services__list .services__item:last-child {
    margin-bottom: 0;
  }
  .services .services__list .services__item .services__item-img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .services .services__list .services__item .services__item-img img {
    width: 105px;
  }
  .services .services__list .services__item .services__item-img .services__item-filter {
    width: 60px;
    height: 60px;
    filter: blur(45px);
  }
  .services .services__list .services__item .services__item-title {
    width: auto;
  }
  .services .services__list .services__item .services__item-text {
    width: 255px;
  }

  .package {
    padding: 45px 0 45px;
  }
  .package .package__wrapp .package__title {
    margin-bottom: 35px;
  }
  .package .package__wrapp .package__list .package__item {
    width: 360px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top {
    padding: 15px 0;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name {
    font-size: 17px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-more {
    font-size: 13px;
  }
  .package .package__wrapp .package__list .package__item .package__item-list .package__item-point:not(:last-child) {
    margin-bottom: 9px;
  }
  .package .package__wrapp .package__list .package__item .package__item-list .package__item-point:before {
    margin-right: 10px;
  }
  .package .package__wrapp .package__list .package__item .package__item-bottom {
    font-size: 20px;
    padding: 18px 0;
  }

  .process {
    padding: 60px 0;
    background-position: 0 60px;
  }
  .process .process__wrapp .process__title {
    margin-bottom: 35px;
  }
  .process .process__wrapp .process__list .process__item {
    margin-bottom: 25px;
  }
  .process .process__wrapp .process__list .process__item .process__item-num {
    font-size: 83px;
    margin-right: 25px;
  }
  .process .process__wrapp .process__list .process__item .process__event-wrapp {
    padding: 20px;
    flex-direction: column;
    background: #fff;
    box-shadow: 5px 5px 8px rgba(156, 156, 156, 0.5);
    border-radius: 24px;
    width: 200px;
  }
  .process .process__wrapp .process__list .process__item .process__event-wrapp .process__event {
    width: auto;
    height: auto;
    font-size: 15px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
    box-shadow: none;
    background: transparent;
  }
  .process .process__wrapp .process__list .process__item .process__event-wrapp .process__event .process__desctop {
    display: none;
  }

  .workers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .workers .workers__title {
    margin-bottom: 40px;
  }
  .workers .workers__content-mobile {
    width: 90%;
    margin: 0 auto;
  }
  .workers .workers__content-mobile .workers-pagination {
    margin-top: 20px;
  }

  .question {
    padding-bottom: 45px;
  }
  .question .question__title {
    margin-bottom: 40px;
  }
  .question .question__list .question__item .question__text {
    padding: 15px 0 15px 20px;
    font-size: 15px;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp {
    right: 20px;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon {
    width: 23px;
    height: 23px;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon i {
    font-size: 18px;
  }
  .question .question__list .question__item .question__description {
    padding: 15px 30px 30px 25px;
  }

  .contacts {
    padding: 50px 0 55px;
  }
  .contacts .contacts__title {
    margin-bottom: 35px;
  }
  .contacts .contacts__content {
    flex-direction: column;
  }
  .contacts .contacts__content .contacts__wrapp {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item {
    margin-bottom: 25px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__item .contacts__item-title {
    font-size: 17px;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__social {
    order: 1;
  }
  .contacts .contacts__content .contacts__wrapp .contacts__messenger {
    order: 2;
  }
  .contacts .contacts__content .contacts__map {
    width: 90%;
    margin: 0 auto;
  }
  .contacts .contacts__content .contacts__map .map-responsive {
    width: 100%;
  }
  .contacts .contacts__content .contacts__map .map-responsive iframe {
    height: 300px;
  }

  .footer .footer__wrapp .footer__logo {
    margin-left: 45px;
  }
  .footer .footer__wrapp .footer__logo img {
    width: 90px;
  }
  .footer .footer__wrapp .footer__nav-wrapp .footer__menu-main {
    margin-right: 0;
  }
  .footer .footer__wrapp .footer__contacts {
    width: 80%;
  }

  .popup .box-modal .popup__logo {
    width: 85px;
  }
  .popup .box-modal .popup__logo img {
    margin-bottom: 17px;
  }
  .popup .box-modal .modal__text {
    text-align: center;
    margin-bottom: 17px;
    font-size: 15px;
  }
  .popup .box-modal .modal__form input {
    width: 280px;
    height: 40px;
    padding-left: 17px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .popup .box-modal .modal__form input::placeholder {
    font-size: 14px;
  }
  .popup .box-modal .modal__form input::-moz-placeholder {
    font-size: 14px;
  }
  .popup .box-modal .modal__form input:-moz-placeholder {
    font-size: 14px;
  }
  .popup .box-modal .modal__form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .popup .box-modal .modal__form .popup__btn {
    width: 280px;
  }
  .popup .box-modal .modal__form .popup__close {
    width: 280px;
    height: 40px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 9px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .popup .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    margin-top: 10px;
    width: 280px;
  }

  .not-found .not-found__wrapp .not-found__int {
    margin-right: 20px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__integer {
    font-size: 115px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__text {
    font-size: 73px;
  }
  .not-found .not-found__wrapp .not-found__description .not-found__welcome {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .not-found .not-found__wrapp .not-found__description-text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .not-found .not-found__wrapp .not-found__description .error__btn {
    width: 192px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .single .single-post-page {
    padding: 40px 0 40px;
  }
  .single .single-post-page .breadcrumbs {
    text-align: center;
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content {
    flex-direction: column;
  }
  .single .single-post-page .single__content .single__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .single .single-post-page .single__content .single__gallery {
    width: 370px;
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full {
    width: 370px;
    height: 240px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs {
    width: 310px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min {
    cursor: pointer;
    width: 90px;
    height: 55px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img {
    height: 65px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button {
    font-size: 23px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-next {
    right: 0px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-prev {
    left: 0px;
  }
  .single .single-post-page .single__content .single__info {
    width: 315px;
  }
  .single .single-post-page .single__content .single__info .single__info-title {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content .single__info .single__info-list {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item {
    font-size: 15px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .single .single-post-page .single__content .single__info .single__price {
    margin: 0 auto 15px;
  }
  .single .single-post-page .single__content .single__info .single__price p {
    font-size: 25px;
  }
  .single .single-post-page .single__content .single__info .single__price span {
    font-size: 13px;
  }
  .single .single-post-page .single__content .single__info .single__btn {
    width: 280px;
  }
  .single .catalog .catalog__title {
    margin-bottom: 25px;
  }
  .single .catalog.catalog-single {
    padding: 35px 0 30px;
  }
  .single .catalog.catalog-single .catalog__slider {
    margin-bottom: 10px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-next {
    right: -25px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-prev {
    left: -25px;
  }

  .thanks .thanks__wrapp .thanks__logo {
    margin-bottom: 20px;
  }
  .thanks .thanks__wrapp .thanks__logo img {
    width: 80px;
  }
  .thanks .thanks__wrapp .thanks__main-title {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .thanks .thanks__wrapp .thanks__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .thanks .thanks__wrapp .thanks__btn {
    width: 170px;
  }
}
/*320 - 575*/
@media screen and (max-width: 575px) {
  body {
    font-size: 13px;
  }
  body .container {
    width: 90%;
  }
  body h2 {
    font-size: 18px;
  }
  body h3 {
    font-size: 14px;
  }

  header .navigation .navigation__top .navigation__wrapp-1 .navigation__logo img {
    width: 50px;
  }
  header .navigation .header__mobile {
    width: 24px;
  }
  header .navigation .header__mobile .header__mobile-icon i {
    font-size: 24px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li {
    margin: 5px 15px 5px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li:not(:last-child) {
    margin-right: 15px;
  }
  header .navigation .navigation__bottom .navigation__bottom-wrapp .navigation__services-list li a {
    font-size: 14px;
  }
  header .navigation .header__mobile-menu {
    height: calc(100vh - 75px);
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__list li a {
    font-size: 15px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu p {
    font-size: 15px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list {
    margin-bottom: 35px;
  }
  header .navigation .header__mobile-menu .header__mobile-wrapp .navigation__menu .navigation__services-list li a {
    font-size: 15px;
  }
  header .offer {
    padding-top: 10px;
  }
  header .offer .offer__mobile-pointer {
    top: 75px;
    width: 120px;
  }
  header .offer .offer__mobile-pointer img {
    width: 100%;
  }
  header .offer .header__bottom-mobile {
    margin-bottom: 40px;
  }
  header .offer .offer__wrapp .offer__content {
    margin-bottom: 60px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text {
    margin-bottom: 40px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text h1 {
    font-size: 20px;
    margin-bottom: 33px;
  }
  header .offer .offer__wrapp .offer__content .offer__content-text p {
    font-size: 15px;
    line-height: 1.4;
  }
  header .offer .offer__wrapp .offer__slider {
    width: 288px;
    max-width: 320px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide {
    padding-bottom: 35px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-title {
    font-size: 15px;
    top: -2px;
  }
  header .offer .offer__wrapp .offer__slider .offer__slide .offer__slide-img {
    width: 100%;
  }
  header .offer .offer__wrapp .offer__slider .swiper-pagination-number {
    font-size: 15px;
  }
  header .offer .offer__wrapp .offer__slider .swiper-pagination-number span {
    font-size: 15px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button {
    bottom: 15px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button svg {
    width: 16px;
    height: auto;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-prev {
    right: 177px;
  }
  header .offer .offer__wrapp .offer__slider .header-swip-button.header-swiper-button-next {
    right: 97px;
  }
  header .btn {
    width: 158px;
  }

  .advantages {
    padding: 130px 0 20px;
  }
  .advantages .advantages__title {
    margin-bottom: 40px;
  }
  .advantages .advantages__list {
    flex-direction: column;
    align-items: center;
  }
  .advantages .advantages__list .advantages__item {
    width: auto;
    margin-bottom: 30px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-img {
    height: 60px;
    margin-bottom: 13px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-title {
    margin-bottom: 8px;
    width: 180px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-text {
    width: 230px;
  }

  .catalog {
    padding: 50px 0 50px;
  }
  .catalog .catalog__title {
    margin-bottom: 40px;
  }
  .catalog .filter {
    width: 95%;
    padding-left: 10px;
    max-width: 320px;
  }
  .catalog .filter .filter__name {
    font-size: 16px;
  }
  .catalog .filter .filter__name:after {
    margin-left: 10px;
    font-size: 15px;
  }
  .catalog .filter .filter__wrapp {
    padding-top: 20px;
  }
  .catalog .filter .filter__wrapp .filter__list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item {
    width: auto;
    margin-bottom: 5px;
    margin-right: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__item-title:after {
    font-size: 13px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list {
    display: none;
    padding-bottom: 15px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute {
    padding-left: 20px;
    margin-bottom: 6px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute input[type=checkbox]:checked + label:before {
    font-size: 13px;
    line-height: 16px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute label {
    font-size: 13px;
  }
  .catalog .filter .filter__wrapp .filter__list .filter__item .filter__attribute-list .filter__attribute label:before {
    height: 14px;
    width: 14px;
  }
  .catalog .catalog__slider {
    width: 95%;
    margin: 0 auto 30px;
    max-width: 320px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp {
    padding: 12px 10px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide {
    box-shadow: 2px 2px 6px rgba(156, 156, 156, 0.5);
    padding: 15px 12px 15px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide img {
    margin-bottom: 20px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog .catalog__slider .catalog__slide-wrapp .catalog__slide .catalog__slide-more .catalog__slide-price {
    width: 82%;
    margin: 10px auto;
  }

  .callback {
    padding: 45px 0 45px;
  }
  .callback .callback__text {
    margin-bottom: 20px;
  }
  .callback .callback__form {
    flex-direction: column;
    align-items: center;
  }
  .callback .callback__form input {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
  }
  .callback .callback__form input::placeholder {
    font-size: 14px;
  }
  .callback .callback__form input::-moz-placeholder {
    font-size: 14px;
  }
  .callback .callback__form input:-moz-placeholder {
    font-size: 14px;
  }
  .callback .callback__form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .callback .callback__form .btn {
    margin-top: 5px;
    width: 100%;
    max-width: 300px;
  }
  .callback .wpcf7 .wpcf7-form .wpcf7-response-output {
    bottom: auto;
    position: relative;
    width: 280px;
    margin: 10px 0 0 0;
  }

  .why .why__title {
    margin-bottom: 30px;
  }
  .why .why__description {
    justify-content: space-between;
    align-items: center;
  }
  .why .why__description .why__text {
    width: 90%;
    margin: 0 auto;
  }
  .why .why__description .why__list {
    max-width: 350px;
    margin: 0 auto 30px;
    width: 100%;
    justify-content: space-around;
  }
  .why .why__description .why__list .why__item {
    flex-direction: column;
    text-align: center;
    width: 35%;
  }
  .why .why__description .why__list .why__item .why__number {
    font-size: 55px;
  }
  .why .why__description .why__list .why__item p {
    font-size: 14px;
    width: 120px;
  }

  .services .services__title {
    margin-bottom: 45px;
  }
  .services .services__list .services__item {
    margin-bottom: 50px;
    width: auto;
  }
  .services .services__list .services__item:last-child {
    margin-bottom: 0;
  }
  .services .services__list .services__item .services__item-title {
    font-size: 15px;
    width: 175px;
  }
  .services .services__list .services__item .services__item-text {
    font-size: 14px;
  }

  .package .package__wrapp .package__title {
    margin-bottom: 30px;
  }
  .package .package__wrapp .package__list .package__item {
    width: 100%;
    max-width: 330px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top {
    padding: 14px 0;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name {
    font-size: 15px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-name:before {
    right: -20px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-more {
    font-size: 12px;
  }
  .package .package__wrapp .package__list .package__item .package__item-top .package__item-more:hover::after {
    right: -90px;
    top: 20px;
  }
  .package .package__wrapp .package__list .package__item .package__item-list .package__item-point:before {
    margin-right: 10px;
  }

  .process {
    padding: 55px 0;
    background-position: -30px 90px;
  }
  .process .process__wrapp .process__title {
    margin-bottom: 35px;
  }
  .process .process__wrapp .process__list .process__item {
    margin-bottom: 25px;
  }
  .process .process__wrapp .process__list .process__item .process__item-num {
    font-size: 85px;
    margin-right: 15px;
  }
  .process .process__wrapp .process__list .process__item .process__event-wrapp {
    padding: 20px 15px;
  }
  .process .process__wrapp .process__list .process__item .process__event-wrapp .process__event {
    margin-bottom: 0;
  }
  .process .process__wrapp .process__list .process__item .process__event-wrapp .process__event:not(:last-child) {
    margin-bottom: 15px;
  }

  .workers {
    padding-top: 40px;
  }
  .workers .workers__title {
    margin-bottom: 30px;
  }
  .workers .workers__slider .workers__slide .workers__slide-wrapp {
    width: 215px;
  }

  .question {
    padding-bottom: 45px;
  }
  .question .question__list .question__item .question__text {
    padding: 12px 45px 12px 20px;
    font-size: 14px;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp {
    right: 15px;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon {
    background: transparent;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon:hover {
    box-shadow: none;
  }
  .question .question__list .question__item .question__text .question__text-icon-wrapp .question__text-icon i {
    color: #FFD600;
    font-size: 18px;
  }

  .contacts {
    padding: 45px 0 50px;
  }
  .contacts .contacts__content {
    flex-direction: column;
  }
  .contacts .contacts__content .contacts__map {
    width: 100%;
  }

  .footer {
    padding: 40px 0 25px;
    background: url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  }
  .footer .footer__wrapp {
    flex-direction: column;
  }
  .footer .footer__wrapp .footer__logo {
    margin: 0 auto 35px;
  }
  .footer .footer__wrapp .footer__logo img {
    width: 80px;
  }
  .footer .footer__wrapp .footer__nav-wrapp {
    width: 100%;
    justify-content: space-around;
  }
  .footer .footer__wrapp .footer__nav-wrapp ul li {
    font-size: 13px;
  }
  .footer .footer__wrapp .footer__nav-wrapp .footer__menu-main {
    margin-right: 0;
  }
  .footer .footer__wrapp .footer__contacts {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp {
    align-items: center;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 {
    margin-right: 0;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__address {
    margin-bottom: 25px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__email {
    margin-bottom: 25px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__schedule {
    margin-bottom: 25px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links {
    margin-bottom: 25px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__social-links i {
    font-size: 18px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__phone {
    margin-bottom: 25px;
  }
  .footer .footer__wrapp .footer__contacts .footer__contacts-wrapp.footer__contacts-wrapp1 .footer__button {
    width: 100px;
    justify-content: space-between;
  }
  .footer .footer__wrapp .footer__contacts.footer__contacts-mobile {
    display: block;
    flex-direction: column;
  }
  .footer .footer__wrapp .footer__contacts.footer__contacts-desctop {
    display: none;
  }

  .popup .box-modal .popup__logo {
    width: 80px;
  }
  .popup .box-modal .popup__logo img {
    margin-bottom: 15px;
  }
  .popup .box-modal .modal__text {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .popup .box-modal .modal__form input {
    width: 260px;
    height: 36px;
    padding-left: 15px;
    margin-bottom: 3px;
    font-size: 13px;
    margin-bottom: 4px;
  }
  .popup .box-modal .modal__form input::placeholder {
    font-size: 13px;
  }
  .popup .box-modal .modal__form input::-moz-placeholder {
    font-size: 13px;
  }
  .popup .box-modal .modal__form input:-moz-placeholder {
    font-size: 13px;
  }
  .popup .box-modal .modal__form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .popup .box-modal .modal__form .popup__btn {
    width: 260px;
  }
  .popup .box-modal .modal__form .popup__close {
    width: 260px;
    height: 36px;
    font-size: 13px;
  }
  .popup .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 8px;
  }
  .popup .wpcf7 form .wpcf7-response-output {
    margin-top: 5px;
    width: 260px;
  }

  .not-found .not-found__wrapp {
    flex-direction: column;
  }
  .not-found .not-found__wrapp .not-found__int {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__integer {
    font-size: 103px;
  }
  .not-found .not-found__wrapp .not-found__int .not-found__text {
    font-size: 67px;
  }
  .not-found .not-found__wrapp .not-found__description .not-found__welcome {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .not-found .not-found__wrapp .not-found__description-text {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .not-found .not-found__wrapp .not-found__description .error__btn {
    width: 188px;
  }

  .single .single-post-page {
    padding: 30px 0 30px;
  }
  .single .single-post-page .breadcrumbs {
    text-align: center;
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
  }
  .single .single-post-page .single__content .single__gallery {
    width: 100%;
    max-width: 370px;
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__gallery .gallery-top .single__slide-full {
    width: 97%;
    height: 200px;
    margin: 0 auto;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs {
    width: 90%;
    max-width: 310px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min {
    cursor: pointer;
    width: 80px;
    height: 40px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .gallery-thumbs .single__slide-min .single__img {
    height: 40px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button {
    font-size: 23px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-next {
    right: 0px;
  }
  .single .single-post-page .single__content .single__gallery .single__slider-mini .single-button.single-swiper-button-prev {
    left: 0px;
  }
  .single .single-post-page .single__content .single__info {
    width: 100%;
    max-width: 320px;
  }
  .single .single-post-page .single__content .single__info .single__info-title {
    margin-bottom: 25px;
  }
  .single .single-post-page .single__content .single__info .single__info-list {
    margin-bottom: 20px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item {
    font-size: 14px;
  }
  .single .single-post-page .single__content .single__info .single__info-list .single__info-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .single .single-post-page .single__content .single__info .single__price {
    margin: 0 auto 20px;
  }
  .single .single-post-page .single__content .single__info .single__price p {
    font-size: 22px;
  }
  .single .single-post-page .single__content .single__info .single__price span {
    font-size: 12px;
  }
  .single .single-post-page .single__content .single__info .single__btn {
    width: 240px;
    font-size: 15px;
  }
  .single .catalog .catalog__title {
    margin-bottom: 25px;
  }
  .single .catalog.catalog-single {
    padding: 35px 0 30px;
  }
  .single .catalog.catalog-single .catalog__slider {
    margin-bottom: 10px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-next {
    right: -15px;
  }
  .single .catalog.catalog-single .catalog__slider .single-catalog-button-prev {
    left: -15px;
  }
  .btn-single__modal{
    width: 240px;
  }

  .thanks .thanks__wrapp .thanks__logo {
    margin-bottom: 15px;
  }
  .thanks .thanks__wrapp .thanks__logo img {
    width: 70px;
  }
  .thanks .thanks__wrapp .thanks__main-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .thanks .thanks__wrapp .thanks__text {
    width: 90%;
    font-size: 16px;
    margin: 0 auto 15px;
  }
  .thanks .thanks__wrapp .thanks__btn {
    width: 160px;
  }
}

