@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/Montserrat-MediumItalic.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Montserrat-BoldItalic.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth
}
body {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  line-height: 1.625;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  font-weight: 400
}
a{
  color: inherit
}
a:hover {
  color: inherit
}
@media all and (max-width:575px) {
  body {
    font-size: .875em;
    line-height: 1.571428
  }
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0
}
h1 {
  font-size: 48px;
  line-height: 60px
}
@media all and (max-width:575px) {
  h1 {
    font-size: 24px;
    line-height: 30px
  }
}
h2 {
  font-size: 40px;
  line-height: 60px
}
@media all and (max-width:575px) {
  h2 {
    font-size: 20px;
    line-height: 26px
  }
}
h3 {
  font-size: 30px;
  line-height: 38px
}
@media all and (max-width:575px) {
  h3 {
    font-size: 19px;
    line-height: 21px
  }
}
h4 {
  font-size: 24px;
  line-height: 30px
}
@media all and (max-width:575px) {
  h4 {
    font-size: 16px;
    line-height: 18px
  }
}
.heading {
  margin-bottom: 60px
}
@media all and (max-width:1199px) {
  .heading {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 24px
  }
}
.heading.heading-arrow {
  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;
  position: relative
}
.heading.heading-arrow .swiper__nav {
  width: 116px;
  height: 48px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:767px) {
  .heading.heading-arrow .swiper__nav {
    display: none
  }
}
.heading.heading-arrow .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: 1px solid #a61c1f;
  border-radius: 10px
}
.heading.heading-arrow .swiper__nav .swiper-button:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg);
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.heading.heading-arrow .swiper__nav .swiper-button:hover {
  background-color: #a61c1f
}
.heading.heading-arrow .swiper__nav .swiper-button:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(212deg) brightness(105%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(212deg) brightness(105%) contrast(105%)
}
.heading.heading-arrow .swiper__nav .swiper-button:after {
  display: none!important
}
.heading.heading-arrow .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
.heading.heading-arrow .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
.heading.heading-mb-32 {
  margin-bottom: 32px
}
.heading.heading-mb-20 {
  margin-bottom: 20px
}
.heading.heading-mb-16 {
  margin-bottom: 16px
}
.heading.heading-p-small p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px
}
.heading p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 10px
}
@media all and (max-width:575px) {
  .heading p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 8px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #a61c1f;
  padding: 9.5px 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border: 1px solid #a61c1f;
  border-radius: 8px;
  -webkit-transition: .25s all;
  transition: .25s all
}
.btn:hover {
  color: #a61c1f;
  background-color: #fff
}
.btn:active {
  background-color: #faa633;
  border: 1px solid #faa633;
  color: #fff
}
.btn.btn-border {
  background-color: #fff;
  color: #a61c1f
}
.btn.btn-border:hover {
  color: #fff;
  background-color: #a61c1f
}
.btn.btn-border:active {
  background-color: #faa633;
  border: 1px solid #faa633;
  color: #fff
}
.btn.btn-gray {
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #3f3f3d
}
.btn.btn-gray:hover {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3
}
.btn.btn-gray:active {
  background-color: #1d1d1b;
  border: 1px solid #1d1d1b;
  color: #fff
}
.btn.btn-medium {
  font-size: 16px;
  line-height: 22px;
  padding: 12.5px 24px
}
@media all and (max-width:575px) {
  .btn.btn-medium {
    font-size: 15px;
    padding: 8.5px 18px
  }
}
.btn.btn-big {
  font-size: 18px;
  line-height: 24px;
  padding: 17.5px 38px
}
@media all and (max-width:575px) {
  .btn.btn-big {
    font-size: 16px;
    padding: 11.5px 24px
  }
}
.btn.btn-arrow span {
  position: relative;
  padding-right: 34px
}
@media all and (max-width:575px) {
  .btn.btn-arrow span {
    padding-right: 0
  }
}
.btn.btn-arrow span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_36.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:575px) {
  .btn.btn-arrow span:after {
    display: none
  }
}
.btn.btn-arrow:hover span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(3636%) hue-rotate(344deg) brightness(78%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(3636%) hue-rotate(344deg) brightness(78%) contrast(97%)
}
.btn.btn-arrow:active span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(265%) hue-rotate(156deg) brightness(111%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(265%) hue-rotate(156deg) brightness(111%) contrast(96%)
}
.btn.btn-download span {
  position: relative;
  padding-right: 34px
}
@media all and (max-width:575px) {
  .btn.btn-download span {
    padding-right: 0
  }
}
.btn.btn-download span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_39.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:575px) {
  .btn.btn-download span:after {
    display: none
  }
}
.btn.btn-download:hover span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(3636%) hue-rotate(344deg) brightness(78%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(3636%) hue-rotate(344deg) brightness(78%) contrast(97%)
}
.btn.btn-download:active span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(265%) hue-rotate(156deg) brightness(111%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(265%) hue-rotate(156deg) brightness(111%) contrast(96%)
}
.btn.btn-comment span {
  position: relative;
  padding-right: 34px
}
@media all and (max-width:575px) {
  .btn.btn-comment span {
    padding-right: 0
  }
}
.btn.btn-comment span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_42.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:575px) {
  .btn.btn-comment span:after {
    display: none
  }
}
.btn.btn-comment:hover span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(3636%) hue-rotate(344deg) brightness(78%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(3636%) hue-rotate(344deg) brightness(78%) contrast(97%)
}
.btn.btn-comment:active span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(265%) hue-rotate(156deg) brightness(111%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(265%) hue-rotate(156deg) brightness(111%) contrast(96%)
}
.btn-more {
  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;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  background-size: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_7.svg);
  -webkit-transition: .25s all;
  transition: .25s all;
  cursor: pointer
}
@media all and (max-width:575px) {
  .btn-more {
    width: 40px;
    height: 40px;
    background-size: 20px
  }
}
.btn-more:hover {
  background-color: #fed54d
}
.btn-more:active {
  background-color: #faa633
}
@media all and (max-width:575px) {
  .btn-100 {
    max-width: none!important;
    width: 100%!important
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
section {
  margin-bottom: 100px
}
@media all and (max-width:1199px) {
  section {
    margin-bottom: 60px
  }
}
@media all and (max-width:575px) {
  section {
    margin-bottom: 40px
  }
}
.mb-0 {
  margin-bottom: 0
}
.fancybox__backdrop {
  background: rgba(29,29,27,.2)
}
.carousel__button.is-close {
  top: 16px!important;
  right: 16px!important;
  -webkit-box-shadow: none;
  box-shadow: none
}
@media all and (max-width:575px) {
  .carousel__button.is-close {
    top: 8px!important;
    right: 8px!important
  }
}
.carousel__button.is-close svg {
  width: 20px;
  height: 20px;
  stroke: #4a4a49
}
.carousel__button.is-close svg path {
  stroke-width: 2
}
.modal {
  color: #000;
  max-width: 600px;
  width: 100%;
  border-radius: 20px;
  padding: 60px
}
@media all and (max-width:575px) {
  .modal {
    padding: 40px 20px
  }
}
.modal.modal-gradient {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%)
}
.modal .modal__heading {
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  .modal .modal__heading {
    margin-bottom: 20px
  }
}
.modal .modal__heading p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 8px
}
@media all and (max-width:575px) {
  .modal .modal__heading p {
    font-size: 12px;
    line-height: 18px
  }
}
.modal a {
  outline: 0!important
}
.modal .region__wrapper .modal__step {
  margin-bottom: 16px
}
.modal .region__wrapper .modal__step a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  color: #1d1d1b
}
@media all and (max-width:575px) {
  .modal .region__wrapper .modal__step a {
    gap: 10px
  }
}
.modal .region__wrapper .modal__step h3 strong {
  color: #a61c1f
}
.modal-location {
  max-width: 1312px;
  width: 100%;
  padding: 30px 60px
}
@media all and (max-width:575px) {
  .modal-location {
    padding: 40px 20px
  }
}
.modal-location .region__wrapper .region__search {
  width: 100%;
  height: 56px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  .modal-location .region__wrapper .region__search {
    height: 48px
  }
}
.modal-location .region__wrapper .region__search .search-input {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  padding-left: 16px;
  color: #4a4a49
}
.modal-location .region__wrapper .region__search .search-input::-webkit-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input::-moz-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input::-ms-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input::-webkit-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input::-moz-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input:-ms-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input::-ms-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-input::placeholder {
  color: #4a4a49;
  opacity: 1
}
.modal-location .region__wrapper .region__search .search-submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: none;
  background-color: #fff;
  background-size: 28px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg)
}
@media all and (max-width:575px) {
  .modal-location .region__wrapper .region__search .search-submit {
    width: 46px;
    height: 46px
  }
}
.modal-location .region__wrapper .region__list {
  height: 733px;
  padding-right: 50px
}
@media all and (max-width:575px) {
  .modal-location .region__wrapper .region__list {
    height: 464px
  }
}
.modal-location .region__wrapper .region__list ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}
@media all and (max-width:767px) {
  .modal-location .region__wrapper .region__list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}
@media all and (max-width:575px) {
  .modal-location .region__wrapper .region__list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}
.modal-location .region__wrapper .region__list ul li {
  font-weight: 600;
  color: #000;
  padding: 8px 0;
  cursor: pointer
}
.modal-location .region__wrapper .region__list ul li:hover {
  color: #a61c1f
}
.modal-location .region__wrapper .region__list ul li a {
  color: #000;
  display: inline-block
}
.modal-location .region__wrapper .region__list ul li a:hover {
  color: #a61c1f
}
.modal-location .region__wrapper .region__list ul li a:active {
  color: #a61c1f
}
.modal-location .region__wrapper .os-scrollbar-track {
  background-color: #eeeef0!important
}
.modal-location .region__wrapper .os-scrollbar-handle {
  background: #a61c1f!important
}
.modal-location .region__wrapper .branch__list ul li a {
  display: inline-block;
  position: relative;
  padding: 5.5px 0 5.5px 40px;
  color: #000;
  font-weight: 500
}
.modal-location .region__wrapper .branch__list ul li a:hover {
  color: #a61c1f
}
.modal-location .region__wrapper .branch__list ul li a:active {
  color: #faa633
}
.modal-location .region__wrapper .branch__list ul li a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_7.svg);
  width: 24px;
  height: 24px;
  top: 5px;
  left: 0
}
.modal__city .carousel__button.is-close {
  top: 16px!important;
  right: 16px!important
}
@media all and (max-width:575px) {
  .modal__city .carousel__button.is-close {
    top: 6px!important;
    right: 8px!important
  }
}
.modal__city .fancybox__slide {
  max-width: 1344px;
  width: 100%
}
@media all and (min-width:575px) {
  .modal__city .fancybox__slide {
    display: block
  }
}
.modal__city #modal_city {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 30px
}
@media all and (min-width:575px) {
  .modal__city #modal_city {
    max-width: 470px;
    padding: 20px
  }
}
.modal__city .city__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  .modal__city .city__wrapper {
    margin-bottom: 20px
  }
}
.modal__city .box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
@media all and (max-width:575px) {
  .modal__city .box__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#modal_subscription {
  max-width: 932px;
  padding: 40px 30px
}
@media all and (max-width:575px) {
  #modal_subscription {
    padding: 40px 20px
  }
}
#modal_subscription .modal__heading {
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  #modal_subscription .modal__heading {
    margin-bottom: 20px
  }
}
.form__inner form .form__item {
  margin-bottom: 24px
}
.form__inner form .form__item input,
.form__inner form .form__item select,
.form__inner form .form__item textarea {
  width: 100%;
  height: 56px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(74,74,73,.7);
  padding-left: 24px;
  padding-right: 12px
}
@media all and (max-width:575px) {
  .form__inner form .form__item input,
  .form__inner form .form__item select,
  .form__inner form .form__item textarea {
    height: 48px
  }
}
.form__inner form .form__item input::-webkit-input-placeholder,
.form__inner form .form__item select::-webkit-input-placeholder,
.form__inner form .form__item textarea::-webkit-input-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder,
.form__inner form .form__item select::-moz-placeholder,
.form__inner form .form__item textarea::-moz-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input::-ms-placeholder,
.form__inner form .form__item select::-ms-placeholder,
.form__inner form .form__item textarea::-ms-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input::-webkit-input-placeholder,
.form__inner form .form__item select::-webkit-input-placeholder,
.form__inner form .form__item textarea::-webkit-input-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder,
.form__inner form .form__item select::-moz-placeholder,
.form__inner form .form__item textarea::-moz-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input:-ms-input-placeholder,
.form__inner form .form__item select:-ms-input-placeholder,
.form__inner form .form__item textarea:-ms-input-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input::-ms-input-placeholder,
.form__inner form .form__item select::-ms-input-placeholder,
.form__inner form .form__item textarea::-ms-input-placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item input::placeholder,
.form__inner form .form__item select::placeholder,
.form__inner form .form__item textarea::placeholder {
  color: rgba(74,74,73,.7);
  opacity: 1
}
.form__inner form .form__item select {
  padding-right: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 28px;
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_1.svg)
}
.form__inner form .form__item select::-ms-expand {
  display: none
}
.form__inner form .form__item textarea {
  height: 112px;
  padding-top: 6px;
  resize: none
}
@media all and (max-width:575px) {
  .form__inner form .form__item textarea {
    height: 96px
  }
}
.form__inner form .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  .form__inner form .form__policy .policy {
    margin-bottom: 20px
  }
}
.form__inner form .form__policy .policy .text p {
  color: #4a4a49;
  font-size: 12px;
  line-height: 16px
}
.form__inner form .form__policy .policy .text p a {
  text-decoration: underline;
  color: #a61c1f
}
.form__inner form .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 2px solid #a61c1f;
  width: 24px;
  height: 24px;
  border-radius: 5px
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0!important;
  color: transparent
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #a61c1f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal-btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.svg)
}
#modal-cookie {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 999;
  max-width: 488px;
  width: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  padding: 30px 55px 30px 30px
}
@media all and (max-width:575px) {
  #modal-cookie {
    padding: 20px 40px 20px 20px;
    left: 10px;
    right: 10px;
    bottom: 12px;
    margin: auto;
    width: calc(100% - 20px)
  }
}
#modal-cookie .cookie__wrapper p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  #modal-cookie .cookie__wrapper p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px
  }
}
#modal-cookie .cookie__wrapper p a {
  display: block;
  font-weight: 700;
  color: #a61c1f
}
#modal-cookie .cookie__wrapper p a:hover {
  text-decoration: underline
}
#modal-online {
  position: fixed;
  right: 33px;
  bottom: 182px;
  z-index: 999
}
@media all and (max-width:575px) {
  #modal-online {
    right: 21px;
    bottom: 27px
  }
}
@media all and (max-width:575px) {
  #modal-online .modal-btn-close {
    top: 4px;
    right: 4px
  }
}
#modal-online .online__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  max-width: 426px;
  width: 100%
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper {
    max-width: 260px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
#modal-online .online__wrapper .online__content {
  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;
  position: relative;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  border: 1px solid #a61c1f;
  -webkit-box-shadow: 0 0 30px 3.75px rgba(136,24,27,.05);
  box-shadow: 0 0 30px 3.75px rgba(136,24,27,.05);
  border-radius: 15px;
  padding: 20px 30px 20px 20px
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper .online__content {
    padding: 12px 30px 12px 12px
  }
}
#modal-online .online__wrapper .online__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1d1d1b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper .online__content a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px
  }
}
#modal-online .online__wrapper .online__content a img {
  width: 21px;
  height: 21px
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper .online__content a img {
    width: 16px;
    height: 16px
  }
}
#modal-online .online__wrapper .online__content p {
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  color: #1d1d1b
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper .online__content p {
    line-height: 14px
  }
}
#modal-online .online__wrapper .online__icon {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  border: 1px solid #a61c1f;
  -webkit-box-shadow: 0 0 73.75px 9.21875px rgba(136,24,27,.05);
  box-shadow: 0 0 73.75px 9.21875px rgba(136,24,27,.05);
  border-radius: 50%
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper .online__icon {
    width: 40px;
    height: 40px
  }
}
@media all and (max-width:575px) {
  #modal-online .online__wrapper .online__icon img {
    width: 27px;
    height: 27px
  }
}
header {
  position: relative;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%)
}
header .header__top {
  padding: 7px 0
}
@media all and (max-width:991px) {
  header .header__top {
    display: none
  }
}
header .header__top .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}
header .header__top .header__menu ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #1d1d1b;
  display: inline-block
}
header .header__top .header__menu ul li a:hover {
  color: #a61c1f
}
header .header__top .header__menu ul li a:active {
  color: #faa633
}
header .header__top .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px
}
header .header__top .header__contacts .contacts__inner .phone {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #1d1d1b
}
header .header__top .header__contacts .contacts__inner .phone:hover {
  color: #a61c1f
}
header .header__top .header__contacts .contacts__inner .phone:active {
  color: #faa633
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .contacts__inner .btn {
    display: none
  }
}
header .header__main {
  border-top: 1px solid #e3e3e3;
  border-bottom: 2px solid #a61c1f;
  padding: 24px 0;
  position: relative
}
@media all and (max-width:991px) {
  header .header__main {
    padding: 12px 0;
    border-top: none;
    border-bottom: 1px solid #e3e3e3
  }
}
header .header__main .header__logo {
  position: relative;
  z-index: 20
}
header .header__main .header__logo img {
  width: 167px;
  height: auto
}
@media all and (max-width:991px) {
  header .header__main .header__logo img {
    width: 93px
  }
}
header .header__main .header__search .search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  header .header__main .header__search .search__inner {
    gap: 20px
  }
}
header .header__main .header__search .search__inner .phone {
  display: inline-block
}
@media all and (min-width:991px) {
  header .header__main .header__search .search__inner .phone {
    display: none
  }
}
header .header__main .header__search .search__inner .phone img {
  width: 28px;
  height: 28px
}
header .header__main .header__search .search-btn {
  border: none;
  background-color: #fff;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg);
  position: relative;
  z-index: 20
}
@media all and (max-width:991px) {
  header .header__main .header__search .search-btn {
    width: 28px;
    height: 28px
  }
}
header .header__main .header__search .search-btn.active {
  background-image: url(../img/icon_4_1.svg)
}
header .header__main .header__search .header__burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  header .header__main .header__search .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .header__main .header__search .header__burger .burger__button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__main .header__search .header__burger .burger__button .button__item {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #a61c1f;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__main .header__search .header__burger .burger__button .button__item:nth-child(1) {
  top: 4px
}
header .header__main .header__search .header__burger .burger__button .button__item:nth-child(2) {
  top: 12px
}
header .header__main .header__search .header__burger .burger__button .button__item:nth-child(3) {
  top: 20px
}
header .header__main .header__search .header__burger .burger__button.open .button__item:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__main .header__search .header__burger .burger__button.open .button__item:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__main .header__search .header__burger .burger__button.open .button__item:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__main .header__search .header__burger .menu__toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  z-index: 11;
  top: 61px;
  padding-bottom: 50px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__main .header__search .header__burger .menu__toggle.menu__slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__main .header__search .header__burger .menu__toggle.menu__open {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu {
  margin-top: 20px;
  border-top: 1px solid #e3e3e3
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li {
  border-bottom: 1px solid #e3e3e3
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-hidden {
  display: none
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  color: #000;
  padding: 20px 72px 20px 0;
  position: relative
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li a:hover {
  color: #a61c1f
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li a:active {
  color: #faa633
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_1.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children .menu__wrapper {
  display: none
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children .submenu-open {
  display: block
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children.menu-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  background-color: #fff;
  z-index: 200
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children.menu-active a {
  padding: 20px
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children.menu-active > a {
  background-color: #a61c1f;
  color: #fff;
  padding-left: 44px
}
header .header__main .header__search .header__burger .menu__toggle .toggle__inner .mobile__menu li.menu-item-has-children.menu-active > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(0) saturate(7494%) hue-rotate(122deg) brightness(112%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(98%) sepia(0) saturate(7494%) hue-rotate(122deg) brightness(112%) contrast(100%);
  right: auto;
  left: 12px
}
@media all and (max-width:991px) {
  header .header__main .main__menu {
    display: none
  }
}
header .header__main .main__menu .menu__inner ul {
  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
}
header .header__main .main__menu .menu__inner ul li a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #1d1d1b;
  position: relative;
  display: block;
  padding: 10px 0
}
@media all and (max-width:1400px) {
  header .header__main .main__menu .menu__inner ul li a {
    font-size: 15px
  }
}
@media all and (max-width:1199px) {
  header .header__main .main__menu .menu__inner ul li a {
    font-size: 14px
  }
}
header .header__main .main__menu .menu__inner ul li a:hover {
  color: #a61c1f
}
header .header__main .main__menu .menu__inner ul li a:active {
  color: #faa633
}
header .header__main .main__menu .menu__inner ul li.menu-item-has-children > a {
  padding-right: 28px
}
@media all and (max-width:1400px) {
  header .header__main .main__menu .menu__inner ul li.menu-item-has-children > a {
    padding-right: 24px
  }
}
header .header__main .main__menu .menu__inner ul li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_1.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
header .header__main .main__menu .menu__inner ul li.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
header .header__main .main__menu .menu__inner ul li.menu-item-has-children:hover .menu__wrapper {
  opacity: 1;
  visibility: visible
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper {
  position: absolute;
  top: calc(100% - 36px);
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s all;
  transition: .25s all;
  z-index: 999
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper .container {
  padding: 50px 0;
  padding: 0
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper .wrapper__inner {
  background-color: #fff;
  top: 40px;
  position: relative;
  padding: 20px 0 20px 80px
}
@media all and (max-width:1400px) {
  header .header__main .main__menu .menu__inner ul li .menu__wrapper .wrapper__inner {
    padding-left: 180px
  }
}
@media all and (max-width:1199px) {
  header .header__main .main__menu .menu__inner ul li .menu__wrapper .wrapper__inner {
    padding-left: 0
  }
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper .wrapper__inner .container {
  max-width: 944px;
  width: 100%
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper .menu__item:not(:last-child) .sub-menu {
  border-right: 1px solid #e3e3e3
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper .sub-menu {
  display: block;
  max-width: 314px;
  width: 100%
}
header .header__main .main__menu .menu__inner ul li .menu__wrapper .sub-menu li a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  padding: 4px 0
}
@media all and (max-width:1400px) {
  header .header__main .main__menu .menu__inner ul li .menu__wrapper .sub-menu li a {
    font-size: 13px
  }
}
header .location {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:991px) {
  header .location {
    padding-top: 20px
  }
}
header .location .btn-location {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #1d1d1b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
header .location .btn-location:hover {
  color: #a61c1f
}
header .location .btn-location:active {
  color: #faa633
}
header .search-wrapper{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.search-wrapper {

  margin: auto;
  background-color: #fbfbfb;
  border-bottom: 1px solid #e3e3e3;
  z-index: 120;
  padding: 40px 0 100px 0;
  display: none
}
@media all and (max-width:575px) {
  .search-wrapper {
    padding: 8px 0 20px 0
  }
}

.search-wrapper .search-form {
  width: 100%;
  height: 56px;
  border: 1px solid #a61c1f;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px;
  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;
  position: relative;
  margin-bottom: 44px
}
@media all and (max-width:575px) {
  .search-wrapper .search-form {
    margin-bottom: 20px;
    height: 48px
  }
}
.search-wrapper .search-form:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg);
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto
}
@media all and (max-width:575px) {
  .search-wrapper .search-form:after {
    left: 10px
  }
}
.search-wrapper .search-form .search-input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a49;
  padding-left: 64px;
  padding-right: 20px
}
@media all and (max-width:575px) {
  .search-wrapper .search-form .search-input {
    padding-left: 48px
  }
}
.search-wrapper .search-form .search-input::-webkit-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input::-moz-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input::-ms-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input::-webkit-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input::-moz-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input:-ms-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input::-ms-input-placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .search-input::placeholder {
  color: #4a4a49;
  opacity: 1
}
.search-wrapper .search-form .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:575px) {
  .search-wrapper .search-form .btn {
    display: none
  }
}
.search-wrapper .search__settings {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 24px
}
.search-wrapper .search__settings #settings-title {
  margin-bottom: 20px;
  position: relative
}
@media all and (max-width:575px) {
  .search-wrapper .search__settings #settings-title {
    cursor: pointer
  }
}
.search-wrapper .search__settings #settings-title.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.search-wrapper .search__settings #settings-title:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_1.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (min-width:575px) {
  .search-wrapper .search__settings #settings-title:after {
    display: none
  }
}
.search-wrapper .search__settings #settings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 40px
}
@media all and (max-width:575px) {
  .search-wrapper .search__settings #settings-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px
  }
}
@media all and (max-width:575px) {
  .search-wrapper .search__settings #settings-wrapper.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.search-wrapper .search__settings .settings__item {
  max-width: 242px;
  width: 100%
}
.search-wrapper .search__settings .settings__item .radio__wrapper {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.search-wrapper .search__settings .settings__item .radio__wrapper:not(:last-child) {
  margin-bottom: 11px
}
.search-wrapper .search__settings .settings__item .radio__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.search-wrapper .search__settings .settings__item .radio__wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #a61c1f;
  background-color: #fbfbfb;
  border-radius: 50%
}
.search-wrapper .search__settings .settings__item .radio__wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #a61c1f
}
.search-wrapper .search__settings .settings__item .radio__wrapper input:checked ~ .checkmark:after {
  display: block
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper:not(:last-child) {
  margin-bottom: 11px
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fbfbfb;
  border: 2px solid #a61c1f;
  border-radius: 2px #a61c1f
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper input:checked ~ .checkmark {
  background-color: #a61c1f
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 1.5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.search-wrapper .search__settings .settings__item .checkbox__wrapper input:checked ~ .checkmark:after {
  display: block
}
.search-wrapper .result__wrapper h3 {
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper h3 {
    margin-bottom: 16px
  }
}
.search-wrapper .result__wrapper #search-result{
  padding-bottom: 40px
}

.search-wrapper .result__wrapper #search-result .result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}
.search-wrapper .result__wrapper #search-result .result__item:not(:last-child) {
  margin-bottom: 32px
}
.search-wrapper .result__wrapper #search-result .result__item .post__image {
  display: block;
  overflow: hidden;
  width: 266px;
  height: 155px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px
}
@media all and (max-width:767px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__image {
    width: 200px
  }
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__image {
    display: none
  }
}
.search-wrapper .result__wrapper #search-result .result__item .post__image:hover {
  opacity: .8
}
.search-wrapper .result__wrapper #search-result .result__item .post__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.search-wrapper .result__wrapper #search-result .result__item .post__details {
  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: flex-start;
  gap: 24px
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__details {
    gap: 12px
  }
}
.search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .post__title {
  display: block;
  color: #4a4a49;
  margin-bottom: 12px
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .post__title {
    margin-bottom: 0
  }
}
.search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .post__title:hover {
  color: #a61c1f
}
.search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .post__title h5 {
  font-size: 20px;
  line-height: 26px;
  color: inherit
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .post__title h5 {
    font-size: 15px;
    line-height: 20px
  }
}
.search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8c
}
@media all and (max-width:575px) {
  .search-wrapper .result__wrapper #search-result .result__item .post__details .details__inner .date {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 12px
  }
}
#mainblock {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding-top: 80px;
  padding-bottom: 68px
}
@media all and (max-width:1199px) {
  #mainblock {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media all and (max-width:575px) {
  #mainblock {
    padding-top: 12px;
    padding-bottom: 16px
  }
}
#mainblock .main__content {

  color: #fff;

  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 80px
}

#mainblock .main__content .swiper-slide{
  color: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 80px
}

@media all and (max-width:1199px) {
  #mainblock .main__content {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  #mainblock .main__content .swiper-slide{
    padding: 20px 20px 150px 20px
  }
}
@media all and (max-width:575px) {
  #mainblock .main__content {
    margin-bottom: 24px
  }
}
#mainblock .main__content:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_10.svg);
  width: 225px;
  height: 270px;
  top: 0;
  right: 0;
  z-index: -1
}
@media all and (max-width:991px) {
  #mainblock .main__content:after {
    display: none
  }
}
#mainblock .main__content .mainblock__slider .swiper-slide {
  height: auto;
  padding: 55px 0 55px 63px;
}
@media all and (max-width:991px) {
  #mainblock .main__content .mainblock__slider .swiper-slide {
    padding: 20px 20px 150px 20px;
    margin-bottom: 0;
  }
}
#mainblock .main__content .mainblock__slider .slide__inner {
  min-height: 200px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 770px;
  width: 100%
}
@media all and (max-width:1400px) {
  #mainblock .main__content .mainblock__slider .slide__inner {
    max-width: 670px
  }
}
@media all and (max-width:1199px) {
  #mainblock .main__content .mainblock__slider .slide__inner {
    max-width: 580px;
  }
}
#mainblock .main__content .mainblock__slider .slide__inner h1,
#mainblock .main__content .mainblock__slider .slide__inner h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px
}
@media all and (max-width:1400px) {
  #mainblock .main__content .mainblock__slider .slide__inner h1,
  #mainblock .main__content .mainblock__slider .slide__inner h2 {
    font-size: 42px;
    line-height: 120%
  }
}
@media all and (max-width:1199px) {
  #mainblock .main__content .mainblock__slider .slide__inner h1,
  #mainblock .main__content .mainblock__slider .slide__inner h2 {
    font-size: 36px
  }
}
@media all and (max-width:767px) {
  #mainblock .main__content .mainblock__slider .slide__inner h1,
  #mainblock .main__content .mainblock__slider .slide__inner h2 {
    font-size: 24px;
    line-height: 30px
  }
}
#mainblock .main__content .mainblock__slider .slide__inner p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500
}
@media all and (max-width:1400px) {
  #mainblock .main__content .mainblock__slider .slide__inner p {
    font-size: 22px;
    line-height: 120%
  }
}
@media all and (max-width:1199px) {
  #mainblock .main__content .mainblock__slider .slide__inner p {
    font-size: 20px
  }
}
@media all and (max-width:991px) {
  #mainblock .main__content .mainblock__slider .slide__inner p {
    max-width: 400px;
    width: 100%
  }
}
@media all and (max-width:767px) {
  #mainblock .main__content .mainblock__slider .slide__inner p {
    font-size: 14px;
    line-height: 20px
  }
}
@media all and (max-width:575px) {
  #mainblock .main__content .mainblock__slider .slide__inner p {
    max-width: none;
    width: 60%
  }
}
#mainblock .main__content .image {
  position: absolute;
  bottom: 0;
  right: 0
}
@media all and (max-width:767px) {
  #mainblock .main__content .image {
    right: -100px
  }
}
@media all and (max-width:1199px) {
  #mainblock .main__content .image img {
    max-width: 400px
  }
}
#mainblock .swiper-pagination {
  bottom: 10px!important
}
#mainblock .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
#mainblock .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ffd64f
}
.services-list .service__item {
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  .services-list .service__item {
    margin-bottom: 24px
  }
}
.services-list .service__item.service__item-small .item__inner {
  overflow: hidden
}
@media all and (min-width:1199px) {
  .services-list .service__item.service__item-small .item__inner .service__details .details__inner p {
    max-width: 233px;
    width: 100%
  }
}
.services-list .service__item.service__item-small .item__inner .service__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media all and (min-width:1199px) {
  .services-list .service__item.service__item-small .item__inner .service__image {
    width: 158px;
    height: 158px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: -1
  }
}
.services-list .service__item .item__inner {
  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;
  gap: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  padding: 10px 22px 10px 30px;
  position: relative;
  z-index: 2;
  color: #000
}
@media all and (max-width:575px) {
  .services-list .service__item .item__inner {
    padding: 10px 10px 10px 20px
  }
}
.services-list .service__item .item__inner:hover .service__details .btn-more {
  background-color: #fed54d
}
.services-list .service__item .item__inner:active .service__details .btn-more {
  background-color: #faa633
}
.services-list .service__item .item__inner .service__details {
  padding: 20px 0;
  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: flex-start;
  gap: 10px;
  height: 100%
}
@media all and (max-width:575px) {
  .services-list .service__item .item__inner .service__details {
    padding: 10px 0;
    gap: 16px
  }
}
.services-list .service__item .item__inner .service__details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.services-list .service__item .item__inner .service__details .details__inner h3 {
  margin-bottom: 8px
}
.services-list .service__item .item__inner .service__details .details__inner p {
  font-weight: 500
}
.services-list .service__item .item__inner .service__image {
  width: 214px;
  height: 214px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:575px) {
  .services-list .service__item .item__inner .service__image {
    width: 100px;
    height: 100px
  }
}
.services-list .service__item .item__inner .service__image img {
  max-width: 214px
}
@media all and (max-width:575px) {
  .services-list .service__item .item__inner .service__image img {
    max-width: 100px
  }
}
#blog {
  overflow: hidden
}
#blog.page {
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding: 100px 0
}
@media all and (max-width:1199px) {
  #blog.page {
    padding: 60px 0
  }
}
@media all and (max-width:575px) {
  #blog.page {
    padding: 40px 0
  }
}
#blog .blog__slider {
  overflow: visible
}
#blog .blog__slider .swiper-slide {
  width: auto!important;
  height: auto
}
#blog .blog__slider .slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 416px
}
@media all and (max-width:575px) {
  #blog .blog__slider .slide__inner {
    width: 260px
  }
}
#blog .blog__slider .slide__inner .post__item {
  margin-bottom: 0
}
.post__item {
  margin-bottom: 60px
}
@media all and (max-width:1199px) {
  .post__item {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  .post__item {
    margin-bottom: 30px
  }
}
.post__item .item__inner .post__image {
  display: block;
  position: relative;
  border-radius: 12px;
  height: 234px;
  overflow: hidden;
  margin-bottom: 12px
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__image {
    height: 157px
  }
}
.post__item .item__inner .post__image:hover img {
  opacity: .8
}
.post__item .item__inner .post__image .location {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #a61c1f;
  border-radius: 8px
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__image .location {
    font-size: 12px;
    padding: 6px 14px
  }
}
.post__item .item__inner .post__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: .25s all;
  transition: .25s all
}
.post__item .item__inner .post__details .post__data {
  margin-bottom: 14px
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .post__data {
    margin-bottom: 12px
  }
}
.post__item .item__inner .post__details .post__data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 20px
}
.post__item .item__inner .post__details .post__data ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .post__data ul li {
    font-size: 12px;
    line-height: 20px;
    gap: 4px
  }
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .post__data ul li img {
    width: 24px;
    height: 24px
  }
}
.post__item .item__inner .post__details .post__title {
  display: block;
  margin-bottom: 12px;
  color: #4a4a49
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .post__title {
    margin-bottom: 8px
  }
}
.post__item .item__inner .post__details .post__title:hover {
  color: #a61c1f
}
.post__item .item__inner .post__details .post__title h3 {
  font-size: 20px;
  line-height: 26px;
  color: inherit
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .post__title h3 {
    font-size: 16px;
    line-height: 24px
  }
}
.post__item .item__inner .post__details p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Ограничиваем тремя строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 78px; /* Примерная высота: 3 строки × 26px (line-height) */
  line-height: 26px; /* Убедитесь, что line-height задан */
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details p {
    font-size: 12px;
    line-height: 18px
  }
}
#main-instruction {
  overflow: hidden;
  background-color: #f3f0ee;
  padding: 80px 0
}
@media all and (max-width:1199px) {
  #main-instruction {
    padding: 60px 0
  }
}
@media all and (max-width:575px) {
  #main-instruction {
    padding: 40px 0
  }
}
#main-instruction .instruction__slider {
  overflow: visible
}
@media all and (min-width:767px) {
  #main-instruction .instruction__slider {
    padding-bottom: 70px
  }
}
#main-instruction .instruction__slider .swiper-slide {
  width: auto!important;
  height: auto
}
#main-instruction .instruction__slider .slide__inner {
  min-height: 200px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 304px
}
@media all and (max-width:575px) {
  #main-instruction .instruction__slider .slide__inner {
    width: 260px
  }
}
#main-instruction .instruction__slider .slide__inner .instruction__item {
  margin-bottom: 0;
  height: 100%
}
#main-instruction .instruction__slider .slide__inner .instruction__item .item__inner {
  height: 100%
}
#main-instruction .swiper-pagination {
  bottom: 0!important
}
@media all and (max-width:767px) {
  #main-instruction .swiper-pagination {
    display: none
  }
}
#main-instruction .swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
#main-instruction .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #a61c1f
}
.instruction__item {
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  .instruction__item {
    margin-bottom: 12px
  }
}
.instruction__item .item__inner {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  padding: 30px;
  color: #000
}
@media all and (max-width:575px) {
  .instruction__item .item__inner {
    padding: 20px
  }
}
.instruction__item .item__inner:hover {
  color: #a61c1f
}
.instruction__item .item__inner .instruction__icon {
  margin-bottom: 12px
}
.instruction__item .item__inner .instruction__icon img {
  width: auto;
  max-height: 72px
}
.instruction__item .item__inner h4 {
  margin-bottom: 4px;
  color: inherit
}
.instruction__item .item__inner p {
  color: #4a4a49
}
#chairman {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/10.avif);
  color: #fff;
  overflow: hidden;
  margin-bottom: 0
}
#chairman.page {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #chairman.page {
    margin-bottom: 60px
  }
}
@media all and (max-width:575px) {
  #chairman.page {
    margin-bottom: 40px
  }
}
#chairman .wrapper {
  position: relative;
  z-index: 2;
  min-height: 646px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:1199px) {
  #chairman .wrapper {
    min-height: 550px
  }
}
@media all and (max-width:991px) {
  #chairman .wrapper {
    display: block
  }
}
@media all and (max-width:575px) {
  #chairman .wrapper {
    min-height: 680px
  }
}
#chairman .wrapper .content {
  padding: 40px 0
}
#chairman .wrapper .content .chairman__quote {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 40px;
  max-width: 766px;
  width: 100%
}
@media all and (max-width:1199px) {
  #chairman .wrapper .content .chairman__quote {
    max-width: 600px
  }
}
@media all and (max-width:991px) {
  #chairman .wrapper .content .chairman__quote {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px
  }
}
#chairman .wrapper .content .chairman__name {
  max-width: 520px;
  width: 100%
}
@media all and (max-width:1199px) {
  #chairman .wrapper .content .chairman__name {
    max-width: 450px
  }
}
@media all and (max-width:991px) {
  #chairman .wrapper .content .chairman__name {
    max-width: none;
    width: 50%
  }
}
#chairman .wrapper .content .chairman__name h3 {
  margin-bottom: 12px
}
@media all and (max-width:991px) {
  #chairman .wrapper .content .chairman__name h3 {
    font-size: 20px;
    line-height: 28px
  }
}
#chairman .wrapper .content .chairman__name p {
  font-style: italic;
  font-weight: 500
}
@media all and (max-width:991px) {
  #chairman .wrapper .content .chairman__name p {
    font-size: 12px;
    line-height: 16px
  }
}
#chairman .wrapper .chairman__photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 2%;
  z-index: -1
}
@media all and (max-width:1199px) {
  #chairman .wrapper .chairman__photo {
    right: 0
  }
}
@media all and (max-width:991px) {
  #chairman .wrapper .chairman__photo {
    left: auto
  }
}
#our-projects {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding-top: 80px;
  padding-bottom: 50px
}
@media all and (max-width:1199px) {
  #our-projects {
    padding-top: 60px
  }
}
@media all and (max-width:575px) {
  #our-projects {
    padding-bottom: 16px
  }
}
#our-projects.page {
  height: 100%;
  margin-bottom: 0
}
@media all and (max-width:1199px) {
  #our-projects.page {
    height: auto
  }
}
@media all and (max-width:575px) {
  #our-projects.page {
    padding-top: 20px
  }
}
#our-projects .project__item {
  margin-bottom: 32px
}
@media all and (max-width:1199px) {
  #our-projects .project__item {
    margin-bottom: 24px
  }
}
#our-projects .project__item .item__inner {
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  padding: 30px;
  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;
  color: #000;
  gap: 20px
}
@media all and (max-width:991px) {
  #our-projects .project__item .item__inner {
    gap: 12px
  }
}
@media all and (max-width:575px) {
  #our-projects .project__item .item__inner {
    padding: 20px
  }
}
#our-projects .project__item .item__inner:hover h3 .btn-more {
  background-color: #fed54d
}
#our-projects .project__item .item__inner:active h3 .btn-more {
  background-color: #faa633
}
#our-projects .project__item .item__inner h3 {
  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;
  color: inherit
}
#our-projects .project__item .item__inner .icon {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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
}
@media all and (max-width:575px) {
  #our-projects .project__item .item__inner .icon img {
    max-height: 70px
  }
}
#sample.page {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding: 80px 0
}
@media all and (max-width:1199px) {
  #sample.page {
    padding: 60px 0
  }
}
@media all and (max-width:575px) {
  #sample.page {
    padding-top: 20px;
    padding-bottom: 28px
  }
}
@media all and (max-width:575px) {
  #sample.page .sample__item {
    margin-bottom: 12px
  }
}
#sample.page .sample__item .item__inner {
  background: #fff
}
#sample .sample__item {
  margin-bottom: 32px
}
@media all and (max-width:1199px) {
  #sample .sample__item {
    margin-bottom: 24px
  }
}
#sample .sample__item .item__inner {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#f9f9f9));
  background: linear-gradient(180deg,#f5f9ff 0,#f9f9f9 100%);
  border-radius: 20px;
  padding: 30px
}
@media all and (max-width:575px) {
  #sample .sample__item .item__inner {
    padding: 20px
  }
}
#sample .sample__item .item__inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}
@media all and (max-width:575px) {
  #sample .sample__item .item__inner h3 {
    margin-bottom: 12px
  }
}
@media all and (max-width:575px) {
  #sample .sample__item .item__inner h3 img {
    width: 20px;
    height: 20px
  }
}
#sample .sample__item .item__inner ul {
  list-style-type: disc;
  padding-left: 16px
}
#sample .sample__item .item__inner ul li:not(:last-child) {
  margin-bottom: 5px
}
#sample .sample__item .item__inner ul li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  color: #000;
  text-decoration: underline
}
@media all and (max-width:575px) {
  #sample .sample__item .item__inner ul li a {
    font-size: 16px
  }
}
#sample .sample__item .item__inner ul li a:hover {
  color: #a61c1f
}
#footer {
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding-top: 44px
}
@media all and (max-width:767px) {
  #footer {
    text-align: center
  }
}
@media all and (max-width:575px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 16px
  }
}
#footer .footer__item {
  margin-bottom: 44px
}
@media all and (max-width:575px) {
  #footer .footer__item {
    margin-bottom: 24px
  }
}
#footer .footer__logo img {
  width: 167px;
  height: auto
}
@media all and (max-width:1199px) {
  #footer .footer__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
#footer .footer__copyright ul li {
  font-weight: 500;
  color: #8d8d8c
}
@media all and (max-width:575px) {
  #footer .footer__copyright ul li {
    font-size: 12px;
    line-height: 18px
  }
}
#footer .footer__copyright ul li:not(:last-child) {
  margin-bottom: 12px
}
#footer .footer__copyright ul li a {
  color: #8d8d8c;
  text-decoration: underline
}
#footer .footer__copyright ul li a:hover {
  color: #a61c1f
}
@media all and (max-width:1199px) {
  #footer .footer__social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
#footer .footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
@media all and (min-width:1199px) {
  #footer .footer__social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media all and (max-width:767px) {
  #footer .footer__social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#footer .footer__social ul a:hover {
  opacity: .8
}
@media all and (max-width:1199px) {
  #footer .footer__contacts {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
@media all and (min-width:1199px) {
  #footer .footer__contacts ul {
    text-align: right
  }
}
#footer .footer__contacts ul li:not(:last-child) {
  margin-bottom: 12px
}
#footer .footer__contacts ul li .phone {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
#service-top {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding: 80px 0
}
@media all and (max-width:1199px) {
  #service-top {
    padding: 60px 0
  }
}
@media all and (max-width:575px) {
  #service-top {
    padding: 20px 0
  }
}
#service-top .wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  padding: 0 64px
}
@media all and (max-width:991px) {
  #service-top .wrapper {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  #service-top .wrapper {
    padding: 20px
  }
}
@media all and (max-width:991px) {
  #service-top .wrapper .row {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
}
#service-top .wrapper .top__content.top__content-small .content__inner .heading {
  margin-bottom: 70px
}
@media all and (max-width:991px) {
  #service-top .wrapper .top__content.top__content-small .content__inner .heading {
    margin-bottom: 28px
  }
}
@media all and (max-width:575px) {
  #service-top .wrapper .top__content.top__content-small .content__inner .heading {
    margin-bottom: 16px
  }
}
#service-top .wrapper .top__content.top__content-small .content__inner .heading h1 {
  font-size: 24px;
  line-height: 28px
}
#service-top .wrapper .top__content.top__content-small .content__inner .heading p {
  font-size: 14px;
  line-height: 20px
}
@media all and (min-width:991px) {
  #service-top .wrapper .top__content .content__inner {
    padding: 50px 0
  }
}
#service-top .wrapper .top__content .content__inner .heading {
  margin-bottom: 28px
}
@media all and (max-width:575px) {
  #service-top .wrapper .top__content .content__inner .heading {
    margin-bottom: 16px
  }
}
@media all and (max-width:991px) {
  #service-top .wrapper .top__content .content__inner .btn {
    display: none
  }
}
@media all and (max-width:991px) {
  #service-top .wrapper .top__content .content__inner .breadcrumbs {
    display: none
  }
}
#service-top .wrapper .top__image {
  text-align: right
}
@media all and (min-width:991px) {
  #service-top .wrapper .mobile__button {
    display: none
  }
}
@media all and (min-width:991px) {
  #service-top .mobile__breadcrumbs {
    display: none
  }
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-bottom: .625em
}
article h5 {
  font-size: 22px;
  line-height: 28px
}
@media all and (max-width:575px) {
  article h5 {
    font-size: 15px;
    line-height: 17px
  }
}
article h6 {
  font-size: 20px;
  line-height: 26px
}
@media all and (max-width:575px) {
  article h6 {
    font-size: 14px;
    line-height: 17px
  }
}
article p {
  margin-bottom: 1em
}
article a:not(.btn) {
  color: #a61c1f;
  text-decoration: underline
}
article a:not(.btn):hover {
  color: #a61c1f
}
article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1em;
  padding-left: 15px
}
article mark {
  padding: 0
}
article.text-medium {
  font-weight: 500
}
article .btn {
  margin-bottom: 1em
}
article .block__1 {
  margin: 20px 0
}
article .block__1 .block__1-image span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a49;
  opacity: .7;
  margin-top: 12px;
  display: block
}
@media all and (max-width:575px) {
  article .block__1 .block__1-image span {
    font-size: 12px;
    line-height: 18px
  }
}
article .block__2 {
  margin: 20px 0;
  padding-left: 64px;
  position: relative
}
@media all and (max-width:575px) {
  article .block__2 {
    padding-left: 38px
  }
}
article .block__2:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_48.svg);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0
}
article .block__2 .quote {
  margin-bottom: 20px
}
article .block__2 .quote p {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #3f3f3d;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__2 .quote p {
    font-size: 14px;
    line-height: 22px
  }
}
article .block__2 .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}
@media all and (max-width:575px) {
  article .block__2 .quote__author {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
article .block__2 .quote__author .author__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden
}
article .block__2 .quote__author .author__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  border-radius: 0
}
article .block__2 .quote__author .author__details h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.02em;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__2 .quote__author .author__details h5 {
    font-size: 16px
  }
}
article .block__2 .quote__author .author__details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.02em;
  color: #777776;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__2 .quote__author .author__details p {
    font-size: 12px;
    line-height: 18px
  }
}
article .block__3 {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
@media all and (max-width:575px) {
  article .block__3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
  }
}
article .block__3 .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
article .block__3 .icon img {
  width: 80px;
  height: 80px
}
@media all and (max-width:575px) {
  article .block__3 .icon img {
    width: 40px;
    height: 40px
  }
}
article .block__3 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  font-style: italic;
  color: #3f3f3d;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__3 p {
    font-size: 13px;
    line-height: 22px
  }
}
article .block__4 {
  margin: 20px 0
}
@media all and (max-width:767px) {
  article .block__4 .block__4-image:not(:last-child) {
    margin-bottom: 12px
  }
}
article .block__4 .block__4-image span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a49;
  opacity: .7;
  margin-top: 12px;
  display: block
}
@media all and (max-width:575px) {
  article .block__4 .block__4-image span {
    font-size: 12px;
    line-height: 18px
  }
}
article .block__5 {
  margin: 20px 0;
  border-left: 4px solid #a61c1f;
  padding-left: 40px
}
@media all and (max-width:575px) {
  article .block__5 {
    padding-left: 20px
  }
}
article .block__5 h5 {
  font-size: 20px;
  line-height: 32px;
  color: #a61c1f;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__5 h5 {
    font-size: 14px;
    line-height: 22px
  }
}
article .block__5 p {
  margin-bottom: 0
}
article .block__6 {
  margin: 20px 0
}
article .block__6 .gallery__slider .slide__inner a {
  display: block;
  height: 436px;
  border-radius: 20px;
  overflow: hidden
}
@media all and (max-width:575px) {
  article .block__6 .gallery__slider .slide__inner a {
    height: 322px
  }
}
article .block__6 .gallery__slider .slide__inner a img {
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
article .block__6 .gallery__slider .swiper-button-next,
article .block__6 .gallery__slider .swiper-button-prev {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  color: #a61c1f;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-size: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #a61c1f;
  background-color: #fff;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  article .block__6 .gallery__slider .swiper-button-next,
  article .block__6 .gallery__slider .swiper-button-prev {
    display: none
  }
}
article .block__6 .gallery__slider .swiper-button-next:hover,
article .block__6 .gallery__slider .swiper-button-prev:hover {
  background-color: #fed54d;
  border: 1px solid #fed54d
}
article .block__6 .gallery__slider .swiper-button-next:active,
article .block__6 .gallery__slider .swiper-button-prev:active {
  background-color: #faa633;
  border: 1px solid #faa633
}
article .block__6 .gallery__slider .swiper-button-next:after,
article .block__6 .gallery__slider .swiper-button-prev:after {
  display: none
}
article .block__6 .gallery__slider .swiper-button-next {
  background-image: url(../img/arrow.svg);
  right: 30px
}
article .block__6 .gallery__slider .swiper-button-prev {
  background-image: url(../img/arrow.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 30px
}
article .block__6 .gallery__slider .swiper-pagination {
  bottom: 20px!important
}
@media all and (max-width:575px) {
  article .block__6 .gallery__slider .swiper-pagination {
    bottom: 10px!important
  }
}
article .block__6 .gallery__slider .swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  article .block__6 .gallery__slider .swiper-pagination span {
    width: 10px;
    height: 10px
  }
}
article .block__6 .gallery__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #a61c1f
}
article .block__6 p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a49;
  opacity: .7;
  margin-top: 20px;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__6 p {
    font-size: 12px;
    margin-top: 12px
  }
}
article .block__7 {
  margin: 20px 0;
  background: -webkit-gradient(linear,left top,right top,from(#a61c1f),color-stop(63.46%,#c8242b),color-stop(98.08%,#fecb2f));
  background: linear-gradient(90deg,#a61c1f 0,#c8242b 63.46%,#fecb2f 98.08%);
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  padding: 56px 300px 56px 66px;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden
}
@media all and (max-width:1400px) {
  article .block__7 {
    padding: 40px 100px 40px 50px
  }
}
@media all and (max-width:575px) {
  article .block__7 {
    padding: 20px 20px 80px 20px;
    background: linear-gradient(145.5deg,#a61c1f 23.86%,#c8242b 51.63%,#fecb2f 83.81%)
  }
}
article .block__7:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_50.svg);
  width: 287px;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 40px
}
@media all and (max-width:575px) {
  article .block__7:after {
    background-image: url(../img/icon_51.svg);
    top: auto;
    bottom: -50px;
    left: 0;
    right: auto;
    margin: auto;
    background-size: contain;
    width: 338px;
    height: 120px
  }
}
article .block__7 h2 {
  margin-bottom: 15px
}
article .block__7 p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .block__7 p {
    font-size: 14px;
    line-height: 20px
  }
}
article .block__8 {
  margin: 20px 0
}
article .block__8 .list__item {
  max-width: 680px;
  width: 100%;
  margin-bottom: 0
}
article .block__8 .list__item .item__inner {
  text-decoration: none
}
#service-main.page {
  padding-top: 80px
}
@media all and (max-width:1199px) {
  #service-main.page {
    padding-top: 60px
  }
}
@media all and (max-width:575px) {
  #service-main.page {
    padding-top: 20px
  }
}
@media all and (max-width:991px) {
  #service-main .service__content {
    margin-bottom: 24px
  }
}
@media all and (min-width:575px) {
  #service-main .service__content article {
    font-size: 18px;
    line-height: 32px
  }
}
#service-main .service__form .form__inner {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  border-radius: 20px;
  padding: 60px
}
@media all and (max-width:991px) {
  #service-main .service__form .form__inner {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  #service-main .service__form .form__inner {
    padding: 20px
  }
}
#service-main .service__form .form__inner h3 {
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  #service-main .service__form .form__inner h3 {
    margin-bottom: 20px
  }
}
#service-main .block__contacts {
  color: #1d1d1b
}
@media all and (max-width:991px) {
  #service-main .block__contacts {
    margin-bottom: 40px
  }
}
#service-main .block__contacts .heading {
  margin-bottom: 20px
}
#service-main .block__contacts .heading p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 20px
}
@media all and (max-width:575px) {
  #service-main .block__contacts .heading p {
    font-size: 14px;
    line-height: 22px
  }
}
#service-main .block__contacts .content h4 {
  margin-bottom: 10px
}
#service-main .block__contacts .content .phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 30px;
  line-height: 40px;
  color: #1d1d1b;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #service-main .block__contacts .content .phone {
    font-size: 24px;
    line-height: 30px
  }
}
#service-main .block__contacts .content .phone:hover {
  color: #a61c1f
}
#service-main .block__contacts .content .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 28px
}
@media all and (max-width:575px) {
  #service-main .block__contacts .content .address {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px
  }
}
#service-main .block__contacts .content p {
  font-size: 14px;
  line-height: 22px
}
#service-main .block__contacts .content .btn {
  margin: 20px 0
}
#service-main .block__contacts .content ul li:not(:last-child) {
  margin-bottom: 8px
}
@-webkit-keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
#service-topics .tabs {
  --transition-time: 0.3s
}
@media all and (max-width:575px) {
  #service-topics .tabs .tabs__caption::-webkit-scrollbar {
    display: none
  }
}
#service-topics .tabs .tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  #service-topics .tabs .tabs__caption {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none
  }
}
#service-topics .tabs .tabs__caption li {
  cursor: pointer;
  -webkit-transition: .25s all;
  transition: .25s all;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  background-color: #ededed;
  border-radius: 8px;
  padding: 13px 32px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #3f3f3d
}
@media all and (max-width:575px) {
  #service-topics .tabs .tabs__caption li {
    font-size: 15px;
    scroll-snap-align: start;
    min-width: 133px;
    padding: 8px 26px
  }
}
#service-topics .tabs .tabs__caption li.active {
  background-color: #1d1d1b;
  color: #fff
}
#service-topics .tabs .tabs__content {
  display: none;
  -webkit-animation: fadeIn var(--transition-time) ease-out;
  animation: fadeIn var(--transition-time) ease-out
}
#service-topics .tabs .tabs__content.active {
  display: block
}
#service-topics .tabs .tabs__content article ul li {
  font-size: 24px;
  line-height: 34px
}
@media all and (max-width:575px) {
  #service-topics .tabs .tabs__content article ul li {
    font-size: 16px;
    line-height: 28px
  }
}
#service-topics .tabs .tabs__content article ul li:not(:last-child) {
  margin-bottom: 8px
}
#service-topics .tabs .tabs__content article ul li a {
  color: #1d1d1b;
  text-decoration: underline
}
#service-topics .tabs .tabs__content article ul li a:hover {
  color: #a61c1f
}
#about-top {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding-top: 80px;
  padding-bottom: 68px;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #about-top {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px
  }
}
@media all and (max-width:575px) {
  #about-top {
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 40px
  }
}
#about-top .main__content {
  background: -webkit-gradient(linear,left top,right top,from(#a61c1f),color-stop(63.46%,#c8242b),color-stop(98.08%,#fecb2f));
  background: linear-gradient(90deg,#a61c1f 0,#c8242b 63.46%,#fecb2f 98.08%);
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  color: #fff;
  padding: 55px 0 55px 63px;
  position: relative;
  z-index: 2;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #about-top .main__content {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  #about-top .main__content {
    padding: 20px 20px 150px 20px
  }
}
@media all and (max-width:575px) {
  #about-top .main__content {
    margin-bottom: 24px
  }
}
#about-top .main__content:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_10.svg);
  width: 225px;
  height: 270px;
  top: 0;
  right: 0;
  z-index: -1
}
@media all and (max-width:991px) {
  #about-top .main__content:after {
    background-image: url(../img/icon_10_1.svg);
    width: 182px;
    height: 152px;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto
  }
}
#about-top .main__content .content {
  position: relative;
  z-index: 2;
  min-height: 200px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  width: 100%
}
@media all and (max-width:1400px) {
  #about-top .main__content .content {
    max-width: 670px
  }
}
@media all and (max-width:1199px) {
  #about-top .main__content .content {
    max-width: 580px
  }
}
#about-top .main__content .content h1,
#about-top .main__content .content h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px
}
@media all and (max-width:1400px) {
  #about-top .main__content .content h1,
  #about-top .main__content .content h2 {
    font-size: 42px;
    line-height: 120%
  }
}
@media all and (max-width:1199px) {
  #about-top .main__content .content h1,
  #about-top .main__content .content h2 {
    font-size: 36px
  }
}
@media all and (max-width:767px) {
  #about-top .main__content .content h1,
  #about-top .main__content .content h2 {
    font-size: 24px;
    line-height: 30px
  }
}
#about-top .main__content .content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500
}
@media all and (max-width:1400px) {
  #about-top .main__content .content p {
    font-size: 22px;
    line-height: 120%
  }
}
@media all and (max-width:1199px) {
  #about-top .main__content .content p {
    font-size: 20px
  }
}
@media all and (max-width:991px) {
  #about-top .main__content .content p {
    max-width: 400px;
    width: 100%
  }
}
@media all and (max-width:767px) {
  #about-top .main__content .content p {
    font-size: 14px;
    line-height: 20px
  }
}
@media all and (max-width:575px) {
  #about-top .main__content .content p {
    max-width: none
  }
}
#about-top .main__content .image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  border-bottom-right-radius: 20px
}
@media all and (max-width:1400px) {
  #about-top .main__content .image img {
    max-width: 530px
  }
}
@media all and (max-width:1199px) {
  #about-top .main__content .image img {
    max-width: 400px
  }
}
@media all and (max-width:767px) {
  #about-top .main__content .image img {
    max-width: 280px
  }
}
#about-top .features .features__item {
  margin-bottom: 32px
}
@media all and (max-width:1199px) {
  #about-top .features .features__item {
    margin-bottom: 20px
  }
}
#about-top .features .features__item .item__inner {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px
}
@media all and (max-width:575px) {
  #about-top .features .features__item .item__inner {
    padding: 20px
  }
}
#about-top .features .features__item .item__inner span {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #a61c1f;
  margin-bottom: 12px;
  display: block
}
@media all and (max-width:575px) {
  #about-top .features .features__item .item__inner span {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 4px
  }
}
#about-top .features .features__item .item__inner p {
  font-size: 20px;
  line-height: 28px
}
@media all and (max-width:575px) {
  #about-top .features .features__item .item__inner p {
    font-size: 14px;
    line-height: 20px
  }
}
@media all and (max-width:991px) {
  #fund .fund__photo {
    margin-bottom: 20px
  }
}
#fund .fund__photo img {
  border-radius: 20px
}
#fund .fund__content .content__inner .content {
  margin-bottom: 16px
}
#fund .fund__content .content__inner .content ul li {
  font-size: 18px;
  line-height: 32px
}
@media all and (max-width:575px) {
  #fund .fund__content .content__inner .content ul li {
    font-size: 14px;
    line-height: 22px
  }
}
#fund .fund__content .content__inner .content ul li:not(:last-child) {
  margin-bottom: 12px
}
#fund .fund__content .content__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
#fund .fund__content .content__inner .social a:hover {
  opacity: .8
}
.breadcrumbs {
  color: #1d1d1b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 16px
}
@media all and (max-width:991px) {
  .breadcrumbs {
    margin-bottom: 20px
  }
}
@media all and (max-width:575px) {
  .breadcrumbs {
    font-size: 10px
  }
}
.breadcrumbs span {
  color: #1d1d1b;
  display: inline-block
}
.breadcrumbs span a {
  color: #a61c1f;
  display: inline-block
}
.breadcrumbs span a span {
  color: inherit;
  text-decoration: underline
}
#wewillhelp ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px
}
@media all and (max-width:575px) {
  #wewillhelp ul li {
    font-size: 14px;
    line-height: 22px
  }
}
#wewillhelp ul li:not(:last-child) {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #wewillhelp ul li:not(:last-child) {
    margin-bottom: 12px
  }
}
#wewillhelp ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_38.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#instruction-list {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  padding: 80px 0 50px 0
}
@media all and (max-width:1199px) {
  #instruction-list {
    padding: 60px 0 36px 0
  }
}
@media all and (max-width:575px) {
  #instruction-list {
    padding: 40px 0 16px 0
  }
}
.list__item {
  margin-bottom: 32px
}
@media all and (max-width:1199px) {
  .list__item {
    margin-bottom: 24px
  }
}
.list__item .item__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 20px;
  padding: 30px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  color: #000
}
@media all and (max-width:575px) {
  .list__item .item__inner {
    padding: 20px;
    min-height: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
}
.list__item .item__inner:hover h4 {
  color: #a61c1f
}
.list__item .item__inner:hover .btn-more {
  background-color: #fed54d
}
@media all and (max-width:575px) {
  .list__item .item__inner .btn-more {
    position: absolute;
    bottom: 20px;
    right: 20px
  }
}
.list__item .item__inner .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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 20px
}
.list__item .item__inner .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px
}
.list__item .item__inner .image img {
  max-width: 120px;
  height: auto
}
#instruction-card {
  padding-top: 80px
}
@media all and (max-width:1199px) {
  #instruction-card {
    padding-top: 60px
  }
}
@media all and (max-width:575px) {
  #instruction-card {
    padding-top: 20px
  }
}
#instruction-card.page .card__content .btn {
  display: inline-block
}
@media all and (max-width:1199px) {
  #instruction-card.page .card__file {
    display: none
  }
}
#instruction-card article {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 24px
}
@media all and (max-width:575px) {
  #instruction-card article {
    font-size: 14px;
    line-height: 22px
  }
}
#instruction-card .image-mobile {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 12px
}
@media all and (min-width:1199px) {
  #instruction-card .image-mobile {
    display: none
  }
}
#instruction-card .image-mobile img {
  max-height: 226px
}
#instruction-card .card__content .btn {
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #instruction-card .card__content .btn {
    display: none
  }
}
@media all and (max-width:575px) {
  #instruction-card .card__content .btn {
    margin-bottom: 30px
  }
}
@media all and (max-width:1199px) {
  #instruction-card .card__content .share {
    display: none
  }
}
@media all and (min-width:1199px) {
  #instruction-card .share__mobile {
    display: none
  }
}
@media all and (max-width:1199px) {
  #instruction-card .card__file {
    margin-bottom: 40px
  }
}
@media all and (max-width:1199px) {
  #instruction-card .card__file.card__file-dn {
    display: none
  }
}
#instruction-card .card__file .file__inner {
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  border-radius: 20px;
  padding: 60px
}
@media all and (max-width:1400px) {
  #instruction-card .card__file .file__inner {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  #instruction-card .card__file .file__inner {
    padding: 20px
  }
}
#instruction-card .card__file .file__inner h3 {
  margin-bottom: 20px
}
#instruction-card .card__file .file__inner .image {
  margin-bottom: 20px
}
#instruction-card .card__file .file__inner .image img {
  max-height: 307px
}
@media all and (max-width:575px) {
  #instruction-card .card__file .file__inner .image img {
    max-height: 248px
  }
}
#instruction-card .card__file .file__inner .btn {
  padding-left: 14px;
  padding-right: 14px
}
#instruction-card .file__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  #instruction-card .file__downloads {
    gap: 10px 12px
  }
}
#instruction-card .file__downloads.mb-40 {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #instruction-card .file__downloads.mb-40 {
    margin-bottom: 12px
  }
}
#instruction-card .file__downloads li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #000
}
@media all and (max-width:575px) {
  #instruction-card .file__downloads li {
    font-size: 12px
  }
}
.share h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
.share ul li a:hover {
  opacity: .8
}
#comments .first__comment {
  font-size: 16px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,left bottom,from(#f5f9ff),to(#fdf3f3));
  background: linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(180deg,#f5f9ff 0,#fdf3f3 100%);
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 10px;
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  #comments .first__comment {
    font-size: 12px;
    line-height: 18px;
    padding: 20px;
    margin-bottom: 20px
  }
}
#archive {
  padding: 80px 0
}
@media all and (max-width:1199px) {
  #archive {
    padding: 60px 0
  }
}
@media all and (max-width:575px) {
  #archive {
    padding: 20px 0
  }
}
#post {
  padding-top: 60px
}
@media all and (max-width:575px) {
  #post {
    padding-top: 20px
  }
}
@media all and (min-width:1199px) {
  #post .wrapper {
    padding: 0 110px
  }
}
#post .post__data {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #post .post__data {
    margin-bottom: 12px
  }
}
#post .post__data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px
}
@media all and (max-width:575px) {
  #post .post__data ul {
    gap: 12px
  }
}
#post .post__data ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8c
}
@media all and (max-width:575px) {
  #post .post__data ul li {
    font-size: 12px;
    line-height: 16px;
    gap: 8px
  }
}
@media all and (max-width:575px) {
  #post .post__data ul li.mobile__hide {
    display: none
  }
}
#post article img {
  border-radius: 20px
}
@media all and (max-width:575px) {
  #post article img {
    border-radius: 10px
  }
}
#post article ul {
  padding-left: 0;
  list-style-type: none
}
#post article ul li {
  position: relative;
  padding-left: 36px
}
#post article ul li:not(:last-child) {
  margin-bottom: 12px
}
#post article ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_38.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#post .share {
  padding-top: 30px
}
#post-comments {
  padding-top: 80px;
  padding-bottom: 80px
}
#post-comments form {
  width: 100%;
  height: 56px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
  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;
  padding: 4px 8px;
  margin-bottom: 32px
}
#post-comments form .form-input {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 500
}
#post-comments form .form-submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: none;
  background-color: #fff;
  background-size: 28px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_52.svg)
}
#post-comments .comment__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  box-shadow: 0 0 40px 5px rgba(136,24,27,.05);
  border-radius: 10px;
  padding: 30px
}
#post-comments .comment__item:not(:last-child) {
  margin-bottom: 32px
}
@media all and (max-width:575px) {
  #post-comments .comment__item:not(:last-child) {
    margin-bottom: 20px
  }
}
#post-comments .comment__item .comment__user {
  margin-bottom: 22px
}
@media all and (max-width:575px) {
  #post-comments .comment__item .comment__user {
    margin-bottom: 20px
  }
}
#post-comments .comment__item .comment__user h6 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.02em
}
@media all and (max-width:575px) {
  #post-comments .comment__item .comment__user h6 {
    font-size: 13px;
    line-height: 120%
  }
}
#post-comments .comment__item .comment__user span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.02em;
  color: #777776
}
@media all and (max-width:575px) {
  #post-comments .comment__item .comment__user span {
    font-size: 13px
  }
}
#post-comments .comment__item .comment__text {
  margin-bottom: 22px
}
@media all and (max-width:575px) {
  #post-comments .comment__item .comment__text {
    margin-bottom: 20px
  }
}
#post-comments .comment__item .comment__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-size: 14px;
  font-weight: 500
}
#post-comments .comment__item .comment__nav button {
  border: none;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
#branch {
  padding-top: 80px;
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #branch {
    padding-top: 60px
  }
}
@media all and (max-width:575px) {
  #branch {
    padding-top: 20px
  }
}
#branch .branch__details h4 {
  margin-bottom: 12px
}
#branch .branch__details ul {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #branch .branch__details ul {
    margin-bottom: 20px
  }
}
#branch .branch__details ul li:not(:last-child) {
  margin-bottom: 26px
}
#branch .branch__details ul li a,
#branch .branch__details ul li p {
  font-size: 18px;
  line-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #1d1d1b
}
@media all and (max-width:575px) {
  #branch .branch__details ul li a,
  #branch .branch__details ul li p {
    font-size: 14px;
    line-height: 22px
  }
}
#branch .branch__details ul li a:hover {
  color: #a61c1f
}
@media all and (max-width:991px) {
  #branch .branch__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px
  }
}
#branch .branch__image img {
  border-radius: 20px
}
@media all and (max-width:575px) {
  #branch .branch__image img {
    border-radius: 10px
  }
}
#map .wrapper {
  border: 1px solid #8d8d8c;
  border-radius: 20px;
  overflow: hidden;
  height: 436px
}
#map .wrapper iframe {
  width: 100%;
  height: 100%
}