﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*background: #ebf0a9 url(../images/bg.jpg) no-repeat 0 90px;

      background: #fff url(../images/outer.jpg) no-repeat center top;
    background: #fff url(../images/page.jpg) no-repeat fixed 0 0;
    background: #fff url(../images/bg_ng.jpg) no-repeat center top;
    background: #fff url(../images/bg_winter.png) no-repeat center top;*/
    background: #fff url(../images/page.jpg) no-repeat fixed 0 0;
    font-family: 'pr';
    font-weight: normal;
    font-style: normal;
    color: #303a3f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

body.autumn{
    background: #fff url(../images/outer.jpg) no-repeat center top;
}

body.winter{
    background: #fff url(../images/bg_ng.jpg) no-repeat center top;
}

body.mod-unscroll {
    overflow: hidden;

}

/*
.wrapper {
  width: 750px;
  min-width: 750px;
}*/
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'pb';
}

h1 {
    line-height: 28px;
    padding: 10px 0;
    margin: 0 20px;
    margin-top: 3px;
    font-size: 23px;
    position: relative;
}

h1.single-title {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
}

h2 {
    font-size: 22px;
    line-height: 25px;
}

b, strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

textarea, input, select, radio, button {
    outline: none;
    font-size: 14px;
    font-family: 'pr';
}

a {
    color: #303a3f;
}

a:hover {
    text-decoration: none;
    color: #303a3f;
}

p {
    line-height: 20px;
    margin: 15px 0;
    color: #303a3f;
    font-size: 14px;
}

li {
    margin-bottom: 8px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

span.number {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 36px;
    background: #ffaf3e;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    font-family: 'pb';
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

table {
    /*border-spacing: 0;*/
    border: none;
    max-width: 100%;
}

td {
    padding: 0;
    vertical-align: top;

}

table.mod-small td,
table.mod-small p {
    font-size: 12px;
}

object {
    max-width: 100%;
}

.spam-button {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/spam.png) no-repeat right top;
    border-radius: 2px;
    position: relative;
}

.spam-button:hover {
    background-color: #009700;
    width: 110px;
}

.spam-button:hover:before {
    content: 'Пожаловаться';
    color: #dedede;
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    padding: 2px 2px 0;
    line-height: 18px;
    font-size: 12px;
}

.spam-res {
    display: none;
    float: right;
    padding: 2px 5px 0;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
    background-color: #009700;
    color: #dedede;
}

.index-links {
    margin-bottom: 10px;
}

h4.time-trans {
    background: #f7f7f7;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px;
    text-align: center;
}

.forum-smile {
    margin: 0 2px;
}

.form-error {
    color: #BF2227;
}

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

.comments-button a, .other {
    display: inline-block;
    background: #ffa500;
    background: -moz-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: -webkit-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: linear-gradient(to bottom, #ffa500 0%, #ff8200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa500', endColorstr='#ff8200', GradientType=0);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 0 25px;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'pb';
    padding-top: 3px;
    border-radius: 15px;
    line-height: 35px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
}

/* Ссылки на камеры */
.cam-link {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.cam-link li {
    display: inline-block;
    margin: 0 3px 10px 0;
}

.cam-link a {
    display: inline-block;
    background: #009600;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.cam-link a.a {
    background: #016301;
}

.dollar, .euro {
    cursor: pointer;
}

.news-com textarea {
    width: 550px !important;
}

.errors {
    color: #BF2227;
}

/* Языки */
.ico-lang {
    background: url(../images/langs.png) no-repeat;
    width: 14px;
    height: 11px;
    margin-right: 6px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ico-ru {
    background-position: 0 0;
}

.ico-en {
    background-position: -20px 0;
}

.ico-fr {
    background-position: -40px 0;
}

.ico-de {
    background-position: -60px 0;
}

.ico-it {
    background-position: -80px 0;
}

.ico-po {
    background-position: -100px 0;
}

.ico-sp {
    background-position: -120px 0;
}

.ico-search {
    background-position: -86px -58px;
    width: 18px;
    height: 17px;
    vertical-align: middle;
}

/* Соцсети Тимура и Амура */
.social-ta {
    overflow: hidden;
    border-radius: 20px;
    background: #fafafa;
    margin: 20px 0;
}

.social-ta a {
    text-decoration: none;
}

.social-ta td {
    vertical-align: middle !important;
    padding: 10px 0 10px 40px;
    line-height: 35px;
}

.social-ta img {
    margin-bottom: 0 !important;
}

.social-ta td:first-child {
    background: #dcf6dc;
}

.social-ta tr:first-child td:first-child {
    line-height: 20px;
}

.social-ta tr:first-child td:first-child img {
    position: relative;
    top: 5px;
}

.social-ta tr:last-child td:first-child {
    background: #ffe6c2;
}

/* Блок картинок */
.img {
    display: inline-block;
}

.img_gal {
    background: #f5f5f5;
    padding: 11px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 25px 20px;
}

.img a, .img_gal a {
    display: block;
    text-decoration: none;
}

.img img, .img_gal img {
    vertical-align: top;
}

.img span, .img_gal span {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: #555c60;
}

.img span:empty, .img_gal span:empty {
    display: none;
}

/* Иконки */
.ico {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.ico-time {
    width: 17px;
    height: 16px;
    background-position: -218px 0;
}

.ico-mail {
    width: 16px;
    height: 11px;
    background-position: -246px 0;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.ico-location {
    width: 13px;
    height: 15px;
    background-position: -247px -17px;
    margin-right: 5px;
    vertical-align: middle;
}

.ico-vk, .ico-fb, .ico-ok, .ico-inst, .ico-youtube {
    width: 36px;
    height: 36px;
    margin-left: 3px;
}

.ico-vk {
    background-position: 0 0;
}

.ico-fb {
    background-position: -41px 0;
}

.ico-ok {
    background-position: -83px 0;
}

.ico-inst {
    background-position: -125px 0;
}

.ico-youtube {
    background-position: -167px 0;
}

.ico-subscribe {
    width: 33px;
    height: 33px;
    background-position: top right;
}

.ico-refresh {
    width: 30px;
    height: 30px;
    background-position: 2px -50px;
}

.ico-book {
    width: 29px;
    height: 20px;
    background-position: -42px -59px;
    position: relative;
    top: 5px;
    margin-right: 3px;
}

/* Враппер */
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

/**

*/
.mobile {
    display: none;
}

.top {
    display: flex;
    align-items: center;
    padding: 14px 0;
    padding: 8px 0;
   /* color: #fff;*/
}

.top .phone {
    color: #4be54b;
    font-family: 'pb';
    font-size: 26px;
    padding-left: 25px;
    flex: 0 0 auto;
    text-decoration: none;
}

.top .phone span {
    color: #000;
}

.top .email {
    flex: 0 0 auto;
    /*color: #fff;*/
}

.top .work {
    line-height: 18px;
    cursor: help;
    position: relative;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-left: 160px;
    flex: 0 0 auto;
    /*color: #fff;*/
}

.top .work i {
    margin-right: 15px;
    display: none;
}

.top .work .help {
    display: none;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    position: absolute;
    z-index: 11;
    top: 62px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    max-width: 250px;
    text-shadow: none;
}

.top .work .help:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 14px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    z-index: 5;
}

/* Фон */
.top-img {
    height: 90px;
    position: absolute;
    width: 100%;
    z-index: 0;
    /*
      background: linear-gradient(
  180deg
  , rgb(162 72 14 / 64%) 0%, rgba(255,255,255,0) 100%);*/
}

/***********************************************/

/*

.top .work:hover .help{
	display: block;
}
.top .phone span {
	color: #000;

}*/

/**/

/**/

.autumn .top-img{
    background: linear-gradient(180deg, rgb(162 72 14 / 78%) 0%, rgba(255, 255, 255, 0) 100%);
}

.autumn .top .work{
    color:#fff;
    text-shadow: 1px 0 #000;
}

.autumn .top .email{
    color:#fff;
    text-shadow: 1px 0 #000;
}

.autumn .top .phone span{
    color:#fff;
    text-shadow: 1px 0 #000;
}

.winter .top-img{
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) 0%, rgb(0 0 0 / 0%) 100%);
}

.winter .top .work{
    color:#fff;
    text-shadow: 1px 0 #000;
}

.winter .top .email{
    color:#fff;
    text-shadow: 1px 0 #000;
}

.winter .top .phone span{
    color:#fff;
    text-shadow: 1px 0 #000;
}

.top-menu {
    background: #00ab00;
    background: -moz-linear-gradient(top, #00ab00 0%, #008400 100%);
    background: -webkit-linear-gradient(top, #00ab00 0%, #008400 100%);
    background: linear-gradient(to bottom, #00ab00 0%, #008400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ab00', endColorstr='#008400', GradientType=0);
    box-shadow: inset 0 2px 0 #4dc54d;
    border-radius: 30px;
    height: 55px;
    position: relative;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.53);
}

.top-menu a.logo {
    position: absolute;
    top: -25px;
    left: 0;
}

.top-menu ul {
    margin: 0 0 0 295px;
    padding: 0;
    list-style: none;
}

.top-menu li {
    display: inline-block;
    line-height: 57px;
    margin: 0 11px;
    position: relative;
}

.top-menu li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: 'pb';
}

.top-menu li ul {
    position: absolute;
    top: 55px;
    right: -16px;
    margin: 0;
    background: #008400;
    white-space: nowrap;
    z-index: 2;
    display: none;
    line-height: 35px !important;
    border-radius: 0 0 15px 15px;
    padding-bottom: 5px;
}

.top-menu li li {
    line-height: 35px !important;
}

.top-menu li ul a {
    font-size: 13px;
}

.top-menu li:hover ul {
    display: block;
}

.header-dop {
    height: 110px;
}

.header-dop > div {
    height: 50px;
    line-height: 50px;
    float: right;
    margin-left: -5px;
    margin-top: 30px;
    padding: 0 25px;
}

.header-dop > .social img {

}

.header-dop > .social svg {

}

.youtube a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'pb';
    padding: 3px 13px 0 55px;
    position: relative;
    border-radius: 20px;
    line-height: 47px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 #cc6700;
    background: #ffa500;
    background: -moz-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: -webkit-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: linear-gradient(to bottom, #ffa500 0%, #ff8200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa500', endColorstr='#ff8200', GradientType=0);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}

.youtube a i {
    position: absolute;
    top: 6px;
    left: 11px;
}

.translate {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}

.social {
    padding-top: 7px !important;
}

.social span {
    line-height: 37px;
    display: inline-block;
    position: relative;
    top: -6px;
    margin-right: 5px;
}

.social a {
    height: 37px;
    display: inline-block;
    vertical-align: top;
}

/* Контент */
.content-wrap {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.content {
    width: calc(100% - 275px);
    padding-left: 20px;
}

/* Новости на главной */
.index-block {
    border-radius: 20px;
    border: 1px solid #e2e2e2;
}

.index-block h2 {
    text-align: center;
    line-height: 43px;
    margin: 0;
    margin-top: 3px;
    font-size: 23px;
    text-transform: uppercase;
}

.news-item {
    border-top: 1px solid #e2e2e2;
    padding: 20px;
    display: flex;
}

.page {
    border-top: 1px solid #e2e2e2;
    padding: 0 20px;
}

.index-news-image {
    width: 200px;
    flex: 0 0 auto;
}

.index-news-image img {
    vertical-align: top;
}

.index-news-description {
    width: calc(100% - 200px);
    flex: 0 0 auto;
    padding-left: 20px;
}

.news-item h3 {
    font-size: 18px;
    margin: 0;
}

.news-item .news-date {
    font-size: 14px;
    color: #93999d;
    margin: 10px 0;
}

.more {
    position: relative;
    color: #009600;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
    padding-top: 2px;
}

.more:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #009600;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 10px;
    right: -12px;
}

.more:hover {
    color: #303a3f;
}

.more:hover:before {
    border-left: 5px solid #303a3f;
}

.all {
    text-align: right;
    margin-right: 12px;
}

/* Лайк / Like */
.like-button {
    float: right;
    display: block;
    text-decoration: none;
    font-size: 13px;
    border-radius: 2px;
}

.like-button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.like {
    background: url(/images/like.png) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    margin-left: 5px;
}

.like-button:hover {
    background: rgba(0, 150, 0, 0.2);
}

.like-button:hover .like {
    background: url(/images/like.png) 0 -20px no-repeat;
}

.yes-like {
    color: rgba(0, 150, 0, 1);
}

.yes-like .like {
    background: url(/images/like.png) 0 -40px no-repeat;
}

/* Страница новостей */
.news-list-page {
    margin-top: 20px;
}

.news-list-page .item {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e2e2e2;
}

.news-list-page .title {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.news-list-page .date {
    display: block;
    color: #8b9498;
    margin: 10px 0;
}

.img-open-news {
    margin: 0 0 20px 20px;
    float: right;
}

/* Постраничная навигация */
.pagination {
    padding: 5px 0 25px;
    text-align: right;
}

.pagination a {
    margin: 0 0 0 5px;
    text-decoration: none;
    border-bottom: 1px solid #cbcecf;
    display: inline-block
}

.pagination a.active {
    border: none;
    font-family: 'pb';
}

/* Галерея */
.galleries {
    margin: 19px 0 -6px -19px;
}

.galleries .img {
    margin: 0 0 25px 19px;
}

.galleries .img:hover {
    background: #e9e9e9;
}

.gallery_open {
    margin: 20px 0 0 -24px;
}

.gallery_open a {
    display: block;
    float: left;
    margin: 0 0 20px 24px;
    text-decoration: none;
}

/* Подписка на новости */
.m-t-b-20 {
    margin: 20px 0;
    padding: 0 20px;
}

#subscribe label, .remove label {
    font-family: 'pb';
    display: inline-block;
    width: 80px;
}

#subscribe input, .remove input {
    background: #f6f6f6;
    height: 30px;
    width: 180px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .06);
    border: none;
    padding: 0 10px;
}

/* Сайдбар */
.page-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sidebar {
    width: 275px;
}

.sidebar .menu {
    background: #009600;
    border-radius: 20px;
    margin: 0;
    padding: 20px;
    list-style: none;
}

.sidebar .menu li {
    border-top: 1px solid #31aa31;
    border-bottom: 1px solid #007900;
    padding: 9px 0;
    margin-bottom: 0;
}

.sidebar .menu li:first-child {
    padding-top: 0;
    border-top: none;
}

.sidebar .menu li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .menu a {
    color: #fff;
    font-family: 'psb';
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
}

.sidebar .menu.yellow {
    margin-bottom: 20px;
    background: #ff9500;
}

.sidebar .menu.yellow li {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    border-bottom: 1px solid rgb(218, 128, 1)
}

.sidebar .menu.yellow li:first-child {
    padding-top: 0;
    border-top: none;
}

.sidebar .menu.yellow li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.menu.mt-20 {
    margin-top: 20px;
}

.sidebar .menu .menu__title {
    font-weight: 700;
    font-size: 18px;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #00000030;
}

.sidebar .menu .menu__title + li {
    border-top: 0;
}

.subscribe {
    background: #dcf6dc;
    border-radius: 20px;
    margin-top: 20px;
    padding: 5px;
}

.subscribe > a {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 0 1px #badaba;
    padding: 12px;
    font-family: 'pb';
    text-decoration: none;
}

.subscribe > a span {
    font-size: 23px;
    color: #009600;
    display: block;
    text-transform: uppercase;
}

.book {
    border-radius: 20px;
    margin-top: 20px;
    padding: 5px 15px 10px 15px;
    border: 1px solid #e2e2e2;
    text-align: center;
}

.book h3 {
    text-align: center;
    font-family: 'pb';
    font-size: 23px;
    text-transform: uppercase;
}

.book a {
    margin: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'pb';
    padding-top: 3px;
    border-radius: 15px;
    line-height: 45px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
}

.book a.book-online {
    background: #ffa500;
    background: -moz-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: -webkit-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: linear-gradient(to bottom, #ffa500 0%, #ff8200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa500', endColorstr='#ff8200', GradientType=0);
}

.book a.book-reviews {
    background: #00a600;
    background: -moz-linear-gradient(top, #00a600 0%, #008400 100%);
    background: -webkit-linear-gradient(top, #00a600 0%, #008400 100%);
    background: linear-gradient(to bottom, #00a600 0%, #008400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a600', endColorstr='#008400', GradientType=0);
}

.weather {
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 28px;
    border: 1px solid #e2e2e2;
}

/*
.weather h3 {
	text-align: center;
	font-family: 'pb';
	font-size: 23px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.weather > div {
	background: #dae5ed;
	margin-top: 2px;
	padding: 6px 17px;
}
.weather > div > div {
	line-height: 20px;
	width: 33%;
	float: left;
}
.weather .weather-day {
	padding-top: 5px;
}
.weather .weather-temp {
	padding-top: 5px;
	float: right;
}
.weather .weather-icon img {
	vertical-align: top;
}
*/
/* Творчество */
.hide {
    display: none;
}

.creation {
    margin-top: 20px;
}

.creation > a {
    line-height: 20px;
    padding: 10px 20px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #dedede 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dedede', GradientType=0);
    display: block;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: inset 0 -1px 0 0 #cdcdcd;
    font-weight: bold;
}

.creation > a.active {
    box-shadow: inset 0 -1px 0 0 #d57d00;
    background: #ffa500;
    background: -moz-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: -webkit-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: linear-gradient(to bottom, #ffa500 0%, #ff8200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa500', endColorstr='#ff8200', GradientType=0);
}

.creation .hide {
    padding: 0 20px;
}

.work-kon label {
    width: 150px !important;
}

.work-kon input {
    width: 527px !important;
}

.work-kon textarea {
    width: 100%;
}

.work-kon .captcha {
    padding-left: 150px;
}

.work-kon .captcha label {
    width: 350px !important;
}

.work-kon input.captcha-input {
    width: 200px !important;
}

.work-kon .btn {
    margin-left: 148px !important;
}

/* Отзывы */
.link-form {
    text-decoration: none;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}

.commets-wrapper {
    margin: 0 20px;
    border-top: 1px solid #e2e2e2;
}

.comment-body {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

.comment-item:last-child .comment-body {
    border-bottom: 0;
}

.comment-body img {
    max-width: 400px;
    max-height: 400px;
}

.comments-list .date {
    color: #8b9498;
    margin-left: 10px;
}

.comments-list .text {
    padding: 5px 0;
}

.comments-list .text p,
.comments-list .quote p {
    margin: 0 0 10px 0;
}

.comments-list .text p:last-child,
.comments-list .quote p:last-child {
    margin-bottom: 0;
}

.comments-list .quote {
    background: #ebebeb;
    border-left: 2px solid #bfbfbf;
    padding: 5px 10px;
    margin: 7px 0;
}

.comments-list .header {
    margin-bottom: 10px;
}

.meta {
    margin: 0 0 0 -3px;
    padding: 0;
}

.meta .more {
    margin: 0;
}

fieldset {
    border: 1px solid #fafafa;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

legend {
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'pb';
}

fieldset input, fieldset textarea {
    border: none;
    background: #f6f6f6;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .06);
    resize: vertical;
    height: 30px;
    width: 180px;
    padding: 5px 10px;
}

fieldset textarea {
    height: 120px;
    width: 580px;
}

fieldset label {
    display: inline-block;
    float: left;
    width: 85px;
    color: #000;
    line-height: 30px;
}

.video-link {
    white-space: nowrap;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'pb';
    padding-top: 3px;
    border-radius: 15px;
    line-height: 35px;
    padding: 0 23px;
    display: inline-block;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    background: #00a600;
    background: -moz-linear-gradient(top, #00a600 0%, #008400 100%);
    background: -webkit-linear-gradient(top, #00a600 0%, #008400 100%);
    background: linear-gradient(to bottom, #00a600 0%, #008400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a600', endColorstr='#008400', GradientType=0);
}

.video-link:hover {
    color: #fff;
}

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

.captcha {
    padding-left: 85px;
}

.captcha label {
    display: block;
    line-height: 20px;
    float: none;
    width: 100%;
}

.captcha-block {
    margin-top: 5px;
}

.captcha-block > * {
    vertical-align: middle;
}

.captcha-block a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.btn {
    margin: 10px 10px 0 80px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'pb';
    padding-top: 3px;
    border: none;
    border-radius: 15px;
    line-height: 35px;
    padding: 0 23px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    background: #00a600;
    background: -moz-linear-gradient(top, #00a600 0%, #008400 100%);
    background: -webkit-linear-gradient(top, #00a600 0%, #008400 100%);
    background: linear-gradient(to bottom, #00a600 0%, #008400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a600', endColorstr='#008400', GradientType=0);
    cursor: pointer;
}

.button-link {
    margin: 20px 0;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'pb';
    padding-top: 3px;
    border: none;
    border-radius: 15px;
    line-height: 35px;
    padding: 0 23px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    background: #00a600;
    background: -moz-linear-gradient(top, #00a600 0%, #008400 100%);
    background: -webkit-linear-gradient(top, #00a600 0%, #008400 100%);
    background: linear-gradient(to bottom, #00a600 0%, #008400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a600', endColorstr='#008400', GradientType=0);
    cursor: pointer;
    display: inline-block;
}

.button-link:hover {
    color: #fff;
}

.sinema td {
    padding: 0 10px;
}

/* Низ, почти Футер :) */
.bottom {
    margin: 20px -20px -20px -20px;
    background: #fafafa;
    padding: 2px 20px 20px;
}

.bottom .bottom-menu {
    background: #fff;
    display: block;
    margin: 0 -20px 20px -20px;
    padding: 0;
    text-align: center;
}

.bottom .bottom-menu li {
    display: inline-block;
    padding: 0 18px;
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'pb';
}

.bottom .bottom-menu li ul {
    display: none;
}

.bottom .bottom-menu a {
    text-decoration: none;
}

.bottom-items {
    display: flex;
    justify-content: space-between;
}

.bottom-items .kassa {
    padding-top: 10px;
}

.bottom-items .kassa span {
    display: block;
    text-transform: uppercase;
    font-family: 'pb';
    margin-bottom: 5px;
}

.bottom-items .social {
    width: 270px;
    margin: 5px 20px 0 20px;
}

.bottom-items .social span {
    display: block;
    line-height: 20px;
}

.bottom-items .youtube {
    width: 245px;
    padding-top: 10px;
}

.bottom-items .bottom-phone {
    width: 245px;
    font-size: 30px;
    font-family: 'pb';
    float: right;
    padding: 5px 0;
}

.bottom-items .bottom-phone a {
    text-decoration: none;
}

.bottom-items .bottom-phone .mail {
    line-height: 22px;
    font-size: 14px;
    font-family: 'pr';
    display: block;
}

/* Футер */
.footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-translate {
    padding: 30px 0;
}

.footer a {
    color: #009600;
    display: index-block;
    vertical-align: middle;
}

.footer img {
    vertical-align: middle;
    margin-right: 25px;
}

.footer .copy {
    display: inline-block;
}

/* Клир */
.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/**
*
*/
.bottom-banners {
    overflow: hidden;
    background: #fafafa;
    padding: 10px;
    margin: 10px 0;
}

.bottom-banners__image {
    width: 170px;
    float: left;
}

.bottom-banners__socials {
    float: left;
    width: 520px;
}

.bottom-banners__link {
    display: inline-block;
    text-decoration: none;
    margin: 15px 0 0 25px;
}

.bottom-banners__picture {
    display: inline-block;
    text-decoration: none;
    width: 57px;
    text-align: center;
}

.bottom-banners__link img {
    vertical-align: middle;
}

/**
*
*/
.search-bar {
    background: #fafafa;
    padding: 12px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.search-bar_small {
    margin: 20px 0 20px;
}

.search-bar_small .search-bar__query {
    width: calc(100% - 135px);
}

.search-bar__query {
    border: 2px solid #d2d2d2;
    line-height: 26px;
    width: calc(100% - 135px);
    margin: 0 10px 0 5px;
    padding: 0 10px;
}

.search-bar__btn {
    border: 0;
    background: #009600;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    text-transform: none;
    line-height: 32px;
    display: inline-block;
    margin: 0;
}

.search-results {
    padding: 20px 0 50px 0;
}

.search-results__name {
    font-family: 'pb';
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
}

.search-results__item {
    margin-bottom: 20px;
}

/**
*
*/
.red-border {
    border: 2px solid red !important;
    display: block;
    padding: 10px;
}

.page table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
}

.page table th {

    border: 1px solid #ddd;
    padding: 5px 10px;
    background: #e0f5e0;
}

.page table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #00000075;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
    overflow: auto;
}

.modal.is-opened {
    display: block;
}

.modal .dialog {
    position: relative;
    background: #fff;
    max-width: 600px;
    margin: 50px auto 0;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 3px 8px #0000003d;
}

.modal .close {
    width: 18px;
    position: absolute;
    right: 15px;
    top: 18px;
}

/**/

@media (max-width: 1100px) {
    .content-wrap {

    }

    .page {
        padding: 0;
        border: 0;
    }

    .index-block {
        border: 0;
    }

    h1 {
        margin: -20px -20px 20px -20px;
        padding: 15px 20px;
        border-bottom: 1px solid #e2e2e2;
    }

    h1.single-title {
        margin: 0;
        font-weight: 700;
        font-size: 25px;
        padding: 0 0 15px;
    }

    .commets-wrapper fieldset {
        padding: 0;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 25px;
    }

    .commets-wrapper fieldset label {
        width: 100%;
        display: block;
        float: none;
    }

    .commets-wrapper fieldset label br {
        display: none;
    }

    .commets-wrapper fieldset input,
    .commets-wrapper fieldset textarea {
        width: 100%;
        height: 36px;
    }

    .comment-form-prompt {
        display: block !important;
    }

    .comment-form-prompt br {
        display: none;
    }

    .commets-wrapper .captcha {
        padding: 0;
    }

    .commets-wrapper .captcha-input {
        width: 100px;
    }

    .commets-wrapper fieldset .btn {
        float: right;
        margin: 0;
    }

    .commets-wrapper .redactor-editor {
        min-height: 180px !important;
    }

    /**/
    .pagination a {
        margin: 0 0 0 5px;
        text-decoration: none;
        font-size: 14px;
        border: 1px solid #ddd;
        display: inline-block;
        padding: 4px 9px;
        border-radius: 2px;
    }

    .pagination a.active {
        font-family: inherit;
        font-weight: bold;
        background: #00a600;
        border: 1px solid #00a600;
        color: #fff;
    }

    .page iframe {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .pagination .first,
    .pagination .last {
        display: none;
    }
}

/**/

.index-messages-item {
    border: 2px solid red;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    text-align: center;
    border-radius: 5px;
}

.index-messages-item p {
    margin: 0 0 15px 0;
}

.index-messages-item p:last-child {
    margin: 0;
}

@media (max-width: 500px) {

}

/**/

.home-banners {
    margin-bottom: 20px;
}

.home-banners .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-banners .banner {
    background: #ffe9c4;
    border-radius: 20px;
    width: calc((100% - 20px) / 3);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 195px;
    padding: 15px 20px 0 30px;
    text-decoration: none;
}

.home-banners .banner .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.home-banners .banner .title {

}

.home-banners .banner .value {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 700px) {
    .home-banners {
        margin-bottom: 0;
    }

    .home-banners .banner {
        width: 100%;
        background-image: url(/images/icon-link-arrow.svg) !important;
        background-position: right 20px center;
        margin-bottom: 15px;
        height: auto;
        padding: 15px 20px 20px 30px;
    }
}

/**/

.home-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home-contacts .block {
    text-align: center;
    border-radius: 20px;
    width: calc((100% - 20px) / 3);
    background-color: #fafafa;
    text-decoration: none;
    padding: 20px 0 20px;
    border: 2px solid #d2f6dc;
    display: block;
}

.home-contacts .block.mod-transparent {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.home-contacts .block .row {
    background-color: #d2f6dc;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 18px;
    padding: 11px 15px;
    height: 100%;
}

.home-contacts .block .row:first-child {

}

.home-contacts .block .row img {
    margin-right: 8px;
}

.home-contacts .title {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 700px) {
    .home-contacts .block {
        width: 100%;
    }

    .home-contacts .block img {

    }

    .home-contacts .block:first-child {
        display: flex;
        height: 72px;
        background-image: url(/images/icon-link-arrow.svg) !important;
        background-position: right 20px center;
        background-repeat: no-repeat;
        padding-right: 50px;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
        align-items: center;
    }

    .home-contacts .block:last-child {
        display: flex;
        height: 72px;
        background-image: url(/images/icon-link-arrow.svg) !important;
        background-position: right 20px center;
        background-repeat: no-repeat;
        padding-right: 50px;
        margin-top: 15px;
        font-size: 16px;
        font-weight: bold;
        align-items: center;
    }

    .home-contacts .block:first-child img,
    .home-contacts .block:last-child img {
        height: 48px;
        margin: 0 7px 0 15px;
    }

    .home-contacts .block .row {
        background-image: url(/images/icon-link-arrow.svg) !important;
        background-position: right 20px center;
        background-repeat: no-repeat;
        padding-right: 50px;
    }

    .home-contacts .block .row:first-child {
        margin-bottom: 15px;
    }
}

/**/
.reviews-page {
    padding-top: 30px;
}

.reviews-item {
    -webkit-box-shadow: 1px 1px 5px #00000026;
    box-shadow: 1px 1px 5px #00000026;
    border-radius: 8px;
    background: #fff;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}

.reviews-item-head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ff8200));
    background: -o-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: linear-gradient(to bottom, #ffa500 0%, #ff8200 100%);
    color: #fff;
    padding: 5px 15px 5px 20px;
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
}

.reviews-item-date {
    margin-right: 15px;
}

.reviews-item-text,
.reviews-item-text p {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}

.reviews-item-text {
    position: relative;
    margin: 0 20px 0 18px;
}

.reviews-item-text img:first-child {
    position: absolute;
    left: -29px;
    top: 0px;
}

.reviews-item-text img:last-child {
    position: absolute;
    right: -29px;
    bottom: 0px;
}

@media (max-width: 1000px) {
    .reviews-page {
        padding-top: 0;
    }
}

@media (max-width: 400px) {
    .reviews-item {
        margin: 0 -20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #dddddd54;
        border-radius: 0;
    }
}

/**/

.header-dop > div.other-park {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 18px rgb(0 0 0 / 22%);
    background: #ffa500;
    background: -moz-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: -webkit-linear-gradient(top, #ffa500 0%, #ff8200 100%);
    background: linear-gradient(to bottom, #ffa500 0%, #ff8200 100%);
    padding: 0 20px;
}

.header-dop .other-park a {
    font-size: 15px;
    font-family: 'pb';
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 5%);
    line-height: 16px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-dop .other-park a svg {
    margin-right: 10px;
}

.header-dop .other-park a span {

}

.news-social {

}

.news-social-title {
    font-weight: 700;
}

.news-social-icons {
    display: flex;
    margin-top: 15px;
}

.news-social-icons a {
    margin-right: 5px;
}

/**/

.home-prices-head {
    display: flex;
    align-items: center;
    background: #ffe7c3;
    border-radius: 5px 5px 0 0;
}

.home-prices-head__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.home-prices-head__title a {
    text-decoration: none;
}

.home-prices-head__title a span {
    border-bottom: 1px solid #9b9b9b;
    line-height: 20px;
    display: inline-block;
}

.home-prices-head__title svg {
    width: 12px;
    height: 12px;
}

.home-prices-head__left {
    padding: 10px 20px 10px 20px;
}

.home-prices-head__right {
    padding: 0px 20px 0 20px;
    margin-left: auto;
}

.home-prices-head__image {
    max-height: 75px;
    max-width: 300px;
    mix-blend-mode: multiply;
    vertical-align: middle;
}

.home-prices-head__desc {
    font-size: 13px;
}

@media (max-width: 760px) {
    .home-prices-head {
        display: block;
    }

    .home-prices-head__image {
        max-height: 50px;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.home-prices {
    width: 100%;
    margin-bottom: 20px;
}

.home-prices__row {
    display: flex;
    border: 1px solid #e2e2e2;
}

.home-prices__row:last-child {
    border-radius: 0 0 5px 5px;
}

.home-prices__col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-prices__col + .home-prices__col {
    border-left: 1px solid #e2e2e2;
}

.home-prices-item__head {
    font-weight: bold;
    min-height: 100px;
    text-align: center;
    padding: 7px 10px;
    border-bottom: 1px solid #e2e2e2;
}

.home-prices_auto-height .home-prices-item__head {
    min-height: auto;
}

.home-prices-item__head span {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
}

.home-prices-item__content {
    text-align: center;
    flex: 1;
    font-weight: 700;
    padding: 7px 10px;
}

.home-prices-item__content_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 760px) {
    .home-prices__row {
        flex-direction: column;
    }

    .home-prices-item {
        flex-direction: row;
        border-bottom: 1px solid #e2e2e2;
    }

    .home-prices-item__head {
        border: 0;
        text-align: left;
        min-height: auto;
    }

    .home-prices-item__head span {
        text-align: left;
    }

    .home-prices-item__content_center {
        justify-content: flex-end;
    }

    .home-prices__col + .home-prices__col {
        border-left: 0;
    }

    .home-prices-item:last-child {
        border-bottom: 0;
    }
}

.home-prices-note {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #ffe7c3;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
}

.home-prices-note svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.home-notes {
    margin-bottom: 25px;
}

.home-notes__title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    background: #ffe7c3;
    border-radius: 5px 5px 0 0;
}

.home-notes__title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.home-notes__content {
    padding: 10px 15px 10px 5px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.home-notes span {
    background: #ffe7c3a3;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
    margin: 1px 0;
}

@media (max-width: 700px) {
    .home-notes__content {
        padding: 5px 10px 5px 0px;
        border: 1px solid #e2e2e2;
        border-top: 0;
    }

    .home-notes__content li {
        line-height: 22px;
    }

    .home-notes__content span {
        margin: 1px 0;
        border-bottom: 2px solid #f5c680;
        white-space: normal;
        display: inline;
        background: transparent;
        border-radius: 0;
        padding: 0;
    }
}

@media (max-width: 400px) {
    .home-notes__content li {
        font-size: 13px;
    }
}

.home-work-time {
    border: 2px solid #000;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 20px 15px;
}

.home-work-time__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 700;
}

.home-work-time__time {
    text-align: right;
}

.home-work-time__small-time {
    font-weight: normal;
    font-size: 15px;
}

.home-work-time__title {

}

.home-work-time__subtitle {
    font-size: 16px;
}

@media (max-width: 650px) {
    .home-work-time__row {
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        text-align: center;
    }

    .home-work-time__time {
        text-align: center;
        margin: 10px 0 0;
    }
}

.home-welcome {
    background: #ffe7c3;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
}

.comment-form__success {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #009600;
    color: #009600;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 22px;
    font-weight: bold;
}

.comment-form.is-success .comment-form__success {
    display: flex;
}

.comment-form__success svg {
    width: 25px;
    height: 25px;
    fill: #009600;
}