

/* Start:/bitrix/templates/wines_template/css/landing.css?162508323728189*/
@font-face {
    font-family: 'Futura';
    src: url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Demi.eot');
    src: url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Demi.woff') format('woff'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Demi.ttf') format('truetype'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Bold.eot');
    src: url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Bold.woff') format('woff'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Bold.ttf') format('truetype'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-ExtraBold.eot');
    src: url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-ExtraBold.woff2') format('woff2'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-ExtraBold.woff') format('woff'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-ExtraBold.ttf') format('truetype'),
        url('/bitrix/templates/wines_template/css/../fonts/FuturaPT-ExtraBold.svg#FuturaPT-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');
/* GENERAL */

body {
	font-family: 'Roboto', sans-serif;
}
section {
	overflow: hidden;
}
.relative {
	position: relative;
}
/* Paralax slider block */
#fruit-parallax .swiper-slide {
	position: relative;	
}	
#fruit-parallax .fruit {
    position: absolute;
    background-size: contain;
    opacity: 1!important;
	background-origin: content-box;    
	padding: 10px;
    background-repeat: no-repeat;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	left: 50%;
	top: 200%;
	transition-duration: 1s;	
	transform: translate(-50%, -50%);
}
#fruit-parallax .fruit-rotate-right {
-webkit-animation: orbit2 18s ease-out infinite; /* Chrome, Safari 5 */
       -moz-animation: orbit2 18s linear infinite; /* Firefox 5-15 */
         -o-animation: orbit2 18s linear infinite; /* Opera 12+ */
            animation: orbit2 18s linear infinite; /* Chrome, Firefox 16+, 
                                                     IE 10+, Safari 5 */
	width: 100%;
	height: 100%; 
    background-size: contain;
    background-repeat: no-repeat;    	                                                    		
}
#fruit-parallax .fruit-rotate-left {
-webkit-animation: orbit3 15s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: orbit3 15s linear infinite; /* Firefox 5-15 */
         -o-animation: orbit3 15s linear infinite; /* Opera 12+ */
            animation: orbit3 15s linear infinite; /* Chrome, Firefox 16+, 
                                                     IE 10+, Safari 5 */
	width: 100%;
	height: 100%; 
    background-size: contain;	
    background-repeat: no-repeat;                                                    		
}	
@-webkit-keyframes orbit2 {
	from { 	-webkit-transform: rotate(0deg) translateX(7.5px) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(7.5px) rotate(-360deg); }
}

@-moz-keyframes orbit2 {
	from { 	-moz-transform: rotate(0deg) translateX(7.5px) rotate(0deg); }
	to   {  -moz-transform: rotate(360deg) translateX(7.5px) rotate(-360deg); }
}

@-o-keyframes orbit2 {
	from { 	-o-transform: rotate(0deg) translateX(7.5px) rotate(0deg); }
	to   {  -o-transform: rotate(360deg) translateX(7.5px) rotate(-360deg); }
}

@keyframes orbit2 {
	from { 	transform: rotate(0deg) translateX(7.5px) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(7.5px) rotate(-360deg); }
}

@-webkit-keyframes orbit3 {
	from { 	-webkit-transform: rotate(-360deg) translateX(3.75px) rotate(360deg); }
	to   {  -webkit-transform: rotate(0deg) translateX(3.75px) rotate(0deg); }
}

@-moz-keyframes orbit3 {
	from { 	-moz-transform: rotate(-360deg) translateX(3.75px) rotate(360deg); }
	to   {  -moz-transform: rotate(0deg) translateX(3.75px) rotate(0deg); }
}

@-o-keyframes orbit3 {
	from { 	-o-transform: rotate(-360deg) translateX(3.75px) rotate(360deg); }
	to   {  -o-transform: rotate(0deg) translateX(3.75px) rotate(0deg); }
}

@keyframes orbit3 {
	from { 	transform: rotate(-360deg) translateX(3.75px) rotate(360deg); }
	to   {  transform: rotate(0deg) translateX(3.75px) rotate(0deg); }
}

#fruit-slider .swiper-slide{
    padding-bottom: 50%;
}
#fruit-slider .fruit-main {
    position: absolute;
    content: '';
    left: 36%;
    top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%,-50%);
    z-index: 1;
	transition-duration: 4s;	    
}
#fruit-slider .fruit-light {
    position: absolute;
    content: '';
    left: 36%;
    top: 50%;
	transform: translate(-50%,-50%);
    z-index: 0;
    width: 50%;
    height: 50%;
	transition-duration: 4s;    
}	
#fruit-slider .fruit-light > div {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translate(-50%, -50%);
	height: 200%;
	width: 200%;
	margin: 20px;	
    background-repeat: no-repeat;
    z-index: 1;
}  
#fruit-slider .fruit-text {
    text-align: center;
    height: 70px;
    z-index: 0;
    position: absolute;
    /* transform: translate(-50%,-50%); */
    left: 48%;
    top: 35%;
    font-family: 'Futura';
    font-weight: 800;
    font-size: 110px;
    color: #fff7ce;
    line-height: 100px;
    text-shadow: 0px 0px 38px #0000003b;
    transition-duration: 3s;
    /* word-spacing: 150px; */
    text-align: left;
    word-spacing: 100vw;
    /* text-transform: uppercase; */
}
@media (max-width: 992px){
	#fruit-slider .fruit-text {
		font-size: 70px;
		line-height: 70px;					
	}		
}
@media (max-width: 992px){
	#fruit-slider .fruit-text {
		font-size: 40px;			
		line-height: 40px;			
	}		
}
@media (max-width: 475px){
	#fruit-slider .swiper-slide {
	    padding-bottom: 75%;
	}		
}

/* What is coctail block */

#what-coctail {
	padding: 80px 0px 110px 0px;
	background-color: #fffffe;
}
#what-coctail .title {
    font-size: 60px;
    font-weight: 800;
    color: #575757;
    line-height: 75px;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Futura';   
}
.champagne #what-coctail .title {
	font-size: 65px;
}
#what-coctail .description {
    font-size: 18px;
    color: #3d3d3d;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif, sans-serif;
    font-weight: 400;
}
@media (max-width: 768px){
	#what-coctail .title {	
	    font-size: 65px;
	    line-height: 65px;	
	}
	.champagne #what-coctail .title {
		font-size: 55px;
	}
}
@media (max-width: 425px){
	#what-coctail .title {	
	    font-size: 45px;
	    line-height: 45px;	
	}
	.champagne #what-coctail .title {
		font-size: 35px;
	}
	#what-coctail .description br {
		display: none;
	}
}
#what-coctail .adv-image {
	padding-bottom: 20px;
}	
#what-coctail .adv-title {
    font-family: 'Futura';
    font-size: 22px;
    font-weight: 600;
    color: #3e3e3e;
    padding-bottom: 20px;
}
#what-coctail .adv-description {
	font-size: 17px;
    color: #494949;
    font-family: 'Roboto', sans-serif;
    opacity: 0.8;	
}
#what-coctail .adv-item:first-child .adv-description {
    padding-bottom: 50px;	
}    
.adv-items div:nth-child(1) {
    padding-bottom: 35px;	
} 
.adv-items div:nth-child(4) {

}

/* SECRET PROCESS */

#secret-process {
	background-image: url('/upload/landing/oranges-bg.jpg');
	padding-top: 100px;
	padding-bottom: 110px;
	background-size: cover;
}
#secret-process .title{
	font-size: 60px;	
    font-family: 'Futura';
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #fff;
    padding-bottom: 70px;
    text-transform: uppercase;
}
.wine-landing .secret-items {
	width: 100%;
}
@media (max-width: 768px){
	#secret-process .title{
	    font-size: 55px;
	    line-height: 55px;	
	}
}
#secret-process .secret-item {
	text-align: center;
	margin: 0 auto;
	position: relative;
}		
#secret-process .secret-item-inner {
	position: relative;
}	
#secret-process .secret-item-inner:before {
    position: absolute;
    content: '';
    top: 30%;
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-left: 0px;
    border-bottom: 0px;
}

	#secret-process .secret-items > div:last-child .secret-item-inner:before {
		content: none;	
	}
	.wine-landing #secret-process .secret-items > div:nth-child(4) .secret-item-inner:before {
		content: none;	
	}
	#secret-process .secret-items > div:nth-child(odd){
		padding-bottom: 100px;
	}

@media (min-width: 991px){
	#secret-process .secret-items > div:nth-child(6) .secret-item-inner:before {
		content: none;	
	}
	.wine-landing #secret-process .secret-items > div:nth-child(6) .secret-item-inner:before {
		content: '';	
	}
	.wine-landing #secret-process .secret-items > div:nth-child(even) .secret-item-inner:before {
		content: '';	
	}
	.wine-landing #secret-process .secret-items > div:last-child .secret-item-inner:before {
		content: none;	
	}
	.wine-landing #secret-process .secret-items > div:nth-child(4) .secret-item-inner:before {
		content: ;	
	}
	.champagne #secret-process .secret-items > div:nth-child(4) .secret-item-inner:before {
		content: none;	
	}
	.champagne #secret-process .secret-items > div:nth-child(8) .secret-item-inner:before {
		content: none;	
	}
	.champagne #secret-process .secret-items > div:last-child {
		padding-bottom: 0px!important;
	}	

		
}	
@media (max-width: 991px){
	#secret-process .secret-items > div:nth-child(even) .secret-item-inner:before {
		content: none;	
	}

	#secret-process .secret-items > div:nth-child(odd){
		padding-bottom: 100px;
	}
	#secret-process .secret-items > div:last-child{
		padding-bottom: 55px;
	}
}	
#secret-process .secret-item-inner {
	display: inline-block;
    width: 100%;	
}
#secret-process .secret-description {
	font-size: 19px;
	color: #fff;
}
@media (max-width: 425px){
	#secret-process .secret-description {
		font-size: 15px;
		width: 90%;
		margin: 0 auto;
		color: #fff;
	}
}
#secret-process .secret-image {
	padding-bottom: 30px;
}
#secret-process .secret-items > div:nth-child(1){
	padding-bottom: 100px;	
}	

/* PRICE DESCRIPTION */

#prices-description .prices-main{
	padding-bottom: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.wine #prices-description .prices-text-block {
	top: 12%;
}
@media (max-width: 1400px) {
	#prices-description .prices-main{
		padding-bottom: 56%;
	}
}

@media (max-width: 1199px) {
	#prices-description .prices-main{
		padding-bottom: 100%;
	}
}	

#prices-description .prices-main-block {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 44%;
    transform: translateX(-50%);
    text-align: center;
}
.prices-main-desc a{
	color: #fff;
}
#prices-description .prices-main-name {
	font-family: 'Futura';
    font-weight: 900;
    font-size: 50px;
    color: #fff;	
    padding-bottom: 20px;
}
.wine-landing #prices-description .prices-main-name {	
    color: #fff;	   
}
#prices-description .prices-main-desc {
	font-size: 22px;
	color: #fff;
	padding-bottom: 130px;
}
.wine-landing #prices-description .prices-main-desc {	
    color: #fff;	   
    text-shadow: 1px 1px 15px #000;    
}
#prices-description .prices-main-price {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    background: #fb9130;
    padding: 7px 15px;
    max-width: 200px;
    white-space: nowrap;
}
#prices-description .prices-items {
	padding-left: 15px;
}
#prices-description .prices-item a {
	width: 100%;
    height: 100%;
    display: block;	
}
#prices-description .prices-item {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;    
}
#prices-description .prices-item.prices-item-only {
	padding-bottom: 33%; 
}    
@media (max-width: 1199px) {
	#prices-description .prices-item {	
	    padding-bottom: 50%;
	}
	#prices-description .prices-item.prices-item-only {
		padding-bottom: 50%; 
	}
}
@media (max-width: 991px) {
	#prices-description .prices-item.prices-item-only {
		padding-bottom: 50%; 
	}
}
@media (max-width: 767px) {
	
}
#prices-description .prices-image {
    height: 76%;
    width: 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 17%;
    position: absolute;
    transform: translateY(-50%);
    background-size: auto 100%;  
}  
#prices-description .prices-text-block {
	position: absolute;
	left: 40%;
	top: 26%;
	min-height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
@media (max-width: 1440px) and (min-width: 1200px)	{
	.wine-landing #prices-description .prices-text-block {				
		top: 16%;
		min-height: 70%;		
	}
}
#prices-description .prices-name {   
    font-family: 'Futura';
    font-weight: 900;
    font-size: 30px;
    color: #494949;
    word-spacing: 100vw;
    line-height: 30px;	
    padding-bottom: 20px;
}
.champagne #prices-description .prices-name,
.wine-landing #prices-description .prices-name {   
	word-spacing: unset;
	font-size: 26px;	
}
@media(max-width: 1200px)	{
	.champagne #prices-description .prices-name {
		font-size: 28px;
	}	
}

@media(max-width: 991px)	{
	.champagne #prices-description .prices-name {
		font-size: 22px;
	}	
}
@media(max-width: 767px)	{
	.champagne #prices-description .prices-name {
		font-size: 28px;
	}	
}

#prices-description .prices-coctails {
    font-family: 'Futura';
    font-weight: 300;
    font-size: 20px;
    color: #ff7b1a;
    padding-bottom: 50px;
}
#prices-description .prices-price {
	font-size: 18px;
	color: #fff8f3;
    background-color: #fb9130;
    padding: 7px 15px;
	max-width: 200px;
}
.champagne #prices-description .prices-price {
    font-size: 18px;
    color: #fff8f3;
    background-color: #c9a05e;
    display: inline-block;
    padding: 7px 15px;
    margin-top: auto;
    max-width: 180px;
}
.wine-landing #prices-description .prices-price {
    font-size: 18px;
    color: #fff8f3;
    background-color: #3e0613;
    display: inline-block;
    padding: 7px 15px;
    margin-top: auto;
}
#prices-description .prices-desc {
    /* font-family: 'Futura'; */
    font-weight: 100;
    font-size: 20px;
    color: #494949;
    padding-bottom: 24px;
}
.champagne #prices-description .prices-desc {
    padding-bottom: 20px;
}
#prices-description .prices-desc {
    padding-bottom: 20px;
}	

@media (max-width: 500px) {
	#prices-description .prices-main-block {
	    top: 20%;
	}
	#prices-description .prices-main-name {
	    padding-bottom: 10px;
	    font-size: 35px;
	    line-height: 35px;
	}
	#prices-description .prices-main-desc {
	    padding-bottom: 30px;
	}
	#prices-description .prices-item {
	    padding-bottom: 80%;
	}
}
@media (max-width: 375px) {
	#prices-description .prices-main-block {
	    top: 10%;
	}
	#prices-description .prices-main-name {
	    padding-bottom: 10px;
	    font-size: 30px;
	    line-height: 35px;
	}
	#prices-description .prices-main-desc {
	    padding-bottom: 30px;
	    font-size: 19px;
	}
	#prices-description .prices-main-price {
	    font-size: 18px;
	    max-width: 220px;	    
	}
}
/* REVIEW SLIDER */
#review-slider {
	padding: 80px 0 145px;
	background-color: #ff9130;
	position: relative;
}
#review-slider .title {
    text-align: center;
    font-family: 'Futura';
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}
#review-slider .text {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;	
}
#review-slider .image {
    text-align: center;	
    padding-bottom: 15px;
}
#review-slider .image img {
	max-width: 80px;
	border-radius: 100%;
}
#review-slider .name {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
#review-slider .swiper-review-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    z-index: 9;
}
#review-slider .swiper-pagination-bullet-active {
	position: relative;
}
#review-slider .swiper-pagination-bullet-active:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
}
#review-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;    
}


/* coctail card slider */

#coctail-card {
}
#coctail-card .title {
    font-family: 'Futura';
    font-weight: bold;
    font-size: 55px;
    color: #f7f4f3;
    padding-bottom: 35px;
    position: absolute;
    top: 80px;
    z-index: 9;    
    text-shadow: 1px 1px 5px #00000075;
}

#coctail-card .swiper-cocktail-container {
	width: 100%;
}
#coctail-card .swiper-slide {
    background-size: cover;	
    background-position: center center;    
}
#coctail-card .ingredients-box {
    margin-top: 180px;
    margin-bottom: 150px;
    background-color: #f6f4f4;
    padding: 20px 60px;
    height: 300px;
    overflow: hidden;    
    box-shadow: 1px 1px 3px #0000003b;
}






#coctail-card .ingredient-item {
    padding: 20px 0px;
    border-bottom: 1px solid #e6e4e4;
    width: 100%;
    display: inline-block;
}
#coctail-card .ingredient-item:last-child {
	border-bottom: 0px;
}
#coctail-card .swiper-wrapper {
	box-sizing: border-box;	
}
#coctail-card .ingredient {
	font-family: 'Futura';
	font-weight: bold;
	font-size: 20px;
	color: #494949;
	width: 50%;
	float: left;
}
#coctail-card .gramm {
	font-family: 'Futura';
	font-weight: bold;
	font-size: 20px;
	color: #ff9130;
	width: 50%;
	float: left;
	text-align: right;
}
#coctail-card .swiper-button-next,
#coctail-card .swiper-button-prev {
    bottom: 70px;
    top: unset;
    position: absolute;
    left: 0px;
    padding: 27px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #575757;
}
#coctail-card .swiper-button-next:before,
#coctail-card .swiper-button-prev:before {
	border-left: 1px solid #575757;
	border-top: 1px solid #575757;
}
#coctail-card .swiper-button-next {
    left: 70px;
}
#coctail-card .mCSB_scrollTools {
    right: 0;
    left: unset;
}
.mCSB_inside>.mCSB_container {
    margin-left: 0px;
}

/* Youtube videos block */

#youtube-videos .swiper-wrapper {
	box-sizing: border-box;
}
#youtube-videos .swiper-button-prev {
    left: -50px;
    border: 0px;	
}
#youtube-videos .swiper-button-next {
    right: -50px;
    border: 0px;	
}
#youtube-videos .small-youtube {
	padding-bottom: 15px;
}
#youtube-videos .small-youtube:last-child {
	padding-bottom: 0px;
}
 #youtube-videos .swiper-youtube-container {
	position: relative;
}
 #youtube-videos .arrow-container {
 	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
 }
 #youtube-videos .swiper-button-prev:before,
 #youtube-videos .swiper-button-next:before {
	border-left: 2px solid #575757;
	border-top: 2px solid #575757;
}
#youtube-videos {
	padding: 90px 0 50px 0;
}
#youtube-videos .title {
	padding-bottom: 50px;
	font-family: 'Futura';
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	color: #575757;
	text-align: center;
	text-transform: uppercase;
}
#youtube-videos .youtube-overflow {
	overflow: hidden;
}
.fittobox  .youtube-iframe {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px;           /* don't want it to expand beyond padding */
    position: relative;    /* allow for absolute positioning of child elements */
}
.small-youtube .fittobox .youtube-iframe {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 40%;           /* take up full width available */
    min-width: 37%;
    max-width: 37%;
    padding-top: 20%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px;           /* don't want it to expand beyond padding */
    position: relative;    /* allow for absolute positioning of child elements */
}
.small-youtube .fittobox {
	display: flex;
	position: relative;
}
.small-youtube .fittobox:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
}
.small-youteube .youtube-iframe {
	position: relative;
}
.small-youtube {
	cursor: pointer;
}
#youtube-videos .small-youtube .descr {
    font-family: 'Futura'!important;
    font-size: 20px;
    color: #575757;
    padding-left: 10px;
}
.fittobox iframe {
    position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}
.big-youtube {
    display: inline-block;
    height: 100%;	
}
.small-youtube-col {
    overflow: hidden;	
}
.youtube-row {
    padding-left: 5%;
    padding-right: 5%;
}
.small-youtube-col .mCSB_scrollTools {
    right: 0;
    left: unset;
}
.small-youtube {
	max-width: 500px;
}
.big-youtube .descr {
	display: none;
}
@media (max-width: 1200px){
	.small-youtube-container {
		position: relative;
	    margin-left: auto;
	    margin-right: auto;		
	    padding: 0px;
	}
	#youtube-videos .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	    width: 100%;
	    height: 15px;
	    width: 15px;
	    margin: 0px auto;
	}
	#youtube-videos .small-youtube {
	    width: 400px;
	    max-width: 400px;
		
	}
	.small-youtube-row {
	    flex-wrap: nowrap!important;	
	}
	.small-youtube .fittobox .youtube-iframe{
	    width: 100%;
	    min-width: 100%;
	    max-width: 100%;
	    padding-top: 56.25%;
	}
	.small-youtube .fittobox {
		flex-direction: column;
	}
	#youtube-videos .small-youtube .descr {
		padding-left: 0px;
		padding-top: 5px;
		font-size: 14px;
	}
	#youtube-videos .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	    bottom: 30px;
	}
	#youtube-videos .mCSB_container_wrapper>.mCSB_container {
	    padding-bottom: 0px;
    }
}
@media (max-width: 767px){
	#youtube-videos .small-youtube {
	    width: 200px;
	    max-width: 200px;		
	}
	#youtube-videos .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	    bottom: 10px;
	}
}	

@media (min-width: 1200px){
	#youtube-videos .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		visibility: hidden
	}
	#youtube-videos .mCSB_container_wrapper {
		margin-bottom: 7px
	}
}
/* Event block css */
#event-photos {
	padding-top: 50px;	
}
#event-photos .title {
	padding-bottom: 50px;
	font-family: 'Futura';
	font-weight: bold;
	font-size: 60px;
	color: #575757;
	text-align: center;
	text-transform: uppercase;
}
#event-photos .event-item {
	position: relative;
}
#event-photos .event-item:hover:after {
    position: absolute;
    content: "";
    background-image: url(/bitrix/templates/wines_template/images/add.svg);
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #584e3e;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pointer-events: none;	
}
#event-photos .event-item:hover:before {
	position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pointer-events: none;	
}
@media (max-width: 475px){
	#event-photos .title {
		font-size: 40px;
	}	
}
#event-photos .event-item {
    background-repeat: no-repeat;
    background-size: cover;
    width: 16.66%; /* 6 items */
    padding-bottom: 16.66%; 
    float: left;
}
@media (max-width: 992px){
	#event-photos .event-item {
		width: 25%; /* 4 items */
		padding-bottom: 25%;
	}	
}

   




@media (max-width: 1200px){
	
}

@media (max-width: 991px){
	#what-coctail .image-block {
		margin-top: 30px;	
	}
	#what-coctail {
		padding: 60px 0;
	}
	#secret-process {
		padding-top: 60px;
		padding-bottom: 10px
	}
	#review-slider {	    
	    padding-top: 50px;
	    padding-bottom: 90px;
	}
	#review-slider .swiper-review-pagination {
		bottom: 60px;
	}
	#coctail-card .ingredients-box {
		margin-top: 160px;
	}
	#coctail-card .title {
		top: 60px		
	}
	#youtube-videos {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	#sign-up-section {
		padding-bottom: 30px;
	}
	#what-coctail .title {
		font-size: 50px;
	}	
}

@media (max-width: 767px){

	/* secret */	
	#secret-process .secret-items > div:nth-child(odd) {
	    padding-bottom: 50px;
	}
	#secret-process .secret-items > div:nth-child(1) {
	    padding-bottom: 50px;
	}
	#what-coctail .title {
		font-size: 40px;
	}
	
	/* reviews */		
	#review-slider {	    
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.swiper-review-container {
		overflow: hidden;
	}
	#review-slider .swiper-review-pagination {
	    bottom: 60px;
	} 

	#prices-description .prices-item.prices-item-only {
		padding-bottom: 100%; 
	}
	
	/* coctail card */		
	#coctail-card .ingredients-box {
		padding: 20px 20px;
	    padding-left: 0px;
	    padding-right: 10px;
	}
	.ingredients-box .mCSB_inside>.mCSB_container {
    	margin-left: 15px;
	}
	coctail-card .ingredient {
	    line-height: initial;
	}
	#coctail-card .title {
	    font-size: 47px;
	    line-height: 37px;
	}
	#coctail-card .swiper-wrapper {
		box-sizing: border-box;
	} 
	#coctail-card .ingredient {
	    font-size: 16px;
	    width: 70%;
	}
	#coctail-card .gramm {
	    font-size: 16px;
	    width: 30%;
	}
	/* prices */
	
	#prices-description .prices-item {
		padding-bottom: 100%!important;
	}
	.champagne #prices-description .prices-item {
		padding-bottom: 120%!important;
	}
	.champagne #prices-description .prices-image {
		left: 10%;
	}
	.champagne #prices-description .prices-text-block {
		top: 20%;
	}
	.champagne #prices-description .prices-price {
		
white-space: nowrap;
	}
	
	/* event photos */	
	#event-photos .event-item {
		width: 33.33%; /* 3 items */
		padding-bottom: 33.33%;
	} 
	
	/* sign up */
	#sign-up-section .title {
		
	}
		
}

@media (max-width: 475px){
	#fruit-slider .fruit-main {
    	left: 25%;
    }
    #secret-process .title,
    #review-slider .title,	
	#event-photos .title,
	#youtube-videos .title,
	#coctail-card .title {
	    font-size: 35px;
	    line-height: 35px;
	}
	
	#prices-description .prices-coctails {
	    padding-bottom: 20px;	
	}
	#what-coctail .title {
		font-size: 30px;
	}
		 	
}
/* End */


/* Start:/local/components/wines/get.element/templates/youtube-videos/style.css?162508324027*/
d-none {
	display: none;
}

/* End */


/* Start:/non-alcoholic_drinks/style.css?1786973358322*/
#fruit-slider .fruit-text {
	left: 43%;
	font-size: 90px;
}
@media (max-width: 992px){
	#fruit-slider .fruit-text {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 475px){
	#fruit-slider .fruit-text {
		font-size: 22px;
		line-height: 30px;
		left: 41%;		
	}
	#fruit-slider .fruit-main {
		left: 28%;
	}
}
/* End */
/* /bitrix/templates/wines_template/css/landing.css?162508323728189 */
/* /local/components/wines/get.element/templates/youtube-videos/style.css?162508324027 */
/* /non-alcoholic_drinks/style.css?1786973358322 */
