@charset "UTF-8";
/***********************/
/******** Colors *******/
/***********************/
/***********************/
/******** Fonts ********/
/***********************/
/* Определяем шрифты */
.contentBn {
    margin: 0 auto;
    max-width: 1940px; }

.noteColor {
    color: #868686; }
.noteColor a {
    color: #868686;
    text-decoration: underline; }

.actionButton {
    font-size: 28px;
    line-height: 30px;
    padding: 25px 56px;
    color: #fff;
    -webkit-border-radius: 39px;
    border-radius: 39px;
    border: 3px solid #fff;
    display: inline-block;
    background-color: #0047b3;
    margin: 0 0 40px 0;
    text-align: center; }
@media (max-width: 600px) {
    .actionButton {
        font-size: 24px; } }
.actionButton:after {
    content: '';
    display: block;
    clear: both; }
.actionButton:hover {
    color: #fff;
    background-color: #2a70db;
    text-decoration: none; }
.actionButton.bigButton {
    height: 84px;
    line-height: 84px;
    font-size: 35px;
    padding: 0 50px; }
@media (max-width: 600px) {
    .actionButton.bigButton {
        height: 51px;
        line-height: 51px;
        padding: 0 27px;
        font-size: 26px; } }

.actLand {
    position: relative; }
@media (max-width: 1400px) {
    .actLand {
        margin-top: 5%; } }
.actLand .banner {
    width: 100%;
    max-width: 1940px;
    margin: 0 auto 100px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
.actLand .banner:before {
    content: '';
    display: block;
    padding-top: 40%; }
@media (max-width: 1199px) {
    .actLand .banner {
        margin-bottom: 50px; } }
@media (max-width: 991px) {
    .actLand .banner {
        background-position: center center; } }
.actLand .banner img {
    max-height: 70%;
    position: absolute;
    left: 15%;
    top: 15%; }
@media (max-width: 1400px) {
    .actLand .banner img {
        left: 30px; } }
.actLand .description {
    width: 580px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    padding: 55px 70px 0px 0px;
    height: 100%;
    z-index: 15; }
@media (max-width: 1400px) {
    .actLand .description {
        width: 580px;
        height: 110%;
        padding-top: 0px; } }
@media (max-width: 1199px) {
    .actLand .description {
        position: static;
        width: 100%;
        height: auto;
        padding: 0 15px;
        margin-bottom: 50px; } }
.actLand .description h2 {
    color: #004dac;
    font-size: 48px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 25px 0; }
.actLand .description .essenceAct {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 34px 0;
    color: #000; }
.actLand .description .action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    left: -21px; }
@media (max-width: 1199px) {
    .actLand .description .action {
        position: static;
        width: 100%;
        height: auto; } }
.actLand .description .action .title {
    font-size: 60px;
    line-height: 70px;
    color: #054baf;
    min-width: 40%;
    margin: 0px 30px 20px 0; }
@media (max-width: 600px) {
    .actLand .description .action .title {
        font-size: 40px;
        line-height: 50px; } }
.actLand .description .action .noteAct {
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 0 21px; }
@media (max-width: 1199px) {
    .actLand .description .action .noteAct {
        margin: 0 0 40px 0;
        padding-left: 0px; } }
.actLand .description .action .noteAct a {
    text-decoration: underline; }

.production_benefits_block.alt .production_benefit_1 {
    margin-left: 10%; }

.production_benefits_block.alt .production_benefit_2 {
    margin-top: 150px; }

.production_benefits_block.alt .production_benefit_3 {
    margin-top: 100px;
    margin-bottom: 30px; }

.production_benefits_block.alt .production_benefit_4 {
    margin-bottom: 30px; }

.production_benefits_block.alt .production_benefit_5 {
    margin-top: 100px;
    margin-bottom: 70px; }

.production_benefits_block.alt .production_benefit_6 {
    margin-left: 7%;
    margin-top: 50px; }

.production_benefits_block.alt .production_benefit_7 {
    margin-left: 15%; }

@media (max-width: 1199px) {
    .production_benefits_block.alt .production_benefit {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 50px; } }

.actLandFooter {
    background: url(../images/actLandFooter3.png) center center no-repeat;
    margin-top: 100px; }
.actLandFooter h2 {
    color: #004dac;
    font-size: 48px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 25px 0;
    text-align: center; }
.actLandFooter-inner {
    padding: 20px; }
.actLandFooter-inner .prevImg {
    background: url(../images/podarochekBack.png) 87px 33px no-repeat;
    margin: 0 auto;
    width: 509px; }
@media (max-width: 767px) {
    .actLandFooter-inner .prevImg {
        width: 300px; } }
.actLandFooter-inner .prevImg img {
    width: 100%; }
.actLandFooter-inner .action {
    text-align: center; }
.actLandFooter-inner .action .title {
    font-size: 60px;
    line-height: 70px;
    color: #054baf;
    margin: 0px 0 50px 0; }
@media (max-width: 600px) {
    .actLandFooter-inner .action .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px; } }
.actLandFooter-inner .action .actionButton {
    margin: 30px auto 30px auto; }

.ordersNew {
    padding-right: 5%;
    float: left;
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px); }
@media (max-width: 1000px) {
    .ordersNew {
        width: 100%;
        padding-right: 0px; } }

.popup.popup_orderError {
    width: 100%;
    margin-left: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 900px; }
.popup.popup_orderError .orderNew {
    background-color: transparent; }
.popup.popup_orderError .orderNew .productList li .title {
    white-space: nowrap; }

.orderNew {
    background-color: #f5f5f5;
    padding: 11px 33px 36px 33px;
    margin: 0 0 20px 0; }
@media (max-width: 1000px) {
    .orderNew {
        margin-left: -20px;
        margin-right: -20px; } }
@media (max-width: 500px) {
    .orderNew {
        padding-left: 15px;
        padding-right: 15px; } }
.orderNew .productList {
    list-style-type: none;
    display: table;
    margin: 0 0 3px 0;
    padding: 0;
    width: 100%; }
.orderNew .productList li {
    display: table-row;
    margin: 0;
    padding: 0px; }
@media (max-width: 1000px) {
    .orderNew .productList li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media (max-width: 500px) {
    .orderNew .productList li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
.orderNew .productList li > * {
    display: table-cell;
    font-size: 20px;
    line-height: 36px;
    padding: 12px;
    border-bottom: 1px solid #c8c8c9;
    text-align: right;
    white-space: nowrap; }
@media (max-width: 1000px) {
    .orderNew .productList li > * {
        display: block;
        text-align: left;
        padding-top: 0px;
        width: 25%; } }
@media (max-width: 500px) {
    .orderNew .productList li > * {
        padding-left: 8px;
        padding-right: 8px; } }
.orderNew .productList li .marker {
    display: none; }
.orderNew .productList li .title {
    white-space: normal;
    font-size: 24px;
    color: #004dac;
    padding-left: 0px;
    text-align: left; }
@media (max-width: 1000px) {
    .orderNew .productList li .title {
        width: 100%;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        padding-top: 12px; } }
@media (max-width: 1000px) {
    .orderNew .productList li .volume {
        padding-left: 0px; } }
@media (max-width: 500px) {
    .orderNew .productList li .volume {
        width: 60px; } }
@media (max-width: 500px) {
    .orderNew .productList li .priceOne {
        width: 110px; } }
@media (max-width: 500px) {
    .orderNew .productList li .quantity {
        width: 75px; } }
.orderNew .productList li .totalPrice {
    padding-right: 7px; }
@media (max-width: 500px) {
    .orderNew .productList li .totalPrice {
        width: 75px; } }
.orderNew .productList li:last-child > * {
    border-bottom-width: 0px; }
.orderNew .productList li.total > * {
    color: #000;
    font-size: 24px;
    line-height: 36px; }
.orderNew .productList li.total .totalPrice {
    font-weight: 600; }
.orderNew .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.orderNew .info .side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 36px; }
@media (max-width: 1000px) {
    .orderNew .info .side {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.orderNew .info .side:first-child {
    padding: 0 20px 0 0; }
.orderNew .info .side .time {
    color: #808080;
    margin: 0 14px 0 0;
    line-height: 20px; }
.orderNew .info .side .status {
    line-height: 20px; }
.orderNew .info .side .status.ready {
    color: #00b230; }
.orderNew .info .side .status.notReady {
    color: #ff4800; }
.orderNew .info .side .button {
    border-color: transparent;
    padding: 0 40px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    height: auto; }
.orderNew .info .side .button.errorPay {
    border-color: #004dac;
    background-color: transparent;
    color: #004dac;
    opacity: 0.6; }
.orderNew .info .side .button.errorPay:hover {
    border-color: transparent;
    background-color: #004dac;
    color: #a0a0a0;
    opacity: 1; }
.orderNew .note {
    width: 100%;
    max-width: 430px;
    color: #808080;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0; }
@media (max-width: 1000px) {
    .orderNew .note {
        margin-top: 10px; } }
.orderNew .errorFix {
    font-size: 18px;
    line-height: 36px;
    color: #005ccc; }
.orderNew .errorFix > * {
    margin-right: 20px;
    cursor: pointer;
    display: inline-block; }
.orderNew .errorFix > *:hover {
    color: #004dac; }
