html, body { font-size:14px;line-height:18px;height:100%;color:#000;font-family: Arial, Helvetica, sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0;margin: 0;outline: 0;padding: 0; }

/* Add font */
/* Add: fonts/dir_name/font_name_font.css - more fonts */
/* Add example in index.php: <link rel="stylesheet" href="<?php echo $link_www_src; ?>fonts/proxima/font_proxima.css"> */
/* Edit styles: partners, search, cookies, mobile contact, facebook - dir: /css/functions.css */

@media screen and (min-width: 1100px) {
	
.wrapper { 
	width: 100%;
	height: 5.7vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: #fff;
}
	.wrapper__wrap {
		width: calc(100% - 4vw);
	}
		.wrapper__logo { 
			position: absolute;
			left: 0;
		}	
			.wrapper__logo--img {
				height: 3.75vw;
				height: auto;
			}
			.wrapper__menu--name { 
				list-style: none; 
				position: relative;
			}
			.wrapper__menu--name:last-child .menu-hr { 
				display: none; 
			}
				.wrapper__menu--href { 
					position: relative;
					font: normal normal normal 1vw/5.7vw 'DM Serif Display';
					color: #1f1f1f;
					text-transform: uppercase;
					text-decoration: none;
					padding: 0 1.8vw 0 1.8vw; 
					display: inline-block; 
					margin: 0 0.5vw 0 0.5vw;
				}
				.wrapper__menu--href:hover { 
					color: #db423e;
				}
				.wrapper__menu--active {
					color: #db423e;
				}
				.wrapper__menu--href,
				.wrapper__menu--href:after,
				.wrapper__menu--href:before {
					transition: all .5s;
				}		
				.wrapper__menu--href:after {
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto;
					width: 0%;
					content: '.';
					color: transparent;
					background: #fff;
					height: 3px;
					-webkit-border-top-left-radius: 10px;
					-webkit-border-top-right-radius: 10px;
					-moz-border-radius-topleft: 10px;
					-moz-border-radius-topright: 10px;
					border-top-left-radius: 10px;
					border-top-right-radius: 10px;
				}
				.wrapper__menu--active:after,
				.wrapper__menu--href:hover:after {
					width: 100%;
					background: #db423e;
				}									
		.menuPhone {
			display: none !important; 
		}
		.wrapper__link {
			position: absolute;
			right: 0;
			border: 2px solid #db423e;
			background-color: #fff;
			color: #1f1f1f;
			font-size: 1vw;
		}
		.wrapper__link:hover {
			background-color: #db423e;
			color: #fff;			
		}

/* ///////////////// HOME ///////////////// */

.hero {
	position: relative;
	height: calc(100vh - 5.7vw);
	margin-top: 5.7vw;
}
	.hero__wrap {
		width: calc(100% - 4vw);
	}
		.hero__box {
			position: relative;
		}
			.hero__box--account {
				position: absolute;
				width: 73.3vw;
				height: auto;
				z-index: 1;
			}
			.hero__box--header_70 {
				z-index: 2;
			}
		.hero__contact {
			position: absolute;
			left: 0;
			bottom: 1.6vw;
		}
			.hero__contact p {
				padding: 0.2vw 0 0.2vw 4vw;
				background-size: 3.54vw !important;
				margin: 0 2vw 0 0;
			}	
			.hero__contact p:nth-of-type(1) {
				background: url('images/iconPin.svg') left no-repeat;
			}
			.hero__contact p:nth-of-type(2) {
				background: url('images/iconPhone.svg') left no-repeat;
			}
			.hero__contact a {
				text-decoration: none;
				color: #fff;
			}
	.hero__scrollDown {
		position: absolute;
		bottom: 1.6vw;
		cursor: pointer;
		width: 3.54vw;
		height: auto;
	}		

.homeOffer {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
	.homeOfferItem {
		height: 31.6vw;
		border-right: 1px solid #e8e8e8;
		transition: 0.2s;
		text-decoration: none;
		flex-flow: column;
		background-color: #fff;
		padding: 0 2vw;
	}
	.homeOfferItem.offerItem {
		flex-flow: row;
		height: 6vw;
		background-color: #f8f8f8;
	}
	.homeOfferItem:hover,
	.homeOfferItem.active {
		background-color: #db423e;
	}
		.homeOfferItem__header {
			color: #db423e;
			text-align: center;
			font: normal normal normal 1.5vw/2vw 'DM Serif Display';
			margin: 0 0 1.8vw 0;
		}
		.homeOfferItem__header.offerItem {
			margin: 0 0 0 1.4vw;
			font: normal normal normal 1.35vw/1.6vw 'DM Serif Display';
			text-align: left;

		}
		.homeOfferItem:hover .homeOfferItem__header,
		.homeOfferItem.active .homeOfferItem__header {
			color: #fff;
		}
		.homeOfferItem .mainPhoto {
			height: auto;
			width: auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.homeOfferItem .mainPhoto .mainPhoto__img {
			width: auto;
			height: 3.6vw;
			margin-bottom: 1.6vw;
			filter: brightness(0) saturate(100%) invert(38%) sepia(6%) saturate(5042%) hue-rotate(313deg) brightness(107%) contrast(125%);
		}
		.homeOfferItem.offerItem .mainPhoto .mainPhoto__img {
			height: 2.6vw;
			margin-bottom: 0;
		}
		.homeOfferItem:hover .mainPhoto .mainPhoto__img,
		.homeOfferItem.active .mainPhoto .mainPhoto__img {
			filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(0%) hue-rotate(126deg) brightness(104%) contrast(105%);
		}
		.homeOfferItem__text_16 {
			text-align: center;
			height: 6.4vw;
			min-height: 6.4vw;
		}
		.homeOfferItem:hover .homeOfferItem__text_16,
		.homeOfferItem.active .homeOfferItem__text_16 {
			color: #fff;
		}
		.homeOfferItem__link {
			margin: 1vw 0 0 0;
		}
		.homeOfferItem:hover .homeOfferItem__link,
		.homeOfferItem.active .homeOfferItem__link {
			color: #1f1f1f;
			background-color: #fff;
		}
	.homeOfferItem:nth-child(4) {
		border-right: none;
	}

.homeAbout {
	height: 39.45vw;
	position: relative;
}
	.homeAbout__box {
		width: 38%;
		margin: 0 0 0 0;
	}
		.homeAbout__box--link {
			margin-top: 2.5vw;
		}

.accountText {
	position: absolute;
	width: 73.3vw;
	height: auto;
	left: calc(50% - 36.65vw);
	bottom: -5.9vw;
	z-index: 1;
}

.homeContact {
	background-color: #0e0e0f;
	padding: 7vw 0 8vw 0;
}
.homeContact.contact {
    padding: 0;
    height: calc(100vh - 5.7vw);
    position: absolute;
    width: 100%;
    top: 5.7vw;
}
		.homeContactData {
			width: 21vw;
			border-right: 1px solid #343536;
		}	
			.homeContactData__header {
				margin-bottom: 2.2vw;
			}
			.homeContactData__header--header_50 {
				margin: 0 2vw 0 0;
			}
			.homeAbout__box--text {
				font: normal normal normal 1.05vw/1.8vw Roboto;
				color: #fff;
				letter-spacing: 0.02vw;
			}
			.homeAbout__box--text strong {
				font: normal normal normal 0.95vw/1.8vw 'DM Serif Display';
				color: #db423e;
			}
			.homeAbout__box--text a {
				text-decoration: none;
				color: #fff;
			}
			.homeAbout__box--text p {
				margin-bottom: 1.4vw;
			}
			.homeAbout__box--text p:last-of-type {
				margin-bottom: 0;
			}
		.homeContactForm {
			width: 50.7vw;
		}
			.form__left {
				width: 100%;
				display: grid;
				grid-template-columns: repeat(3,1fr);
				gap: 1.5vw;
				margin-bottom: 1.5vw;
			}
					.form__box--label {
						display: none;
					}
					.form__box--input { 
						width: 100%;
						height: 2.9vw;
						padding: 0 0 0 1vw;
						border: none;
						border: 1px solid #343536;
						background: transparent;
						font: normal normal normal 0.85vw/1.4vw Roboto;
						color: #fff;
					}	
					.form__box--input.input-id5 {
						background-color: #fff;
						color: #666666;
					}
					.form__box--inputCode {
						width: 14.4vw;
					}		
					.form__box--textarea  { 
						width: 100%;
						max-width: 100%;
						height: 6vw;
						max-height: 6vw;
						padding: 1vw 0 0 1vw;
						border: none;
						border: 1px solid #343536;
						background: transparent;
						font: normal normal normal 0.85vw/1.4vw Roboto;
						color: #fff;
						resize: unset;
					}	
					.form__box--textarea.input-id5 {
						background-color: #fff;
						color: #666666;
					}	
				.formBoxCode {
					width: auto;
				}
				.form__sendBox {
					margin: 1vw 0 0 0;
					width: 100%;
					align-items: flex-end;
				}		
			.formSubmit  { 
				float: right;
				border: none;
				/* border: 0 solid #dedede; */
				cursor: pointer; 
			}
			.form-input:focus, 
			.form-textarea:focus, 
			.form-submit:focus { 
				outline: none; 
			}
		
			.controlGroup {
				position: relative;
				margin: 0;
			}	
				.controlGroup__label {
					font: normal normal 300 0.75vw/1vw Roboto;
					letter-spacing: 0.01vw;
					color: #666666;
					padding: 0.15vw 0 0 30px;
					margin: 0.8vw 0 0 0;
					cursor: pointer;
				}
					.controlGroup__label a {
						text-decoration: none;
						color: #fff;
					}
				.controlGroup__label--input {
					position: absolute;
					z-index: -1;
					opacity: 0;
				}
				.controlIndicator {
					position: absolute;
					top: 2px;
					left: 0;
					height: 17px;
					width: 17px;
					background: transparent;
					border: 1px solid #343536;
				}
				.control-radio .controlIndicator {
					border-radius: 'undefined%';
				}
				.controlGroup__label:hover input ~ .controlIndicator,
				.controlGroup__label input:focus ~ .controlIndicator {
					background: transparent;
				}
				.controlGroup__label input:checked ~ .controlIndicator {
					background: url('images/checked_icon.png') center no-repeat;
				}

/* ///////////////// ABOUT ///////////////// */				

.aboutMain {
	padding: 10vw 0 6.8vw 0;
}
.aboutMain.offerItem {
	padding: 6vw 0 6vw 0;
}
	.aboutMain__wrap {
		flex-wrap: nowrap;
	}
	.aboutMain__photo {
		width: 43.45vw;
		height: auto;
	}
	.aboutMain__text {
		width: 28.4vw;
	}

/* ///////////////// OFFER ///////////////// */		

.offerTextAdd {
	background-color: #f8f8f8;
	padding: 5.4vw 0 5.4vw 0;
}
	.offerTextAdd__text_16 {
		margin-bottom: 2.4vw;
	}
	.offerTextAdd__text_16 h2,
	.offerTextAdd__text_16 h3,
	.offerTextAdd__text_16 h4 {
		font-size: 1.15vw;
		margin-bottom: 1.6vw;
		font-weight: 400;
	}
	.offerTextAdd__text_16 ul {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 0 4vw;
	}

/* ///////////////// VIDEO ///////////////// */	

.videoMain {
	margin: 10vw 0 4.3vw 0;
}

.videoMainContainer {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1vw;
}

.videoItem iframe {
	width: 100%;
	height: 25vw;
}

/* ///////////////// FOOTER ///////////////// */	

footer { 
    height: 4vw;
    margin: -4vw 0 0 0;
}
footer.footer-id5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
	.footer__wrap {
		width: calc(100% - 4vw);
	}
		.scrollUp {
			position: absolute;
			left: 0;
			cursor: pointer;
		}
			.footer__menu {
				margin-right: 3vw;
			}
				.footer__menu--name {
					width: auto;
					list-style: none; 
					margin: 0 0 0 3vw;
				}
					.footer__menu--href {
						display: inline-block; 
						text-decoration: none;
						font: normal normal normal 0.85vw/1vw Roboto;
						letter-spacing: 0.01vw;
						color: #666666;					
					}
					.footer__menu--href:hover { 
						color: #fff;
					}
					.footer__menu--active {
						color: #fff;
					}					

.soda-tip { 
	display:inline;
	opacity: 0.6 
}
.soda-tip:hover { 
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out; 
}
.soda-tip:hover:after { 
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #dc407f;
	content: attr(title);
	left: -110px;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	z-index: 98;
	width: 140px;
	font-size:11px; 
}
.soda-tip:hover:before { 
	border: solid;
	border-color: rgba(0,0,0,.8) transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 40%;
	position: absolute;
	z-index: 99; 
}
.soda a { 
	float: right;
}
.soda {
	position: relative;
	float: left;
}
	.soda a img {
		position: relative;
		float: left;
		width: 60px;
	}
						
}

@media screen and (min-width: 0px) and (max-width: 1099px) {
	
	.wrapper { 
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		background-color: #fff;
	}
		.wrapper__wrap {
			justify-content: flex-start;
		}
			.wrapper__logo { 
				position: relative;
			}	
				.wrapper__logo--img {
					height: 46px;
					width: auto;
					margin: 7px 0;
				}
				.wrapper__menu { 
					width: 100%;
					display: none;
					margin-bottom: 30px;
				}
				.wrapper__menu--name { 
					width: 100%;
					display: flex;
					justify-content: center;
					align-items: center;
					list-style: none; 
					margin: 10px 0 10px 0;
				}
				.wrapper__menu--name:last-child .menu-hr { 
					display: none; 
				}
					.wrapper__menu--href { 
						position: relative;
						font: normal normal normal 20px/34px 'DM Serif Display';
						color: #1f1f1f;
						text-transform: uppercase;
						text-decoration: none;
						display: inline-block; 
					}
					.wrapper__menu--href:hover { 
						color: #db423e;
					}
					.wrapper__menu--active {
						color: #db423e;
					}
					.wrapper__menu--href,
					.wrapper__menu--href:after,
					.wrapper__menu--href:before {
						transition: all .5s;
					}		
					.wrapper__menu--href:after {
						position: absolute;
						bottom: 0;
						left: 0;
						right: 0;
						margin: auto;
						width: 0%;
						content: '.';
						color: transparent;
						background: #fff;
						height: 3px;
						-webkit-border-top-left-radius: 10px;
						-webkit-border-top-right-radius: 10px;
						-moz-border-radius-topleft: 10px;
						-moz-border-radius-topright: 10px;
						border-top-left-radius: 10px;
						border-top-right-radius: 10px;
					}
					.wrapper__menu--active:after,
					.wrapper__menu--href:hover:after {
						width: 100%;
						background: #db423e;
					}									
			.menuPhone {
				position: absolute;
				right: 0;
				top: 17px;
				cursor: pointer;
				height: 30px;
				filter: brightness(100);
			}
			.wrapper__link {
				position: absolute;
				top: 10px;
				right: 40px;
				border: 2px solid #db423e;
				background-color: #fff;
				color: #1f1f1f;
			}
			.wrapper__link:hover {
				background-color: #db423e;
				color: #fff;			
			}
	
	/* ///////////////// HOME ///////////////// */
	
	.hero {
		position: relative;
		height: calc(100vh - 64px);
		margin-top: 64px;
	}
		.hero__wrap {
			/* width: calc(100% - 4vw); */
		}
			.hero__box {
				position: relative;
				margin-bottom: 12vw;
			}
				.hero__box--account {
					position: absolute;
					width: 73.3vw;
					height: auto;
					z-index: 1;
				}
				.hero__box--header_70 {
					z-index: 2;
					font-size: 12vw;
					line-height: 14vw;
				}
			.hero__contact {
				position: absolute;
				left: 0;
				bottom: 1.6vw;
				display: none;
			}
				.hero__contact p {
					padding: 0.2vw 0 0.2vw 4vw;
					background-size: 3.54vw !important;
					margin: 0 2vw 0 0;
				}	
				.hero__contact p:nth-of-type(1) {
					background: url('images/iconPin.svg') left no-repeat;
				}
				.hero__contact p:nth-of-type(2) {
					background: url('images/iconPhone.svg') left no-repeat;
				}
				.hero__contact a {
					text-decoration: none;
					color: #fff;
				}
		.hero__scrollDown {
			position: absolute;
			bottom: 20vw;
			cursor: pointer;
			width: 64px;
			height: auto;
		}		
	
	.homeOffer {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
	}
	.homeOffer.jumpToSection {
		grid-template-columns: repeat(1,1fr);
	}
		.homeOfferItem {
			/* height: 80vw; */
			border-right: 1px solid #e8e8e8;
			transition: 0.2s;
			text-decoration: none;
			flex-flow: column;
			background-color: #fff;
			padding: 10vw;
			border-bottom: 1px solid #db423e;
		}
		.homeOfferItem:last-child(1) {
			/* border: none; */
		}
		.homeOfferItem.offerItem {
			flex-flow: row;
			height: 40px;
			background-color: #f8f8f8;
		}
		.homeOfferItem:hover,
		.homeOfferItem.active {
			background-color: #db423e;
		}
			.homeOfferItem__header {
				color: #db423e;
				text-align: center;
				font: normal normal normal 8vw/10vw 'DM Serif Display';
				margin: 0 0 4vw 0;
			}
			.homeOfferItem__header.offerItem {
				margin: 0 0 0 1.4vw;
				font: normal normal normal 4vw/6vw 'DM Serif Display';
				text-align: left;
	
			}
			.homeOfferItem:hover .homeOfferItem__header,
			.homeOfferItem.active .homeOfferItem__header {
				color: #fff;
			}
			.homeOfferItem .mainPhoto {
				height: auto;
				width: auto;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.homeOfferItem .mainPhoto .mainPhoto__img {
				width: auto;
				height: 60px;
				margin-bottom: 20px;
				filter: brightness(0) saturate(100%) invert(38%) sepia(6%) saturate(5042%) hue-rotate(313deg) brightness(107%) contrast(125%);
			}
			.homeOfferItem.offerItem .mainPhoto .mainPhoto__img {
				height: 60px;
				margin-bottom: 0;
			}
			.homeOfferItem:hover .mainPhoto .mainPhoto__img,
			.homeOfferItem.active .mainPhoto .mainPhoto__img {
				filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(0%) hue-rotate(126deg) brightness(104%) contrast(105%);
			}
			.homeOfferItem__text_16 {
				text-align: center;
			}
			.homeOfferItem:hover .homeOfferItem__text_16,
			.homeOfferItem.active .homeOfferItem__text_16 {
				color: #fff;
			}
			.homeOfferItem__link {
				margin: 20px 0 0 0;
			}
			.homeOfferItem:hover .homeOfferItem__link,
			.homeOfferItem.active .homeOfferItem__link {
				color: #1f1f1f;
				background-color: #fff;
			}
		.homeOfferItem:nth-child(4) {
			border-right: none;
		}
	
	.homeAbout {
		/* height: 39.45vw; */
		position: relative;
	}
	.homeAbout::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,.7);
	}
	.homeAbout.sec::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.4);
	}
		.homeAbout__box {
			width: 100%;
			margin: 10vw 0 10vw 0;
		}
			.homeAbout__box--link {
				margin-top: 6vw;
			}
	
	.accountText {
		position: absolute;
		width: 73.3vw;
		height: auto;
		left: calc(50% - 36.65vw);
		bottom: -5.9vw;
		z-index: 1;
	}
	
	.homeContact {
		background-color: #0e0e0f;
		padding: 10vw 0 calc(60px + 3vw) 0;
	}
	.homeContact.contact {
		padding: calc(64px + 8vw) 0 calc(60px + 3vw) 0;
		/* padding: 0;
		height: auto;
		position: absolute;
		width: 100%; */
		/* top: 5.7vw; */
	}
			.homeContactData {
				width: 100%;
				border-right: 1px solid #343536;
				display: flex;
				justify-content: center;
				align-items: center;
				flex-flow: column;
				margin-bottom: 10vw;
			}	
				.homeContactData__header {
					margin-bottom: 5vw;
				}
				.homeContactData__header--header_50 {
					margin: 0 2vw 0 0;
					font-size: 10vw;
					line-height: 14vw;
				}
				.homeAbout__box--text {
					font: normal normal normal 20px/28px Roboto;
					color: #fff;
					letter-spacing: 0.02vw;
					text-align: center;
				}
				.homeAbout__box--text strong {
					font: normal normal normal 16px/20px 'DM Serif Display';
					color: #db423e;
				}
				.homeAbout__box--text a {
					text-decoration: none;
					color: #fff;
				}
				.homeAbout__box--text p {
					margin-bottom: 30px;
				}
				.homeAbout__box--text p:last-of-type {
					margin-bottom: 0;
				}
			.homeContactForm {
				width: 100%;
			}
				.form__left {
					width: 100%;
					display: grid;
					grid-template-columns: repeat(1,1fr);
					gap: 1.5vw;
					margin-bottom: 1.5vw;
				}
						.form__box--label {
							display: none;
						}
						.form__box--input { 
							width: 100%;
							height: 50px;
							padding: 0 0 0 15px;
							border: none;
							border: 1px solid #343536;
							background: transparent;
							font: normal normal normal 16px/24px Roboto;
							color: #fff;
						}	
						.form__box--input.input-id5 {
							background-color: #fff;
							color: #666666;
						}
						.form__box--inputCode {
							/* width: 14.4vw; */
						}		
						.form__box--textarea  { 
							width: 100%;
							max-width: 100%;
							height: 200px;
							max-height: 200px;
							padding: 15px 0 0 15px;
							border: none;
							border: 1px solid #343536;
							background: transparent;
							font: normal normal normal 16px/24px Roboto;
							color: #fff;
							resize: unset;
						}	
						.form__box--textarea.input-id5 {
							background-color: #fff;
							color: #666666;
						}	
					.form__boxCode {
						width: 100%;
					}
					.form__sendBox {
						margin: 1vw 0 0 0;
						width: 100%;
						align-items: center;
						flex-flow: column;
					}		
				.formSubmit  { 
					margin: 20px 0;
					border: none;
					/* border: 0 solid #dedede; */
					cursor: pointer; 
				}
				.form-input:focus, 
				.form-textarea:focus, 
				.form-submit:focus { 
					outline: none; 
				}
			
				.controlGroup {
					position: relative;
					margin: 0;
				}	
					.controlGroup__label {
						font: normal normal 300 14px/20px Roboto;
						letter-spacing: 0.01vw;
						color: #666666;
						padding: 2px 0 0 30px;
						margin: 0 0 0 0;
						cursor: pointer;
					}
						.controlGroup__label a {
							text-decoration: none;
							color: #fff;
						}
					.controlGroup__label--input {
						position: absolute;
						z-index: -1;
						opacity: 0;
					}
					.controlIndicator {
						position: absolute;
						top: 2px;
						left: 0;
						height: 17px;
						width: 17px;
						background: transparent;
						border: 1px solid #343536;
					}
					.control-radio .controlIndicator {
						border-radius: 'undefined%';
					}
					.controlGroup__label:hover input ~ .controlIndicator,
					.controlGroup__label input:focus ~ .controlIndicator {
						background: transparent;
					}
					.controlGroup__label input:checked ~ .controlIndicator {
						background: url('images/checked_icon.png') center no-repeat;
					}
	
	/* ///////////////// ABOUT ///////////////// */				
	
	.aboutMain {
		padding: 10vw 0 6.8vw 0;
	}
	.aboutMain.offerItem {
		padding: 0 0 6vw 0;
	}
		.aboutMain__wrap {
			/* flex-wrap: nowrap; */
		}
		.aboutMain__photo {
			width: 100%;
			height: auto;
		}
		.aboutMain__text {
			margin: 8vw 0 0 0;
			/* width: 28.4vw; */
		}
		.aboutMain.offerItem .aboutMain__text {
			margin-bottom: 6vw !important;
		}
	
	/* ///////////////// OFFER ///////////////// */		
	
	.offerTextAdd {
		background-color: #f8f8f8;
		padding: 8vw 0 8vw 0;
	}
		.offerTextAdd__text_16 {
			margin-bottom: 2.4vw;
		}
		.offerTextAdd__text_16 h2,
		.offerTextAdd__text_16 h3,
		.offerTextAdd__text_16 h4 {
			font-size: 18px;
			margin-bottom: 20px;
			font-weight: 400;
		}
		.offerTextAdd__text_16 ul {
			/* display: grid;
			grid-template-columns: repeat(2,1fr);
			gap: 0 4vw; */
		}
	
	/* ///////////////// VIDEO ///////////////// */	
	
	.videoMain {
		margin: calc(64px + 8vw) 0 8vw 0;
	}
	
	.videoMainContainer {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
	}
	
	.videoItem iframe {
		width: 100%;
		height: 60vw;
	}
	
	/* ///////////////// FOOTER ///////////////// */	
	
	footer { 
		height: 60px;
		margin: -60px 0 0 0;
	}
	footer.footer-id5 {
		/* position: absolute;
		left: 0;
		bottom: 0;
		width: 100%; */
	}
		.footer__wrap {
			/* width: calc(100% - 4vw); */
			justify-content: space-between;
		}
			.scrollUp {
				position: absolute;
				left: 0;
				cursor: pointer;
				display: none;
			}
				.footer__menu {
					margin-right: 3vw;
				}
					.footer__menu--name {
						width: auto;
						list-style: none; 
						margin: 0 20px 0 0;
					}
						.footer__menu--href {
							display: inline-block; 
							text-decoration: none;
							font: normal normal normal 14px/20px Roboto;
							letter-spacing: 0.01vw;
							color: #666666;					
						}
						.footer__menu--href:hover { 
							color: #fff;
						}
						.footer__menu--active {
							color: #fff;
						}					
	
	.soda-tip { 
		display:inline;
		opacity: 0.6 
	}
	.soda-tip:hover { 
		opacity: 1;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out; 
	}
	.soda-tip:hover:after { 
		background: #333;
		background: rgba(0,0,0,.8);
		border-radius: 5px;
		bottom: 26px;
		color: #dc407f;
		content: attr(title);
		left: -110px;
		padding: 5px 10px;
		text-align: center;
		position: absolute;
		z-index: 98;
		width: 140px;
		font-size:11px; 
	}
	.soda-tip:hover:before { 
		border: solid;
		border-color: rgba(0,0,0,.8) transparent;
		border-width: 6px 6px 0 6px;
		bottom: 20px;
		content: "";
		left: 40%;
		position: absolute;
		z-index: 99; 
	}
	.soda {
		position: relative;
	}
		.soda a img {
			position: relative;
			width: 60px;
		}
							
	}