/* BASE
======================================================== */
/* main
-------------------------------------------------------- */
* {
	padding: 0; 
	margin: 0;
	box-sizing: border-box;
}

html {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	text-align: left;
	position: relative;
	min-height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: rgb(213,213,255);
	background: linear-gradient(100deg, rgba(213,213,255,0.3) 0%, rgba(243,209,255,0.3) 50%, rgba(249,233,255,0.3) 100%);
}

body {
	margin: 0;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

::selection {
	background: #f6699B;
	color: #fff;
}

:focus {
	outline: 0px;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

input, button {
	border: 0;
	border-radius: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input:focus, button:focus, textarea:focus {
	outline: 0;
}

button {
	overflow: visible;
	text-transform: none;
}

select {
	text-transform: none;
}

textarea {
	overflow: auto;
	border: 0px;
}

/* text
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p  {
	font-size: 18px;
	line-height: 150%;
	padding: 0;
	margin: 0;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	text-decoration: none;
}

a[href^="tel"],
a[href^="sms"] {
  text-decoration: none;
  cursor: default;
}

a[href^="tel"]:before,
a[href^="sms"]:before {
  display: none;
}

/* CUSTOM PROJECT CSS
======================================================== */
/* header
-------------------------------------------------------- */
.header {
	min-height: 65px;
	width: 100%;
}

/* footer
-------------------------------------------------------- */
.footer__sun {
	height: 60px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* section
-------------------------------------------------------- */
.section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* container
-------------------------------------------------------- */
.container {
	width: 100%;
	padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 414px) {
	.container {
		max-width: 414px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}

@media (min-width: 1120px) {
	.container {
		max-width: 1120px;
	}
}

/* intro
-------------------------------------------------------- */
.intro {
	position: relative;
}

.intro__img {
	display: none;
	width: 100%;
}
.intro__img--selected {
	display: block;
}

@media (min-width: 1120px) {
	.intro__img {
		position: relative;
		width: auto;
		border-radius: 30px 0 0 30px;
		z-index: 3;
		box-shadow: 3px 5px 100px #77598d91;
	}
	.intro__text {
		display: flex;
		align-items: center;
		width: 350px;
	}
	.intro__slider {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}

@media (min-width: 1460px) {
	.intro__text {
		width: 50%;
	}	
}

/* line
-------------------------------------------------------- */
.line {
	width: 100%;
	height: 1px;
	background: #c7c7c7;
}

/* product
-------------------------------------------------------- */
.product-wrapper {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}

.product:hover {
	cursor: pointer;
}

.product__img {
	width: 100px;
	min-width: 100px;
	border-radius: 20px;
}
.product__img:hover,
.product__img--selected {
	box-shadow: 3px 5px 35px #77598d91;
}
.product--black.product--selected .product__img {
	border: 3px solid #6d6d6d;
}
.product--pink.product--selected .product__img {
	border: 3px solid #f6699B;
}
.product--white.product--selected .product__img {
	box-shadow: 3px 5px 35px #77598d91;
	border: 3px solid #cdc1b0;
}

/* why
-------------------------------------------------------- */
.why-wrapper {
	display: grid;
	gap: 40px;
}

.why {
	display: flex;
	align-items: top;
}

.why__img {
	width: 100px;
	min-width: 100px;
	border-radius: 20px;
}

.why__content {
	padding: 0 30px;
}

@media (min-width: 992px) {
	.why-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.why {
		align-items: center;
	}
	.why__img {
		min-width: 150px;
	}
}

@media (min-width: 1120px) {
	.why__img {
		box-shadow: 3px 5px 35px #77598d91;
	}	
}

/* video
-------------------------------------------------------- */
@media (min-width: 1120px) {
	.video {
		border-radius: 30px;
		box-shadow: 3px 5px 100px #77598d91;
	}
	.video-wrapper {
		width: 100%;
		padding: 0 20px;
		margin-top: 50px;
		margin-right: auto;
		margin-left: auto;
		max-width: 1120px;
	}
}

/* testimonial
-------------------------------------------------------- */
.testimonial-wrapper {
	display: grid;
	gap: 40px;
}

.testimonial {
	padding: 0;
}

@media (min-width: 992px) {
	.testimonial-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* tdevider
-------------------------------------------------------- */
.tdevider {
	display: none;
}

@media (min-width: 1280px) {
	.tdevider {
		position: relative;
		z-index: 3;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.tdevider__sun {
		position: relative;
		display: inline-block;
		height: 60px;
		width: 120px;
		background: url('../../images/yegomat_sun_logo.svg') no-repeat center center;
		background-size: 60px;
	}
}

/* introtext
-------------------------------------------------------- */
@media (min-width: 992px) {
	.introtext {
		max-width: 820px;
	}
}

/* bginfo
-------------------------------------------------------- */
.bginfo {
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
}

.bginfo--sec {
	padding-top: 0px;
}

.bginfo__img {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 20px;
}
.bginfo__img--sec {
	padding-left: 0;
	padding-right: 20px;
}

@media (min-width: 992px) {
	.bginfo {
		height: 700px;
		display: flex;
		align-items: center;
	}
	.bginfo--sec {
		height: 800px;
		margin-bottom: 100px;
		padding-top: 30px;
	}
	.bginfo__rightcontent {
		padding-left: 450px;
	}
	.bginfo__text {
		max-width: 400px;
	}
	.bginfo__img {
		position: absolute;
		width: auto;
		top: -50px;
		right: 0px;
		padding-left: 0;
	}
	.bginfo__img--sec {
		top: 0px;
		right: auto;
		left: 0px;
		padding-right: 0;
	}
}

/* button
-------------------------------------------------------- */
.button {
	display: inline-block;
	padding: 18px 50px 15px;
	border: 0px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000000;
	cursor: pointer;
	font-family: "Ruda", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.button:hover {
	text-decoration: none;
}

.button--basket {
	padding-left: 80px;
	background: url('../../images/icon_basket.svg') no-repeat left 30px center #000000;
}

/* styled
-------------------------------------------------------- */
.styled p {
	padding-bottom: 10px;
}
.styled h1 {
	font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 130%;
	font-size: 34px;
	padding-top: 30px;
}

.styled h2 {
	font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 130%;
	font-size: 18px;
	padding-top: 26px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
    .styled h1 {
		font-size: 48px;
    }
}


/* HELPERS
======================================================== */
/* colors, background, border
-------------------------------------------------------- */
.c000000{ color: #000000; }
.cffffff { color: #ffffff; }
.cf6699B { color: #f6699B; }
.c6d6d6d { color: #6d6d6d; }


.bg000000 { background: #000000; }
.bgffffff { background: #ffffff; }
.bgf6699B { background: #f6699B; }
.bg77c08c { background: #77c08c; }

.b000000 { border: 1px solid #000000; }
.bffffff {	border: 1px solid #ffffff; }

.br0 { border-radius: 0px; }
.br5 { border-radius: 5px; }
.br10 { border-radius: 10px; }
.br15 { border-radius: 15px; }
.br20 { border-radius: 20px; }
.br30 { border-radius: 30px; }

/* text
-------------------------------------------------------- */
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.tdlt { text-decoration: line-through; }
.tdu { text-decoration: underline; }
.ttu { text-transform: uppercase; }
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
.lhn { line-height: normal; }

.fruda {
	font-family: "Ruda", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	line-height: 130%;
}

.fs14 { font-size: 14px; }
.fs18 { font-size: 18px; }
.fs24 { font-size: 24px; }
.fs34 { font-size: 34px; }
.fs48 { font-size: 34px; }
.fs70 { font-size: 34px; }
.fs100 { font-size: 34px; }

@media (min-width: 992px) {
	.fs34 { font-size: 34px; }
	.fs48 { font-size: 48px; }
	.fs70 { font-size: 70px; }
	.fs100 { font-size: 100px; }
}

/* display, align, position
-------------------------------------------------------- */
.dn { display: none; }
.db { display: block; }
.dib { display: inline-block; }
.df { display: flex; }

.dg { display: grid; }

.aic { align-items: center; }
.jcc { justify-content: center; }
.jcl { justify-content: left; }
.jcr { justify-content: right; }
.jcsb { justify-content: space-between; }
.fdc { flex-direction: column; }
.cp { cursor: pointer; }
.usn { user-select: none; }

.pa { position: absolute; }
.pr { position: relative; }

.oh { overflow: hidden; }

.zi3 {
	position: relative;
	z-index: 3;
}

/* margin, padding
-------------------------------------------------------- */
.m0 { margin: 0px; }
.m10 { margin: 10px; }
.m20 { margin: 20px; }
.m30 { margin: 30px; }
.m40 { margin: 40px; }
.m50 { margin: 50px; }
.m60 { margin: 60px; }
.m70 { margin: 70px; }
.m80 { margin: 80px; }
.m90 { margin: 90px; }
.m100 { margin: 100px; }
.m150 { margin: 150px; }
.m200 { margin: 200px; }

.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt150 { margin-top: 150px; }
.mt200 { margin-top: 200px; }

.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb150 { margin-bottom: 150px; }
.mb200 { margin-bottom: 200px; }

.p0 { padding: 0px; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }
.p50 { padding: 50px; }
.p60 { padding: 60px; }
.p70 { padding: 70px; }
.p80 { padding: 80px; }
.p90 { padding: 90px; }
.p100 { padding: 100px; }
.p150 { padding: 150px; }
.p200 { padding: 200px; }

.pt0 { padding-top: 0px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt150 { padding-top: 150px; }
.pt200 { padding-top: 200px; }

.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb150 { padding-bottom: 150px; }
.pb200 { padding-bottom: 200px; }



