html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* Code tidied up by ScrapBook */
.certificate__list {
    text-align: center;
    font-size: 0;
    margin-bottom: 42px;
}

.certificate__item:first-child {
    margin-left: 0;
}

.certificate__item {
    cursor: pointer;
    width: 150px;
    box-shadow: 0 5px 13px rgba(182, 213, 240, .75);
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 0 6px 5px;
}

.certificate__item, .certificate__photo {
    display: inline-block;
    vertical-align: middle;
}

.certificate__item, .certificate__photo {
    display: inline-block;
    vertical-align: middle;
}

.certificate__layer:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #276093;
    transition: .3s;
}

.certificate__layer:after, .certificate__layer:before {
    content: '';
    position: absolute;
}

.certificate__layer:before {
    content: '';
}

.certificate__layer:after, .certificate__layer:before {
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.certificate__layer:after {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/find.svg) center no-repeat, #276093;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
}

.certificate__photo {
    width: 100%;
}

.certificate__layer:hover:before {
    opacity: .6
}

.certificate__layer:hover:after {
    opacity: 1
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-comment, .vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

div.blur {
    position: relative;
    background: #eee;
    padding: 10px;
    cursor: pointer;
    margin: 30px 0;
}

div.blur img {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

div.blur.active img {
    filter: none;
}

.blur-p {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #000;
}

.mIn {
    width: 1400px;
}

@media screen and (max-width: 1400px) {
    div.mIn {
        width: 100% !important;
    }
}

h1, h2, h3 {
    font-weight: 500;
}

h1 {
    font-size: 2.5em;
    line-height: 110%;
    font-weight: 400;
}

body {
    overflow-x: hidden;
    font-family: "Segoe UI", "Open Sans", Arial, sans-serif;
}

#__main__ {
    transition: all 0.3s ease-in-out 0s;
}

#mobile_menu {
    position: fixed;
    margin: 0px;
    top: 0px;
    left: -300px;
    width: 300px;
    height: 100%;
    background: rgb(0, 51, 102) none repeat scroll 0% 0%;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 736px) {
    #header .logo {
        margin-left: 40px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    #header .main_menu {
        display: none;
    }
}

#upB {
    background-color: rgb(238, 238, 238);
    padding-top: 15px;
}

#upB > div div:first-child {
    padding-left: 0px;
}

#upB > div div:last-child {
    padding-right: 0px;
}

@media screen and (max-width: 736px) {
    #upB {
        padding-top: 45px;
    }

    #upB > div {
        display: none;
    }
}

#body {
    position: relative;
    min-height: 700px;
    background-color: rgb(238, 238, 238);
}

#body > #center {
    padding-left: 0px;
}

#body > #center p {
    margin-bottom: 20px;
}

#body #right {
    padding-right: 0px;
}

#body #right > div > div {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#body #right ._company div.news {
    margin-bottom: 10px;
}

#body #right ._company div.news header.categoryImg {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

@media screen and (max-width: 736px) {
    #body ._company > header a {
        text-decoration: underline;
    }

    #body ._company div.news {
        display: none;
    }

    #body .sidebn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

header.blockHeader {
    margin-top: -3px;
    border: medium none;
    margin-bottom: 10px;
}

header.blockHeader .blockHeaderName {
    background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
    padding: 0px;
}

@media screen and (max-width: 736px) {
    header.blockHeader .blockHeaderName {
        padding: 0px 20px;
    }
}

header.blockHeader .blockHeaderName a {
    color: rgb(34, 34, 34);
    font-weight: 700;
}

header.blockHeader > a {
    display: none;
}

#right .section > article {
    padding: 20px 5px 10px;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-bottom: 1px solid rgb(238, 238, 238);
}

#right .section > article div.img {
    border: medium none;
    margin-bottom: 10px;
}

#right .section > article .linkName {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 736px) {
    ._newsBN, #right {
        display: none;
    }
}

._content h1, ._content h2, ._content h3, ._content p {
    margin-bottom: 20px;
}

._content .news.current, ._content .news.lenta {
    margin-bottom: 0px;
    font-family: tahoma, arial, verdana, sans-serif;
}

._content .news.current .section article {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

._content .news.current .section article div.gallery {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    min-height: 150px;
}

._content .news.current .section article div.gallery .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 60px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 0px !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%;
}

@media screen and (max-width: 1024px) {
    ._content .news.current .section article div.gallery .caption {
        position: relative;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
        font-size: 18px;
    }
}

._content .news.current .section article .categories {
    padding: 0px 20px 0px 60px;
}

@media screen and (max-width: 736px) {
    ._content .news.current .section article .categories {
        padding: 0px 20px;
    }
}

._content .news.current .section article .categories a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(235, 2, 84) none repeat scroll 0% 0%;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 10px;
}

._content .news.current .section article {
    padding-bottom: 0px !important;
}

._content .news_content {
    float: left;
    width: 75%;
    padding: 0px 20px 0px 60px !important;
}

@media screen and (max-width: 736px) {
    ._content .news_content {
        padding: 0px 20px !important;
        width: 100%;
    }
}

._content .news_content .section article .beforeContent {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

._content .news_content .section article .beforeContent .categories {
    padding: 0px;
    margin: 0px;
    float: left;
}

._content ._newsBN {
    float: right;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid rgb(222, 222, 222);
}

@media screen and (max-width: 736px) {
    ._content ._newsBN {
        width: 100%;
        padding: 0px 20px;
        margin-top: 15px;
    }
}

._content ._newsBN div[data-id] {
    margin-bottom: 20px;
}

._newsBN p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

._content {
    position: relative;
    float: left;
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 736px) {
    ._content {
        padding-top: 20px;
    }
}

._content > * {
    padding: 0px 40px;
}

._content > .news {
    padding: 0px;
}

._content > .news > h1.listHeader {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 736px) {
    ._content > .news > h1.listHeader {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.6em;
    }
}

#subfooter {
    background: rgb(13, 61, 110) none repeat scroll 0% 0%;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    color: rgb(112, 138, 165);
}

#subfooter ._copy {
    float: left;
    margin-top: 5px;
}

@media screen and (max-width: 736px) {
    #subfooter {
        padding: 20px;
    }
}

.oui {
    width: 781px;
    height: 460px;
    /*background: #7ca0cc;*/
    background: rgba(60, 114, 181, 1);
    background: -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1);
    font-family: Roboto !important;
    position: relative;
    border: 5px solid #dddddd;
}

.eeee {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 333;
    position: fixed;
    cursor: pointer;
}

.kmacb-form2 .modal-block {
    left: 50%;
    margin-left: -396px;
    position: fixed;
    top: 6%;
    z-index: 8105;
    width: 792px;
    height: 470px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    font-family: Arial, sans-serif;
    color: #222;
}

p.ouimainp {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 23px;
    display: block;
    color: #fff;
    text-align: center;
}

.ouimain-text-img {
    display: block;
    width: 90%;
    padding: 0 5%;
}

.ouimain-img {
    float: left;
    display: block;
    width: 32%;
    margin: 0 auto;
}

.ouimain-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.ouimain-text {
    display: block;
    width: 62%;
    float: right;
    margin-left: 5%;
    margin-top: 30px;
}

.ouimain-text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
}

.ouimain-text-img:after {
    content: '';
    display: block;
    clear: both;
}

.kmacb-form a {
    position: absolute;
    cursor: pointer;
    border: 1px solid rgba(73, 155, 234, 1);
    background: rgba(222, 69, 92, 1);
    background: -moz-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: linear-gradient(135deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de455c', endColorstr='#c01f37', GradientType=1);
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 402px;
    height: 64px;
    opacity: 1;
    bottom: 29px;
    margin-left: 195px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    transition: 0.6s ease;
    text-decoration: none;
}

.kmacb-form a:hover {
    transform: scale(1.2);
}

/* Code tidied up by ScrapBook */

[class*=" icons-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    margin-top: 0px;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
}

[class*=" icons-"]::before {
    font-family: icons;
    text-decoration: inherit;
    display: inline-block;
    transition: all 0.2s ease 0s;
}

.icons-play::before {
    content: "¯";
}

/* Code tidied up by ScrapBook */

* {
    padding: 0px;
    margin: 0px;
    outline: 0px none;
    box-sizing: border-box;
}

body {
    background: rgba(0, 0, 0, 0) none no-repeat fixed center top;
    font-family: "Open Sans", Arial, serif, Arial, serif;
}

div#__main__ {
    position: relative;
    width: 100%;
}

.mOut {
    width: 100%;
    position: relative;
}

.mIn {
    width: 1200px;
    margin: 0px auto;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    div.mIn {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    div.mIn {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

a,
img {
    border: medium none;
    outline: 0px none;
}

.h2 {
    font-size: 1.5em;
}

[class^="col-"] {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.col-20 {
    width: 20%;
}

.col-50 {
    width: 50%;
}

.col-80 {
    width: 80%;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
    [class^="col-"] {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.trans02 {
    transition: all 0.2s ease-in-out 0s;
}


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */

header.blockHeader {
    float: left;
    width: 100%;
    border-bottom: 2px solid rgb(22, 22, 22);
    margin-bottom: 20px;
}

header.blockHeader .blockHeaderName {
    display: inline-block;
    padding: 5px 20px;
    margin: 0px !important;
    font-size: 1.17em;
    background-color: rgb(22, 22, 22);
}

header.blockHeader .blockHeaderName span {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 0.8em;
    text-transform: uppercase;
    cursor: pointer;
}

header.blockHeader .blockHeaderName span:hover {
    text-decoration: underline;
}

.news {
    float: left;
    width: 100%;
}

.news .listHeader {
    margin-bottom: 14px;
}

.news .section {
    display: block;
    float: left;
    width: 100%;
}

.news .section article {
    position: relative;
    float: left;
    display: block;
    list-style: outside none none;
    width: 100%;
    margin-bottom: 20px;
}

.news .section article img {
    width: 100%;
    height: auto;
}

.news .section article div.img {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1px;
}

.news .section article span.img {
    cursor: pointer;
}

.news .section article .count {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.news .section article .count::before {
    font-family: icons;
    content: "4";
    margin-right: 3px;
}

.news .section article .linkName {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.news .section article .linkName span {
    display: inline-block;
    color: rgb(22, 22, 22);
    text-decoration: none;
    cursor: pointer;
}

.news .section article .linkName span:hover {
    text-decoration: underline;
}

.news .section article .caption {
    color: grey;
    font-size: 0.8em;
}

.news .section article:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px none !important;
}

.news .section article p {
    margin-bottom: 0px;
}

.news .section.leftThumb article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.news .section.leftThumb article div.img {
    display: block;
    position: relative;
    float: left;
    width: 30%;
}

@media screen and (max-width: 737px) {
    .news .section.leftThumb article div.img {
        width: 100%;
    }
}

.news .section.leftThumb article .content {
    width: 65%;
    float: right;
}

@media screen and (max-width: 737px) {
    .news .section.leftThumb article .content {
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .news .section article {
        width: 100% !important;
    }
}

/* Code tidied up by ScrapBook */

#body #right .ynst_5c18cb8f4e503:nth-child(2n+1) {
    margin-top: 10px;
    margin-bottom: 10px;
}

div[class^="ynst_"] {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-size: 1px;
}

div[class^="ynst_"] a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div[class^="ynst_"] img {
    width: 100%;
    height: auto;
}

.greenlink {
    background: green;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0px 0 20px;
    border-radius: 5px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    font-size: 26px;
    line-height: 1.4em;
    box-shadow: 0px 30px 30px -30px #00000070;
}

a.n-underline {
    text-decoration: none;
}

.gradient {
    background-color: #7ac44d;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2YzZWYxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA5ODg1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2YzZWYxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA5ODg1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==), -webkit-gradient(radial, left bottom, 0, left bottom, 723, color-stop(0, rgb(243, 239, 21)), color-stop(1, rgb(0, 152, 133)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner, rgb(243, 239, 21) 0%, rgb(0, 152, 133) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgb(243, 239, 21) 0%, rgb(0, 152, 133) 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner, rgb(243, 239, 21) 0%, rgb(0, 152, 133) 100%);
}

.gradient:hover {
    background: #27f713;
}

.main_menu-list {
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}

.menu-item {
    display: inline-block;
}

.clearfix::after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

#header {
    background: rgb(0, 51, 102);
    max-width: 1330px;
    margin: 0 auto;
}

#header .logo {
    float: left;
    font-size: 24px;
    color: #FFFFFF;
    margin: 15px 30px 10px 50px;
}

#header .logo span {
    display: inline-block;
    vertical-align: bottom;
}

@media all and (max-width: 768px) {
    #header .logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

#header .main_menu {
    display: block;
    vertical-align: middle;
}

.main_menu-list {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 0;
}

.menu-item {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}

.menu-item:hover {
    text-decoration: underline;
}

.header__burger {
    display: none;
    float: right;
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 40px;
}

.header__burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 100%;
    height: 4px;
    content: '';
}

.header__burger span::before,
.header__burger span::after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
}

.header__burger span::before {
    transform: translateY(8px);
}
.header__burger span::after {
    transform: translateY(-12px);
}

.header__burger span,
.header__burger span::before,
.header__burger span::after {
    box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
}
.header__burger:hover span,
.header__burger:hover span::before,
.header__burger:hover span::after {
    box-shadow: 0 0 4px 4px rgba(255,255,255,0.3);
}

@media all and (max-width: 768px) {
    #header .main_menu {
        display: none;
    }
    .header__burger {
        display: block;
    }
}

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

.article-pic {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.article-pic img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"], img[width="1"] {
    display: none !important;
}
.button__text:after {
    content: '*';
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
   .ac_footer {
       padding: 15px;
       font-size: 11px;
       line-height: 1.2;
    }
}
.grib {max-width: 500px; width: 100%;}
.center {text-align: center;}
.red {color: red;}
.im {max-width: 100%; width: 100%;}
.spin-wrapper{-webkit-box-shadow:0 0 10px;box-shadow:0 0 10px;border:3px solid red;padding:20px 10px;border-radius:10px;margin-bottom:20px}.order_block h2,.spin-wrapper,.spin-wrapper p{text-align:center}.wheel{width:380px!important;margin:0 auto;position:relative}.content .wheel img,.wheel img{max-width:100%}.cursor-text,.wheel-cursor{position:absolute;width:35%!important;height:35%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cursor-text{z-index:1;display:inline-block;width:45%!important;height:45%;line-height:61px;cursor:pointer;border-radius:50%;vertical-align:middle;text-align:center;background-color:#ccc;border:1px solid #ccc;top:49%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-shadow:#fff 0 -2px 0 inset,#fff 0 2px 0 inset,rgba(0,0,0,.4) 0 0 5px;box-shadow:#fff 0 -2px 0 inset,#fff 0 2px 0 inset,rgba(0,0,0,.4) 0 0 5px;background:#fff;background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#fff),color-stop(100%,#eaeaea));background:-webkit-radial-gradient(center,ellipse cover,#fff 0,#eaeaea 100%);background:-o-radial-gradient(center,ellipse cover,#fff 0,#eaeaea 100%);background:-webkit-radial-gradient(center,ellipse,#fff 0,#eaeaea 100%);background:-o-radial-gradient(center,ellipse,#fff 0,#eaeaea 100%);background:radial-gradient(ellipse at center,#fff 0,#eaeaea 100%);font-size:11px}.order_block{display:none}.product img{width:100%;max-width:350px;display:block;margin:0 auto}@media all and (max-width:1024px){.product img{max-width:230px}}@media all and (max-width:767px){.product img{max-width:170px}}.order_block form{display:block;margin:0 auto;text-align:center}p.pricec{position:relative;right:-58px;bottom:-40px;color:#000;box-shadow:rgba(0,0,0,.8) 0 3px 30px;width:180px;height:105px;font-size:18px;font-weight:700;line-height:28px;transform:rotateZ(-16deg);text-align:center!important;margin:-160px auto 30px;background:linear-gradient(to right,#eea513 0,#fded13 100%);border-width:2px;border-style:solid;border-color:#fff;border-radius:19%;padding:5px}.pricec span{display:block;font-size:22px}.pricec .old_price{text-decoration:line-through;white-space:nowrap}.pricec .old_price span{display:inline-block;font-weight:400}.new_price{border-bottom:2px solid red;margin:0 auto;width:100px;white-space:nowrap}.timer{font-size:18px;font-weight:400;margin:75px 0 20px;text-align:center}.countdown-time ul{padding:0;display:inline-block}.countdown-time li{list-style-type:none;float:left;text-align:center;height:28px}.countdown-time li.item{width:25px}.countdown-time li.blank{line-height:27px;width:15px;color:#000;font-size:20px}.countdown-time i{font-style:normal;display:block;line-height:30px;font-size:19px;margin:auto}.countdown-time span{display:none}#clock span,.countdown-time i{color:red;font-weight:700}.countdown-time,.form_btn,.order_block label{display:block;text-align:center}.order_block label{font-weight:400;margin:10px auto;font-size:18px}.form_group{padding:10px;display:block;margin:10px auto;border:2px solid gray;border-radius:5px;width:460px;max-width:100%}.form_btn{margin:20px auto;padding:20px;font-size:20px;text-decoration:none;background-color:#de0606;color:#fff!important;border-radius:4px;border:0;cursor:pointer}.form_btn:hover{opacity:.8}.order_block h2{font-size:22px;font-weight:700}.red{color:red}.wheel-img{-webkit-transition:4s;-o-transition:4s;transition:4s}.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}.cursor-text:active{-webkit-box-shadow:rgba(0,0,0,.4) 0 0 5px inset;box-shadow:rgba(0,0,0,.4) 0 0 5px inset}.spin-result-wrapper{display:none;padding:0 10px;width:100%;top:0;z-index:999;left:0;height:100%;position:fixed;background-color:rgba(0,0,0,.6);text-align:center}.pop-up-layer{position:fixed!important;top:0!important;width:100%!important;height:100%!important;background-color:rgba(0,0,0,.7)!important;z-index:99!important}.pop-up-layer-show{display:block}.pop-up-window{position:relative;max-width:400px;right:0;left:0;top:40%;margin:0 auto;background:#fff 0 0;text-align:center;padding:70px 10px 20px;border-radius:10px;animation:.7s ease 0s normal none 1 running pop-up-appear}.pop-up-window::after,.pop-up-window::before{content:"";position:absolute;left:0;right:0;margin:0 auto}.pop-up-window::before{background-color:#71c341;border-radius:50%;width:110px;height:110px;top:-55px;animation:.5s ease .6s normal backwards 1 running pop-up-appear-before}.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:.5s ease .6s normal backwards 1 running pop-up-appear-after}.pop-up-heading{font-size:40px;margin-bottom:20px}.pop-up-text{margin-bottom:25px;font-size:24px;line-height:30px;text-align:center}.pop-up-button{text-transform:uppercase;padding:10px 20%;font-size:20px;border-radius:5px;background-color:#71c341;border:medium;cursor:pointer;outline:medium}.pop-up-button,.pop-up-button:hover{color:#fff;text-decoration:none}@media all and (max-width:520px){.wheel{width:100%!important}p.pricec{right:0;bottom:-50px;line-height:20px;width:135px;height:80px;margin:-125px auto 30px}.pricec span{font-size:16px}.cursor-text,.wheel-cursor{width:50%!important;height:50%}.cursor-text{line-height:57px;font-size:9px}.wheel-cursor{position:absolute}.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:-10px;cursor:pointer}}.super-rotation{-webkit-animation-name:super-rotation;animation-name:super-rotation;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}@keyframes pop-up-appear{0%{transform:translateY(-2000px)}30%{transform:translateY(100px)}to{transform:translateY(0)}}@keyframes pop-up-appear-before{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes pop-up-appear-after{0%{opacity:0}to{opacity:1}}@-webkit-keyframes super-rotation{70%{-webkit-transform:rotate(1883deg);transform:rotate(1883deg)}to{-webkit-transform:rotate(1874deg);transform:rotate(1874deg)}}@keyframes super-rotation{70%{-webkit-transform:rotate(1883deg);transform:rotate(1883deg)}to{-webkit-transform:rotate(1874deg);transform:rotate(1874deg)}}
.content-product-img {
    max-width: 100%;
}
.color {color: #C71585;}
.inL_936549 { background-color: rgb(238, 238, 238) !important; transform: none; }
.inL_775623 { display: none; }
.inL_881233 { display: none; }
.inL_452343 { display: none; }
.inL_557478 { font-style: italic; }
.inL_277951 { text-align: left; }
.inL_578982 { max-width: 350px!important; width: 100%!important;margin: 0 auto!important; }
.inL_890211 { font-weight: bold; }
.inL_651590 { width: 100%; }
.inL_112414 { font-size:21px; }
.inL_430632 { position: relative; overflow: visible; box-sizing: border-box; min-height: 1px; }
.inL_274108 { padding-top: 0px; padding-bottom: 1px; position: static; transform: none; }
.inL_245972 { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; z-index: -1; visibility: hidden; }
.inL_252726 { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; z-index: -1; visibility: hidden; }
.inL_935985 { position: absolute; left: 0px; top: 0px; transition: all 0s ease 0s; width: 278px; height: 4485px; }
.inL_357155 { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; z-index: -1; visibility: hidden; }
.inL_257410 { position: absolute; left: 0px; top: 0px; transition: all 0s ease 0s; width: 200%; height: 200%; }
.x_country_select {display:none!important;}