::-webkit-scrollbar {              /* width of vertical scrollbar */
  border: none;
}
@media (max-width: 700px) {}

body{
    font-family: 'Montserrat', sans-serif;
}

.bg-light {
	background-color:#fff !important;
}
.main_menu{
    width:100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    background: #fff;
    z-index: 999999999999999999999;
}

.preanimate {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0%;
}

#navbarSupportedContent{
    height:100%;
}

#navbarSupportedContent ul{
    width:100%;
}

#navbarSupportedContent ul li a, .header_section a{
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
}
#navbarSupportedContent ul li{
    text-align: center;

    /*font-weight:800*/
}
.header_section .langswitch a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#navbarSupportedContent .col-fb{
    width:50%;
    text-align:right;
    margin-top:40px;
}

#navbarSupportedContent .col-insta{
    width:50%;
    text-align:left;
    margin-top:40px;
}



#navbarSupportedContent .col-fb a, #navbarSupportedContent .col-insta a{
    padding-left:0;
    padding-right:0;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
.mt-20{
    margin-top:20px;
}
.mt-40{
    margin-top:40px;
}



.header_section{
    padding-top:25px;
    padding-bottom:25px;
    /*border-bottom:2px solid #000000;*/
    border-bottom:0px solid #000000;
    z-index: 99999999;
    /*position: relative;*/

    position:fixed;
    top:0px;
    width: 100%;
    /*height:150px;*/
    height:15%;
}




.logo_block{
    position: relative;
}

.logo_block span{
font-size:18px;
position: absolute;
left:100px;
top:30px;
text-transform: lowercase;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-left:1rem;
    padding-right:1rem;
}

.navbar-light .navbar-nav .nav-link{
    color:#000000;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{
    font-weight:800;
}



.section_video{
    position: relative!important;
    /*top:-20% !important;*/
    /*height: 700px;*/
    height:70%;
}

.mask{
    top: 50px;
    position: absolute;
    width: 100%;
    /*height: 700px;*/
    height:100%;
    background: radial-gradient(45.04% 39.03% at 50% 50%, rgba(255, 255, 255, 0) 20%, #FFFFFF 100%);
    z-index: 2;
}

#abc{
    position:absolute;
    top:50px;
    /*object-fit:fill;*/
    z-index: 1;
    width: 100%;
    /*height:700px;*/
    height:100%;
}

.section_video .main_title{
    font-size:60px;
    font-weight:800;
    color:#000000;
    line-height: 55px;

}

.section_video .container_on_video{
    position:absolute;
    left:0px;
    right:0px;
    /*top:420px;*/
    top:65%;
    z-index: 99999;
}


.div_animate_circle{
    width: 100%;
    position: absolute;
    top:-30px;
    text-align: center;
    z-index: 999;
}

.div_animate_circle:hover{
    cursor: pointer;
}
.home_circle{
    width: 40px;
    /*position:absolute;*/
    /*left:0%;*/
    /*right: 0%;*/
}


.home_line{
    width: 120%;
    margin-left: -10%;
    height: 15px;
}


.section_main_cards{
    /*position: relative;*/
    /*z-index: 9999999999999999;*/

    position: absolute;
    top:70%;
    height: 30%;
    z-index: 999999999999999999999;
    width: 100%;

}

.menu_main {
    top: 0;
    position: relative;
}
.item_card{
    position: relative;
    overflow: visible!important;
}

.item_card_block{
    padding:20px 10px;
    width:33.33333%;
    position:absolute;
}
.catalogue_items > .menu_row > .preanimate.d-none {
    display: none !important;
    z-index: -1!important;
}
.catalogue_items > .menu_row > .preanimate {
    display: flex !important;
    z-index: 1!important;
    background-color: #fff;
}

.item_card_block_1{
    left:0px;
    top:0px;
}
.close_cat_card {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 22px;
    height: 22px;
    padding: 0;
    z-index: 1;
}

.item_card_block_2{
    left:0px;
    right:0px;
    top:0px;
    margin-left: auto;
    margin-right: auto;
}

.item_card_block_3{
    right:0px;
    top:0px;
}


.item_card_block_1 .item_card{
    background:#ECECEC;
    border-radius:20px;
	display: flex;
    justify-content: center;
}

.item_card_block_2 .item_card{
    background:#ECECEC;
    border-radius:20px;
}

.item_card_block_3 .item_card{
    background:#ECECEC;
    border-radius:20px;
}


.item_card{
    position:relative;
    height:200px;
}

.first_card_title_off{
    /*position: absolute;*/
    font-size:20px;
    left:10px;
    top:90px;
    font-weight:800;
    color:#000;
    margin: 0;
    line-height: 20px;
}

.first_card_title_on{
    color:#000;
    position: absolute;
    font-size:30px;
    width:100%;
    font-weight:800;
    top:90px;
    opacity: 0;
    text-align: center;
}


.first_card_subtitle_off{
    /*position: absolute;*/
    font-size:15px;
    left:10px;
    top:115px;
    font-weight:300;
    color:#000;
    margin: 0;
    line-height: 20px;    
}

.first_card_subtitle_on{
    position: absolute;
    font-size:25px;
    width: 100%;
    top: 160px;
    opacity: 0;
    text-align: center;
}







/**/


.second_card_title_off{
    /*position: absolute;*/
    font-size:20px;
    left:10px;
    top:90px;
    font-weight:800;
    color:#000;
    margin: 0;
    line-height: 20px;        
}

.second_card_title_on{
    color:#000;
    position: absolute;
    font-size:30px;
    width:100%;
    font-weight:800;
    top:90px;
    opacity: 0;
    text-align: center;
}

.second_card_subtitle_off{
    /*position: absolute;*/
    font-size:15px;
    left:10px;
    top:115px;
    font-weight:300;
    color:#000;
}


.second_card_subtitle_on{
    position: absolute;
    font-size:25px;
    top: 160px;
    width: 100%;
    text-align: center;
    opacity: 0;
}

/**/



.third_card_title_off{
    /*position: absolute;*/
    font-size:20px;
    left:10px;
    top:90px;
    font-weight:800;
    color:#000;
    margin: 0;
    line-height: 20px;        
}

.third_card_title_on{
    color:#000;
    position: absolute;
    font-size:30px;
    width:100%;
    font-weight:800;
    top:90px;
    opacity: 0;
    text-align: center;
}

.third_card_subtitle_off{
    /*position: absolute;*/
    font-size:15px;
    left:10px;
    top:115px;
    font-weight:300;
    color:#000;
    text-align: center;
}


.third_card_subtitle_on{
    position: absolute;
    font-size:25px;
    top: 160px;
    width: 100%;
    text-align: center;
    opacity: 0;
}



/**/


.item_card_block_1 .description{
    width: 60%;
    position: absolute;
    top: 370px;
    opacity: 0;
    color: #000;
}


.item_card_block_2 .description{
    width: 60%;
    position: absolute;
    top: 370px;
    opacity: 0;
    color: #000;
}

.item_card_block_3 .description{
    width: 60%;
    position: absolute;
    top: 370px;
    opacity: 0;
    color: #000;
}


.button_outline{
    border-radius:20px;
    background:transparent;
    border:2px solid #000;
    padding: 10px 25px;
    color: #000;
    text-decoration: none;
    opacity: 0;
}


.p_card_button{
    position: absolute;
    top:240px;
    width: 100%;
    z-index: 99999999999;
}



.item_card_block_1 .phone{
     width: 250px;
     transform: rotate(15deg);
     position: absolute;
     top: -30px;
/*      right: 40px; */
     z-index: 99999999999;
 }


.active_first_card_image{
    transition: all 0.5s;
    transform: rotate(0deg)!important;
/* right: 0px!important;
	left: 35px; */
	   width:500px!important;
    top:40%!important;
}

.deactive_first_card_image{
    transition: all 0.5s;
    transform: rotate(15deg)!important;
    width:250px!important;
    top:-30px!important;
    right: 40px!important;
}


.active_first_card_image_open{
    transition: all 0.5s;
    transform: rotate(0deg) !important;
    right: 40px !important;
    width: 450px !important;
    top: 5% !important;
}


.item_card_block_2 .img_deactive{
    width: 250px;
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 9;
}

.item_card_block_2 .img_active{
    width: 540px;
    position: absolute;
    bottom:0px;
    right: 0px;
    /*z-index: 99999999999;*/
    opacity:0;
}



.item_card_block_3 .img_off{
    width: 400px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.item_card_block_3 .img_on{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 540px;
}

.item_card_block_3 .img_open{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 1150px;
}


.close_icon img{
    width: 30px;
    height: 30px;
}
.close_icon{
    width: 30px;
    height: 30px;
    opacity:0;
    position: absolute;
    top:20px;
    right:20px;
    z-index: 9999999999;
}
.close_icon:hover{
    cursor:pointer;
}


.first_card_title_on {
    transition: all 0.5s;
}

.first_card_title_on_open{
    transition: all 0.5s;
    width:60%;
    top:170px;
    font-size:60px;
}

.first_card_subtitle_on {
    transition: all 0.5s;
}
.first_card_subtitle_on_open{
    transition: all 0.5s;
    width: 60%;
    top: 270px;
    font-size: 35px;
    font-weight: 600;
}



.img_full{
    opacity:0;
    position: absolute;
    right: -40px;
    top: 100px;
}

.second_card_title_on {
    transition: all 0.5s;
}

.second_card_title_on_open{
    transition: all 0.5s;
    width:60%;
    top:170px;
    font-size:60px;
}
.second_card_subtitle_on {
    transition: all 0.5s;
}

.second_card_subtitle_on_open{
    transition: all 0.5s;
    width: 60%;
    top: 270px;
    font-size: 35px;
    font-weight: 600;
}



.overlay_card{
    width: 100%;
    position: absolute;
    height: 200px;
    bottom: -200px;
    background: #fff;
    z-index: 99999999999999999999999999999999999;
}



.section_side_cards{
    /*position: relative;*/
    /*top:1500px;*/
    /*z-index: 9999999999;*/

    position: absolute;
    top:100%;
    z-index: 999999999999;
    height: 820px;
    max-height: 80%;
    padding:10px;
    width: 100%;
}

.preanimate.d-none {
    opacity: 0 !important;
    display: flex !important;
    z-index: -1!important;
}

.preanimate.d-flex {
    z-index: 1;
}
.preanimate {
    /*transition: opacity 0.8s; */
    margin-left: 0;
}
.flip-card-front .row > * {
    width: auto!important;
}
.container_side_cards{
    background:#ECECEC;
    border-radius:20px;
    height:100%;
    width: 1726px;
}


.slide_title{
    font-size:75px;
    font-weight:700;
    color:#000;
}

.slide_description{
    color:#000;
    font-size:18px;
    font-weight:400;
    width:50%;
    margin:auto;
}


.block_size{
    width:100%;
    margin:auto;
    margin-top:20px;
    justify-content: center;
}

.circle_item{
    border-radius: 100%;
    border:1px solid #000;
    text-align:center;
    width:50px;
    height:50px;
    font-size:20px;
    font-weight:400;
}

.size_item{
width:50px;
    margin-left: 20px;
    margin-right: 20px;
}

.size_item p{
    margin-top:8px;
}


.doth_nav{
    background:transparent;
    border:1px solid #fff;
    border-radius:100%;
    height: 20px;
    width: 20px;
}



.menu_item_full .slider_nav{
    margin:auto;
    position: relative;
    top: 40px;
    z-index: 999999999999999999;
    width: auto;
}


.menu_item_full .doth_nav{
    background:transparent;
    border:1px solid #ffffff;
    border-radius:100%;
    height: 14px;
    width: 14px;
}

.menu_item_full .doth_nav_active{
    background:#ffffff;
}


.slider_full_image{
    margin-top:0;
}


.slider_nav{
    margin:auto;
    /*width: 20%;*/
    position: relative;
    top: 40px;
    z-index: 999999999999999999;
}

.doth_nav{
    margin-left:20px;
    margin-right:20px;
}

.doth_nav:hover{
    cursor:pointer;
}


.doth_nav_active{
    background:#fff;
}



.main_page_slide {
    position: relative;
    height: 100%;
}

.row_button_card{
    position: absolute;
    bottom:100px;
}

.button_outline_chose_more{
    border-radius: 20px;
    background: transparent;
    border: 2px solid #000;
    padding: 10px 25px;
    color: #000;
    text-decoration: none;
}




.section_navigation_menu{
    /*margin-top:10px;*/
    max-height: 10%;
    padding-top: 40px;
}


.section_navigation_menu .item_nav{
    width:auto;
    min-width:110px;
    padding:0 10px;
    height:100px;
}
/* Hide cart button on interior pages */
.catalogue_items .button_block a:last-child,
.menu_item_full .button_block a:last-child {
    display:none !important;
}


.section_navigation_menu .item_nav p{
    font-size:13px;
    color:#000;
    margin-top:5px;
    white-space:nowrap;
}



.section_menu_items{
    max-height:65%;
    margin-top:38px !important;
}


.section_menu_items .container{
    max-width: 1750px;
}


.menu_item{
    background:#F6F6F5;
    border-radius:20px;
    position:relative;
    height:52vh;
}


.menu_item_full{
    background:#F6F6F5;
    border-radius:20px;
    position:relative;
    height:52vh;
    overflow: hidden;
}


.max_height{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: -15px;

}

.title_box{
position: relative;
    width:100%;
    height: 20%;
}

.flip-card {
    perspective: 7000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    background-color: #F6F6F5;
    color: #000;
    transform: rotateY(180deg);
    border-radius:20px;
}


.card_flip_description_row{
    height: 40%;
}








.menu_item_title{
    font-size:16px;
    font-weight:700;
    padding:0 5px 0;
    margin-bottom:12px;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    line-height: 22px;
    text-transform: uppercase;
}

.menu_item_cost{
    color:#000;
    font-size:16px;
    font-weight:400;
}

.button_block{
    width: 100%;
    position: absolute;
    bottom:45px;
}

.button_circle_main{
    border-radius: 30px;
    background: transparent;
    border: 2px solid #000;
    padding: 6px 14px;
    color: #000;
    text-decoration: none;
    font-weight:500;
    font-size:13px;
    display:inline-block;
}


.menu_item_description{
    font-size:12px;
    font-weight:400;
    margin-bottom:30px;
}
.menu_item .size_circle{
    width:35px;
    height:35px;
    border:1px solid #000;
    text-align: center;
    border-radius:100px;
    margin:auto;
}

.menu_item .cost_under_circle{
    font-size:16px;
}


.close_card{
    position: absolute;
    top:20px;
    right:15px;
    z-index: 99999999999999;
}

.close_card:hover{
    cursor: pointer;
}

.nutr_info{
    /*position: absolute;*/
    bottom:60px;
    height: 30%;
}

.nutr_info .nutr_val{
    font-size:30px;
    font-weight:400;
    margin-bottom:0px;
}

.nutr_info .nutr_desc{
    font-size:12px;
    font-weight:400;
}


.title_card_2{
    font-weight:500;
    font-size:16px;
    text-transform: uppercase;
    margin-top:30px;
}


.title_card_3{
    font-weight:400;
    font-size:14px;
}

.title_card_4{
    font-weight:500;
    font-size:16px;
    text-transform: uppercase;
}


.menu_description{
    padding-left:120px;
    padding-right:50px;
    padding-top:35px;
}


.button_menu_nav:hover{
    cursor:pointer;
}


.menu_description_title{
    font-size:35px;
    font-weight:600;
    color:#000;
}

.menu_description_sub{
    font-size:14px;
    font-weight:600;
    color:#000;
}

.menu_description_cost{
    font-size:18px;
    font-weight:400;
    color:#000;
    margin-top:10px;
}

.menu_description_text_title{
    font-size:14px;
    font-weight:600;
    color:#000;
    margin-top:30px;
    text-transform: uppercase;
}

.menu_description_text{
    font-size:13px;
    font-weight:300;
    color:#000;
    margin-top:16px;
    line-height:18px;
}

.menu_description_text_list{
    font-size:13px;
    font-weight:400;
    color:#000;
    margin-top:20px;
}




.section_about{
    z-index: 999999999;
    position: relative;
    height: calc(100% - 201px);
}
.section_about .container {
    max-width: 1750px;
}

.section_about_menu{
    z-index: 999999999;
    position: relative;
}


.button_about_nav{
    font-size:25px;
    font-weight:300;
    margin-left:20px;
    margin-right:20px;
    margin-top:40px;
}

.button_about_nav:hover{
    cursor: pointer;
}

.button_about_nav_active{
    font-weight:800;
}

.about_title{
    font-size:75px;
    font-weight:800;
    color:#000;
    margin-top:160px;
}

.about_text{
    font-size:17px;
    font-weight: 400;
    color:#000;
}




.navbar-light .navbar-toggler{
    border:none;
    color:#000;
}



.section_mobile_menu{
    position: fixed;
    top: 0px;
    width:100%;
    z-index: 9999999999999999999999999;
}





.card_standart_image{
    width: 70%;
}





.bg_1{
    background:url("../img/about/1.png");
    background-position:center top;
    background-repeat:no-repeat;
    position: relative;
    height:100%;
}


.bg_2{
    background:url("../img/about/2.png");
    background-position:center top;
    background-repeat:no-repeat;
    position: relative;
    height:100%;
}


.bg_3{
    background:url("../img/about/3.png");
    background-position:center top;
    background-repeat:no-repeat;
    position: relative;
    height:100%;
}

.bg_4{
    background:url("../img/about/4.png");
    background-position:center top;
    background-repeat:no-repeat;
    position: relative;
    height:100%;
}

.bg_5{
    background:url("../img/about/5.png");
    background-position:center top;
    background-repeat:no-repeat;
    position: relative;
    height:100%;
}




.section_video.section_pc .container{
    width: 1750px;
}


.section_pc.section_main_cards .container{
    width: 1750px;
}

.header_section .container{
    width: 1750px;
}


.section_menu_items .container{
    width: 1750px;
}

	.button_menu_nav img {width:75px;height:75px;}
.map_text_social img {width:24px;}
@media (max-width: 768px) {
	.section_navigation_menu .item_nav {width:90px;height:75px;}
	.button_menu_nav img {width:65px;height:65px;}
	.section_navigation_menu .item_nav p {font-size:11px;}
	.openedmenu svg {display:none}
	.menuclose {display:none;}
	.openedmenu > .menuclose {display:block !important;}
	.navbar-toggler:focus {border:none;color: transparent;}
	.langselect {padding-top: 10px;}
	.langselect a {font-weight:400 !important;}
	.mobile_card_subtitle {margin-bottom:0 !important;}
	.navbar {
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;}
	#navbarSupportedContent ul li a, .header_section a {
		font-weight:800;
	}
	.logo_smartphone_span {padding-left:20px;    vertical-align: sub;}
	.col-fb, .col-insta  {
	padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
	}
	.main_page_slide {padding-top:20px;}
	.menu_item {    height: 580px !important;}
	.section_smartphone .container_side_cards .slide_title {margin-top:30px;}
	.section_about_menu {min-height:205px;}
	/* Отключение амнимации на мобильных */
	.row menu_row.preanimate {touch-action: auto;}
	.morncatdiv{touch-action: auto;}
}




