@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansRegular.eot"), url("../fonts/OpenSansRegular.woff"), url("../fonts/OpenSansRegular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansBold.woff"), url("../fonts/OpenSansBold.eot"), url("../fonts/OpenSansBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.eot"), url("../fonts/Oswald-Light.woff"), url("../fonts/Oswald-Light.ttf");
  font-weight: 200;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff"), url("../fonts/Oswald-Regular.eot"), url("../fonts/Oswald-Regular.ttf");
  font-weight: 300;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*общие стили*/
* {
  box-sizing: border-box;
}

a,
p,
li,
h5,
h6 {
  font-family: "OpenSans";
  color: #444;
}

h3,
h4 {
  font-family: "Oswald";
  color: #444;
}

h1,
h2 {
  font-family: "Oswald";
  color: #333;
  font-weight: 300;
}

p {
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}

h1 {
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 15px;
}

h2 {
  font-size: 55px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 35px;
}

h3 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}

h4 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
}

h5 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

a:hover {
  color: red;
}

a:focus {
  outline: unset;
}

strong,
b {
  font-weight: 600;
}

mark {
  background-color: unset;
}

img {
  max-width: 100%;
}

hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 1px solid #e0dede;
}

@media only screen and (max-width: 1020px) {
  h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 550px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 420px) {
  h2 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }
}

/* ширина контента */
.row {
  max-width: 1200px;
  margin: 0 auto;
}

/* стили для ul li */
ul.ul-custom {
  margin-bottom: 20px;
}

ul.ul-custom li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 24px;
  line-height: 1.3;
}

ul.ul-custom li:before {
  content: "\f111";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #f8b700;
}

/* ol */
ol {
  list-style-type: decimal;
  padding-left: 30px;
  color: #414c5c;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* ToTop */
#goTop {
  opacity: 0;
  position: fixed;
  display: block;
  right: 50px;
  bottom: 0px;
  padding: 9px 16px 5px 16px;
  background-color: #272727;
  border: 0;
  border-radius: 4px 4px 0px 0px;
  transition: 0.2s;
  z-index: 999;
}

#goTop.is-visible {
  opacity: 0.9;
}

#goTop.is-visible:hover {
  opacity: 1;
  background-color: #ffc100;
}

#goTop i {
  color: #fff;
}

/* 404 */
/* .error404 .entry-box p {
  font-size: 21px;
  margin: 30px 0;
}
.error404 .entry-box p a span {
  text-decoration: underline;
}
.error404 .entry-box p a i {
  color: #6e6e6e;
  transition: 0.2s;
}
.error404 .entry-box p a:hover i {
  color: red;
}
.error404 .widget_product_categories {
  max-width: 400px;
} */

/* Формы заказа */
.form-block input::-webkit-input-placeholder {
  color: #555;
}

.form-block input::-moz-placeholder {
  color: #555;
}

.form-block input:-ms-input-placeholder {
  color: #555;
}

.form-block input:-moz-placeholder {
  color: #555;
}

.form-block input::placeholder {
  opacity: 0.8;
}

.form-block .form-group {
  margin-bottom: 20px;
}

.form-block .form-group input {
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.checkbox-obrabotka label {
  font-size: 15px;
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 23px;
  color: #555555;
}

.checkbox-obrabotka a {
  color: #000000;
  text-decoration: underline;
}

.control-checkbox {
  display: block;
  position: relative;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}

.control-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 0;
}

.control-checkbox .list-item-label {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d5d5d5;
  border: 0px solid #000000;
}

.control-checkbox input:checked~.list-item-label {
  background: #5c5c5c;
}

.control-checkbox input:disabled~.list-item-label {
  background: #d5d5d5;
  opacity: 0.6;
  pointer-events: none;
}

.list-item-label:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control-checkbox input:checked~.list-item-label:after {
  display: block;
}

.control-checkbox .list-item-label:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox .checkbox-text {
  padding-left: 28px;
}

.form-block .btn-form button,
.form-block .btn-form input {
  margin-bottom: 0;
  text-align: center;
}

.form-block .btn-form button,
.form-block .btn-form input {
  width: 100%;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #f8b700;
  border-width: 0;
  border-radius: 7px;
  transition: 0.2s;
}

.form-block .btn-form button:hover,
.form-block .btn-form input:hover {
  background-color: #f88800;
}

.form-block .responsiv-uploader-fileupload button.upload-button {
  position: relative;
  padding: 8px 25px 8px 43px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #777;
  margin-bottom: 20px;
  transition: 0.2s;
}

.form-block .responsiv-uploader-fileupload button.upload-button:after {
  content: "\f1c5";
  position: absolute;
  left: 25px;
  top: 8px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.form-block .responsiv-uploader-fileupload button.upload-button:hover {
  background-color: #ffc100;
}

.form-alert .alert {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.form-alert .alert button {
  display: none;
}

.form-alert .alert p {
  margin-bottom: 0;
}

/******************* КНОПКИ *******************/

/* кнопка с анимацией слева - <a href="#" class="btn-hover-left">ОСТАВИТЬ ЗАЯВКУ</a> */
.btn-hover-left {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 0;
  padding: 9px 25px 8px 25px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  transition: 0.3s all;
}

.btn-hover-left:hover {
  color: #fff;
}

.btn-hover-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 110%;
  background-color: #f88800;
  transform: skewX(10deg) translateX(-10px);
  transition: 0.3s all ease-out;
}

.btn-hover-left:hover::before,
.btn-hover-left:focus::before {
  width: calc(100% + 20px);
}

/* кнопка с анимацией заполнения из центра - <a href="#" class="btn-hover-center"><span class="btn-text">ОСТАВИТЬ ЗАЯВКУ</span></a> */
.btn-hover-center {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}

.btn-hover-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: red;
  border-radius: 50%;
  will-change: transform, border-radius;
  -webkit-transform: scale(0) skewY(-15deg);
  transform: scale(0) skewY(-15deg);
  -webkit-transition: border-radius 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: border-radius 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: border-radius 0.2s ease-out, transform 0.3s ease-out;
  transition: border-radius 0.2s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn-hover-center span.btn-text {
  position: relative;
  display: inline-block;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 2;
}

.btn-hover-center.active:before,
.btn-hover-center:hover:before {
  border-radius: 0;
  -webkit-transform: scale(1) skewY(0);
  transform: scale(1) skewY(0);
  -webkit-transition: border-radius 0.2s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: border-radius 0.2s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.2s ease-out 0.4s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.2s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.btn-hover-center.active span.btn-text,
.btn-hover-center:hover span.btn-text {
  color: #fff;
}

/* кнопка с анимацией "блик" - <a href="#" class="btn-animation-blicked is-blicked">ОСТАВИТЬ ЗАЯВКУ</a>*/
.btn-animation-blicked {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: red;
  padding: 12px 40px;
  height: auto;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}

.btn-animation-blicked.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(10%, hsla(0, 0%, 100%, 0.1)),
      color-stop(20%, hsla(0, 0%, 100%, 0.2)),
      to(hsla(0, 0%, 100%, 0.6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blick {

  30%,
  to {
    left: 120%;
  }
}

@keyframes blick {

  30%,
  to {
    left: 120%;
  }
}

/* кнопка с анимацией увеличения и уменьшения */
.btn-animation-size {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: red;
  padding: 12px 40px;
  border-radius: 5px;
  animation: jittery 6s infinite;
}

@keyframes jittery {

  50%,
  74% {
    transform: scale(1);
  }

  53% {
    transform: scale(0.95);
  }

  56% {
    transform: scale(1.04);
  }

  59% {
    transform: scale(1.04) rotate(-2.5deg);
  }

  62% {
    transform: scale(1.04) rotate(2.5deg);
  }

  65% {
    transform: scale(1.04) rotate(-1.7deg);
  }

  68% {
    transform: scale(1.04) rotate(1deg);
  }

  71% {
    transform: scale(1.04) rotate(0);
  }
}

/******************* Lightbox *******************/
/* 
js: lightbox.min.js
css: lightbox.min.css
images: basic-child/images
Настройки: main.js
Список возможных настроек: https://lokeshdhakar.com/projects/lightbox2/#options
 */
.lightbox div .lb-image {
  border-radius: 0;
  border-width: 0;
}

.lightbox .lb-cancel {
  background: url("/storage/app/media/loading.gif") no-repeat;
}

.lightbox .lb-data .lb-close {
  background: url("/storage/app/media/close.png") top right no-repeat;
}

.lightbox .lb-nav a.lb-prev {
  background: url("/storage/app/media/prev.png") left 48% no-repeat;
  background-size: 0;
}

.lightbox .lb-nav a.lb-next {
  background: url("/storage/app/media/next.png") right 48% no-repeat;
  background-size: 0;
}

.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
  position: absolute;
  opacity: 1;
  width: 45px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.lightbox .lb-nav a.lb-prev:after {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

.lightbox .lb-nav a.lb-next:after {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

.lightbox .lb-nav a.lb-prev:after,
.lightbox .lb-nav a.lb-next:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 28px;
  line-height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  transition: 0.2s;
}

.lightbox .lb-nav a.lb-prev:hover:after,
.lightbox .lb-nav a.lb-next:hover:after {
  color: #0183cc;
  background-color: rgba(255, 255, 255, 0.8);
}

.lightbox .lb-data .lb-caption {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 22px;
}

/******************* слайдер карусель *******************/
/* 
js: owl.carousel.min.js
css: owl.theme.default.css owl.carousel.css
Настройки: на странице где находится карусель
Список возможных настроек: https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
*/
.slider-gallery {
  position: relative;
}

.slider-gallery .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: calc(50% - 45px);
  left: 0;
  display: flex;
  justify-content: space-between;
}

/*.slider-gallery .owl-carousel .owl-item {
  padding: 5px;
}*/
.slider-gallery .owl-nav button span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 90px;
  color: transparent;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.2s;
}

.slider-gallery .owl-nav button span:hover {
  background: #f8b700;
}

.slider-gallery .owl-nav button.owl-prev span:before {
  content: "\f053";
}

.slider-gallery .owl-nav button.owl-next span:before {
  content: "\f054";
}

.slider-gallery .owl-nav button.owl-prev span:before,
.slider-gallery .owl-nav button.owl-next span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 18%;
  top: 37%;
  transition: 0.2s;
}

.slider-gallery .owl-dots {
  display: flex;
  justify-content: center;
}

.slider-gallery .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.slider-gallery .owl-dots .owl-dot.active span {
  background: #f8b700;
}

/************** Анимации для появления блоков (aos) *************/

/* data-aos="new-fade-up" */
[data-aos="new-fade-up"] {
  opacity: 0;
  transform: translateY(20px);
}

[data-aos="new-fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* data-aos="new-fade-right" */
[data-aos="new-fade-right"] {
  opacity: 0;
  transform: translateX(-25px);
}

[data-aos="new-fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* data-aos="new-fade-left" */
[data-aos="new-fade-left"] {
  opacity: 0;
  transform: translateX(25px);
}

[data-aos="new-fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* data-aos="new-transform" */
[data-aos="new-transform"] {
  opacity: 0.3;
  transform: skew(-5deg, 0deg);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.22);
}

[data-aos="new-transform"].aos-animate {
  opacity: 1;
  transform: skew(-14deg, 0deg);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.22);
}

/* data-aos-easing="new-easing" */
[data-aos][data-aos][data-aos-easing="new-easing"],
body[data-aos-easing="new-easing"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}

/* Шапка */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / 30%);
  z-index: 10;
}

.header .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header .row>div {
  width: 31%;
}

.header .row .logo-header {
  width: 36%;
}

.header .logo-header img {
  max-height: 55px;
}

.header .contact-header p {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0;
}

.header .contact-header p a {
  font-family: "Oswald";
  color: #000;
}

.header .contact2-header p {
  text-align: right;
}

.header .contact-header a.call-mobile {
  display: none;
}

@media only screen and (max-width: 1020px) {

  .header .row .logo-header,
  .header .row>div {
    width: 50%;
  }

  .header .contact-header p {
    text-align: right;
    font-size: 21px;
  }

  .header .contact-header a.call-mobile {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f8b700;
    font-family: "OpenSans";
    font-size: 17px;
    font-weight: 600;
    color: #fff;
  }

  .header .contact-header a.call-mobile i {
    font-size: 16px;
  }

  .header .contact2-header {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .header .contact-header p {
    font-size: 19px;
  }

  .header .contact-header a.call-mobile {
    font-size: 15px;
  }

  .header .contact-header a.call-mobile i {
    font-size: 13px;
  }
}

/* PopUp */
#popup-return {
  position: fixed;
  top: 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay .popup-cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: relative;
  top: calc(50% - 150px);
  max-width: 520px;
  margin: 0 auto;
  padding: 25px 40px 35px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.popup .popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 24px;
  color: #fff;
  padding: 0px 8px 5px 8px;
  background: #555;
  border-radius: 4px;
  transition: 0.2s;
}

.popup .popup-close:hover {
  background: #ffc100;
}

.popup h3 {
  text-align: center;
  margin-bottom: 20px;
}

/* блоки с текстом */
.text-block {
  padding: 50px 10px 30px 10px;
}

.text-block1 {
  padding-top: 25px;
}

.text-block h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}

.text-block h3 {
  text-align: center;
}

.text-block ul li {
  font-size: 18px;
  margin-bottom: 8px;
}

.text-block ul li:before {
  content: "\f00c";
  font-size: 14px;
  top: 3px;
  left: 5px;
  color: #ffc100;
}

@media only screen and (max-width: 800px) {
  .text-block h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 500px) {
  .text-block ul li {
    font-size: 16px;
  }

  .text-block h2 {
    font-size: 28px;
  }
}

/* Первый блок на главной */
.first-block-main-page {
  position: relative;
  padding: 50px 20px 70px 20px;
  background: url(/storage/app/media/fon-4.jpg) no-repeat center / cover;
  margin-top: 65px;
}

.first-block-main-page .content-bg {
  position: absolute;
  left: -180px;
  top: 0;
  width: 60%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.first-block-main-page .row {
  position: relative;
}

.first-block-main-page h1 {
  font-size: 68px;
  color: #fff;
}

.first-block-main-page h1 i {
  font-size: 52px;
  color: #f8b700;
  margin-right: 5px;
}

.first-block-main-page h2 {
  font-size: 55px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 40px;
}

.first-block-main-page hr {
  width: 250px;
  border-top: 3px solid #f8b700;
  margin: 50px 0;
}

.first-block-main-page .form-check-in {
  max-width: 420px;
}

.first-block-main-page .form-check-in .form-group input {
  height: 42px;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  border-radius: 9px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.18);
}

.first-block-main-page .checkbox-obrabotka label {
  color: #fff;
}

.first-block-main-page .form-alert .alert p {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 1250px) {
  .first-block-main-page .content-bg {
    width: 66%;
  }

  .first-block-main-page h1 {
    font-size: 58px;
  }

  .first-block-main-page h1 i {
    font-size: 40px;
    margin-right: 2px;
  }

  .first-block-main-page .form-check-in {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1020px) {
  .first-block-main-page {
    padding-left: 40px;
  }

  .first-block-main-page .content-bg {
    transform: skew(0deg, 0deg);
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .first-block-main-page {
    padding: 30px 20px 40px 20px;
  }

  .first-block-main-page h1 {
    font-size: 36px;
  }

  .first-block-main-page h1 i {
    font-size: 26px;
    margin-right: 0;
  }

  .first-block-main-page h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .first-block-main-page hr {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .first-block-main-page {
    padding: 30px 10px 40px 10px;
  }

  .first-block-main-page h1 {
    font-size: 32px;
  }

  .first-block-main-page h1 i {
    font-size: 22px;
  }
}

/* блок услуг, главная */
.services-block p.subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.services-block .info {
  margin-top: 40px; 
}
.services-block .info p {
  max-width: 800px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 19px;
  border-bottom: 3px solid #bdc2c4;
  margin: 0 auto 30px auto;
}
.services-block .info p:last-of-type {
  border-bottom: none;
  margin-bottom: 0; 
}
.services-block .services-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
  margin-bottom: 2em;
}
.services-block .services-columns.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.services-block .services-columns .services-col {
  position: relative;
  display: inline-block;
  padding-bottom: 36px;
  background: #fff;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  z-index: 1;
}
.services-columns .services-col img {
  margin-bottom: 8px;
}
.services-columns .services-col h4 {
  font-family: "Oswald";
  font-size: 28px;
  color: #333;
  margin-bottom: 12px;
}
.services-columns .services-col ul {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.services-columns .services-col ul li {
  font-size: 18px;
}
.services-columns .services-col a {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 8px 15px;
  background: #f8b700;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .services-block .services-columns,
  .services-block .services-columns.columns-2 {
    max-width: 350px;
    grid-template-columns: 1fr;
    margin: 0 auto 2em auto;
  }
}
@media only screen and (max-width: 400px) {
  .services-columns .services-col ul {
    padding: 0;
    padding-right: 10px;
  }
  .services-columns .services-col ul li {
    font-size: 16px;
  }
}

/* Таблица с ценами, главная */
.services-block {
  padding: 30px 10px 60px 10px;
  background-image: linear-gradient(135deg, #fafafa 0%, #f5f7fa 20%, #c3cfe2 100%);
}

.services-block .row {
  max-width: 1300px;
}

.services-block h2 {
  text-align: center;
  margin-bottom: 5px;
}

.services-block hr {
  width: 150px;
  border-top: 3px solid #f8b700;
  margin: 30px auto 35px auto;
}

.services-block table {
  background: #505050;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.services-block table th {
  vertical-align: middle;
  padding: 15px 20px;
  background: #f8b700;
  text-align: center;
  color: #2c2c2f;
  font-size: 18px;
  font-weight: 700;
}

.services-block table th:first-of-type {
  text-align: left;
}

.services-block table td {
  padding: 14px 20px;
  vertical-align: middle;
  color: #e2e2e2;
  font-size: 18px;
  line-height: 1.3;
}

.services-block table td b {
  font-weight: 700;
}

.services-block table td:nth-of-type(2),
.services-block table td:last-of-type {
  text-align: center;
}

.services-block table tbody tr:nth-of-type(2n) {
  background: #3C3C3C;
}

.services-block p {
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .services-block {
    padding: 15px 10px 10px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .services-block table th {
    padding: 7px 5px;
    font-size: 15px;
    border-right: 1px solid #E1E1E1;
  }

  .services-block table td {
    padding: 5px 5px;
    border-right: 1px solid #cdcdcd;
    font-size: 15px;
  }

  .services-block p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
  .services-block table th {
    padding: 5px;
    font-size: 14px;
  }

  .services-block table td {
    padding: 3px 5px;
    font-size: 14px;
  }
}

/* Преимущества */
.advantages {
  padding: 40px 10px 65px 10px;
  background: url(/storage/app/media/soft-wallpaper.png) repeat center;
  background-color: #474a50;
}

.advantages .row {
  max-width: 1300px;
}

.advantages h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}

.advantages-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.5em;
  padding: 0 10px;
}

.advantages-columns .advantages-col {
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
}

.advantages-columns .advantages-col:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #858585;
  transform: skew(2deg, 2deg);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: -10;
}

.advantages-columns .advantages-col:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.advantages-col span.item-icon {
  display: inline-block;
  font-size: 70px;
  color: #f8b700;
  margin-bottom: 12px;
}

.advantages-col h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.advantages-col p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1020px) {
  .advantages {
    padding: 20px 10px 40px 10px;
  }

  .advantages-columns {
    grid-template-columns: 1fr 1fr;
    gap: 3em;
  }
}

@media only screen and (max-width: 800px) {
  .advantages-columns {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 400px) {
  .advantages-col h4 {
    font-size: 19px;
  }

  .advantages-col p {
    font-size: 14px;
  }
}

/* схема работы */
.sheme-work-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.5em;
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 70px;
}

.sheme-work-columns .sheme-work-col {
  display: flex;
  align-items: center;
}

.sheme-work-columns .sheme-work-col span {
  font-family: "Oswald";
  font-size: 80px;
  color: #fff;
  margin-right: 5px;
}

.sheme-work-columns .sheme-work-col p {
  color: #fff;
  margin-bottom: 0;
}

.sheme-work-columns .sheme-work-col a.sheme-work-form {
  background: #f8b700;
  padding: 4px 15px;
  border-radius: 8px;
}

.sheme-work-columns .sheme-work-col p a {
  color: #fff;
}

@media only screen and (max-width: 1150px) {
  .sheme-work-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 800px) {
  .sheme-work-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 520px) {
  .sheme-work-columns {
    grid-template-columns: 1fr;
  }

  .sheme-work-columns .sheme-work-col {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}

/* галерея */
.slider-gallery .gallery-lightbox {
  position: relative;
  display: block;
  transition: 0.3s;
}

.slider-gallery .gallery-lightbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.slider-gallery .gallery-lightbox:hover:before {
  background: rgba(0, 0, 0, 0.58);
}

.slider-gallery .gallery-lightbox:after {
  content: "\f002";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}

.slider-gallery .gallery-lightbox:hover:after {
  opacity: 1;
}

.slider-gallery .owl-carousel .owl-item {
  padding: 16px 8px;
}

/* Блок остались вопросы */
.form-bottom {
  padding: 30px 10px 40px 10px;
  background: url(/storage/app/media/grey-jean.png) repeat center;
}

.form-bottom h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-bottom h3 {
  text-align: center;
}

.form-bottom h3 a {
  display: inline-block;
  color: #000;
}

.form-bottom .form-block {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .form-bottom h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 550px) {
  .form-bottom h3 {
    font-size: 20px;
  }
}