@charset "UTF-8";

@font-face {
  font-family: "Aquarelle";
  src: url("./../fonts/Aquarelle.eot");
  src: url("./../fonts/Aquarelle.eot?#iefix") format("embedded-opentype"), url("./../fonts/Aquarelle.woff2") format("woff2"), url("./../fonts/Aquarelle.woff") format("woff"), url("./../fonts/Aquarelle.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./../fonts/Roboto-Regular.eot");
  src: url("./../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Roboto-Regular.woff2") format("woff2"), url("./../fonts/Roboto-Regular.woff") format("woff"), url("./../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./../fonts/Roboto-Medium.eot");
  src: url("./../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Roboto-Medium.woff2") format("woff2"), url("./../fonts/Roboto-Medium.woff") format("woff"), url("./../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./../fonts/Roboto-Bold.eot");
  src: url("./../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Roboto-Bold.woff2") format("woff2"), url("./../fonts/Roboto-Bold.woff") format("woff"), url("./../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./../fonts/Roboto-Light.eot");
  src: url("./../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Roboto-Light.woff2") format("woff2"), url("./../fonts/Roboto-Light.woff") format("woff"), url("./../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoCondensed-Light.eot");
  src: url("./../fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("./../fonts/RobotoCondensed-Light.woff") format("woff"), url("./../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoCondensed-Regular.eot");
  src: url("./../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("./../fonts/RobotoCondensed-Regular.woff") format("woff"), url("./../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoCondensed-Bold.eot");
  src: url("./../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("./../fonts/RobotoCondensed-Bold.woff") format("woff"), url("./../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

s a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

a {
  text-decoration: none;
  color: inherit;
}
.btn-main a{
  color:#000000;
}
.services__more a{
  color:#000000;
}

.container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.services__item>.container {
  overflow: visible;
}

.btn-main {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
  gap: 10px;
  background: -o-linear-gradient(356.7deg, #E4B83A 0%, #F9E690 100%);
  background: linear-gradient(93.3deg, #E4B83A 0%, #F9E690 100%);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-main:hover {
  transform: scale(1.05);
}
.price__note:hover{
  transform: scale(1.05);
}
.services__note:hover {
  transform: scale(1.05);
}
.services__more:hover {
  transform: scale(1.05);
}
ul>li>a{
  transition: color 0.3s ease;
}
ul>li>a:hover{
  color: #E4B83A;
}
.contacts__tel a{
  transition: color 0.3s ease;
}
.contacts__tel a:hover{
  color: #E4B83A;
}
.contacts__tel a::before {
  transition: transform 0.3s ease-in-out;
}
.contacts__tel a:hover::before{
  animation: shakePhone 3s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes shakePhone {
  0% {
    transform: translateX(0) rotate(0);
  }
  5% {
    transform: translateX(4px) rotate(-4deg);
  }
  10% {
    transform: translateX(-2px) rotate(2deg);
  }
  15% {
    transform: translateX(3px) rotate(-2deg);
  }
  20% {
    transform: translateX(-2px) rotate(1deg);
  }
  25% {
    transform: translateX(1px) rotate(-1deg);
  }
  30% {
    transform: translateX(-1px) rotate(0);
  }
  35% {
    transform: translateX(1px) rotate(1deg);
  }
  40% {
    transform: translateX(-1px) rotate(-1deg);
  }
  45% {
    transform: translateX(1px) rotate(3deg);
  }
  50% {
    transform: translateX(0) rotate(0);
  }
  55% {
    transform: translateX(4px) rotate(-4deg);
  }
  60% {
    transform: translateX(-2px) rotate(2deg);
  }
  65% {
    transform: translateX(3px) rotate(-2deg);
  }
  70% {
    transform: translateX(-2px) rotate(1deg);
  }
  75% {
    transform: translateX(1px) rotate(-1deg);
  }
  80% {
    transform: translateX(-1px) rotate(0);
  }
  85% {
    transform: translateX(1px) rotate(1deg);
  }
  90% {
    transform: translateX(-1px) rotate(-1deg);
  }
  95% {
    transform: translateX(1px) rotate(3deg);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}

.main__callback>a{
  transition: color 0.3s ease;
}
.main__callback>a:hover{
  color: #E4B83A;
}
.contacts__social a{
  transition: transform 0.3s ease-in-out;
}
.contacts__social a:hover {
  transform: translateY(-5px);
}

.navigation__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__line .menu {
  margin-top: 30px;
}

.navigation__line .menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.navigation__line .contacts {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 380px;
  flex: 0 1 380px;
}

.navigation__line .contacts__tel {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__line .contacts__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__line .contacts__tel a::before {
  content: " ";
  width: 19px;
  height: 19px;
  background-image: url("./../img/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.navigation__line .contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 415px;
  gap: 20px;
}

.underline__left {
  width: 100%;
  max-width: 180px;
  border: 1px solid #E0E0E0;
}

.underline__dot {
  min-width: 9px;
  min-height: 9px;
  background-color: #E0E0E0;
  border-radius: 50%;
}

.underline__right {
  width: 100%;
  max-width: 180px;
  border: 1px solid #E0E0E0;
}

.header {
  background-color: white;
  padding-bottom: 7px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__line {
  max-width: 1300px;
}
.header{
  transition: all 0.5s ease;
}
.header__line .logo img{
  height: 100%;
  transition: all 0.5s ease;
}
.header__line .logo {
  height: 100%;
  transition: all 0.5s ease;
  margin-right: 3%;
}

main {
  margin-top: 110px;
}

.main {
  margin-bottom: 90px;
  background: #FAFAFB;
  padding: 41px 0px 41px 0px;
}


.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 522px;
  margin-right: 22px;
}

.main__title {
  max-width: 500px;
  font-weight: 300;
  font-size: 64px;
  line-height: 75px;
  margin-bottom: 40px;
}

.main__sub-title {
  font-family: "Aquarelle";
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 40px;
  line-height: 58px;
}

.main__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-left: 16%;
}

.main__callback {
  width: 400px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 23px;
}

.main__callback .btn-main {
  font-size: 20px;
  line-height: 23px;
}

.main__photo {
  position: relative;
  width: 51%;
}

.main__photo img {
  max-width: 100%;
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__title-bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 40px;
  left: -315px;
  font-weight: 300;
  font-size: 150px;
  line-height: 176px;
  opacity: 0.05;
  text-transform: uppercase;
  white-space: nowrap;
}

.main__logo-bg {
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  right: -87px;
}

.main__logo-bg img {
  width: 170px;
  height: 170px;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 90px;
}

.about__photo-left {
  position: relative;
  width: 32%;
}

.about__photo-left img {
  max-width: 100%;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__photo-right {
  position: relative;
  width: 32%;
}

.about__photo-right img {
  max-width: 100%;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__description {
  width: 32%;
  text-align: center;
}

.about__title {
  font-family: "Aquarelle";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 10px;
}

.about__sub-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.about__underline {
  margin: 0 auto;
  margin-bottom: 25px;
}

.about__text {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 90px;
}

.about__item {
  width: 32%;
}

.about__item-number {
  font-size: 32px;
  line-height: 38px;
  background: -o-linear-gradient(356.7deg, #E4B83A 0%, #F9E690 100%);
  background: linear-gradient(93.3deg, #E4B83A 0%, #F9E690 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.about__item-title {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 10px;
}

.about__item-subtitle {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}

.works {
  background: #FAFAFB;
  padding: 50px 0px;
}

.gallery {
  position: relative;
}

.gallery__row-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 50px;
}

.gallery__item-one {
  width: 32%;
}

.gallery__title {
  font-family: "Aquarelle";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 10px;
}

.gallery__subtitle {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.gallery__underline {
  width: 212px;
  margin-bottom: 50px;
}

.gallery__underline .underline__left {
  display: none;
}

.gallery__photo {
  cursor: pointer;
  transition: all 0.3s ease;
}
.gallery__photo-zoomed {
  transform: scale(1.04);
}

.gallery__photo-one {
  position: relative;
  overflow: hidden;
}

.gallery__photo-one img {
  max-width: 100%;
  width: 100%;
  height: 362px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__item-two {
  width: 40%;
}

.gallery__photo-two {
  position: relative;
  overflow: hidden;
}

.gallery__photo-two img {
  max-width: 100%;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__item-three {
  width: 23%;
}

.gallery__photo-three {
  position: relative;
  overflow: hidden;
}

.gallery__photo-three img {
  max-width: 100%;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__item-four {
  width: 40%;
}

.gallery__photo-four {
  position: relative;
  overflow: hidden;
}

.gallery__photo-four img {
  max-width: 100%;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__item-five {
  width: 57%;
}

.gallery__photo-five {
  position: relative;
  overflow: hidden;
}

.gallery__photo-five img {
  max-width: 100%;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__logo-bg {
  position: absolute;
  bottom: 10px;
  left: -65px;
}

.gallery__btn {
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.services {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 1920px;
  width: 100%;
  height: 790px;
}

.services__slider {
  width: 100%;
}

.services__card {
  width: 100%;
}

.services__item {
  width: 100%;
  height: 790px;
}

.services__photo {
  position: relative;
  overflow: hidden;
  height: 790px;
}

.services__photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 48% 100%;
  object-position: 48% 100%;
}

.services__row {
  position: relative;
  top: -790px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services__description {
  font-family: 'Roboto';
  max-width: 524px;
  text-align: right;
  margin-right: 138px;
}

.services__description li {
  list-style-type: disc;
  margin-left: 25px;
}

.services__title {
  padding-top: 50px;
  font-family: "Aquarelle";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 10px;
}

.services__subtitle {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.services__underline {
  margin-left: auto;
  width: 212px;
  margin-bottom: 20px;
}

.services__underline .underline__right {
  display: none;
}

.services__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
}

.services__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 17px;
}

.services__more {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  font-size: 20px;
  line-height: 23px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.services__note {
  font-family: 'Roboto Condensed';
  padding: 10px 20px;
  background: #333333;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.news {
  margin-bottom: 90px;
  text-align: center;
}

.news__title {
  font-family: "Aquarelle";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 10px;
}

.news__subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.news__underline {
  margin: 0 auto;
  margin-bottom: 25px;
}

.news__item {
  width: 412px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.news__item .news-content {
  text-align: left;
}

.news__photo {
  max-width: 412px;
  margin-bottom: 20px;
  height: 421px;
  transition: all 0.3s ease;
}

.news-content:hover .news__photo {
  transform: scale(1.04);
}

.news__photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__item-title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.news__date {
  margin-top: 12px;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #BDBDBD;
}

.footer {
  background: #333333;
  color: #FFFFFF;
  padding: 10px 0px 37px 0px;
}

.footer__line .menu {
  padding-top: 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer__line .logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.footer__line .contacts {
  padding-top: 15px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.footer__line .contacts__tel a::before {
  content: " ";
  width: 19px;
  height: 19px;
  background-image: url("./../img/phone__footer.svg");
  background-size: contain;
  margin-right: 12px;
}

/*Стили для бургер-меню*/

.burger-active {
  overflow: hidden;
}

.burger-btn {
  position: relative;
  top: 8px;
  left: 0;
  display: none;
  z-index: 11;
}

.burger-menu {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: white;
  height: 100vh;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.burger-menu__list {
  padding: 120px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-menu__item {
  margin-top: 20px;
}

.burger-menu .contacts2 {
  padding: 0px 20px 20px 20px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.burger-menu .contacts2__tel {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.burger-menu .contacts2__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-menu .contacts2__tel a::before {
  content: " ";
  width: 17px;
  height: 17px;
  background-image: url("./../img/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.burger-menu .contacts2__social2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.burger-menu .contacts2__link img {
  width: 30px;
  height: 30px;
}

.burger-btn span {
  width: 19px;
  border-radius: 5px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 13%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgb(51, 51, 51);
}

.burger-btn span:nth-of-type(2) {
  top: calc(50% - 4px);
}

.burger-btn span:nth-of-type(3) {
  top: calc(50% + 4px);
}

.burger-btn span:nth-of-type(1) {
  top: 50%;
}

.burger-menu.active {
  transform: translateY(0);
}

.burger-btn.active span:nth-of-type(1) {
  display: none;
}

.burger-btn.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-btn.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Слайдер общие настройк, слайдер news идёт как*/
.slick-slider {
  position: relative;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Стрелка */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  margin-top: -25px;
}

/* Стрелка влево */
.slick-arrow.slick-prev {
  left: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #161B21 url("./../img/Arrow_left.svg") center no-repeat;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.slick-arrow.slick-prev:hover{
  opacity: 0.9;
}

/* Стрелка вправо */
.slick-arrow.slick-next {
  right: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #161B21 url("./../img/Arrow_right.svg") center no-repeat;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.slick-arrow.slick-next:hover {
  opacity: 0.9;
}

/* Стрелка не активная */
.slick-arrow.slick-disabled {
  background-color: red;
}

/* Точки (булиты) */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li {
  margin: 0 7px;
}

/* Активная точка */
.slick-dots li.slick-active button {
  background: -o-linear-gradient(356.7deg, #E4B83A 0%, #F9E690 100%);
  background: linear-gradient(93.3deg, #E4B83A 0%, #F9E690 100%);
  border: 0px solid rgb(228, 184, 58);
}

/* Элемент точки */
.slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(228, 184, 58);
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 775px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.services__slider {
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Точки (булиты) */
}

.services__slider .slick-arrow.slick-prev {
  left: 5%;
}

.services__slider .slick-arrow.slick-next {
  right: 5%;
}

.services__slider .slick-dots {
  position: relative;
  top: -80px;
}

@media (max-width: 1340px) {
  .container {
    overflow: hidden;
  }

  .news__slider {
    /* Стрелка влево */
    /* Стрелка вправо */
  }

  .news__slider .slick-list .slick-slide .news-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__slider .slick-list .slick-slide .news-container .news-content {
    text-align: left;
  }

  .news__slider .slick-arrow.slick-prev {
    left: 2%;
  }

  .news__slider .slick-arrow.slick-next {
    right: 2%;
  }
}

@media (max-width: 1040px) {
  .burger-btn span {
    width: 38px;
    border-radius: 5px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 13%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgb(51, 51, 51);
  }

  .burger-btn span:nth-of-type(2) {
    top: calc(50% - 8px);
  }

  .burger-btn span:nth-of-type(3) {
    top: calc(50% + 8px);
  }

  .burger-btn span:nth-of-type(1) {
    top: 50%;
  }

  .header__line .burger-btn {
    display: block;
  }

  .header__line .menu {
    display: none;
  }

  .header__line .logo {
    margin-left: 185px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0px;
  }
  

  .header__line .contacts {
    margin-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
  }

  .header__line .contacts__social {
    display: none;
  }

  .header .burger-menu .contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer {
    padding: 15px 0px 20px 0px;
  }

  .footer__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__line .menu {
    margin-left: 20px;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__line .menu__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .footer__line .menu__item {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }

  .footer__line .logo {
    width: 65px;
    height: 39px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__line .logo img {
    width: 100%;
    height: 39px;
  }

  .footer__line .contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__line .contacts__tel {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .footer__line .contacts__tel a::before {
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url("./../img/phone__footer.svg");
    background-size: contain;
    margin-right: 12px;
  }

  .footer__line .contacts .social {
    margin-top: 15px;
  }

  .footer__line .contacts .social__link img {
    width: 20px;
    height: 20px;
  }
}

@media(min-width:775px){
  .header__line .logo img .small{
    transform: scale(0.7);
  }
  .header__line .logo .small{
    transform: scale(0.7);
  }
  .header.smallH {
    top:-15px;
  }
}

@media (max-width: 775px) {
  .services__slider .slick-dots {
    position: relative;
    top: -36px;
  }
  #breadcrumbs {
    display: none;
  }

  .container {
    padding: 0 20px;
    overflow: visible;
  }

  .burger-menu__list {
    padding: 100px 20px 0px 20px;
  }

  .burger-btn span {
    width: 28px;
    border-radius: 5px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 13%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgb(51, 51, 51);
  }

  .burger-btn span:nth-of-type(2) {
    top: calc(50% - 6px);
  }

  .burger-btn span:nth-of-type(3) {
    top: calc(50% + 6px);
  }

  .burger-btn span:nth-of-type(1) {
    top: 50%;
  }

  .header__line .burger-btn {
    display: block;
  }

  .header__line .menu {
    display: none;
  }

  .header__line .logo {
    margin-left: 107px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 17px;
  }

  .header__line .logo img {
    width: 69px;
    height: 42px;
  }

  .header__line .contacts {
    margin-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }

  .header__line .contacts__tel {
    font-size: 12px;
  }

  .header__line .contacts__tel a::before {
    content: " ";
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }

  .header__line .contacts__social {
    display: none;
  }

  .header .burger-menu .contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  main {
    margin-top: 55px;
  }

  .main {
    overflow-x: hidden;
    position: relative;
    margin-bottom: 50px;
    background: #FAFAFB;
    padding: 56px 0px 0px 0px;
  }

  .main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .main__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    max-width: 522px;
    margin-right: 0px;
  }

  .main__title {
    font-weight: 300;
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 20px;
  }

  .main__sub-title {
    margin-left: 15px;
    font-family: "Aquarelle";
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
  }

  .main__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }

  .main__callback {

    position: absolute;
    bottom: 18px;
    z-index: 2;
    width: auto;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 21px;
  }

  .main__callback .btn-main {
    font-size: 18px;
    line-height: 21px;
  }

  .main__photo {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    overflow: hidden;
    width: 235px;
    height: 366px;
  }
  .main__photo::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 0;
    background-color: transparent;
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.75);
    z-index: 1;
  }

  .main__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 235px;
    height: 366px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main .container-titleb-bg {
    width: 100vw;
  }

  .main__title-bg {
    width: 100%;
    position: absolute;
    top: -55px;
    left: -15px;
    font-weight: 300;
    font-size: 80px;
    line-height: 94px;
  }

  .main__logo-bg {
    display: none;
  }

  .about__description {
    width: 100%;
  }

  .about__content {
    margin-bottom: 50px;
  }

  .about__photo-left {
    display: none;
  }

  .about__photo-right {
    display: none;
  }

  .about__title {
    font-family: "Aquarelle";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .about__sub-title {
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .about__underline {
    margin-bottom: 25px;
  }

  .about__text {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
  }

  .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
    text-align: center;
  }

  .about__item {
    width: 100%;
  }

  .about__item-title {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .works {
    background: #FAFAFB;
    padding: 40px 0px;
  }

  .works .gallery {
    position: relative;
  }

  .works .gallery__row-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 10px;
    margin-bottom: 20px;
  }

  .works .gallery__item-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 46%;
  }

  .works .gallery__description {
    position: relative;
    top: -20px;
  }

  .works .gallery__title {
    font-family: "Aquarelle";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .works .gallery__subtitle {
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .works .gallery__underline {
    margin-bottom: 25px;
    width: 100%;
  }

  .works .gallery__photo-one {
    position: relative;
    overflow: hidden;
  }

  .works .gallery__photo-one img {
    max-width: 100%;
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .works .gallery__item-two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }

  .works .gallery__photo-two {
    position: relative;
    overflow: hidden;
  }

  .works .gallery__photo-two img {
    max-width: 100%;
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .works .gallery__item-three {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 39%;
  }

  .works .gallery__photo-three {
    position: relative;
    overflow: hidden;
  }

  .works .gallery__photo-three img {
    max-width: 100%;
    width: 100%;
    height: 131px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .works .gallery__item-four {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .works .gallery__photo-four {
    position: relative;
    overflow: hidden;
  }

  .works .gallery__photo-four img {
    max-width: 100%;
    width: 100%;
    height: 317px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .works .gallery__item-five {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 57%;
  }

  .works .gallery__photo-five {
    position: relative;
    overflow: hidden;
  }

  .works .gallery__photo-five img {
    max-width: 100%;
    width: 100%;
    height: 131px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .works .gallery__logo-bg {
    display: none;
  }

  .works .gallery__btn {
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
  }

  .services {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1920px;
    width: 100%;
    height: 790px;
  }

  .services__slider {
    width: 100%;
  }

  .services__item {
    width: 100%;
    height: 790px;
  }

  .services__row {
    position: relative;
    top: -790px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .services__description {
    width: 524px;
    text-align: right;
    margin-right: 0px;
  }

  .services__title {
    padding-top: 30px;
    font-family: "Aquarelle";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .services__subtitle {
    margin-left: 20%;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .services__underline {
    margin-left: auto;
    width: 212px;
    margin-bottom: 20px;
  }

  .services__underline .underline__right {
    display: none;
  }

  .services__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
    text-align: left;
  }

  .services__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
  }

  .services__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .services__more {
    font-size: 16px;
    line-height: 19px;
    margin-right: 0px;
  }

  .services__note {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }

  .news {
    margin-bottom: 50px;
    text-align: center;
  }

  .news__title {
    font-family: "Aquarelle";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .news__subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .news__underline {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .news__item {
    width: 412px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .news__photo {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: auto;
  }

  .news__photo img {
    max-width: 100%;
    width: 100%;
    height: 327px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news__item-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }

  .news__date {
    margin-top: 5px;
    font-size: 14px;
  }

  .footer {
    padding: 15px 0px 20px 0px;
  }

  .footer__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__line .menu {
    margin-left: 20px;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__line .menu__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .footer__line .menu__item {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }

  .footer__line .logo {
    width: 65px;
    height: 39px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__line .logo img {
    width: 100%;
    height: 39px;
  }

  .footer__line .contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__line .contacts__tel {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .footer__line .contacts__tel a::before {
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url("./../img/phone__footer.svg");
    background-size: contain;
    margin-right: 12px;
  }

  .footer__line .contacts .social {
    margin-top: 15px;
  }

  .footer__line .contacts .social__link img {
    width: 20px;
    height: 20px;
  }
}


/* стили для выделения меню */
li.current-menu-item {
  color: #E4B83A;
  font-weight: bold;
}

li.current-page-ancestor {
  color: #E4B83A;
  font-weight: bold;
}

/*breadcrumbs*/
#breadcrumbs {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.3);
}

.breadcrumb_last {
  color: #333333;
}

/* Стили для страницы Услуги */
.services-page .services__text{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  text-align: left;
}

.services-page_menu li.current-menu-item a {
  background-image: linear-gradient(93.3deg, #E4B83A 0%, #F9E690 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.services-page_menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
}

.services-page_menu li {
  list-style-type: disc;
}

.services-page .main {
  margin-bottom: 0px;
}

.services-page .services__row {
  height: 790px;
  align-items: center;
}

.services-page .about__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.services-page .about__text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  width: 41%;
}

.services-page .about__photo {
  position: relative;
  overflow: hidden;
  width: 49%;
}

.services-page .about__photo img {
  max-width: 100%;
  width: 100%;
  height: 589px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-page .price__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}

.services-page .price__title {
  font-family: 'Aquarelle';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 10px;
}

.services-page .price__subtitle {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 10px;
}

.services-page .price__underline {
  width: 100%;
  margin-bottom: 44px;
}

.services-page .price__list {
  width: 100%;
  margin-bottom: 48px;
}

.services-page .price__item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.services-page .price__text {
  margin-right: 25px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  flex: 0 0;
  white-space: nowrap;
}

.services-page .price__line {
  flex: 1 1;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
}

.services-page .proce__count {
  margin-left: 25px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  flex: 0 0;
  white-space: nowrap;
			 align-self: flex-end;
}

.services-page .price__note {
  padding: 10px 20px;
  background: #333333;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.services-page .about__text li{
  list-style-type: disc;
  margin-left: 25px;
}

@media(max-width:1180px){
	  .services-page .price__text {
    min-width: 400px;
    margin-right: 10px;
    line-height: 19px;
    flex: 0 0;
    white-space: pre-wrap;
  }
}

@media (max-width: 775px) {
  .services-page .services__text{
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
  }
  .services-page .main {
    margin-bottom: 20px;
  }

  .services-page .services__row {
    height: 700px;
    align-items: center;
  }

  .services-page .services__description {
    margin-left: 26%;
  }

  .services-page .services__subtitle {
    margin-left: 0;
  }

  .services-page .about__row {
    flex-direction: column;
  }

  .services-page .about__text {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .services-page .about__photo {
    order: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .services-page .about__photo img {
    max-width: 100%;
    width: 100%;
    height: 320px;
  }

  .services-page .price__content {
    margin-bottom: 50px;
  }

  .services-page .price__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .services-page .price__subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .services-page .price__underline {
    width: 100%;
    margin-bottom: 25px;
  }

  .services-page .price__list {
    width: 100%;
    margin-bottom: 25px;
  }

  .services-page .price__item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }

  .services-page .price__text {
    min-width: 150px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
    flex: 0 0;
    white-space: pre-wrap;
  }

  .services-page .price__line {
    flex: 1 1;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
  }

  .services-page .proce__count {
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    margin-left: 10px;
    font-size: 16px;
    line-height: 19px;

  }

  .services-page .price__note {
    padding: 10px 20px;
    background: #333333;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
}

/*Стили для страницы О нас*/
.about-page .main {
  margin-bottom: 70px;
}

.about-page .main__text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
  margin-left: 0%;
}

.about-page .about__list {
  margin-bottom: 70px;
}

.about-page .content__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.about-page .content__text {
  width: 48%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

.about-page .content__text li {
  list-style-type: disc;
  margin-left: 25px;
}

@media (max-width: 775px) {

  .about-page .main__sub-title {
    margin-left: 0px;
    text-align: left;
    font-family: 'Aquarelle';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
  }

  .about-page .main__text {
    font-size: 14px;
    line-height: 130%;
  }

  .about-page .main {
    margin-bottom: 50px;
  }

  .about-page .about__list {
    margin-bottom: 50px;
  }

  .about-page .content__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .about-page .content__text {
    width: 100%;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 25px;
  }

}

/*Стили для страницы Новости*/

.news-page__list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;

}

.news-page__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.news-page__description {
  flex-shrink: 2;
  margin-top: 30px;
  max-width: 48%;
  color: #333333;
  margin-left: 15px;
}

.news-page__description ul li {
  list-style-type: disc;
  margin-left: 25px;
}

.news-page__description p {
  color: #333333;
}

.news-page__photo {
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  max-width: 522px;
  height: 520px;
}

.news-page__img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page__title {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.news-page .wp-block-post-date {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #BDBDBD;
  margin-bottom: 25px;
}

.news-page__text {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
}

.news-page__photomob {
  display: none;
}

.news-page__date {
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #BDBDBD;
  margin-bottom: 25px;
}

@media (max-width: 775px) {
  .news-page .main {
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  main.news-page {
    margin-top: 30px;
  }

  .news-page__list {
    margin-top: 0px;
    display: flex;
    flex-direction: column;

  }

  .news-page__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .news-page__description {
    order: 1;
    flex-shrink: 2;
    margin-top: 30px;
    max-width: 100%;
    color: #333333;
    margin-left: 0px;
  }

  .news-page__description ul li {
    list-style-type: disc;
    margin-left: 25px;
  }

  .news-page__description p {
    color: #333333;
  }

  .news-page__photomob {
    order: 2;
    overflow: hidden;
    max-width: 329px;
    height: 329px;
    margin-bottom: 15px;
  }

  .news-page__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news-page__title {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .news-page .wp-block-post-date {
    position: absolute;
    top: 60px;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .news-page__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
  }

  .news-page__photomob {
    display: block;
  }

  .news-page__photo {
    display: none;
  }
  .news-page__date {
    margin-top: 10px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #BDBDBD;
    margin-bottom: 10px;
  }
}

/*Стили для страницы Контактов*/
main.contacts-page {
  background-color: rgba(22, 27, 33, 0.02);
}

.contacts-page__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25vh;
}


.contacts-page__title-bg {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 150px;
  line-height: 176px;
  text-transform: uppercase;
  opacity: 0.05;
  user-select: none;
  position: absolute;
  top: 50px;
  left: -315px;
  white-space: nowrap;
}

.contacts-page__description {
  width: 318px;
}

.contacts-page__title {
  margin-top: 90px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 64px;
  line-height: 75px;
  margin-bottom: 40px;
}

.contacts-page__tel {
  display: block;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.contacts-page__mail {
  display: block;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}

.contacts-page__subtitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.contacts-page__text {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 22px;
}

.contacts-page__form {
  width: 50%;
}

.contacts-page__form>p {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 32px;
}
.contacts-page__content2>p{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-page label{
  display: flex;
  flex-direction: column;
  width: 48%;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 24px;
}

.contacts-page input {
  padding: 8px 10px 9px 10px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  height: 40px;
}
.contacts-page .contacts-page__text{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contacts-page textarea {
  width: 100%;
  padding: 8px 10px 9px 10px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  height: 110px;
  resize: none;
}

@media (max-width: 775px) {

  main.contacts-page {
    margin-top: 30px;
    overflow: hidden;
    background-color: rgba(22, 27, 33, 0.02);
  }

  .contacts-page__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 80px;
  }

  .contacts-page__title-bg {
    width: 100%;
    font-size: 80px;
    line-height: 94px;
    position: absolute;
    top: -50px;
    left: 0px;
  }

  .contacts-page__description {
    width: 318px;
    margin-bottom: 30px;
  }

  .contacts-page__title {
    margin-top: 65px;
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 25px;
  }

  .contacts-page__tel {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .contacts-page__mail {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .contacts-page__subtitle {
    font-size: 16px;
    line-height: 24px;
	 margin-top: 0px;
    margin-bottom: 10px;
  }

  .contacts-page__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .contacts-page__form {
    width: 100%;
  }
  
  .contacts-page__form>p {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .contacts-page__content2>p{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contacts-page label{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  .contacts-page input {
    padding: 8px 10px 9px 10px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    height: 40px;
  }
  .contacts-page .contacts-page__text{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .contacts-page textarea {
    width: 100%;
    padding: 8px 10px 9px 10px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    height: 110px;
    resize: none;
  }

}

/*Стили для страницы Фотогалереи*/
main.gallery-page {
  background-color: rgba(22, 27, 33, 0.02);
}

.gallery-page__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 142px;
}


.gallery-page__title-bg {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 150px;
  line-height: 176px;
  text-transform: uppercase;
  opacity: 0.05;
  user-select: none;
  position: absolute;
  top: 50px;
  left: -315px;
  white-space: nowrap;
}

.gallery-page__title {
  margin-top: 90px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 64px;
  line-height: 75px;
  margin-bottom: 40px;
}


@media (max-width: 775px) {

  main.gallery-page {
    margin-top: 30px;
    overflow: hidden;
    background-color: rgba(22, 27, 33, 0.02);
  }

  .gallery-page__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .gallery-page__title-bg {
    width: 100%;
    font-size: 80px;
    line-height: 94px;
    position: absolute;
    top: -50px;
    left: 0px;
  }

  .gallery-page__title {
    margin-top: 65px;
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 25px;
  }

}
  .contacts-page__subtitle {
    font-size: 16px;
    line-height: 24px;
	margin-top: 22px;
    margin-bottom: 10px;
  }

.footer__line2{
	margin-top:15px;
	display:flex;
	gap:5%;
	justify-content:center;
	align-items:center;
}
.footer__dog{
	color:#717171;
	text-align:center;
	max-width: 40%;
}
.footer__conf{
	color:#717171;
	text-align:center;
	max-width: 40%;
}
.footer__line2 div a{
	font-size:13px;
}

@media(max-width:510px){
.footer__line2 div a{
	font-size:10px;
}
.footer__dog{
	max-width: 45%;
}
.footer__conf{
	color:#717171;
	text-align:center;
	max-width: 45%;
}
}

