html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
}

body input:required:valid, body textarea:required:valid {
}

body {
    font-family: "RobotoRegular", sans-serif;
    line-height: 1;
    color: #0b2050 !important;
    font-size: 16px;
}

header {
    position: relative;
}

header .top-header {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 0 120px;
}

.header-fix-menu .top-header {
    position: relative;
    width: 100%;
    padding: 0 120px;
}

.header__logo, .header-fix__logo {
    display: inline-block;
    float: left;
}

.header-fix__logo {
    margin: 20px 0;
    width: 100px;
}

.header__lang, .header-fix__lang , .footer-bot__lang {
    position: relative;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
    color: #0b2050;
    float: left;
    margin: 5px 20px;
    font-size: 20px;
    font-family: 'Roboto';
}

.header-fix__lang {
    margin: 20px;
    line-height: 30px;
    font-size: 14px;
}

.footer-bot__lang {
    margin: 20px;
    line-height: 30px;
    font-size: 14px;
}

.header__lang-toggle, .header-fix__lang-toggle, .footer-bot__lang-toggle {
    position: absolute;
    top: 35px;
    width: 60px;
    color: #091e51;
    left: -10px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    z-index: 3;
}

.header-fix__lang-toggle {
    left: -17px;
}

.header__lang-toggle a, .header-fix__lang-toggle a {
    color: #091e51;
}

.header__auth {
    line-height: 32px;
    display: inline-block;
    margin: 5px;
    font-size: 18px;
    float: right;
    padding-left: 40px;
    color: #0b2050;
    background: transparent url('../images/header__auth-icon.png') no-repeat left center;
}

.collapse {
    display: none;
}

.collapsing {
    position: absolute;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.collapse.show {
    display: block;
}

.burger {
    display: none;
    position: absolute;
    height: 42px;
    width: 42px;
    right: 15px;
    top: 0;
}

.header-fix-menu .burger {
    position: absolute;
    height: 42px;
    width: 42px;
    right: 15px;
    top: 12px;
}

.burger-top {
    position: absolute;
    width: 42px;
    height: 4px;
    top: 7px;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.burger-mid {
    position: absolute;
    width: 32px;
    height: 4px;
    top: 20px;
    left: 5px;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.burger-bot {
    position: absolute;
    width: 42px;
    height: 4px;
    top: 33px;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.burger.active .burger-top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
}

.burger.active .burger-mid {
    display: none;
}

.burger.active .burger-bot {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
}

.header-menu {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}

.header-menu__item {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 35px 20px 40px 145px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.header-menu__item:before {
    position: absolute;
    content: '';
    width: 57px;
    height: 49px;
    top: 30px;
    left: 45px;
    background: url(../images/menu-sprite-small.png);
}

.main-menu__list {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}

.main-menu__item {
    position: relative;
    display: table-cell;
    width: 14.28%;
    vertical-align: top;
    font-size: 0;
    text-align: center;
    opacity: 0.9;
}

.main-menu__link {
    display: block;
    padding: 30px 0 40px;
    text-decoration: none;
}

.main-menu__link img {
    width: auto;
    height: 50px;
}

.main-menu__item:hover {
    opacity: 1;
}

.main-menu__cnt {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    /*'RobotoSlab',serif;*/
}

.mi-about {
    background-color: #a077d3;
}

.mi-product {
    background-color: #6387d8;
}

.mi-tecnology {
    background-color: #60c0cb;
}

.mi-job {
    background-color: #9f45cd;
}

.mi-contact {
    background-color: #f19d3b;
}

.mi-auth {
    background-color: #a6a6a6;
}
.mi-okhrana-truda {
    background-color: #3b88f1;
}

.mi-news {
    background-color: #9bcd45;
}
.mi-files {
    background-color: #97ba00;
}

.header-menu__item.mi-product:before {
    background-position: -230px 0;
}

.header-menu__item.mi-tecnology:before {
    background-position: -152px 0;
}

.header-menu__item.mi-job:before {
    background-position: -312px -4px;
}

.header-menu__item.mi-contact:before {
    width: 32px;
    left: 60px;
    background-position: -400px 0;
}

.header-menu__item.mi-auth:before {
    background-position: -76px -2px;
}

.header-menu__item.mi-news:before {
    background-position: -76px -2px;
}

.main-top__img {
    width: 100%;
}

.bth-play {
    position: absolute;
    width: 105px;
    height: 106px;
    top: 50%;
    margin-top: -53px;
    right: 50%;
    margin-right: -52px;
    background: url('../images/play.png');
}

.main-top__video {
    position: relative;
    font-size: 0;
    /* max-height: 670px; */
    min-height: 479px;
    overflow: hidden;
}

.main-top__404 {
    position: relative;
    font-size: 0;
    max-height: 610px;
    overflow: hidden;
}

.main-top__404 img {
    opacity: .34;
    min-height: 300px;
    width: 100%;
    margin: auto;
}

.video__cnt {
    position: absolute;
    top: 200px;
    width: 650px;
}

.e404__cnt {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    text-align: center;
}

.e404__cnt .main-top__cnt {
    width: auto;
    font-size: 20px;
}

.video__cnt-m {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
}
.video__cnt .main-top__ttl,.video__cnt .main__ttl {
    color: #fff;
}
.main-top__ttl, .main__ttl {
    font-size: 60px;
    font-family: 'Roboto Condensed', sans-serif;
    /*'RobotoSlab-bold',serif;*/
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
    line-height: 70px;
}

.main__ttl {
    margin-bottom: 10px;
    /* margin-top: 35px; */
}

.main__ttl--dark {
    color: #0b2050;
}
.main__ttl--lite {
    font-size: 60px;
    font-weight: normal;
}

.main-top__cnt {
    font-size: 22px;
    color: #fff;
    width: 535px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    /*'SeroPro',sans-serif;*/
}

.main__cnt {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    /* margin-bottom: 35px; */
    margin-bottom: 10px;
}

.video__cnt-m .main-top__cnt {
    color: #0b2050;
    width: auto;
}

.content {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}
.content-small{
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-section--grey {
    background: #f3f4f6;
}

.header-fix-menu {
    position: fixed;
    text-align: center;
    width: 100%;
    top: -108px;
    z-index: 100;
    background: #fff;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10), 0 1px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10), 0 1px 0 0 rgba(0,0,0,0.1);
}

.header-fix-menu.fixed {
    top: 0;
    padding: 15px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-fix-menu.fixed.no-sub {
    padding: 15px 0;
}

.header-fix-menu.fixed.squeeze {
    top: 0;
    padding: 0;
}

.header-fix-menu__logo {
    width: 138px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 3px;
}

.header-fix-menu__logo svg {
    height: 340px;
}

.header-fix-menu__logo, .header-fix-menu__auth {
    display: inline-block;
    vertical-align: middle;
}

.in-menu, .in-menu__item {
    display: inline-block;
    vertical-align: middle;
}

/* .in-menu {
    margin-left: 20px;
} */

.in-menu__link {
    margin-bottom: 0;
    display: block;
    padding: 25px 28px;
    font-family: 'Roboto', sans-serif;
    /*'RobotoSlab',sans-serif;*/
    color: #0b2050;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

.in-menu__link:hover {
    color: #cd9c5a;
}

.in-menu__item.active .in-menu__link {
    color: #cd9c5a;
}

.sub-menu, .sub-menu-about {
    /* min-width:1280px; */
    background: #f3f4f6;
    margin-top: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-fix-menu.fixed.squeeze .sub-menu, .header-fix-menu.fixed.squeeze .sub-menu-about {
    margin-top: 0;
}

.sub-menu__list {
    max-width: 1160px;
    display: table;
    width: 100%;
    margin: auto;
    background: #f3f4f6;
    height: 59px !important;
}
.sub-menu--small .sub-menu__list {
    max-width: 320px;
    width: 100%;
}

.wrapper-in .sub-menu__list-reg {
    width: 380px;
}

.sub-menu__item {
    display: table-cell;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-menu__list-reg .sub-menu__item {
    line-height: 24px;
    width: 185px;
}

.sub-menu__link,.sub-menu-about .sub-menu__link {
    padding: 50px 20px;
}

.sub-menu__link,.sub-menu-about .sub-menu__link,.sub-menu__link--bold {
    font-family: 'Roboto',sans-serif
}

li.sub-menu__item > .sub-menu__link.a:focus, li.sub-menu__item > .sub-menu__link.a:hover {
    text-decoration: none !important;
}
.sub-menu__link {
    display: block;
    /*padding:50px 30px;
    font-family:'Roboto',sans-serif;*/
    background: #f3f4f6;
    color: #0b2050;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-fix-menu.fixed.squeeze .sub-menu__link {
    padding: 20px 20px;
}

/*.sub-menu-about .sub-menu__link{
    padding:35px 20px;
}*/
/*.sub-menu__link--bold{
    font-family:'Roboto',sans-serif;
}*/
.sub-menu__item.active .sub-menu__link {
    display: block;
    background: #ccab6c;
    color: #fff;
}

.sub-menu__link:hover {
    background: rgba(204,171,108,0.5);
}

.sub-menu__link.small {
    padding: 20px 20px;
}

/*main-action*/
.main-action {
    background: #fff;
}

.main-action__link {
    text-decoration: none;
}

.main-action__tbl {
    display: table;
    width: 100%;
}

.main-action__cell {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 50%;
    height: 380px;
    min-height: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.main-action__cell:first-child {
    background-size: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-action__cell:first-child .main-action__img {
    background: url('../images/esse_main_contest.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.main-action__cell:last-child {
    padding: 0 75px 5px;
}

.main-action__mark {
    display: inline-block;
    padding: 12px 20px;
    background: #60c0cb;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-action__ttl {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    /*'RobotoSlab',serif;*/
    margin-bottom: 10px;
    margin-top: 0;
    color: #0b2050;
}

.main-action .main__cnt {
    font-size: 18px;
    padding: 10px 0;
    color: #0b2050;
    line-height: 1.4;
}

.main__more {
    position: relative;
    font-family: 'Roboto', sans-serif;
    /*'SeroPro-Medium',serif;*/
    color: #60c0cb;
    font-size: 18px;
    text-decoration: none;
}

.main__more:after {
    content: '\203A';
    font-size: 28px;
    line-height: 24px;
    vertical-align: -2px;
    padding-left: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-action__link:hover .main-action__img {
    transform: scale(1.02);
}

.main-action__link:hover .main-action__cell:last-child {
    opacity: 0.8;
}

.main-action__cnt {
    max-width: 250px;
}

/*main-news*/
.main-news {
    text-align: center;
    background: #f3f4f6;
    padding-top: 85px;
    padding-bottom: 90px;
}

.news__block {
    text-align: center;
    background: #ffffff;
    padding-top: 85px;
    padding-bottom: 90px;
}
.news__block .main__ttl{
    text-align: left;
    margin:10px 0 30px;
}

.news__container {
    position: relative;
    margin-bottom: 50px;
}
.news__container .main__more{
    position:absolute;
    bottom: inherit;
}
.news-block {
    display: block;
    padding: 15px 0 0 0;
    padding-bottom: 25px;
    text-align: left;
    text-decoration: none;
    color: #0b2050;
}

.news__data {
    color: #6c7388;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    /*'SeroPro-Light',serif;*/
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news__ttl {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.1;
}

.news__cnt {
    font-family: 'Roboto',sans-serif;
    /*'SeroPro-Light',sans-serif;*/
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: left;
}

.news-block:hover .main__more:after {
    padding-left: 27px;
}

.news__btn {
    display: inline-block;
    background: #60b5be;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    /*'SeroPro',sans-serif;*/
    padding: 0 70px;
    border: 0;
    margin-top: 30px;
    height: 55px;
    text-decoration: none;
}

.main-vacansy {
    background: #fff;
    padding: 110px 0 130px;
}

.vacansy__list {
    position: relative;
    display: block;
    border: 1px solid #dbdee5;
    border-bottom: none;
    margin-top: 45px;
    margin-left: -25px;
}

.vacansy__top {
    position: relative;
    display: block;
    padding: 0 30px;
    height: 74px;
    line-height: 74px;
    border-bottom: 1px solid #dbdee5;
}

.vacansy__ttl {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    /*'SeroPro',sans-serif;*/
    margin: 0;
}

.vacansy__close {
    display: block;
    position: absolute;
    height: 73px;
    width: 73px;
    background: #60b5be;
    border: none;
    top: 0;
    right: 0;
    cursor: pointer;
}

.vacansy__close:after {
    position: absolute;
    content: '+';
    line-height: 73px;
    font-size: 40px;
    color: #fff;
    width: 73px;
    height: 73px;
    top: 0px;
    right: 0px;
    text-align: center;
    font-family: serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vacansy__close.clicked:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vacansy__descr {
    display: none;
    padding: 45px 60px 35px;
    border-bottom: 1px solid #dbdee5;
}

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

.vacansy__cnt, .vacansy__cnt-item {
    font-size: 18px;
}

.vacansy__cnt--bold {
    font-family: "Roboto",sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.vacansy__cnt-text {
    position: relative;
    font-family: 'Roboto', sans-serif;
    /*'SeroPro',sans-serif;*/
    margin-bottom: 10px;
    line-height: 1.1;
    padding-left: 25px;
}

.vacansy__cnt-text:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) 0px 0px;
}

.vacansy__btn,.vacansy__btn--grey {
    font-family: 'Roboto',sans-serif
}

.vacansy__btn {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 55px;
    font-size: 18px;
    background: #f19d3b;
    color: #fff;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
    margin-right: 24px;
    border: 1px solid #f19d3b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 20px;
}

.vacansy__btn--grey {
    background: #fff;
    border: 1px solid #b5bcca;
    color: #0b2050;
}

.footer {
    background: #fff;
    border-top: 1px solid #e6e8ed;
    padding: 25px 0;
}

.footer-menu {
    padding-bottom: 50px;
    /* border-bottom: 1px solid #e6e8ed; */
    margin-bottom: 0px;
}

.footer-menu__block {
    margin-top: 40px;
}

.footer-menu__ttl {
    color: #3a4568;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    cursor: default;
}

.footer-menu__ttl-link {
    display: block;
    margin-top: 10px;
}

.footer-menu__link {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    color: #0b2050;
    line-height: 1.3;
}

.footer-menu__link:hover {
    text-decoration: underline;
}

.footer-bot {
    position: relative;
    padding: 20px 0;
}

.footer-bot__logo {
    margin: 20px 0;
    width: 100px;
    float: left;
    display: inline-block;
}

.footer-bot__logo svg {
    height: 340px;
}

.footer-bot__copyright {
    clear: both;
    font-size: 15px;
    padding: 2px 0;
    font-family: 'Roboto',sans-serif;
    color: #0b2050;
}

.footer-bot__social {
    position: absolute;
    display: inline-block;
    top: 45px;
    right: 0;
}

.footer-bot__social-item {
    display: inline-block;
    margin-left: 10px;
}

.footer-bot__social-link {
    display: block;
    height: 25px;
    width: 25px;
    background: url(../images/sprite.png) no-repeat;
}

.social-fb {
    background-position: 0px -14px;
}

.social-tw {
    background-position: 0px -40px;
}

.page__fixed-m {
    padding-top: 220px;
}

/*products*/
.prod__list {
    margin-top: 70px;
    margin-bottom: 130px;
    width: 100%;
}

.prod__item {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 575px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.prod__display {
    padding: 80px 0 0 0;
    width: 100%;
}

.prod__about {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 575px;
    padding-top: 80px;
    width: 100%;
    background: url(../images/over-bg.png) no-repeat center bottom;
    background-size: 80%;
    color: #fff;
    /* opacity: 0; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.classic .prod__about {
    background-color: #620914;
}

.blue .prod__about {
    background-color: #063270;
}

.menthol .prod__about {
    background-color: #09634b;
}

.one .prod__about {
    /* background-color: #fff; */
    /* color: #0b2050; */
}
.silverbloom .prod__about {
    background-color: #fff;
    /* color: #0b2050; */
}
.silverbloom .prod__ttl3 {
    background-color: #fff;
    /*  color: rgba(11,32,80,0.9); */
}
.silverbloom .prod__about  .prod__ttl2 {

    background-color: #fff;
    /* color: rgba(11,32,80,0.9); */

}
.one .prod__ttl3 {
    background-color: #fff;
    color: rgba(11,32,80,0.9);
}

.one .prod__text {
    background-color: #fff;
    color: rgba(11,32,80,0.3);
}
.silverbloom .prod__text {
    background-color: #fff;
    color: rgba(11,32,80,0.3);
}

.field .prod__about {
    background-color: #564889;
}

.gold .prod__about {
    background-color: #cd9c5a;
}

.gold-leaf .prod__about {
    background-color: #000;
}

.exchange .prod__about {
    background-color: #1baffb;
}

.exchange-w .prod__about {
    background-color: #5e40b0;
}

.cafe-p .prod__about {
    background-color: #e2865c;
}

.green .prod__about {
    background-color: #0d969e;
}

.black .prod__about {
    background-color: #000;
}

.prod__about-container {
    display: table;
    height: 100%;
    width: 100%;
}

.prod__about__block {
    display: block;
    padding-top: 80px;
    /* vertical-align:middle; */
    text-align: center;
    color: #fff;
}

.prod__info {
    /* padding:0 0 0 140px; */
    width: 350px;
    margin: auto;
    text-align: left;
}

.prod__row {
    display: table-row;
}

.prod__sell {
    display: table-cell;
    width: 150px;
}

.prod__text {
    color: rgba(255,255,255,0.8);
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
}

.prod__cnt {
    text-align: left;
    padding: 70px 60px;
}

.prod__ttl {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 60px;
    line-height: 1;
}

.prod__ttl3 {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
}

.after-r {
    position: absolute;
    width: 69px;
    height: 67px;
    bottom: 254px;
    left: -35px;
    background: url(../images/after.png);
}

.after-l {
    position: absolute;
    width: 69px;
    height: 67px;
    bottom: 254px;
    right: -35px;
    background: url(../images/after.png);
}

.after-b {
    position: absolute;
    width: 69px;
    height: 67px;
    top: -34px;
    left: 242px;
    background: url(../images/after.png);
}
/*
.prod__item:hover .prod__about {
    opacity: 1;
}*/
/* .prod__item.show_about .prod__about {
    opacity: 1;
}
.isDesktop .prod__item:hover .prod__about {
    opacity: 1;
}
.prod__item.hide_about .prod__about {
    opacity: 0;
}
.prod__item:hover .after-r, .prod__item:hover .after-b {
    display: none;
} */

.line {
    display: block;
    height: 3px;
    width: 90px;
    background: #0b2050;
    margin-top: 35px;
    margin-bottom: 30px;
}

.line--gold {
    background: #cd9c5a;
}

.line--exch {
    background: #665592;
}

.line--cafe {
    background: #e18261;
}

.line--mini {
    background: #0d969e;
}
.line--presso {
    background: #e5926c;
}

.prod__descr {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    line-height: 32px;
}

.prod__ttl2, .registation_ttl2 {
    font-size: 30px;
    font-family: 'Roboto Condensed',sans-serif;
}

.classic {
    color: #660814;
    background: #610a16;
}

.blue {
    color: #0b2050;
    background: #c1ccdb;
}

.menthol {
    color: #09604b;
    background: #dae8e4;
}

.one {
    color: #000;
    background: #d9d9d9;
}

.field {
    color: #110e5c;
    background: #d0cfdf;
}

.gold {
    color: #521211;
    background: #d7b07b;
}

.gold-leaf {
    background: #a6a6a6;
    color: #000;
}

.one {
    background: #f2f2f2;
    color: #000;
}
.silverbloom {
    background: #d7dfe5;
    color: #000;
}

.exchange {
    background: #49bffc;
    color: #0b2050;
}

.exchange-w {
    background: #ae9fd7;
    color: #2c1a55;
}
.in-secret {
    background: #ca8ce6;
}

.mini-p {
    background: #6ec0c5;
    color: #000;
}

.cafe-p {
    background: #e5926c;
    color: #000;
}

.green {
    background: #6ec0c5;
    color: #000;
}

.black {
    background: #ccc;
    color: #000;
}

.exch {
    color: #665592;
}

.golden {
    color: #cd9c5a;
}

.cafe {
    color: #e18261;
}

.mini {
    color: #0d969e;
}
.presso {
    color: #e5926c;
}

.in-container-about {
    padding-top: 35px;
    padding-bottom: 20px;
}

.in-container-about .main__ttl {
    margin-bottom: 30px
}

.in-container-about .main__cnt {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 18px;
}


.in-container-about .about__cnt--big {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0b2050;
    font-family: 'Roboto Condensed',sans-serif;
}

.about-section {
    padding-top: 15px;
    padding-bottom: 120px;
}
.tech-section{
    padding-top: 30px;
    /* padding-bottom: 70px; */
}
.tech__cnt--big {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0b2050;
    font-family: 'Roboto Condensed',sans-serif;
}
.tech__ttl4--big {
    font-size: 24px;
}
.tech-section--grey{
    background:#fafbfc;
    border-top:1px #e2e4ea solid;
    border-bottom:1px #e2e4ea solid;
}
.tech-cnt-block{
    margin-top:30px;
    margin-bottom:20px;
}
.in-container-tech {
    padding-top: 10px;
    padding-bottom: 20px;
}
.in-container-tech .main__cnt {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 18px;
}
.in-container-tech .main__ttl {
    margin-bottom: 30px;
    font-weight: normal;
}
.tech__cnt--big {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0b2050;
    font-family: 'Roboto Condensed',sans-serif;
}
.section-company {
    /* padding-top:0; */
}

.about__ttl3 {
    font-size: 38px;
    line-height: 45px;
    margin: 0;
    color: #0b2050;
    font-family: 'Roboto Condensed',sans-serif;
}

.about__cnt--big {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0b2050;
    font-family: 'Roboto Condensed',sans-serif;
}
.prod_ttl {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 64px;
    line-height: 1;
    margin-top: 2.3em;
}
.title_cnt {
    font-size: 24px;
    line-height: 30px;
    margin: auto 0;
    color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
}

.about__ttl4--big {
    font-size: 24px;
}

.about-cnt-block {
    margin-top: 40px;
}

.about-cnt-block__left, .about__img {
    display: inline-block;
    vertical-align: top;
}

.about-cnt-block__left {
    width: 440px;
}

.about-cnt-block__right {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    padding-left: 40px;
}

.about-cnt-block__left--big {
    width: 560px;
}

.about__img {
    float: right;
}

.about__img--left {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.about__img--mt {
    margin-top: 25px;
}

.about__tbl {
    display: table;
    width: 1148px;
    border: 1px solid #e6e8ed;
    margin-left: -50px;
    border-bottom: none;
}

.about__tbl-row {
    display: table-row;
    border-bottom: 1px solid #e6e8ed;
}

.about__cell {
    width: 25%;
    display: table-cell;
    vertical-align: top;
    padding: 37px 25px 15px 50px;
    border-right: 1px solid #e6e8ed;
    border-bottom: 1px solid #e6e8ed;
}

.about__cell:last-child {
    border-right: none;
}

.about__line {
    display: block;
    width: 70px;
    height: 2px;
    background: #cd9c5a;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about__tbl-cnt {
    font-size: 16px;
    line-height: 26px;
    color: #0b2050;
    font-family: 'Roboto',sans-serif;
}

.about__img-logo {
    margin-top: 50px;
    margin-bottom: 40px;
}

.has-fmas {
    padding-top: 220px;
}

.has-fm {
    padding-top: 100px;
}

.history__row {
    border-left: 1px solid #e6e8ed;
    border-top: 1px solid #e6e8ed;
    background: #fff;
}

.col-md-3.history__cell {
    vertical-align: top;
    padding: 37px 25px 15px 50px;
    border-right: 1px solid #e6e8ed;
    border-bottom: 1px solid #e6e8ed;
}

.about__slider .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.about__slider .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #ced2dc;
    border-radius: 10px;
    margin: 7px;
}

.about__slider .owl-dot.active {
    background: #0b2050;
}
.jobs-section{

}
.jobs-vacansy {
    background: #fff;
    padding: 50px 0 80px;
}
.article-section{
    background:#fafbfc;
    border-bottom:1px #e6e8ed solid;
    padding-bottom:50px;
}
.article__img img{
    width:100%;
    margin-bottom:30px;
}
.article__content{
    font-size:18px;
    line-height:1.4;
}
/* .article__content p{
	padding:15px 0;
} */


.main__ttl--small{
    font-size:36px;
    font-weight:normal;
}

.ta-center{
    text-align:center;
}
.faq-section{
    margin-bottom:50px;
}
.faq-section .question{

}
.faq-section .question .container{
    padding-left:75px;
    padding-top: 36px;
    padding-bottom: 25px;
    color: #6d7996;
    background: transparent url('../images/faq-dot.png') no-repeat 15px 30px;
}
.faq-section .answer{
    background:#fafbfc;
}
.faq-section .main__cnt{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

.faq-section .answer .container{
    padding-left:75px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.faq-section .answer a{
    color:#60b5be;
    font-weight:bold;
}
.registation{
    text-align:center;
    background:#e8eaed;
    padding:40px 0 20px;
}

.registation__ttl{
    font-size:38px;
    font-family:'Roboto Condensed',sans-serif;
    margin: 25px 0;
}

.registation__cnt{
    font-size:20px;
    margin: 30px 0 40px;
    font-family:'Roboto',sans-serif;
}

.registation__soc-block{
    margin-top: 20px;
    margin-bottom: 20px;
}

.registation__soc-link{
    display:inline-block;
    height:63px;
    width:63px;
    background:url(../img/soc-sprite.png);
}

.registation__soc-link--vk{
    background-position:-133px 0;
    margin-left:20px;
}

.registation__soc-link--fb{
    background:url(../images/soc-sprite.png);
    background-position:0 0;
}
.registation__soc-link--vk{
    background:url(../images/soc-sprite.png);
    background-position:-133px 0;
}

.registation__soc-block .mdl-button{
    padding:0;
}


/*форма*/
.form-reg{
    text-align:left;
    margin: auto;
    max-width: 860px;
    width: 100%;
}
.form-profile{
    text-align:left;
    margin: auto;
    max-width: 860px;
    width: 100%;
}
.form-reg__line{
    /* margin-bottom:45px; */
}

.form-reg__block{
    /* display:inline-block; */
    vertical-align:bottom;
    margin-bottom: 45px;
}

.form-reg__text{
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    font-size:20px;
    margin-bottom:28px;
    /* margin-left:20px; */
}

.form-reg__sp{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    font-size:20px;
    margin-bottom:0;
}

.form-reg__top{
    /* padding-bottom: 30px; */
    border-bottom: 1px solid #d1d5dd;
    margin-bottom: 70px;
}

.input{
    position:relative;
    display:inline-block;
    width: 100%;
    height:55px;
    background:#fff;
    vertical-align:top;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.form__block {
    border-top: 1px solid #d1d5dd;
    padding: 25px 0 30px;
}
.input__field{
    float:right;
    border:none;
    border-radius:0;
    color:#0b2050;
    /* font-weight:300; */
    /* font-size:1.197vw; */
    /* letter-spacing:.02em; */
    outline:0;
    -webkit-appearance:none;
}

.input__field--akira{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    background:0 0;
    text-align:left;
    height:55px;
    border:1px solid #bcc2ce;
    padding:4px 20px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.input__label{
    display:inline-block;
    float:right;
    font-weight:700;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.input__label--akira{
    width:100%;
    color:#0b2050;
    letter-spacing:.02em;
    font-weight:300;
    cursor:text;
}

.input__label-content{
    position:relative;
    display:block;
    line-height:55px;
    font-size:18px;
    width:100%;
    font-family:'Roboto',sans-serif;
}

.input__label-content--akira{
    transition:-webkit-transform .3s;
    -webkit-transition:-webkit-transform .3s;
    transition:transform .3s;
    transition:transform .3s,-webkit-transform .3s;
    color:rgba(11,32,80,0.6);
    /* margin-left:20px; */
    padding-left: 20px;
}

.input--filled .input__label-content--akira,
.input__field--akira:focus+.input__label--akira .input__label-content--akira{
    -webkit-transform:translate3d(0, -40px,0);
    transform:translate3d(0,-40px,0);
}

.input--akira select{
    display: block;
    width: 100%;
    background: 0 0;
    text-align: left;
    height: 55px;
    border: 1px solid #bcc2ce;
    padding: 4px 20px;
    line-height:2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input--akira select option:disabled{
    color:rgba(11,32,80,0.6);
}
.form-reg__cbx-text{
    font-weight:normal;
    color:#0b2050;
    text-decoration:underline;
}


.form-reg__cbx-block{
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-reg__label-cbx{
    position:relative;
    cursor:pointer;
}

[type=checkbox]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
}

.form-reg__label-cbx .form-reg__checkbox{
    display:none;
}
.form-subscr__sp{

}
#form-subscr__checkbox{

}

.icon{
    vertical-align:middle;
}
.icon--circle{
    position:absolute;
    width:35px;
    height:35px;
    left:0;
    top:-38px;
    border:1px solid #bcc2ce;
    background:#fff;
    margin-bottom:4px;
}


.icon--circle:before{
    position:absolute;
    content:'';
    width:0;
    height:0;
    -webkit-transition:background .3s;
    transition:background .3s;
}

.form-reg__cbx-text{
    display:inline-block;
    vertical-align:middle;
    width:90%;
    font-family:'Roboto',sans-serif;
    font-size:18px;
    line-height:25px;
    left:40px;
    color:#0b2050;
    text-decoration:none;
}

.form-reg__cbx-text:hover{
    text-decoration:underline;
}

.form-reg__row .icon{
    position:relative;
    top:-1px;
    margin-right:5px;
}


#form-reg__checkbox,
#form-subscr__checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
#form-reg__checkbox + label,
#form-subscr__checkbox + label {
    cursor: pointer;
}

#form-reg__checkbox:not(checked),
#form-subscr__checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
#form-reg__checkbox:not(checked) + label,
#form-subscr__checkbox:not(checked) + label {
    position: relative; /* будем позиционировать псевдочекбокс относительно label */
    padding: 0; /* оставляем слева от label место под псевдочекбокс */
}
.form-subscr__sp{
    text-align:center;
    display:block;
    padding-bottom:30px;
}
#form-reg__checkbox:not(checked) + label:before {
    content: '';
    position:absolute;
    width:35px;
    height:35px;
    left:0;
    top:-38px;
    border:5px solid #fff;
    background:#fff;
    margin-bottom:4px;
    box-shadow:0 0 0 1px #bcc2ce;
}
#form-subscr__checkbox:not(checked) + label:before {
    content: '';
    position:relative;
    bottom:-10px;
    display:inline-block;
    width:35px;
    height:35px;
    margin:0 20px 0 0;
    border:5px solid #fff;
    background:#fff;
    box-shadow:0 0 0 1px #bcc2ce;
}

/* Меняем фон чекбокса, когда он включен. */
#form-reg__checkbox:checked + label:before,
#form-subscr__checkbox:checked + label:before {
    background: #60b5be;
}
.form-reg__note {
    color: rgba(11,32,80,0.6);
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
}
.form-reg__btn {
    text-align: center;
}
.form-reg__btn .news__btn {
    margin:10px 0  50px;;
}
.registation__form {
    padding: 25px 0 50px;
}


.profile__photo{
    margin: auto;
    max-width: 860px;
    position:relative;
    padding:30px 0;
}
.profile__photo_cnt{
    color:#0b2050;
    text-align:left;
    padding:20px 0;
    font-size:20px;
    line-height:1.3;
    font-family: 'Roboto Condensed', sans-serif;

}

.profile__photo button{
    display: inline-block;
    background: #60b5be;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    border: 0;
    margin-top: 30px;
    height: 50px;
    width:160px;
    text-decoration: none;
}

.profile__photo form{
    margin:0;
    padding:0;
}
.profile__photo .close{
    position:absolute;
    top:-25px;
    left:185px;
    color:#333;
    font-size:24px;
    cursor:pointer;
}
.profile__photo_holder{
    text-align: left;
}

.profile__photo_img{
    display:block;
    width:160px;
    height:160px;
}

a.contacts_email {
    color: #0b2050;
    text-decoration: underline;
}
/* Circles */
#circle1 {
    z-index:2;
}
#circle2 {
    z-index:1;
}
#circle3 {
    z-index:0;
}
.circles {
    width: 100%;
    height: 800px;
}
.circles:hover {
}
.central {
    display: table;
    width: 100%;
    height: 100%;
}

.centr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.central2 {
    display: table;
    width: 100%;
    height: 100%;
}

.centr2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.central3 {
    display: table;
    width: 100%;
    height: 100%;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
}

.centr3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
}


.circle1{
    display:block;
    background: rgba(101, 194, 208, 0.9);
    position: absolute;
    z-index:200;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    animation: here 3s;

}
.animate{
    animation: here 3s;
}
.circle2{
    display:block;
    background: rgba(169, 214, 86, 0.9);
    position: absolute;
    z-index:100;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    animation: here 2s;

}

.circle3{
    display:block;
    background:#b089dd;
    position: absolute;
    vertical-align:middle;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    animation: here 1s;

}

.centr3 h3 {
    color:#fff;
    text-align:center;
}

.centr2 h2 {
    color:#fff;
    text-align:center;
}
.centr h1 {
    color:#fff;
    text-align:center;
}

@keyframes here {
    from {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@media (min-width:768px){

    .circle1{
        width:100px;
        height:100px;
        right: 90px;
        top: 140px;
        word-break: break-all;
    }

    .circle2 {
        width:150px;
        height:150px;
        right: 10px;
        top: 190px;
        word-break: break-all;
    }

    .circle3{
        width:200px;
        height:200px;
        right: 60px;
        top: 270px;
        word-break: break-all;
    }

    .centr3 h3 {
        font-size:16px;
    }
    .centr2 h2 {
        font-size:20px;
    }
    .centr h1 {
        font-size:23px;
    }

}


@media (min-width:992px){
    .circle1{
        width:100px;
        height:100px;
        right: 90px;
        top: 90px;
        word-break: break-all;
    }

    .circle2 {
        width:180px;
        height:180px;
        right: 10px;
        top: 160px;
        word-break: break-all;
    }

    .circle3{
        width:230px;
        height:230px;
        right: 60px;
        top: 270px;
        word-break: break-all;
    }

    .centr3 h3 {
        font-size:16px;
    }
    .centr2 h2 {
        font-size:20px;
    }
    .centr h1 {
        font-size:25px;
    }

}



@media (min-width:1200px){

    .circle1{
        width:150px;
        height:150px;
        right: 90px;
        top: 0;
        word-break: break-all;
        border-radius:50%;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
        -khtml-border-radius:50%;
    }

    .circle2 {
        width:200px;
        height:200px;
        right: 10px;
        top: 100px;
        word-break: break-all;
    }


    .circle3{
        width:250px;
        height:250px;
        right: 60px;
        top: 200px;
        word-break: break-all;
    }
    .centr3 h3, .centr2 h2, .centr h1 {
        font-weight: 300;
        font-family: 'Roboto Condensed',sans-serif;
    }
    .centr3 h3 {
        font-size:20px;
    }
    .centr2 h2 {
        font-size:25px;
    }
    .centr h1 {
        font-size:30px;
    }
}




@media (max-width:767px){
    .circle1{
        width:70px;
        height:70px;
        right: 70px;
        top: 50px;
        word-break: break-all;
    }

    .circle2 {
        width:100px;
        height:100px;
        right: 10px;
        top: 140px;
        word-break: break-all;
    }

    .circle3{
        width:170px;
        height:170px;
        right: 40px;
        top: 200px;
        word-break: break-all;
    }

    .centr3 h3 {
        font-size:11px;
    }
    .centr2 h2 {
        font-size:15px;
    }
    .centr h1 {
        font-size:20px;
    }
}
.circle1 a, .circle2 a, .circle3 a {
    display: block;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
}
.carreer_items {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    border: 1px solid #dbdee5;
    padding: 15px;
    width: 48%;
    height: 135px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.carreer_items img {
    float: left;
    padding-right: 15px;
}
.carreer_items span.main__cnt {
    font-size: 1.1em;
    align-self: center;
    margin-top: 20px;
}
.contacts__info {
    position: absolute;
    top: 65px;
    right: 150px;
    float: right;
    height: 450px;
    width: 420px;
    opacity: 0.8;
    background: #364146;
    padding: 30px;
    text-align: center;
}
.contacts__info p {
    color: #fff;
    font-family: "Roboto Condensed Light", sans-serif;
    line-height: 1.5em;
}
.contacts__info > .contacts__pstyle > p > a, .contacts__info > .contacts__pstyle > p > a:hover {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed Light", sans-serif;
}
.contacts__pstyle {
    margin-top: 55px;
    width: 300px;
    margin-left: 30px;
}
.tablebodytext {
    display: none;
}
.bx-yandex-view-layout {
    position: relative;
}
/* Flip ==== */
.flip_container,
.flipper,
.front,
.back {
    width: 100%;
    height: 100%;
}

.flip_container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    position: relative;
    cursor: pointer;
}
.flip_container:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip_container:hover .back {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.flip_container .flipper {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: auto;
    position: relative;
}
.flip_container .front, .flip_container .back {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.flip_container .front p, .flip_container .back p {
    display: table-cell;
    vertical-align: middle;
}
.flip_container .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.flip_container .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/* Main slider text shadow*/
.video__cnt h2, .video__cnt p {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.mainnews_cell {
    width: 1% !important;
}
.main-action__cell:nth-child(1) {
    width: 1% !important;
}
/* Video button styles */
.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101";
    background: #ccab6c;
    border-radius: 15px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20vh; /* Location of the box */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vw; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 9999;
}

/* Modal Content */
/* .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 57%;
} */

/* The Close Button */
.close, .close2 {
    /* font-weight: bold;
    z-index: 0;
    position: absolute !important;
    right: -25px;
    top: -35px;
    float: right;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important; */
	font-weight: bold;
    z-index: 0;
    position: relative !important;
    right: -30px;
    top: 0px;
    float: right;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
}

.close:hover,
.close:focus,.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.video-js .vjs-big-play-button {
    top: 44% !important;
    left: 44% !important;
}
.bs-example{
    margin: 20px;
}
.modal-content iframe{
    margin: 0 auto;
    display: block;
}

/* FOOTER 18+ */
span.round {
    border: 1px solid #37474e;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 50%;
}
span.text {
    line-height: 30px;
    box-sizing: border-box;
    font-family: 'Oswald_Light',sans-serif;
    font-size: 16px;
}

.main__cnt {
    line-height: 1.4!important;
}

.pr1-hover {
    transform: translate(-50px,-10px);
    -webkit-transform: translate(-50px,-10px); /** Chrome & Safari **/
    -o-transform: translate(-50px,-10px); /** Opera **/
    -moz-transform: translate(-50px,-10px); /** Firefox **/
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}
.pr2-hover {
    transform: translate(50px,-20px);
    -webkit-transform: translate(50px,-20px); /** Chrome & Safari **/
    -o-transform: translate(50px,-20px); /** Opera **/
    -moz-transform: translate(50px,-20px); /** Firefox **/
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}
.pr3-hover {
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px); /** Chrome & Safari **/
    -o-transform: translate(0,50px); /** Opera **/
    -moz-transform: translate(0,50px); /** Firefox **/
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}

.e404__cnt .main-top__cnt {
    color: #000000;
}