/* #region General */
:root {
	--red: #e52d27;
	--red-dark: #b31217;
	--red_rgb: 229, 45, 39;
	--red-dark_rgb: 179, 18, 23;
	--yellow: #ffcc33;
	--yellow-dark: #ffb347;
	--yellow_rgb: 255, 204, 51;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	font-family: 'Geometria', apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	position: relative;
	min-height: 100vh;
}
.text-link {
	text-decoration: none;
	color: inherit;
	padding: 2px;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(to bottom, transparent calc(100% - 2px), var(--yellow-dark) calc(100% - 2px), var(--yellow-dark) 100%);
	transition: background-image 0.6s;
	will-change: background-image;
}
.text-link:hover {
	background-image: linear-gradient(to bottom, transparent calc(100% - 1px), var(--red) calc(100% - 1px), var(--red) 100%);
	color: var(--red);
	text-decoration: none;
}
a {
	color: var(--red);
}
a:hover {
	color: var(--red-dark);
}
a[href^="tel:"] {
	color: inherit;
}
section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.section-heading {
	color: var(--red);
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 3rem;
}
*:focus {
	outline: none;
}
.form-control {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.form-control:focus {
	background-color: transparent;
	box-shadow: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn {
	color: #fff;
	background-color: var(--red);
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
	border: none;
}
.btn:hover {
	color: #fff;
}
.btn:disabled, 
.btn.disabled {
		cursor: default;
}
.btn.focus, 
.btn:focus {
	box-shadow: none;
}
.btn-big {
	padding: 1rem 4.2rem;
}
.btn-gradient {
	background-image: linear-gradient(45deg, var(--red-dark) 60%, var(--red));
	background-position: 100% 0;
	background-size: 200% 200%;
	box-shadow: 0 16px 32px 0 rgba(var(--red_rgb), 0.35);
}
.btn-gradient:hover:not(:disabled):not(.disabled) {
	background-position: 0 0;
	box-shadow: none;
}
.btn-purple {
	background-color: var(--red);
	transition: all 0.2s ease-in-out;
}
.btn-purple:hover:not(:disabled):not(.disabled) {
	transform: scale(1.05);
}
.breadcrumb {
	margin-top: 8rem;
	margin-bottom: 2rem;
	background-color: transparent;
	padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "→";
}
.breadcrumb-item a {
	color: inherit;
}
.breadcrumb-item a:hover {
	color: var(--red);
}

/* #region Media General */
@media (max-width: 991px) {
	.breadcrumb {
		margin-top: 4rem;
		margin-bottom: 1rem;
	}
}
@media (max-width: 575px) {
	.section-heading {
		font-size: 2.5rem; 
	}
}
@media (max-width: 490px) {
	.section-heading {
		font-size: 1.7rem; 
	}
}
/* #endregion Media General */

/* #endregion General */

/* #region Enroll Modal */
.enroll-modal .modal-header {
	background-color: var(--red);
	color: #fff;
	font-size: 1.5rem;
	padding-left: 2rem;
}
.enroll-modal .close {
	color: #fff;
	opacity: 1;
}
.enroll-modal .modal-body {
	padding: 2rem;
}
.enroll-modal form input {
	border-bottom: 1px solid var(--red);
	margin-bottom: 2rem;
}
.enroll-modal form textarea {
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.enroll-modal form .btn {
	margin-top: 2rem;
	padding: 0.5rem 1.2rem;
}
/* #endregion Enroll Modal */

/* #region Confirm Modal */
.confirm-modal .modal-header {
	border: none;
}
.confirm-modal .modal-body {
	font-weight: 500;
	padding: 2rem;
	padding-top: 0;
	text-align: center;
}
/* #endregion Confirm Modal */

/* #region Navbar */
.navbar {
	background-color: #fff;
}
.navbar-brand img {
	width: 200px;
}
.navbar .navbar-nav .nav-link {
	font-weight: 600;
	color: #212529;
	padding-right: 15px;
	padding-left: 15px;
}
.navbar .navbar-nav .nav-link:hover {
	color: var(--red);
}
.navbar-toggler {
	position: relative;
	padding: 0;
	border-radius: 0;
	border: none;
	display: flex;
	align-items: center;
	width: 28px;
	height: 20px;
	margin-top: 0.5rem;
	z-index: 3;
}
.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #212529;
	position: absolute;
	transition: all 0.4s ease-out;
}
.navbar-toggler span:before {
	content: "";
	top: -8px;
}
.navbar-toggler span:after {
	content: "";
	top: 8px;
}
.navbar-toggler:focus,
button:focus {
	outline: none;
}
.navbar-toggler[aria-expanded="true"] span {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:before {
	top: 0;
	transform: rotate(0);
}
.navbar-toggler[aria-expanded="true"] span:after {
	top: 0;
	transform: rotate(90deg);
}

/* #region Media Navbar */
@media(max-width: 991px) {
	.navbar .navbar-collapse {
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.navbar .navbar-brand img {
		width: 150px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand img {
		width: 150px;
	}
	.navbar .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.9rem;
	}
}
/* #endregion Media Navbar */

/* #endregion Navbar */

/* #region Main Screen */
.main-screen {
	background-image: 
		radial-gradient(circle at 8% 60%,
						transparent 3vw, 
						rgba(255, 255, 255, 0.05) 3vw,
						rgba(255, 255, 255, 0.05) 4vw, 
						transparent 4vw),
		radial-gradient(circle at 75% 55%,
						rgba(255, 255, 255, 0.15) 20vw,
						rgba(255, 255, 255, 0.1) 20vw,
						rgba(255, 255, 255, 0.1) 30vw,
						rgba(255, 255, 255, 0.05) 30vw, 
						rgba(255, 255, 255, 0.05) 40vw, 
						transparent 40vw),
		linear-gradient(to bottom, var(--red) 20%, var(--red-dark));
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom 5px center;
	padding-top: 150px;
	padding-bottom: 200px;
	color: #fff;
	position: relative;
}
.main-screen .container {
	position: relative;
}
.main-screen h1 {
	text-transform: uppercase;
	font-size: 4.375rem;
	font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 2rem;
}
.main-screen a {
  color: var(--yellow);
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
  font-weight: 400;
}
.main-screen form {
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.main-screen input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.main-screen input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}/* Firefox 19+ */
.main-screen input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}/* Firefox 18- */
.main-screen input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.main-screen input {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.main-screen input:focus {
	color: #fff;
	border-color: #fff;
}
.main-screen .btn {
	background-image: linear-gradient(45deg, var(--yellow-dark) 60%, var(--yellow));
	box-shadow: 0 16px 32px 0 rgb(var(--yellow_rgb), 0.35);
	padding: 0.9rem 2.1rem;
	background-position: 100% 0;
	background-size: 200% 200%;
}
.main-screen .btn:hover:not(:disabled):not(.disabled) {
	background-position: 0 0;
	box-shadow: none;
}
.main-screen .personal-data {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7); 
}
.main-screen .main-screen-pic {
	position: absolute;
	top: 0;
	right: -50px;
	width: 25vw;
}
.main-screen .wave {
	display: block;
	transform-origin: bottom;
	-webkit-animation: animateWave 1000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
	animation: animateWave 1000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
@-webkit-keyframes animateWave {
  0% {
    transform: scale(1,0);
  }
  100% {
    transform: scale(1,1); 
  }
}
@keyframes animateWave {
  0% {
    transform: scale(1,0);
  }
  100% {
    transform: scale(1,1); 
  }
}

/* #region Media Main Screen */
@media (max-width: 991px) {
	.main-screen .navbar {
		background-color: transparent;
	}
	.main-screen .navbar .navbar-brand img {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.main-screen {
		padding-bottom: 180px;
	}
	.main-screen .main-screen-pic {
		width: 30vw;
		right: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-screen {
		padding-bottom: 120px;
	}
	.main-screen h1 {
		font-size: 3.5rem;
	} 
	.main-screen .main-screen-pic {
		width: 32vw;
		right: 0;
		top: -30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-screen {
		padding-bottom: 100px;
	}
	.main-screen h1 {
		font-size: 2.4rem;
	} 
	.main-screen .lead {
		font-size: 1rem;
	}
	.main-screen .main-screen-pic {
		width: 33vw;
		right: -10px;
		top: -40px;
	}
}
@media (max-width: 767px) {
	.main-screen {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.main-screen h1 {
		font-size: 1.6rem;
	} 
	.main-screen .lead {
		font-size: 1rem;
	}
	.main-screen .main-screen-pic {
		width: 35vw;
		right: -10px;
		top: -20px;
	}
	.main-screen .form-control {
		margin-bottom: 2rem;
	}
}
@media (max-width: 575px) {
	.main-screen {
		background-image: linear-gradient(to bottom, rgba(var(--red_rgb), 0.7), rgba(var(--red-dark_rgb), 1)), url(../img/main-screen-bg-for-small.jpg);
		background-position: center bottom 5px;
		background-size: cover;
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.main-screen  .lead {
		font-weight: 400;
		font-size: 0.9rem;
	}
	.main-screen form {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.main-screen .main-screen-pic {
		display: none;
	}
}
@media (min-width: 2000px) {
	.main-screen {
		padding-top: 300px;
		padding-bottom: 400px;
	}
	.main-screen .main-screen-pic {
		right: -200px;
	}
}
@media (min-width: 2500px) {
	.main-screen .main-screen-pic {
		right: -300px;
	}
}
@media (min-width: 3000px) {
	.main-screen .main-screen-pic {
		right: -400px;
		top: -130px;
	}
}
/* #endregion Media Main Screen */

/* #endregion Main Screen */

/* #region Social */
.social-item {
	display: block;
	padding-top: 80px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 50px;
	line-height: 50px;
	font-weight: 600;
	font-size: 1.2rem;
	color: inherit;
	text-align: center;
}
.social-item:hover {
	text-decoration: none;
	color: var(--red);
}
.social-item-vk {
	background-image: url(../img/vk-circled.svg);
}
.social-item-yt {
	background-image: url(../img/youtube-circled.svg);
}
.social-item-inst {
	background-image: url(../img/instagram-circled.svg);
}
.social-item-tg {
	background-image: url(../img/telegram-circled.svg);
}
.social-item-tt {
	background-image: url(../img/tiktok-circled.svg);
}

/* #region Media Social */
@media (max-width: 1199px) {
	.social-item {
		background-size: 40px;
		line-height: 40px;
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.social-item {
		margin-bottom: 3rem;
	}
}
@media (max-width: 991px) {
	.social-item span {
		display: none;
	}
}
@media (max-width: 575px) {
	.social-item {
		background-size: 30px;
		margin-bottom: 1rem;
		line-height: 30px;
		font-size: 1rem;
	}
}
/* #endregion Media Social */

/* #endregion Social */

/* #region Lessons */
.lessons .bigger-text {
	font-size: 1.25rem;
}
.lessons b {
	font-weight: 800;
}
.lessons small {
	font-size: 0.88rem;
}
.lessons .btn {
	margin-top: 2rem;
}
.lessons table {
	font-weight: 500;
}

/* #region Media Lessons */
@media (max-width: 767px) {
	.adults .btn {
		margin-top: 1rem;
	}
}
/* #endregion Media Lessons */

/* #endregion Lessons */

/* #region Schedule */
.schedule-item {
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.schedule-item h3 {
	margin-bottom: 2rem;
	font-weight: 600;
	font-size: 1.65rem;
}
.schedule-item .start {
	font-weight: 800;
	display: inline-block;
	width: 145px;
}
.schedule-item .day {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
}
.schedule-item .day.active {
	background-color: var(--red);
	color: #fff;
	font-weight: 600;
}
.schedule-item .time {
	font-weight: 600;
}
.schedule-item .btn {
	padding: 0.5rem 1.2rem;
}

/* #region Media Schedule */
@media (max-width: 991px) {
	.schedule-item {
		font-size: 1rem;
	}
	.schedule-item .start {
		font-size: 1.1rem;
	}
}
@media (min-width: 576px) and (max-width: 600px) {
	.schedule-item .day {
		font-size: 0.9rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
} 
/* #endregion Media Schedule */

/* #endregion Schedule */

/* #region Instructors */
.instructors {
	font-size: 1.15rem;
	font-weight: 500;	
}
.instructors .section-heading {
	margin-bottom: 2.2rem;
}
.instructors h3 {
	font-weight: 800;
	font-size: 2.05rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.instructors-item {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.5rem;
	padding: 2rem 1rem;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.instructors-item img {
	border-radius: 50%;
	margin-bottom: 3rem;
	width: 100%;
}
.instructors-item .embed-responsive {
	margin-bottom: 3rem;
	border-radius: 50%;
}
.instructors-item .contacts {
	display: flex;
	align-items: center;
}
.instructors-item .vk,
.instructors-item .insta,
.instructors-item .tg {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.5rem;
	transition: all 0.2s ease-in-out;
}
.instructors-item .vk {
   background-image: url(../img/vk-blue.png);
}
.instructors-item .insta {
	background-image: url(../img/insta-colored.svg);
}
.instructors-item .tg {
	background-image: url(../img/telegram-blue.svg);
}
.instructors-item .vk:hover,
.instructors-item .insta:hover,
.instructors-item .tg:hover {
	transform: scale(1.1);
}
.instructors-item .tel {
	font-weight: 600;
	font-size: 0.9rem;
	display: inline-block;
}
.instructors-item h4 {
	font-weight: 800;
	font-size: 1.4rem;
}
.instructors-item .students {
	font-size: 0.9rem;
	color: #7a7a7a;
}
.instructors-item .btn {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

/* #region Media Instructors */
@media (min-width: 992px) and (max-width: 1199px) {
	.instructors-item {
		font-size: 0.8rem;
	}
	.instructors-item .contacts {
		flex-direction: column;
	}
	.instructors-item .vk {
		margin-right: 0;
		position: relative;
		top: -10px;
	}
	.instructors-item .btn {
		font-size: 0.8rem;
	}
}
@media (max-width: 991px) {
	.instructors-item img,
	.instructors-item .embed-responsive {
		margin-bottom: 1rem;
	} 
}
@media (max-width: 575px) {
	.instructors-item {
		font-size: 0.8rem;
	}
	.instructors-item .contacts {
		margin-bottom: 1rem;
	}
}
/* #endregion Media Instructors */

/* #endregion Instructors */

/* #region Map */
.map {
	position: relative;
	padding: 0;
}
.map .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 5rem;
	padding-bottom: 2rem;
	z-index: 2;
	pointer-events: none;
}
.map .box {
	padding: 3rem;
	background-color: #fff;
	font-size: 1.125rem;
	pointer-events: auto;
}
.map h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.75rem;
	margin-bottom: 2.5rem;
}
.map .tel {
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
.map .social-icon {
	display: inline-block;
	margin-right: 0.5rem;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in-out;
}
.map .social-icon:hover {
	transform: scale(1.1);
} 
.map .social-icon-vk {
	background-image: url(../img/vk.svg);
}
.map .social-icon-yt {
	background-image: url(../img/youtube.svg);
}
.map .social-icon-inst {
	background-image: url(../img/instagram.svg);
}
.map .social-icon-tg {
	background-image: url(../img/telegram.svg);
	background-size: 90%;
}
.map .social-icon-tt {
	background-image: url(../img/tiktok.svg);
	background-size: 70%;
}
.map .social-icon-wa {
	background-image: url(../img/whatsapp.svg);
	background-size: 80%;
}

/* #region Media Map */
@media (max-width: 991px) {
	.map .wrapper {
		position: relative;
		padding-top: 3rem;
	}
	.map .box {
		padding: 0;
	}
	.map .tel {
		margin-bottom: 3rem;
	}
}
/* #endregion Media Map */

/* #endregion Map */

/* #region Rollerclub */
.rollerclub {
	font-size: 1.25rem;
}
.rollerclub b {
	font-weight: 800;
}
.rollerclub a {
	color: var(--red);
	border-bottom: 2px solid var(--red);
	text-decoration: none;
}

/* #region Media Rollerclub */
@media (max-width: 1199px) {
	.rollerclub {
		font-size: 1.15rem;
	}
}
@media (max-width: 767px) {
	.rollerclub {
		font-size: 1rem;
	}
}
/* #endregion Media Rollerclub */

/* #endregion Rollerclub */

/* #region Enroll */
.enroll {
	font-size: 1.25rem;
}
.enroll b {
	font-weight: 800;
}
.enroll form input {
	border-bottom: 1px solid var(--red);
	margin-bottom: 2rem;
}
.enroll form .btn {
	margin-top: 2rem;
}

/* #region Media Enroll */
@media (max-width: 1199px) {
	.enroll {
		font-size: 1.15rem;
	}
}
@media (max-width: 767px) {
	.enroll {
		font-size: 1rem;
	}
}
@media (max-width: 575px) {
	.enroll form {
		margin-top: 2rem;
	}
	.enroll form .btn {
		margin-top: 1rem;
	}
}
/* #endregion Media Enroll */

/* #endregion Enroll */

/* #region Footer */
.footer {
	font-weight: 800;
	font-size: 0.9rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer a {
	color: inherit;
	text-decoration: none;
}
.footer a:hover {
	color: var(--red);
}
.footer .footer-nav-link {
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
/* #endregion Footer */

/* #region Article */
.article {
	padding-bottom: 5rem;
	font-size: 1.3rem;
}
.article .lead {
	font-size: 1.5rem;
}
.article header {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 15rem;
	padding-bottom: 15rem;
	
}
.article h1 {
	font-size: 3.2rem;
}
.article h2 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.article h3 {
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.article ol {
	counter-reset: section;   
	list-style-type: none;
	padding-left: 0;
}
.article ol li {
	margin-bottom: 2rem;
	position: relative;
	padding-left: 35px;
	padding-left: 40px;
}
.article ol li:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	display: block;
	float: left;
	color: #fff;
	background-color: var(--red-dark);
	border-radius: 50%;
	font-weight: 600;
	line-height: 30px;
	left: 0;
	height: 30px;
	width: 30px;
	text-align: center;
}
.article .sidenote {
	color: #555;
	font-family: 'Caveat', cursive;
}
.article blockquote {
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 40px;
	padding-right: 20px;
	border-right: 2px solid var(--red-dark);
	background-image: url(../img/left-quotes-sign.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	color: #666;
	font-style: italic;
}
.article blockquote footer {
	color: #666;
	font-size: 1rem;
}

/* #region Media Article */
@media (max-width: 991px) {
	.acticle h1 {
		font-size: 3rem;
	}
}
@media (max-width: 767px) {
	.article h1 {
		text-align: center;
	}
}
/* #endregion Media Article */

/* #endregion Article */

/* #region Article Choice */
.choice header {
	background-position: bottom right;
	background-image: 
		linear-gradient(rgba(0,0,0,0.5)),
		url(../img/choice-cover.jpg);
	color: #fff;
}

/* #region Media Article Choice */
@media (max-width: 1199px) {
	.choice header {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}
/* #endregion Media Article Choice */

/* #endregion Article Choice */

/* #region Article Drom */
.drom header {
  background-image: 
    linear-gradient(rgba(0,0,0,0.5)),
    url(../img/drom-cover.jpg);
  background-position: top 50px center;
  color: #fff;
}
.drom .map h2 {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}
/* #endregion Article Drom */

/* #region Instructor Page */
.instructor-page h1 {
	font-size: 1.65rem;
	font-weight: 600;
}
.instructor-page .nickname {
	color: var(--red);
}
.instructor-page .position {
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 500;
	font-size: 1.13rem;
}
.instructor-page .contacts {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.instructor-page .vk,
.instructor-page .insta,
.instructor-page .tg {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.5rem;
	transition: all 0.2s ease-in-out;
}
.instructor-page .vk {
	background-image: url(../img/vk-blue.png);
}
.instructor-page .insta {
	background-image: url(../img/insta-colored.svg);
}
.instructor-page .tg {
	background-image: url(../img/telegram-blue.svg);
}
.instructor-page .vk:hover,
.instructor-page .insta:hover,
.instructor-page .tg:hover  {
	transform: scale(1.1);
}
.instructor-page .tel {
	font-weight: 600;
	font-size: 1.06rem;
	display: inline-block;
}
.instructor-page h2 {
	margin-bottom: 3rem;
}
.instructor-page .achievements-item {
	margin-bottom: 2rem;
}
.instructor-page .achievements-item p {
	margin-bottom: 0.4rem;
}
.instructor-page .achievements-item small {
	color: #666;
}
.instructor-page .video .embed-responsive:not(:first-child) {
	margin-top: 3rem;
}
.instructor-page .photos img {
	margin-bottom: 30px;
}
.instructor-page .reviews-item:nth-child(even) {
	background-color: #f5f5f5;
}
.instructor-page .reviews-item .avatar {
	border-radius: 50%;
}
.instructor-page .reviews-item .empty-avatar {
	border-radius: 0;
	width: 50%;
}
.instructor-page .reviews-item .name {
	font-weight: 500;
	margin-top: 2rem;
}
.instructor-page .reviews-item .vk {
	width: 25px;
	height: 25px;
	margin-top: 0.5rem;
}

/* #region Media Instructor Page */
@media (min-width: 576px) and (max-width: 991px) {
	.instructor-page .card-columns {
		-moz-column-count: 2;
		        column-count: 2;
	}
}
/* #endregion Media Instructor Page */

/* #endregion Instructor Page */

/* #region Knowledge Base */
.knowledge-base section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.knowledge-base h1 {
	margin-top: 5rem;
	margin-bottom: 1rem;
}
.knowledge-base h2 {
	text-align: center;
	font-size: 1.75rem;
	margin-bottom: 0;
}
.knowledge-base .show-all {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.knowledge-base .video-link {
	display: block;
	margin-bottom: 3rem;
}
.knowledge-base .video-cover-container {
	position: relative;
}
.knowledge-base .video-duration {
	display: block;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.1rem 0.5rem;
}
.knowledge-base .video-name {
	font-size: 0.9rem;
	color: #212529;
	text-decoration: none;
	position: absolute;
}
.knowledge-base .video-link:hover {
	text-decoration: none;
}
.knowledge-base .owl-prev, 
.knowledge-base .owl-next {
	position: fixed;
	top: calc(50vh - 70px);
	background-color: #fff !important;
	display: block;
	width: 40px;
	height: 140px;
	transition: all 0.3s ease-in-out;
}
.knowledge-base .owl-prev {
	left: 0;
	box-shadow: 2px 0 5px 0 rgba(0,0,0,0.3);
}
.knowledge-base .owl-next {
	right: 0;
	box-shadow: -2px 0 5px 0 rgba(0,0,0,0.3);
}
.knowledge-base .owl-prev img, 
.knowledge-base .owl-next img {
	width: 25px;
} 
.knowledge-base .owl-prev.disabled img, 
.knowledge-base .owl-next.disabled img {
	opacity: 0.3;
}

/* #region Media Knowledge Base */
@media (max-width: 767px) {
	.knowledge-base .owl-prev, 
	.knowledge-base .owl-next {
		width: 35px;
		height: 100px;
		top: calc(50vh - 50px);
	}
	.knowledge-base .owl-prev img, 
	.knowledge-base .owl-next img {
		width: 20px;
	}
}
@media (min-width: 768px) {
	.knowledge-base .owl-prev:not(.disabled):hover, 
	.knowledge-base .owl-next:not(.disabled):hover {
		width: 50px;
	}
}
/* #endregion Media Knowledge Base */

/* #endregion Knowledge Base */

/* #region Unknown Instructor */
.unknown-instructor {
	padding-top: 150px;
}
.unknown-instructor .avatar {
	max-height: 50vh;
}

/* #region Media Unknown Instructor */
@media (max-width: 575px) {
	.unknown-instructor .avatar {
		height: 30vh;
		margin-top: 3rem;
	}
}
/* #endregion Media Unknown Instructor */

/* #endregion Unknown Instructor */
