/* @include text-clamp;
-webkit-line-clamp: ; */
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;1,400&display=swap");

body {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #151515;
    background-color: #fff;
}

.anchors {
    position: absolute;
    right: 100px;
    top: 0;
    width: 20px;
    height: 15px;
    border-radius: 10px;
    background-color: #818282;
    cursor: pointer;
}

.anchors__wrapper {
    position: absolute;
    left: -50px;
    top: 20px;
    z-index: 5;
    display: none;
    width: 125px;
    text-align: center;
    background-color: #151515;
}

.anchors__wrapper a {
    display: block;
    color: #fff;
}

.anchors__wrapper a:hover {
    color: #37b463;
}

.anchors__wrapper--active {
    display: block;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1578px;
}

@media only screen and (max-width: 750px) {
    .container--mobile {
        padding: 0;
    }
}

.category {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #37b463;
    font-family: "Courgette", cursive;
    font-size: 14px;
    letter-spacing: 2px;
    color: #818282;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.date {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #818282;
}

.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
}

@media only screen and (max-width: 1300px) {
    .articles {
        justify-content: center;
    }
}

@media only screen and (max-width: 1300px) {
    .articles {
        margin-bottom: 0;
    }
}

.article {
    flex: 0 1 25%;
    margin: 0 0 80px;
    padding: 0 10px;
    max-width: 390px;
    overflow: hidden;
    width: 100%;
    animation-name: article;
    animation-duration: 0.6s;
}

.article .info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.article .info__box--big {
    margin-top: 28px;
}

.article__wrapper-img {
    overflow: hidden;
}

.article__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.article__img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.article__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.article__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    /* safari fix */
    font-size: 1rem;
    line-height: 1.5rem;
    /* height: 10.5rem; */
    letter-spacing: 0.1px;
}

.article:hover .category {
    color: #37b463;
}

.article:hover .article__title {
    color: #37b463;
}

.article:nth-of-type(10n+1),
.article:nth-of-type(10n+5) {
    animation-duration: 0.8s;
}
.article:nth-of-type(10n+2),
.article:nth-of-type(10n+6){
    animation-duration: 1s;
}
.article:nth-of-type(10n+3),
.article:nth-of-type(10n+7) {
    animation-duration: 1.2s;
}
.article:nth-of-type(10n+4),
.article:nth-of-type(10n+8) {
    animation-duration: 1.4s;
}
.article:nth-of-type(10n+9) {
    animation-duration: 0.8s;
}
.article:nth-of-type(10n+10) {
    animation-duration: 1s;
}
.article:nth-of-type(10n+9),
.article:nth-of-type(10n+10) {
    max-width: none;
    flex: 0 0 50%;

}

@media only screen and (max-width: 1300px) {
    .article,
    .article:nth-of-type(10n+9),
    .article:nth-of-type(10n+10) {
        flex: 0 1 33.3%;
        max-width: 390px;
    }
    .show-more__wrapper {
        margin: 0 auto;
        max-width: 827px;
    }
}

@media only screen and (max-width: 999px) {
    .article,
    .article:nth-of-type(10n+9),
    .article:nth-of-type(10n+10) {
        flex: 1 1 100%;
        max-width: 600px;
    }

    .article .info__box--big {
        margin-top: 20px;
    }
    .show-more__wrapper {
        max-width: 600px;
    }
}

.inserter {
    display: flex;
    width: 100%;
	flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}
.inserter__full {
    overflow: hidden;
}
.inserter__half {
	flex: 0 1 50%;
	padding: 0 10px;
    overflow: hidden;
}
.inserter__quad {
	flex: 0 1 25%;
	padding: 0 10px;
    overflow: hidden;
}
.inserter__about {
	margin: -40px 0 40px;
}
.article + .inserter {
	margin: 0 0 80px;
}

@media only screen and (max-width: 999px) {
    .inserter__half, .inserter__quad {
        flex: 0 0 100%;
    }
}

.show-more {
    margin-bottom: 80px;
    padding: 27px;
    width: 100%;
    border: 1px solid #151515;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.show-more:hover {
    color: #fff;
    background-color: #151515;
}

@media only screen and (max-width: 999px) {
    .show-more {
        margin-bottom: 64px;
    }
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    height: 48px;
}

.social__footer {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1180px) {
    .social__footer {
        margin-bottom: 38px;
    }
}

.social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 14px;
    width: 48px;
    height: 100%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

.social__link:hover {
    background-color: #d3ebdb;
}

.social .icon path {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social__link--footer:hover {
    background-color: #37b463;
}

.social__link--footer:hover .icon path {
    fill: #fff;
}

.signup-text {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__input {
    padding: 17px 16px;
    width: 100%;
    max-width: 264px;
    outline: 0;
    border: 1px solid #151515;
    font-size: 14px;
}

.form__input::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.form__input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.form__input:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.form__input::-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.form__input::placeholder {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.form__button {
    position: relative;
    padding: 0 27px;
    border: 1px solid #151515;
    border-left: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

.form__button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 16px;
    background-image: url("images/arrow-right.svg");
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}

.form__button:hover {
    background-color: #151515;
}

.form__button:hover::after {
    background-image: url("images/arrow-right-white.svg");
}

.form__input--footer {
    outline: 0;
    background-color: transparent;
}

@media only screen and (max-width: 750px) {
    .form__input--footer {
        max-width: 279px;
    }
}

.sign {
    margin-bottom: 40px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 1180px) {
    .menu__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 750px) {
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 751px) {
    .menu__item:nth-last-child(2) {
        margin-left: auto;
    }
    .menu__item:last-child {
        margin-right: 40px;
    }
}

.menu__item {
    padding-bottom: 30px;
}

.menu__item:not(:last-child) {
    margin-right: 48px;
}

@media only screen and (max-width: 1180px) {
    .menu__item:not(:last-child) {
        margin-right: 27px;
    }
}

@media only screen and (max-width: 999px) {
    .menu__item:not(:last-child) {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .menu__item:not(:last-child) {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 1180px) {
    .menu__item {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 999px) {
    .menu__item {
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 750px) {
    .menu__item {
        opacity: 0;
        padding-bottom: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}

.menu__item--spacer {
    margin-right: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu__link {
    padding: 0;
    border: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #818282;
    background-color: transparent;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.menu__link:hover {
    color: #151515;
}

@media only screen and (max-width: 750px) {
    .menu__link {
        color: #151515;
    }
}

.menu__search {
    position: relative;
    padding-right: 42px;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #818282;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

.menu__search::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("images/search.svg");
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu__search:hover {
    color: #151515;
}

@media only screen and (max-width: 750px) {
    .menu__search {
        display: none;
    }
}

.menu__item-dropdown {
    position: relative;
}

.menu__item-dropdown::after {
    content: "^";
    position: absolute;
    right: 0;
    top: -5px;
    padding: 0 10px;
    font-size: 22px;
    color: #818282;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

@media only screen and (max-width: 999px) {
    .menu__item-dropdown::after {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 750px) {
    .menu__item-dropdown::after {
        color: #151515;
    }
}

.menu__item-dropdown:hover::after {
    top: -2px;
    color: #151515;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

@media only screen and (max-width: 750px) {
    .menu__item-dropdown:hover::after {
        top: -5px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.menu__item-dropdown:hover .sub-menu__list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media only screen and (max-width: 750px) {
    .sub-menu__list {
        display: none;
        padding-right: 0;
        width: auto;
    }
    .menu__item-dropdown:hover .sub-menu__list {
        visibility: hidden;
        opacity: 0;
    }
    .sub-menu__mobile--active .sub-menu__list {
        display: block;
        position: relative;
        border: none;
        visibility: visible !important;
        opacity: 1 !important;
        transition: all 0s;
    }
    .sub-menu__mobile--active .sub-menu__list a {
        text-transform: none;
    }
}

.menu__item-dropdown:hover .menu__link {
    color: #151515;
}

.menu__link-dropdown {
    padding-right: 25px;
    cursor: pointer;
}

@media only screen and (max-width: 999px) {
    .menu__link-dropdown {
        padding-right: 17px;
    }
}

@media only screen and (max-width: 999px) {
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 750px) {
    .menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.sub-menu__list {
    position: absolute;
    left: -21px;
    top: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    padding: 16px 20px;
    width: 200px;
    border: 1px solid #ededed;
    border-top: 2px solid #37b463;
    background-color: #fff;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-menu__item:not(:last-child) {
    margin-bottom: 12px;
}

.sub-menu__link {
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #818282;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

.sub-menu__link:hover {
    color: #37b463;
}

.sub-menu__mobile {
    display: none;
    padding-top: 16px;
    width: 160px;
}

@media only screen and (max-width: 750px) {
    .sub-menu__mobile--active {
        display: block;
    }
}

.sub-menu__mobile-link {
    letter-spacing: 0.1px;
    color: #818282;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.sub-menu__mobile-link:hover {
    color: #37b463;
}

.sub-menu__mobile-item:not(:last-child) {
    margin-bottom: 8px;
}

.documentation__text {
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 750px) {
    .documentation__text {
        font-size: 16px;
    }
}

.documentation__heading {
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 999px) {
    .documentation__heading {
        margin-bottom: 20px;
        font-size: 38px;
    }
}

@media only screen and (max-width: 520px) {
    .documentation__heading {
        font-size: 32px;
    }
}

.documentation__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 999px) {
    .documentation__title {
        margin-bottom: 12px;
        font-size: 24px;
    }
}

.documentation__naming {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 999px) {
    .documentation__naming {
        margin-bottom: 12px;
        font-size: 20px;
    }
}

.documentation__block {
    margin-bottom: 48px;
}

@media only screen and (max-width: 999px) {
    .documentation__block {
        margin-bottom: 40px;
    }
}

.documentation__span--green {
    font-weight: 500;
    color: #37b463;
}

.documentation__link--green {
    font-weight: 500;
    color: #37b463;
    cursor: pointer;
}

.documentation__link--green:hover {
    text-decoration: underline;
}

@-webkit-keyframes article {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: 0;
        transform: 0;
    }
}

@keyframes article {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: 0;
        transform: 0;
    }
}

@-webkit-keyframes about {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: 0;
        transform: 0;
    }
}

@keyframes about {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: 0;
        transform: 0;
    }
}

.header {
    padding-top: 39px;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
}

@media only screen and (max-width: 1180px) {
    .header__top {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .header__top {
        margin-bottom: 0;
    }
}

.header__navigation {
    display: none;
}

@media only screen and (max-width: 750px) {
    .header__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__search {
    margin-right: 14px;
}

.header .logo__img {
    width: 439px;
    height: 112px;
}

@media only screen and (max-width: 1180px) {
    .header .logo__img {
        max-width: 370px;
    }
}

@media only screen and (max-width: 750px) {
    .header .logo__img {
        height: 50px;
        max-width: 177px;
    }
}

.header__text {
    text-align: right;
}

@media only screen and (max-width: 750px) {
    .header__text {
        display: none;
    }
}

.header__text-block {
    font-family: "Courgette", cursive;
    font-size: 20px;
    color: #818282;
}

.header__text-block:not(:last-child) {
    margin-bottom: 4px;
}

@media only screen and (max-width: 1180px) {
    .header__text-block {
        font-size: 18px;
    }
}

.header__bottom {
    padding-top: 30px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 750px) {
    .header__bottom {
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        height: 120%;
        background-color: #fff;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
}

@media only screen and (max-width: 1180px) {
    .header__bottom {
        padding-top: 12px;
    }
}

@media only screen and (max-width: 999px) {
    .header__bottom {
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .header__bottom {
        padding: 48px 0 20px;
    }
}

.header__button-close {
    display: none;
}

.header__burger {
    position: relative;
    display: block;
    width: 32px;
    height: 24px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.header__burger::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 6.5px;
    width: 24px;
    height: 2px;
    background-color: #151515;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.header__burger::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 32px;
    height: 2px;
    background-color: #151515;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.header__burger:hover::after {
    width: 24px;
}

.header__burger:hover::before {
    width: 32px;
}

.header__burger--active::before {
    top: 11px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__burger--active::after {
    top: 11px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__burger--active:hover::after {
    width: 30px;
}

.header__burger--active:hover::before {
    width: 30px;
}

.header__button-open, .header__search {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media only screen and (max-width: 1180px) {
    .header {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .header {
        padding: 20px 0;
        border-bottom: 1px solid #ededed;
    }
}

.header__bottom--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header__bottom--active .menu__item {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.header__bottom--active .menu__item:nth-child(1) {
    transition-delay: 0.5s;
}
.header__bottom--active .menu__item:nth-child(2) {
    transition-delay: 0.8s;
}
.header__bottom--active .menu__item:nth-child(3) {
    transition-delay: 1.1s;
}
.header__bottom--active .menu__item:nth-child(4) {
    transition-delay: 1.4s;
}
.header__bottom--active .menu__item:nth-child(5) {
    transition-delay: 1.7s;
}
.header__bottom--active .menu__item:nth-child(6) {
    transition-delay: 2s;
}
.header__bottom--active .menu__item:nth-child(7) {
    transition-delay: 2.3s;
}
.header__bottom--active .menu__item:nth-child(8) {
    transition-delay: 2.6s;
}
.header__bottom--active .menu__item:nth-child(9) {
    transition-delay: 2.9s;
}
.header__bottom--active .sub-menu__item {
    transition: all 0s;
}

.top {
    margin: 30px 0;
    padding: 252px 0 251px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation-name: top-appear;
    animation-name: top-appear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.top__block {
    margin: 0 auto;
    padding: 63px 80px 64px;
    max-width: 680px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

@media only screen and (max-width: 750px) {
    .top__block {
        padding: 48px 35px;
    }
}

.top__category {
    margin-bottom: 28px;
}

.top__title {
    display: block;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.top__title-span {
    display: inline;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

.top__title-span:hover {
    border-bottom: 1px solid #37b463;
}

.top__link {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.top__link:hover {
    color: #37b463;
}

@media only screen and (max-width: 1180px) {
    .top {
        margin: 48px 0;
    }
}

@media only screen and (max-width: 750px) {
    .top {
        margin: 0 0 48px;
        padding: 48px 20px;
    }
}

@-webkit-keyframes top-appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes top-appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    border-bottom: 1px solid #ededed;
}

.about__img-wrapper {
    max-width: 50%;
}

@media only screen and (max-width: 750px) {
    .about__img-wrapper {
        width: 100%;
    }
}

.about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation-name: top-appear;
    animation-name: top-appear;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.about__box {
    padding: 80px 0 80px 95px;
    max-width: 50%;
}

@media only screen and (max-width: 1180px) {
    .about__box {
        padding: 50px;
    }
}

@media only screen and (max-width: 999px) {
    .about__box {
        padding: 30px;
    }
}

@media only screen and (max-width: 750px) {
    .about__box {
        padding: 25px 0 0;
        max-width: 100%;
    }
}

.about__title {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    -webkit-animation-name: about;
    animation-name: about;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@media only screen and (max-width: 1180px) {
    .about__title {
        margin-bottom: 20px;
    }
}

.about__text {
    margin-bottom: 40px;
    letter-spacing: 0.1px;
    color: #818282;
    -webkit-animation-name: about;
    animation-name: about;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.about__text p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    .about__text {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 750px) {
    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 64px;
        border: none;
    }
}

@keyframes top-appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes about {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: 0;
        transform: 0;
    }
}

.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

.link__box {
    padding-top: 32px;
    width: 100%;
    height: 234px;
    max-width: 450px;
    border: 1px solid #ededed;
}

@media only screen and (max-width: 1300px) {
    .link__box:not(:last-child) {
        margin-bottom: 20px;
    }
}

.link__title {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

.link__facebook-img {
    margin: 16px 0 19px;
    max-width: 221px;
}

.link__box--facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

@media only screen and (max-width: 1300px) {
    .link__box--facebook {
        margin: 0 10px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 999px) {
    .link__box--facebook {
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {
    .link__box--facebook {
        margin: 0;
        max-width: 348px;
    }
}

.link__box--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

@media only screen and (max-width: 1300px) {
    .link__box--social {
        margin: 0 10px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 999px) {
    .link__box--social {
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {
    .link__box--social {
        margin: 0;
        height: 148px;
        max-width: 348px;
    }
}

.link__box--ringana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

@media only screen and (max-width: 1300px) {
    .link__box--ringana {
        max-width: 400px;
    }
}

@media only screen and (max-width: 999px) {
    .link__box--ringana {
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {
    .link__box--ringana {
        margin: 0;
        max-width: 348px;
    }
}

.link__box--ringana img {
    height: 180px;
}

.link__box--newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.link__box--newsletter form {
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    .link__box--newsletter {
        max-width: 400px;
    }
}

@media only screen and (max-width: 999px) {
    .link__box--newsletter {
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {
    .link__box--newsletter {
        margin: 0;
        max-width: 348px;
    }
}

.link__box--newsletter .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 20px;
}

.link__box--newsletter .form__row.error {
    padding: 0;
}

.link__box--newsletter .form__row .form__input {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.link__box--newsletter .form__row .form__button {
    padding: 0;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.link__box--newsletter .form__row .breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.link__box--newsletter .form__row .errorMessage {
    padding-top: 10px;
    color: #c71515;
}

.link__subject {
    margin: auto 0;
}

@media only screen and (max-width: 520px) {
    .link__subject {
        margin: 30px 0;
    }
}

.link__subject-img {
    max-width: 108px;
}

@media only screen and (max-width: 999px) {
    .link {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 1300px) {
    .link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 520px) {
    .link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
}

.footer {
    background-color: #d3ebdb;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 0 45px;
    border-bottom: 1px solid #c7e1d0;
}

@media only screen and (max-width: 999px) {
    .footer__top {
        padding: 48px 0 20px;
    }
}

@media only screen and (max-width: 750px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__top-left {
    width: 100%;
    max-width: 320px;
}

@media only screen and (max-width: 750px) {
    .footer__top-left {
        margin-bottom: 26px;
        width: 100%;
        max-width: 335px;
    }
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 0;
}

@media only screen and (max-width: 750px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 40px 0;
    }
}

.footer__bottom-text {
    letter-spacing: 0.1px;
    color: #818282;
}

@media only screen and (max-width: 750px) {
    .footer__bottom-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 235px;
    }
}

.footer__menu {
    margin-left: 150px;
}

@media only screen and (max-width: 999px) {
    .footer__menu {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .footer__menu {
        margin-left: 0;
    }
}

.footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 750px) {
    .footer__menu-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.footer__menu-link {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer__menu-link:hover {
    color: #37b463;
}

.footer__menu-item {
    margin: 20px 0 20px 60px;
}

@media only screen and (max-width: 750px) {
    .footer__menu-item {
        margin: 0 0 20px;
    }
}

.footer__menu-list--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .footer__menu-list--bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
        max-width: 220px;
    }
}

.footer__menu-link--bottom {
    color: #818282;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer__menu-link--bottom:hover {
    color: #151515;
}

.footer__menu-item--bottom {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #818282;
}

.footer__menu-item--bottom:not(:last-child) {
    margin: 0 48px 0 0;
}

@media only screen and (max-width: 999px) {
    .footer__menu-item--bottom:not(:last-child) {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 750px) {
    .footer__menu-item--bottom:not(:last-child) {
        margin: 0 40px 20px 0;
    }
}

@media only screen and (max-width: 750px) {
    .footer__menu-item--bottom {
        margin-right: 40px;
        margin-bottom: 20px;
    }
}

.footer__sub-menu {
    display: none;
    padding-top: 28px;
}

@media only screen and (max-width: 750px) {
    .footer__sub-menu {
        padding-top: 18px;
    }
}

.footer__menu-link--dropdown {
    padding: 0 25px 0 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.footer__sub-menu--link {
    letter-spacing: 0.1px;
    color: #818282;
    cursor: pointer;
}

.footer__sub-menu--link:hover {
    color: #37b463;
}

.footer__sub-menu--item:not(:last-child) {
    margin-bottom: 8px;
}

.footer__menu-item--dropdown {
    position: relative;
}

.footer__menu-item--dropdown::after {
    content: "^";
    position: absolute;
    right: 0;
    top: -5px;
    padding: 0 10px;
    font-size: 22px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

@media only screen and (max-width: 999px) {
    .footer__menu-item--dropdown::after {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 750px) {
    .footer__menu-item--dropdown::after {
        color: #151515;
    }
}

.footer__sub-menu--active {
    display: block;
}

.logo--footer {
    margin-bottom: 38px;
}

.privacy {
    margin: 0 auto;
    padding: 64px 0 32px;
    max-width: 745px;
}

.privacy__tab {
    padding-left: 40px;
}

.privacy__point {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.privacy__span {
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 750px) {
    .privacy__span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 999px) {
    .privacy {
        padding: 48px 0 24px;
    }
}

.imprint {
    margin: 0 auto;
    padding: 64px 0 32px;
    max-width: 742px;
}

.imprint__span {
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    -webkit-transition: -webkit-text-decoration 0.9s;
    transition: -webkit-text-decoration 0.9s;
    -o-transition: text-decoration 0.9s;
    transition: text-decoration 0.9s;
    transition: text-decoration 0.9s, -webkit-text-decoration 0.9s;
}

@media only screen and (max-width: 750px) {
    .imprint__span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 750px) {
    .imprint__naming {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 750px) {
    .imprint__title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 999px) {
    .imprint {
        padding: 48px 0 24px;
    }
}

.error {
    padding: 120px 0 128px;
    text-align: center;
}

.error__wrapper {
    margin: 0 auto;
    max-width: 384px;
}

.error__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 128px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 999px) {
    .error__title {
        margin-bottom: 16px;
        font-size: 80px;
    }
}

.error__pretitle {
    margin-bottom: 48px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 999px) {
    .error__pretitle {
        margin-bottom: 20px;
    }
}

.error__button {
    display: block;
    margin: 0 auto;
    padding: 27px;
    width: 100%;
    max-width: 348px;
    border: 1px solid #151515;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.error__button:hover {
    color: #fff;
    background-color: #151515;
}

@media only screen and (max-width: 520px) {
    .error__button {
        padding: 27px 20px;
        max-width: 300px;
    }
}

@media only screen and (max-width: 999px) {
    .error {
        padding: 128px 0 126px;
    }
}

.cooperation {
    margin: 0 auto;
    padding: 64px 0 32px;
    max-width: 745px;
}

.cooperation__span {
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 750px) {
    .cooperation__span {
        font-size: 16px;
    }
}

.cooperation__text--500 {
    font-weight: 500;
}

@media only screen and (max-width: 999px) {
    .cooperation {
        padding: 48px 0 24px;
    }
}

.contact {
    padding: 64px 0 32px;
}

.contact__left {
    margin-right: 20px;
    width: 100%;
    max-width: 680px;
}

@media only screen and (max-width: 750px) {
    .contact__left {
        margin: 0 0 48px;
    }
}

.contact__right {
    margin-left: 20px;
    width: 100%;
    max-width: 745px;
}

@media only screen and (max-width: 750px) {
    .contact__right {
        margin: 0;
    }
}

.contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

@media only screen and (max-width: 999px) {
    .contact__wrapper {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 750px) {
    .contact__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact__span--green {
    font-weight: 500;
    color: #37b463;
}

.contact__text {
    margin-bottom: 30px;
}

@media only screen and (max-width: 999px) {
    .contact__text {
        margin-bottom: 26px;
    }
}

.contact__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #818282;
}

.contact__input {
    padding: 25px 32px;
    width: 100%;
    border: 1px solid #818282;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.contact__input:focus-visible {
    outline: none;
    border: 1px solid #151515;
}

@media only screen and (max-width: 999px) {
    .contact__input {
        padding: 13px;
    }
}

.contact__input--text {
    height: 150px;
}

.contact__button {
    display: block;
    padding: 27px 28px;
    width: 100%;
    border: 1px solid #151515;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.contact__button:hover {
    color: #fff;
    background-color: #151515;
}

.contact__wrapper-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact__wrapper-form .contact__input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.contact__wrapper-form .contact__input:focus + label {
    color: #151515;
}

.contact__wrapper-form .contact__input:active + label {
    color: #151515;
}

.contact__wrapper-form .errorMessage {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 14px;
    margin-top: 10px;
    color: #c71515;
}

.contact__wrapper-form.error {
    padding: 0;
    text-align: inherit;
}

.contact__wrapper-form.error .errorMessage {
    color: #c71515;
}

.contact__wrapper-form--small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 338px;
}

@media only screen and (max-width: 750px) {
    .contact__wrapper-form--small {
        max-width: 100%;
    }
}

.contact__wrapper--paper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 750px) {
    .contact__wrapper--paper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 999px) {
    .contact {
        padding: 48px 0 0;
    }
}

.paper {
    padding-top: 64px;
}

.paper .container--header {
    text-align: center;
}

.paper__category {
    margin-bottom: 28px;
}

.paper__date {
    margin-bottom: 20px;
}

.paper__heading {
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 742px;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: center;
}

@media only screen and (max-width: 1180px) {
    .paper__heading {
        margin-bottom: 40px;
        font-size: 32px;
    }
}

.paper__img--top {
    margin: 0 auto;
    margin-bottom: 48px;
    width: 100%;
    max-width: 1140px;
}

@media only screen and (max-width: 999px) {
    .paper__img--top {
        margin-bottom: 32px;
    }
}

.paper__wrapper {
    margin: 0 auto;
    max-width: 745px;
}

.paper__wrapper .flash-success {
    padding: 32px;
    background-color: #d3ebdb;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    text-align: center;
}

.paper__br {
    display: block;
}

.paper__title {
    margin-bottom: 20px;
    font-size: 32px;
}

.paper__title--comm {
    margin-bottom: 48px;
    font-size: 32px;
}

@media only screen and (max-width: 999px) {
    .paper__title--comm {
        margin-bottom: 32px;
        font-size: 24px;
    }
}

.paper__body p {
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.paper__body h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.paper__body blockquote {
    position: relative;
    margin-bottom: 48px;
    padding: 64px;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    background-color: #d3ebdb;
}

.paper__body blockquote::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 32px;
    width: 30px;
    height: 30px;
    background-image: url("images/blockquotes.png");
    background-repeat: no-repeat;
}

@media only screen and (max-width: 999px) {
    .paper__body blockquote {
        margin-bottom: 40px;
        padding: 50px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 520px) {
    .paper__body blockquote {
        margin: 0 -20px 40px;
        padding: 50px;
        font-size: 16px;
    }
}

.paper__body ul, .paper__body ol {
    margin-left: 50px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.paper__body ul {
	list-style: disc;
}

.paper__body a {
    font-weight: 500;
    color: #37b463;
    cursor: pointer;
}

.paper__img--mini {
    margin-bottom: 16px;
}

@media only screen and (max-width: 520px) {
    .paper__probio {
        margin: 0 -20px 16px;
    }
}

.paper__text--500 {
    font-weight: 500;
}

.paper__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    text-align: center;
}

.paper__tags {
    padding: 32px 48px 40px;
    background-color: #d3ebdb;
}

@media only screen and (max-width: 750px) {
    .paper__tags {
        padding: 32px 32px 40px;
    }
}

@media only screen and (max-width: 750px) {
    .paper__tags {
        padding: 25px 20px 30px;
    }
}

.paper__tags-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7e1d0;
}

@media only screen and (max-width: 750px) {
    .paper__tags-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 20px;
    }
}

.paper__tags-text {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 750px) {
    .paper__tags-text {
        margin-bottom: 15px;
    }
}

.paper__social {
    margin-bottom: 0;
}

.paper__tags-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
}

@media only screen and (max-width: 520px) {
    .paper__tags-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.paper__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.paper__tags-text--small {
    margin-right: 20px;
    width: 100%;
    max-width: 92px;
}

@media only screen and (max-width: 520px) {
    .paper__tags-text--small {
        margin: 0 0 28px;
    }
}

.paper__tags-item {
    margin-right: 11px;
    margin-bottom: 12px;
    height: 21px;
    cursor: pointer;
}

.paper__tags-item:hover .category {
    color: #37b463;
}

@media only screen and (max-width: 520px) {
    .paper__tags-item {
        margin: 0 20px 20px 0;
    }
}

.paper__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 750px) {
    .paper__block {
        padding-bottom: 40px;
    }
}

.paper__contact-form {
    margin-bottom: 96px;
}

@media only screen and (max-width: 750px) {
    .paper__contact-form {
        margin-bottom: 64px;
    }
}

.paper__articles {
    margin-bottom: 96px;
}

@media only screen and (max-width: 1300px) {
    .paper__articles {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 999px) {
    .paper__prev {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 999px) {
    .paper__next {
        margin-left: 10px;
    }
}

.paper__prev, .paper__next {
    padding: 27px;
    width: 100%;
    max-width: 348px;
    border: 1px solid #151515;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.paper__prev:hover, .paper__next:hover {
    color: #fff;
    background-color: #151515;
}

@media only screen and (max-width: 750px) {
    .paper__prev, .paper__next {
        padding: 15px;
    }
}

@media only screen and (max-width: 999px) {
    .paper {
        padding-top: 48px;
    }
}

.comment {
    padding-bottom: 24px;
    border-bottom: 1px solid #ededed;
}

.comment__author {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #37b463;
    cursor: pointer;
}

.comment__author:hover {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
}

.comment__reply {
    padding: 0;
    border: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

.comment__reply:hover {
    color: #37b463;
}

.comment__block {
    margin-bottom: 40px;
    padding-left: 40px;
}

.comment-reply-link {
    padding: 0;
    border: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

#reply-title {
    display: none;
}
.comment #reply-title {
    display: block;
}
.comments_list .children {
    padding-left: 30px;
}
.comments_list .children .depth-3 {
    padding-left: 20px;
}

@media only screen and (max-width: 750px) {
    .comment__block {
        margin-bottom: 32px;
    }
}

.comment__block--next {
    padding-left: 80px;
}

@media only screen and (max-width: 750px) {
    .comment__block--next {
        padding-left: 60px;
    }
}

.comment__date {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #818282;
    cursor: pointer;
}

.comment__date:hover {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
}

.comment__text {
    margin-bottom: 28px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.comment__text img {
    display: inline-block;
    width: 24px;
}

@media only screen and (max-width: 750px) {
    .comment__text {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 750px) {
    .comment {
        padding-bottom: 8px;
    }
}

.health {
    padding: 64px 0 0;
}

.health__category {
    margin-bottom: 8px;
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    color: #37b463;
}

.health__title {
    margin-bottom: 64px;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: center;
}

@media only screen and (max-width: 999px) {
    .health__title {
        margin-bottom: 48px;
        font-size: 32px;
    }
}

@media only screen and (max-width: 999px) {
    .health {
        padding: 48px 0 0;
    }
}

.popup__search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.popup__search:target {
    visibility: visible;
    opacity: 1;
}

.popup__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 100px;
    width: 100%;
    height: 93vh;
}

@media only screen and (max-width: 1300px) {
    .popup__content {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 750px) {
    .popup__content {
        padding: 0;
    }
}

.popup__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    min-height: 100%;
}

.popup__input {
    padding-bottom: 43px;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #ededed;
    font-weight: 200;
    font-size: 96px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #151515;
}

.popup__input::-webkit-input-placeholder {
    padding-bottom: 5px;
}

.popup__input::-moz-placeholder {
    padding-bottom: 5px;
}

.popup__input:-ms-input-placeholder {
    padding-bottom: 5px;
}

.popup__input::-ms-input-placeholder {
    padding-bottom: 5px;
}

.popup__input::placeholder {
    padding-bottom: 5px;
}

.popup__input:focus {
    border-bottom: 1px solid #151515;
}

@media only screen and (max-width: 1300px) {
    .popup__input {
        font-size: 60px;
    }
}

@media only screen and (max-width: 750px) {
    .popup__input {
        padding-bottom: 11px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 520px) {
    .popup__input {
        font-size: 24px;
    }
}

.popup__input-wrapper {
    position: relative;
    width: 100%;
}

.popup__close {
    position: absolute;
    right: 100px;
    top: 0;
}

@media only screen and (max-width: 1300px) {
    .popup__close {
        right: 30px;
    }
}

@media only screen and (max-width: 750px) {
    .popup__close {
        right: 0;
        display: none;
    }
}

.popup__close-small {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

@media only screen and (max-width: 750px) {
    .popup__close-small {
        display: block;
    }
}

.popup__search-icon {
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 40px;
}

@media only screen and (max-width: 1300px) {
    .popup__search-icon {
        top: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .popup__search-icon {
        display: none;
    }
}

.popup__search-small {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

@media only screen and (max-width: 750px) {
    .popup__search-small {
        display: block;
    }
}

.search-results {
    padding: 64px 0;
}

.search-results__articles {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 126px;
}

@media only screen and (max-width: 1300px) {
    .search-results__articles {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 16px;
    }
}

.search-results__article--first {
    margin-right: 24px;
}

.search-results__input {
    padding-bottom: 15px;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 2px solid #ededed;
    font-weight: 200;
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.search-results__input::-webkit-input-placeholder {
    padding-bottom: 5px;
}

.search-results__input::-moz-placeholder {
    padding-bottom: 5px;
}

.search-results__input:-ms-input-placeholder {
    padding-bottom: 5px;
}

.search-results__input::-ms-input-placeholder {
    padding-bottom: 5px;
}

.search-results__input::placeholder {
    padding-bottom: 5px;
}

@media only screen and (max-width: 750px) {
    .search-results__input {
        font-size: 32px;
    }
}

@media only screen and (max-width: 520px) {
    .search-results__input {
        font-size: 24px;
    }
}

.search-results__label {
    position: relative;
    width: 100%;
}

.search-results__icon {
    position: absolute;
    right: 0;
    top: -10px;
}

@media only screen and (max-width: 750px) {
    .search-results {
        padding: 48px 0 40px;
    }
}

.show-results__article--first {
    margin-right: 24px;
}

@media only screen and (max-width: 1300px) {
    .show-results__article--first {
        margin: 0 10px 48px;
    }
}

@media only screen and (max-width: 999px) {
    .show-results__article--first {
        margin: 0 0 48px;
    }
}

.show-results__article--second {
    margin: 0 24px;
}

@media only screen and (max-width: 1300px) {
    .show-results__article--second {
        margin: 0 10px 48px;
    }
}

@media only screen and (max-width: 999px) {
    .show-results__article--second {
        margin: 0 0 48px;
    }
}

.show-results__article--third {
    margin: 0 24px;
}

@media only screen and (max-width: 1300px) {
    .show-results__article--third {
        margin: 0 10px 48px;
    }
}

@media only screen and (max-width: 999px) {
    .show-results__article--third {
        margin: 0 0 48px;
    }
}

.thank {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 21, 0.6);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.thank:target {
    visibility: visible;
    opacity: 1;
}

.thank__close-small {
    position: absolute;
    right: 32px;
    top: 32px;
}

.thank__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.thank__content {
    position: relative;
    padding: 183px 93px 182px;
    max-width: 1140px;
    background-color: #fff;
}

@media only screen and (max-width: 1300px) {
    .thank__content {
        margin: 0 20px;
        padding: 160px 70px;
        max-width: 900px;
    }
}

@media only screen and (max-width: 1180px) {
    .thank__content {
        padding: 100px 50px;
        max-width: 700px;
    }
}

@media only screen and (max-width: 750px) {
    .thank__content {
        padding: 80px 20px;
        max-width: 700px;
    }
}

.thank__content-text {
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: center;
}

@media only screen and (max-width: 1300px) {
    .thank__content-text {
        margin-bottom: 38px;
        font-size: 38px;
    }
}

@media only screen and (max-width: 1180px) {
    .thank__content-text {
        margin-bottom: 32px;
        font-size: 32px;
    }
}

@media only screen and (max-width: 520px) {
    .thank__content-text {
        font-size: 20px;
    }
}

.thank__content-button {
    display: block;
    margin: 0 auto;
    padding: 27px;
    max-width: 348px;
    border: 1px solid #151515;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer;
}

.thank__content-button:hover {
    color: #fff;
    background-color: #151515;
}

@media only screen and (max-width: 750px) {
    .thank__content-button {
        padding: 22px 4px;
    }
}

.no-results {
    padding: 80px 0 375px;
}

.no-results__message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    /* safari fix */
    font-size: 1rem;
    line-height: 1.5rem;
    height: 10.5rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed;
    font-weight: 200;
    font-size: 48px;
    line-height: 5rem;
    letter-spacing: 0.2px;
    -webkit-line-clamp: 1;
    height: 5rem;
}

@media only screen and (max-width: 999px) {
    .no-results__message {
        padding-bottom: 5px;
        font-size: 32px;
    }
}

@media only screen and (max-width: 1300px) {
    .no-results {
        padding: 48px 0 375px;
    }
}

.opacity0 {
    opacity: 0;
    pointer-events: none;
}

.no-search-results {
    width: 100%;
    margin-bottom: 40px;
    color: #818282;
    text-align: center;
}
.es_subscription_message {
    padding: 0 20px;
}
.flex-row {
    text-align:center;
}
.flex-row > * {
    margin: 0 10px 0 10px;
	display:inline-block;
}