*  {
    margin: 0;
    padding: 0;
    max-height: 999999px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
*,
::after,
::before {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
html, body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'Avenir Next Cyr', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
a {
    color: #000;
    text-decoration: none;
    outline: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
b,
strong {
    font-weight: 600;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
iframe {
    max-width: 100%;
}
.body {
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.header,
.footer {
    flex-shrink: 0;
}
.wrap {
    flex: 1 0 auto;
    overflow: hidden;
}

.preloader {
    position: relative;
    height: 300px;
}
.preloader:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/svg/preloader.svg") no-repeat 50% 50%;
    background-size: 50px 50px;
}
.preloader * {
    opacity: 0;
}

/* header */
.header__home {
    position: relative;
    flex-shrink: 0;
}
.header__home-body {
    position: relative;
    /*padding: 60px 0;*/
    background: url("../images/bg/home-bg.jpg") no-repeat 50% 0;
    background-size: cover;
}
.header__home-logo {
    display: block;
    margin: 60px auto;
    width: 240px;
}
.header__body {
    position: relative;
    padding: 30px 0;
    background: url("../images/bg/promo-bg.jpg") no-repeat 50% 0;
    background-size: cover;
}
.header__logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
    width: 420px;
}
.header__logo img + img {
    display: none;
}
.header__title {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    width: 330px;
    height: 36px;
    background: #055f20;
    border-left: 2px solid #ecac00;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
.header__lang-open {
    display: none;
}
.header__lang {
    position: absolute;
    right: 50%;
    top: 0;
    margin: 0 -555px 0 0;
    z-index: 3;
}
.header__lang > ul {
    display: block;
    margin: 0;
    overflow: hidden;
}
.header__lang > ul > li {
    display: block;
    margin: 0 5px 0 0;
    float: left;
}
.header__lang > ul > li:last-child {
    margin-right: 0;
}
.header__lang > ul > li > a {
    position: relative;
    display: block;
    padding: 42px 0 0;
    width: 52px;
    height: 68px;
    background: #09702e;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.header__lang > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    margin: 0 auto;
    width: 23px;
    height: 13px;
}
.header__lang > ul > li > a.ru:before,
.header__lang-open.ru:before {
    background: url("../images/svg/flag-ru.svg") no-repeat;
    background-size: 100% auto;
}
.header__lang > ul > li > a.en:before,
.header__lang-open.en:before {
    background: url("../images/svg/flag-en.svg") no-repeat;
    background-size: 100% auto;
}
.header__lang > ul > li > a.cn:before,
.header__lang-open.cn:before {
    background: url("../images/svg/flag-cn.svg") no-repeat;
    background-size: 100% auto;
}
.header__lang > ul > li.active > a {
    background: #fff;
    color: #000;
}
.header__menu-open,
.header__menu-close {
    display: none;
}
.header__menu > ul {
    position: relative;
    display: block;
    margin: 0 -15px;
}
.header__menu > ul > li {
    position: relative;
    display: block;
    padding: 0 30px;
}
.header__menu > ul > li > a {
    display: block;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
}
.header__menu > ul > li > a svg {
    display: none;
}
.header__menu > ul > li > ul {
    display: block;
}
.header__menu > ul > li > ul > li {
    display: block;
}
.header__menu > ul > li > ul > li > a {
    display: block;
    padding: 10px 30px 12px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
}
.header__menu > ul > li.active > a {
    color: #ffbc08;
}

/* promo */
.promo {
    position: relative;
    padding: 60px 0;
    background: url("../images/bg/promo-bg.jpg") no-repeat 50% 0;
    background-size: cover;
    height: 510px;
}
.promo__content {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 560px;
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.promo__content span {
    display: block;
    margin: 12px auto 0;
    padding: 13px 0;
    width: 405px;
    height: 54px;
    background: #ecac00;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
}
.promo__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border: 1px solid #abdcbe;
    border-radius: 50%;
    transition-duration: 0.2s;
    cursor: pointer;
}
.promo__btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    transition-duration: 0.2s;
}

/* about */
.about {
    position: relative;
    padding: 60px 0 150px;
    background: url("../images/bg/about-bg.jpg") no-repeat 50% 0;
    background-size: cover;
}
.about__text {
    float: left;
    margin: 25px 0 0;
    padding: 50px 60px;
    width: 490px;
    height: 530px;
    background: #fff;
}
.about__text h1 {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 28px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #0a8338;
    text-transform: uppercase;
}
.about__text h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #0e9a41;
}
.about__text .content {
    padding: 0;
    border-top: 0;
}
.about__slider {
    position: relative;
    float: left;
    width: 410px;
    height: 585px;
    background: #fff;
    z-index: 1;
}
.about__slider.preloader:after {
    opacity: 0;
}
.about__slider:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
    background: #0e9a41;
    z-index: -1;
}
.about .about__image {
    float: right;
    margin: 25px 0 0 -67px;
    width: 270px;
}
.slick__prev,
.slick__next {
    position: absolute;
    bottom: 90px;
    width: 48px;
    height: 48px;
    background: #097c33;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    transition-duration: 0.2s;
    cursor: pointer;
    z-index: 1;
}
.slick__prev {
    right: -103px;
}
.slick__next {
    right: -162px;
}
.slick__prev svg,
.slick__next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slick__prev.slick-disabled,
.slick__next.slick-disabled {
    background: #fff;
    color: #097c33;
    cursor: default;
}
.about__menu {
    position: relative;
    margin: 0 0 40px;
    z-index: 1;
}
.about__menu:before {
    content: "";
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: 0;
    bottom: 0;
    background: #097c33;
    box-shadow: 0 1px 1px 0 rgba(1, 1, 1, 0.19);
    z-index: -1;
}
.about__menu ul {
    display: block;
    margin: 0 -30px;
    overflow: hidden;
}
.about__menu ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 30px;
}
.about__menu ul li:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 31px;
    width: 4px;
    height: 4px;
    background: #27ba5c;
    border-radius: 50%;
}
.about__menu ul li:last-child:after {
    display: none;
}
.about__menu ul li a {
    display: block;
    padding: 20px 0 21px;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.about__menu ul li.active a {
    border-bottom-color: #ffcb16;
    color: #ffcb16;
}
.about__content {
    position: relative;
    margin: 0 0 50px;
    overflow: hidden;
}
.about__content .about__image {
    float: left;
    width: 280px;
}
.about__content .content {
    float: right;
    margin: 15px 0 0;
    padding: 0;
    width: calc(100% - 330px);
    border-top: 0;
}
.about__content .content p {
    font-size: 15px;
}
.about__headline {
    margin: 0 0 35px;
    padding: 0 0 25px;
    background-image: linear-gradient(to right, #097c33 0, #097c33 1px, transparent 1px, transparent 100%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
}
.about__list > ul {
    display: block;
    margin: 0;
}
.about__list > ul > li {
    position: relative;
    display: block;
    padding: 0 0 50px;
    overflow: hidden;
}
.about__list > ul > li:last-child {
    padding-bottom: 0;
}
.about__list > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #a7c1b1;
}
.about__list > ul > li:last-child:before {
    height: 91px;
}
.about__list-image {
    position: relative;
    float: left;
    margin: 0 0 0 50px;
    padding: 20px;
    width: 290px;
    height: 180px;
    border: 1px solid #a7c1b1;
    line-height: 130px;
    text-align: center;
}
.about__list > ul > li:first-child .about__list-image {
    margin: 0;
    width: 340px;
    height: 220px;
    line-height: 170px;
}
.about__list-image:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 89px;
    width: 50px;
    height: 1px;
    background: #a7c1b1;
}
.about__list > ul > li:first-child .about__list-image:before {
    display: none;
}
.about__list-image img  {
    display: inline-block;
    vertical-align: middle;
    max-height: calc(100% - 10px);
}
.about__list-desc {
    float: right;
    width: 700px;
}
.about__list-title {
    margin: -5px 0 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.about__list > ul > li:first-child .about__list-title {
    font-size: 30px;
    line-height: 36px;
}
.about__list-text .content {
    padding: 0;
    border-top: 0;
}
.about__list-text .content p {
    font-size: 15px;
}
.about__management {

}
.about__management > ul {
    display: block;
    margin: 0;
}
.about__management > ul > li {
    display: block;
    margin: 0 0 50px;
    overflow: hidden;
}
.about__management > ul > li:last-child {
    margin-bottom: 0;
}
.about__management-image {
    float: left;
    padding: 6px;
    width: 340px;
    background: #e0eee5;
}
.about__management-desc {
    float: right;
    width: calc(100% - 340px);
}
.about__management-top {
    margin: 0 0 25px 60px;
}
.about__management-name {
    margin: 0 0 5px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}
.about__management-position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.about__management-content {
    position: relative;
    padding: 30px 60px;
}
.about__management-content:before {
    content: "";
    position: absolute;
    left: -270px;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #e0eee5;
    z-index: -1;
}
.about__management-content .content {
    padding: 0;
    border-top: 0;
}
.about__management-content .content ul li {
    margin: 0 0 15px;
    padding: 0;
    line-height: 22px;
}
.about__management-content .content ul li:last-child {
    margin-bottom: 0;
}
.about__management-content .content ul li:before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 0;
    height: 0;
    background: none;
    border-top: 4px solid transparent;
    border-left: 4px solid #097c33;
    border-bottom: 4px solid transparent;
    border-radius: 0;
}

/* catalog */
.catalog {
    position: relative;
    margin: -95px 0 0;
    padding: 150px 0 60px;
    z-index: 1;
}
.catalog:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/bg/catalog-bg.png") repeat-x 50% 0;
    background-size: auto 100%;
    height: 95px;
}
.catalog__headline {
    margin: -5px 0 40px;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    color: #097c33;
    text-transform: uppercase;
}
.catalog__list {
    overflow: hidden;
}
.catalog__list > ul {
    display: block;
    margin: -15px;
    overflow: hidden;
}
.catalog__list > ul > li {
    display: block;
    float: left;
    padding: 15px 15px 70px;
    width: 33.33%;
}
.catalog__item {
    position: relative;
    display: block;
    padding: 45px 55px 120px;
    background: #fff;
    border: 5px solid #e0eee5;
}
.catalog__title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 8px;
    padding: 0 0 6px;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #097c33;
    text-transform: uppercase;
}
.catalog__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #097c33;
    transition-duration: 0.2s;
}
.catalog__text {
    font-size: 13px;
    line-height: 17px;
}
.catalog__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.catalog__bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    transition-duration: 0.2s;
}
.catalog__bg img + img {
    opacity: 0;
}
.catalog__item .catalog__image {
    position: absolute;
    right: 0;
    bottom: -55px;
}
.page .catalog__list {
    padding: 40px 0 0;
    border-top: 1px solid #e3efe7;
}
.catalog__content {
    margin: 0 0 40px;
}
.catalog__content .content {
    padding: 0;
    border-top: 0;
}
.catalog__content .content p {
    font-size: 15px;
}
.catalog__menu-title {
    margin: 0 0 22px;
    padding: 0 0 15px;
    border-bottom: 2px solid #e0eee5;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #e0eee5;
    text-transform: uppercase;
}
.catalog__menu > ul {
    display: block;
    margin: 0;
}
.catalog__menu > ul > li {
    display: block;
    margin: 0 0 10px;
}
.catalog__menu > ul > li:last-child {
    margin-bottom: 0;
}
.catalog__menu > ul > li > a {
    position: relative;
    display: block;
    padding: 16px 55px 16px 35px;
    background: #fff;
    border: 5px solid #e0eee5;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #097c33;
    text-transform: uppercase;
}
.catalog__menu > ul > li > a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #e0eee5;
    border-bottom: 5px solid transparent;
    transition-duration: 0.2s;
}
.catalog__menu > ul > li.active > a:after {
    border-left: 0;
    border-right: 6px solid #ecac00;
}
.catalog__menu > ul > li.active > a {
    background: #097c33;
    border-color: #097c33;
    color: #fff;
    font-weight: 600;
}
.catalog__menu > ul > li:not(.active):hover > a {
    background: #ecac00;
    border-color: #ecac00;
    color: #fff;
}
.catalog__menu > ul > li:not(.active):hover > a:before {
    border-left-color: #fff;
}
.main .catalog__image {
    margin: 0 0 25px;
}
.catalog__gallery {
    position: relative;
    padding: 100px 0 0;
    clear: both;
}
.catalog__gallery:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    height: 1px;
    background: #d6e9dd;
}
.catalog__gallery-headline {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.catalog__gallery-headline span {
    color: #097c33;
}
.catalog__gallery ul {
    display: block;
    margin: -6px;
    overflow: hidden;
}
.catalog__gallery > ul > li {
    display: block;
    float: left;
    padding: 1px;
    width: 20%;
}
.catalog__gallery > ul > li a {
    display: block;
    padding: 5px;
    border: 1px solid #fff;
    opacity: 0.7;
}

/* services */
.services {
    position: relative;
    padding: 60px 0;
}
.services:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    margin: 0 auto;
    max-width: 1110px;
    height: 1px;
    background: #e3efe7;
}
.services__headline {
    margin: -5px 0 40px;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}
.services__list {
    overflow: hidden;
}
.services__list > ul {
    display: block;
    margin: -15px;
    overflow: hidden;
}
.services__list > ul > li {
    display: block;
    float: left;
    padding: 15px;
    width: 33.33%;
}
.services__item {
    position: relative;
    display: block;
    padding: 0 0 30px;
    background: #fff;
}
.services__item:before,
.services__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition-duration: 0.2s;
    z-index: 1;
}
.services__item:before {
    top: 50%;
    background: rgb(9,124,51);
    background: -moz-linear-gradient(0deg, rgba(9,124,51,1) 0%, rgba(9,124,51,1) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9,124,51,1) 0%, rgba(9,124,51,1) 60%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(9,124,51,1) 0%, rgba(9,124,51,1) 60%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#097c33",endColorstr="#ffffff",GradientType=1);
}
.services__item:after {
    top: 100%;
    background: rgb(236,172,0);
    background: -moz-linear-gradient(0deg, rgba(236,172,0,1) 0%, rgba(236,172,0,1) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(236,172,0,1) 0%, rgba(236,172,0,1) 60%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(236,172,0,1) 0%, rgba(236,172,0,1) 60%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecac00",endColorstr="#ffffff",GradientType=1);
}
.services__item .services__image {
    position: relative;
}
.services__item .services__image:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 40%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(30deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(30deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(30deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
}
.services__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 70px 30px 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}
.services__title:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 32px;
    width: 22px;
    height: 22px;
    background: #ecac00 url("../images/svg/right.svg") no-repeat 50% 50%;
    background-size: 5px auto;
    transition-duration: 0.2s;
}
.page .services__list {
    padding: 5px 0 0;
}
.services__content {
    margin: 0 0 35px;
}
.services__content .content {
    padding: 0;
    border-top: 0;
}
.services__content .content p {
    font-size: 15px;
}
.services__menu {
    padding: 30px 40px 100px;
    background: #fff url("../images/bg/sidebar-bg.png") no-repeat 50% 100%;
    border: 5px solid #e0eee5;
}
.services__menu-title {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 22px;
    padding: 0 0 15px;
    border-bottom: 2px solid #e0eee5;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #e0eee5;
    text-transform: uppercase;
}
.services__menu > ul {
    display: block;
    margin: 0;
}
.services__menu > ul > li {
    display: block;
    padding: 11px 0 14px;
    background-image: linear-gradient(to right, #097c33 0, #097c33 1px, transparent 1px, transparent 100%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}
.services__menu > ul > li:first-child {
    padding-top: 0;
}
.services__menu > ul > li:last-child {
    padding-bottom: 0;
    background: none;
}
.services__menu > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #097c33;
}
.services__menu > ul > li.active > a {
    color: #ddad2d;
}
.services__menu > ul > li:not(.active):hover > a {
    color: #013815;
}
.main .services__image {
    margin: 0 0 25px;
}

/* news */
.news {
    position: relative;
    padding: 60px 0;
}
.news:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    margin: 0 auto;
    max-width: 1110px;
    height: 1px;
    background: #e3efe7;
}
.news__headline {
    margin: -5px 0 40px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.news__list {
    overflow: hidden;
}
.news__list > ul {
    display: block;
    margin: -20px -40px;
    overflow: hidden;
}
.news__list > ul > li {
    display: block;
    float: left;
    padding: 20px 40px;
    width: 50%;
}
.news__item {
    display: block;
    overflow: hidden;
}
.news__image {
    position: relative;
    float: left;
    margin: 0 27px 0 0;
    width: 133px;
    height: 133px;
    background: #e2f0e7;
    border: 4px solid #097c33;
    transition-duration: 0.2s;
}
.news__image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
}
.news__title {
    float: left;
    margin: 0 0 12px;
    width: calc(100% - 160px);
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.news__title span {
    border-bottom: 1px solid transparent;
    color: #097c33;
    transition-duration: 0.2s;
}
.news__date {
    float: left;
    margin: 0 0 12px;
    width: calc(100% - 160px);
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #868686;
}
.news__text {
    float: left;
    width: calc(100% - 160px);
    font-size: 13px;
    line-height: 17px;
}
.news__btn {
    position: absolute;
    right: 15px;
    top: -5px;
    width: 164px;
    height: 36px;
    background: #ecac00;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.news__btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.page .news__list {
    padding: 5px 0 0;
}
.news__row {
    margin: 0 0 25px;
    padding: 18px 0 20px;
    background-image: linear-gradient(to right, #097c33 0, #097c33 1px, transparent 1px, transparent 100%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    border-top: 1px solid #097c33;
    overflow: hidden;
}
.news__row .news__date {
    margin: 0;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.news__category {
    position: relative;
    float: left;
    display: block;
    margin: 0 0 0 40px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #097c33;
}
.news__category:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #097c33;
    border-radius: 50%;
    cursor: default;
}
.news__content .content {
    padding: 0;
    border-top: 0;
}
.news__back {
    margin: 40px 0 0;
    padding: 30px 0 0;
    background-image: linear-gradient(to right, #097c33 0, #097c33 1px, transparent 1px, transparent 100%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.news__back a {
    position: relative;
    padding: 0 0 2px 32px;
    color: #097c33;
}
.news__back a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 14px;
    background: url("../images/svg/back.svg") no-repeat;
    background-size: 100% auto;
}
.news__back a:after {
    content: "";
    position: absolute;
    left: 32px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c1decc;
    transition-duration: 0.2s;
}

/* contacts */
.contacts__wrap {
    position: relative;
    margin: 0 0 25px;
    border: 3px solid #097c33;
    overflow: hidden;
}
.contacts__wrap:before {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    width: 56px;
    height: 56px;
    background: #097c33 url("../images/svg/location.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    z-index: 1;
}
.contacts__list {
    float: left;
    padding: 45px 70px;
    width: calc(100% - 620px);
}
.contacts__list .contacts__headline {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 22px;
    padding: 0 0 20px;
    border-bottom: 2px solid #097c33;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #097c33;
    text-transform: uppercase;
}
.contacts__list .contacts__span {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #097c33;
}
.contacts__address {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.contacts__branch .contacts__span {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #097c33;
}
.contacts__address {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.contacts__branch .contacts__address {
    margin: 0 0 25px;
}
.contacts__phone {
    margin: 0 0 18px;
}
.contacts__phone a {
    display: block;
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.contacts__phone a:last-child {
    margin-bottom: 0;
}
.contacts__clock {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.contacts__branch .contacts__clock {
    margin: 0;
}
.contacts__email {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.contacts__email a {
    color: #298043;
}
.contacts__map {
    float: right;
    padding: 1px;
    width: 620px;
    height: 480px;
}
.contacts__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.contacts__branch {
    margin: -20px -20px 40px;
    overflow: hidden;
}
.contacts__item {
    float: left;
    margin: 20px;
    padding: 45px 70px;
    width: calc(50% - 40px);
    min-height: 340px;
    border: 3px solid #e0eee4;
}
.contacts__title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
    color: #087c33;
    text-transform: uppercase;
}
.contacts__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 210px;
    height: 2px;
    background: #087c33;
}
.contacts__form {
    position: relative;
    padding: 40px 70px;
    border: 3px solid #ffbc08;
}
.contacts__form:before {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    width: 56px;
    height: 56px;
    background: #ffbc08 url("../images/svg/feedback.svg") no-repeat 50% 50%;
    background-size: 16px auto;
    z-index: 1;
}
.contacts__top {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.contacts__top:before {
    content: "";
    position: absolute;
    left: -69px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background: #ffbc08;
}
.contacts__top:after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: -15px;
    width: 33px;
    height: 32px;
    background: url("../images/svg/arrow.svg") no-repeat;
    background-size: 100% auto;
}
.contacts__form .contacts__headline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.contacts__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.contacts__form ul {
    display: block;
    margin: 0;
    counter-reset: li;
    columns: 350px 2;
    column-gap: 70px;
    width: 770px;
}
.contacts__form ul li {
    display: block;
    margin: 0 0 20px;
    width: 350px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
}
.contacts__form ul li:nth-child(4) {
    width: 544px;
}
.contacts__form ul li:nth-child(5) {
    margin: 30px 0 0;
    width: 544px;
}
.contacts__form .contacts__span {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
}
.contacts__form .contacts__span span {
    color: #de2f2f;
}
.contacts__form label {
    float: left;
    width: 250px;
}
.submit {
    position: relative;
    float: right;
    width: 270px;
    height: 55px;
}
.submit:before,
.submit:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1px;
    transition-duration: 0.2s;
    z-index: -1;
}
.submit:before {
    background: rgb(221,162,3);
    background: -moz-linear-gradient(0deg, rgba(221,162,3,1) 0%, rgba(255,188,8,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(221,162,3,1) 0%, rgba(255,188,8,1) 100%);
    background: linear-gradient(0deg, rgba(221,162,3,1) 0%, rgba(255,188,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dda203",endColorstr="#ffbc08",GradientType=1);
}
.submit:after {
    background: rgb(248,182,4);
    background: -moz-linear-gradient(0deg, rgba(248,182,4,1) 0%, rgba(255,211,8,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(248,182,4,1) 0%, rgba(255,211,8,1) 100%);
    background: linear-gradient(0deg, rgba(248,182,4,1) 0%, rgba(255,211,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8b604",endColorstr="#ffd308",GradientType=1);
    opacity: 0;
}
.submit input[type="submit"] {
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.required {
    margin: 0 0 0 calc(100% - 270px);
    padding: 15px 0 0;
    width: 270px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
    clear: both;
}
.required span {
    color: #de2f2f;
}

/* success */
.success {
    position: relative;
    padding: 45px 0 40px 350px;
    max-width: 840px;
    height: 365px;
}
.success:before {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    width: 280px;
    height: 280px;
    background: url("../images/svg/success.svg") no-repeat;
    background-size: 100% auto;
}
.success h1.headline {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 46px;
    color: #097c33;
}
.success__content {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.success__content span {
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.success__back {
    position: relative;
    display: block;
    margin: 35px 0 0;
    width: 310px;
    height: 51px;
    background: #097c33;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
.success__back:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.success__back svg {
    vertical-align: -1px;
    margin: 0 10px 0 0;
    font-size: 9px;
    color: #ecac00;
    transition-duration: 0.2s;
}

/* 404 */
.page404 {
    position: relative;
    padding: 120px 0 80px 460px;
    max-width: 1040px;
    height: 455px;
}
.page404:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #055f20;
    z-index: -1;
}
.page404:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 120px;
    width: 326px;
    height: 255px;
    background: url("../images/svg/404.svg") no-repeat;
    background-size: 100% auto;
}
.page404 h1.headline {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}
.page404 h1.headline br {
    display: none;
}
.page404__content {
    padding: 25px 0 0;
    background-image: linear-gradient(to right, #033011 0, #033011 1px, transparent 1px, transparent 100%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    font-size: 16px;
    line-height: 24px;
    color: #b8d9c2;
}
.page404__back {
    position: relative;
    display: block;
    margin: 32px 0 0;
    width: 310px;
    height: 51px;
    background: #097c33;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
.page404__back:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.page404__back svg {
    vertical-align: -1px;
    margin: 0 10px 0 0;
    font-size: 9px;
    color: #ecac00;
    transition-duration: 0.2s;
}

/* page */
.page {
    padding: 0 0 60px;
}
.breadcrumbs {
    position: relative;
    margin: 0 0 35px;
    padding: 17px 0;
    font-size: 12px;
    line-height: 18px;
}
.breadcrumbs:before {
    content: "";
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: 0;
    bottom: 0;
    background: #e0eee5;
    z-index: -1;
}
.breadcrumbs a {
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
}
.breadcrumbs a:after {
    content: "";
    position: absolute;
    right: -17px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #097c33;
    border-radius: 50%;
    cursor: default;
}
h1.headline {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
}
h1.headline.lowercase {
    line-height: 42px;
    text-transform: none;
}
.main {
    position: relative;
    float: left;
    padding: 0 40px 0 0;
    width: calc(100% - 360px);
}
.sidebar {
    position: relative;
    float: right;
    padding: 0 0 0 40px;
    width: 360px;
}
.main:after,
.sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -60px;
    width: 1px;
    background: #d6e9dd;
}
.main:after {
    right: 0;
}
.sidebar:before {
    left: -1px;
}
.content {
    padding: 30px 0 0;
    border-top: 1px solid #d6e9dd;
}
.main .content {
    padding: 0;
    border-top: 0;
}
.content > *:first-child {
    margin-top: 0;
}
.content > *:last-child {
    margin-bottom: 0;
}
.content a {
    border-bottom: 1px solid #c1decc;
    color: #097c33;
}
.content a:visited {
    border-bottom: 1px solid #c3cfc7;
    color: #103f21;
}
.content a.image {
    border-bottom: 0;
}
.content h1 {
    margin: 20px 0 15px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}
.content h2 {
    margin: 20px 0 15px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}
.content h3 {
    margin: 20px 0 15px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.content h4 {
    margin: 20px 0 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.content h5 {
    margin: 20px 0 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.content h6 {
    margin: 20px 0 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.content p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.content ol {
    margin: 0 0 15px 20px;
}
.content ul {
    margin: 0 0 15px;
}
.content li {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.content li:last-child {
    margin: 0;
}
.content ul li {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
}
.content ul li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #097c33;
    border-radius: 50%;
}
.content table {
    border-collapse: collapse;
}
.content th,
.content td {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.content table:not([border]) th:first-child,
.content table:not([border]) td:first-child,
.content table[border="0"] th:first-child,
.content table[border="0"] td:first-child {
    padding-left: 0;
}
.content table:not([border]) th:last-child,
.content table:not([border]) td:last-child,
.content table[border="0"] th:last-child,
.content table[border="0"] td:last-child {
    padding-right: 0;
}
.content th {
    font-weight: 500;
    text-align: center;
}
.content img {
    margin: 5px 0 20px;
}
.content img.left {
    margin: 5px 20px 5px 0;
    float: left;
}
.content img.right {
    margin: 5px 0 5px 20px;
    float: right;
}
.content img.none {
    display: inline;
    margin: 5px 0 0;
}
.table__wrapper {
    position: relative;
    margin: 25px 0 20px;
    overflow: hidden;
}
.table__wrapper .table__scrollable {
    overflow-y: hidden;
}
.table__wrapper .swipe {
    display: none;
    margin: 15px auto 0;
    width: 20px;
    height: 20px;
    background: url("../images/svg/swipe.svg") no-repeat;
    background-size: 100% auto;
}
.table__wrapper.wide .swipe {
    display: block;
}
.content .image__table th,
.content .image__table td {
    padding: 5px 15px;
    background: none !important;
    border: 0 !important;
    vertical-align: top;
    white-space: normal !important;
    font-weight: normal;
    color: #333;
}
.content .image__table th:first-child,
.content .image__table td:first-child {
    padding-left: 0;
}
.content .image__table th:last-child,
.content .image__table td:last-child {
    padding-right: 0;
}
.content .image__table tr:first-child th,
.content .image__table tr:first-child td {
    padding-top: 0;
}
.content .image__table tr:last-child th,
.content .image__table tr:last-child td {
    padding-bottom: 0;
}
.content .image__table a {
    display: block;
}
.content .image__table img {
    margin: 0 !important;
}
.content .image__caption {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 17px;
}
.pagination {
    margin: 60px 0 0;
    text-align: center;
}
.pagination a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50%;
    color: #097c33;
    text-align: center;
}
.pagination a.active {
    background: #097c33;
    color: #fff;
}
.pagination a.pagination__prev,
.pagination a.pagination__next {
    width: 28px;
    height: 28px;
    background: #fff !important;
    border: 1px solid #097c33;
    border-radius: 50%;
    font-size: 12px;
    color: #097c33 !important;
}
.pagination a.pagination__prev {
    margin-right: 18px;
}
.pagination a.pagination__next {
    margin-left: 18px;
}
.pagination a.pagination__prev svg,
.pagination a.pagination__next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pagination a.pagination__prev svg {
    margin: 0 0 0 -1px;
}
.pagination a.pagination__next svg {
    margin: 0 -1px 0 0;
}
.pagination a.pagination__prev.passive,
.pagination a.pagination__next.passive {
    border-color: #afcfba;
    color: #afcfba !important;
    cursor: default;
}

/* footer */
.footer {
    position: relative;
    overflow: hidden;
}
.footer__row {
    position: relative;
    height: 102px;
    background: #fff;
    border-top: 1px solid #e3efe7;
    border-bottom: 1px solid #e3efe7;
}
.footer__row a img {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
}
.footer__row-left {
    position: relative;
    float: left;
    z-index: 1;
}
.footer__row-left:before,
.footer__row-left:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.footer__row-left:before {
    left: -1000%;
    right: 0;
    background: #e3efe7;
}
.footer__row-left:after {
    right: -25px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 25px solid #e3efe7;
    border-bottom: 50px solid transparent;
}
.footer__row-left a {
    display: block;
    width: 170px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.footer__row-right {
    float: right;
    width: calc(100% - 210px);
    overflow: hidden;
}
.footer__row-right a {
    display: block;
    float: left;
    margin: 0 10px;
    height: 100px;
    line-height: 100px;
}
.footer__body {
    padding: 40px 0;
    background: #097c33 url("../images/bg/footer-bg.png") no-repeat calc(50% - 230px) 50%;
    background-size: auto 100%;
    color: #fff;
}
.footer__left {
    float: left;
    width: 260px;
}
.footer__right {
    float: right;
    width: 630px;
}
.footer__logo {
    display: block;
    margin: 0 0 20px;
    width: 290px;
    height: 22px;
    overflow: hidden;
}
.footer__logo img {
    margin: -40px 0 0 -122px;
}
.footer__copyright {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 16px;
    color: #a9dcba;
}
.footer__kefirok {
    font-size: 12px;
    line-height: 16px;
    color: #a9dcba;
}
.footer__kefirok a {
    color: #e1f9e9;
}
.footer__menu {
    margin: 0 0 22px;
    overflow: hidden;
}
.footer__menu > ul {
    position: relative;
    display: block;
    margin: 0 -20px;
    overflow: hidden;
}
.footer__menu > ul > li {
    display: block;
    float: left;
    margin: 0 20px;
}
.footer__menu > ul > li > a {
    display: block;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
}
.footer__menu > ul > li.active > a {
    color: #9ecfb0;
}
.footer__policy {
    font-size: 13px;
    line-height: 24px;
}
.footer__policy a {
    color: #fff;
}

/* form */
input:focus,
textarea:focus {
    outline-style: none !important;
}
input,
textarea {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: 'Avenir Next Cyr', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #c8c8c8;
}
textarea {
    vertical-align: top;
    height: 140px;
    min-height: 42px;
    padding: 10px 12px;
    overflow: auto;
    resize: none;
}

input.error,
textarea.error {
    border-color: #ff0000 !important;
}
.jq-checkbox.error {
    box-shadow: 0 0 0 1px #ff0000 inset !important;
}

input[type="submit"] {
    overflow: visible;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    font-family: 'Avenir Next Cyr', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}
input::-moz-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}
input:-moz-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}
input:-ms-input-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}

textarea::-webkit-input-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}
textarea::-moz-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}
textarea:-moz-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}
textarea:-ms-input-placeholder {
    color: #ccc;
    text-overflow: ellipsis;
}

label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 25px;
    font-family: 'Avenir Next Cyr', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    cursor: pointer;
}
label a {
    border-bottom: 1px solid transparent;
    color: #0c8739;
}

.jq-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 14px;
    height: 14px;
    border: 0;
    box-shadow: 0 0 0 1px #c8c8c8 inset;
    background: #fff;
    cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 5px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #097c33;
    border-left: 2px solid #097c33;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.jq-checkbox input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.center-btn {
    display: block;
    width: fit-content;
    margin: 40px auto;
    padding: 20px 64px;
    background-color: #097c33;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: sans-serif;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Avenir Next Cyr', Tahoma, sans-serif;
}
.center-btn:hover {
    opacity: 0.9;
}