@charset "utf-8";

/*
Theme Name: Muleana Landing
Author: Maxim Smolnikov
Verstka: Maxim Smolnikov 
Verstka URL: https://maxsm.ru/
Version: 1.0
*/

/* Подгружаем шрифты */

@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 200;
    src: url('../fonts/proxima-nova/ProximaNova-Thin.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Thin.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Thin.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Thin.ttf') format('truetype');
}
@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 300;
    src: url('../fonts/proxima-nova/ProximaNova-Light.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Light.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Light.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Light.ttf') format('truetype');
}
@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 400;
    src: url('../fonts/proxima-nova/ProximaNova-Regular.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Regular.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 600;
    src: url('../fonts/proxima-nova/ProximaNova-Semibold.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Semibold.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Semibold.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;
    src: url('../fonts/proxima-nova/ProximaNova-Bold.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Bold.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Bold.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 800;
    src: url('../fonts/proxima-nova/ProximaNova-Extrabold.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Extrabold.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Extrabold.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Extrabold.ttf') format('truetype');
}
@font-face {
    font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 900;
    src: url('../fonts/proxima-nova/ProximaNova-Black.eot');
	src: url('../fonts/proxima-nova/ProximaNova-Black.eot?iefix') format('eot'),
         url('../fonts/proxima-nova/ProximaNova-Black.woff') format('woff'),
         url('../fonts/proxima-nova/ProximaNova-Black.ttf') format('truetype');
}

html {
    font-size: 62.5%;
}
body {
    font-family: Proxima Nova;  
    font-weight: 400;
    background: #fff;
    font-size: 1.4rem;
}
/* font-styles */
.thin {
    font-weight: 200; 
}
.light,
.sendmail .field input[type="submit"] {
    font-weight: 300;
}
.regular {
    font-weight: 400; 
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.heavy {
    font-weight: 800;
}
.black {
    font-weight: 900;
}
.bigger {
    font-size: 110%;
}
.hidden {
    display: none;
}
.text {

}
.text > *:not(:last-child) {
    margin-bottom: 1rem;
}

/* colors */
.orange {
    color: #fba81d;
}
.orange2 {
    color: #fdb913;
}
.orange-back {
    background: #fba81d;
}
.rose {
    color: #f04d41;
}
.rose-back {
    background: #f04d41;
}
.white {
    color: white;
}
.white-back {
    background: white;
}
.green {
    color: #90c402;
}
.green-back {
    background: #90c402;
}
.magenta {
    color: #ee1e9a;
}
.magenta-back {
    background: #ee1e9a;
}
.purple {
    color: #8f4b9f;
}
.purple-back {
    background: #8f4b9f;
}
.crimson {
    color: #f04d41;
}
.crimson-back {
    background: #f04d41;    
}
.crimson2 {
    color: #ed145b;
}
.crimson2 {
    background: #ed145b;
}
a, a:visited {
    text-decoration: none;
}
.underline {
    text-decoration: underline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}
.flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex.vcentre {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex.hcentre {
    justify-content: center;
}
.flex.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.column {
    flex-direction: column;
}
.flex.tobottom {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -ms-grid-row-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.center, .text-center {
    text-align: center;
}
.toright {
    text-align: right;
}
.big {
    text-transform: uppercase;
}
.row {
    padding: 0 3%;
}
.text-shadow {
    text-shadow: 0 1px 0 rgba(0,0,0,0.75);
}
.wrapped {
    margin: 0 auto;
    width: 960px; 
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w33 {
    width: 33.3333333332%;
}
.w40 {
    width: 40%;
}
.w46 {
    width: 46%;
}
.w48 {
    width: 48%;
}
.w49 {
    width: 49%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w65 {
    width: 65%;
}
.w70 {
    width: 70%;
}
.w73 {
    width: 73%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w100 {
    width: 100%;
}
.white {
    color: #fff;
}
.red {
    color: #bb1922;
}
.redback {
    background: #bb1922;
}
.yellow {
    color: #fff000;
}
.redbutton {
    background: #bb1922;
    color: white;
    border-radius: 0.3rem;
    border-bottom: 1px solid #F03C46;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.table-like {
    display: table;
    border-collapse: collapse;
}
.table-like .tr {
    display: table-row;
}
.table-like .tr .td {
    display: table-cell;
    padding: 1rem;
}
.table-like.bordered {
    border: 1px solid black;
    border-left: none;
    border-right: none;
}
.table-like.bordered .tr:not(:last-child) .td {
    border-bottom: 1px solid black;
}

/**
* text
*/

.text {

}
.text > p, .text > ul, .text > ol {    
    line-height: 2rem;
}
.text * {
    box-sizing: border-box;
}
.text > *:not(:last-child) {
    margin-bottom: 1rem;
}
.text ul, .text ol {
    margin-left: 3rem;
}
.text ul li {
    list-style: initial;
}
.text ul li:not(:last-child),
.text ol li:not(:last-child) {
}
.text img {
    border: 1px solid #eee;
    padding: 1.5rem;
    max-width: 100%;
    height: auto;
}
.text img.float-left {
    float: left;
    margin: 0 2rem 2rem 0;
}
.text img.float-right {
    float: right;
    margin: 0 0 2rem 2rem;
}
.text table {
    width: 100%;    
    border-collapse: collapse;    
}
.sendmail {
    
}
.sendmail input[type="submit"] {
    -webkit-appearance: none;
}
.sendmail .field {

}
.sendmail.column .field {
    
}
.sendmail.column .field:not(:last-child) {
    margin-bottom: 2rem;
}
.sendmail.inline {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sendmail.inline .field {
    width: 23%;
}
.sendmail.inline .field input {
    width: 100%;
}
.sendmail .field input[type="text"],
.sendmail .field input[type="email"],
.sendmail .field textarea {
    padding: 1rem;
    font-size: 1.4rem;
    border: 1px solid white;
    background-color: transparent;
    background-position: 1rem center;
    background-repeat: no-repeat;
    color: white;
}
.sendmail.inverted .field input[type="text"],
.sendmail.inverted .field input[type="email"] {
    background-color: transparent;
    color: #acacac;
}
.sendmail .field input[type="text"]::-webkit-input-placeholder,
.sendmail .field input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}
.sendmail .field input[type="text"]::-moz-placeholder,
.sendmail .field input[type="email"]::-moz-placeholder {
    color: #fff;
}/* Firefox 19+ */
.sendmail .field input[type="text"]:-moz-placeholder,
.sendmail .field input[type="email"]:-moz-placeholder {
    color: #fff;
}/* Firefox 18- */
.sendmail .field input[type="text"]:-ms-input-placeholder,
.sendmail .field input[type="email"]:-ms-input-placeholder {
    color: #fff;
}
.sendmail.inverted .field input[type="text"]::-webkit-input-placeholder,
.sendmail.inverted .field input[type="email"]::-webkit-input-placeholder {
    color: #acacac;
}
.sendmail.inverted .field input[type="text"]::-moz-placeholder,
.sendmail.inverted .field input[type="email"]::-moz-placeholder {
    color: #acacac;
}/* Firefox 19+ */
.sendmail.inverted .field input[type="text"]:-moz-placeholder,
.sendmail.inverted .field input[type="email"]:-moz-placeholder {
    color: #acacac;
}/* Firefox 18- */
.sendmail.inverted .field input[type="text"]:-ms-input-placeholder,
.sendmail.inverted .field input[type="email"]:-ms-input-placeholder {
    color: #acacac;
}
/*
.sendmail .field input.name {
    background-image: url('../img-old/form-norm-man.png');
}
.sendmail .field input.email {
    background-image: url('../img-old/form-norm-email.png');    
}
.sendmail .field input.phone {
    background-image: url('../img-old/form-norm-phone.png');    
}
.sendmail.inverted .field input.name {
    background-image: url('../img-old/form-inv-man.png');
}
.sendmail.inverted .field input.email {
    background-image: url('../img-old/form-inv-email.png');    
}
.sendmail.inverted .field input.phone {
    background-image: url('../img-old/form-inv-phone.png');    
}
.sendmail.inverted .field input.question {
    background-image: url('../img-old/form-inv-question.png');    
}
*/
.sendmail .field input.question {
    
}
.sendmail .field input {
    border: none;
    outline: none;
}
.sendmail .field input[type="submit"] {
    font-size: 1.4rem;
    line-height: 3.6rem;
    background: #90c402;
    color: white;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0 !important;
    border: 1px solid white;
}
.sendmail .field input:not([type="submit"]) {
    border: 1px solid white;    
}
.sendmail.inverted .field input[type="submit"] {
    background: transparent; 
    color: #fff;
    border-color: #fff;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#backtotop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    line-height: 5rem;
}
#backtotop a {
    display: block;
    width: 5rem;
    height: 5rem;
    color: #fff;
    background: #f5d72f;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.callback-modal {
    width: 32rem;
    border-radius: 0.3rem;
}
.callback-modal.rose {
    background: #f04d41;    
}
.callback-modal.violet {
    background: #9c3c8e;
}
.callback-modal .heading {
    margin-bottom: 2rem;
}
.callback-modal .info {
    font-size: 1.2rem;
    margin: 2rem 0;
}
.callback-modal .sendmail {
    margin-bottom: 2rem;
}
.callback-modal .sendmail .field input {
    width: 100%;    
    border-radius: 3px !important;  
    font-family: Proxima Nova;
}
.callback-modal .sendmail .field input[type="submit"] {
    background: #fba81d;
    border: none;
    color: black;
    width: 100%; 
    font-size: 1.6rem;
    border-radius: 3px !important;  
    font-family: Proxima Nova;
}
.callback-modal .alternative {
    font-size: 1.3rem;
}
.callback-modal .phone {
    
}
.callback-modal .remodal-close {
    left: initial;
    right: 0;
    color: white;
}
.callback-modal.contact-form {
    
}
.callback-modal.contact-form .description {
    
}
.callback-modal.contact-form .description {
    
}
.callback-modal.contact-form .description .heading {
    color: #fba81d;    
    font-size: 16px;
    line-height: 18px;
}

.contactor {
    position: relative;
}
.contactor .wrapped {
    position: absolute;
    left: 0;
    right: 0;
    top: -11rem;
}
.contactor .wrapped .row { 

}
.contactor .wrapped .row .block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 4rem 5rem;
    height: 22rem;
    border: 1px solid white;
    border-radius: 7px;
    background: #a864a8 url('../img-old/scanline.png');
}
.contactor.after-calc .wrapped .row .block {
    background-color: #ed1651;    
}
.contactor.after-box .wrapped .row .block {
    background-color: #8fd3c8;    
}
.contactor h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
}
#timer {
    background: url('../img/back-timer.jpg')  top no-repeat;
    height: 912px;
    padding-top: 5rem;
}
#timer h2 {
    font-size: 4.4rem;
    line-height: 7.2rem;
    margin-bottom: 2rem;
}
#timer h2 div {
    
}
#timer h2 span {    
    font-size: 7.0rem;
    background: red;
    border-radius: 3px;
    padding: 0 0.7rem;
}
#timer .elements {
    
}
#timer .elements .item {

}
#timer .elements .item:nth-child(n+3) {
    margin-top: 12rem;
}
#timer .elements .item:nth-child(n+5) {
    margin-top: 8rem;
}
@media (max-width: 768px) {    
    #timer .elements .item {
        width: 100%;       
    }
}
#timer .elements .item.slider .input {
    width: 80%;
}
#timer .elements .item .pic {
    height: 4rem;
    margin-bottom: 1rem;
}
#timer .elements .item .subheading {
    font-size: 1.4rem;  
    margin-bottom: 1rem;
}
#timer .elements .item.slider .subheading {
    
}
#timer .elements .item .input {    
    font-weight: 300;
    font-size: 4.8rem;
}
#timer .elements .item .input span {    
    font-weight: 300;
}
#timer .elements .item.broni .input input {
    background: none;   
    border: none;
    outline: none;
}
#timer .noUi-target {
    margin-top: -1rem;
}
#timer .noUi-horizontal {
    height: 0;
}
#timer .noUi-background {
    background: none;
}
#timer .noUi-tooltip {
    background: none;
    color: #fff;
    font-weight: 600;
    border: none;
}
#timer .check .noUi-tooltip {
    white-space: nowrap;    
}
#timer .check .noUi-tooltip:after {
    content: ' руб.';
}
#timer .noUi-pips {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 0;
    margin-top: 3.3rem;
}
#timer .noUi-marker {
    display: none;
}
#timer .noUi-target {
    border: none;
}
#timer .noUi-value {
    top: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
}
#timer .noUi-background {
    /*background: #6f553e;*/
    box-shadow: none;
}
#timer .noUi-handle {
    background: url('../img-old/2-calc-pin.png') no-repeat;
    border: 0;
    cursor: default;
    width: 20px !important;
    height: 20px !important;
    box-shadow: none
}
#timer .noUi-handle:before,
#timer .noUi-handle:after {
    display: none;
}
#timer .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -10px;
    top: 23px;
}
#timer .count-header {
    font-size: 30px;
    margin-bottom: 2rem;
}
#timer .countdown {

}
#timer #clockdiv {
    color: #fff;
    font-size: 30px;
    margin-bottom: 3rem;
}
#timer #clockdiv > div {
    font-size: 48px;  
    box-sizing: border-box;
}
#timer #clockdiv > div.pair {
    border-radius: 3px;
    width: 21%;
    height: 120px;
    border-radius: 3px;
    background: #af720b;
    border: 2px solid #af720b;
    position: relative;
    border-radius: 5px;
}
#timer #clockdiv > div.pair:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #cc8816; 
}
#timer #clockdiv div.pair > span {
    font-weight: 900; 
    display: block;
    position: relative;
    z-index: 5;
}
#timer #clockdiv > div.doublepoint {
    font-weight: 900;
    width: 4%;
}
#timer .smalltext{
    font-size: 16px;
    line-height: 60px;
}
#timer .hurry {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 2rem;
}
#timer .hurry div:nth-child(2) {
    font-size: 30px;
}
#timer .gift-counter {

}
#timer .gift-counter .icon {
    margin-right: 2rem;
}
#timer .gift-counter .value {
    font-size: 72px;
    line-height: 72px;
}
#timer .gift-counter .value .digit {
    background: #af720b;
    padding: 1rem 0;
    width: 80px;
    border: 2px solid #af720b;
    position: relative;
    border-radius: 5px;
}
#timer .gift-counter .value .digit:before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #cc8816; 
}
#timer .gift-counter .value .digit:first-child {
    margin-right: 0.5rem;
}
#timer .gift-counter .value .digit span {
    position: relative;
    z-index: 5;
}
#header {
    background: url('../img/back-header-2.jpg') left top no-repeat;
    height: 759px;
    /* padding-top: 2rem; */
}
#header .gray-back {
    background: rgba(0,0,0,0.3);
    padding: 2rem 0;
    margin-bottom: 14rem;
}
#header .logo {width: 220px;}
#header ul.menu {width: calc(100% - 220px - 240px);}
#header ul.menu li {
    text-align: center;
}
#header ul.menu li:not(:last-child) {
    /* margin-right: 2rem; */
}
#header ul.menu li a {
    font-size: 16px;
    line-height: 18px;
    color: #fba81d;
    /* padding-bottom: 4px; */
    /* border-bottom: 1px solid #fba81d; */
}
#header .contact  {
    justify-content: space-between;
    align-items: center;
    width: 240px;
}
#header .phone {
    font-size: 28px;
    /* margin-bottom: 2.5rem; */
}
#header .contact .order {
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
#header .contact .order a {
    background: #f04d41;
    z-index: 2;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    width: 215px;
    text-align: center;
    position: relative;
}
#header .contact .order a:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 219px;
    height: 39px;
    top: -2px;
    left: -2px;
    border: 1px solid #f04d41;
    z-index: 1;
}
#header .header {
}
#header .heading h1 {
    align-items: center;
}
#header .heading h1 .first {
    font-size: 36px;
    line-height: 72px;
}
#header .heading h1 .second {
    font-size: 48px;
    line-height: 60px;
    border-bottom: 1px solid white;
    margin-bottom: 2rem;
    display: inline-block;
}
#header .heading .plan {
    font-size: 24px;
    line-height: 72px;
    margin-bottom: 9rem;
}
#header .heading .but {
    font-size: 24px;
    line-height: 60px;
}
#header .heading .but a {
    border: 1px solid white;
    padding: 0 3rem;
    display: inline-block;
}
#sixreasons {
    background: url('../img-old/back-digits.jpg') center top no-repeat;
    height: 1099px;
    padding-top: 18rem;
}
#sixreasons h2 {
    font-size: 48px;
    line-height: 60px; 
    margin-bottom: 5rem;   
    color: #fba81d;
}
#sixreasons .points {

}
#sixreasons .points .item {    
    text-align: center;
}
#sixreasons .points .item:nth-child(1) {    
    color: #7bbb3f;
}
#sixreasons .points .item:nth-child(2) {    
    color: #8d66c2;
}
#sixreasons .points .item:nth-child(3) {    
    color: #db8050;
}
#sixreasons .points .item:nth-child(4) {    
    color: #f41616;
}
#sixreasons .points .item:nth-child(5) {    
    color: #8e479c;
}
#sixreasons .points .item:nth-child(6) {    
    color: #fdbc0e;
}
#sixreasons .points .item:nth-child(n+4) {
    margin-top: 5rem;
}
#sixreasons .points .item .icon {
    margin-bottom: 2rem;
}
#sixreasons .points .item .text {
    font-size: 24px;
    line-height: 36px;
}
#userreviews {
    background: url('../img/back-reviews.jpg') center top no-repeat;
    height: 630px;
    padding-top: 7rem;
    position: relative;
    border-top: 1px solid #c3faef;
}
#userreviews .roller {
    background: #e37994;
    border: 6px solid #fdb913;
    border-radius: 20px;
}
#userreviews .block {
    outline: none;
}
#userreviews .block .photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 13px 0 0 13px;
}
#userreviews .block .shield {
}
#userreviews .block .shield.review-1 .photo {
    background-image: url('../img/review-1.jpg');
    background-position: left -40px;
}
#userreviews .block .shield.review-2 .photo {
    background-image: url('../img/review-2.jpg');
}
#userreviews .block .shield.review-3 .photo {
    background-image: url('../img/review-3.jpg');
}
#userreviews .block .shield.review-4 .photo {
    background-image: url('../img/review-4.jpg');
}
#userreviews .block .shield.review-5 .photo {
    background-image: url('../img/review-5.jpg');
}
#userreviews .block .text {
    height: 480px;
    overflow: hidden;
    padding: 4rem 3rem;
    color: white;
    font-size: 16px;
    line-height: 24px;
}
#userreviews .block .text h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fdb913;
    font-size: 36px;
    margin-bottom: 3rem;
}
#userreviews .block .text p:not(:last-child) {
    margin-bottom: 3rem;
}

.slick-slider {
    position: relative;
}
.slick-slider .prev,
.slick-slider .next {
    position: absolute;
    width: 46px;
    height: 32px;
    top: calc(50% - 30px);
    z-index: 30;
    cursor: pointer;
    padding: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.slick-slider .prev {
    left: -65px;
    background-image: url('../img/slider-arrow-left-black.png');
}
#userreviews .prev {
    background-image: url('../img/slider-arrow-left-yellow.png');
}
#catalog .prev {
    background-image: url('../img/slider-arrow-left-orange.png');
}
.slick-slider .next {
    right: -65px;
    background-image: url('../img/slider-arrow-right-black.png');    
}
#userreviews .next {
    background-image: url('../img/slider-arrow-right-yellow.png'); 
}
#catalog .next {
    background-image: url('../img/slider-arrow-right-orange.png'); 
}
#catalog .prev,
#catalog .next {
    top: 90px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
}
#pokupateli {
    background: url('../img-old/back-roditeli.jpg') center top no-repeat;
    height: 1200px;
    padding: 7rem 0;
}
#pokupateli h2 {
    font-size: 36px;
    margin-bottom: 2rem;
}
#pokupateli .subheading {
    font-size: 18px;
    margin-bottom: 7rem;
}
#pokupateli .keydir {
    /* margin-bottom: 5rem; */
}
#pokupateli .keydir .item {
    line-height: 24px;
}
#pokupateli .keydir .item:nth-child(n+4) {
    margin-top: 4rem;
}
#pokupateli .keydir .item .icon {
    margin-bottom: 1rem;    
}
#pokupateli .keydir .item .title {
    font-size: 24px;  
    color: #fbde0a;
}
#pokupateli .keydir .item .subtitle {
    font-size: 18px; 
}
#pokupateli h3 {    
    font-size: 48px;
    margin-bottom: 5rem;
}
#pokupateli .deliveryeconom {

}
#pokupateli .deliveryeconom .item {
    
}
#pokupateli .deliveryeconom .item .icon {
    margin-bottom: 2rem;
}
#pokupateli .deliveryeconom .item .name {
    font-size: 24px;
    line-height: 24px;
}
#slider {
    background: url('../img-old/back-slider.jpg') center top no-repeat;
    height: 800px;    
}
#slider .row {
    padding-top: 9rem;
}
#slider .eliteslider {
    border: 6px solid #8dc63f;
    border-radius: 10px;
    background: #984a9c;
}
#slider .slidus {
    
}
#slider .slidus .heading {
    width: 70%;
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding: 4rem 3rem;    
}
#slider .slidus .heading .item {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 1rem;
    padding-left: 1rem;
}
#slider .slidus .heading .item.checked {
    border-bottom: 1px solid #fba81a;    
}
#slider .slidus .info {
    font-size: 18px;
    line-height: 36px;
    color: white;
    padding: 3rem 0 4rem 3rem;    
}
#slider .slidus.slide-1 .info {    
    background: url('../img-old/slide-1-pic.png') 500px 0 no-repeat;    
}
#slider .slidus.slide-2 {    
    background: url('../img-old/slide-2-pic.png') right bottom no-repeat;    
}
#slider .slidus.slide-3 {    
    background: url('../img-old/slide-3-pic.png') right bottom no-repeat;    
}
#slider .elite-prev, #slider .elite-next {
    position: absolute;
    width: 46px;
    height: 32px;
    top: calc(50% - 16px);
    z-index: 30;
    cursor: pointer;
}
#slider .elite-prev {
    left: -33px;
    background: url('../img-old/slider-arrow-left.png');
}
#slider .elite-next {
    right: -33px;
    background: url('../img-old/slider-arrow-right.png');    
}
#slider .videoheading {
    font-size: 36px;
    margin-top: 4rem;
}
#video {    
    background: url('../img-old/back-video.jpg') center top no-repeat;
    height: 524px;  
    position: relative;
}
#video .tv {    
    position: absolute;
    z-index: 5;
    left: calc(50% - 386px);
    top: -65px;
    background: url('../img-old/pc.png') center top no-repeat;
    width: 773px;
    height: 664px;
}
#video .tv iframe {
    margin: 33px 0 0 31px;
}
#photo {
    background: url('../img-old/back-photo.jpg') center top no-repeat;
    height: 600px;   
    padding-top: 10rem;   
}
#photo h2 {
    font-size: 48px;
    margin-bottom: 5rem;
}
#photo .elitephotos {

}
#photo .elitephotos .slick-track {
    padding: 4em 0;
}
#photo .elitephotos .slick-slide {
    margin: 1rem;
    transition: transform 0.4s;
    position: relative;
}
#photo .elitephotos .slick-slide a {
    display: block;
    position: relative;
}
#photo .elitephotos .slick-slide a img {
    border: 3px solid #7f7f7f;   
    position: relative;
    z-index: 5; 
}
#photo .elitephotos .slick-slide.slick-center {
    transform: scale(1.7);
    z-index: 20;
}
#photo .elitephotos .slick-slide.slick-center a img {
    border: 2px solid white;    
}
#photo .elitephotos .slick-slide:not(.slick-center) a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 10;
}
#photo .elite-prev, #photo .elite-next {
    position: absolute;
    width: 46px;
    height: 32px;
    top: calc(50% - 16px);
    z-index: 30;
    cursor: pointer;
}
#photo .elite-prev {
    left: 100px;
    background: url('../img-old/slider-arrow-left.png');
}
#photo .elite-next {
    right: 100px;
    background: url('../img-old/slider-arrow-right.png');    
}
#swipebox-overlay {
    background: rgba(0,0,0,0.7);
}
#economics {
    background: url('../img-old/back-economika.jpg') center top no-repeat;
    height: 1017px;
    padding-top: 5rem;
}
#economics h2 {
    font-size: 48px;
    margin-bottom: 4rem;
}
#economics .subheading {
    font-size: 24px;   
    margin-bottom: 5rem; 
}
#economics .points {
    width: 75%;
    margin: 0 auto;
}
#economics .points .item {
    
}
#economics .points .item:nth-child(4) {
    border-bottom: 1px solid white;
    padding-bottom: 6rem;
}
#economics .points .item:not(:first-child) {
    margin-top: 7rem;
}
#economics .points .item .name {
    font-size: 22px;      
    position: relative;
    z-index: 2;    
}
#economics .points .item .name span {
    position: relative;
    z-index: 2;       
}
#economics .points .item .name .hint {
    font-size: 16px;   
    position: relative;
    z-index: 2;    
}
#economics .points .item .name .icon {
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: 1;
}
#economics .points .item .value {
    font-size: 20px;
}
#in-the-box {
    background: url('../img-old/back-franchise.png') center no-repeat;
    padding: 16rem 0;
}
#in-the-box h2 {
    color: #90c402;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 5rem;
}
#in-the-box .points {

}
#in-the-box .points .item {
    
}
#in-the-box .points .item:nth-child(n+3) {
    margin-top: 3rem;
}
#in-the-box .points .item .pic {
    margin-bottom: 2rem;
    height: 80px;
}
#in-the-box .points .item .info {
    font-size: 16px;
    line-height: 18px;
}
#doverie {    
    background: #f04d41 url('../img-old/back-doverie.png') center no-repeat;
    padding: 18rem 0 5rem;
}
#doverie h2 {
    font-size: 36px;
    margin-bottom: 6rem;
}
#doverie .points {
    
}
#doverie .points .item {
    position: relative;
}
#doverie .points .item:nth-child(n+3) {
    margin-top: 7rem;
}
#doverie .points .item:before {
    content: '';
    position: absolute;
    display: block;
    width: 76px;
    height: 73px;
    background: url('../img-old/9-star.png') no-repeat;
    top: -17px;
    left: -37px;
    z-index: 1;
}
#doverie .points .item .info {
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 36px;   
    margin-bottom: 2rem; 
}
#doverie .points .item .hint {
    padding-right: 2rem;
    font-size: 16px;
}
#doverie .slogan {
    font-size: 36px;
    line-height: 54px; 
    margin-top: 8rem;     
}
#how-we-work {
    background: url('../img-old/back-how-we-work.png') 20% center no-repeat;
    padding: 7rem 0 18rem 0;
}
#how-we-work .w75 {
    margin: 0 auto;
}
#how-we-work h2 {
    font-size: 48px;
    color: #8ad1c6;
    margin-bottom: 7rem;
}
#how-we-work .points {

}
#how-we-work .points .item {
    
}
#how-we-work .points .item:not(:first-child) {
    margin-top: 7rem;
}
#how-we-work .points .item:nth-child(1) {
    color: #f5754b;
}
#how-we-work .points .item:nth-child(2) {
    color: #00aced;
    margin-left: 20rem;
}
#how-we-work .points .item:nth-child(3) {
    color: #ee1e9a;
}
#how-we-work .points .item:nth-child(4) {
    color: #a1ce71;
    margin-left: 20rem;
}
#how-we-work .points .item:nth-child(5) {
    color: #8f4b9f;
    margin-left: 10rem;
}
#how-we-work .points .item .num {
    font-size: 120px;
    line-height: 100px; 
    margin-right: 2rem;
}
#how-we-work .points .item .info {
    margin-bottom: 1rem;
    font-size: 20px;
}
#how-we-work .points .item .hint {
    font-size: 16px;
    line-height: 18px; 
    color: black;
}
#how-much {
    background: #fdb913 url('../img-old/back-price.png') center no-repeat;
    padding: 18rem 0 7rem 0;    
}
#how-much h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 5rem; 
}
#how-much .points {

}
#how-much .points .item {

}
#how-much .points .item:not(:first-child) {
    margin-top: 2rem;
}
#how-much .points .item .heading {
    font-size: 18px;  
    margin-bottom: 1rem;   
}
#how-much .points .item .price {
    color: #f04d41;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 1rem; 
}
#how-much .points .item .plus {
    
}
#how-much .call-to-action {
    margin-top: 5rem; 
    font-size: 18px;
}
#how-much .get-presentation {
    margin-top: 2rem; 
}
#how-much .get-presentation a {
    font-size: 24px;
    line-height: 54px;
    display: inline-block;
    padding: 0 3rem;
    background: #f04d41;
    border: 1px solid white;
}
#quiestions {
    background: url('../img-old/back-footer.png') center no-repeat;
    padding-top: 5rem;
}
#quiestions h2 {
    color: #ed145b;
    font-size: 48px;
    margin-bottom: 4rem; 
}
#quiestions .info {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 2rem;
}
#quiestions .info span {
    font-size: 24px;
}
#quiestions form {
    margin-bottom: 2rem;
}
#quiestions form input,
#quiestions form textarea {
    width: 300px;
    color: #acacac;
    border-color: #acacac;
}
#quiestions input[type="submit"] {
    background: #ed145b;
    color: white;
    font-weight: 900;
    border: 3px double #fff;
}
#quiestions .disclaimer {
    font-size: 14px;
    line-height: 18px;   
    margin-bottom: 3rem; 
    color: #7c7c7c;
}
#quiestions .socials {

}
#quiestions .socials > div {    
    margin-bottom: 3rem; 
}
#quiestions .socials > div:not(:last-child) {
    margin-right: 2rem;
}
#quiestions .socials > div a {
    
}
#catalog {
    padding: 5rem 0 16rem;
}
#catalog .row {
    
}
#catalog h2 {
    color: #3a3a3a;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 4rem;
}
#catalog .razdel {
     
}
#catalog .razdel:not(:first-child) {
    padding-top: 5rem;
    border-top: 1px solid #c2c2c2;
}
#catalog .razdel:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 5rem;
    margin-bottom: 2px;
}
#catalog .razdel:first-child {
    
}
#catalog .razdel .description {
    margin-bottom: 4rem;    
    /*padding-bottom: 4rem;
    border-bottom: 1px dotted #bbbbbb;*/
}
#catalog .razdel .description .pic {
    
}
#catalog .razdel .description .pic img {
    border-radius: 5px;    
}
#catalog .razdel .description .info {
    
}
#catalog .razdel .description .info h3 {
    color: #8a6adb;
    margin-bottom: 1rem;
    font-size: 30px;
}
#catalog .razdel .description .info .text {
    font-size: 13px;
    line-height: 18px;
    color: #5f5b6b;
}
#catalog .razdel .products.flex {
    margin: -1rem;
}
#catalog .razdel .products.carousel .item {
    margin: 10px;
    outline: 0;
}
#catalog .razdel .products.flex .item {
    width: calc(25% - 2rem);
    margin: 1rem;
    box-sizing: border-box;
}
#catalog .razdel .products .item .pic {
    position: relative;
    height: 230px;
    margin-bottom: 1rem;
}
#catalog .razdel .products .item .pic a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#catalog .razdel .products .item .pic a:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url('../img/eye-big.png') center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
}
#catalog .razdel .products .item .pic a:hover:after {
    opacity: 0.3;
}
#catalog .razdel .products .item .pic a img {
    max-height: 100%;
}
#catalog .razdel .products.flex .item .pic {
    margin-bottom: 2rem;
}
#catalog .razdel .products .item .pic .badge {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: url('../img/sticker.png');
    width: 98px;
    height: 105px;
}
#catalog .razdel .products .item .pic .badge .shield {    
    font-size: 12px;
    line-height: 15px;
}
#catalog .razdel .products .item .name {
    margin-bottom: 1rem;
    color: #b2b2b2;
    font-size: 14px;
}
#catalog .razdel .products .item .prices {
    line-height: 24px;
    margin-bottom: 1rem;
}
#catalog .razdel .products .item .prices .old {
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 1rem;
    color: #a5a5a5;
}
#catalog .razdel .products .item .prices .actual {
    font-size: 24px;
    color: #f04d41;
}
#catalog .razdel .products .item .discount {
    margin-bottom: 1rem;
    color: #98499c;
}
#catalog .razdel .products .item .buttons {
    font-size: 16px;
    margin-bottom: 1rem;
}
#catalog .razdel .products .item .buttons > div {
    cursor: pointer;
}
#catalog .razdel .products .item .buttons .to-desc {

}
#catalog .razdel .products .item .buttons .to-desc a {
    color: #3daaba;
}
#catalog .razdel .products .item .buttons .to-colors {
    
}
#catalog .razdel .products .item .buttons .to-colors a {
    color: #3dba54;    
}
#catalog .razdel .products .item .order {
    
}
#catalog .razdel .products .item .order a {
    display: block;
    width: 100%;
    outline: 0;
    background: #f15c25;
    color: white;
    border: none;
    border-bottom: 3px solid #ae3508;
    border-radius: 5px;
    font-size: 24px;
    padding: 1rem 0;
    transition: all 0.3s;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
#catalog .razdel .products .item .order a:hover {
    background: #ae3508;
    border-bottom-color: #611e05;
}
#catalog .razdel .products .item .order a:active {
    border-bottom-width: 0;
    box-shadow: none;
    transform: translateY(3px);
}
#footer {
    padding: 2rem 0;
}
#footer .contacts {
    margin: 2rem auto 0;
}
#footer .contacts,
#footer .contacts a {
    color: #acacac;    
}
#footer .contacts .rekv a {
    display: block;
    border-bottom: 1px dashed #ccc;
}
#faq {
    padding: 5rem 0;
    background: #fbde0a url('../img-old/back-price.png') center -50px no-repeat;
}
#faq h2 {
    color: #1a92d0;
    font-size: 3.6rem;
    margin-bottom: 5rem;
}
#faq .points {
    
}
#faq .points .pair {
    
}
#faq .points .pair:not(:first-child) {
    margin-top: 3rem;
}
#faq .points .pair .question {    
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-image: url('../img/faq-minus-black.png');
    cursor: pointer;
}
#faq .points .pair .question.closed {
    background-image: url('../img/faq-plus-black.png');
}
#faq .points .pair:nth-child(4n+1) .question {
    color: #f15c25;    
}
#faq .points .pair:nth-child(4n+2) .question {    
    color: #8dc642;
}
#faq .points .pair:nth-child(4n+3) .question {    
    color: #1a92d0;
}
#faq .points .pair:nth-child(4n+4) .question {    
    color: #98499c;
}
#faq .points .pair .answer {    
    margin-top: 2rem;
    font-size: 1.6rem;
    color: #2d2d2d;
}
#rekvizity {
    width: 500px;
}
#rekvizity h2 {
    font-size: 24px;
    margin-bottom: 2rem;
}
#rekvizity .table-like.bordered {
    color: #eab4e2;
}
#rekvizity .table-like.bordered,
#rekvizity .table-like.bordered .tr .td {
    border-color: #79236d;
}
#rekvizity .table-like .tr .td:first-child {
    font-weight: bold;
}
#rekvizity .table-like .tr .td:last-child {
    font-size: 16px;
}
.paymentfail {
	
}
.paymentfail .heading {
	font-size: 16px;
}
.paymentfail .heading span {
	font-size: 24px;
}
.paymentfail .phon {
	font-size: 20px;
}
.paymentfail p + p {
	margin-top: 1rem;
}
.paymentsuccess {
	font-size: 16px;
}
.paymentsuccess .heading {
	font-size: 18px;
}
#checkout {
    margin-bottom: 0;    
}
#checkout.callback-modal {
    width: 550px;
}
#checkout .remodal-close {
    color: black;
    background: #f15c25;
}
#checkout .heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 300;
    color: #c1c1c1; 
}
#checkout .attention {
    text-align: center; 
    border-bottom: 1px solid #dedede;   
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
#checkout .attention strong {
    color: #f15c25;
}
#checkout .product-info {
    padding: 1rem 0;
    border: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    margin-bottom: 2rem;
}
#checkout .product-info .model {
    font-size: 18px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
#checkout .product-info .sum {
    font-size: 20px;
    margin-bottom: 1rem;
}
#checkout .product-info .sum,
#checkout .product-info .sum span {
    font-weight: 700;
    color: #f15c25;   
}
#checkout .product-info .pic {
}
#checkout .product-info .pic img {
    height: 120px;        
    border: 1px solid #d8d8d8;
    padding: 1rem;
}
#checkout input[type="text"],
#checkout input[type="select"],
#checkout textarea,
#checkout select {
	padding: 10px;
    width: 100%;
    border: 1px solid #c7c7c7;
}
#checkout .client-info {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
}
#checkout .client-info > .flex {
    margin: 1rem 0;
}
#checkout .client-info .field {
    
}
#checkout .client-info .field + .field {
    margin-top: 1rem;
}
#checkout .client-info .field span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
#checkout .client-info .little-info {
    margin-top: 2rem;
    font-size: 13px;
    color: #797979;
}
#checkout .client-info input,
#checkout .client-info textarea {
}
#checkout .client-info textarea {
    height: 108px;
}
#checkout .params {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;    
}
#checkout .params .title {
    margin-bottom: 5px;
}
#checkoutform {
    margin-bottom: 0;
}
#checkout .disclaimer {
    margin-bottom: 2rem;
    display: none;
}
#checkout .disclaimer strong {
    display: inline-block;
    font-size: 24px;
}
#checkout input[type="submit"] {
    margin-top: 2rem;
    font-family: Proxima Nova;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    outline: 0;
    background: #f15c25;
    color: white;
    border: none;
    border-bottom: 3px solid #ae3508;
    border-radius: 5px;
    font-size: 24px;
    padding: 1rem 0;
    transition: all 0.3s;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
#checkout input[type="submit"]:hover {
    background: #ae3508;
    border-bottom-color: #611e05;
}
#checkout input[type="submit"]:active {
    border-bottom-width: 0;
    box-shadow: none;
    transform: translateY(3px);
}
#checkout #checkoutform input:not([type="submit"]) {
	border: 1px solid #c7c7c7;
}
#checkout #checkoutform input + input {
	border-top: none;
}
#checkout #checkoutform span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    text-align: center;
    color: black;
    background: #c7c7c7;
    margin-right: 20px;
    padding: 10px 0;
}
#checkout #checkoutform input:not([type="submit"])  {
    width: calc(100% - 140px);
}

@media (max-width: 1090px) {
    .slick-slider .prev {
        left: 0px;
    }
    .slick-slider .next {
        right: 0px;
    }
}