@charset "UTF-8";


/* HTML5 for old browsers */
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

html {
    height: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    font: 16px Lato-Light;
}



/************************************************************************/
/* Common
/************************************************************************/

button a {
    text-decoration: none !important;
    color: #fff;
}


ul {padding-left: 0px;}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover, a:focus  {
    color: #000000;
    text-decoration: none;
}

input:focus, textarea:focus, button:focus  {
    outline: none;

}

.clr {
    clear: both;
}


b, strong {font-family: Lato-Regular}



.marcobtn-button {
	 border: none;
    font: 14px Lato-Regular;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 215px;
    padding: 18px 35px 18px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    background: #f1c40f;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    transition: 0.4s;
}

.marcobtn-button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}


.marcobtn-button.m-no_shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.marcobtn-button.m-grey {
	background:#dadada;
	color:#000;
	opacity: 1;
	 -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;
}

.marcobtn-button.m-grey:hover {
	opacity: .5
}



.m-top-40 {margin-top: 40px;}



/************************************************************************/
/* Preloader
/************************************************************************/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #3fc36e;
    z-index: 100500;
}

#preloader .preloader__spinner {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../img/preloader.gif") no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}




/************************************************************************/
/* Header
/************************************************************************/



/* Header: TOP */
.header__top {
    background: #3fc36e;
    padding: 20px 0px 15px;
    margin-bottom: 0px;
}

.header__top-block_content {
	position: relative;
	font-size: 14px;
	font-family: Lato-Light; 
	color:#fff !important;
	padding-left: 30px;
	line-height: 21px;
}

.header__top-block_content a {color: inherit; text-decoration: none; opacity:1; -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;}

.header__top-block a:hover {opacity: .5}


.header__top-block_content:before {
	content:"";
	width:24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left:0px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1 !important;
}


.header__top-block.m-address .header__top-block_content:before {background-image: url(../img/address.png);}
.header__top-block.m-tel .header__top-block_content:before {background-image: url(../img/tel.png);}
.header__top-block.m-mail .header__top-block_content:before {background-image: url(../img/mail.png);}
.header__top-block.m-skype .header__top-block_content:before {background-image: url(../img/skype.png); left:20px;}
.header__top-block.m-skype .header__top-block_content {padding-left: 50px;}	




/* Header: Bottom */

.header__bottom {
    padding: 15px 0 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
}

.header__bottom-logo {
    padding: 7px 15px;
}

.header__bottom-logo a {
    display: block;
     max-width: 247px;
}



.header__bottom-nav {
    padding: 10px;
    text-align: center;
}


.header__bottom-nav a {
    font: 14px Lato-Light;
    color: #252525;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 40px;
    margin-top: 5px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;-moz-transition: all 200ms ease-in;-ms-transition: all 200ms ease-in;-o-transition: all 200ms ease-in;transition: all 200ms ease-in;
}

.header__bottom-nav a:last-child {
	margin-right: 0px;
}

.header__bottom-nav a:hover, .header__bottom-nav a:focus, .header__bottom-nav a:active, .header__bottom-nav ul li a.active  {
	color:#3fc36e;
}



.header__bottom-link {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font: 14px Lato-Light;
    color: #292929;
    padding: 14px 0 14px 30px;
    margin: 0 35px 0 0;
    opacity: 1;
    -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;

}


.header__bottom-link.m-btn
{
    font-family: Lato-Regular;
    color: #fff;
    background: #3fc36e;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    padding: 14px;
    min-width: 145px;
    outline: none;
}

.header__bottom-link:hover {opacity: .9}
.header__bottom-link:last-child {margin-right: 0px;}


.header__bottom-link.m-profile { background: url(../img/profile.png) no-repeat left 13px;}
.header__bottom-link.m-reg {background: url(../img/registration.png) no-repeat left 16px;}







/************************************************************************/
/* Home
/************************************************************************/


#home {
    background: url(../img/top-bg.jpg) no-repeat center;
    background-size: cover;
    height: 700px;
    position: relative;
}



/* Title Design For all home blocks */
.home__title-text {
    font: 30px Lato-Light;
    color: #262626;
    text-transform: uppercase;
    text-align: center;
}

.home__title-sep {
    display: block;
    width: 18px;
    height: 2px;
    border-top: 2px solid #3fc36e;
    margin: 15px auto 20px auto
}

.home__title-subtit {
    font: 12px Lato-Light;
    color: #9f9d9d;
    text-transform: uppercase;
    text-align: center;
}

.home__title.m-white .home__title-text, .home__title.m-white .home__title-subtit {color:#FFF;}
.home__title.m-white .home__title-sep {border-color: #FFF;}
/* Title Design For all home blocks */


#home .container{
    position: relative;
    height:100%;
}

#home .row {height: 100%}

.home__content {height: 100%;}



.home__content-title {
    font: 32px Lato-Regular;
    text-align: center;
    color: #252525;
    margin: 0 0 0 0;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 42px;
    margin-bottom: 45px;
}

.home__content-title strong {
	color: #3d8e69;
}


.home__advantages-item {position: relative; padding-left: 50px; margin-bottom: 30px; }
.home__advantages-item:before {content: ""; display: block; width: 45px; height: 45px; position: absolute; left:0px; background: url(../img/top-advantages-plus.png) center no-repeat;}


.home__button {
    position: absolute;
    bottom: 150px;
    left: 15px;
}


.home__promo {
	display: block;
	position: absolute; bottom:0px;
	width: 100%;
	left:0px;
	background: url('../img/top-users_count.png') center no-repeat;
	background-size: 100%;
	width: 100%;
	text-align: center;
	height:77px;
}


.home__promo-text {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;	
	font-weight: 100;
	text-shadow: 0.5px 0.866px 2px rgba(0,0,0,.3);
	position: relative;
	top:50%;
	margin-top: -17px;
	display: block;
	opacity: 1;
	 -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;
}


.home__promo-text:hover {
	opacity: .5;
	color:#fff
}





/************************************************************************/
/* How It work?
/************************************************************************/

#howitwork {padding-top: 70px; background: url(../img/home-howitwork-bg.png) center no-repeat; background-size: cover; padding-bottom: 40px;}
.howitwork__content {margin-top: 35px;}


.howitwork__content-q {font: 12px Lato-Regular; text-transform: uppercase; color:#2ea456; text-decoration: underline; margin-top: 20px; display: inline-block}
.howitwork__content-q:hover {color:#2ea456; text-decoration: none}

.howitwork__content-btns span {margin: 0px 10px; display: inline-block}


/************************************************************************/
/* Advantages
/************************************************************************/

#advantages {
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.advantages__wrp {
    margin-top: 55px;
}


.advantages__wrp {
    margin-top: 55px;
}

.advantages__wrp-item {
    text-align: center;
}

.advantages__wrp-item img {
    display: block;
    width: 100%;
    max-width: 89px;
    margin: 0 auto 25px auto;
}

.advantages__wrp-item span {
    font: 12px Lato-Light;
    color: #7c7c7c;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 45px;
}




/************************************************************************/
/* Footer
/************************************************************************/


.footer__top {
    background: url(../img/footer-top-bg.jpg) #202221 repeat;
    padding: 60px 0px;
}


/* Footer: Logo */
.footer__top-logo a {
    display: block;
}


/* Footer: Nav */
.footer__top-nav a {
    font: 14px Lato-Light;
    color: rgba(255,255,255,.3);
    list-style: none;
    text-align: left;
    background: url(../img/li.png) no-repeat left center;
    padding: 0 0 0 20px;

    text-decoration: none;
    margin-bottom: 12px;;
    display: block;
     -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;
}

.footer__top-nav a:hover {
    color: rgba(255,255,255,.8);
}




/* Footer: Contacts */

.footer__top-contacts {
    font: 14px Lato-Light;
    color: rgba(255,255,255,.3);
}



.footer__top-contacts a {
    color: rgba(255,255,255,.3);
    text-decoration: none;
}


.footer__top-contacts a:hover {
    color: rgba(255,255,255,.8);
}

.footer__top-contacts_item:not(:last-child) {
    margin-bottom:20px;
}


.footer__top-contacts_item {padding-left: 35px; padding-top: 5px; position: relative}
.footer__top-contacts_item:before {
	content:'';
	width: 18px;
	height:20px;
	display: inline-block;
	position: absolute;
	left:0px;
	top:5px;
}


.footer__top-contacts_item.m-address:before {background: url('../img/footer-address.png') no-repeat;}
.footer__top-contacts_item.m-tel:before {background: url('../img/footer-tel.png') no-repeat;}
.footer__top-contacts_item.m-mail:before {background: url('../img/footer-mail.png') no-repeat;}
.footer__top-contacts_item.m-skype:before {background: url('../img/footer-skype.png') no-repeat;}









.footer__bottom {
    font: 14px Lato-Light;
    color: rgba(255,255,255,0.3);
    background: url(../img/footer-bottom-bg.jpg) #1e1f1c repeat;
}

.footer__bottom a {
    color: rgba(255,255,255,0.3);
    text-decoration: none;
}

.footer__bottom a:hover {
    color: rgba(255,255,255,0.8);
}


.footer__bottom-copyright {
    padding: 21px 0;
}


.footer__bottom-dev {
    padding: 30px 0;
    text-align: right;
    color:#fff;
    line-height: 20px;
}

.footer__bottom-dev a {
    display: inline-block;
    color:#FFF;
    border-bottom: 1px dashed #fff;
    vertical-align: middle;
    line-height: 20px;
    opacity: 1;
     -webkit-transition: all 300ms ease-in;-moz-transition: all 300ms ease-in;-ms-transition: all 300ms ease-in;-o-transition: all 300ms ease-in;transition: all 300ms ease-in;
}

.footer__bottom-dev a:hover {
	color: #fff;
	opacity: .8;
    border-bottom-color: transparent;
}


/************************************************************************/
/* Header
/************************************************************************/

.header__bottom-trigger {display: none}

.header__bottom-trigger button {
    width: 32px;
    height: 32px;
    display: block;
    background: #3fc36e;
    transition: 0.4s;
    cursor: pointer;
    float: right;
    padding: 0;
    border: none;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    position: relative;
    transition: all 500ms ease-in-out;
    margin: 4px 0 4px 5px !important;
}

.header__bottom-trigger button .icon-bar:nth-of-type(2) {
     top:1px;
}

.header__bottom-trigger button .icon-bar:nth-of-type(3) {
        top:2px;
}

.header__bottom-trigger button .icon-bar {
     position:relative;
     transition:all 500ms ease-in-out;
}

.header__bottom-trigger button.active .icon-bar:nth-of-type(1) {
     top:6px;
     transform:rotate(45deg);
}

.header__bottom-trigger button.active .icon-bar:nth-of-type(2) {
     background-color:transparent;
}

.header__bottom-trigger button.active .icon-bar:nth-of-type(3) {
     top:-6px;
     transform:rotate(-45deg);
}

#top .top__wrp {
    background: rgba(255,255,255,0);
    height: 100%;
}



/************************************************************************/
/* Login Popup
/************************************************************************/


.popup-cont {
    background: #39b064;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 0 0 0;
    width: 365px !important;
    
}

.popup-sign__title {position: relative}

.popup-sign__title-text {
    font: 18px Lato-Light;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 0 70px 0;
}


.popup-sign__title:after {
	content:"";
	background: url(../img/man.png) center no-repeat;
    position: absolute;
    bottom: -110px;
    height: 84px;
    z-index: 99;
    width: 100%;
    display: block;
}


.popup-sign__form {
    background: #3fc36e;
    padding: 70px 18px 25px 18px;
    color: #fff;
    position: relative;
}




.popup-sign-input {
    background: url(../img/login.png) #39b064 no-repeat 18px 14px;
    color: #fff;
    border: none;
    width: 100%;
    padding: 13px 15px 13px 50px;
    -webkit-border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    -moz-border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    margin-bottom:25px;;
}
.popup-sign-input:last-child {margin-bottom: 0px;}
.popup-sign-input.m-password {background: url(../img/pass.png) #39b064 no-repeat 18px 14px;}

.popup-sign-input input {background: transparent; border:none; box-shadow: none; color:#fff; width: 100%;}
.popup-sign-input input::-webkit-input-placeholder {color:#fff;}
.popup-sign-input input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.popup-sign-input input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.popup-sign-input input:-ms-input-placeholder      {color:#fff;}



.popup-sign__submit {
    display: block;
    padding: 14px 15px;
    width: 100%;
}


.popup-sign__links {
    padding: 20px 0;
    text-align: center;
}

.popup-sign__links a {
    font: 16px Lato-Light;
    color: #fff;
    text-decoration: none;
}

.popup-sign__links a:first-child {
    padding: 0 45px 0 0;
}

.popup-sign__links a:last-child {
    padding: 0 0 0 45px;
    border-left: 1px solid #fff;
}



/************************************************************************/
/* Main
/************************************************************************/

#main {
    background: url(../img/main-bg.png);
    background-size: 50%;
    padding: 0 0 80px;
}

#main .container {
    position: relative;
    z-index: 1;
}

.main__tit {
    font: 30px Lato-Light;
    color: #fff;
    text-transform: uppercase;
    margin: 50px 0;
    text-align: center;
}

.main__content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    overflow: hidden;
    padding:20px 40px
}





.main__content-tabs ul li {
    width: 50%;
    background: #f9f9f9;
    border-radius: 4px 4px 0 0;
}

.main__content-tabs ul li a {
    text-decoration: none;
    padding: 23px 25px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #e4e4e4;
}

.main__content-tabs ul li a:hover {
    background: none;
    border-left: 1px solid transparent;
}

.main__content-tabs ul li.active {
    background: #fff;
}

.main__content-tabs ul li.active:nth-child(1) {
    border-right: 1px solid #e4e4e4;
}

.main__content-tabs ul li.active:nth-child(1) a {
    border-left: 1px solid transparent;
}

.main__content-tabs ul li.active:nth-child(2) {
    border-left: 1px solid #e4e4e4;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 25px;
    padding: 23px 0;
}

img.main__content-tabs-img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.main__content-tabs-text {
    font: 14px Lato-Light;
    color: #000000;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    margin: 0;
    border: none;
}



/* Page */

.main__content.m-page
{
	padding:20px;
}



.main__content.m-page li{
	margin-bottom: 10px;
}



/************************************************************************/
/* Cabinet: orders table
/************************************************************************/


.tableScrollable {
	width: 100%;
    margin-bottom: 13.5px;
    overflow-y: visible !important;
    overflow-x: scroll !important;
}
.tableScrollable .table {margin-bottom:0px;}
.tableScrollable td, .tableScrollable th {white-space: nowrap;}


.tab-content-table {
    border: none;
}

.tab-content-table table {
    width: 100%;
}

.tab-content-table table tr {
    cursor: pointer;
}

.tab-content-table table tr.expanded {
    background: #f5f5f5;
}

.tab-content-table table tbody tr td, .tab-content-table table thead tr th {
    font: 12px Lato-Light;
    color: #484848;
    text-align: center;
    border: 1px solid #e5e5e5 !important;
    height: 75px;
    line-height: 16px;
    padding: 0 15px !important;
}

.tab-content-table table tr td a {
    color: #3fc36e;
}


.tab-content-table table thead tr th {
    font: 10px Lato-Regular !important;
    color: #3fc36e !important;
    border: none;
    text-transform: uppercase;
    padding: 40px 0;
    background-color:#f7f7f7;
}

.tab-content-table table thead tr th {
    text-transform: uppercase;
}

.tab-content-table table tbody tr td[data-name="status"] {
    font: 11px Lato-Light;
    color: #39a45f;
    text-transform: uppercase;
}



/*
.tab-content_comments {
    background: #f9f9f9;
    padding: 15px 25px;
    display: none;
}

.tab-content_comment {
    border-top: 1px solid #e0e0e0;
    padding: 5px 0 30px 0;
    cursor: pointer;
}

.tab-content_comment:first-child {
    border-top: 1px solid transparent;
}

.tab-content_comment-tit {
    font: 14px Lato-Light;
    color: #39a45f;
    text-transform: uppercase;
    padding: 25px 0;
}

.tab-content_comment-des {
    font: 14px Lato-Light;
    color: #393939;
    line-height: 20px;
}

.tab-content_comment.answer {
    background: url(../img/answer.png) no-repeat left 26px;
    padding: 5px 0 30px 40px;
}
*/

/*
.main__content a {
    color: #505050;
    text-decoration: none;
}
*/



/************************************************************************/
/* Contacts
/************************************************************************/


.main__content-address img {
    display: inline-block;
    margin: 0 8px 0 0;
}

.main__content span {
    font: 13px Lato-Light;
    color: #505050;
    display: inline-block;
}

.main__content-tel {
    text-align: center;
    padding: 0 15px 0 0;
}

.main__content-tel img {
    display: inline-block;
    margin: 0 8px 0 0;
}

.main__content-tel span {
    font: 12px Lato-Light;
    color: #505050;
    display: inline-block;
}

.main__content-tel a:last-child {
    margin: 0 0 0 5px;
}

.main__content-mail {
    padding: 0;
}

.main__content-mail img {
    display: inline-block;
    margin: 0 8px 0 0;
}

.main__content-mail span {
    font: 13px Lato-Light;
    color: #505050;
    display: inline-block;
}

.main__content-skype {
    text-align: right;
}

.main__content-skype img {
    display: inline-block;
    margin: 0 8px 0 0;
}

.main__content-skype span {
    font: 14px Lato-Light;
    color: #ffffff;
    display: inline-block;
}

.main__content-contacts {
    padding: 52px 40px;
}

.main__subtit {
    font: 14px Lato-Light;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}




.main__content-select {
    margin: 20px 0 50px 0;
    text-align: center;
}


.dropdown.m-location{
padding: 7px 35px 10px 35px;
    font: 16px Lato-Regular;
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: url(../img/select.png) #3fc36e no-repeat 15px center;
    border: solid 2px #fff;
    display: inline-block;
    width: 300px;
}


.dropdown.m-location button {
	background: none;
    font: 16px Lato-Regular;
    color: #fff;
    border:none
}

.dropdown.m-location .caret {
	border:none;
	background: url(../img/arrow-down.png) center center no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 16px;
}

.dropdown.m-location .dropdown-menu {
	width: 100%
}

.dropdown.m-location .dropdown-menu > li > a {padding: 10px 0px; cursor: pointer}
.dropdown.m-location .dropdown-menu > li > a:hover {background-color:#3fc36e}

.main__map {
    margin: -65px 0 -80px 0;
}

#map {
    height: 545px;
    width: 100%;
}


/************************************************************************/
/* END: contacts
/************************************************************************/



.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}

.main__content-faq {
    padding: 10px 0;
}

.main__content-faq {
    padding: 10px 0;
}

.main__content-faq_wrp:last-child .main__content-faq_question {
    border-bottom: none !important;
}



.main__content-faq_question {
    font: 14px Lato-Light;
    color: #000000;
    background: url(../img/question-1.png) #fff no-repeat left center;
    padding: 33px 0 33px 55px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 40px;
    position: relative;
    overflow: hidden;
    line-height: 24px !important;
}

.main__content-faq_question.expanded {
    background: url(../img/question-2.png) #fff no-repeat left center;
    border-bottom: 1px solid transparent;
    color:#3fc36e;
    transition: 0.2s;
    overflow: visible
}



.main__content-faq_answer {
    font: 16px Lato-Light;
    color: #4f4f4f;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    padding: 25px 40px 25px 95px;
    display: none;
    line-height: 24px !important;
     -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;
}

.main__content-faq_question.expanded + .main__content-faq_answer {display: block}


.question-arrow {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 60px;
    bottom: -18px;
    background: url(../img/question-arrow.png) no-repeat center center;
}






/************************************************************************/
/* Form
/************************************************************************/


.main__form {
}

.main__form-horizontal {
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}




.main__form-label {
    font: 16px Lato-Light;
    color: #40c76f; 
    margin: 0 0 10px 5px;
}

.main__form-help {
    font: 12px Lato-Light;
    color: #b0b0b0;
    margin: 15px 0 0 5px;
}

.main__form-input {
    color: #404040;
    width: 100%;
    font-size: 14px;
    border: none;
    background: #f4f4f4;
    padding: 10px 20px;
    height: 50px;
  -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
       box-shadow: none;
    -webkit-border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    -moz-border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
}


.main__form-title--text {
	font: 16px Lato-Light;
    color: #000000;
}



.main__form-vertical label {
	padding-top: 12px;
}


.main__form-vertical .form-group:not(:last-child) {margin-bottom: 30px;}


.main__content-registration_delivery {
    padding: 40px 0;
}



/*
.main__content-registration_delivery-item_addon {
    position: absolute;
    left: 35px;
    top: 13px;
    font-size: 18px !important;
    color: #b3b3b3 !important;
}
*/




.main__form-input::-webkit-input-placeholder {color:#9a9a9a;}
.main__form-input::-moz-placeholder          {color:#9a9a9a;}/* Firefox 19+ */
.main__form-input:-moz-placeholder           {color:#9a9a9a;}/* Firefox 18- */
.main__form-input:-ms-input-placeholder      {color:#9a9a9a;}


.main__form-input[disabled], .main__form-input[disabled='disabled'], .main__form-input:disabled{
   -webkit-text-fill-color: rgb(0, 0, 0); 
	background-color: #e6e6e6 !important;
	color:#000 !important;
}

/* Marco Checkboxes Style */
.s-my_checkbox input[type="checkbox"] {
	vertical-align: top;
	margin: 0px 3px 0px 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	opacity: 0;
	z-index: 12;
}

.s-my_checkbox input[type="checkbox"] + label {padding-top: 0px !important;}
.s-my_checkbox input[type="checkbox"]:not(checked) + label
{
	position: relative;
	padding-left: 50px;
}
.s-my_checkbox input[type="checkbox"]:not(checked) + label:before {
	content: "";
	position: absolute;
	top:-4px;
	left:0px;
	cursor: pointer;
    font: 14px Lato-Light;
    color: #5a5a5a;
    background: url(../img/reg-check-1.png) no-repeat center 10px;
    padding: 0 0 0 45px;
    line-height: 18px;
    transition: 0.4s;
    float:left;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 9;
}
.s-my_checkbox input[type="checkbox"]:checked + label:before
{
	background-image: url(../img/reg-check-2.png);
    transition: 0.4s;
}

.main__form-checkboxes label a {
    font: 14px Lato-Light;
    color: #3fc36e;
    text-decoration: underline;
}


.main__form-checkboxes label a:hover {
	text-decoration: none;
}

/* Marco Checkboxes Style */


/* Marco Select2 Style */
.select2-container--marco
{
    color: #000;
    width: auto;
    border: none;
    background: #f4f4f4;
    padding: 13px 40px;
    -webkit-border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    -moz-border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
    border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
}



.select2-container--marco .select2-selection--single {height: auto !important}

.select2-container--marco .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

.select2-container--marco span {
	font-size: 14px !important
}


.select2-container--marco .select2-selection {
	border:none; padding: 0px;
	background:none;
	width: 100%
}
.select2-container--marco .select2-selection__arrow
{
	top:9px !important;
	right:15px !important;
}

/* Arrow */
.select2-container--marco .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--marco.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--marco .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}


.select2-container--marco .select2-dropdown
{
	background: #f4f4f4;
	border:none;
	box-shadow: 0px 1px 5px rgba(0,0,0,.3);
/* 	border: 1px solid #d8d8d8; */
	border-radius: 10px;
	padding: 10px 15px;
	
	
}


.select2-container--marco .select2-results__options {padding:0px 4px;}

.select2-container--marco .select2-results__option:hover {
	background: #e8e8e8;
}

.select2-container--marco .select2-results__option {
	padding:10px 4px;
}

.select2-container--marco .select2-results__option:not(:last-child)
{
	border-bottom: 1px solid #d8d8d8;
}




/* Marco Select2 Style */







/************************************************************************/
/* Shops 
/************************************************************************/

#popular {
    background: url(../img/main-bg.png) center center;
    background-size: 50%;
    padding: 60px 0;
    text-align: center;
}




.popular__wrp {
    margin: 45px 0;
    padding: 60px 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}



.main__shops {
	padding: 40px 0px;
    margin: 45px 0;
    padding: 60px 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.main__shops:not(:first-child) {
	margin-top: 50px;
}

.main__shops-title {
    font: 18px Lato-Bold;
    color: #1c211e;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 40px;
}



.main__shops-item-sep {
    display: block;
    width: 18px;
    height: 2px;
    border-top: 2px solid #ffffff;
    margin: 15px auto 20px auto
}

.main__shops-item-subtit {
    font: 12px Lato-Light;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.main__shops-item {
/*     border-right: 1px solid #ebebeb; */
	margin-bottom: 40px;
	padding: 0px 20px;
	height: 220px
}



.popular__wrp .main__shops-item {height: auto; margin-bottom: 0px;}


.popular__wrp .main__shops-item  {
    border-right: 1px solid #ebebeb;
}

.popular__wrp .main__shops-item:nth-child(n+3) {
    border-right: none;
}




.main__shops-item:last-child {
    border-right: none;
}

.main__shops-item-img {
	height: 69px;
	width: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.main__shops-item-tit {
    font: 14px Lato-Regular;
    color: #3fc36e;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-ms-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;
}

.main__shops-item-tit:hover, .main__shops-item-tit:focus, .main__shops-item-tit:active {
	opacity: .5;
	color: #3fc36e;
}


.main__shops-item-sep {
    display: block;
    margin: 20px auto;
    width: 15px;
    height: 2px;
    border-top: 2px solid #dbdbdb;
}

.main__shops-item-des {
    font: 12px Lato-Light;
    color: #9f9d9d;
    text-align: center;
    margin: 0 auto;
}



/************************************************************************/
/* Alerts
/************************************************************************/

.alert.m-header {text-align: center; margin-bottom: 0px;}



/************************************************************************/
/* Orders
/************************************************************************/

.orders__actions {margin: 20px 20px;}
a.popular__button.m-orders_add {min-width: initial; padding: 15px 40px;}



/************************************************************************/
/* Forbidden
/************************************************************************/

.forbidden_text {padding: 0px 10px; margin-top: 20px; margin-bottom: 70px; text-align: center}
.forbidden_text-title {font-size: 20px; margin-bottom: 15px;}



.forbidden_item {text-align: center; margin-bottom: 20px; height: 230px;}
.forbidden_item-img img{display: inline-block;margin:0 auto;}

.forbidden_item-title {font-size: 14px; line-height: 25px; text-transform: uppercase; margin-bottom: 10px; margin-top: 20px; }
.forbidden_item-description {font-size: 12px; text-align:center;}



