html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    font-family: 'Roboto', sans-serif;
}

.clearfix {
    clear: both;
}

input, textarea, select, button {
    outline: none;
}

div {
    box-sizing: border-box;
}

p {
    color: #181818;
    font-size: 14px;
}

p span {
    font-weight: 700;
}

.border-none {
    border: none!important;
}

.success {
    z-index: 10000!important;
    font-weight: bold;
    color: #262626;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
    height: 100px;
}

.inner {
    max-width: 1232px;
    margin: 0 auto;
    outline: 0 solid red;
}

.top-line {
    position: relative;
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: #7abb1b;
    box-shadow: 0 1px 10px 0 rgba(81, 62, 136, 0.08), 0 4px 5px 0 rgba(119, 102, 166, 0.06), 0 2px 4px 0 rgba(81, 62, 136, 0.06);
}

.top-line > ul {
    display: block;
    height: 60px;
    letter-spacing: 50px;
}

.top-line ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.top-line ul li a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    text-decoration: none;
}

.top-line ul li span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.top-line ul li:hover span, .top-line ul li.active span {
    opacity: 1;
}

.footer {
    box-sizing: border-box;
    padding-bottom: 134px;
}

.left-footer {
    float: left;
}

.right-footer {
    float: right;
}

/*.footer {
    margin-top: 39px;
}*/

.inner-footer p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    line-height: 19px;
}

.footer-top-block {
    letter-spacing: 8px;
    text-align: center;
    outline: 0px solid red;
}

.one-footer-top-block {
    margin-top: 39px;
    text-align: left;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 299px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.left-one-footer-top-block {
    float: left;
    width: 213px;
}

.left-one-footer-top-block > div:first-child {
    padding: 22px 10px 10px 32px;
    height: 106px;
    border-bottom: 1px solid #eeeeee;
}

.left-one-footer-top-block > div:first-child p a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    text-decoration: none;
}

.left-one-footer-top-block > div:last-child {
    padding: 16px 10px 10px 32px;
}

.left-one-footer-top-block > div:last-child p a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #7abb1b;
    text-decoration: none;
    text-transform: uppercase;
}

.right-one-footer-top-block {
    float: right;
    width: 86px;
    height: 100%;
}

.after-footer-top-block {
    margin-top: 40px;
    margin-bottom: 44px;
    height: 24px;
    outline: 0px solid red;
}

.right-after-footer-top-block img, .right-after-footer-top-block a {
    display: inline-block;
    vertical-align: middle;
}

.right-after-footer-top-block img {
    margin-right: 11px;
}

.right-after-footer-top-block a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
    text-decoration: underline;
}

.right-after-footer-top-block a:hover {
    text-decoration: none;
}

.left-after-footer-top-block {
    float: left;
}

.right-after-footer-top-block {
    float: right;
}

.header {
    z-index: 95;
    position: relative;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 23px;
}

.left-under-header {
    position: relative;
    float: left;
    padding-top: 4px;
}

.luh-sandwich-button {
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 8.5px;
    right: 17.5px;
    text-decoration: none!important;
    font-size: 25px;
    color: #fff!important;
}

.right-under-header {
    float: right;
}

.left-under-header > div {
    display: table-cell;
    vertical-align: middle;
    height: 43px;
}

.left-under-header > div > ul > li {
    position: relative;
    /*padding-bottom: 25px;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}

.left-under-header > div > ul > li > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.left-under-header > div > ul > li > ul {
    display: none;
    width: 200px;
    z-index: 100;
    position: absolute;
    top: 15px;
    padding-top: 8px;
    left: -24px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
} 

.left-under-header > div > ul > li > ul > li {
    position: relative;
}

.left-under-header > div > ul > li > ul > li > a, .left-under-header > div > ul > li > ul > li > ul > li > a {
    box-sizing: border-box;
    padding: 7px 24px 5px 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none!important;
  outline: 0px solid red;
  position: relative;
}

.left-under-header > div > ul > li > ul > li > a:hover, .left-under-header > div > ul > li > ul > li > ul > li > a:hover {
    background-color: #cedf90;
}

.left-under-header > div > ul > li > ul > li > ul {
    display: none;
    width: 200px;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 200px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.left-under-header > div > ul > li > ul > li > a > span {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 29px;
    font-size: 10px;
}

.left-header {
    float: left;
    padding-top: 1px;
}

.left-header .logo, .left-header > div {
    display: inline-block;
    vertical-align: bottom;
}

.left-header > div {
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-left: 15px;
}

.left-header > div > p:first-child {
    color: #7abb1b;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 7px;
}

.left-header > div > p:last-child {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    line-height: 19px;
}

.right-header {
    float: right;
    box-sizing: border-box;
    padding-top: 26px;
}

.right-header .cc-string {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  margin-bottom: 8px;
}

.right-header .cc-phone {
    font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: right;
  color: #7abb1b;
  margin-bottom: 6px;
}
.right-header .cc-time {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #9b9b9b;
}

.under-header {
    margin-bottom: 40px;
    z-index: 90;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(81, 62, 136, 0.08), 0 4px 5px 0 rgba(119, 102, 166, 0.06), 0 2px 4px 0 rgba(81, 62, 136, 0.06);
}

.map-block {
    height: 364px;
    margin-top: 40px;
}

.inner-map-block {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.top-block-left-contacts-page-content {
    padding: 38px 33px 0 33px;
    position: relative;
    height: 133px;
    background-color: #7abb1b;
}

.left-contacts-page-content {
    float: left;
    width: 51.54%; /*635px*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.top-block-left-contacts-page-content h1 {
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
}

.top-block-left-contacts-page-content ul {
    position: absolute;
    bottom: 1px;
}

.top-block-left-contacts-page-content ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 39px;
}

.top-block-left-contacts-page-content ul li:hover a,
.top-block-left-contacts-page-content ul li.active a {
    opacity: 1;
}

.top-block-left-contacts-page-content ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.6;
    text-transform: uppercase;
    display: block;
    height: 30px;
    outline: 0px solid red;
}

.top-block-left-contacts-page-content ul li span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.top-block-left-contacts-page-content ul li:hover span,
.top-block-left-contacts-page-content ul li.active span {
    opacity: 1;
}

.bottom-block-left-contacts-page-content {
    padding: 24px 33px 31px 33px;
    background: #fff;
}

.bottom-block-left-contacts-page-content p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 19px;
}

.bottom-block-left-contacts-page-content p:last-child {
    margin-bottom: 0;
}

.right-contacts-page-content {
    padding: 36px 31px 32px 31px;
    float: right;
    width: 46.5%; /*573px*/
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.right-contacts-page-content p:first-child {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #7abb1b;
    margin-bottom: 45px;
}

.right-contacts-page-content form input[type=text],
.right-contacts-page-content form select,
.left-reviews-page-content form input[type=text] {
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    width: 100%; /*488px*/
    height: 24px;
    border: none;
    border-bottom: 2px solid #E7E8EB;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', sans-serif;
    box-shadow: none!important;
}

.right-contacts-page-content form .field,
.left-reviews-page-content form .field {
    margin-bottom: 45px;
}

.right-contacts-page-content form .field input::-webkit-input-placeholder,
.right-contacts-page-content form .field textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.48);
}
.right-contacts-page-content form .field input::-moz-placeholder,
.right-contacts-page-content form .field textarea::-moz-placeholder          {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.48);
}
.right-contacts-page-content form .field input:-moz-placeholder,
.right-contacts-page-content form .field textarea:-moz-placeholder           {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.48);
}
.right-contacts-page-content form .field input:-ms-input-placeholder,
.right-contacts-page-content form .field textarea:-ms-input-placeholder      {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.48);
}

.right-contacts-page-content form select {
    box-sizing: border-box;
    height: 24px;
    border: none;
    border-bottom: 2px solid #E7E8EB;    
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.right-contacts-page-content form textarea,
.left-reviews-page-content form textarea {
    border-radius: 0;
    padding: 0;
    resize: none;
    width: 100%; /*488px*/
    height: 96px;
    border: none;
    border-bottom: 2px solid #E7E8EB;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', sans-serif;
    box-shadow: none!important;
}

.green-button {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 16px;
    cursor: pointer;
    height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #7abb1b;
    box-shadow: 0 2px 2px 0 rgba(36, 36, 36, 0.24), 0 0 2px 0 rgba(36, 36, 36, 0.12);
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #ffffff!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.right-contacts-page-content form input[type=checkbox],
.left-reviews-page-content form input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.field-message {
    margin-bottom: 35px!important;
}

.rules-true {
    position: relative;
    margin-bottom: 23px;
}

.rules-true input {
    margin-top: -1px;
}

.rules-true label {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
}

.all-content-reviews {
    margin-top: 40px;
    padding: 35px 32px 38px 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.all-content-reviews > p {
    font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-bottom: 40px;
}

.one-review {
    margin-bottom: 30px!important;
}

.one-review:last-child {
    margin-bottom: 0;
}

.one-review > p {
    font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-bottom: 18px;
}

.one-review > div {
    font-size: 14px;
    line-height: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
}

.right-reviews-page-content {
    float: right;
    padding: 31px 31px 31px 31px;
    width: 51.54%; /*635px*/
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.right-reviews-page-content p {
    font-size: 14px;
    line-height: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-bottom: 19px;
}

.right-reviews-page-content p:last-child {
    margin-bottom: 0;
}

.left-reviews-page-content {
    width: 46.5%; /*573px*/
    float: left;
    background: #fff;
    padding: 38px 31px 31px 31px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.left-reviews-page-content > h1 {
    font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-bottom: 33px;
}

.left-reviews-page-content h3 {
    font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-bottom: 45px;
}

.left-news {
    float: left;
    padding-bottom: 22px;
    width: 21.02%; /*259px*/
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.left-news ul li a {
    display: block;
    box-sizing: border-box;
    padding: 14px 25px 13px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #616161;
  text-decoration: none;
}

.left-news ul li.active a, .left-news ul li a:hover {
    background-color: #7abb1b;
    color: #fff;
}

.right-news {
    float: right;
    padding: 37px 2.6% 10px 2.6%; /*31px*/
    width: 76.86%; /*947px*/
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.right-news > h1, .login-page-title {
    font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-bottom: 29px;
}

.left-one-new {
    display: inline-block;
    font-size: 0;
    float: left;
    width: 210px; /*23.72%*/
    height: 189px;
    margin-right: 19px;
}

.right-one-new {
    float: left;
    width: 70.05%; /*620px*/
}

.right-one-new p:first-child {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #84a02b;
  margin-bottom: 14px;
}

.right-one-new p:nth-child(2) a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  text-decoration: none;
}

.right-one-new p:nth-child(2) a:hover {
    text-decoration: underline;
}

.right-one-new p:nth-child(3) {
    font-size: 14px;
    line-height: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-top: 32px;
}

.one-new {
    margin-bottom: 24px;
}

.news-page-description {
    margin-bottom: 24px;
}

.news-page-description p {
    font-size: 14px;
    line-height: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
}

.breadcrumbs {
    margin-bottom: 24px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #9b9b9b;
}

.breadcrumbs li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #7abb1b;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li:not(:last-child):after {
    content: "/";
    color: #7abb1b;
}

.news-under-header {
    margin-bottom: 27px;
}

.post-content img {
    max-width: 100%;
    height: auto!important;
}

.post-content p {
    font-size: 14px;
    line-height: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-bottom: 19px;
}

.post-content p:last-child, .post-content ul:last-child, .post-content ol:last-child {
    margin-bottom: 0;
}

.post-content ul, .post-content ol {
    margin-bottom: 19px;
}

.post-content ul li, .post-content ol li {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    list-style: disc inside;
}

.post-content ol li {
    list-style: decimal inside!important;
}

.post-content table {
    width: 100%!important;
    max-width: 100%;
}

.post-content table th, .post-content table td {
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.post-content a {
    color: #7abb1b;
}

.post-content h2 {
    margin-bottom: 20px;
}

.post-content h3 {
    margin-bottom: 16px;
}

.typical-right-news {
    padding-bottom: 32px;
}

.typical-rn-date {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #9b9b9b;
  margin-bottom: 38px;
}

.typical-right-news > h1 {
    margin-bottom: 24px;
}

.typical-right-news > h3 {
    font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-bottom: 18px;
}

.right-reviews-page-content ul {
    padding-left: 17px;
    margin-bottom: 22px;
}

.right-reviews-page-content li {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 19px;
  color: #000000;
  list-style: disc;
  margin-bottom: 13px;
}

.right-reviews-page-content li:last-child {
    margin-bottom: 0;
}

.one-album {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 43px;
}

.one-album > a:first-child, .one-album > div {
    margin-bottom: 21px;
    display: block;
    width: 374px;
    height: 330px;
    outline: 0px solid red;
}

.one-album > div {
    background: #000;
}

.one-album > a:last-child {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  text-decoration: none;
}

.one-album > a:last-child:hover {
    text-decoration: underline;
}

.inner-photo-gallery-page-content {
    padding: 36px 30px 30px 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.inner-photo-gallery-page-content > h1 {
    font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-bottom: 22px;
}

.inner-photo-gallery-page-content > h3 {
    font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-bottom: 28px;
}

.all-albums {
    letter-spacing: 20px;
    margin-top: 28px;
}

.inner-white-block {
    padding: 37px 31px 37px 31px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.login-page form label {
    margin-bottom: 10px;
}

.login-page form input {
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    width: 300px;
    height: 40px;
    border: 1px solid #E7E8EB;
}

.admin-menu li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.admin-menu a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    box-sizing: border-box;
    padding: 13px 16px;
    height: 36px;
    border-radius: 2px;
    background-color: #7abb1b;
    box-shadow: 0 2px 2px 0 rgba(36, 36, 36, 0.24), 0 0 2px 0 rgba(36, 36, 36, 0.12);
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.71;
    color: #ffffff;
    text-decoration: none;
}

.admin-page h1 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    margin-bottom: 28px;
}

.admin-panel {
    box-sizing: border-box;
    padding: 24px 0;
}

.admin-page .save-form label {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.admin-menu li.active a, .admin-menu li a:hover {
    background-color: #000000;
}

.admin-panel li {
    display: inline-block;
    vertical-align: top;
}

.downloadform-block {
    margin-top: 30px;
}

.save-form textarea {
    height: 200px;
    resize: none;
}

.admin-preview {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: auto;
}

.admin-preview img {
    max-width: 100%;
    height: auto;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}

.pagination li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    border: none;
    background-color: transparent!important;
}

.pagination .prev, .pagination .next {
    display: none;
}

.pagination li.active a, .pagination li a:hover {
    background-color: transparent!important;
    color: #84a02b!important;
}

.status-approved {
    border: 1px dashed #000;
    padding: 3px 10px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background-color: green;
}

.status-new {
    border: 1px dashed #000;
    padding: 3px 10px;
    font-weight: 700;
    display: inline-block;
    background-color: yellow;
}

.all-albums > div > div {
    display: inline-block;
}

.photo-gallery-title {
    font-size: 34px;
  font-weight: normal;
  font-style: normal;
  color: #7abb1b;
}

.photo-gallery-title + h4 {
    font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-top: 21px;
}

.album-photo-admin-preview {
    width: 100px;
    height: 56px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.albums-admin-table table tr td:nth-child(4) {
    width: 600px;
}

.back-to-albums {
    display: inline-block;
    margin-top: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none!important;
}

.back-to-albums i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.back-to-albums:hover {
    color: #7abb1b;
}

.view-one-album {
    margin-bottom: 0;
}

.general-contact-center {
    margin-bottom: 40px;
}

.inner-general-contact-center {
    /*height: 133px;*/
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.left-general-contact-center {
    height: 133px;
    position: relative;
    float: left;
    padding: 26px 32px 19px 32px;
}

.right-general-contact-center {
    font-size: 0;
    float: right;
    width: 59.33%; /*731px*/
    height: 100%;
    outline: 0px solid red;
}

.right-general-contact-center img {
    max-width: 100%;
}

.left-general-contact-center p:first-child {
    font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
}

.left-general-contact-center p:last-child {
    position: absolute;
    bottom: 16px;
}

.left-general-contact-center p:last-child a {
    font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.77;
  text-align: center;
  color: #7abb1b;
  text-transform: uppercase;
  text-decoration: none;
}

.general-news {
    float: left;
    padding: 22px 17px 28px 31px;
    width: 813px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.general-news-gp {
    width: 100%;
    float: none;
    margin-bottom: 40px;
}

.one-general-new {
    letter-spacing: normal;
    margin-top: 24px;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    outline: 0px solid red;
}

.general-news-gp .one-general-new {
    width: 207px;
}

.general-news-gp .ogn-image {
    max-width: 100%;
}

.one-general-new > p {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-top: 17px;
  margin-bottom: 4px;
}

.one-general-new > a:first-child {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 180px;
}

.one-general-new > a:last-child {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    line-height: 18px;
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #4a4a4a;
  text-decoration: underline;
}

.all-general-news {
    letter-spacing: 33px;
}

/*.all-general-news .one-general-new:not(:last-child) {
    margin-right: 33px;
}*/

.gn-green-title {
    margin-top: 8px;
    float: left;
    font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  color: #7abb1b;
}

.gn-all-news-title {
    float: right;
    display: block;
    width: 128px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(36, 36, 36, 0.24), 0 0 2px 0 rgba(36, 36, 36, 0.12);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  text-decoration: none!important;
}

.general-events {
    float: right;
    width: 374px;
    padding: 22px 30px 30px 30px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.one-general-event {
    margin-bottom: 27px;
}

.one-general-event > a {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 56px;
    outline: 0px solid red;
}

.one-general-event > div.event-info {
    float: left;
    width: 245px;
    margin-left: 15px;
}

.one-general-event > div.event-info > p {
    padding-top: 1px;
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #84a02b;
  margin-bottom: 4px;
}

.one-general-event > div.event-info > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #4a4a4a;
  text-decoration: underline;
}

.all-general-events {
    margin-top: 35px;
}

.video-albums-admin-table td:nth-child(4) {
    width: auto!important;
}

.admin-video-page iframe {
    width: 300px;
    height: auto;
}

.admin-video-page table td:nth-child(2) {
    width: 400px;
}

.general-bottom-content {
    margin-top: 40px;
}

.left-general-bottom-content {
    float: left;
    width: 837px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.left-lgbc {
    float: left;
    font-size: 0;
    width: 396px;
}

.left-lgbc img {
    max-width: 100%;
    height: auto;
}

.right-lgbc {
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    float: left;
    width: 441px;
    outline: 0px solid red;
}

.right-lgbc > p {
    font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7abb1b;
  margin-bottom: 34px;
}

.right-lgbc > div {
    margin-bottom: 56px;
}

.right-lgbc > div li {
    font-size: 14px;
    line-height: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  color: #000000;
  margin-bottom: 16px;
}

.right-lgbc > div li:last-child {
    margin-bottom: 0;
}

.right-lgbc > a {
    font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  color: #7abb1b;
  text-decoration: none;
  text-transform: uppercase;
}

.right-general-bottom-content {
    float: right;
    width: 374px;
}

.one-rgbc {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
}

.left-one-rgbc {
    padding: 16px 30px 30px 30px;
    float: left;
    width: 288px;
}

.right-one-rgbc {
    font-size: 0;
    float: left;
    display: block;
    width: 86px;
}

.left-one-rgbc-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
}

.left-one-rgbc-more {
    font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.77;
  text-align: center;
  color: #7abb1b;
  text-transform: uppercase;
  text-decoration: none;
}

.bottom-block-left-contacts-page-content[data-tab='tab-2'],
.bottom-block-left-contacts-page-content[data-tab='tab-3'] {
    display: none;
}

.sandwich-button {
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 17.5px;
    right: 17.5px;
    text-decoration: none!important;
    font-size: 25px;
    color: #fff!important;
}

.inner-top-line {
    display: none;
    position: relative;
}

.mini-fields {
    letter-spacing: 59px;
}

.mini-fields > .field {
    letter-spacing: normal;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.general-slider {
    overflow: hidden!important;
}

.inner-general-slider {
    margin-bottom: 40px;
    height: 432px;
    outline: 0px solid red;
}

.inner-one-general-slide > .inner-one-general-slide-left {
    box-sizing: border-box;
    padding: 0 50px;
}

.inner-one-general-slide > .inner-one-general-slide-left > p {
  font-size: 30px;
  line-height: 39px;
  font-family: 'DINPro-Black';
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #7abb1b;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.inner-one-general-slide > .inner-one-general-slide-left > div > p {
    font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #9b9b9b;
}

.all-general-slides, .one-general-slide {
    height: 432px;
}

.inner-one-general-slide-left {
    width: 570px;
    height: 432px;
    display: table-cell;
    vertical-align: middle;
    outline: 0px solid red;
}

.header-flags {
    text-align: right;
    margin-bottom: 5px;
}

.header-flags > a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.search-block {
    position: relative;
    display: inline-block;
    /*vertical-align: middle;*/
    width: 192px;
    height: 43px;
}

.search-block input[type=text], html body .search-block #ya-site-form0 input[type=search] {
    box-sizing: border-box;
    padding: 0 10px 0 40px;
    width: 192px;
    height: 43px;
    border-radius: 100px;
    background-color: #cedf90!important;
    border: none!important;
    font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

.search-block button, .search-block input[type=button] {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/search-icon.png) no-repeat;
    border: none;
    font-size: 0!important;
}

html #ya-site-form0 .ya-site-form__form *,
#ya-site-form0 .ya-site-form__submit {
    font-size: 0!important;
}

#ya-site-form0 .ya-site-form__submit {
    width: 24px!important;
    margin-left: 0!important;
}

html #ya-site-form0 input[type=search] {
    font-size: 15px!important;
    font-weight: 500!important;
}

.youtube-icon {
    display: inline-block;
    margin-left: 20px;
}

.inner-under-header {
    padding-bottom: 20px;
}

.wrapper-luh-sandwich-button {
    display: none;
}

.left-under-header > div > ul > li > a > span {
    position: absolute;
    right: 23px;
    font-size: 12px;
}

.footer-top-line {
    display: none!important;
}

@media (max-width: 1236px) {
    .mini-fields > .field {
        width: 100%;
    }
}

@media (max-width: 1232px) {
    .general-news {
        float: none;
        width: 100%;
    }
    .general-events {
        width: 100%;
        margin-top: 40px;
    }
    .left-general-bottom-content {
        float: none;
        width: 100%;
    }
    .right-general-bottom-content {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .one-rgbc {
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .left-lgbc {
        text-align: center;
        width: 47.31%;
    }
    .right-lgbc {
        width: 52.68%;
    }
    .all-general-news {
        text-align: center;
    }
    .photo-gallery-block, .view-photo-gallery, .video-gallery-page, .view-video-gallery {
        text-align: center;
    }
    .top-line ul {
        letter-spacing: 3.7vw;
    }
    .top-line ul li a {
        font-size: 1.15vw;
    }
}

@media (max-width: 1150px) {
    .left-header, .right-header {
        float: none;
        text-align: center;
    }
    .right-header > div, .right-header > p {
        text-align: center!important;
    }
    .left-under-header, .right-under-header {
        float: none;
        text-align: center;
    }
    .left-under-header > div {
        display: inline-block;
        vertical-align: top;
    }
    .left-under-header > div > ul > li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1090px) {
    .right-one-new {
        width: 65%;
    }
}

@media (max-width: 961px) {
    .left-news {
        /*width: 100%;
        float: none;
        margin-bottom: 40px;*/
        display: none;
    }
    .right-news {
        float: none;
        width: 100%;
    }
    .left-footer {
        margin-bottom: 20px;
    }
    .left-footer, .right-footer {
        float: none;
        width: 100%;
        text-align: center;
    }
    .left-after-footer-top-block, .right-after-footer-top-block {
        float: none;
    }
    .after-footer-top-block {
        text-align: center;
    }
    .left-contacts-page-content, .right-contacts-page-content,
    .left-reviews-page-content, .right-reviews-page-content {
        float: none;
        width: 100%;
    }
    .right-contacts-page-content {
        margin-top: 40px;
    }
    
    .top-line > ul, .left-under-header > div > ul {
        display: none;
    }
    .top-line ul li, .left-under-header > div > ul > li {
        display: block;
    }
    .top-line ul li a, .left-under-header > div > ul > li > a {
        font-size: 18px;
    }
    .inner-top-line {
        display: block;
    }
    
    .left-under-header {
        margin-bottom: 27px;
        background: #7abb1b;
    }
    
    .left-under-header > div, .left-under-header > div > ul {
        width: 100%;
    }
    .left-under-header > div > ul > li {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        margin-right: 0;
        width: 100%;
        height: 43px;
        line-height: 43px;
        border-bottom: 5px solid transparent;
    }
    .left-under-header > div > ul > li:hover {
        border-bottom: 5px solid #fff;
    }
    .left-under-header > div > ul > li > a {
        display: block;
        width: 100%;
        color: #fff;
    }
    .wrapper-luh-sandwich-button {
        display: block;
    }
    .left-under-header > div > ul > li > ul {
        position: relative;
    }
    
    .left-under-header > div > ul > li > ul {
        width: 100%;
        left: 0;
    }
    .general-slider {
        display: none;
    }
    .iso-block {
        text-align: center!important;
    }
    .iso-block img {
        margin-bottom: 10px;
    }
    .iso-block span {
        line-height: 28px;
    }
    
    .top-line {
        display: none!important;
    }
    .footer-top-line {
        display: block!important;
    }
    .footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 825px) {
    .right-one-new {
        width: 100%;
    }
    .one-new {
        text-align: center;
    }
    .left-one-new {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pagination {
        display: block;
        text-align: center;
    }
}

@media (max-width: 785px) {
    .left-lgbc {
        float: none;
        width: 100%;
    }
    .right-lgbc {
        float: none;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .gn-green-title, .gn-all-news-title {
        float: none;
        letter-spacing: normal;
    }
    .gn-all-news-title {
        margin-top: 24px;
        display: inline-block;
        vertical-align: top;
    }
    .general-news, .general-events {
        text-align: center;
    }
    .top-block-left-contacts-page-content {
        height: auto;
    }
    .top-block-left-contacts-page-content ul {
        position: relative;
    }
    .top-block-left-contacts-page-content ul li {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .one-album > a:first-child, .one-album > div {
        width: 274px;
        height: 230px;
    }
    .photo-gallery-block, .view-photo-gallery, .video-gallery-page, .view-video-gallery {
        padding: 37px 11px 37px 11px;
    }
    .all-albums > div > div {
        display: block;
        margin: 0 auto 21px auto!important;
    }
    .one-album > div iframe {
        width: 100%!important;
        height: auto!important;
    }
}

.height-auto {
    height: auto!important;
}

.height-43 {
    height: 43px!important;
}

.relative {
    position: relative!important;
}

.absolute {
    position: absolute!important;
}

.left-0 {
    left: 0!important;
}

.width-100 {
    width: 100%!important;
}

.system-row-search {
    margin-top: 55px;
}

.system-row-search input {
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 400px;
    height: 36px;
    border: 1px solid #ddd;
}

.field-pagessearch-title {
    display: inline-block;
    vertical-align: top;
}

.system-row-search button {
    margin-top: 15px;
}

.field-callback-agree_personal_data, .field-reviews-agree_personal_data {
    display: inline-block;
}

.rules-true a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
    text-decoration: none;
}

.rules-true a:hover {
    color: #7abb1b;
    text-decoration: underline;
}

.personal-data-modal {
    display: none;
    width: 500px;
}

.personal-data-modal p {
        font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    margin-bottom: 19px;
}

.personal-data-modal p:last-child {
    margin-bottom: 0;
}

.personal-data-modal h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 19px;
}

.error-page {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.site-logo {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 282px;
    height: 520px;
    text-align: center;
}

.site-logo h1 {
    font-size: 160px;
    line-height: 0.83;
    color: #7abb1b;
}

.site-logo a {
    font-size: 16px;
    line-height: 0.83;
    color: #7abb1b;
}

.site-logo img {
    margin: 20px 0;
}

.full-width-right-news {
    width: 100%;
}

.inst-link-layout {
    display: inline-block;
    text-decoration: none!important;
}

.iso-block {
    text-align: left;
    margin-top: 40px;
    letter-spacing: normal;
}

.iso-block img, .iso-block span {
    display: inline-block;
    vertical-align: middle;
}

.iso-block span {
    margin-left: 10px;
}

.iso-block span a {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.71;
    color: #7abb1b;
    text-decoration: none;
    text-transform: uppercase;
}

.not-border td {
    border: none!important;
}

.field-reviews-address, .field-callback-address {
    visibility: hidden;
}

.field-reviews-email, .field-callback-email {
    margin-top: -69px;
}

.reviews-page-content .cke_top.cke_reset_all, .reviews-page-content .cke_bottom.cke_reset_all {
    display: none!important;
}

.reviews-page-content .cke_chrome {
    border: none!important;
    box-shadow: none!important;
    border-bottom: 2px solid #E7E8EB!important;
}

.admin-page .field-reviews-phone {
    visibility: hidden!important;
}

.right-under-header a {
    display: inline-block;
    /*vertical-align: middle;*/
}

.contact-center-callback-form {
    margin-top: 45px;
}

.contact-center-callback-form > p:first-child {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: rgb(122, 187, 27);
    margin-bottom: 45px;
}

.contact-center-callback-form input[type=text], .contact-center-callback-form textarea, .contact-center-callback-form select {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none!important;
    padding: 0;
    resize: none;
}

.contact-center-callback-form .field {
    margin-bottom: 30px;
}

.contact-center-callback-form textarea {
    height: 96px;
}

.contact-center-callback-form input[type=checkbox]{
    width: 18px;
    height: 18px;
}

.contact-center-callback-form .rules-true a {
    position: absolute;
    left: 179px;
    top: 2px;
}