@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,100,300);

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;

}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}


/******Base_page*******/
.container-wrap{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}


/******end Base_page******/

/****header****/
.head-inner{
    height: 70px;
}
.head-inner .container-wrap{
    padding: 8px 0px 10px;
}
.head-inner .logo{
    float: left;
}
.head-inner .header__contacts{
    float: right;
    max-width: 500px;
    width: 100%;
    margin-top: 8px;
}

.phone{
    background: url('/images/home-split/sprite_main.png') -226px -15px; no-repeat;
    color: #ffffff;
    font-size: 17px;
    padding-top: 14px;
    padding-left: 35px;
    float: left;
    margin-top: 4px;
    font-weight: 300;
    margin-bottom: 0;
}
.phone span{
    color: #ed7f17;
    margin: 0 -1px;
}
.header__contacts .action-buttons{
    float: right;
}
.header__contacts .action-buttons a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border: 2px solid #395257;
    padding: 10px 40px;
    border-radius: 25px;
    cursor: pointer;


}
.header__contacts .action-buttons a.action-buttons__chat{
    margin-right: 7px;
    padding: 10px 30px;
}
.copyright a.action-buttons__chat{
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border: 2px solid #395257;
    border-radius: 25px;
    cursor: pointer;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.action-buttons__chat span{
    background: url('/images/home-split/chat_icon.png') no-repeat;
    padding: 10px;
    background-position: center left;
    left: -9px;
    top: 2px;

}

#quantity span.noblock{
    display: inline-block;
}
a.action-buttons__chat:hover{
    background: #395257;
}
.header__contacts .action-buttons a:hover{
    background: #395257;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header__contacts .action-buttons a span{
    position: relative;

}
.header__contacts .action-buttons a.action-buttons__chat span{
    background: url('/images/home-split/sprite_main.png') -82px -160px no-repeat;
    padding: 10px;
    left: -9px;
    top: 2px;

}
.header__contacts .action-buttons a.action-buttons__login span{
    background: url('/images/home-split/sprite_main.png') -132px -158px no-repeat;
    padding: 10px;
    left: -3px;
    top: -2px;

}
.menu-bg{
    background: url('/images/home-split/banner-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 8px;
}
#mainmenu-ul{
    padding: 0;
    margin: 0;
}
.mainmenu-ul__item{
    float: left;
    list-style-type: none;

}
.mainmenu-ul__item a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 22px;
    display: block;
    font-weight: 300;
}

.mainmenu-ul__item a:hover{
    background: rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-bg .container-wrap{
    padding: 0;
}
.menu-bg .bg-opacity{
    background: rgba(255,255,255,0.2);
}
.head-inner{
    background: #193136;
}
.btnA{
    height: 50px;
    overflow: hidden;
}
.menu-bg .order-now{
    text-align: center;
    position: relative;
    max-height: 355px;
}
.menu-bg .order-now h1{
    color: #fff;
    font-size: 62px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 45px;

}
.menu-bg .order-now h3{
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    margin-top: 1px;
}
.order-now .order-button{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block !important;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 43px;
    border-radius: 25px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    position: relative;
    opacity:0;

    -webkit-transition:all 0.3s linear;
       -moz-transition:all 0.3s linear;
         -o-transition:all 0.3s linear;
            transition:all 0.3s linear;

}

.animated {
    opacity: 1 !important;
    right: 0px !important;
    left:0 !important;
    display: inline-block;
}
.order-now .order-button:hover{
    background: #fff;
    color: #2c99c8;
}
.order-now #off-button{
    display: none;
    top: -53px;
    left: 400px;
}

.order-now #change-button {
    left: -400px;
}

/*#change-button .animated {*/
    /**/
/*}*/

.order-now .ios_btn{
    max-width: 275px;
    margin: 0 auto;
    padding: 32px 0 70px;
}
.login-popup .input-wrap {
    position: relative;
}
#quantity{
    height: 105px;
}
#quantity .container-wrap{
    position: relative;
    top: -67px;
    background: #fff;
    box-shadow: 0px 1px 6px #bbb;
    padding: 25px 0;
}

#quantity span{
    color: #fb8b34;
    font-size: 50px;
    display: block;
    font-weight: 100;
}

.percent:after {
    /*position: absolute;*/
    content: '%';
    background-position: right;
    color: #fb8b34;
    width: 25px;
    height: 50px;
    opacity: 1;

}

.quantity-ul__item{
    list-style-type: none;
    float: left;
    color: #6a6a6a;
    font-size: 16px;
    border-right: 1px solid #ddd;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;

}
.quantity-ul__item:last-child{
    border-right: 0;
}
.quantity-ul{
    padding: 0;
    margin: 0;
}
.order-now .ios_btn p{
    color: #fff;
    font-size: 16px;
    float: left;
    cursor: pointer;
}
.order-now .ios_btn #toggles{
    float: right;
}


/*header login tooltip*/
/****************************/
header .loginRight {
    background-size: cover;
    padding: 15px 20px;
    margin: 10px 0;
    position: absolute;
    top: -230px;
    right: 13%;
    box-sizing: border-box;
    width: 420px;
    overflow: hidden;
    height: 247px;
    background-color: #ffffff;
    border: 4px solid #fa8b43;
    margin: 0 auto auto;
    padding: 15px 20px;
    transition: all 0.4s;
    display: block;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
    display:none;
}

header .loginRight.show {
    display: block;
}

header .close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    padding: 0;
    color: #fff !important;
    text-align: center;
    background-color: #dadada;
    cursor: pointer;
    font-size: 30px;
    line-height: 1em;
    transition: all 0.5s;
}

header .mobile-visible {
    font: 27px 'Roboto', sans-serif;
    color: #646464;
    text-align: center;
    padding-bottom: 20px;
}

header label.mobile-visible {
    display: inline-block;
    width: 90px;
    margin-right: 15px;
    font: 15px 'Open Sans', sans-serif;
    color: #5e5e5e;
    text-align: right;
}

header .inpWrap {
    position: relative;
}

header #icoLogin, header #icoPass {
    display:none;
}

header .text-field {
    width: 256px;
    padding: 5px 3px;
    background: #fafafa;
    border: 1px solid #bababa;
    border-bottom-color: #dcdcdc;
    font-size: 15px;
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

header .baseButton {
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 5px;
    background: #ef8b19;
    background: -webkit-linear-gradient(#f1981c, #ed7f17);
    background: -moz-linear-gradient(#f1981c, #ed7f17);
    background: linear-gradient(#f1981c, #ed7f17);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1981c', endColorstr='#ed7f17', GradientType=0);
    font: 600 16px/32px 'Open Sans', arial, sans-serif;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    float: none;
    margin-left: 110px;
    display: inline-block;
    padding: 3px 30px;
    height: auto;
}
header .baseButton:hover {
    color: #fff;
    text-decoration: none;
    background: #db7f16;
    background: -webkit-linear-gradient(#de8d1b, #d97416);
    background: -moz-linear-gradient(#de8d1b, #d97416);
    background: linear-gradient(#de8d1b, #d97416);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de8d1b', endColorstr='#d97416', GradientType=0);
}

header .baseButton:focus {
    outline: none;
}


header .forgot-link {
    font-size: 12px;
    line-height: 32px;
    color: #1886bf;
    text-decoration: underline;
    position: absolute;
    font: 14px 'Open Sans', sans-serif;
    right: 28px;
    bottom: 40px;
}

header ::-webkit-input-placeholder {color:#fafafa;}
header ::-moz-placeholder          {color:#fafafa;} /* Firefox 19+ */
header :-moz-placeholder           {color:#fafafa;} /* Firefox 18- */
header :-ms-input-placeholder      {color:#fafafa;}

header .forgot-link:hover {
    text-decoration: none;
}

/******end header*****/


/******page********/
#page {
    padding: 10px 0 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#left-column{
    width:220px;
    float: left;
    margin-right: 20px;
    order:1;

}
#left-column .services{
    padding: 0 20px;
    box-shadow: 0 0 6px #bbb;

}

#left-column h4{
    font-weight: 300;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
}
.services-ul{
    list-style-position: inside;
    padding: 0;
    margin:0;
    color:#f17b4e;
}
.services-ul__item{
    padding: 10px 5px;
    border-bottom: 1px solid #e8e8e8;

}
.services-ul__item:last-child{
    border-bottom: 0;
}
.features{
    padding: 0 20px 75px;
    box-shadow: 0 0 6px #bbb;
    margin-top: 30px;
    position:relative;
}
.features-ul{
    padding: 0;
    list-style-position: inside;
}
.features-ul__item{
    list-style-type: none;
    color: #848484;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    border-bottom: 1px dotted #848484;
    margin-bottom: 5px;
}
.features span.cost{
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #5fac29;
    font-weight: 500;
    padding: 5px;
    background: #fff;
}
.features span.free{
    background: #fff;
    position: relative;
    bottom: -1px;
}
.features span.text{
    padding-left: 35px;
    background: url('/images/home-split/free.gif') no-repeat left center;
}
.features ul{
    padding-bottom: 0;
}
.totalsavings{
    box-sizing: border-box;
    text-align: center;
    background-image: -moz-linear-gradient( 0deg, rgb(127,203,73) 0%, rgb(95,172,41) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(127,203,73) 0%, rgb(95,172,41) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(127,203,73) 0%, rgb(95,172,41) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px;
    max-width: 228px;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.totalsavings span{
    font-weight: 500;
}


}
.features span{
    background: #fff;
}

#left-column a{
    text-decoration: none;
    color: #848484;
    font-size: 14px;
    font-weight: 300;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
#left-column a:hover{
    color: #f29626;
}

#content{
    float: left;
    max-width: 470px;
    margin: 0 20px 0 0;
    order:2;

}
.content-h1{
    margin-top: 0;
    font-weight: 300;
    font-size: 28px;
}
.content-h2{
    font-weight: 300;
    font-size: 22px;
    margin: 35px 0 10px;
}
.content-p{
    font-size: 14px;
    color: #858585;
    font-weight: 300;
    line-height: 19px;
    margin: 6px 0 11px;
}
#content .li-icon span{
    width: 43px;
    height: 43px;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #999;
    padding: 15px;
}
#content li.star span{
    background: url('/images/home-split/sprite_main.png') 3px -146px no-repeat;
}
#content li.clock span{
    background: url('/images/home-split/sprite_main.png') -208px -63px no-repeat;
}
#content li.liphone span{
    background: url('/images/home-split/sprite_main.png') -280px -56px no-repeat;
}
.content-service-ul {
    padding: 0;
    margin: 18px 0 0;
}
.content-service-ul__item{
    float: right;
    width: 80%;
    list-style-type: none;
    vertical-align: middle;
    margin-bottom: 20px;
}
.content-service-ul__item.li-icon{
    width: 20%;
    float: left;
}
.content-service-ul h4{
    margin: 0;
    font-size: 16px;
    color: #333333;
}
#content .service p{
    margin-top: 5px;
}
.content-service-ul__item:nth-child(4){
    margin-bottom: 5px;
}
.content-service-ul__item:last-child{
    margin-bottom: 0;
}
.content-counter{
    max-width: 285px;
    margin: 30px auto 10px;
    padding: 0 20px;
    border: 1px solid #e3e3e3;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.counter-ul{
    padding: 0;
    max-width: 176px;
    margin: 0 auto;
}
.counter-ul__item {
    float: left;
    list-style-type: none;
    color: #ee7c2c;
    font-size: 50px;
    line-height: 52px;
    padding: 2px;
    text-align: center;
    margin-right: 3px;
    background:url(/images/home-split/counter-bg.png) no-repeat;

}
.content-counter p{
    text-align: center;
    color: #333;
    font-size: 16px;
}
.content-counter span{
    color: #ee7c2c;
}
.button{
    text-align: center;
    position: relative;
}
.orange-ordernow{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #fa9a43;
    margin: 9px 0 0;



}
.orange-ordernow:hover{
    background: -webkit-linear-gradient(90deg, #fa8b63, #faa644);
    background: -o-linear-gradient(90deg, #fa8b63, #faa644);
    background: -moz-linear-gradient(90deg, #fa8b63, #faa644);
    background: linear-gradient(90deg, #fa8b63, #faa644);
}

#check-price #total:hover:after{
    position: absolute;
    content: '';
    background: url('/images/home-split/price_arrow.gif') no-repeat;
    background-position: center;
    color: #e98237;
    width: 11px;
    height: 16px;
    left: 80%;
    opacity: 1;
    top: 16px;

    -webkit-transition:all 1s linear;
    -moz-transition:all 1s linear;
    -o-transition:all 1s linear;
    transition:all 1s linear;

}
.btnPrice{
    position: relative;
}

.check-price{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: #fff;

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

    background: #2592c4;
    background: -webkit-linear-gradient(90deg, #3aa5cc, #1987bf);
    background: -o-linear-gradient(90deg, #3aa5cc, #1987bf);
    background: -moz-linear-gradient(90deg, #3aa5cc, #1987bf);
    background: linear-gradient(90deg, #3aa5cc, #1987bf);
}


.check-price:hover{
    background: -webkit-linear-gradient(#1987bf, #3aa5cc);
    background: -o-linear-gradient(#1987bf, #3aa5cc);
    background: -moz-linear-gradient(#1987bf, #3aa5cc);
    background: linear-gradient(#1987bf, #3aa5cc);
}




/*******end page******/
/****right-column*****/
#right-column{
    float: right;
    text-align: center;
    max-width: 228px;
    width: 100%;
    order:3;

}
#right-column .login-right{
    background: url('/images/home-split/rlogin_bg.png') no-repeat;
    padding: 15px 0;
    margin: 10px 0;
}
#right-social .fb-like{
    float: left;
}
.login-right .input-wrap{
    position: relative;
}
#icon-login{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 3;
    background: url('/images/home-split/rlogin_icon.png') center no-repeat;
}
#icon-pass{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 3;
    background: url('/images/home-split/key.png') center no-repeat;
}
.login-right .input-wrap input{
    padding: 10px 5px 10px 25px;
    margin-bottom: 10px;
    outline: none;
    border: 0;
}
.login-right a{
    display: block;
}
#right-column .loginbutton-wrap .base-button{
    border: 0;
    outline: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 12px 25px;
    font-weight: 600;
    margin-bottom: 12px;
    cursor: pointer;

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: transparent;
    text-transform: uppercase;


}
.base-button:hover{
    background: #fff;
    color: #2c99c8;
}
#right-column .loginbutton-wrap a{
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
}

#why-us{
    text-align: left;
    padding: 15px;
    margin: 30px 0;
    box-shadow: 0 0 6px 0 #bbb;
}
.why-us-ul{
    padding: 0;
}
.why-us-ul__item{
    list-style-image: url('/images/home-split/li_check.png');
    color: #3b810e;
    font-size: 14px;
    font-weight: 300;
    list-style-position: inside;
    margin-bottom: 10px;
}
#why-us h3{
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
}
#quote {
    text-align: left;
    padding: 15px;
    margin: 30px 0;
    box-shadow: 0 0 6px 0 #bbb;
}

#quote .quote-item{
    color: #848484;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    padding: 22px 0 12px;
}
#quote .quote-item:before{
    content: '';
    position: absolute;
    background: url('/images/home-split/sprite_main.png') -369px -78px no-repeat;
    left: 0;
    width: 24px;
    height: 16px;
    top: 0;
}
#quote .quote-item:after{
    content: '';
    position: absolute;
    background: url('/images/home-split/sprite_main.png') -176px -168px no-repeat;
    right: 0;
    width: 15px;
    height: 10px;
    bottom: 0;
}
#quote .quote-name{
    color: #6b6869;
    font-weight: 400;
    font-size: 14px;
}
#quote .quote-info{
    margin-bottom: 20px;
}

/*right column Login block******************/
#right-column .loginRight {
    background: url(/images/home-split/rlogin_bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 10px 0;
    position:relative;
}

#right-column .loginRight form{
    padding: 15px;
}

#right-column .close,
#right-column .mobile-visible {
    display:none;
}

#right-column .inpWrap {
    position: relative;
}

#right-column #icoLogin {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 2px;
    z-index: 3;
    background: url(/images/home-split/rlogin_icon.png) center no-repeat;
}

#right-column .text-field {
    padding: 10px 5px 10px 25px;
    margin-bottom: 10px;
    outline: none;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

#right-column #icoPass {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 3px;
    z-index: 3;
    background: url(/images/home-split/key.png) center no-repeat;
}

#right-column .baseButton {
    border: 0;
    outline: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: transparent;
    text-transform: uppercase;
    width: 199px;
}


#right-column .forgot-link {
    color: #fff;
    font-size: 12px;
    padding-bottom: 6px;
    display:block;
}

/*******end right-column********/


/****footer******/
.page-footer{
    width: auto;
    margin: auto;
    background: #193136;
    padding-bottom: 30px;
}
.footer-left{
    float: left;
    max-width: 740px;
}
.footer-right{
    float: right;
}
.footer-right p{
    color: #fff;
    font-size: 14px;
    margin: 10px 0 5px;
}
.card {
    background: url(/images/home-split/sprite_main.png) -15px -15px; no-repeat;
    width: 174px;
    height: 123px;
}

.footer-disclaimer {
    margin-top: 14px;
    color: #fff;
    font-size: 11px;
}
.footer-disclaimer::before {
    content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

 a.chat span {
     background: url(/images/home-split/chat_icon.png) no-repeat;
     padding: 10px;
     background-position: center left;
     left: -9px;
     top: 2px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
 }

 footer a.chat span {
    position: relative;
    background-position: center left;
    left: -9px;
    top: 2px;
 }

.footer-left >p{
    color: #788082;
    font-size: 12px;
    font-weight: 300;
}
.copyright p{
    margin: 1em 0;
    font-size: 14px;
    color: #fff;
}
.copyright{
    margin-top: 20px;
}
.copyright-ul{
    margin: 0;
    padding: 0;
}
.copyright-ul__item{
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
}
.copyright a{
    color: #2196bd;
    font-size: 14px;
    font-weight: 300;
}

.copyright a.chat-btn {
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border: 2px solid #395257;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.copyright a.chat-btn:hover {
    background: #395257;

}

.copyright-left{
    float: left;
    width: 40%;
}
.copyright-right{
    float: right;
    width: 60%;
    padding-top: 20px;
}
.copyright-right .phone{
    width: 42%;
}
footer a.action-buttons__chat span {
    position: relative;
    background-position: center left;
    left: -9px;
    top: 2px;
}
/*****end footer*****/

/*****Switch*******/
#toggles .checkbox-label:before,#toggles .checkbox-label:after{
    box-sizing:border-box;
    margin:0;
    padding:0;

    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
}

#toggles{
    width:60px;
    height: 30px;
    margin-top: 12px;
}

.ios-toggle,.ios-toggle:active{
    position:absolute;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label{
    display:block;
    position:relative;

    margin-bottom:20px;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:25px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    cursor:pointer;
    border: 2px solid #fff;
}
.checkbox-label:before{
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    line-height:34px;
    text-indent:40px;
    height:23px;
    width:24px;

    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:1px;
    left:1px;
    right:auto;
    background: #fff;
}
.checkbox-label:after{
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    left:30px;
    top: 3px;
    padding:10px;
    height:100%;
    width:20px;
    text-align:right;
    white-space:nowrap;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.ios-toggle:checked + .checkbox-label{


}
.ios-toggle:checked + .checkbox-label:before{
    left:calc(100% - 25px);


}
.ios-toggle:checked + .checkbox-label:after{
    content: attr(data-on);
    left: -5px;
    width: 36px;
    top: 3px;

}
/* GREEN CHECKBOX */

#checkbox1 + .checkbox-label{
    /*box-shadow*/

}
#checkbox1:checked + .checkbox-label{
    /*box-shadow*/

}
#checkbox1:checked + .checkbox-label:after{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

#checkbox3:checked + .checkbox-label:after{
    color:#1fc1c8;
}

/******End Switch*****/

#Ellipse_1 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.141;
    position: absolute;
    left: 65%;
    top: 34%;
    width: 15px;
    height: 15px;
    z-index: 13;
}
#Ellipse_2 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.169;
    position: absolute;
    left: 80%;
    top: 67%;
    width: 11px;
    height: 11px;
    z-index: 12;
}
#Ellipse_3 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.102;
    position: absolute;
    left: 10%;
    top: 80%;
    width: 4px;
    height: 4px;
    z-index: 11;
}
#Ellipse_4 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.059;
    position: absolute;
    left: 88%;
    top: 45%;
    width: 7px;
    height: 7px;
    z-index: 10;
}
#Ellipse_5 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.102;
    position: absolute;
    left: 75%;
    top: 35%;
    width: 5px;
    height: 5px;
    z-index: 9;
}
#Ellipse_6 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.102;
    position: absolute;
    left: 61%;
    top: 50%;
    width: 11px;
    height: 11px;
    z-index: 8;
}
#Ellipse_7 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.102;
    position: absolute;
    left: 69%;
    top: 60%;
    width: 9px;
    height: 9px;
    z-index: 7;
}
#Ellipse_8 {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.071;
    position: absolute;
    left: 90%;
    top: 10%;
    width: 23px;
    height: 23px;
    z-index: 6;
}

/*.order-now__item {*/
    /*display:none;*/
/*}*/

@-moz-document url-prefix(){
    /*.head-inner{*/
        /*margin-bottom: -45px;*/
    /*}*/
    .login-right .input-wrap input{
        padding: 10px 30px 10px 25px;
    }

    /*#right-column #icoPass,
    #right-column #icoLogin {
        left:30px;
    }*/
}


/*mobile popup ***********************************/

.modal-popup {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: cover;
    z-index: 17;
}

#menu-open {
    display:none;
}

.modal-popup__inner {
    margin: 0 auto;
    text-align: center;
}

.modal-popup__close {
    background: url('/images/home-split/close-sign.png') no-repeat;
    width: 48px;
    height: 48px;
    margin: 10px;
    float: left;
    cursor: pointer;
}

.mobilemenu-ul {
    width: 150px;
    height: auto;
    padding: 110px 0 0 0;
    margin: 0 auto;
    list-style-type:none;
}

.mobilemenu-ul__item {
    margin: 0 0 40px;
}

.mobilemenu-ul__item a {
    font-size:14px;
    font-weight:300;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
}

.binder {
    width:385px;
    margin: 75px auto 0;

}

.binder:after {
    content: "";
    display: table;
    clear: both;
}

.binder .chat {
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border: 2px solid #fff;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float:left;
    text-transform:uppercase;
}


.binder .chat span {
    position: relative;
    background-position: center left;
    left: -9px;
    top: 2px;
    background: url(/images/home-split/chat_icon.png) no-repeat;
    padding: 2px 13px 0 12px;
}

.us-toll {
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border: 2px solid #fff;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float:right;
    text-transform:uppercase;
}

.us-toll span {
    position: relative;
    background-position: center left;
    left: -9px;
    top: 2px;
    background: url(/images/home-split/chat_icon.png) no-repeat;
    padding: 2px 13px 0 12px;
}

#mobilemenu-details, #mobilelogin-popup{
    display:none;
}

#mobilemenu-details .binder {
    width:80%;
}

#mobilemenu-details .modal-popup__close,
#mobilelogin-popup .modal-popup__close {
    float:right;
}


.head-inner .logo img{
    max-width: 100%;
    height: auto;
}

.mobilelogin-h3 {
    font-size:32px;
    font-weight:200;
    padding:210px 0 0;
    color: #fff;
    margin: 0;
}

.mobile-login{
    max-width: 300px;
    width: 100%;
    margin: 40px auto;
}
.mobile-login .input-wrap input{
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    max-width: 260px;
    font-size: 14px;
    color: #6b6869;
    font-weight: 400;

    border-radius: 25px;
    border: 0;
    outline: none;
}
.loginbutton-wrap{
    text-align: center;
}
.enterButton{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 18px 0 0;
    border: 0;
    outline: none;

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

    background: #fa8050;
    background: -webkit-linear-gradient(-90deg, #4daed1, #3093c5);
    background: -o-linear-gradient(-90deg, #4daed1, #3093c5);
    background: -moz-linear-gradient(-90deg, #4daed1, #3093c5);
    background: linear-gradient(-90deg, #4daed1, #3093c5);
}

.enterButton:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;

}
.forgot a{
    color: #38a3cb;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0 0;
}

.forgot a:hover {
    color:#fff;
}
.menu__block{
    text-align: center;
}

#mobilelogin-popup #icoLogin, #mobilelogin-popup #icoPass {
    display:block;
}

#mobilelogin-popup ::-webkit-input-placeholder {
    color:#6b6869;
    font-size:16px;
    line-height: 50px;
}

#email:before {
    content: '';
    position: absolute;
    background-image:url(/images/home-split/rlogin_icon.png);
    width:10px;
    height:12px;
    background-position: center;
    top: 10px;
    left: 0;
}

#pass:before {
    content: '';
    position: absolute;
    background-image:url(/images/home-split/id-pass.png);
    width:18px;
    height:18px;
    background-position: center;
    top: 10px;
    left: 0;

}
.new-ord{
    border: 1px solid #fa9a33;
    color: #fa9a33 !important;
    border-radius: 25px;
}
.mobileprofile-ul {
    padding: 0;
    padding: 70px 0 0;
    margin:0;
}
.mobileprofile-ul__item>a{
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;


}
.mobileprofile-ul__item{
    list-style-type: none;
    margin-bottom: 38px;

}
.login{
    padding: 10px;

}
.login p:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 16px;
    background: url('/images/home-split/login_icon.png') no-repeat;
    background-position: center;
    top: 10px;
    left: 0;
}
.login p{
    float: left;
    color: #fff;
    font-size: 25px;
    position: relative;
    padding-left: 25px;
    margin: 0;
}
.login a{
    float: right;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 300;
}

.mobilemenu-btn{
    padding: 0 10px;
    text-align: center;
}
.mobilemenu-btn a{
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    width: 120px;
    font-size: 12px;
}
.mobilemenu-btn a:hover{
    background: #395257;
}
.mobilemenu-btn a.action-buttons__chat span{
    left: -1px;
}
.mobilemenu-btn a.tollFree{
    margin-left: 10px;
}
.menu-bg .order-now h1{
    font-size: 40px;
}
.menu-bg .order-now h3{
    font-size: 23px;
}
.order-now .order-button{
    font-size: 15px;
}
.order-now #off-button{
    top: -45px;
}
#quantity span{
    font-size: 45px;
}

/*css for customer parts (logined/not-logined)*/

#account_link {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 15px 5px;
    display: block;
    font-weight: 300;
}

#account a {
    border: 0;
    outline: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
    font-weight: 600;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: transparent;
    text-transform: uppercase;
    text-decoration:none;
    display: block;
    width: 200px;
    box-sizing: border-box;
    margin: 0 auto;
}

#account a:hover {
    background-color:#4795b8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#account a:focus {
    outline:none;
} {
    background-color:#4795b8;
}

.baseButtonLogout {
    font-size: 13px;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 7px;
    color:#fff;
}

.baseButtonLogout:hover {
    text-decoration:none;
}

header #account_link {
    color: #777;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0;
}

header #account a {
    border: 2px solid #fa8b43;
    color: #777;
    text-align: center;
    color: #fa8b43;
}

header #account a:hover {
    color:#fac343;
    border: 2px solid #fac343;
    background-color:transparent;
}

header #logout_link {
    margin:0 auto;
    display:block;
}

header .baseButtonLogout {
    color:#777;
    text-align: center;
    margin: 14px 0;
    font-weight: 400;
    font-size: 17px;
}

.split-close {
    display:none;
}

header .loginRight .split-close {
    display:block;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    padding: 0;
    color: #fff !important;
    text-align: center;
    background-color: #dadada;
    cursor: pointer;
    font-size: 30px;
    line-height: 1em;
    transition: all 0.5s;
    background-image: url(/images/home-split/close-cross.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
#remember_me, #remember_me_mob, #remember_me_right  {
    display: none;
}
.remember_me_label {
    display: block;
    color: #646464;
    font-size: 16px;
    height: 16px;
    line-height: 17px;
    padding-left: 23px;
    background: url(/images/remember_me.png) no-repeat;
    cursor: pointer;
    background-position: left center;
    font-family: "Roboto";
    position: relative;
    font-weight: 300;
    margin-bottom: 14px;
    margin-left: 109px;
}
#remember_me:checked + label:before,
#remember_me_mob:checked + label:before,
#remember_me_right:checked + label:before {
    content: url(/images/remember_me_checked.png);
    position: absolute;
    left: 3px;
    top: -1px;
}
#remember_me_right + .remember_me_label {
    color: #fff;
    margin-left: 15px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 8px;
    background: url(/images/remember_me.png) no-repeat;
}
.payform .error {
    font-size: 12px;
}
.content-col main {
    padding: 0;
}
.selectric .label {
    margin: 0 27px 0 7px!important;
}
.komodo-seal {
    text-align: center;
    margin-bottom: 11px;
    background: url('/images/home-split/sprite_main.png') 0 -218px no-repeat;
}

@media only screen and (max-width: 768px){
    .remember_me_label {
        background: url(/images/remember_me_mob.png) no-repeat;
        margin-top: 5px;
        margin-left: 86px;
        text-align: left;
        color: #fff;
        height: 19px;
        line-height: 22px;
        padding-left: 23px;
        padding-left: 27px;
        margin-bottom: 2px;
    }
    #right-column .remember_me_label {
        color: #fff;
        margin-left: 15px;
        text-align: left;
        font-size: 13px;
        margin-bottom: 8px;
        background: url(/images/remember_me.png) no-repeat;
        margin-top: 0;
        height: 16px;
        line-height: 17px;
    }
    #remember_me:checked + label:before, #remember_me_mob:checked + label:before {
        content: url(/images/remember_me_mob_checked.png);
    }
}

.h-payment{
    padding: 25px 0;
    font-size: 40px;
    font-weight: 100;
    color: #ffffff;
}

.payform__row div.submit-wrap.validating:before{
    left: 30%;
}


/*************************************************/
/*MEDIA QUERIES*/
/**************************************************/

/*//IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #right-column #icoLogin {
        left:27px;
    }

    #right-column #icoPass {
        left:29px;
    }

    #right-column .text-field {
        width:65%;
    }
}


@media only screen and (max-width: 980px){

    #page {
        padding: 10px 5% 70px;
        width: 90%;
        display:block;
    }

    #content {
        width:60%;
        margin: 0 0 50px;
        max-width:none;
    }

    #right-column {
        float: right;
        width: 228px;
        max-width:none;
    }

    #left-column {
        float: right;
        margin: 30px 0 0;
        max-width:none;
        min-width:0;
        width:228px;
    }

    .calculator:before {
        width:228px !important;
    }

    .head-inner .header__contacts{
        max-width: 300px;
        margin: 8px 15px 0 0;
    }
    #mainmenu-ul a{
    padding: 15px 12px;
    }

    .head-inner .logo {
        margin: 0 0 0 15px;
    }
   .phone{
    display: none;
    }
    .container-wrap{
    padding: 10px 0;
    }

    footer {
        padding: 0 1%;
    }

    .footer-right {
        float: left;
        margin: 20px 0 0;
    }

}
@media only screen and (max-width: 768px){

    #page {
        padding: 10px 5% 70px;
        width: 90%;
        display:block;

    }

    #content {
        width:60%;
        margin: 0 0 50px;
        max-width:none;
    }

    #right-column {
        float: right;
        width: 228px;
        max-width:none;
    }

    #left-column {
        float: right;
        margin: 30px 0 0;
        max-width:none ;
        min-width:0;
        width:228px;
    }

    .calculator:before {
        width:228px !important;
    }

    .disclaimer {
        display:none;
    }

    .footer-left {
        float: none;
        max-width:none;
    text-align: center;
    }

    .copyright-left {
        float: none;
        width:auto;
    }

    .copyright-right {
        display:none;
    }

    .footer-right {
        float: none;
        margin: 40px auto;
        text-align: center;
    }

    #mainmenu-ul a{
    padding: 15px 12px;
    }
    .phone{
    display: none;
    }
    .container-wrap{
    padding: 10px 0;
    }

    .header__contacts{
    display: none;
    }
    .menu-bg .bg-opacity{
    display: none;
    }
    .menu-bg .order-now h1{
    margin-top: 0;
    }
    .head-inner .logo{
    float: none;
    display: block;
    text-align: center;
    }

    #content h1{
    font-size: 20px;
    }
    #content h2{
    font-size: 18px;
    }
    .content-service-ul__item{
    width: 76%;
    }
    .content-service-ul__item.li-icon{
    width: 24%;
    }

    .menu-bg {
        padding-top: 20px;
    }

    .menu-bg .order-now h1 {
        font-size: 45px;
    }

    footer {
        padding: 0 1%;
    }

    .mobilemenu-btn {
    background: url('/images/home-split/mobile_menu.png') no-repeat;
    width: 48px;
    height: 48px;
    margin: 0 0 0 15px;
    float: left;
    cursor: pointer;

    }
    .loginIn, .mobilelogin-btn{
    background: url('/images/home-split/mobile_login.png') no-repeat;
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
    float: right;
    cursor: pointer;
    }
    .head-inner .logo{
    float: left;
    width: 67%;
    }
    .head-inner .logo img{
    max-width: 100%;
    height: auto;
    }

    .mobile-login{
    max-width: 300px;
    width: 100%;
    margin: 40px auto;
    }
    .mobile-login .input-wrap input{
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    max-width: 260px;
    font-size: 14px;
    color: #6b6869;
    font-weight: 400;

    border-radius: 25px;
    border: 0;
    outline: none;
    }
    .loginbutton-wrap{
    text-align: center;
    }
.enterButton{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 15px 0;
    border: 0;
    outline: none;

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

    background: #fa8050;
    background: -webkit-linear-gradient(-90deg, #4daed1, #3093c5);
    background: -o-linear-gradient(-90deg, #4daed1, #3093c5);
    background: -moz-linear-gradient(-90deg, #4daed1, #3093c5);
    background: linear-gradient(-90deg, #4daed1, #3093c5);
    }

    .menu__block{
    text-align: center;
    }
   .new-ord{
    border: 1px solid #fa9a33;
    color: #fa9a33;
    border-radius: 25px;
    }
    .mobileprofile-ul {
    padding: 0;
    padding: 70px 0 0;
    }
    .mobileprofile-ul__item>a{
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;


    }
    .mobileprofile-ul__item{
    list-style-type: none;
    margin-bottom: 38px;
    }

    .mobileUserName:before{
    content: '';
    position: absolute;
    width: 17px;
    height: 18px;
    background: url('/images/home-split/login_icon.png') no-repeat;
    background-position: center;
    top: 7px;
    left: 0;
    }
    .mobileUserName{
        float: left;
        color: #fff;
        font-size: 21px;
        line-height: 33px;
        position: relative;
        padding-left: 25px;
        margin: 0;
        text-transform: uppercase;
        text-decoration: none;
    }
    .logout{
    float: right;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 300;
    }

    .mobilemenu-btn{
    padding: 0 10px;
    text-align: center;
    }
    .mobilemenu-btn a{
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    width: 120px;
    font-size: 12px;
    }
    .mobilemenu-btn a:hover{
    background: #395257;
    }
    .mobilemenu-btn a.action-buttons__chat span{
    left: -1px;
    }
    .mobilemenu-btn a.tollFree{
    margin-left: 10px;
    }
    .menu-bg .order-now h1{
    font-size: 40px;
    }
    .menu-bg .order-now h3{
    font-size: 23px;
    }
    .order-now .order-button{
    font-size: 15px;
    }
    .order-now #off-button{
    top: -45px;
    }
    #quantity span{
    font-size: 45px;
    }
}

@media only screen and (max-width: 670px){
    #content {
        width: 100%;
        float: none;
    }

    #left-column {
        float: left !important;
        margin: 50px 0 0 20px ;
    }

    #right-column {
        margin: 50px 20px 0 0;
        width:228px;
    }

    .calculator:before {
        width:228px !important;
    }

}



@media only screen and (min-width : 375px) and (max-width : 667px) {

    #quantity span{
        font-size: 35px;
    }
}



@media only screen and (max-width: 572px){

    #content {
        width: 100%;
    }

    #left-column {
        float: none !important;
        margin: 30px auto 0;
        width:228px;
    }

    #right-column {
        margin: 10px auto 0;
        float:none;
        width:228px;
    }

    .calculator:before {
        width:228px !important;
    }


    .quantity-ul__item{
    font-size: 11px;
    }
    .head-inner .logo {
    width: 50%;
    position: relative;
    top: 4px;
    }
    .menu-bg .order-now h1{
    font-size: 25px;
    }
    .menu-bg .order-now h3{
    font-size: 18px;
    }
    .order-now .ios_btn{
    padding: 15px 0 70px;
    }
    .content-service-ul__item{
    width: 77%;
    }
    .content-service-ul__item.li-icon{
    width: 23%;
    }
    #content .content-service-ul__item.li-icon>span{
        width: 30px;
        height: 30px;
    }
    #content li.star>span{
        background-position: 11px 12px;
    }
    #content li.clock>span{
        background-position: 11px -38px;
    }
    #content li.liphone>span{
        background-position: 11px center;
    }
    #quantity span{
    font-size: 35px;
    }

    .mobileUserName, .logout {
        float:none;
    }

    .logout {
         margin: 20px auto;
        display: block;
        width: 95px;
    }
}

@media only screen and (max-width : 411px) {
    .head-inner .logo {
        margin:0;
    }

    .binder {
        width: 210px;
    }

    .binder .chat,  .binder .us-toll {
        float:none;
    }

    .us-toll {
        margin: 30px 0 0;
    }
}

@media only screen and (max-width : 360px) {
    .selectric .button {
        right: -8px!important;
    }
    .date .field-wrap {
        width: 55px!important;
    }
    .selectric .label {
        margin: 0 27px 0 3px!important;
    }
}

.header__contacts{
    max-width:100%!important;
}

.action-buttons{
    display: flex;
    align-items: center;
}

.fb-mess__text{
    margin: 0;
}

.fb-mess__link{
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.fb-mess__img{
    margin-right: 7px;
}

.fb-mess__link{
    padding:9px 20px!important;
}

.fb-mess{
    margin-right: 10px;
}

@media (max-width:980px){
    .header__contacts{
        justify-content: flex-end!important;
    }
}

@media (min-width:770px) {

    .head-inner .container-wrap, .header__contacts {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__contacts {
        max-width: 100%;
    }

    .mobilemenu-btn{
        display: none;
    }
    .mobilelogin-btn{
        display: none;
    }
    .header__contacts .container-wrap.clearfix:after{
        display: none;
    }
    .logo{
        margin-right: 35px;
    }

}

.mobilemenu-ul{
    padding-top: 30px;
}

.fb-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 25px;
    width: 172px;
    padding:10px 30px;
    margin:0 auto;
    box-sizing: border-box;
}

.fb-mobile__link{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.fb-mobile__img{
    margin-right: 7px;
}

.fb-mobile__text{
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.binder .chat.active{
    margin-top: 20px;
}

.binder{
    margin-top: 30px;
}
