/*
Данный шаблон был приобретён на сайте Landistore.com
Landistore - интернет-магазин качественных сайтов для вашего бизнеса
(с) Все права защищены
*/

@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,700,900&subset=cyrillic');

body {
    padding-top: 60px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

section{
    padding: 80px 0;
}

.title {
    margin: 0 0 20px;
    font-size: 40px;
}

.navbar-inverse {
    background-color: #ffffff;
    border: none;
    color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #434242;
    font-weight: 400;
    font-size: 17px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #e7a101;
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 19px;
        padding-bottom: 20px;
    }
}

.navbar-inverse .phone {
    color: #228CCA;
    font-weight: 600;
    font-size: 23px;
    margin-right: 15px;
    margin-top: 11px;
    display: inline-block;
}

header {
    background: url(../img/header-bg.jpg);
    background-size: cover;
    padding: 11vh 0 42vh;
    position: relative;
    background-position: center;
    height: calc(100vh - 60px);
}

.sale-header-box {
    bottom: 80px;
    position: fixed;
    left: 0;
    z-index: 999;
    background: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 20px 20px 20px 70px;
    width: 90px;
    box-shadow: none;
    transition: 0.3s all;
}

.sale-header-box .row{
    height: 40px;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s all;
}

.sale-header-box form img{
    width: 135px;
    position: absolute;
    left: -47px;
    bottom: 0;
    transform: rotate(45deg);
}

@-webkit-keyframes rainbow {
    0% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    }
    50% {
        box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.15);
    }
    100% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    }
}

@keyframes rainbow {
    0% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    }
    50% {
        box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.15);
    }
    100% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    }
}


@-webkit-keyframes rainbow-call {
    0% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
        transform: rotate(0deg);
    }
    50% {
        box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.15);
        transform: rotate(45deg);
    }
    100% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
        transform: rotate(0deg);
    }
}

@keyframes rainbow-call {
    0% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
        transform: rotate(0deg);
    }
    50% {
        box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.15);
        transform: rotate(45deg);
    }
    100% {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
        transform: rotate(0deg);
    }
}

.btn-call{
    position: absolute;
    right: -32px;
    background: #fff;
    color: #e7a101;
    font-size: 40px;
    font-weight: 700;
    top: 7px;
    border-radius: 50%;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    width: 65px;
    height: 65px;
    line-height: 68px;
    text-align: center;
    transition: 0.3s all;
    webkit-animation: rainbow-call 2s linear 0s infinite;
    animation: rainbow-call 2s linear 0s infinite;
}

.btn-call:hover{
    cursor: pointer;
    background: #e7a101;
    box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.15);
    color: #fff;
}


.sale-header-box.open {
    background: #fff;
    padding: 20px 50px 20px 70px;
    width: 570px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
}

.sale-header-box.open .row{
    opacity: 1;
}

.bottom-header-box {
    text-align: right;
    color: #fff;
    position: absolute;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    padding: 15px;
    bottom: 20px;
    font-size: 18px;
    border-right: 3px solid#fff;
}

.bottom-header-box h3{
    margin-top: 0;
}

.bottom-header-box p{
    margin-bottom: 10px;
}

.btn {
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 6px;
    background: #edefee;
    color: #909090;
    transition: 0.3s all;
}

.btn.focus,
.btn:hover {
    background: #e2e2e2;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: 0;
}

.main-btn{
    background: #228CCA;
    color: #fff;
}

.main-btn:hover,
.main-btn:focus{
    background: #ffb100;
    color: #fff;
}

.form-btn {
    font-size: 16px;
    border-radius: 6px;
    padding: 8px 20px;
    display: block;
    width: 100%;
}

.form-control {
    padding: 8px 12px;
    font-size: 16px;
    height: auto;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-control:focus {
    border-color: #e7a101;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    color: #828282;
    font-size: 14px;
}

.main-checkbox label{
    margin: 0;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f9ba16;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

h1 {
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 900;
    color: #434242;
    margin: 0;
}

h1 span{
    color: #fa8100;
}

.header-box {
    text-align: right;
}

.after-h1 {
    font-size: 25px;
    margin: 10px 0 20px;
}

#benefit{
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
    background: #e7a101;
}

#benefit:before{
    content: '';
    background: url(../img/benefit-bg-before.png);
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 340px;
}

#benefit .btn{
    position: relative;
}

#benefit h2{
    margin-bottom: 30px;
    color: #333;
}
#benefit h2 span{
    color: #fff;
}


.benefit_item {
    background: #e6ae2d;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 5px;
    font-size: 18px;
}

.benefit_item_border{
    border: 1px dashed#fff;
    border-radius: 10px;
    padding: 20px;
}

.benefit_item .num {
    width: 40px;
    float: left;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin-top: -11px;
    border-right: 1px dashed#fff;
    margin-right: 10px;
}

#about{
    padding-top: 70px;
}

.minion-item {
    width: 350px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
}

.minion-item img{
    width: 100%;
}

.minion-item.item1{
    top: 20px;
    left: 0;
}

.minion-item.item2 {
    top: 60px;
    right: 40px;
}

#about .special-price {
    top: 0px;
    right: 10px;
    z-index: 9;
    webkit-animation: rainbow 2s linear 0s infinite;
    animation: rainbow 2s linear 0s infinite;
}

.buy-now {
    padding: 20px 20px 20px 75px;
    background: #f5faf8;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #bdbdbd;
}

.buy-now a {
    color: #e7a101;
}

.buy-now span {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 43px;
    color: #cacaca;
}

#photo-carousel {
    background-color: #f5faf8;
    padding: 20px;
    border-radius: 10px;
}

#photo-carousel .owl-prev{
    left: -85px;
}

#photo-carousel .owl-next{
    right: -85px;
}

#photo-carousel .owl-prev,
#photo-carousel .owl-next{
    top: -150px;
}

.option-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

.option-item span{
    color: #e7a101;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.option-item h3 {
    margin: 5px 0 5px;
    color: #e7a102;
    font-weight: 100;
    font-size: 20px;
}

#about .desc {
    margin-bottom: 15px;
    font-weight: 400;
	font-size : 18px;
}

.desc span {
	color : #228CCA;
	font-weight: 600;
}

#how-to {
    background-color: #f5faf8;
    padding-bottom: 120px;
}

#how-to .desc {
    width: 790px;
    margin: 0 auto 40px;
}

.how-to-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 340px;
    margin-bottom: 30px;
}

.how-to-box .how{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px dashed#e7a101;
    text-align: center;
    line-height: 61px;
    font-weight: 700;
    font-size: 33px;
    color: #434242;
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
}

.how-to-box img{
    display: block;
    margin: 0 auto;
	max-width: 100%;
	height : auto;
}

#sale{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

#sale:before{
    content: '';
    background: url(../img/sale-bg-before.png);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    z-index: 9;
}

#sale .container{
    position: relative;
}

#sale img{
    position: absolute;
    width: 350px;
    left: 0;
	top : 100px;
}

.sale-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 9;
}

.sale-box p {
    margin-bottom: 25px;
    width: 95%;
}

.special-price {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -40px;
    right: -40px;
    background: #f5faf8;
    border: 3px dashed #228CCA;
    padding: 37px 0;
    transform: rotate(25deg);
}

.old-price {
    font-weight: bold;
    color: #777;
    line-height: 1;
}

.new-price {
    font-size: 19px;
    font-weight: bold;
    color: #228CCA;
}

#reviews {
    background: #f5faf8;
    padding: 40px 0 20px;
}

.review-item {
    text-align: center;
    padding: 0 100px;
}

.owl-carousel .owl-item .review-item img{
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 0 15px 30px 0 rgba(98, 180, 150, 0.2);
    -moz-box-shadow: 0 15px 30px 0 rgba(98, 180, 150, 0.2);
    box-shadow: 0 15px 30px 0 rgba(98, 180, 150, 0.2);
}

.review-item .name {
    display: block;
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #e7a101;
}

.owl-nav{
    position: relative;
}

.owl-prev,.owl-next {
    position: absolute;
    top: -175px;
    font-size: 85px;
    font-weight: 700;
    color: #333;
    transition: 0.3s all;
}

.owl-prev:hover,
.owl-next:hover{
    color: #e7a101;
}


.owl-prev{
    left: 0;
}


.owl-next{
    right: 0;
}

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

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    background: #e6eae8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.3s all;
}

.owl-dot:hover{
    background: #ccc;
}

.owl-dot.active {
    background: #e7a101;
}

#contact {
    background: url(../img/line-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 160px;
    padding-bottom: 0;
}

#contact .img-box{
    position: relative;
    border-bottom: 1px solid#dadbdd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#contact .img-box img{
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 18px;
}

.btn-box .btn{
    margin-right: 10px;
}

.contact-item {
    font-size: 18px;
    margin-bottom: 15px;
}

footer {
    text-align: center;
    padding: 20px 0 40px;
    color: #ccc;
}

.modal {
    text-align: center;
}

.modal-content {
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    border: none;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-footer {
    border-top: none;
    background: #f5faf8;
    padding: 30px;
    box-sizing: border-box;
}

.modal-title {
    margin: 0;
    font-size: 40px;
}

.modal-header {
    border-bottom: none;
    padding: 30px 30px 15px;
}

.overline {
    overflow: hidden;
    padding: 0 30px 20px;
}

.overline .price {
    text-align: right;
    font-size: 18px;
}

.overline .price span {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
    color: #e7a101;
}

.overline .personal-data {
    float: left;
}

.modal-body {
    position: relative;
    padding: 0px 30px 30px;
}

.after-modal-title {
    border-bottom: 1px solid#e9eceb;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 400;
}

.modal-dialog.cart {
    width: 900px;
}

button.close{
    font-size: 57px;
    right: 15px;
    top: 15px;
    position: absolute;
}

.call_modal .modal-content{
    padding: 30px;
}

.call_modal .modal-title {
    margin: 0 0 15px;
    line-height: 1;
}

.call_modal .after-modal-title {
    border-bottom: none;
}

.call_modal .form-control {
    text-align: center;
}

.modal-dialog.privacy_modal {
    width: 1170px;
}


.navbar-inverse .navbar-brand{
    height: auto;
    color: #e7a101;
    background-color: #f5faf8;
    font-weight: 500;
    padding: 20px 15px;
    position: relative;
}

.navbar-inverse .navbar-brand:before{
    content: '';
    border: 26px solid transparent;
    border-left: 20px solid #f5faf8;
    border-top: 34px solid #f5faf8;
    position: absolute;
    right: -46px;
    top: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #bfbfbf;
}

.navbar-toggle {
    padding: 14px 10px;
}

.navbar-inverse .navbar-toggle {
    border-color: #bfbfbf;
}

.navbar-inverse .navbar-brand{
    display: none;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover{
    background: #f5faf8;
    color: #e7a101;
}



@media(max-width: 1200px){
    .bottom-header-box {
        width: 970px;
        margin-left: -500px;
    }

    #photo-carousel .owl-prev, #photo-carousel .owl-next {
        top: -140px;
        width: 50px;
        height: 50px;
        background: #f5faf8;
        line-height: 1;
        border-radius: 50%;
        font-size: 50px;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.11);
    }

    #photo-carousel .owl-next {
        right: -45px;
    }

    #photo-carousel .owl-prev {
        left: -45px;
    }

    .btn-box .btn {
        padding: 10px 20px;
    }
    .sale-box p {
        width: 90%;
    }

    .special-price {
        top: -20px;
        right: -20px;
    }
}

@media(max-width: 992px){

}

@media(max-width: 768px){
    .bottom-header-box {
        width: 750px;
        margin-left: -390px;
    }

    #how-to .desc {
        width: 100%;
    }

    .how-to-box img {
        width: 100%;
    }

    .how-to-box {
        height: 292px;
    }

    #sale img {
        left: -120px;
    }

    #sale .col-sm-4 {
        width: 50%;
    }

    #sale .row .col-sm-4:last-child{
        width: 100%;
        margin-top: 15px;
    }

    .title {
        font-size: 30px;
		text-align : center;
    }

    .title br{
        display: none;
    }

    .sale-box {
        padding: 20px;
    }

    .sale-box p {
        width: 84%;
    }

    #contact {
        padding-top: 80px;
        text-align: center;
    }

    #contact .img-box img {
        position: relative;
        right: 0;
        bottom: 0px;
        margin: 10px auto 0;
        display: block;
    }

    #how-to {
        padding-bottom: 80px;
    }

    #minion {
        padding-top: 80px;
    }

    #benefit .col-sm-6 {
        width: 100%;
    }

    #reviews {
        padding: 20px 0 80px;
    }

    .minion-item {
        width: 280px;
    }

    .minion-item.item2 {
        top: 220px;
        right: 35px;
    }

    .minion-item.item1 {
        left: 15px;
    }
}

@media(max-width: 767px){
    section{
        padding: 40px 0;
    }
.sale-header-box{
    display: none;
}

    .bottom-header-box {
        width: 100%;
        margin-left: 0;
        left: 0;
        text-align: center;
        border: none;
        bottom: 10px;
    }

    .bottom-header-box p {
        
    }

    .how-to-box {
        height: auto;
    }

    .btn-box .btn {
        margin: 5px;
    }

    #sale .col-sm-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sale-box {
        padding: 80px 20px 20px;
    }

    .sale-box p {
        width: 100%;
        text-align: center;
    }

    #sale img {
        display: none;
    }

    #sale {
        padding: 40px 0;
        background: #e7a101;
    }

    #sale:before{
        display: none;
    }

    #sale .title {
        margin: 0 0 90px;
        text-align: center;
    }

    .special-price {
        top: -60px;
        right: auto;
        transform: rotate(0deg);
        left: 50%;
        margin-left: -60px;
    }

    .review-item {
        padding: 0;
    }

    #how-to .col-sm-4 {
        width: 100%;
        float: left;
    }

    .how-to-box .how {
        left: -10px;
        top: -10px;
    }

    .minion-item {
        width: 250px;
        margin: 0 auto 30px;
        position: relative;
    }

    .minion-item.item2 {
        top: auto;
        right: auto;
    }

    .minion-item.item1 {
display: none;
    }

    #about .special-price {
        top: -40px;
        margin-left: 65px;
    }

    .header-box {
        text-align: center;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #434242;
        font-weight: 300;
        font-size: 17px;
        padding: 13px 0;
        margin: 0 15px;
        border-bottom: 1px solid#f5faf8;
    }

    .navbar-inverse .navbar-brand{
        display: block;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #f5faf8;
    }

    .navbar-inverse .phone {
        margin-right: 0;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .after-h1{
        background : rgba(255,255,255,0.3);
    }

    h1 {
        margin: 0 0 30px;
    }

    .modal-dialog.privacy_modal,
    .modal-dialog.cart {
        width: auto;
    }


}

@media(max-width: 480px){
    .minion-item {
        width: 100%;
        position: relative;
    }


    .modal-footer .btn{
        width: 100%;
        margin-bottom: 15px;
    }

    .modal-title {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .overline .personal-data {
        float: none;
    }

    .overline .price {
        text-align: left;
        margin-top: 10px;
    }

    #benefit h2 span {
        display: block;
    }

    #benefit h2 {
        text-align: center;
    }

    .benefit_item .num {
        line-height: 1;
    }
}

@media(max-width: 360px){
    h1 {
        font-size: 36px;
    }

    #about .special-price {
        margin-left: 25px;
    }

    .btn-box .btn {
        width: 100%;
        margin: 5px 0;
    }

    .modal-title {
        font-size: 22px;
    }

    .bottom-header-box h3 {
        font-size: 17px;
    }
}

.mmlogo {
	width: auto;
	height: 40px;
	float: left;
	margin: 0px 70px 0px 0px;
	padding-top : 20px;
}

.uk-table {
	width : 60%;
	margin : 0px auto 40px;
}

.uk-table td, .uk-table th {
	text-align : center;
	padding : 10px;
}

.uk-table th {
	background : #efefef;
}

.uk-table tr:nth-child(2n) {
	background : #efefef;
}

.uk-table td .btn {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 6px;
    background: #228CCA;
    color: #FFF;
    transition: 0.3s all;
}

.sale-box p span {
	color : #228CCA;
	font-weight : bold;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
.rmaski {
	text-align : center;
}
#sale .title {
    color : #FFF;
}
}









