/* to remove */
.b {
	border: 1px solid;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&family=Roboto:wght@400;700&display=swap");
html,
body {
	font-family: "Roboto Slab", serif;
	font-weight: 300;
	font-size: 18px;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.red {
	color: #aa152a;
}
.blue {
	color: #375787;
}
.teal {
	color: #1b9588;
}
.hcenter {
	text-align: center;
}
h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 36px;
}
h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 36px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.area {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
}
.bg-gray {
	background-color: #F5F9FB;
	/* background-color: red; */
}
.bg-red {
	background-color: #AA152A;
}

.font-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.font-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.btn-red {
	background-color: #aa152a;
}
.btn-blue {
	background-color: #375787;
}
.btn-square {
	color: #fff;
	padding: 18px 30px 16px 30px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.btn-square::after {
	content: "";
	width: 15px;
	height: 14px;
	background: url("../img/arrow_right.svg") no-repeat;
	display: inline-block;
	margin-left: 1em;
}

.btn-basket::before {
	content: "";
	width: 19px;
	height: 22px;
	background: url("../img/basket.svg") no-repeat;
	display: inline-block;
	margin: 0 1em 0 0.3em;
	vertical-align: middle;
}
.btn-basket {
	background-color: #aa152a;
	color: #fff;
	padding: 10px 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 100px;
}

.ytembed-container {
	max-width: 790px;
	margin-left: 150px;
	/* margin: 0 auto; */

	/* max-width: 790px; */
	/* height: 395px; */
}
.ytembed {
	width: 100%;
	height: 100%;
	/* width="790" height="395" */
}

.ytcontainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	z-index: 1;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.text-rotated {
	transform: rotate(-90deg);
	/* transform: rotate(-9deg); */
	/* transform: translateX(-20%) rotate(-9deg); */
	transform-origin: top left;
	/* display: inline-block; */
}
