html{
  overflow-x: hidden !important;
}
.center {
  text-align: center;
}
@keyframes opacity-change {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacity-change {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  height: auto;
  background-image: url(../img/head.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  position: relative;
}
header a {
  color: #1b203c;
  text-decoration: none;
}
header a:hover {
  color: #1b203c;
  text-decoration: none;
}
header .number-block {
  background-color: #f2e9d6;
  border-radius: 20px;
  color: #1b203c;
  display: inline-block;
  font-family: MullerNarrowExtraBold;
  font-size: 35px;
  padding: 20px 30px;
  position: relative;
  margin-top: 90px;
  text-align: center;
}
header .number-block .ico {
  position: absolute;
  left: 18px;
}
header .number-block .ico .wave-1 {
  top: -15px;
  left: 15px;
  width: 10px;
  position: absolute;
  animation: opacity-change 1s infinite alternate;
  -webkit-animation: opacity-change 1s infinite alternate;
}
header .number-block .ico .wave-2 {
  top: -13px;
  left: 13px;
  width: 20px;
  position: absolute;
  animation: opacity-change 1.5s infinite alternate;
  -webkit-animation: opacity-change 1.5s infinite alternate;
}
header .number-block .ico img {
  width: 100%;
}
header .logo {
  height: 200px;
  width: 200px;
  background-color: #f2e9d6;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
  background-image: url(../img/logo.png);
  background-size: cover;
  background-position: center center;
}
header h1 {
  font-family: Helvetica;
  font-size: 35px;
  color: #f2e9d6;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
header .about-us {
  font-family: Helvetica;
  font-weight: 100;
  font-size: 25px;
  color: #f2e9d6;
  margin-bottom: 30px;
}
#our-services {
  padding: 30px 0 120px 0;
  color: #1b203c;
}
#our-services .title {
  text-align: center;
  font-family: HelveticaRegular;
  text-transform: uppercase;
  font-size: 30px;
}
#our-services .title p {
  font-size: 16px;
  margin: 15px 0;
  text-transform: none;
}
#our-services .title img {
  margin-bottom: 50px;
}
#our-services .item {
  position: relative;
  margin: 15px 0;
}
#our-services .item .ico {
  display: inline-block;
  position: absolute;
  font-size: 28px;
}
#our-services .item .text {
  display: inline-block;
  margin-left: 40px;
}
#our-services .item .text .title {
  font-family: HelveticaBold;
  text-align: left;
  font-size: 22px;
  text-transform: none;
}
#our-services .item .text .about {
  font-family: Helvetica;
  font-size: 16px;
  margin-top: 5px;
}
#price {
  background-color: #f2e9d6;
  padding: 130px 0 50px 0;
  position:relative;
}
#price:before {
	content:'';
	height:212px;
	width:300px;
	background:url(/img/lapka-left.jpg);
	display:block;
	position:absolute;
	top:0;
	right:0;
}
#price:after {
	content:'';
	height:212px;
	width:300px;
	background:url(/img/lapka-right.jpg);
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#price .title {
  font-family: HelveticaBold;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
#price img {
  margin: 30px 0 60px 0;
  text-align: center;
}
#price .item {
  cursor: pointer;
  position: relative;
}
#price .item img {
  width: 70%;
}
#price .item .center {
  width: 90%;
}
#price .item .wrapper {
  position: absolute;
  top: 80px;
  width: 100%;
}
#price .item .wrapper .title {
  text-align: center;
  font-size: 20px;
}
#price .item .wrapper img {
  width: 30%;
  margin: 15px 0;
}
#price .item .wrapper .price {
  font-size: 20px;
  font-family: HelveticaBold;
}
#price .item .more-top {
  top: 100px;
}
#price .item .more-top img {
  margin: 15px 0 50px 0;
}
footer {
  height: auto;
  background-image: url(../img/head.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  position: relative;
  color: #f2e9d6;
}
footer .wrapper {
  position: relative;
}
footer .copyright {
  /*width: 70%;*/
  font-family: Helvetica;
  margin-bottom: 50px;
  line-height: 20px;
}

footer .address {
  /*width: 70%;*/
  font-family: Helvetica;
  margin-top: 50px;
  margin-bottom: 26px;
  line-height: 20px;
}
footer .block-uslug {
font-family: Helvetica;
margin-top: 50px;
margin-bottom: 26px;
line-height: 20px;
}


footer .whale-logo {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  color: #f2e9d6;
  font-family: HelveticaLight;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
footer .whale-logo:hover {
  color: #f2e9d6;
}
footer .whale-logo img {
  width: 100%;
}
.title-h2{
    font-weight: bold;
    font-family: HelveticaBold;
    text-align: left;
    font-size: 28px;
    text-transform: none;
    padding: 20px 0px;
}
.title-h3{
    font-weight: bold;
    font-family: HelveticaBold;
    text-align: left;
    font-size: 28px;
    text-transform: none;
    padding: 20px 0px;
}

p.desc	{ font-family: Helvetica; font-size:18px; text-align:center; }
.nav.menu{
	padding-top:20px !important;
}
ul.nav.menu {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 5px;
    list-style: none;
}
.nav.menu li{
	display:inline;
	width: 18%;
    float: left;
    margin-left: 1.62%;
    text-align: center;
}
/*
.nav.menu li:first-child {
    margin-left: 11%;
} */
.nav.menu li a{
	font-family: HelveticaBold;
    text-align: left;
    font-size: 22px;
    text-transform: none;
	text-decoration:none;
	color:#FFFFFF;
}
.title-h1{
	font-weight: bold;
    font-family: HelveticaBold;
    text-align: left;
    font-size: 30px;
    text-transform: none;
	padding-bottom:25px;
	padding-top:2%;
}
.h1-header {
  font-family: Helvetica;
  font-size: 35px;
  color: #f2e9d6;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.breadcrumbs{
	padding-top: 5px;
    padding-bottom: 20px;
}
.container p{
	padding-top: 5px;
	padding-bottom: 5px;
}
.container b{
	font-weight:bold;
}
.name a{
	    color: #fff;
}
.name a:hover{
	    color: #fff;
}
.link-block {
background-color: #f2e9d6;
border-radius: 20px;
color: #1b203c;
display: flex;
font-size: 20px;
padding: 20px 30px;
position: relative;
margin: 20px 1% 0 1%;
text-align: center;
width: 48%;
height: 120px;
float: left;
justify-content: center;
align-items: center;
}
.list1 li {
    list-style: none;
    text-indent: -1em;
    padding-bottom: 5px;
    padding-left: 51px;
   }
   .list1 li::before {
    content: '\2714';
    padding-right: 5px;
    color: #1b203c;
   }

  h2 .list1 {
    font-weight: bold;
    font-family: HelveticaBold;
    text-align: left;
    font-size: 28px;
    text-transform: none;
    padding: 20px 0px;
  }

.list1 h3 {
    font-weight: bold;
    font-family: HelveticaBold;
    text-align: left;
    font-size: 28px;
    text-transform: none;
    padding: 20px 0px;
  }

  p, .list1 {
    padding-top: 15px;
	padding-bottom:15px;
    font-size:20px;
    margin-bottom:10px;
  }

  ul .list1 {
    margin-left:5%;
  }

  .organizaciya-pohoron-img1 {
    width:38%;
    margin: 0 10px 10px 10px;
    float:left;
  }

  .organizaciya-pohoron-img2 {
    width: 38%;
    margin: 0 0px 0px 30px;
    float: right;
    padding-top: 25px;
  }

  @media (max-width:800px){
    .organizaciya-pohoron-img1 {
      width:100%;
      margin: 0 auto;
      margin-bottom:10px;
      float:none;
    }
  }

  @media (max-width:800px){
    .organizaciya-pohoron-img2 {
      width:100%;
      margin: 0 auto;
      margin-bottom:10px;
      float:none;
    }
  }
.readmore-news{
	background-color: #f2e9d6;
    border-radius: 20px;
    color: #1b203c;
    display: inline-block;
    font-family: MullerNarrowExtraBold;
    font-size: 18px;
    padding-right: 25px;
    position: relative;
    text-align: center;
}
.readmore-news a{
	text-decoration:none;
	color:#1B203C;
	font-weight:400;
	font-size:16px;
}
.readmore-news a:hover{
	text-decoration:none;
	color:#1B203C;
	font-weight:400;
	font-size:16px;
}
.readmore-link	{
	color: #1b203c;
    text-decoration: none;
}
.readmore-link:hover	{
	color: #1b203c;
    text-decoration: none;
}
.icon-eye-open{
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/images/glyphicons-halflings.png);
    background-position: -85px -118px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.mainheader-h1 {
  margin-top: 110px;
}

@media (max-width: 992px){
  .mainheader-h1 {
  margin-top: 20px;
}
}

.add-text {
	font-family: Helvetica;
	font-size: 14px;
}

@media (max-width: 767px){
.h1-header.mainheader-h1{
  font-size: 30px;
}
}

@media (max-width: 412px){
  .h1-header.mainheader-h1{
    font-size: 23px;
  }
  .about-us{
    font-size: 20px !important;
  }
}

@media (max-width: 430px){
  .container{
    padding: 0px !important;
  }

  .table_price{
    overflow-x: scroll !important;
  }
}

body{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  overflow-x: hidden !important;
}

.table_price.table-glav{
  margin-bottom: 30px !important;
}

.title-price-table{
  display: block;
  text-align: center;
  font-family: HelveticaRegular;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}


.mobiles{
  display: none !important;
}

.glav-block-title{
  display: block;
  font-weight: bold;
  margin: 15px 0px;
  font-size: 35px;
}

.glav-block-text{
  display: block;
  margin: 25px 0;
  font-size: 35px !important;
}

.red-class{
  color: red;
}

@media (max-width: 767px){
  .about-us.deskss{
    display: none;
  }
  .mobiles{
    display: block !important;
  }
}

.glav-block-text{
  font-weight: bold;
}

.about-us.mobiles{
  font-weight: bold;
}

header nav{
  z-index: 110 !important;
}
.click_ico{
  width:24px;
  height:24px;
  display: inline-block;
  background-image: url(../images/icon_tap.png);
  background-repeat: no-repeat;
  position:relative;
  left:-10px;
}
.center_button{
  display: flex;
  justify-content: center;
  align-items: center;
}
.send_btn.green{
  background: #E6081D;
  color: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 20px 15px;
    width: 100%;
    max-width: 335px;
    text-align: center;
    font-family: Helvetica;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-bottom: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts_header  .send_btn.red{
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-family: Helvetica;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px){
  .send_btn.green {
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
#our-services{
  padding: 30px 0 0px 0;
}
}
@media (max-width: 767px){
  .contacts_header  .send_btn.red{
    font-size: 18px;
  }
}

.our-services_block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: -30px;
}

.our-services_block > ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  margin: 15px 0;
}

.our-services_block > ul > .our-services_block__item {
  margin-left: 25px;
  margin-bottom: 6px;
}


@media screen and (max-width: 625px) {
  .our-services_block > ul {
    font-size: 16px;
  }
  footer .address{
    padding: 0 52px;
  }
  footer .address .info_unp{
    line-height:17px;
  }
}

@media (max-width: 1024px){
.number_static_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
}
@media (max-width: 1024px){
.number_static_mobile a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-weight: bold;
  background: #007900;
  font-size: 22px;
  text-align: center;
}
}
.footer_mobile__number_string:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icon_tap.png);
  background-size: cover;
  margin-right: 10px;
  margin-bottom: -4px;
}

.our-services_block.main-page-services-descr_block > ul {
  margin: 25px 0 15px;
}

.our-services_block__item {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.our-services_block__item .our-services_block__item--title {
  font-weight: bold;
  text-transform: uppercase;
}

.main-page-services-descr_block .center_button .send_btn {
  text-transform: none;
  margin: 10px 0 0;
}

@media screen and (min-width: 355px) {
  .main-page-services-descr_block .center_button .send_btn {
    width: 335px;
  }
}

@media screen and (max-width: 354px) {
  .main-page-services-descr_block .center_button .send_btn {
    width: 300px;
  }
}

.head_container {
  flex-direction: column;
  align-items: center;
}
.certificate-block {
  font-size: 18px;
  color: white;
  font-family: 'Helvetica';
  margin-top: 15px;
  text-align: center;
}
.block_main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_title.head_title {
  margin-top: 15px;
}
@media(max-width: 768px) {
  .head_container {
    margin-top: 43px;
    align-items: center;
  }
  .certificate-block {
    font-size: 16px;
  }
  .block_main-title {
    flex-direction: column;
}
}
.text-home-block p{
    font-size: 20px;
    line-height: 1.2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-home-block ul li{
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: disc;
    line-height: 1.2;
}
.breadcrumbs span{
    color: #1b203c;
}
.text-home-block{
    margin-top: 25px;
}
.table_price a{
    color:#fff;
    text-decoration: none;
}
.table_price a:hover{
    color:#fff;
    text-decoration: none;
}
.table_price ul{
    min-height: 420px;
}
@media (max-width: 768px){
    .table_price td{
        padding-left: 30px!important;
    }
    .table_price{
        margin-bottom: 5px!important;
    }
    .table_price ul{
        min-height: auto;
    }
}
.home-reviews{
    padding-top: 45px!important;
    padding-bottom: 45px!important;
}
.home-reviews .review_text{
    font-size: 18px;
    line-height: 1.2;
    margin-left: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.review_form{
    padding: 25px;
}
.review_form label{
    margin-top:10px;
    margin-bottom:10px;
    display:inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.review_form button{
    margin-top: 15px;
    padding: 15px;
    border-radius: 35px;
    color: #fff;
    border: 0;
    background: #E6081D;
    font-size: 24px;
}
.review_form button:hover{
    background: #E6081D;
}
.review_form button:active{
    background: #E6081D;
}
.detail_review{
    margin-top: 15px;
    background: rgba(0, 121, 0, 0.31);
    margin-bottom: 15px;
    border: 1px solid rgba(0, 121, 0, 0.31);
    border-radius: 25px;
    padding: 15px;
}
.detail_review .review_date,.review_name{
    font-size: 24px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.detail_review .review_text{
    font-size: 20px;
    line-height: 1.3;
    font-style: italic;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hidden_block_reviews{
    display: none;
}
.review_page_text{
    margin-bottom: 25px;
}
.review_page_text p{
    font-size: 18px;
    line-height: 1.3;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.message_info{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.reviews_more_link{
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.reviews_section .custom{
    background: #ecf5eb;
}
.home-reviews .review_item::before{
    content: "“";
    display: block;
    font-size: 3em;
    line-height: 1;
    position: absolute;
    right: -4px;
    bottom: 35px;
    color: rgb(72, 161, 61);
    font-style: italic;
    transform: rotate(180deg);
}
.home-reviews .review_item::after {
    content: "”";
    display: block;
    font-size: 3em;
    line-height: 1;
    position: absolute;
    left: 0px;
    top: -24px;
    color: rgb(72, 161, 61);
    font-style: italic;
    transform: rotate(180deg);
}
.review_date.title-h2{
    padding-top: 0;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 20px;
}
.review_item .review_heading{
    text-align: right;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 20px;

}
@media (max-width: 768px){
    .reviews_section .custom{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.reviews_more_link{
    text-align: right;
}
.reviews_more_link a{
    color: #48a13d;
}
.pre_site_title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.line-break {
    display: none;
}

@media (max-width: 768px){
    .pre_site_title{
        font-size: 16px;
    }

    .line-break {
        display: block;
    }
}

.sitemap_menu_link {
    text-align: right;
    margin-right: 20px;
    position: relative;
    right: 0;
    bottom: 10px;
}

.detail__quest-rev {
    display: flex;
    margin-bottom: 40px;
}
.detail__quest-rev_single .detail__question-wrap {
    width: 100%;
    margin-right: 0;
}
.detail__question-wrap .questions {
    width: 100%;
}
.questions h2 {
    color: #48a13d;
    font-size: 1.6em;
    margin: 1.2em 0 16px;
    font-weight: 700;
}
.questions__items {
    border-top: 1px solid #48a13d;
}
.questions__item {
    border-bottom: 1px solid #48a13d;
}
.questions__title {
    font-weight: 600;
    padding: 8px 40px 8px 0;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s linear;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box;
    border: 0;
    background: #fff;
}
.questions__item_active .questions__title:after {
    transform: rotate(180deg) translateY(50%);
}
.questions__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/templates/mementomori/img/down-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.questions__item_active .questions__answer {
    display: block;
}
.questions__answer {
    padding: 4px 0;
    display: none;
}
.questions__answer p:first-child {
    margin-top: 0;
}

#our-services .title a {
    color: black;
}

h2, .h2 {
    font-size: 1.6em;
    margin: 1.2em 0 16px;
    font-weight: 700;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

table th {
    text-align: left;
    padding: 16px;
    border-top: 2px solid #49a13d;
    border-bottom: 2px solid #49a13d;
    background: #f3f8f2;
    color: #2d6a28;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table td {
    text-align: left;
    padding: 16px;
    border-top: 2px solid #49a13d;
    border-bottom: 2px solid #49a13d;
    background: #fff !important;
    vertical-align: top;
}

table tr:nth-child(even) td {
    background: #f9fdf8 !important;
}

table tr:hover td {
    background: #eef7ec !important;
}

/* Адаптивность на мобилках */
@media (max-width: 768px) {
    table {
        min-width: 600px;
    }
}

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

h3, .h3 {
    font-size: 1.3em;
    margin: 1.2em 0 16px;
    font-weight: 700;
}

strong {
    font-weight: bolder;
}
