@charset "UTF-8";

header {
  height: 750px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flow-root;
}

@media (max-width: 950px) {
  header {
    height: 550px;
  }

  .js-image-zoom__zoomed-image {
    display: none !important;
  }
}

@media (max-width: 700px) {
  header {
    height: 300px;
    position: relative;
  }
}

header:before {
  background: url(../img/right-colum.webp) no-repeat;
  height: 750px;
  top: 0;
  z-index: 1;
  right: 0;
  width: 128px;
  content: "";
  position: absolute;
}

@media (max-width: 950px) {
  header:before {
    display: none;
  }
}

header:after {
  background: url(../img/left-colum.webp) no-repeat;
  height: 750px;
  top: 0;
  z-index: 1;
  left: 0;
  width: 120px;
  content: "";
  position: absolute;
}

@media (max-width: 950px) {
  header:after {
    display: none;
  }
}

@media (max-width: 700px) {
  header:after {
    background: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
  }
}

header .text-passion {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

header .left-sec {
  width: 200px;
  float: left;
  height: 100%;
  margin-left: 50px;
  position: relative;
  display: flex;
  z-index: 2;
}

@media (max-width: 950px) {
  header .left-sec {
    margin-left: 0;
  }
}

header .left-sec ul {
  margin: auto;
  margin-left: 0;
  padding: 0;
}

header .left-sec li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  font-size: 18px;
  padding-left: 35px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left top;
}

@media (max-width: 950px) {
  header .left-sec li {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  header .left-sec {
    display: none;
  }
}

header .right-sec {
  width: 200px;
  float: right;
  height: 100%;
  margin-right: 100px;
  position: relative;
  z-index: 2;
  display: flex;
}

@media (max-width: 950px) {
  header .right-sec {
    margin-right: 20px;
  }
}

@media (max-width: 700px) {
  header .right-sec {
    float: left;
    margin-left: 0;
  }
}

header .right-sec .phones {
  margin: auto;
  margin-right: 0;
  text-align: right;
}

@media (max-width: 700px) {
  header .right-sec .phones {
    display: none;
  }
}

header .right-sec .phones li {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 950px) {
  header .right-sec .phones li {
    font-size: 16px;
  }
}

header .right-sec .txt {
  margin-top: 100px;
}

@media (max-width: 950px) {
  header .right-sec .txt {
    margin-top: 50px;
  }
}

@media (max-width: 700px) {
  header .right-sec .txt {
    margin-top: 20px;
  }
}

header .right-sec .txt p {
  margin-bottom: 50px;
  font-size: 18px;
  padding-right: 30px;
  background-size: 25px;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (max-width: 950px) {
  header .right-sec .txt p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  header .right-sec .txt p {
    margin-bottom: 0px;
  }
}

h1 {
  display: block;
  font-size: 42px;
  text-align: left;
  position: relative;
  margin: 0;
  font-family: "Light";
}

@media (max-width: 760px) {
  h1 {
    font-size: 37px;
  }
}

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

h1 {
  margin-bottom: 30px;
}

h2 {
  display: block;
  font-size: 37px;
  text-align: left;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Light";
}

@media (max-width: 760px) {
  h2 {
    font-size: 34px;
  }
}

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

.mibile-heads {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  height: 80px;
  z-index: 4;
}

@media (max-width: 700px) {
  .mibile-heads {
    display: block;
  }
}

.m-btn {
  position: absolute;
  right: 20px;
  top: calc(50% - 22.5px);
  height: 45px;
  width: 45px;
  background: var(--main-color);
  border-radius: 10px;
}

.m-btn span {
  height: 2px;
  width: 70%;
  position: absolute;
  left: 15%;
  top: calc(50% - 1px);
  background: #fff;
}

.m-btn:before {
  height: 2px;
  width: 70%;
  position: absolute;
  left: 15%;
  top: 12px;
  background: #fff;
  content: "";
}

.m-btn:after {
  height: 2px;
  width: 70%;
  position: absolute;
  left: 15%;
  bottom: 12px;
  background: #fff;
  content: "";
}

.active-header {
  background: var(--main-color);
  height: 45px;
}

.shadow-close-menu {
  position: fixed;
  z-index: 4;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.main-menu-sec .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.main-menu-sec .wrapper>ul>li {
  height: 70px;
}

@media (max-width: 700px) {
  .main-menu-sec {
    position: fixed;
    width: calc(100% - 85px);
    background: var(--two-color);
    height: 100%;
    z-index: 5;
    overflow: auto;
    top: 0;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    left: -100%;
  }

  .main-menu-sec .wrapper {
    display: block;
  }


  .main-menu-sec .wrapper ul li {
    height: auto;
  }
}

.main-menu-sec ul {
  padding: 0;
  margin: 0;
  height: inherit;
  text-align: center;
}

@media (max-width: 700px) {
  .main-menu-sec ul {
    margin-top: 50px;
    height: auto;
  }
}

.main-menu-sec li {
  display: inline-flex;
  vertical-align: top;
  height: inherit;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 700px) {
  .main-menu-sec li {
    display: block;
    height: auto;
    font-style: italic;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 0;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 5px;
  }

  .main-menu-sec li:after {
    content: "→";
    position: absolute;
    font-size: 20px;
    right: 0;
  }
}

.main-menu-sec li:hover .child-menu {
  display: block;
}

.main-menu-sec li a {
  color: var(--main-color);
  margin: auto;
  font-size: 20px;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

@media (max-width: 950px) {
  .main-menu-sec li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-menu-sec li a {
    font-size: 16px;
  }
}

@media (max-width: 770px) {
  .main-menu-sec li a {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .main-menu-sec li a {
    margin-left: 0;
  }
}

.main-menu-sec li a:hover {
  border-bottom: 2px solid var(--two-color);
}

.main-menu-sec li a:hover .child-menu {
  display: block;
}

.main-menu-sec li .active_selected {
  border-bottom: 2px solid var(--two-color);
}

.main-menu-sec .child-menu {
  position: absolute;
  left: 0px;
  top: 60px;
  display: none;
  width: max-content;
  max-width: 700px;
  text-align: left;
  z-index: 5;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-top: 2px solid var(--main-color);
}

@media (max-width: 700px) {
  .main-menu-sec .child-menu {
    left: 9900px;
  }
}

.main-menu-sec .child-menu ul {
  text-align: left;
}

.main-menu-sec .child-menu li {
  display: inline-block;
  text-align: left;
  padding-bottom: 7px;
  width: 48%;
  vertical-align: top;
  padding-top: 7px;
  padding-left: 35px;
  background-size: 25px;
  background-position: top left;
  background-repeat: no-repeat;
}

.main-menu-sec .child-menu li a {
  margin-left: 0;
  font-size: 18px;
}

.main-menu-sec .one-colum {
  max-width: 400px;
}

.main-menu-sec .one-colum li {
  width: 100%;
  padding-left: 0;
}

.main-menu-sec .childer {
  padding: 0;
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: left !important;
}

.main-menu-sec .childer li {
  padding: 5px 0;
  display: block;
  width: 100%;
}

.main-menu-sec .childer li a {
  font-size: 15px;
}

.active-menu {
  left: 0;
}

.mobile-cell-contact {
  display: none;
  margin-bottom: 50px;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .mobile-cell-contact {
    display: block;
  }

  .mobile-cell-contact li {
    border-bottom: none;
    padding-bottom: 0;
  }

  .mobile-cell-contact li:after {
    display: none;
  }
}

.mobile-cell-contact .list {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  background-size: 18px;
  background-position: top left;
  background-repeat: no-repeat;
}

.first-sec {
  height: 550px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 760px) {
  .first-sec {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.first-sec:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  content: "";
  opacity: 0.5;
}

.first-sec .left-sec {
  display: inline-flex;
  height: inherit;
  vertical-align: top;
  text-align: left;
  width: 58%;
  color: #fff;
  position: relative;
  z-index: 2;
}

.first-sec .left-sec .middle {
  margin-left: 0;
  font-size: 18px;
}

@media (max-width: 500px) {
  .first-sec .left-sec .middle {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .first-sec .left-sec {
    width: 100%;
  }
}

.first-sec .middle {
  margin: auto;
}

@media (max-width: 760px) {
  .first-sec .middle {
    width: 100%;
  }
}

.first-sec h1 {
  margin-bottom: 30px;
}

.first-sec .right-sec {
  display: inline-flex;
  height: inherit;
  vertical-align: top;
  width: 40%;
  position: relative;
  z-index: 2;
}

@media (max-width: 760px) {
  .first-sec .right-sec {
    width: 100%;
    margin-top: 20px;
  }
}

.first-sec .form-first-sec {
  margin: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 350px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 760px) {
  .first-sec .form-first-sec {
    max-width: 100%;
    padding: 20px;
  }
}

.first-sec .form-first-sec .title {
  font-size: 27px;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .first-sec .form-first-sec .title {
    font-size: 23px;
  }
}

.first-sec .form-first-sec .desc {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .first-sec .form-first-sec .desc {
    font-size: 15px;
  }
}

.first-sec .form-first-sec input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  height: 45px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: none;
}

.first-sec .btn-form-first-sec {
  padding: 10px 20px;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 40px;
  transition: 0.3s;
}

.first-sec .btn-form-first-sec:hover {
  background: var(--two-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.sub-title {
  margin-bottom: 50px;
  font-size: 18px;
}

.two-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

.two-sec .service {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 20px;
  text-align: left;
}

@media (max-width: 900px) {
  .two-sec .service {
    width: 48%;
  }
}

@media (max-width: 550px) {
  .two-sec .service {
    width: 100%;
    padding: 0;
  }
}

.two-sec .service .pic {
  height: 60px;
  vertical-align: top;
  display: inline-block;
  width: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.two-sec .service .name {
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.two-sec .service .name span {
  margin: auto;
  margin-left: 0;
  font-size: 22px;
  line-height: 20px;
}

.three-sec {
  padding-top: 70px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding-bottom: 70px;
  background: url("/site/img/services-cmplex-bg.webp");
  background-size: cover;
  background-position: center;
}

.three-sec .catalog-card {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  text-align: left;
}

@media (max-width: 1100px) {
  .three-sec .catalog-card {
    width: 32%;
  }
}

@media (max-width: 770px) {
  .three-sec .catalog-card {
    width: 48%;
  }
}

@media (max-width: 550px) {
  .three-sec .catalog-card {
    width: 100%;
  }
}

.three-sec .catalog-card .pic {
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.three-sec .catalog-card .name {
  font-size: 17px;
  height: 60px;
}

.three-sec .catalog-card .more-view {
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.three-sec .catalog-card .more-view:hover {
  background: var(--two-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.four-sec {
  padding-top: 70px;
  padding-bottom: 20px;
}

.four-sec .cataball-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .four-sec .cataball-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .four-sec .cataball-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.four-sec .transport-card {
  /* width: 100%; */
  /* display: inline-block; */
  margin-bottom: 50px;
  vertical-align: top;
  text-decoration: none;
}

.four-sec .transport-card .picture {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.four-sec .transport-card .href-page {
  height: 200px;
  width: 100%;
  background-size: cover;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.four-sec .transport-card .href-page .names {
  color: #fff;
  text-decoration: none;
  margin: auto;
  text-align: center;
  font-size: 20px;
}

.four-sec .transport-card .href-page .names span {
  display: block;
  margin-top: 20px;
}

.four-sec .transport-card .href-page:hover {
  background: var(--two-color);
}

.four-sec .transport-card .text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.four-sec .transport-card .price {
  font-size: 20px;
}

.five-sec {
  color: var(--main-color);
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f7f4eb;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.five-sec .title-sec,
.two-sec h2,
.three-sec h2,
.eight-sec h2,
.five-sec h2 {
  margin-bottom: 70px;
}


.funeral-organization {
  background: transparent;
  box-shadow: none;
}

.org-card {
  width: 16%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  height: 220px;
}

@media (max-width: 1110px) {
  .org-card {
    width: 32%;
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .org-card {
    width: 48%;
  }
}

@media (max-width: 450px) {
  .org-card {
    width: 100%;
  }
}

.org-card .number {
  height: 90px;
  width: 90px;
  display: flex;
  float: left;
}

.org-card .number span {
  margin: auto;
  margin-left: 0;
  font-size: 55px;
  font-family: "Number";
  color: var(--main-color);
  letter-spacing: -2px;
}

.org-card .pic {
  height: 90px;
  width: calc(100% - 100px);
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.org-card .name {
  font-size: 15px;
  margin-top: 20px;
  text-align: left;
  float: left;
  width: 100%;
}

.six-sec {
  padding-top: 70px;
  padding-bottom: 50px;
}

.six-sec ul {
  padding-left: 20px;
}

.eight-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

.more-view {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.more-view:hover {
  background: var(--two-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.pack-ritual {
  width: 49%;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 870px) {
  .pack-ritual {
    width: 100%;
  }
}

.pack-ritual .pic {
  float: left;
  width: 40%;
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 470px) {
  .pack-ritual .pic {
    width: 100%;
  }
}

.pack-ritual .caption {
  float: left;
  width: 100%;
  padding: 15px;
  display: none;
  padding-top: 25px;
  text-align: left;
  position: absolute;
  background: #fff;
  z-index: -1;
  top: 200px;
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.1), 2px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

@media (max-width: 470px) {
  .pack-ritual .caption {
    z-index: 1;
    position: relative;
    top: 0;
  }
}

.pack-ritual .caption .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  cursor: pointer;
}

.pack-ritual .desc {
  float: left;
  left: 40%;
  width: 60%;
  height: 100%;
  display: flex;
  padding: 30px;
}

@media (max-width: 470px) {
  .pack-ritual .desc {
    width: 100%;
    padding: 15px;
  }
}

.pack-ritual .middle {
  margin: auto;
  margin-left: 0;
}

.pack-ritual .title {
  font-size: 25px;
  margin-bottom: 20px;
}

.pack-ritual .price {
  font-size: 20px;
  margin-bottom: 20px;
}

.active-price-var {
  z-index: 3;
  border-radius: 10px 10px 0px 0px;
}

.active-price-var .caption {
  display: block;
}

.line {
  position: relative;
}

.line:before {
  width: 100%;
  content: "";
  height: 1px;
  background: #aaa;
  position: absolute;
  left: 0;
  top: 26px;
}

@media (max-width: 800px) {
  .line:before {
    height: calc(100% - 60px);
    width: 1px;
    left: 25px;
    top: 0;
  }
}

.call-corob {
  position: relative;
  height: auto;
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}

@media (max-width: 800px) {
  .call-corob {
    width: 100%;
    margin-bottom: 20px;
  }
}

.call-corob .number {
  position: relative;
  left: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: var(--main-color);
  top: 0px;
  border-radius: 50%;
  display: flex;
}

.call-corob .number span {
  margin: auto;
  font-size: 23px;
  color: #fff;
}

.call-corob .desc {
  width: calc(100% - 50px);
  background: #fff;
  padding: 10px;
  position: relative;
  left: 50px;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  padding: 0;
  margin-top: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.call-corob .desc a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.active-corob .number {
  background: var(--two-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.active-corob .number span {
  color: var(--main-color);
}

.active-corob .desc {
  display: block;
  padding: 10px;
  height: auto;
}

.services-card {
  width: 32%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 1000px) {
  .services-card {
    width: 48%;
  }
}

@media (max-width: 670px) {
  .services-card {
    width: 100%;
  }
}

.services-card .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-size: cover;
  transition: 0.4s;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.services-card .text-name {
  position: absolute;
  left: 40%;
  width: 60%;
  height: 100%;
  transition: 0.4s;
  text-align: left;
  padding: 20px;
  color: var(--main-color);
  text-decoration: none;
  font-size: 17px;
}

@media (max-width: 1000px) {
  .services-card .text-name {
    padding: 15px;
  }
}

.services-card:hover .text-name {
  padding-top: 30px;
}

.eight-serv-sec {
  padding-top: 70px;
  padding-bottom: 45px;
}

.advantage-loure {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .advantage-loure {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 530px) {
  .advantage-loure {
    width: 100%;
  }
}

.advantage-loure .pic {
  height: 120px;
  background-size: contain;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
}

.advantage-loure .image {
  height: 50px;
  width: 50px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.advantage-loure .name {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.advantage-loure .desc {
  font-size: 14px;
}

.centales {
  text-align: center;
}

.centales a {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.centales a:hover {
  background: var(--two-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.specialist {
  display: inline-block;
  width: 19%;
  text-align: center;
}

@media (max-width: 900px) {
  .specialist {
    width: 32%;
  }
}

@media (max-width: 540px) {
  .specialist {
    width: 100%;
  }
}

.specialist .picture {
  height: 150px;
  width: 150px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  background-position: center;
}

.specialist .name {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
}

.title-sec {
  display: block;
  font-size: 37px;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Light";
}

.owl-item {
  padding: 10px 7px;
}

.card-articles {
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  height: 350px;
  text-decoration: none;
  color: inherit;
}

.card-articles .picture {
  height: 200px;
  background-size: cover;
  background-color: #efefef;
  background-position: center;
}

.card-articles .data {
  padding: 10px;
  font-size: 13px;
  text-align: left;
}

.card-articles .name {
  padding: 10px;
  font-size: 17px;
  text-align: left;
}

.infas {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.routes-sec {
  height: 40px;
  text-align: right;
  position: absolute;
  right: 0px;
  width: 100%;
  top: calc(50% - 20px);
}

.routes-sec .route-left {
  display: inline-flex;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  cursor: pointer;
}

.routes-sec .route-left span {
  display: block;
  margin: auto;
  font-size: 35px;
}

.routes-sec .route-right {
  display: inline-flex;
  height: 40px;
  width: 50px;
  cursor: pointer;
}

.routes-sec .route-right span {
  display: block;
  margin: auto;
  font-size: 35px;
}

.other-service .card-articles {
  width: 32%;
  margin-top: 20px;
  border-radius: 10px;
}

.var-qsk-answer .ask {
  padding: 20px;
  border: 1px solid #ececec;
  cursor: pointer;
  position: relative;
}

.var-qsk-answer .ask span {
  position: absolute;
  right: 20px;
}

.var-qsk-answer .answer {
  padding: 20px;
  border: 1px solid #ececec;
  background: #ececec;
  display: none;
}

.form {
  max-width: 100%;
}

.form input {
  width: 100%;
  max-width: 750px;
  height: 40px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

.form .btn-submit {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.form .btn-submit:hover {
  background: var(--two-color);
}

.form .warning {
  margin-top: 10px;
}

.call-back-section {
  background: url(../img/order_bgr.png);
  background-repeat: no-repeat;
  padding-top: 200px;
  background-size: 100% 100%;
  width: 70%;
  padding-right: 50px;
  padding-bottom: 50px;
}

@media (max-width: 700px) {
  .call-back-section {
    background: #f7f4eb;
    padding-top: 50px;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-position: right top;
  background-color: #2e2e2e;
}

@media (max-width: 650px) {
  footer {
    padding-bottom: 0;
  }
}

footer .colum {
  max-width: 20%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

@media (max-width: 900px) {
  footer .colum {
    width: 32%;
    max-width: 32%;
  }

  footer .colum:first-child {
    display: none;
  }
}

@media (max-width: 650px) {
  footer .colum {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  footer .colum:first-child {
    display: block;
  }
}

footer .colum li {
  display: block;
  margin-bottom: 5px;
}

footer .colum li a {
  color: inherit;
  text-decoration: none;
}

footer .colum span {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  font-family: "Light";
}

footer .colum li a:hover {
  text-shadow: #fff 0 0 3px;
}

.article_calc {
  background: url(/site/img/center_art.png);
  background-position: 60px;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: -50px;
  background-color: #f0bb96;
  margin-bottom: -50px;
}

.top_art {
  background: url(/site/img/top_art.png) repeat-x top right;
  position: relative;
  z-index: 2;
  height: 100px;
}

.bottom_art {
  background: url(/site/img/bottom_art.png) repeat-x top right;
  height: 100px;
  margin-bottom: 50px;
}

.art-sec-list {
  margin-top: 50px;
}

.news-card {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  overflow: hidden;
  min-height: 450px;
  border-radius: 10px;
  color: inherit;
  background: #fff;
  width: 24%;
}

.news-card .data {
  font-size: 13px;
}

.news-card .href-item {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.news-card .href-item:hover {
  background: var(--two-color);
  color: var(--main-color);
}

@media (max-width: 770px) {
  .news-card {
    width: 32%;
  }
}

@media (max-width: 630px) {
  .news-card {
    width: 48%;
  }
}

@media (max-width: 400px) {
  .news-card {
    width: 100%;
  }
}

.news-card .pic {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}

.news-card .pics {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  display: flex;
}

.news-card .pics .cat-pic {
  width: 80%;
  height: 80%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (max-width: 400px) {
  .news-card .pics {
    background-size: auto 80%;
  }
}

.news-card .name-article-news {
  font-size: 18px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 10px;
}

.news-card .comment-article-news {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.clear-articles {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

@media (max-width: 770px) {
  .clear-articles {
    width: 32%;
  }
}

@media (max-width: 630px) {
  .clear-articles {
    width: 48%;
  }
}

@media (max-width: 400px) {
  .clear-articles {
    width: 100%;
  }
}

.article-content h1 {
  margin-bottom: 50px;
}

.catlog-item {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  color: inherit;
  background: #fff;
  text-align: center;
  width: 19%;
}

@media (max-width: 1000px) {
  .catlog-item {
    width: 24%;
  }
}

@media (max-width: 770px) {
  .catlog-item {
    width: 32%;
  }
}

@media (max-width: 630px) {
  .catlog-item {
    width: 48%;
  }
}

@media (max-width: 400px) {
  .catlog-item {
    width: 100%;
  }
}

.catlog-item .picture {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-color: #fff;
}

@media (max-width: 400px) {
  .catlog-item .picture {
    background-size: auto 80%;
  }
}

.catlog-item .inform {
  padding: 15px;
}

.catlog-item .name {
  height: 80px;
  padding: 10px;
  font-size: 15px;
}

.catlog-item .price {
  margin-top: 10px;
  height: 70px;
  margin-bottom: 20px;
}

.catlog-item .href-item {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.catlog-item .href-item:hover {
  background: var(--two-color);
  color: var(--main-color);
}

.clear-item {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .clear-item {
    width: 24%;
  }
}

@media (max-width: 770px) {
  .clear-item {
    width: 32%;
  }
}

@media (max-width: 630px) {
  .clear-item {
    width: 48%;
  }
}

@media (max-width: 400px) {
  .clear-item {
    width: 100%;
  }
}

.onfo-produj {
  display: flow-root;
  margin-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .onfo-produj {
    display: block;
  }
}

.onfo-produj .product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.onfo-produj .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;

  width: 400px;
  min-height: 300px;
}

@media (max-width: 700px) {
  .onfo-produj .photo {
    float: none;
  }
}

@media (max-width: 450px) {
  .onfo-produj .photo {
    width: 100%;
  }
}

.onfo-produj #img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}

.js-image-zoom__zoomed-area {
  display: none !important;
}

@media (max-width: 450px) {
  .onfo-produj #img-container {
    width: 100%;
  }
}

.onfo-produj #img-container img {
  display: none;

  width: auto !important;
  max-width: 100%;

  object-fit: contain;
}

.onfo-produj img.zoom-in {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.onfo-produj #img-container img.vertical {
  height: 0 !important;
  min-height: 100%;
}

.onfo-produj #img-container img.initialized {
  display: block;
}

@media (max-width: 700px) {
  .onfo-produj .descr {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

.onfo-produj .product-price {
  margin-bottom: 35px;
}

.onfo-produj .descr p {
  font-size: 20px;
}

.onfo-produj .descr span {
  font-size: 20px;
}

.onfo-produj .descr .text .text-descr-title {
  display: block;
  font-size: 2rem;
  text-align: left;
  position: relative;
  margin: 0;
  margin-bottom: 0px;
  font-family: "Light";
}

.onfo-produj .s_order {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.onfo-produj .s_order:hover {
  background: var(--two-color);
  color: var(--main-color);
}

.onfo-produj .text {
  margin-top: 50px;
}

.up-go {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: fixed;
  bottom: -60px;
  cursor: pointer;
  right: 50px;
  transition: 0.4s;
  z-index: 5;
  display: flex;
}

.up-go span {
  margin: auto;
  font-size: 25px;
}

.up-go:hover {
  background: var(--two-color);
}

@media (max-width: 700px) {
  .up-go {
    right: 20px;
  }
}

.active-up {
  bottom: 50px;
}

@media (max-width: 700px) {
  .active-up {
    bottom: 20px;
  }
}

.mobile-phone-btn {
  display: none;
}

.mobile-home-btn {
  display: none;
}

@media (max-width: 700px) {
  .mobile-phone-btn {
    position: fixed;
    z-index: 6;
    right: 20px;
    top: 70px;
    display: flex;
    height: 45px;
    width: 45px;
    background: var(--main-color);
    border-radius: 10px;
  }

  .mobile-phone-btn img {
    height: 20px;
    width: 20px;
    margin: auto;
  }

  .mobile-home-btn {
    position: fixed;
    z-index: 6;
    right: 20px;
    top: 122px;
    display: flex;
    height: 45px;
    width: 45px;
    background: var(--main-color);
    border-radius: 10px;
  }

  .mobile-home-btn img {
    height: 20px;
    width: 20px;
    margin: auto;
  }
}

@media (max-width: 920px) {
  p a img {
    max-width: 100%;
    height: auto !important;
  }
}





.calculator-banner {
  height: 450px;
  background-image: url("/site/img/calc1920.jpg");
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.calculator-banner .content {
  background-color: #fff2;
  box-shadow: 0px 0px 20px 20px #fff2;
  height: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.calculator-banner .content .sub-title {
  font-size: 20px;
}

.calculator-banner .content>.more-view {
  font-size: 18px;
}

.calculator-banner .content>* {
  margin: 0 auto;
}

.services_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-gap: 30px;
}

@media screen and (max-width:950px) {
  .services_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

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

.services_wrapper .service {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100vw - 30px);
  padding: 20px;
  border: 3px solid var(--main-color);
  border-radius: 30px;
}

.services_wrapper .service .desc {
  margin-bottom: 2rem;
}

.services_wrapper .service .price {
  margin-top: auto;
  font-weight: bold;
}

.services_wrapper .service .btn {
  padding: 5px 10px;
}

.services_wrapper+.see_more {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.services_wrapper+.see_more a {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  grid-row-start: 2;
  grid-column-end: 3;
}

@media (max-width:870px) {
  .services_wrapper+.see_more {
    grid-template-columns: .5fr 1fr .5fr;
  }
}

@media (max-width:590px) {
  .services_wrapper+.see_more {
    display: block;
  }

}

#good_agent {
  margin-top: 1rem;
}

#good_agent .item {
  display: flex;
  margin-bottom: 1.5rem;
}

@media (max-width:500px) {
  #good_agent .item {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  #good_agent .item .icon {
    margin-bottom: 1rem;
  }
}

#good_agent .item .icon {
  display: flex;
  margin-right: 2rem;
}

#good_agent .item .icon .pic {
  margin: auto;
  height: 70px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#good_agent .item .title {
  margin-bottom: .7rem;
  font-weight: bold;
}

#good_agent .item .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#good_agent .item .text {
  margin-top: 0;
}

.single-button:hover {
  background: var(--two-color);
  color: var(--main-color);
}

.single-button {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.single-button.catalog-tovari-pamyatniki {
  width: 300px;
  max-width: 100%;
  margin-bottom: 50px;
}









.text-center {
  text-align: center;
}

.d-none {
  display: none
}

.descr .text img {
  max-width: 100% !important;
  height: auto !important;
}

.form .btn-forma[disabled] {
  opacity: .5;
}

.form .btn-forma[disabled]:hover {
  background: #474B5E;
  color: #fff;
  cursor: not-allowed;
}