.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

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

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

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

.margin-top-15 {
    margin-top: 15px;
}

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

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

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

.img-center-wrapper {
    position: relative;
}

.important-block, .important-quote, .note-block {
    font-size: 18px;
}

.note-block {
    background-color: #e5edd6;
    border: 1px solid #81a639;
    border-radius: 7px;
    padding: 20px;
    margin: 30px 10px;
    cursor: pointer;
}

img.img-center {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.article-list-item, .article-list-comments {
    border-radius: 7px;
}

.article-list-item .post-author {
    margin-top: 26px;
}

.inside-list li a, .inside-list li a:hover {
    text-decoration: none;
}

.best-content-info {
    text-align: center;
    padding: 5px 15px 15px;
}

.best-content-info a {
    color: #5a9930;
}

.article-list-item.color3 .like {
    color: #8BC53E;
}

ul.custom-style,
ul:not([class]):not([id]) {
    font-family: 'Open Sans', sans-serif;
}

ul.custom-style > li,
ul:not([class]):not([id]) > li {
    margin: 20px 0;
}

.edit-post-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.asideArticles li {
    border-bottom: 1px solid #e5efea;
}

.sideAuthorFooter {
    text-align: left !important;
}

.edit-post-drop a {
    display: block;
    padding: 9px 15px;
    color: #585757;
    text-decoration: none;
}

.edit-post-drop a:hover {
    background: #fcfdf9;
    color: #8bc53e;
}

.article-list-item td {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.article-list-item.color1 .more-btn {
    background: #54aced;
}

.article-list-item.color2 .more-btn {
    background: #5f5fad;
}

.article-list-item.color3 .more-btn {
    background: #8bc53e;
}

.article-list-item.color4 .more-btn {
    background: #f19300;
}

.article-list-item.color5 .more-btn {
    background: #55c4cf;
}

.article-list-item.color6 .more-btn {
    background: #e14181;
}

.article-list-visual img {
    opacity: .7;
}

.article-list-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.article-list-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-list-item iframe,
.article-item iframe {
    width: 100%;
    height: 424px;
}

.add-post-footer.submit-button {
    padding: 19px 20px 20px;
}

.article-list-item .more-link {
    margin: 0 0 0 0;
}

.article-list-item .more-btn {
    color: #fff;
}

.article-list-text {
    font: 16px/20px 'Open Sans', sans-serif;
}

.load-more > li {
    letter-spacing: 0;
}

.more-link {
    font: 600 15px/20px 'Open Sans', sans-serif;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.blog-post-menu {
    color: #9b9b9b;
    text-decoration: none;
    font: 600 30px/30px 'Open Sans', sans-serif;
}

.more-link-big {
    color: #9b9b9b;
    text-decoration: none;
    font: 600 30px/30px 'Open Sans', sans-serif;
}

.checkbox-holder.color9 div.check.checked {
    background-color: #cecece;
}

.user-child-list div.child {
    border-bottom: 1px solid #e5efea;
    padding-bottom: 15px;
}

.user-child-list .avatar img {
    margin-left: 20px;
}

.user-child-list .info {
    padding-left: 10px;
}

.user-child-list .info .name {
    font-weight: 600;
    margin-top: 10px;
}

.user-child-list .info .birthday {
    color: #70983c;
}

.user-child-list .info .age {
    color: #8e8e8e;
    margin-left: 15px;
}

.user-child-list .info .controls {
    font-size: 11px;
    margin-top: 5px;
}

.user-child-list .info .controls a.edit {
    color: #8e8e8e;
}

.user-child-list .info .controls a.delete {
    color: #dc365c;
    margin-left: 10px;
}

label {
    margin-bottom: 0;
}

.subscription-info-wrap p {
    margin-top: 10px;
}

.under-cut {
    display: none;
}

.itemLink.article-list-item .post-author {
    margin: 0;
}

.article-list-item.quiz {
    margin-bottom: 10px;
}

.table-overflow {
    overflow-x: auto;
}

a.no-hover-color:hover {
    color: inherit;
}

div.closedItem-text {
    font-size: 16px;
    line-height: 20px;
}

.closedItem > img {
    width: 100%;
}

.article-list-text h3 a {
    text-decoration: none;
    color: inherit;
}

.user-child .form-footer-buttons .btn {
    width: 156px;
}

.user-child .form-footer-buttons .btn + .btn {
    margin-left: 10px;
}

.kit-red-btn {
    background: #ff3355;
    color: #fff;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
}

.kit-red-btn:hover {
    background: #db304d;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.file .button {
    padding-top: 6px;
    border-radius: 6px;
}

.user-child .add-pregnancy {
    background: #ffffff;
    border-color: #5a9930;
    border-width: 2px;
    color: #5a9930 !important;
}

.user-child .add-pregnancy:hover {
    color: #fff !important;
    background: #699f30;
}

.content-upgrades-layout a {
    color: #68B338;
}

.lpList > li {
    padding: 22px 0;
}

.addMaterial .course-footer,
.addMaterial .course-header {
    text-align: center;
}

.addMaterial .info ul {
    font-family: inherit;
}

.catalog-icon .mdi {
    color: #7cb142;
    font-size: 20px;
}

.recomend-list .smallItem:before {
    border-left: none;
}

.info.video-ins {
    cursor: pointer;
}

.landingSection1.inner .info.video-ins:before {
    border-top: none;
}

.info.video-ins .play-video {
    padding: 10px;
}

.info.video-ins:hover {
    opacity: 0.7;
}

.article-list-text ol:not([class]) > li {
    font-family: "Open Sans", sans-serif;
}

.article-list-text h2 {
    font-size: 24px;
}

.article-list-text h3 {
    font-size: 20px;
}

.webinar-wrapper span.reminder a {
    color: #649a39;
}

.webinar-wrapper span.reminder {
    font-size: 16px;
    font-weight: 600;
}

.webinar-wrapper .webinarPromo-title {
    font-size: 24px;
}

.cardItem_price {
    margin-left: 5px;
}

#vk-invite-popup {
    text-align: center;
}

.article-list-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-scrollbar-bar {
    width: 12px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar, .fs-scrollbar-handle {
    border: none;
}

.fs-scrollbar-track {
    width: 12px;
}

.fs-scrollbar-handle {
    padding: 0;
    border-radius: 10px;
    width: 12px;
    background: #7cb142;
    cursor: pointer;
}

.fs-dropdown-item {
    margin-right: 0;
}

.green-text {
    color: #639939;
}

.article-list-text .banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rubricator-catalog {
    margin-right: 15px;
    margin-left: 15px;
}

.rubrikator-tab-control li:last-child {
    margin: 0;
}

.rubrikator-items .title,
.rubrikator-items .name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kit-btn {
    border-radius: 6px;
}

.input-wrap.has-error .kit-textarea {
    -webkit-box-shadow: 0 2px 0 #ea6b48;
    box-shadow: 0 2px 0 #ea6b48;
}

.input-wrap.has-error textarea {
    color: #ea6b48;
}

.input-wrap.has-error .kit-select button {
    -webkit-box-shadow: 0 2px 0 #ea6b48;
    box-shadow: 0 2px 0 #ea6b48;
}

.about-wrap {
    padding: 20px;
}

.course-list .visual img{
    border-radius: 5px;
}
.course-list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
    min-height: 40px;
}

table td, table th {
    padding: 5px;
    border-top: 1px solid #d2d2d1;
    vertical-align: top;
}

.on-air-countdown {
    top: 40%;
    position: relative;
    text-align: center;
}

.on-air-countdown h1 {
    color: #fff;
}

.input-wrap.has-error .kit-textarea {
    -webkit-box-shadow: 0 2px 0 #ea6b48;
    box-shadow: 0 2px 0 #ea6b48;
}

.input-wrap.has-error textarea {
    color: #ea6b48;
}

.input-wrap.has-error .kit-select button {
    -webkit-box-shadow: 0 2px 0 #ea6b48;
    box-shadow: 0 2px 0 #ea6b48;
}

.about-wrap {
    padding: 20px;
}

.about-club-join {
    text-align: center;
}

.about-club-join a.kit-btn {
    margin-bottom: 5px;
}

#vk-invite-popup h3 {
    margin-right: 30px;
}

.article-item.lessonItem .visual iframe {
    width: 100%;
    height: 100%;
}

.sideProgress-steps span.text:hover {
    color: #3e4146;
}

.ui-text.cutted {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 22px;
    max-height: 88px;
}

.ui-h2.cutted {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}

.consultationItem-frame .title.cutted {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
}

.consultationItem-frame .text.cutted {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 17px;
    max-height: 68px;
}

.new-message .has-error .error-text {
    display: block;
}

form.new-message.new-question-mobile {
    padding-top: 16px;
}

a.decoration-inherit,
a.decoration-inherit:hover,
a.decoration-inherit:focus {
    text-decoration: inherit;
    color: inherit;
}

.user-knob {
    display: none;
}

.validation-error {
    font-size: 14px;
    font-weight: 300;
    color: #ea6b48;
    margin-top: 5px;
}

.lk-pub .redactor-box {
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 0 #a7a7a7;
}

.lk-pub .redactor-box:hover {
    box-shadow: 0 1px 0 #7cb142;
}

.lk-pub .has-error .redactor-box {
    box-shadow: 0 2px 0 #ea6b48;
}

.content-sidebar {
    padding-top: 30px;
}

.video-container {
    padding: 20px;
}

.nopreg-nochild {
    margin: 16px 0 16px 0;
}

form.vk-po-form {
    z-index: 100021;
}

ul.nav_list.child-services li {
    font-weight: 600;
}

nav.page_nav {
    padding: 0;
}