body {
    position: relative;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #13141c;
}
ul,
ol,
li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}
p {
    margin: 0;
}
a {
    display: inline-block;
    color: #13141c;
    text-decoration: none
}
a:hover {
    text-decoration: underline;
    color: #13141c;
}
a:active {
    color: #13141c;
}
@media screen and (hover: hover) {
    a:hover {
        color: #279789;
    }
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
picture {
    display: block;
}
img {
    max-width: 100%;
}
svg {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.scroll-disabled {
    overflow: hidden;
}
.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1002px;
    width: 100%;
}
.btn {
    display: block;
    padding: 12px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #279789;
    border: 1px solid #279789;
    border-radius: 40px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn:focus {
    outline: none;
}
.btn:hover {
    color: #fff;
    text-decoration:none
}

.btn.disable {
    background: #ebedf3 !important;
    border: 1px solid #ebedf3 !important;
}

@media screen and (hover: hover) {
    .btn:hover {
        background: #36b5a5;
        border: 1px solid #36b5a5
    }
}
.global-controls__select {
    position: relative;
}
.global-controls__select .ss-main {
    width: 100%;
}
.global-controls__select .ss-main .ss-single-selected {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 9px 13px 10px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #13141c;
    background: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
@media screen and (max-width: 767px) {
    .global-controls__select .ss-main .ss-single-selected {
        font-size: 14px;
    }
}
.global-controls__select .ss-main .ss-single-selected .placeholder {
    display: block;
    overflow: hidden;
    max-width: calc(100% - 20px);
    line-height: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.global-controls__select .ss-main .ss-single-selected .ss-arrow span {
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    background-image: url(../img/sprite.svg#icon-down-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.global-controls__select .ss-main .ss-single-selected .ss-arrow span.arrow-up {
    -webkit-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    margin: 0;
}
.global-controls__select .ss-main .ss-single-selected .ss-arrow span.arrow-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.global-controls__select .ss-main .ss-single-selected.ss-open-below {
    border-radius: 10px 10px 0 0;
}
.global-controls__select .ss-main .ss-single-selected.ss-open-above {
    border-radius: 0 0 10px 10px;
}
.global-controls__select .ss-main .ss-single-selected.ss-open-below + * {
    margin-top: 0;
}
.global-controls__select .ss-main .ss-single-selected.ss-open-above + * {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.global-controls__select .ss-content .ss-search {
    display: none;
}
.global-controls__select .ss-content {
    right: 0;
    z-index: 99 !important;
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #13141c;
    background: #fff;
    border: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.global-controls__select .ss-content .ss-list {
    padding: 0;
    max-height: 168px;
}
@media screen and (max-width: 767px) {
    .global-controls__select .ss-content .ss-list {
        max-height: 160px;
    }
}
.global-controls__select .ss-content .ss-list .ss-option {
    overflow: hidden;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #13141c;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
    .global-controls__select .ss-content .ss-list .ss-option {
        font-size: 14px;
    }
}
.global-controls__select .ss-content .ss-list .ss-option.ss-disabled:not(.ss-option-selected) {
    display: none;
}
.global-controls__select .ss-option:first-child.ss-disabled.ss-option-selected {
    display: none;
}
.global-controls__select .ss-content .ss-list .ss-option.ss-disabled {
    font-weight: 600;
    color: #13141c;
    background-color: #f2f3fa;
}
.global-controls__select .ss-content .ss-list .ss-option:hover,
.global-controls__select .ss-content .ss-list .ss-option.ss-highlighted {
    color: #279789;
    background: #d7ebe9;
}
.global-controls__select .ss-arrow .arrow-down {
    width: auto;
    height: auto;
    background: none;
}
.words__select {
    position: relative;
    padding-left: 44px;
}
.words__select .ss-main {
    min-width: 74px;
    width: 74px;
}
.words__select .ss-main .ss-single-selected {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10.5px 10px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #13141c;
    background: #ebedf3;
    border: none;
    border-radius: 10px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.words__select .ss-main .ss-single-selected::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    display: block;
    min-width: 24px;
    width: 24px;
    height: 18px;
    background-image: url(../img/sprite.svg#icon-sort);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.words__select .ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #13141c;
}
.words__select .ss-main .ss-single-selected .placeholder {
    display: block;
    overflow: hidden;
    line-height: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.words__select .ss-main .ss-single-selected .ss-arrow {
    display: none;
}
.words__select .ss-main .ss-single-selected.ss-open-below {
    border-radius: 10px 10px 0 0;
}
.words__select .ss-main .ss-single-selected.ss-open-above {
    border-radius: 0 0 10px 10px;
}
.words__select .ss-main .ss-single-selected.ss-open-below + * {
    margin-top: 0;
}
.words__select .ss-main .ss-single-selected.ss-open-above + * {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.words__select .ss-content .ss-search {
    display: none;
}
.words__select .ss-content {
    right: 0;
    z-index: 99 !important;
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #13141c;
    background: #ebedf3;
    border: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 1px 0 #b4bbd1;
    box-shadow: 0 1px 0 #b4bbd1;
}
.words__select .ss-content .ss-list {
    padding: 0;
    max-height: 116px;
}
.words__select .ss-content .ss-list .ss-option {
    overflow: hidden;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #13141c;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.words__select .ss-content .ss-list .ss-option.ss-disabled:not(.ss-option-selected) {
    display: none;
}
.words__select .ss-option:first-child.ss-disabled.ss-option-selected {
    display: none;
}
.words__select .ss-content .ss-list .ss-option.ss-disabled {
    color: #13141c;
    background-color: #d5d9e5;
}
.words__select .ss-content .ss-list .ss-option:hover,
.words__select .ss-content .ss-list .ss-option.ss-highlighted {
    color: #279789;
    background: #d7ebe9;
}
.words__select .ss-arrow .arrow-down {
    width: auto;
    height: auto;
    background: none;
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: rgba(0, 0, 0, 0);
    }
}
@keyframes autofill {
    to {
        color: inherit;
        background: rgba(0, 0, 0, 0);
    }
}
.c-status-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-status-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    font-weight: normal;
}
.c-status-list__item::before {
    content: "";
    display: block;
    margin-right: 8px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.svg#icon-no_valid);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.c-status-list__item--valid::before {
    background-image: url(../img/sprite.svg#icon-valid);
}
@media screen and (min-width: 768px) {
    .c-status-list__item {
        width: calc(50% - 6px);
    }
    .c-status-list__item:nth-child(2n) {
        margin-left: 12px;
    }
    .c-status-list__item:nth-child(n + 3) {
        margin-top: 12px;
    }
}
@media screen and (max-width: 767px) {
    .c-status-list__item {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .c-status-list__item + .c-status-list__item {
        margin-top: 12px;
    }
}
.c-words {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -11px;
}
.c-words__item {
    margin-right: 10px;
    margin-bottom: 11px;
}
.c-words__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8.5px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    background: #ebedf3;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #b4bbd1;
    box-shadow: 0 1px 0 #b4bbd1;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.c-words__link:hover {
    color: #279789;
    background: #d7ebe9;
    -webkit-box-shadow: 0 1px 0 #87bd87;
    box-shadow: 0 1px 0 #87bd87;
    text-decoration:none
}
.c-letters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-bottom: -11px;
}
.c-letters__item {
    margin-right: 9px;
    margin-bottom: 11px;
}
.c-letters__link {
    position: relative;
    z-index: 1;
    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: 4px;
    min-width: 44px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    background: #ebedf3;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #b4bbd1;
    box-shadow: 0 1px 0 #b4bbd1;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.c-letters__link > sub {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 10px;
    font-weight: 700;
}
.c-letters__link:hover {
    color: #279789;
    background: #d7ebe9;
    -webkit-box-shadow: 0 1px 0 #87bd87;
    box-shadow: 0 1px 0 #87bd87;
    text-decoration:none
}
.c-help {
    position: relative;
    z-index: 1;
}
.c-help--active .c-help__btn-icon {
    color: #13141c;
}
.c-help--active .c-help__wrapper {
    display: block;
}
.c-help__btn {
    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;
    min-width: 16px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
}
.c-help__btn:focus {
    outline: none;
}
.c-help__btn-icon {
    min-width: 18px;
    width: 18px;
    height: 18px;
    color: #9498b4;
}
.c-help__wrapper {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    display: none;
    padding: 8px 10px;
    max-width: 166px;
    min-width: 166px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}
.c-help__wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    display: block;
    min-width: 10px;
    width: 10px;
    height: 5px;
    opacity: 0.7;
    background-image: url(../img/sprite.svg#icon-down-arrow);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 767px) {
    .c-help__wrapper {
        top: -12px;
        right: -6px;
        left: auto;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        min-width: 128px;
    }
    .c-help__wrapper::before {
        right: 10px;
        left: auto;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
.c-help__text {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align:center
}
.c-help__text > b,
.c-help__text strong {
    font-weight: bold;
    color: #279789;
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: #157569
}
.header--search .header__search {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}
.header__top {
    position: relative;
    z-index: 101;
    background: #157569
}
.header__wrapper {
    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;
}
.header__logotype {
    max-width: 160px;
    width: 100%;
    height: 28px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.header__logotype:hover {
    opacity:.7
}
.header__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .header__nav {
        display: none;
    }
}
.header__search {
    position: fixed;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-204%);
    -ms-transform: translateY(-204%);
    transform: translateY(-204%);
    padding: 16px;
    width: 100%;
    background: #36b5a5;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.header__search .global-search__input {
    padding: 12px 50px;
    font-size: 14px;
}
.header__search .global-search__btn {
    min-width: 18px;
    width: 18px;
    height: 18px;
}
.header__search .global-search__btn-icon {
    min-width: 18px;
    width: 18px;
    height: 18px;
}

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


@media screen and (min-width: 768px) {
    .header__search {
        display: none;
    }
}
@media screen and (min-width: 1023px) {
    .mobile-search {
        display: none;
    }
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__item + .nav__item {
    margin-left: 25px;
}
.nav__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.nav__link:hover {
    color: #edfaee;
}
.hamburger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    padding: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.hamburger:focus {
    outline: none;
}
.hamburger--active .hamburger__inner:first-child {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger--active .hamburger__inner:nth-child(2) {
    opacity: 0;
}
.hamburger--active .hamburger__inner:last-child {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.hamburger__group {
    position: relative;
    margin-left: 13px;
    min-width: 24px;
    width: 24px;
    height: 18px;
}
.hamburger__inner {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #edfaee;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.hamburger__inner:first-child {
    top: 0;
}
.hamburger__inner:nth-child(2) {
    top: 8px;
}
.hamburger__inner:last-child {
    top: 16px;
}
.menu {
    position: fixed;
    top: 38px;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-transform: translateX(104%);
    -ms-transform: translateX(104%);
    transform: translateX(104%);
    width: 276px;
    height: calc(100vh - 38px);
    color: #fff;
    opacity: 0;
    background: #157569;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.menu--active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}
.menu--active .menu__heading,
.menu--active .menu__item {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in-out 0.15s;
    -o-transition: opacity 0.15s ease-in-out 0.15s;
    transition: opacity 0.15s ease-in-out 0.15s;
}
.menu__top {
    padding: 12px 16px;
    background: #0c6258;
}
.menu__heading {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #bfdbd8;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.menu__item {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.menu__item:hover {
    background:#5aad5e
}
.menu__item + .menu__item {
    border-top: 1px solid #61b065;
}
.menu__link {
    display: block;
    padding: 15px 16px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #fff
}
.menu__link:hover {
    color: #fff;
    text-decoration:none
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__item:last-child .breadcrumb__link {
    color: #13141c;
}
.breadcrumb__item:last-child .breadcrumb__link:hover {
    color: #13141c;
}
.breadcrumb__item + .breadcrumb__item::before {
    content: "→ ";
    display: block;
    margin: 0 4px;
    font-size: 13px;
    font-weight: normal;
    color: #13141c;
}
.breadcrumb__link {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #279789;
}
.breadcrumb__link:hover {
    color: #279789
}
.footer {
    padding: 19.5px 0;
    background: #f3f5fb;
}
.footer__wrapper {
    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;
}
@media screen and (max-width: 767px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer__logotype {
    max-width: 160px;
    width: 100%;
    height: 28px;
}
.footer__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .footer__logotype {
        margin: 16px auto;
    }
}
.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-nav__item + .footer-nav__item {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b3b6d1;
}
.footer-nav__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.wrapper__body {
    padding: 13px 0 55px;
}
.wrapper__body--header {
    padding: 45px 0;
}
.wrapper__breadcrumb {
    margin: 0 auto 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wrapper__banner-top {
    display: block;
    overflow: hidden;
    margin: 18px auto 25px;
    max-width: 728px;
    width: 100%;
    height: 90px;
}
.wrapper__banner-top img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrapper__banner-right {
    display: block;
    overflow: hidden;
    margin-top: 33px;
    max-width: 300px;
    width: 100%;
    height: 250px;
}
.wrapper__banner-right img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrapper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrapper__left {
    max-width: 649px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .wrapper__left {
        max-width: none;
    }
}
@media screen and (min-width: 768px) {
    .wrapper__block--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper__block--flex > * {
        width: calc(50% - 14.5px);
    }
    .wrapper__block--flex > *:nth-child(2n) {
        margin-left: 29px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper__block--flex > * + * {
        margin-top: 28px;
    }
}
.wrapper__block + .wrapper__block {
    margin-top: 28px;
}
.wrapper__right {
    margin-left: 21px;
    max-width: 300px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .wrapper__right {
        display: none;
    }
}
.wrapper__sticky {
    position: sticky;
    top: 48px;
    -ms-flex-item-align: start;
    align-self: flex-start
}
.wrapper__filters {
    padding: 18px 12px 22px;
    background-color: #279789;
    border-radius: 10px;
}
.wrapper__filters .global-search__input {
    padding: 12px 40px 12px 20px;
    font-size: 15px;
}
.wrapper__filters .global-search__btn {
    min-width: 20px;
    width: 20px;
    height: 20px;
}
.wrapper__filters .global-search__btn-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
}
.wrapper__filters .global-search + .global-controls {
    margin-top: 12px;
}
.wrapper__filters .global-controls__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrapper__filters .global-controls__inner + .global-controls__inner {
    margin-top: 12px;
}
@media screen and (min-width: 768px) {
    .wrapper__filters .global-controls__group + .global-controls__group {
        margin-left: 0;
    }
}
.wrapper__filters .global-controls__group {
    width: calc(50% - 9px);
}
.wrapper__filters .global-controls__group:nth-child(2n) {
    margin-left: 18px;
}
.wrapper__filters .global-controls__group:nth-child(n + 3) {
    margin-top: 12px;
}
.wrapper__filters .global-controls__input {
    padding: 12.5px 28px 12.5px 10px;
    font-size: 14px;
}
.wrapper__filters .global-controls__select .ss-main .ss-single-selected {
    padding: 14px 9px 14px 10px;
    font-size: 14px;
}
.wrapper__filters .global-controls__select .ss-content .ss-list .ss-option {
    font-size: 14px;
}
.wrapper__filters .global-controls__select .ss-content .ss-list {
    max-height: 160px;
}
@media screen and (min-width: 768px) {
    .wrapper__filters .global-controls__select:first-child,
    .wrapper__filters .global-controls__select:last-child {
        max-width: none;
        min-width: auto;
    }
}
.wrapper__filters .global-controls__btn {
    margin: 18px auto 0;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: none;
    position: relative;
}
.wrapper__filters .global-controls__btn:active {
    padding: 12px 34px;
}
.main {
    padding-top: 38px;
    color: #fff;
    background: radial-gradient(#289789, #14766a)
}
.main__wrapper {
    padding: 65px 0 68px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .main__wrapper {
        padding: 20px 0 24px;
    }
}
.main__heading {
    font-size: 36px;
    font-weight: 900;
    text-shadow:0 1px 0 #29782c
}
.main__description {
    margin-top: 14px;
    font-size: 15px;
    font-weight: normal;
    color: #f5fcf5;
}
.main__search {
    margin-top: 18px;
}
.section-heading {
    margin: 24px 0 15px;
    text-align: center;
}
.section-heading__title {
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size:24px;
    }
}
.section-heading__description {
    margin-top: 11px;
    font-size: 15px;
    font-weight: normal;
}
.content {
    overflow: hidden;
    padding: 26px 20px 32px;
    font-size: 15px;
    line-height:24px;
    border: 2px solid #ddebea;
    border-radius: 12px;
}
.content > * {
    margin-bottom: 24px;
}
.content > *:last-child {
    margin-bottom: 0;
}
.content.center {
    text-align:center
}
.content h1,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 16px;
    font-weight: bold;
    color: #13141c;
}
.content h2 {
    margin-bottom: 16px;
    font-size:16px;
    line-height:24px;
    font-weight:400;
    color: #13141c;
}
.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
    margin-top: 6px;
}
.content h1 {
    font-size: 32px;
}
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 20px;
    line-height:28px
}
.content a:not([class]) {
    display: inline;
    text-decoration: underline!important;
    color: #279789;
}
.content a:not([class]):hover {
    text-decoration: none!important;
}
.content ul:not([class]) > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content ul:not([class]) > li::before {
    content: "";
    display: block;
    margin-top: 6px;
    margin-right: 12px;
    min-width: 8px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}
.content ul:not([class]) > li:not([class]) + li:not([class]) {
    margin-top: 8px;
}
.words__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: 7px;
}
.words__title {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .words__title {
        font-size:18px;
    }
}
.words__wrapper {
    overflow: hidden;
    border-radius: 12px;
}
.words__heading {
    padding: 12px 20px;
    font-size: 16px;
    line-height:22px!important;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #279789;
    border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
    .words__heading {
        font-size:15px;
    }
}
.words__heading > span {
    font-weight: normal;
}
.words__body {
    padding: 22px 17px 26px;
    border-right: 1px solid #d9eada;
    border-bottom: 1px solid #d9eada;
    border-left: 1px solid #d9eada;
    border-radius: 0 0 12px 12px;
}
.words__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-bottom: -16px;
}
.words__item {
    margin-right: 13px;
    margin-bottom: 16px;
}
.words__link {
    display: block;
    padding: 10px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #13141c;
    background: #ebedf3;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #b4bbd1;
    box-shadow: 0 1px 0 #b4bbd1;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
    .words__link {
        font-size:15px;
    }
}
.words__link > sub {
    margin-left: -2px;
    font-size: 12px;
    font-weight: 700;
}
.words__link:hover {
    color: #279789;
    background: #d7ebe9;
    -webkit-box-shadow: 0 1px 0 #87bd87;
    box-shadow: 0 1px 0 #87bd87;
    text-decoration:none
}
.words__btn {
    margin: 27px auto 0;
}
.word-information {
    overflow: hidden;
    border-radius: 12px;
}
.word-information__heading {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #279789;
    border-radius: 12px 12px 0 0;
}
.word-information__heading > span {
    font-weight: normal;
}
.word-information__body {
    padding: 22px 17px 26px;
    border-right: 1px solid #d9eada;
    border-bottom: 1px solid #d9eada;
    border-left: 1px solid #d9eada;
    border-radius: 0 0 12px 12px;
}
.word-information__block + .word-information__block {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #d9eada;
}
.word-information__title {
    font-size: 30px;
    font-weight: bold;
}
.word-information__subtitle {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}
.word-information__list li {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    margin-left:12px;
    display:flex
}
.word-information__list li::before {

    content: "";
    display: block;
    margin: 8px 8px 0 2px;
    min-width: 6px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
.word-information__list li + li {
    margin-top: 3px;
}
.word-list {
    overflow: hidden;
    border-radius: 12px;
}
.word-list__heading {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #279789;
    border-radius: 12px 12px 0 0;
}
.word-list__wrapper {
    padding: 23px 23px 20px;
    border-right: 1px solid #d9eada;
    border-bottom: 1px solid #d9eada;
    border-left: 1px solid #d9eada;
    border-radius: 0 0 12px 12px;
}
.word-list__item {
    padding-bottom: 9px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #d9eada;
}
.word-list__item + .word-list__item {
    margin-top: 10px;
}
.word-list__btn {
    margin: 16px auto 0;
}
.word-list__btn:hover {
    text-decoration:none
}
.word-list__btn--hidden {
    display: none;
}
.research__btn {
    min-width:240px;
    background:#ffd200;
    border:1px solid #ffd200;
    color:#000;
    font-weight:400
}
.research__btn:hover {
    background:#ffd200;
    border:1px solid #ffd200;
    color:#000;
    text-decoration:underline
}
.global-search {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 543px;
    width: 100%;
}
.global-search__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.global-search__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 16px 60px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #13141c;
    background: #fff;
    border: none;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.global-search__input::-webkit-input-placeholder {
    color: #c1c5e0;
}
.global-search__input::-moz-placeholder {
    color: #c1c5e0;
}
.global-search__input:-ms-input-placeholder {
    color: #c1c5e0;
}
.global-search__input::-ms-input-placeholder {
    color: #c1c5e0;
}
.global-search__input::placeholder {
    color: #c1c5e0;
}
.global-search__input:focus {
    outline: none;
}
.global-search__input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.global-search__input:focus::-moz-placeholder {
    opacity: 0;
}
.global-search__input:focus:-ms-input-placeholder {
    opacity: 0;
}
.global-search__input:focus::-ms-input-placeholder {
    opacity: 0;
}
.global-search__input:focus::placeholder {
    opacity: 0;
}
.global-search__input[disabled] {
    opacity: 1;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .global-search__input {
        font-size: 18px;
    }
}
.global-search__btn {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    min-width: 26px;
    width: 26px;
    height: 26px;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
}
.global-search__btn:focus {
    outline: none;
}
@media screen and (max-width: 767px) {
    .global-search__btn {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }
}
.global-search__btn-icon {
    min-width: 26px;
    width: 26px;
    height: 26px;
    color: #13141c;
}
@media screen and (max-width: 767px) {
    .global-search__btn-icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }
}
.global-search + .global-controls {
    margin-top: 28px;
}
.global-controls__inner {
    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: 0 auto;
    max-width: 474px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .global-controls__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.global-controls__inner + .global-controls__inner {
    margin-top: 21px;
}
.global-controls__group {
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .global-controls__group--mobile {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .global-controls__group {
        width: calc(50% - 12.5px);
    }
    .global-controls__group:nth-child(2n) {
        margin-left: 25px;
    }
    .global-controls__group:nth-child(n + 3) {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) {
    .global-controls__group + .global-controls__group {
        margin-left: 18px;
    }
}
.global-controls__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 11.25px 28px 11.25px 10px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #13141c;
    background: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.global-controls__input::-webkit-input-placeholder {
    color: #9498b4;
    text-transform: none;
}
.global-controls__input::-moz-placeholder {
    color: #9498b4;
    text-transform: none;
}
.global-controls__input:-ms-input-placeholder {
    color: #9498b4;
    text-transform: none;
}
.global-controls__input::-ms-input-placeholder {
    color: #9498b4;
    text-transform: none;
}
.global-controls__input::placeholder {
    color: #9498b4;
    text-transform: none;
}
.global-controls__input:focus {
    outline: none;
}
.global-controls__input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.global-controls__input:focus::-moz-placeholder {
    opacity: 0;
}
.global-controls__input:focus:-ms-input-placeholder {
    opacity: 0;
}
.global-controls__input:focus::-ms-input-placeholder {
    opacity: 0;
}
.global-controls__input:focus::placeholder {
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .global-controls__input {
        font-size: 14px;
    }
}
.global-controls__help {
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.global-controls__select {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .global-controls__select:first-child {
        max-width: 310px;
        min-width: 310px;
    }
    .global-controls__select:last-child {
        max-width: 146px;
        min-width: 146px;
    }
}
@media screen and (max-width: 767px) {
    .global-controls__select--desktop {
        display: none;
    }
}
.global-controls__select + .global-controls__select {
    margin-left: 18px;
}
.global-controls__btn {
    display: block;
    margin: 22px auto 0;
    padding: 18px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #13141c;
    background: #ffd200;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.global-controls__btn:focus {
    outline: none;
}
.global-controls__btn:hover {
    color: #13141c;
    text-decoration:none;
    background: #ffda2c
}
.global-controls__btn:active {
    padding: 18px 34px;
}

.skeleton-section {
    background-image: linear-gradient(90deg, #ebedf3 0px, #fff 40px, #ebedf3 80px);
    animation: shine-lines 2.2s infinite linear;
    background-size: 800px;
    width: 649px;
    height: 220px;
    border-radius: 12px;
    margin-top: 28px;
    max-width: 100%;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 700px;
    }
}


.skeleton-word {
    background-image: linear-gradient(90deg, #ebedf3 0px, #fff 40px, #ebedf3 80px);
    animation: shine-lines-word 1.6s infinite linear;
    background-size: 300px;
    height: 41px;
    border-radius: 10px;
    box-shadow: 0 1px 0 #b4bbd1;
    margin-right: 13px;
    margin-bottom: 16px;
    padding: 11.5px 15px;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.skeleton-word span {
    visibility: hidden;
}

@keyframes shine-lines-word {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 140px;
    }
}

.wrapper-skeleton {
    margin-top: 16px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #b79c32;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 0.5s linear infinite;
    position: absolute;
    left: 4px;
    top: 7px;
    display: none;
}
.p404 {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 240px;
    font-weight: 900;
    line-height: 300px;
    text-align:center;
    margin-top:100px
}
@media screen and (max-width: 767px) {
    .p404 {
        font-size: 120px;
        line-height: 180px;
   }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.definition-wrapper {
    margin-bottom: 20px;
    font-size:15px
}
.definition-wrapper .definition-type {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: bold;
    background: #cae2df;
    border-radius: 7px;
}
.definition-wrapper .definition-text {
    margin-top: 8px;
    font-size:16px;
    margin-left:12px
}
.definition-wrapper .definition-synonyms-title {
    margin: 8px 0 4px;
    font-weight: bold;
    margin-left:12px
}
.definition-wrapper .definition-synonyms {
    margin-left:12px;
    display:flex;
    flex-wrap:wrap
}
.definition-wrapper .definition-synonyms span {
    padding:2px 5px;
    background:#e9eff9;
    border-radius:5px;
    margin:4px 8px 4px 0;
    border-bottom:1px solid #b4bfd2
}
.definition-wrapper .definition-synonyms a {
    padding:2px 5px;
    background:#e9eff9;
    border-radius:5px;
    margin:4px 8px 4px 0;
    border-bottom:1px solid #b4bfd2;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.definition-wrapper .definition-synonyms a:hover {
    text-decoration:none;
    color: #279789;
    background: #d7ebe9;
    border-bottom:1px solid #87bd87;
}
.definition-wrapper .definition-examples-title {
    margin: 8px 0 4px;
    font-weight: bold;
    margin-left:12px
}

.field-error {
    background: #fff;
}
.field-error::placeholder {
    color: #cc7c7c;
}