.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    width: 110px;
    height: 110px;
    top: -55px;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after,
.pop-up-window::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.danger-text {
    color: red;
    font-weight: 700;
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.pop-up-button {
    text-transform: uppercase;
    padding: 10px 20%;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.comment-box:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.main-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.form button,
.main-btn {
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #dc143c !important;
    color: #fff !important;
    height: 31px;
}

.comment-box {
    padding: 10px;
}

.reply {
    margin-left: 50px;
}

.comment-avatar {
    margin-right: 10px;
}

.comment-date__time {
    color: #94989b;
    font-size: 12px;
}

.comment-date__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.comment-date {
    display: flex;
    align-items: center;
    position: relative;
}

hr {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #3a753a;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: #f5fef5;
    background-image: -webkit-repeating-linear-gradient(0deg,
            #bfe6bf 0,
            #f5fef5 100%);
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
    background-image: -ms-repeating-linear-gradient(0deg,
            #bfe6bf 0,
            rgba(3, 224, 0, 0.04) 100%);
}


article,
b,
blockquote,
body,
code,
dd,
div,
figure,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
label,
li,
nav,
p,
pre,
section,
span,
strong,
time,
tr,
ul,
var {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

article,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:after,
blockquote:before {
    content: '';
    content: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.container {
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}

.container:after {
    display: table;
    clear: both;
    content: '';
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

.row {
    margin-left: 10px;
    margin-right: 10px;
}

.row:after {
    display: table;
    clear: both;
    content: '';
}

.col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.nomargin,
.nomargin.mobile {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .nomargin.mobile {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.positivemargin {
    margin-left: 20px;
    margin-right: 20px;
}

.nomargin.mobile.positivemargin {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    .nomargin.mobile.positivemargin {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {

    .col-xl-8 {
        float: left;
    }

    .col-xl-8 {
        width: 66.666667%;
    }
}

body,
html {
    overflow-x: hidden;
}

body {
    color: #29272c;
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: #212121;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #c9cacf;
}

::-moz-placeholder {
    color: #c9cacf;
}

.btn {
    border-radius: 0;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    line-height: 26px;
    padding: 2px 15px;
    text-align: center;
    text-transform: uppercase;
}

.btn,
.btn span {
    display: inline-block;
}

.btn span {
    line-height: 1;
    vertical-align: middle;
}

.lbtn-default {
    background-color: #ee2b92 !important;
    color: #fff !important;
}

.lbtn {
    background-color: #ee2b92;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .lbtn:hover {
        background-color: #ee2b92;
    }
}

.oa-box {
    background-color: #f8f8f8;
    margin: 25px 0;
    padding: 0 20px 20px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .oa-box {
        padding: 0 30px 30px;
    }
}

.oa-box figure {
    margin: 15px 0;
}

.oa-box>figure:first-child {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .oa-box>figure:first-child {
        float: right;
        margin: 0 0 15px 15px;
    }
}

.oa-box.oab-framed {
    padding-top: 25px;
}

.oa-box.oab-leniaLeft:before {
    background-color: #ee2b92;
    content: '';
    height: auto;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
}

.nwm-portfolio-menu {
    background-color: #e6e6eb;
    font-size: 0;
    line-height: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nwm-portfolio-menu>.nwmpm-container {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 1240px;
    }
}

.nwm-portfolio-menu>.nwmpm-container>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .nwm-portfolio-menu>.nwmpm-container>.row {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.nwm-portfolio-menu .nwmpm-right-data {
    position: absolute;
    top: 0;
    right: 0;
    color: #212121;
    font-size: 11px;
    height: 36px;
    font-family: sans-serif;
    display: table;
}

ul {
    padding: 0;
}

.nwmpm-holder {
    position: relative;
}

@media (min-width: 768px) {
    .nwmpm-holder {
        margin: 0 10px;
    }
}

.nwmpm-holder:after,
.nwmpm-holder:before {
    background-color: #f1f1f4;
    content: '';
    height: 36px;
    width: 100%;
    position: absolute;
    top: 0;
}

.nwmpm-holder:before {
    right: 100%;
}

.nwmpm-holder:after {
    left: 100%;
}

.nwmpm-item-holder {
    background-color: #f1f1f4;
    height: 36px;
}

.nwmpm-item {
    display: inline-block;
    text-align: center;
}

.nwmpmi-link,
.nwmpmi-more {
    color: #19181b;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.nwmpmi-link:hover,
.nwmpmi-more:hover {
    color: #19181b;
}

@media (min-width: 992px) {

    .nwmpmi-link:hover,
    .nwmpmi-more:hover {
        background-color: #d2d2d2;
    }
}

.nwmpmi-more {
    cursor: pointer;
    display: none;
    padding: 0 30px 0 20px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nwmpmi-more:hover {
    background-color: #e6e6eb;
}

.nwmpmi-more:after,
.nwmpmi-more:before {
    background-color: #19181b;
    content: '';
    display: inline-block;
    height: 1px;
    margin: auto;
    width: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: -2px;
    bottom: 0;
}

.nwmpmi-more:before {
    right: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nwmpmi-more:after {
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nwmpmi-more.open:before {
    right: 15px;
}

.nwmpmi-more.open:after {
    right: 12px;
}

.nwmpm-overflow {
    display: none;
    font-size: 0;
    width: 100%;
}

.nwmpm-overflow li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.life-header {
    background-color: #fff;
    font-family: sans-serif;
    height: 60px;
    border-bottom: 1px solid #e3e4ea;
    position: relative;
}

@media (min-width: 1200px) {
    .life-header {
        height: 50px;
    }
}

.lh-mobile {
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
}

@media (min-width: 1200px) {
    .lh-mobile {
        display: none;
    }
}

.lh-mobile .lhm-hamburger {
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: auto;
    width: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lh-mobile .lhm-hamburger span {
    background-color: #111;
    display: block;
    height: 2px;
    margin: auto;
    width: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.69, 0.29, 0.97);
    transition: all 0.3s cubic-bezier(0.33, 0.69, 0.29, 0.97);
    position: absolute;
    right: 0;
    left: 0;
}

.lh-mobile .lhm-hamburger span:first-child {
    top: 0;
}

.lh-mobile .lhm-hamburger span:nth-child(2) {
    top: 5px;
}

.lh-mobile .lhm-hamburger span:nth-child(3) {
    top: 10px;
}

.lh-container {
    position: relative;
}

.lh-logo {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/life_logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60px 33px;
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    width: 70px;
}

@media (min-width: 992px) {
    .lh-logo {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .lh-logo {
        margin: 0 0 0 10px;
        position: static;
    }
}

.lh-holder {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    left: 0;
    top: 59px;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #e3e4ea;
}

.lh-holder.open {
    max-height: 400px;
}

@media (min-width: 768px) {
    .lh-holder {
        border: 1px solid #e3e4ea;
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .lh-holder {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 85px);
        background: transparent;
        max-height: none;
        border: none;
        overflow: visible;
    }
}

.lh-holder .lhh-container {
    position: relative;
}

.lh-holder .lhb-holder {
    display: table;
    height: 60px;
    width: 100%;
}

@media (min-width: 992px) {
    .lh-holder .lhb-holder {
        height: 50px;
    }
}

.lh-holder .lhb-holder .l-menu {
    display: table-cell;
    vertical-align: middle;
}

.lh-holder .lm-item-holder {
    font-size: 0;
}

.lh-holder .lm-item-holder .lm-item {
    display: block;
    text-align: center;
    margin: 15px;
}

@media (min-width: 1200px) {
    .lh-holder .lm-item-holder .lm-item {
        display: inline-block;
        text-align: left;
        margin: 0 15px;
    }
}

.lh-holder .lm-item-holder .lmi-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #111;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.lh-holder .lm-item-holder .lmi-link:hover {
    color: #ee2b92;
}

.lh-search-button {
    cursor: pointer;
    display: block;
    vertical-align: middle;
    height: 60px;
    text-align: center;
    width: 60px;
    line-height: 57px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .lh-search-button {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
}

.lh-search-button.open,
.lh-search-button:hover {
    background-color: #ceced4;
}

.lh-search-button.open:before,
.lh-search-button:hover:before {
    border-color: #29272c;
}

.lh-search-button.open:after,
.lh-search-button:hover:after {
    background-color: #29272c;
}

.lh-search-button:after,
.lh-search-button:before {
    content: '';
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lh-search-button:before {
    background-color: transparent;
    border: 1px solid #111;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.lh-search-button:after {
    background-color: #111;
    height: 7px;
    left: 0;
    position: relative;
    top: 5px;
    width: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-section {
    background-color: #ceced4;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.search-section.open {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.l-search-container {
    padding: 7px 10px;
}

@media (min-width: 768px) {
    .l-search-container {
        padding: 7px 0;
    }
}

.l-search {
    position: relative;
}

@media (min-width: 768px) {
    .l-search {
        margin: 0 10px;
    }
}

.l-search-input {
    border: 0;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 4px 4px 4px 8px;
    outline: 0;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.l-search-submit {
    padding: 2px 10px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.l-search-exit {
    display: none;
}

.l-page-title-v2 {
    color: #ee2b92;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 500;
    margin: 25px 20px 20px;
}

@media (min-width: 768px) {
    .l-page-title-v2 {
        margin: 40px 20px 20px;
    }
}

.article-section {
    background-color: #fff;
}

.oa-container {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.article-head,
.article-info {
    padding-left: 10px;
    padding-right: 10px;
}

.article-body {
    font-family: sans-serif;
    font-weight: 400;
    margin: 0 auto 60px;
}

@media (min-width: 1200px) {
    .article-body {
        margin-left: 73px;
    }
}

.article-footer:not(:empty) {
    margin: 40px 0 0;
}

.article-head {
    margin: 10px auto;
}

.article-title {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

@media (min-width: 768px) {
    .article-title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .article-title {
        font-size: 48px;
        line-height: 60px;
    }
}

.article-info {
    color: #686570;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .article-info {
        margin: 0 0 30px;
    }
}

.article-author,
.article-date {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
}

.article-author {
    font-weight: 600;
    margin: 0 5px 0 0;
}

.article-author:after {
    content: '/';
    display: inline-block;
    font-weight: 400;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.article-lead {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px;
}

@media (min-width: 1200px) {
    .article-lead {
        margin: 0 0 30px;
    }
}

.article-lead a {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 #ee2b92;
    box-shadow: inset 0 -1px 0 #ee2b92;
    color: #ee2b92;
    cursor: pointer;
    padding: 0 1px;
    word-break: break-word;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .article-lead a:hover {
        -webkit-box-shadow: inset 0 -30px 0 #ee2b92;
        box-shadow: inset 0 -30px 0 #ee2b92;
        color: #fff !important;
    }
}

figure {
    margin: 25px 0 30px;
}

figure img {
    display: block;
    height: auto;
    margin: 0 auto;
}

figure .img-holder {
    display: inline-block;
    position: relative;
}

.oab-framed {
    font-size: 14px;
    line-height: 23px;
}

@media (min-width: 992px) {
    .oab-framed {
        font-size: 16px;
        line-height: 25px;
    }
}

.article-meta {
    border-top: 1px solid #e6e6eb;
    padding: 20px 0 0;
}

.article-meta a {
    color: #ee2b92;
    font-family: sans-serif;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .article-meta a:hover {
        color: #212121;
    }
}

.article-share {
    border-top: 1px solid #e6e6eb;
    font-size: 0;
    line-height: 0;
    margin: 10px 0 40px;
    padding: 20px 0 0;
}

.nwmfooter-color-life .nwmfooter-container:before {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#fff),
            color-stop(60%, #fff),
            color-stop(60%, #000));
    background: linear-gradient(180deg, #fff 0, #fff 60%, #000 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    height: 100% !important;
    top: 0 !important;
}

.o-section-goa {
    background: #f1f1f4;
    padding: 0;
}

.ogoa-container {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .ogoa-container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .ogoa-container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .ogoa-container {
        max-width: 1240px;
    }
}

.ogoa-container:after {
    display: table;
    clear: both;
    content: '';
}

.goaWrap {
    background-color: #f1f1f4;
    position: relative;
    text-align: center;
}

.article-body>.goaWrap {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

@media (min-width: 768px) {
    .article-body>.goaWrap {
        margin-left: -44px !important;
        margin-right: -44px !important;
    }
}

@media (min-width: 992px) {
    .article-body>.goaWrap {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.goaWrap img {
    height: auto !important;
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes b {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1.16);
        transform: scale(1.16);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }

    85% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1.16);
        transform: scale(1.16);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }

    85% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#mc-holder .mc-content {
    border: 1px solid #e6e6eb;
    font-family: sans-serif;
    color: #29272c;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    #mc-holder .mc-content {
        padding: 30px 40px;
    }
}

#mc-holder .mc-content:after {
    color: #686570;
    content: 'hirdet\00e9s';
    font-family: sans-serif;
    font-size: 9px;
    line-height: 1;
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
}

#mc-holder .mc-content .title {
    font-size: 18px;
    margin-bottom: 15px;
}

#mc-holder .mc-content .item {
    margin-bottom: 8px;
    font-size: 14px;
}

#mc-holder .mc-content .item strong {
    font-weight: 400;
}

#mc-holder .mc-content .item a {
    font-weight: 300;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#mc-holder .mc-content .item a:hover {
    color: #ee2b92;
}

.nwmfooter-container {
    background-color: #000;
    height: 400px;
    overflow-x: hidden;
    position: relative;
}

@media only screen and (max-width: 320px) {
    .nwmfooter-container {
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    .nwmfooter-container {
        height: 250px;
        margin: auto;
    }
}

.nwmfooter-container a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nwmfooter-topBlock {
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(65%, #fff),
            color-stop(35%, #000));
    background: linear-gradient(90deg, #fff 65%, #000 0);
    height: 115px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .nwmfooter-topBlock {
        background: -webkit-gradient(linear,
                left top,
                right top,
                color-stop(75%, #fff),
                color-stop(25%, #000));
        background: linear-gradient(90deg, #fff 75%, #000 0);
        height: 60%;
    }
}

.nwmfooter-leftBlock {
    display: inline-block;
    width: 50%;
}

@media (min-width: 768px) {
    .nwmfooter-leftBlock {
        width: 275px;
    }
}

.nwmfooter-topLeftContents {
    right: calc(65% - 20px);
    position: absolute;
    top: 44px;
}

@media (min-width: 768px) {
    .nwmfooter-topLeftContents {
        left: 15px;
        right: 0;
        top: 56px;
    }
}

.nwmfooter-topLeftContents a,
.nwmfooter-topLeftContents a div {
    display: inline-block;
}

.nwmfooter-topLeftContents a:hover {
    opacity: 0.5;
}

.nwmfooter-topLeftContents div {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#nwmfooter-logoTopText {
    display: block;
}

#nwmfooter-logoBottomText {
    display: none;
    margin-top: 7px;
}

@media (min-width: 768px) {
    #nwmfooter-logoBottomText {
        display: block;
        margin: 7px 0 0;
    }
}

#nwmfooter-xsOnly-logo {
    display: none;
}

@media (min-width: 768px) {
    #nwmfooter-xsOnly-logo {
        display: inline-block;
        margin: 0 3px 0 0;
        padding: 0 0 2.5px;
    }
}

.nwmfooter-rightBlock {
    background-color: #000;
    display: inline-block;
    height: 100%;
    max-height: 118px;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
    width: 45%;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) {
    .nwmfooter-rightBlock {
        height: 100%;
        max-height: 152px;
        width: 62%;
        -webkit-transform: skew(-18deg);
        -ms-transform: skew(-18deg);
        transform: skew(-18deg);
    }
}

.nwmfooter-rightBlock img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nwmfooter-rightBlock a {
    display: inline-block;
}

.nwmfooter-rightBlock a:hover {
    opacity: 0.5;
}

.nwmfooter-topRightContents {
    height: 100%;
}

.nwmfooter-skew-color-block {
    height: 85px;
    width: 21px;
    top: 16px;
    z-index: -1;
    position: absolute;
    left: -20.5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .nwmfooter-skew-color-block {
        top: 36px;
    }
}

.nwmfooter-color-life .nwmfooter-skew-color-block {
    background-color: #ee2b92;
}

.nwmfooter-pageLogo {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    -webkit-transform: skew(18deg);
    -ms-transform: skew(18deg);
    transform: skew(18deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nwmfooter-pageLogo:hover {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nwmfooter-botBlock {
    height: 280px;
}

@media (min-width: 768px) {
    .nwmfooter-botBlock {
        height: 40%;
    }
}

.nwmfooter-socialIcons {
    padding: 45px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .nwmfooter-socialIcons {
        float: left;
        padding: 0 0 1px;
        top: 63px;
        z-index: 10;
        position: absolute;
        right: 25px;
    }
}

.nwmfooter-socialIcons a {
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .nwmfooter-socialIcons a {
        float: left;
    }
}

.nwmfooter-socialIcons a:hover {
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nwmfooter-socialIcons a:last-child {
    margin: 0;
}

.nwmfooter-socialIcons img {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 25px;
    width: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nwmfooter-contactsBlock {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    padding: 0 50px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .nwmfooter-contactsBlock {
        margin: 0 25px 0 0;
        padding: 35px 0 0;
        text-align: right;
    }
}

.nwmfooter-contactsLinks {
    color: #fff;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .nwmfooter-contactsLinks {
        margin: 0;
    }
}

.nwmfooter-contactsLinks ul {
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.nwmfooter-contactsLinks ul li {
    font-size: 0;
    display: inline-block;
}

.nwmfooter-contactsLinks ul li:after {
    font-size: 12px;
    padding: 0 4px;
    content: '|';
}

.nwmfooter-contactsLinks ul li:first-child {
    display: inline-block;
    padding-bottom: 0;
}

.nwmfooter-contactsLinks ul li:first-child:after {
    display: inline;
}

.nwmfooter-contactsLinks ul li:last-child:after {
    display: none;
}

.nwmfooter-contactsLinks a {
    color: inherit;
    font-size: 12px;
}

.nwmfooter-contactsLinks a:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.nwmfooter-copyrightBlock {
    color: grey;
}

.nwmfooter-color-life .nwmfooter-pageLogo {
    height: 40px;
}

.nwmfooter-color-life .nwmfooter-contactsLinks {
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .nwmfooter-color-life .nwmfooter-contactsLinks ul li:last-child a {
        margin-right: 0;
    }
}

.nwmfooter-color-life .nwmfooter-contactsLinks a {
    font-size: 9px;
}

@media (max-width: 991px) {
    .nwmfooter-color-life .nwmfooter-contactsLinks a {
        display: inline-block;
        margin: 5px;
    }
}

.nwmfooter-color-life .nwmfooter-contactsBlock {
    font-size: 9px;
}

.nwmfooter-color-life .nwmfooter-contactsBlock .nwmfooter-copyrightBlock {
    color: #777;
}

@media (max-width: 767px) {
    .nwmfooter-color-life .nwmfooter-container {
        height: 320px;
    }
}

@media (min-width: 768px) {
    .nwmfooter-color-life .nwmfooter-container {
        overflow: inherit;
    }
}

.nwmfooter-color-life .nwmfooter-container:after,
.nwmfooter-color-life .nwmfooter-container:before {
    background-color: #000;
    content: '';
    position: absolute;
    width: 100%;
}

.nwmfooter-color-life .nwmfooter-container:before {
    height: 40%;
    right: 100%;
    top: 60%;
}

.nwmfooter-color-life .nwmfooter-container:after {
    height: 100%;
    left: 100%;
    top: 0;
}

@media (max-width: 767px) {
    .nwmfooter-botBlock {
        height: 245px;
    }
}

@media (max-width: 767px) {
    .nwmfooter-topBlock {
        height: 75px;
    }
}

@media (max-width: 767px) {
    .nwmfooter-topLeftContents {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .nwmfooter-rightBlock {
        max-height: 75px;
    }
}

@media (min-width: 768px) {
    .nwmfooter-rightBlock {
        max-height: 150px;
    }
}

@media (max-width: 767px) {
    .nwmfooter-skew-color-block {
        height: 75px;
        top: 0;
    }
}

.nwmfooter-socialIcons {
    font-size: 0;
}

.nwmfooter-socialIcons a {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .nwmfooter-socialIcons {
        padding: 70px 0 50px;
    }
}

.oa-image img {
    margin-bottom: 30px;
}

.rub-ramka {
    background: rgba(3, 224, 0, 0.04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, 0.32);
    font-family: sans-serif;
    line-height: 28px;
    font-size: 16px;
    max-width: 100%;
    margin: 30px 0;
    font-weight: 400;
    color: #4a4a4a;
}

figure {
    text-align: center;
}

figure img {
    border-radius: 10px;
}

blockquote {
    margin: 30px 0 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 75%);
    background: #fff4e0;
    color: #474c4f;
    padding: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    text-align: center;
}

blockquote:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    height: 4px;
    border-top: 1px dotted #474c4f;
    border-bottom: 1px dotted #474c4f;
}

blockquote:before {
    content: '©';
    position: absolute;
    z-index: 2;
    left: 50%;
    line-height: 24px;
    transform: translateX(-50%);
    top: 10px;
    color: #474c4f;
    font-size: 20px;
    background: #fff4e0;
    padding: 0 15px;
}

.spisok li {
    list-style: inside;
    margin: 13px;
}

@media (max-width: 1299px) {

    .my1,
    .my2 {
        display: none;
    }
}

@media (max-width: 1199px) {

    .my3,
    .my4 {
        display: none;
    }
}

@media (max-width: 991px) {

    .my5,
    .my6,
    .my7 {
        display: none;
    }
}

@media (max-width: 470px) {

    .my8,
    .my9,
    .my10 {
        display: none;
    }
}

/* DOORS  */
.door__container {
    display: flex;
    justify-content: space-evenly;
}

.door_box {
    perspective: 500px;
    position: relative;
}

.door_box,
.door {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919;
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.door {
    background-image: url(../images/door1.png);
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain;
}

#door__2 {
    background-image: url(../images/door2.png);
}

#door__3 {
    background-image: url(../images/door3.png);
}

.door:hover {
    transform: rotateY(-30deg);
}

.door.open {
    transform: rotateY(-85deg);
}

.door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center;
}

.door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0px 1px 2px 2px #7f7878;
    margin: 0 !important;
}

.door__title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0 !important;
    border-radius: 0.5em;
}

@media (max-width: 1040px) {

    .door_box,
    .door {
        width: 95px;
        height: 200px;
    }

    .door__sales {
        font-size: 23px !important;
    }

    #form-block {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }

    .door {
        background-size: contain;
    }

    #door__2 {
        background-size: contain;
    }

    #door__3 {
        background-size: contain;
    }
}

@media (max-width: 360px) {
    .door_box+.door_box {
        margin-left: 15px;
    }

    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
}

body *:not(i) {
    font-family: sans-serif !important;
}

p,
ul li {
    font-size: 22px !important;
    line-height: 26px !important;
}

input[value='Получить бесплатно'] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

input[value='Получить бесплатно']:hover {
    background: #bb0000 !important;
    transition: background 0.3s;
}

input[value='Получить бесплатно']:active {
    transform: translateY(2px);
    box-shadow: none !important;
}

.ruletka-p {
    text-indent: 0px;
    color: black;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: bold;
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.danger-text {
    color: red;
    font-weight: bold;
    white-space: nowrap;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #ffffff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.pop-up-button {
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 10px 20% !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    background-color: #71c341 !important;
    color: white !important;
    border: medium none !important;
    cursor: pointer !important;
    outline: medium none !important;
    box-shadow: none !important;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor white white;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

#order {
    display: none;
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pop-up-button:hover {
    color: white !important;
    text-decoration: none !important;
}

@media all and (max-width: 520px) {

    .close-popup {
        right: 0 !important;
    }
}

@media (max-width: 500px) {

    .door_box,
    .door {
        width: 85px;
        height: 180px;
    }
}

.ring-loading {
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important;
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* DOORS END  */

/* FORM  */
.ctSimpleForm__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 768px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.ctSimpleForm__img {
    max-width: 280px;
    width: 100%;
}

.ctSimpleForm__orderBlock {
    max-width: 455px;
    width: 100%;
    margin: 16px auto;
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
}

.ctSimpleForm__description {
    padding: 25px 45px;
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25)
}

.simpleDescription__title {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2
}

.simpleDescription__title--colored {
    color: #50b27c
}

.simpleDescription__prices {
    max-width: 180px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin: 0 auto 15px;
    font-size: 18px;
}

.ctPricesBlock__newPrice {
    color: #53b57f;
}

.ctPricesBlock__oldPrice {
    text-decoration: line-through
}

.inputItem__title {
    display: block;
    margin-bottom: 5px
}

.inputBlock__inputItem {
    margin-top: 20px
}

.inputItem__input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box
}

.ctSimpleForm__submitBtn {
    border: none;
    padding: 15px 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: rgb(90, 188, 134) linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    max-width: 280px;
    flex: 1 0 240px;
    width: 100%;
    margin: 0 auto
}

.ctSimpleForm__submitBtn:hover {
    transform: scale(0.98)
}

.ctSimpleForm__submit {
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width: 576px) {
    .ctSimpleForm__submit {
        justify-content: center
    }

    .simpleDescription__prices {
        margin-top: 16px
    }
}

@media (max-width: 750px) {
    .ctSimpleForm__block {
        flex-direction: column;
    }
}

@media (max-width: 365px) {
    .ctSimpleForm__description {
        padding: 25px 15px
    }
}

.ctSimpleForm__imgBlock {
    margin-right: 15px;
}

/* FORM END  */
.x_country_select {
    display: none !important
}

.article-lead a.close-popup {
    box-shadow: none;
}

.comm__img {
    max-width: 350px;
    width: 100%;
}

.red {
    color: red;
}

.popup-title {
    font-size: 27px;
}

.inL_992350 {
    color: red
}

figure .img-holder.inL_316248 {
    margin: 0 auto;
    display: block
}

.inL_12538 {
    margin-top: 30px
}

.inL_734110 {
    margin-top: 30px
}

.inL_652698 {
    margin-top: 30px
}

.inL_43558 {
    color: red;
    font-style: italic;
    border: 1px solid;
    padding: 20px;
    margin-top: 30px;
}

.inL_973972 {
    margin-top: 30px
}

.inL_918803 {
    margin-top: 30px
}

.inL_906816 {
    margin-top: 30px
}

.inL_716876 {
    margin-top: 30px
}

.inL_926620 {
    margin-top: 30px
}

.inL_882462 {
    margin-top: 30px
}

.inL_579123 {
    text-align: center;
    margin-top: 5px;
}

.inL_617848 {
    margin-top: 30px
}

.inL_590909 {
    margin-top: 30px
}

.inL_674315 {
    text-align: center;
    margin-top: 5px;
}

.inL_976198 {
    margin-top: 30px
}

.inL_36309 {
    margin-top: 30px
}

.inL_78335 {
    margin-top: 30px
}

.inL_536999 {
    margin-top: 30px
}

.inL_634698 {
    margin-top: 30px
}

.inL_146350 {
    margin-top: 30px
}

.inL_850523 {
    margin-top: 30px
}

.inL_253561 {
    margin-top: 30px
}

.inL_193939 {
    margin-top: 30px
}

.inL_156075 {
    margin-top: 30px;
    text-transform: uppercase;
}

.inL_149862 {
    margin-top: 30px;
    text-align: center
}

.inL_667472 {
    color: red
}

.inL_519144 {
    text-indent: 0px;
    text-align: left;
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.inL_290552 {
    display: inline-block
}