html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    position: relative;
    min-height: 100%;
    font-family: Noto Sans;
}
html,body{min-height:100%;}

html {
    min-height: 100%;
}

section {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;

    font-family: Noto Sans;
    font-style: normal;
}


.font-roboto {
	/* font-family: Roboto; */
	font-family: "PT Sans";
}

/*
 ######  ##     ##    ###    ########  ######## ########  
##    ## ##     ##   ## ##   ##     ## ##       ##     ## 
##       ##     ##  ##   ##  ##     ## ##       ##     ## 
 ######  ######### ##     ## ########  ######   ##     ## 
      ## ##     ## ######### ##   ##   ##       ##     ## 
##    ## ##     ## ##     ## ##    ##  ##       ##     ## 
 ######  ##     ## ##     ## ##     ## ######## ########  
*/

.loading {
	position: relative;
}
.loading:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url(./img/preloader.gif);
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-orange-phone {
    background-image: url(./img/icon_orange_phone.png);
}
.icon-orange-mail {
    background-image: url(./img/icon_orange_mail.png);
}
.icon-orange-messasge {
    background-image: url(./img/icon_orange_messasge.png);
}

.icon-instagram {
    background-image: url(./img/icon_instagram.png);
}
.icon-mail {
    background-image: url(./img/icon_mail.png);
}
.icon-instagram-white {
    background-image: url(./img/icon_instagram_white.png);
}
.icon-vkontakte-white {
    background-image: url(./img/icon_vkontakte_white.png);
}

.icon-messenger-sms {
    background-image: url(./img/icon_sms.png);
}
.icon-messenger-skype {
    background-image: url(./img/icon_skype.png);
}
.icon-messenger-vkontakte {
    background-image: url(./img/icon_vkontakte.png);
}
.icon-messenger-whatsapp {
    background-image: url(./img/icon_whatsapp.png);
}
.icon-messenger-viber {
    background-image: url(./img/icon_viber.png);
}
.icon-messenger-whatsapp-small {
    background-image: url(./img/icon_whatsapp_small.png);
}
.icon-messenger-viber-small {
    background-image: url(./img/icon_viber_small.png);
}

.fbtn {
    height: 48px;
    border-radius: 4px;
    width: auto;
    min-width: 100px;
    position: relative;
    display: inline-block;
    cursor: pointer;

    background-clip: padding-box;
    background: linear-gradient(90deg, #FF984E 0%, #FFBC58 100%);

    text-align: center;
    color: white;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;

    /*transition: background 0.3s, transform 0.3s;*/
}

.fbtn.fbtn-white {
    color: black;
    background: white;
    height: 46px;
    line-height: 46px;
}

.fbtn.fbtn-white:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FF984E 0%, #FFBC58 100%);
}

.fbtn:hover {
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, #FF984E 0%, #FFBC58 100%);
}
.fbtn:active {
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(90deg, #FF984E 0%, #FFBC58 100%);
}
.fbtn:disabled {
    color: white;
    background: #BDBDBD;
}
a.fbtn {
	text-decoration: none;
}

a.flink {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;

    text-decoration: none;
    color: black;
}

a.flink-dashed {
    border-bottom: 3px #FFD885 dashed;
}
a.flink-solid {
    border-bottom: 3px #FFD885 solid;
}
a.flink.large {
    font-size: 18px;
    line-height: 30px;
}

h2.title {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 66px;
    color: #333333;
}

h2.title img {
    height: 48px;
    margin-top: -10px;
}

h3 {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 52px;

    margin-bottom: 30px;
}

.flabel {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    
    margin-bottom: 12px;
}

.ftxt {
    min-width: 60px;
    height: 48px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 16px;

    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.ftxt:focus {
    border-color: #777;
}

.ftxt.error {
	color: #333;
	border-color: #dc534b;
	background-color: #fdd;
}

.color-orange { background: linear-gradient(90deg, #FF984E 0%, #FFBC58 100%); }
.color-green { background: #219653; }
.color-purple { background: #9B51E0; }

.font-black { color: black; }
.font-dark-gray { color: #333333; }
.font-light-gray { color: #828282; }

.font-size-18 { font-size: 18px !important; line-height: 28px }
.font-size-16 { font-size: 16px !important; line-height: 26px }
.font-size-14 { font-size: 14px !important; line-height: 18px }
.font-size-12 { font-size: 12px !important; line-height: 18px }

.wide {
    width: 100%;
}


/* Customize the label (the container) */
.fcheck {
    display: block;
    position: relative;
    padding: 14px 0;
    padding-left: 30px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;

    margin: 0;
}

/* Hide the browser's default checkbox */
.fcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 14px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    /*background-color: #eee;*/
}

/* On mouse-over, add a grey background color */
.fcheck:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.fcheck input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fcheck .checkmark:after {
/*    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    position: absolute;
    top: 5px;
    left: 4px;
    width: 14px;
    height: 8px;
    background-image: url(./img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*select*/

.selectric {
    max-width: 82px;
    /*height: 48px;*/
    margin-top: 4px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
    background-color: white;
}

.selectric .button {
    background-color: white;
}

.selectric-items {
    margin-top: 4px;
    border-radius: 10px;
    overflow: hidden;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

input, textarea:focus {
    outline: none;
}

.bold {
    font-weight: bold;
}

.color-bl`ck:

/*

########  ########   #######  ##     ##  #######  
##     ## ##     ## ##     ## ###   ### ##     ## 
##     ## ##     ## ##     ## #### #### ##     ## 
########  ########  ##     ## ## ### ## ##     ## 
##        ##   ##   ##     ## ##     ## ##     ## 
##        ##    ##  ##     ## ##     ## ##     ## 
##        ##     ##  #######  ##     ##  #######  

*/

#section-promo {
    margin-bottom: 100px;
}

.reset-float {
    clear: both;
}

.main-menu {
    position: relative;
    width: 100%;
    padding: 0 60px;
    padding-top: 10px;
    overflow: hidden;
}

.main-menu a {
    text-decoration: none;
    color: black;
}

.menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 22px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    overflow: hidden;
}

.menu-list li {
    display: inline-block;
    /*padding: 0 12px;*/
    margin-bottom: 10px;
}

.menu-list-left {
    float: left;
    max-width: calc(50% - 60px);
}
.menu-list-left li {
    padding-right: 24px;
}

.menu-list-right {
    text-align: right;
    float: right;
    max-width: calc(50% - 120px);
}
.menu-list-right li {
    padding-left: 24px;
}

.menu-logo {
    float: left;
    height: 60px;
    /* padding: 8px 0; */
    padding: 0px;
    margin-right: 25px;
}

.menu-cart {
    position: relative;

    width: 32px;
    height: 32px;

    background-color: #333333;
    border-radius: 10px;
    background-image: url(./img/cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;

    float: right;
    margin-top: 14px;
    margin-left: 25px;
}

.cart-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    margin-right: -9px;
    margin-top: -9px;
    border-radius: 9px;
    background-color: #EB5757;
    text-align: center;
    line-height: 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFF1C6;
}

.promo-background {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    min-height: 830px;

    background-image: url(./img/promo-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    /*background-size: contain;*/
}

.promo-content {
    position: relative;
    margin-top: 76px;
    padding-left: 60px;
}

.promo-content h1 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 68px;
    line-height: 86px;
    padding-right: 30px;
}

.promo-content h4 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #828282;

    margin-top: 25px;
    padding-right: 30px;
	max-width: 630px;
}

.promo-buttons {
    margin-top: 50px;
}

.promo-contact .container-fluid {
    /*max-width: 1350px;*/
    padding: 0 60px;
}

.promo-contact {
    margin-top: 60px;
}

.promo-hello-row {
    margin-bottom: 50px;
}

.promo-contact h3 {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 52px;

    margin-bottom: 30px;
}

.promo-contact-box {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: -20px 8px 34px rgba(194, 158, 132, 0.3);
    border-radius: 10px;

    max-width: 532px;
    min-height: 120px;
}

.promo-contact-box .contact-avatar {
    width: 88px;
    height: 88px;
    margin: 16px;
    float: left;
    display: inline-block;
    background-image: url(./img/ava.png);
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}

.promo-contact-box .contact-text {
    margin: 16px 0;
    float: left;
    display: inline-block;
    width: calc(100% - 120px);
    padding-right: 12px;
    
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.contact-divider {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #E0E0E0;
}

.contact-row .column:not(:first-child) .column-content {
    padding-left: 36px;
}

.promo-contact-block {
    background-size: 56px;
    background-repeat: no-repeat;
    background-position: top left;

    padding-left: 72px;
    min-height: 56px;
    margin-left: -22px;

    font-family: Noto Sans;
    font-size: 18px;
    line-height: 30px;

    margin-bottom: 30px;
}

.promo-contact-block .messengers {
    margin-top: 8px;
    overflow: hidden;
}

.promo-contact-block .messenger {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    margin-bottom: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.promo-contact-block span.header {
    font-weight: bold;
}

.promo-arrow {
    position: relative;
    height: 245px;
    width: 37px;
    margin-left: 172px;
    background-image: url(./img/scrollme.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*
######## ########     ###    #### ##    ## ######## ########   ######  
   ##    ##     ##   ## ##    ##  ###   ## ##       ##     ## ##    ## 
   ##    ##     ##  ##   ##   ##  ####  ## ##       ##     ## ##       
   ##    ########  ##     ##  ##  ## ## ## ######   ########   ######  
   ##    ##   ##   #########  ##  ##  #### ##       ##   ##         ## 
   ##    ##    ##  ##     ##  ##  ##   ### ##       ##    ##  ##    ## 
   ##    ##     ## ##     ## #### ##    ## ######## ##     ##  ######  
*/

#section-trainers {
    margin-top: 40px;
    margin-bottom: 40px;
}

#section-trainers-list {
    padding-top: 40px;
    min-height: 400px;
    position: relative;
    overflow-x: hidden;
    border-bottom: 2px dashed #E0E0E0;
    padding-bottom: 30px;
}

.trainers-info  {
	font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #828282;
    max-width: 640px;
}

.trainers-background {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, #FFFFFF 1.63%, rgba(255, 255, 255, 0) 100%), #FFF9F4;
    border-top-right-radius: 140px;
    width: 100%;
    min-width: 850px;
    height: 100%;
    margin-left: -60px;
    z-index: -1;
}


/*list*/

.trainers-usage-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.trainers-usage-list li {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 10px;
}


a.trainers-switcher {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;

    text-decoration: none;
    color: #333;
    border-bottom: 3px dashed #FFD885;
}

a.trainers-switcher.active {
    color: #EB5757;
    border-bottom: none;
}


/*sub-list*/

.trainers-type-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.trainers-type-list li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}


a.trainers-sub-switcher {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;

    text-decoration: none;
    color: #333;
}

a.trainers-sub-switcher.active {
    color: #EB5757;
    border-bottom: none;
}

.trainers-container {
    position: relative;
    overflow: hidden;
    padding: 60px;
    margin: -60px;
    padding-right: 0px;
}

.trainer {
    position: relative;
    float: left;
    display: inline-block;
    width: 90%;
    max-width: 308px;
    /* height: 528px; */
	height: 570px;

    background: #FFFFFF;
    box-shadow: -20px 8px 34px rgba(194, 158, 132, 0.3);
    border-radius: 20px;
    margin-right: 80px;
    margin-bottom: 40px;

    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.trainer .photo {
    background-image: url(./img/tmp/trainer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    width: 75%;
    height: 228px;
    margin: 20px auto;
}

.trainer .title {
    color: #4F4F4F;
    padding: 0 40px;
    margin-bottom: 10px;
}

.trainer .max-load {
    color: #828282;
    padding: 0 40px;
	padding-right: 30px;
    margin-bottom: 10px;
}

.trainer .price {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 0 40px;
}

.trainer .fbtn-rent {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.trainer .fbtn-rent.fbtn-rent-1 {
	/* background: linear-gradient(90deg, #78CDD7 0%, #78CDD7 100%); */
    bottom: 146px;
}

.trainer .fbtn-rent.fbtn-rent-2 {
    bottom: 92px;
}

.trainer .fbtn-rent.fbtn-rent-3 {
	/* background: linear-gradient(90deg, #33aa4E 0%, #33dd58 100%); */
    bottom: 38px;
}


/*
########  ######## ##       #### ##     ## ######## ########  ##    ## 
##     ## ##       ##        ##  ##     ## ##       ##     ##  ##  ##  
##     ## ##       ##        ##  ##     ## ##       ##     ##   ####   
##     ## ######   ##        ##  ##     ## ######   ########     ##    
##     ## ##       ##        ##   ##   ##  ##       ##   ##      ##    
##     ## ##       ##        ##    ## ##   ##       ##    ##     ##    
########  ######## ######## ####    ###    ######## ##     ##    ##    
*/


#section-delivery {
    margin-top: 70px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #E0E0E0;
    overflow: hidden;
    padding-bottom: 50px;
}

.delivery-block-left {
    width: 38%;
    max-width: 440px;
    min-width: 360px;
    float: left;

    /*border: 1px solid green;*/
    min-height: 200px;
    padding-bottom: 40px;
}

.delivery-block-right {
    position: relative;
    max-width: 618px;
    width: 58%;
    float: right;

    min-height: 300px;
    /*border: 1px solid red;*/
}

.delivery-map {
    height: 530px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: -20px 14px 34px rgba(230, 191, 190, 0.2);
}

#map {
    width: 100%;
    height: 100%;
}


.delivery-price-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.delivery-price {
    position: relative;
    display: inline-block;
    padding-left: 48px;
    height: 38px;
    margin-right: 30px;
    margin-bottom: 20px;

    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
}

.delivery-price:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    border: 1px solid;
    border-radius: 10px;
}

.delivery-price.delivery-price-light-blue:before { background-color: #9bcbfe; border-color: #9bcbfe; }
.delivery-price.delivery-price-blue:before { background-color: #5997fc; border-color: #5997fc; }
.delivery-price.delivery-price-green:before { background-color: #7dd759; border-color: #7dd759; }
.delivery-price.delivery-price-orange:before { background-color: #d97b36; border-color: #d97b36; }
.delivery-price.delivery-price-red:before { background-color: #dc534b; border-color: #dc534b; }

.delivery-info {
    font-family: Noto Sans;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.delivery-summary {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.error {
    color: #dc534b;
}


/*
   ###    ########  ######## ####  ######  ##       ########  ######  
  ## ##   ##     ##    ##     ##  ##    ## ##       ##       ##    ## 
 ##   ##  ##     ##    ##     ##  ##       ##       ##       ##       
##     ## ########     ##     ##  ##       ##       ######    ######  
######### ##   ##      ##     ##  ##       ##       ##             ## 
##     ## ##    ##     ##     ##  ##    ## ##       ##       ##    ## 
##     ## ##     ##    ##    ####  ######  ######## ########  ######  
*/

#section-articles {
    margin-top: 70px;
    margin-bottom: 70px;
}

.articles-rows-wrapper {
    padding: 1px;
    position: relative;
    overflow: hidden;
    height: 780px;
}

.articles-rows-wrapper .fader {
    width: 100%;
    height: 175px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, #FFFFFF 12.36%, rgba(255, 255, 255, 0) 160.92%);

    padding-top: 110px;
    padding-left: 32px;
}

.article {
    margin-bottom: 60px;
}

.article .photo {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 24px;
}

.article .header {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
}

.article .content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
}

.article .fbtn {
    padding-left: 30px;
    padding-right: 30px;
}


/*
######## ########  ######  ######## #### ##     ##  #######  ##    ## ####    ###    ##        ######  
   ##    ##       ##    ##    ##     ##  ###   ### ##     ## ###   ##  ##    ## ##   ##       ##    ## 
   ##    ##       ##          ##     ##  #### #### ##     ## ####  ##  ##   ##   ##  ##       ##       
   ##    ######    ######     ##     ##  ## ### ## ##     ## ## ## ##  ##  ##     ## ##        ######  
   ##    ##             ##    ##     ##  ##     ## ##     ## ##  ####  ##  ######### ##             ## 
   ##    ##       ##    ##    ##     ##  ##     ## ##     ## ##   ###  ##  ##     ## ##       ##    ## 
   ##    ########  ######     ##    #### ##     ##  #######  ##    ## #### ##     ## ########  ######  
*/


#section-testimonials {
    margin-top: 70px;
    margin-bottom: 70px;
}

.testimonials-info {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.insta-photos {
    position: relative;
    overflow: hidden; 
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}

.insta-photo {
    /*display: inline-block;*/
    width: 300px;
    height: 300px;
    margin-bottom: 70px;
    /*margin-right: 70px;*/
    background-size: cover;
}

.insta-slider .insta-photo {
    margin: 0 auto;
}

.lSSlideOuter {
    padding-bottom: 10px;
    text-align: center;
}

.lSPager {
    margin-top: 18px !important;
    padding: 0 6px !important;
    display: inline-block;
    height: 20px;
    border-radius: 10px;
    background: white;
    box-shadow: -20px 8px 34px rgba(194, 158, 132, 0.3);
}

.lSPager li {
    width: 8px;
    height: 8px;
    margin: 6px;
    border-radius: 4px;
    background: #C4C4C4;
    padding: 0px !important;
}

.lSPager li a {
    display: none !important;
}

.lSPager li.active {
    background: linear-gradient(90deg, #FFCA41 0%, #E85352 100%);
}


/*
########    ###     #######  
##         ## ##   ##     ## 
##        ##   ##  ##     ## 
######   ##     ## ##     ## 
##       ######### ##  ## ## 
##       ##     ## ##    ##  
##       ##     ##  ##### ## 
*/


#section-faq {
    margin-top: 70px;
    margin-bottom: 70px;
    min-height: 400px;
    position: relative;
    padding: 45px 0;
}

.faq-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #FF984E 0%, #FFBC58 100%);
    opacity: 0.1; 
}

.faq-container {
    position: relative;
    width: 90%;
    max-width: 870px;
    min-height: 100px;
    margin: 0 auto;
    padding: 30px;

    background: #FFFFFF;
    box-shadow: 0px 14px 54px rgba(230, 191, 190, 0.2);
    border-radius: 20px;
}

.faq-item {
    cursor: pointer;
    position: relative;
    width: 90%;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 14px; 

    min-height: 30px;
    padding-left: 45px;
}

.faq-item:after {
    content: '+';
    position: absolute;
    background: #FFF1C6;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #EB5757;
    font-family: Roboto;
}

.faq-item.collapsed:after {
    content: '-';
}

.faq-item .header {
    line-height: 30px;
    font-size: 16px;
    color: #152230;
    margin-bottom: 10px;
}
.faq-item.collapsed .header {
    font-weight: bold;
}

.faq-item .content {
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    display: none;
}

.faq-q {
    background-repeat: no-repeat;
    background-position: top left;
}

.faq-q-tl {
    position: absolute;
    width: 412px;
    height: 532px;
    top: -80px;
    left: 0px;
    background-image: url(./img/faq-tl.png);
}
.faq-q-bl {
    position: absolute;
    width: 435px;
    height: 479px;
    bottom: -80px;
    left: 20px;
    background-image: url(./img/faq-bl.png);
}
.faq-q-tr {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 109px;
    height: 219px;
    top: 40px;
    right: 0px;
    background-image: url(./img/faq-small.png);
}
.faq-q-br {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 294px;
    height: 325px;
    background-image: url(./img/faq-br.png);    
}

.faq-q-large {
    position: absolute;
    right: -130px;
    top: 0px;
    width: 280px;
    height: 450px;
    background-size: contain;
    background-image: url(./img/faq-large.png);    
}

/*
########  #######   #######  ######## ######## ########  
##       ##     ## ##     ##    ##    ##       ##     ## 
##       ##     ## ##     ##    ##    ##       ##     ## 
######   ##     ## ##     ##    ##    ######   ########  
##       ##     ## ##     ##    ##    ##       ##   ##   
##       ##     ## ##     ##    ##    ##       ##    ##  
##        #######   #######     ##    ######## ##     ## 
*/

footer {
    margin-top: 50px;
}

.top-divider {
    border-top: 2px dashed #E0E0E0;
}
.bottom-divider {
    border-bottom: 2px dashed #E0E0E0;
}

footer h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0;
    font-family: Noto Sans;
}

.footer-contact-block {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 32px;
    padding-left: 48px;
    min-height: 32px;

    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}
.footer-contact-block.orange-offset {
    margin-left: -24px;
    background-size: 56px;
    background-position: 0px -9px;
    padding-left: 72px;
    min-height: 56px;
}

.footer-contact-block .sub-content {
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
}
.footer-contact-block .flink {
    line-height: 12px;
}

.contact-methods {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

.contact-methods li {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding-left: 22px;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.contact-methods-mobile {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
    margin-top: 14px;
}

.contact-methods-mobile li {
    display: inline-block;
    float: left;
    color: white;
    font-weight: bold;

    height: 36px;
    font-size: 12px;
    line-height: 36px;
    padding: 0px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;

}


.footer-call-me {
    overflow: hidden;
    margin-bottom: 30px;
}

.footer-call-me .fbtn {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    height: 36px;
    line-height: 36px;

    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.footer-call-me .ftxt {
    border-radius: 10px;
    height: 36px;
    
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-call-me-mobile .fbtn {
    border-radius: 10px;   
}

/*
##     ##  #######  ########  #### ##       ######## 
###   ### ##     ## ##     ##  ##  ##       ##       
#### #### ##     ## ##     ##  ##  ##       ##       
## ### ## ##     ## ########   ##  ##       ######   
##     ## ##     ## ##     ##  ##  ##       ##       
##     ## ##     ## ##     ##  ##  ##       ##       
##     ##  #######  ########  #### ######## ######## 
*/

.mobile-promo-background {
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-image: url(./img/mobile-promo-bg.png);
    background-position: bottom right;
    height: 412px;
    width: 100%;
}

.mobile-promo-content {
    padding: 15px;
}

.mobile-promo-content h4 {
    font-size: 16px;
    line-height: 28px;
    color: #828282;
}

.mobile-main-menu {
    position: fixed;
    padding: 12px;
    font-size: 16px;
    line-height: 28px;
    top: 0px;
    left: 0px;
    background-color: white;
    width: 100%;
    z-index: 998;
}
.mobile-menu-phone a {
    text-decoration: none;
    color: black;
}

.mobile-menu-logo {
    height: 38px;
}

.mobile-menu-burger {
    font-size: 8px;
    line-height: 16px;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-left: 20px;
    padding-top: 4px;
}

.mobile-menu-burger img {
    width: 25px;
    margin: 0 auto;
}


.mobile-sidebar {
    position: fixed;
    top: 0px;
    /*left: 15px;*/
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 20px 30px;
    background: linear-gradient(209.18deg, #333333 -82.11%, #919191 101.23%), #828282;
    /*transform: matrix(1, 0, 0, -1, 0, 0);*/
}

.mobile-sidebar a {
    text-decoration: none;
    color: white;
}

.sidebar-divider {
    height: 1px;
    width: calc(100% + 45px);
    border-bottom: 2px dashed #BDBDBD;
    margin: 20px -30px;
}

.arrow-right {
    width: 56px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./img/arrow_right.png);
    margin-right: 30px;
}

.mobile-menu-cart {
    position: relative;

    width: 20px;
    height: 20px;

    background-image: url(./img/cart_white.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 50px;

    color: white;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;

    text-decoration: none;
}

.cart-mobile .cart-badge {
    left: 12px;
}

.mobile-menu-list {
    list-style-type: none;
    padding: 0px;
    margin: 15px 0px;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
}

.mobile-menu-list.secondary {
    font-size: 12px;
    line-height: 32px;
}

.sidebar-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 11px 30px;
    height: 42px;
    background: #626262;
    box-shadow: -20px 8px 34px rgba(194, 158, 132, 0.3);
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.sidebar-footer-icon {
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 20px;
}


/*
 ######     ###    ########  ######## 
##    ##   ## ##   ##     ##    ##    
##        ##   ##  ##     ##    ##    
##       ##     ## ########     ##    
##       ######### ##   ##      ##    
##    ## ##     ## ##    ##     ##    
 ######  ##     ## ##     ##    ##    
 */

#section-cart {
    padding-bottom: 100px;
}

.footer-lite {
    position: absolute;
    bottom: 0px;
    left: 0px;

    /*position: relative;*/
    /*clear: both;*/
    /*margin-top: -72px;*/

    width: 100%;
    font-family: Noto Sans;
    font-size: 12px;
    line-height: 12px;
    padding: 30px 0;

}

.btn-back {
    /*width: px;*/
    height: 29px;
    padding-left: 40px;

    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-image: url(./img/arrow_back.png);

    font-family: Noto Sans;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;

    cursor: pointer;
    display: block;
}
a.btn-back {
    color: black;
    text-decoration: none;
}
a.btn-back:hover {
    color: black;
    text-decoration: none;
}

.cart-info {
    font-size: 16px;
    line-height: 20px;
}


.cart-row {
    border-top: 2px dashed #E0E0E0;
}

.cart-row > div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-row .photo {
    width: 82px;
    height: 82px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cart-row .info {
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}

.cart-row .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: black;
}

#section-cart .delete {
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./img/cross.png);
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;

    position: absolute;
    right: 20px;
    top: 50%;
}

#section-cart .delete.mobile {
    top: 24px;
    right: 10px;
}

.cart-total-info {
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}

.cart-btn-order {
    width: 100%;
    max-width: 400px;
}

.section-promo-cart {
    padding-top: 1px !important;
}


/*
 #######  ########  ########  ######## ########  
##     ## ##     ## ##     ## ##       ##     ## 
##     ## ##     ## ##     ## ##       ##     ## 
##     ## ########  ##     ## ######   ########  
##     ## ##   ##   ##     ## ##       ##   ##   
##     ## ##    ##  ##     ## ##       ##    ##  
 #######  ##     ## ########  ######## ##     ##
*/

.order-input {
    width: 100%;
    max-width: 400px;
}

.order-info {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.input-label {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
}

.ftxt.comments {
    min-height: 80px;
}

.order-row {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px dashed #E0E0E0;
}

.order-row .photo {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.order-row .header {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

.order-row .info {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    margin-bottom: 8px;
}

.order-row .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: black;
}

.show-address { display: block; }
.show-map { display: none; }

.address-confirmed .show-address { display: none; }
.address-confirmed .show-map { display: block; }

.order-map-container {
    box-shadow: -20px 14px 34px rgba(230, 191, 190, 0.2);
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 460px;
    margin-bottom: 40px;
}

#order_map {
    width: 100%;
    height: 100%;
}


.img-success {
    width: 100%;
    max-width: 398px;
}

.f-modal-header {
    font-size: 24px;
    line-height: 28px;
}
.f-modal-header img {
    width: 24px;
    margin-right: 10px;
    margin-top: -4px;
}

.f-modal-message {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-body {
    padding: 40px 60px;
}

.modal-body .flink {
    line-height: 48px;
}

.clickable {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}

blockquote {
	padding-left: 15px;
    border-left: 3px #FFD885 solid;
}

.article-content h1 {
	font-size: 30px;
	line-height: 45px;
}

.article-content h2 {
	font-size: 25px;
	line-height: 30px;
}

.article-content h3 {
	font-size: 20px;
	line-height: 35px;
}

.a-no-style, .a-no-style:hover {
	color: #212529;
	text-decoration: none;
}