@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/basic-child/fonts/Montserrat-Light.ttf'), url('/wp-content/themes/basic-child/fonts/Montserrat-Light.eot'),
    url('/wp-content/themes/basic-child/fonts/Montserrat-Light.woff');
  font-weight: 200;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/basic-child/fonts/Montserrat-Regular.ttf'), url('/wp-content/themes/basic-child/fonts/Montserrat-Regular.eot'),
    url('/wp-content/themes/basic-child/fonts/Montserrat-Regular.woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/basic-child/fonts/Montserrat-Medium.ttf'), url('/wp-content/themes/basic-child/fonts/Montserrat-Medium.eot'),
    url('/wp-content/themes/basic-child/fonts/Montserrat-Medium.woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/basic-child/fonts/Montserrat-Bold.ttf'), url('/wp-content/themes/basic-child/fonts/Montserrat-Bold.eot'),
    url('/wp-content/themes/basic-child/fonts/Montserrat-Bold.woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Lora';
  src: url('/wp-content/themes/basic-child/fonts/Lora-Regular.ttf'), url('/wp-content/themes/basic-child/fonts/Lora-Regular.eot'),
    url('/wp-content/themes/basic-child/fonts/Lora-Regular.woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Lora';
  src: url('/wp-content/themes/basic-child/fonts/Lora-Bold.ttf'), url('/wp-content/themes/basic-child/fonts/Lora-Bold.eot'),
    url('/wp-content/themes/basic-child/fonts/Lora-Bold.woff');
  font-weight: 600;
}

/****************** Общие стили ******************/
* {
  box-sizing: border-box;
}

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";
}

a,
p,
li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

a:focus {
  outline: unset;
}

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.2;
  margin-bottom: 25px;
}

h1 {
  font-size: 55px;
  font-weight: 600;
}

h2 {
  font-family: 'Lora', sans-serif;
  font-size: 45px;
  font-weight: 600;
}

h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  margin-bottom: 15px;
}

h3 {
  font-size: 33px;
}

h4 {
  font-size: 26px;
}

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 (max-width: 1020px) {
  p {
    margin-bottom: 17px;
  }
}

@media (max-width: 800px) {
  p {
    margin-bottom: 14px;
  }
}

@media (max-width: 600px) {
  p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1020px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
    margin-bottom: 18px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }
}

/* ширина контента */
.row {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

/* Обрезать все что не помещается в обертку */
.wrapper {
  overflow: hidden;
}

/****************** ToTop ******************/
#toTop {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 0px;
  padding: 9px 16px 5px 16px;
  background-color: #272727;
  border-radius: 4px 4px 0px 0px;
  opacity: 0.9;
  cursor: pointer;
  z-index: 999;
}

#toTop:hover {
  opacity: 1;
}

#toTop i {
  color: #fff;
}

/****************** 404 ******************/
.error-404 {
  padding: 100px 20px;
}

.error-404 p.title {
  text-align: center;
  color: #555;
  font-size: 140px;
  font-weight: 400;
  margin-bottom: 0;
}

.error-404 p.subtitle {
  text-align: center;
  font-size: 20px;
}

.error-404 p.links {
  text-align: center;
}

.error-404 p.links a {
  text-decoration: underline;
  font-size: 22px;
}

/****************** стили для ul li ******************/
ul.ul-custom {
  margin: 20px 0;
}

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: #A56848;
}

@media (max-width: 550px) {
  ul.ul-custom li {
    padding-left: 15px;
  }

  ul.ul-custom li:before {
    left: 2px;
  }
}

/* ol */
ol {
  list-style-type: decimal;
  padding-left: 30px;
  color: #333;
  line-height: 1.4;
  margin: 20px 0;
}

ol li {
  margin-bottom: 3px;
}

/****************** Видео ютуб ******************/
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/******************* Lightbox *******************/
/* 
js: lightbox.min.js
css: lightbox.min.css
images: basic-child/images
Настройки: main.js
Список возможных настроек: https://lokeshdhakar.com/projects/lightbox2/#options
 */

.lightboxOverlay {
  opacity: 0.9 !important;
}

.lightbox div .lb-image {
  border-radius: 0;
  border-width: 0;
}

.lightbox .lb-cancel {
  background: url("/wp-content/uploads/2023/01/loading.gif") no-repeat;
  /* padding: 100px;
  background-image: url(/wp-content/uploads/2023/01/loading.gif);
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px; */
}

.lightbox .lb-data .lb-close {
  position: fixed;
  top: 30px;
  right: 20px;
  background: url(/wp-content/uploads/2023/01/close.png) top right no-repeat;
  z-index: 999;
}

.lightbox .lb-nav a.lb-prev {
  background: url("/wp-content/uploads/2023/01/prev.png") left 48% no-repeat;
  background-size: 0;
}

.lightbox .lb-nav a.lb-next {
  background: url("/wp-content/uploads/2023/01/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: 25px;
  height: 80px;
  top: 50%;
  transform: translate(0, -50%);
}

.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: 80px;
  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 {
  background-color: rgba(0, 0, 0, 1);
}

.lightbox .lb-loader,
#lightbox.lightbox {
  position: fixed;
  top: 0 !important;
}

.lb-outerContainer {
  max-width: 100%;
}

.lb-outerContainer .lb-container img {
  width: auto !important;
  height: auto !important;
  max-width: 100vw;
  max-height: 100vh;
}

.lightbox .lb-data .lb-caption {
  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
*/
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
}

/*.owl-carousel .owl-carousel .owl-item {
  padding: 5px;
}*/
.owl-carousel .owl-nav button span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 70px;
  transform: translate(0px, -50%);
  color: transparent;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

.owl-carousel .owl-nav button span:hover {
  background: rgba(0, 0, 0, 0.85);
}

.owl-carousel .owl-nav button.owl-prev span:before {
  content: "\f053";
}

.owl-carousel .owl-nav button.owl-next span:before {
  content: "\f054";
}

.owl-carousel .owl-nav button.owl-prev span:before,
.owl-carousel .owl-nav button.owl-next span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 26%;
  top: 35%;
  transition: 0.2s;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: #4D4F51;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #A56848;
}

@media (max-width: 550px) {
  .owl-carousel .owl-nav button span {
    width: 18px;
    height: 55px;
  }

  .owl-carousel .owl-nav button.owl-prev span:before,
  .owl-carousel .owl-nav button.owl-next span:before {
    left: 22%;
    font-size: 18px;
  }
}

/************** Анимации для появления блоков (aos) *************/

/* Плавное появление без смещения */
[data-aos="new-fade"] {
  opacity: 0;
}

[data-aos="new-fade"].aos-animate {
  opacity: 1;
}

/* Плавное появление сверху */
[data-aos="new-fade-up"] {
  opacity: 0;
  transform: scale(0.92) translate(0, 35px);
}

[data-aos="new-fade-up"].aos-animate {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

/* Плавное появление снизу */
[data-aos="new-fade-bottom"] {
  opacity: 0;
  transform: translateY(-35px);
}

[data-aos="new-fade-bottom"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Плавное появление слева */
[data-aos="new-fade-left"] {
  opacity: 0;
  transform: scale(0.95) translateX(-45px);
}

[data-aos="new-fade-left"].aos-animate {
  opacity: 1;
  transform: scale(1) translateX(0);
}

/* Плавное появление справа */
[data-aos="new-fade-right"] {
  opacity: 0;
  transform: scale(0.95) translateX(45px);
}

[data-aos="new-fade-right"].aos-animate {
  opacity: 1;
  transform: scale(1) translateX(0);
}

/* Плавное появление с большим смещением слева и небольшим сверху */
[data-aos="transform-big-left-small-top"] {
  transform: translate(-60px, 30px);
}

[data-aos="transform-big-left-small-top"].aos-animate {
  transform: translate(0, 0);
}

/* Пояление фона без смещения */
[data-aos="bg-transform"] {
  opacity: 0;
}

[data-aos="bg-transform"].aos-animate {
  opacity: 1;
}

/* Появление иконки со смещением */
[data-aos="icon-transform"] {
  opacity: 0;
  transform: rotate(48deg) translate(0px, -40%);
}

[data-aos="icon-transform"].aos-animate {
  opacity: 1;
  transform: rotate(37deg) translate(0px, -50%);
}

/****************** Формы заказа cf7 ******************/

.wpcf7 p {
  margin-bottom: 28px;
}

.wpcf7 .wpcf7-text {
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #747474;
  padding: 0;
  height: 30px;
  width: 100%;
}

.wpcf7 input::-webkit-input-placeholder {
  color: #555;
}

.wpcf7 input::-moz-placeholder {
  color: #555;
}

.wpcf7 input:-ms-input-placeholder {
  color: #555;
}

.wpcf7 input:-moz-placeholder {
  color: #555;
}

.wpcf7 input::placeholder {
  opacity: 0.8;
}

.wpcf7 .wpcf7-form p {
  text-indent: 0;
}

/* checkbox */
.wpcf7 .checkbox-form label {
  display: block;
  font-weight: 300;
  color: #555555;
  cursor: pointer;
}

.wpcf7 .checkbox-form span.wpcf7-form-control-wrap {
  position: relative;
  width: 0;
  height: 0;
  display: block;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .checkbox-form .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .checkbox-form .control-checkbox input:checked~.wpcf7-list-item-label {
  background: #5c5c5c;
}

.wpcf7 .checkbox-form .control-checkbox input:disabled~.wpcf7-list-item-label {
  background: #d5d5d5;
  opacity: 0.6;
  pointer-events: none;
}

.wpcf7 .checkbox-form .control-checkbox input:checked~.wpcf7-list-item-label:after {
  display: block;
}

.wpcf7 .checkbox-form .wpcf7-list-item-label {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d5d5d5;
  color: transparent;
  border: 0px solid #000000;
}

.wpcf7 .checkbox-form .wpcf7-list-item-label:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.wpcf7 .checkbox-form .wpcf7-list-item-label:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7 .checkbox-form .checkbox-text {
  padding-left: 28px;
}

.wpcf7 .checkbox-form .checkbox-text a {
  color: #555555;
  font-size: 16px;
  text-decoration: underline;
}

/* select */
.wpcf7 .select-form label {
  position: relative;
}

.wpcf7 .select-form label:before {
  content: "\f078";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 21px;
  position: absolute;
  top: -8px;
  right: 8px;
  color: #df203d;
  z-index: 10;
}

.wpcf7 .select-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
}

/* radio */
.wpcf7 .radio-form label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px !important;
}

.wpcf7 .radio-form span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7 .radio-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #c1d6f4;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  outline: none;
  position: relative;
  z-index: 99;
}

.wpcf7 .radio-form input:hover {
  background: #949494;
}

.wpcf7 .radio-form input:checked {
  background: #df203d;
}

.wpcf7 .radio-form input:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 25px;
  width: 25px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
}

.wpcf7 .radio-form input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #df203d;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.wpcf7 .radio-form input {
  border-radius: 50%;
}

.wpcf7 .radio-form input:after {
  border-radius: 50%;
}

/* Кнопка отправки */
.wpcf7 p.btn-form {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.wpcf7 p.btn-form .wpcf7-submit {
  padding: 12px 70px;
  background: #A56848;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-width: 0;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.2s;
}

.wpcf7 p.btn-form .wpcf7-submit:hover {
  background: #D73200;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

/****************** 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:target {
  visibility: visible;
  opacity: 1;
}

.overlay .popup-cancel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

.popup {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 94%;
  max-width: 520px;
  padding: 37px 45px 40px 45px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.popup .popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 1px 8px 4px 8px;
  background: #555;
  transition: 0.2s;
}

.popup h3 {
  text-align: center;
  text-transform: lowercase;
  color: #555;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

.popup h3:first-letter {
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .popup {
    padding: 25px 25px 30px 25px;
  }
}

/****************** КНОПКИ ******************/

/* кнопка с анимацией слева - <a href="#" class="btn-hover-left">ОСТАВИТЬ ЗАЯВКУ</a> */
.btn-hover-left {
  position: relative;
  display: inline-block;
  padding: 10px 65px;
  border: 2px solid #df203d;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}

.btn-hover-left:hover {
  color: #fff;
}

.btn-hover-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 110%;
  transform: skewX(10deg) translateX(-10px);
  transition: 0.35s all ease-out;
}

.btn-hover-left:hover::before {
  width: calc(100% + 20px);
}

/* кнопка с анимацией заполнения из центра - <a href="#" class="btn-hover-center"><span class="btn-text">ОСТАВИТЬ ЗАЯВКУ</span></a> */
.btn-hover-center {
  position: relative;
  display: inline-block;
  padding: 10px 65px;
  border: 2px solid #df203d;
  overflow: hidden;
  transition: 0.3s;
}

.btn-hover-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transform: scale(0) skewY(-15deg);
  transition: border-radius 0.4s ease-out, transform 0.4s ease-out;
}

.btn-hover-center:hover:before {
  border-radius: 0;
  transform: scale(1.15) skewY(0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0, 1), border-radius 0.4s ease-out 0.5s;
}

.btn-hover-center span.btn-text {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  z-index: 2;
}

.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;
  padding: 10px 65px;
  color: #fff;
  overflow: hidden;
}

.btn-animation-blicked.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 20px;
  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));
  transform: skewX(-45deg);
  transition: all 0.6s ease;
  animation-name: blick;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}

@keyframes blick {

  40%,
  to {
    left: 120%;
  }
}

/* кнопка с анимацией увеличения и уменьшения */
.btn-animation-size {
  display: inline-block;
  padding: 10px 65px;
  background: #df203d;
  color: #fff;
  animation: jittery 4.5s infinite;
}

@keyframes jittery {

  40%,
  72% {
    transform: scale(1);
  }

  44% {
    transform: scale(0.95);
  }

  48% {
    transform: scale(1.04);
  }

  52% {
    transform: scale(1.04) rotate(-2.5deg);
  }

  56% {
    transform: scale(1.04) rotate(2.5deg);
  }

  60% {
    transform: scale(1.04) rotate(-1.7deg);
  }

  64% {
    transform: scale(1.04) rotate(1deg);
  }

  68% {
    transform: scale(1.04) rotate(0);
  }
}

/****************** Цепочка навигации ******************/

.yoast-breadcrumbs p {
  font-size: 18px;
  margin: 0;
}

.yoast-breadcrumbs p>span {
  display: flex;
  align-items: center;
}

.yoast-breadcrumbs p a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

.yoast-breadcrumbs p span {
  color: #fff;
}

.yoast-breadcrumbs p i {
  margin: 2px 6px 0 6px;
  color: #ccc;
}

.yoast-breadcrumbs p a i {
  color: #fff;
}

@media (max-width: 800px) {
  .yoast-breadcrumbs p>span {
    display: inline;
  }
}

@media (max-width: 600px) {

  .yoast-breadcrumbs p,
  .yoast-breadcrumbs p a {
    font-size: 16px;
  }

  .yoast-breadcrumbs p i {
    margin: 2px 3px 0 3px;
  }
}

/******************** Стили основной кнопки ********************/
.main-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #C37B55;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.2s;
}

.main-btn:hover {
  background: #A56848;
}

/******************** Телефон и иконки соц сетей ********************/
.contact {
  display: flex;
  align-items: center;
}

.contact i.phone-icon {
  color: #555;
}

.contact a.phone {
  position: relative;
  padding-right: 15px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-right: 13px;
}

.contact a.phone:before {
  content: '';
  position: absolute;
  top: 8%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #555;
}

.contact a.icon {
  font-size: 20px;
  color: #333;
  margin-left: 3px;
  transition: 0.2s;
}

.contact a.icon.messenger:hover {
  color: #29A0DC;
}

.contact a.icon.whatsapp:hover {
  color: #4DC85B;
}

.contact a.icon.viber:hover {
  color: #793BAA;
}

/******************* Шапка сайта ******************/

/* secondary header */
.secondary-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  background: #1E434C;
  /* background-image: linear-gradient(to right, #EBBE9D 0%, #B87D5F 40%, #B87D5F 60%, #EBBE9D 100%); */
}

.secondary-header:before {
  content: '';
  right: 0;
  bottom: 0;
}

.secondary-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0 10px 0;
}

.secondary-header .logo a span {
  color: #CDCDCD;
  font-family: 'Lora', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.secondary-header .logo a span.name {
  display: inline-block;
  width: 500px;
  color: #CDCDCD;
  font-family: 'Lora', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.14;
}

header .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header .contact a.phone i {
  color: #b5b5b5;
  font-size: 16px;
  margin-right: 5px;
}

header .contact a.phone,
header .contact a.icon {
  color: #fff;
}

header .contact a.phone:before {
  background-color: #b5b5b5;
}

header .contact p.comment {
  width: 100%;
  text-align: right;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 0;
}

/* Фиксированный header */
#header.fixed-nav {
  margin-bottom: 42px;
}

#header.fixed-nav .topnav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.topnav .logo {
  margin-top: 0;
}

.topnav.fixed-nav .logo a img {
  max-height: 45px;
}

@media (max-width: 1020px) {
  .secondary-header {
    padding: 0 5px;
  }

  .secondary-header .contact {
    display: none;
  }

  .secondary-header .logo {
    width: 100%;
    text-align: center;
  }

  .secondary-header .logo a span.name {
    width: auto;
  }
}

@media (max-width: 500px) {
  .secondary-header .logo a span.name {
    font-size: 5.8vw;
  }

  .secondary-header .logo a span {
    font-size: 3.42vw;
  }
}

/* Строка меню */
.topnav {
  position: relative;
  width: 100%;
  padding: 0 10px;
  background-color: #F5F5F5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.topnav .row {
  border-top: 1px solid #dedede;
}

.topnav.fixed-nav {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.topnav .logo {
  padding: 9px 35px 9px 0;
  background: #fff;
  margin-top: -50px;
}

.topnav .logo a {
  position: relative;
  display: block;
  overflow: hidden;
}

.topnav .logo img {
  display: inline-block;
}

.topnav .logo img.main-logo {
  max-height: 82px;
  transition: 0.2s;
}

.topnav .contact {
  display: none;
}

.fixed-nav .topnav .logo img.main-logo {
  transform: translate(0, -50px);
}

.topnav .logo img.min-logo {
  position: absolute;
  left: 0;
  bottom: -20px;
  max-width: 135px;
  transition: 0.2s;
}

.fixed-nav-no-animation .topnav .logo img.main-logo,
.fixed-nav-no-animation .topnav .logo img.min-logo {
  transition: 0s;
}

.fixed-nav .topnav .logo img.min-logo {
  bottom: 7px;
}

.topnav nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topnav .menu-main-menu-container {
  width: 100%;
}

.topnav ul.menu {
  display: flex;
  justify-content: center;
}

.header-burger {
  display: none;
}

.topnav li.menu-item a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s;
}

.topnav li.menu-item a:hover {
  background-color: #1E434C;
  color: #fff;
}

.topnav ul.menu>li.menu-item>a {
  position: relative;
  margin-right: 12px;
}

.topnav ul.menu>li.menu-item:last-of-type>a {
  margin-right: 0;
}

/* .topnav ul.menu>li.menu-item>a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.2s;
}

.topnav ul.menu>li.menu-item:hover>a:before {
  background: #A56848;
} */

.topnav li.menu-item-has-children {
  position: relative;
  overflow: hidden;
}

.topnav li.menu-item-has-children:hover {
  overflow: visible;
}

.topnav li.menu-item .i-submenu {
  display: none;
  position: absolute;
  right: 16px;
  top: 47%;
  transform: translate(0, -50%);
  color: #555;
  pointer-events: none;
}

.topnav li.menu-item.menu-item-has-children .i-submenu {
  display: block;
}

.topnav li.menu-item .sub-menu {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: max-content;
  max-width: 500px;
  background-color: #fff;
  border-left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
}

.topnav li.menu-item:hover .sub-menu {
  opacity: 1;
}

.topnav ul.sub-menu li.menu-item a {
  padding: 12px 16px;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #d5d5d5;
}

.topnav ul.sub-menu li.menu-item a:hover,
.topnav ul.sub-menu li.menu-item.current-menu-item a {
  background: #F0F0F0;
}

.topnav .sub-menu li.menu-item .i-submenu {
  right: 5px;
  color: #333;
}

.topnav .sub-menu li.menu-item .i-submenu i {
  transform: rotate(-90deg);
}

.topnav li.menu-item .sub-menu .sub-menu {
  left: 260px;
  top: 0;
  border-left: 1px solid #e1e1e1;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.topnav li.menu-item:hover>.sub-menu {
  opacity: 1;
}

@media (max-width: 1020px) {
  .topnav .row {
    padding: 5px 0;
  }

  .topnav .logo {
    padding: 0;
    margin-top: 0;
  }

  .topnav .logo img.main-logo {
    max-height: 55px;
  }

  .fixed-nav .topnav .logo img.main-logo {
    transform: translate(0, 0);
  }

  .topnav .logo img.min-logo {
    display: none;
  }

  .topnav .contact {
    display: flex;
    justify-content: flex-start;
    text-align: right;
  }

  .topnav .contact p.comment {
    width: 100%;
    text-align: left;
    color: #333;
  }

  .topnav .contact a.phone,
  .topnav .contact a.icon,
  .topnav .contact a.phone i {
    color: #333;
  }

  .topnav .contact a.phone {
    padding-right: 11px;
    margin-right: 8px;
  }

  .topnav .contact a.phone:before {
    background-color: #333;
  }


  .header-burger {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  .header-burger .burger {
    position: relative;
    width: 60px;
    height: 34px;
    cursor: pointer;
  }

  .header-burger .burger:before,
  .header-burger .burger span,
  .header-burger .burger:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #C37B55;
    transition: 0.3s;
  }

  .header-burger .burger:before,
  .header-burger .burger:after {
    transition: top 0.3s 0s, transform 0.3s 0.2s;
  }

  .animation-reverse .header-burger .burger:before,
  .animation-reverse .header-burger .burger:after {
    transition: transform 0.3s 0s, top 0.3s 0.2s;
  }

  .header-burger .burger:before {
    content: '';
    position: absolute;
    top: 0;
  }

  .header-burger .burger span {
    top: 50%;
    transform: translate(0px, -50%);
  }

  .header-burger .burger:after {
    content: '';
    position: absolute;
    top: calc(100% - 4px);
  }

  .mobile-menu-active .header-burger .burger:before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transform-origin: center;
  }

  .mobile-menu-active .header-burger .burger span {
    opacity: 0;
  }

  .mobile-menu-active .header-burger .burger:after {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .topnav .menu-main-menu-container {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    transition: all 0.5s ease;
  }

  .topnav nav.mobile-menu-active .menu-main-menu-container {
    left: 0%;
  }

  .topnav nav ul.menu {
    display: block;
    background: #f1f1f1;
    border-top: 2px solid #899097;
  }

  .topnav ul.menu>li.menu-item.catalog {
    margin-right: 0;
  }

  .topnav ul.menu li.menu-item a,
  .topnav li.menu-item-has-children .sub-menu a {
    padding: 9px 10px;
    padding-right: 5px;
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #d1d1d1;
    margin-right: 0;
  }

  .topnav ul.menu>li.menu-item>a:before {
    height: 0;
  }

  .topnav li.menu-item:hover>a,
  ul.menu>li.menu-item>a:hover,
  .topnav li.current-menu-item>a,
  header .topnav ul.menu>li.menu-item.catalog>a {
    background-color: transparent;
    color: #333;
  }

  .topnav ul.menu li.menu-item.menu-item-has-children>a {
    padding-right: 40px;
  }

  .topnav ul.menu>li.menu-item .i-submenu {
    display: block;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    pointer-events: inherit;
  }

  .topnav ul.menu>li.menu-item.no-link>.i-submenu {
    width: 100%;
    text-align: right;
  }

  .topnav .menu-item>span.i-submenu i {
    padding: 11px 12px;
    color: #4D4F51;
    font-size: 20px;
    transition: 0.2s;
  }

  .topnav .menu-item .sub-menu span.i-submenu i {
    padding: 6px 12px;
    font-size: 21px;
    transform: rotate(0deg);
  }

  .topnav .menu-item.submenu-opened>span.i-submenu i {
    transform: rotate(180deg);
  }

  .topnav li.menu-item .sub-menu {
    position: initial;
    max-width: 100%;
    height: 0;
    background-color: transparent;
    box-shadow: initial;
    overflow: hidden;
    transition: 0s;
  }

  .topnav li.menu-item .sub-menu .sub-menu {
    box-shadow: initial;
  }

  .topnav li.menu-item.submenu-opened>.sub-menu {
    opacity: 1;
    width: auto;
    height: auto;
  }

  .topnav ul.menu li.menu-item .sub-menu a {
    padding: 6px 10px 6px 5px;
    background: transparent;
    font-size: 15px;
  }

  .topnav ul.menu li.menu-item .sub-menu li.menu-item-has-children>a {
    padding-right: 32px;
  }

  .topnav ul.sub-menu>li>a {
    margin-left: 15px;
  }

  .topnav ul.sub-menu>li>a:before {
    content: "-";
    font-size: 14px;
  }

  .topnav ul.sub-menu ul.sub-menu>li>a {
    margin-left: 25px;
  }

  .topnav ul.sub-menu ul.sub-menu>li>a:before {
    content: "--";
  }

  .topnav ul.sub-menu ul.sub-menu ul.sub-menu>li>a {
    margin-left: 35px;
  }

  .topnav ul.sub-menu ul.sub-menu ul.sub-menu>li>a:before {
    content: "---";
  }
}

@media (max-width: 550px) {
  .topnav .contact p.comment {
    font-size: 12px;
  }

  .topnav .contact p.comment br {
    display: none;
  }
}

/****************** Первый блок ******************/
.first-block .columns {
  display: flex;
  justify-content: space-between;
}

.first-block .col-img {
  width: 550px;
}

.first-block .col-img img.mobile {
  display: none;
}

.first-block .col-text {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 550px);
  padding: 50px;
  z-index: 1;
}

.first-block .col-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2023/07/gplay.png') repeat;
  background-color: #F5F5F5;
  z-index: -1;
}

.first-block .col-text h1 {
  text-align: center;
  font-family: 'Lora', sans-serif;
  font-size: 50px;
  margin-bottom: 30px;
}

.first-block .col-text p.subtitle {
  text-align: center;
  font-family: 'Lora', sans-serif;
  font-size: 30px;
  margin-bottom: 45px;
}

.first-block .col-text p.consultation {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1250px) {
  .first-block .col-img {
    width: 500px;
  }

  .first-block .col-text {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1200px) {
  .first-block .col-text h1 {
    font-size: 45px;
  }
}

@media (max-width: 1150px) {
  .first-block .col-text h1 {
    font-size: 40px;
  }

  .first-block .col-text p.subtitle {
    font-size: 26px;
  }
}

@media (max-width: 1020px) {
  .first-block .columns {
    position: relative;
    display: block;
  }

  .first-block .col-img {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }

  .first-block .col-img img {
    display: none;
  }

  .first-block .col-img img.mobile {
    display: inline;
  }

  .first-block .col-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    max-width: 650px;
    width: 100%;
    padding: 20px 10px;
  }

  .first-block .col-text:before {
    opacity: 1;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .first-block .col-text h1 {
    color: #fff;
    margin-bottom: 15px;
  }

  .first-block .col-text p.subtitle {
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .first-block .col-img {
    padding-bottom: 40px;
  }

  .first-block .col-text {
    padding: 20px 10px 40px 10px;
  }

  .first-block .col-text p.consultation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .first-block .col-text p.consultation .main-btn {
    display: block;
    width: 100%;
    padding: 10px 15px 8px 15px;
    border-radius: 0;
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .first-block .col-text h1 {
    font-size: 7.5vw;
  }

  .first-block .col-text p.subtitle {
    font-size: 5vw;
  }
}

/****************** Блок с основным заголовком ******************/
.title-block {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.title-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title-block h1 {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .title-block {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .title-block {
    height: 180px;
  }
}

/****************** Услуги ******************/
.services-block {
  padding: 50px 15px;
  background: #C9CCD3;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  background-blend-mode: lighten;
}

.services-block .row {
  max-width: 1350px;
}

.services-block h2 {
  text-align: center;
  margin-bottom: 40px
}

.services-block .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.services-block .col {
  position: relative;
  padding-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.services-block .col img {
  filter: grayscale(50%);
}

.services-block .col p.service-name {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.services-block .col ul.desc {
  padding: 0 15px 0 15px;
  margin: 0;
}

.services-block .col ul.desc li {
  padding-left: 14px;
  font-size: 14px;
}

.services-block ul.ul-custom li:before {
  left: 0;
  font-size: 5.5px;
}

.services-block .col a.consultation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 0;
}

@media (max-width: 1020px) {
  .services-block .columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .services-block .columns {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}

/****************** Об адвокате ******************/
.about {
  padding: 60px 15px;
  background: #e8e8e8;
}

.about .columns {
  max-width: 1300px;
  display: grid;
  grid-template-columns: 8.5fr 12fr;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

.about .columns img.photo-mobile {
  display: none;
}

.about .columns .text {
  padding: 50px;
}

.about .columns .text h2 {
  font-size: 35px;
}

.about .columns .text p {
  text-indent: 25px;
}

.about .columns .text h3 {
  font-family: 'Lora', sans-serif;
  font-size: 25px;
}

@media (max-width: 1350px) {
  .about .columns .text p {
    font-size: 14px;
  }
}

@media (max-width: 1220px) {
  .about .columns {
    max-width: 800px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .about .columns img {
    display: none;
  }

  .about .columns img.photo-mobile {
    display: inline;
  }

  .about .columns .text {
    padding: 35px 40px;
  }

  .about .columns .text p {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .about {
    padding: 15px;
  }
}

@media (max-width: 650px) {
  .about .columns .text {
    padding: 30px;
  }

  .about .columns .text h2 {
    font-size: 30px;
  }

  .about .columns .text h3 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .about .columns .text {
    position: relative;
    padding: 20px;
    padding-bottom: 50px;
  }

  .about .columns .text h2 {
    font-size: 27px;
  }

  .about .columns .text h3 {
    font-size: 20px;
  }

  .about .columns .text a.main-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
}

@media (max-width: 450px) {
  .about .columns .text a.main-btn {
    font-size: 15px;
  }
}

/****************** Страница с ценами ******************/
.price-block {
  padding: 60px 15px;
  background: #e8e8e8;
}

.price-block .row {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

.price-block .right-col p {
  text-align: right;
  margin-bottom: 45px;
}

.price-block .price-title h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.price-block table {
  max-width: 1000px;
  margin: 0 auto;
}

.price-block table tr th {
  padding: 10px 15px;
  vertical-align: middle;
  background: #1E434C;
  font-size: 18px;
  color: #fff;
  border-right: 1px solid #325F6A;
}

.price-block table tr td {
  padding: 8px 15px;
  border: 1px solid #E1E1E1;
  vertical-align: middle;
}

.price-block table tr td.title-col {
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .price-block {
    padding: 0;
  }
}

@media (max-width: 1020px) {
  .price-block .price-title h3 br:last-of-type {
    display: none;
  }
}

@media (max-width: 800px) {
  .price-block .price-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .price-block .row {
    padding: 30px 15px 40px 15px;
  }

  .price-block .right-col p {
    font-size: 15px;
  }

  .price-block .price-title h3 {
    font-size: 17px;
  }

  .price-block table tr th {
    padding: 10px 7px;
    font-size: 16px;
  }

  .price-block table tr td {
    padding: 8px 7px;
    font-size: 14px;
  }
}

/****************** Страница судебной практики ******************/
.practice-block {
  padding: 60px 15px;
  background: #e8e8e8;
}

.practice-block .row {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

.practice-block h2 {
  font-size: 35px;
  margin-bottom: 60px;
}

.practice-block .practices {
  display: grid;
  gap: 45px;
}

.practice-block .practices .col {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 45px;
  border-bottom: 2px solid #D0D7D9;
}

.practice-block .practices .col:last-of-type {
  border-bottom: none;
}

.practice-block .practices .col .desc strong {
  font-size: 20px;
  line-height: 1;
}

.practice-block .practices .col .desc p {
  margin-bottom: 0;
}

.practice-block .practices .col .link {
  text-align: center;
}

.practice-block .practices .col .link span.icon {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 9px;
}

.practice-block .practices .col .link span.text {
  display: inline-block;
  padding: 2px 14px 4px 14px;
  background: #C37B55;
  color: #fff;
  border-radius: 4px;
  transition: 0.2s;
}

.practice-block .practices .col .link:hover span.text {
  background: #A56848;
}

@media (max-width: 1200px) {
  .practice-block {
    padding: 0;
  }
}

@media (max-width: 800px) {
  .practice-block h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .practice-block .practices {
    gap: 30px;
  }

  .practice-block .practices .col {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .practice-block .practices .col .link {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .practice-block .practices .col .link span.icon {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .practice-block .row {
    padding: 25px 15px;
  }

  .practice-block h2 {
    font-size: 24px;
  }
}

/****************** Footer ******************/
.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 470px;
  background-color: #1F3338;
  box-shadow: inset 0 0 20px rgb(0, 0, 0, 0.3);
}

.footer-left-col {
  filter: grayscale(0.65);
}

.footer-right-col {
  padding: 20px 60px 20px 80px;
}

.footer-right-col h2 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 35px;
}

.footer-right-col .contact {
  flex-wrap: wrap;
}

.footer-right-col .contact a {
  color: #fff;
}

.footer-right-col .contact a i {
  color: #fff;
  margin-right: 4px;
}

.footer-right-col .contact p.comment {
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

.footer-right-col p.address,
.footer-right-col p.time {
  color: #fff;
}

.footer-right-col p.address i {
  color: #fff;
  margin-right: 5px;
}

.footer-right-col p.mail i {
  font-size: 17px;
  margin-right: 2px;
}

.footer-right-col p.mail a {
  font-size: 18px;
  color: #fff;
}

.footer-right-col p.time {
  color: #fff;
  margin-bottom: 30px;
}

/* .footer-right-col .social-n-messangers .icon {
  position: relative;
  background: #fff;
  color: #606975;
  font-size: 26px;
  line-height: 1;
  margin-right: 3px;
  transition: 0.7s;
}

.footer-right-col .social-n-messangers .icon:hover {
  color: #fff;
}

.footer-right-col .social-n-messangers .icon.instagram {
  padding: 4px 5px 3px 5px;
  font-size: 29px;
}

.footer-right-col .social-n-messangers .icon.whatsapp {
  padding: 5px 5px 3px 5px;
}

.footer-right-col .social-n-messangers .icon.telegram {
  padding: 5px 5px 3px 5px;
} */

.footer-right-col h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 1020px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-left-col {
    width: 100%;
    max-height: 380px;
    order: 2;
  }

  .footer-right-col {
    width: 100%;
    padding: 20px 20px 35px 40px;
  }

  .footer-right-col h2 {
    font-size: 62px;
    margin-bottom: 22px;
  }

  .footer-right-col p.time {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 650px) {
  .footer-right-col {
    padding: 18px 20px 30px 25px;
  }

  .footer-right-col h2 {
    font-size: 50px;
    letter-spacing: 1px;
  }

  .footer-right-col p.phone a {
    font-size: 20px;
  }

  .footer-right-col p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-right-col .social-n-messangers .icon {
    font-size: 21px;
  }

  .footer-right-col .social-n-messangers .icon.instagram {
    font-size: 23px;
  }
}

@media only screen and (max-width: 650px) {
  .footer-right-col h2 {
    font-size: 44px;
  }
}


/****************** copyright ******************/
.footer-copyright {
  padding: 8px 15px;
  background: #172124;
}

.footer-copyright p {
  max-width: 1250px;
  color: #E1E1E1;
  margin: 0 auto;
}

.footer-copyright p a {
  text-decoration: underline;
  color: #E1E1E1
}