.section__blok {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 400px minmax(150px, 1fr) 400px;
}
.blok__image-is,
.blok__image {
	flex: 0 0 19.333%;
	position: relative;
	min-height: 150px;
}
.blok__image-is img,
.blok__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.blok__image-is,
.blok__image{
	position: relative;
  display: inline-block;
}
.blok__image-is::before{
	content: '';
  position: absolute;
	top: -18px;
  left: 335px;
  width: 65px;
  height: 300px;
  background: linear-gradient(-90.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
  z-index: 1;
}
.blok__image::before {
  content: '';
  position: absolute;
	top: -18px;
  left: -2px;
  width: 65px;
  height: 300px;
  background: linear-gradient(90.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
  z-index: 1;
}

.blok__Getting--br {
	margin: 40px 50px;
	text-align: center;

}
@media(max-width: 360px){
	.blok__Getting--br{
		margin-top: -150px;
	}
}
.Getting__muz{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
}
.Getting__lit{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 45px;
	margin-bottom: 20px;
}
.Getting p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
	padding-bottom: 20px;
}
@media (max-width: 1280px){
	.section__blok{
		grid-template-columns: 300px minmax(150px, 1fr) 300px;
	}
	.blok__image-is::before{
	content: '';
  position: absolute;
	top: -18px;
  left: 235px;
  width: 65px;
  height: 333px;
  background: linear-gradient(-90.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
  z-index: 1;
}
.blok__image::before {
  content: '';
  position: absolute;
	top: -18px;
  left: -2px;
  width: 65px;
  height: 345px;
  background: linear-gradient(90.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
  z-index: 1;
}
	.Getting__muz{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}
.Getting__lit{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 42px;
	margin-bottom: 20px;
}
.Getting p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 16px;
	padding-bottom: 20px;
}
}
@media (max-width: 768px){
	.section__blok{
		grid-template-columns: 0 minmax(50px, 1fr) 330px;
	}
	.blok__image-is::before{
		content: '';
    position: absolute;
	  top: -18px;
    left: 335px;
    width: 65px;
    height: 345px;
    background: linear-gradient(-90.00deg, rgb(0, 0, 0) 0.97%,
		                          rgba(0, 0, 0, 0) 99.127%);
	  z-index: -10;
	}
	.blok__Getting{
		margin: 35px;
		text-align: start;
	}
	.blok__image::before {
  content: '';
  position: absolute;
	top: -18px;
  left: -2px;
  width: 65px;
  height: 407px;
  background: linear-gradient(90.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
  z-index: 1;
}
}
@media (max-width: 360px){
	.items__image-1{
		padding-left: 10px;
	}
	.section__container{
		margin-top: -6px;
	}
	.section__blok{
		display: flex;
		flex-direction: column;
		/* margin-bottom: -210px; */
	}
	.Getting{
		margin-top: 38px;
	}
	.blok__image {
    top: -445px;
		z-index: -10;
  }
	.blok__image-is::before {
  content: '';
  position: absolute;
	  top: 222px;
    left: 0px;
    width: 356px;
    height: 65px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
    z-index: 1;
  }
	.blok__image-is img{
		left: 8px;
		height: 287px;
	}
	.blok__Getting{
		text-align: center;
	}
	.Getting__muz{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
  }
  .Getting__lit{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
  }
  .Getting p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 14px;
	padding-bottom: 20px;
  }
	.blok__section-blok img{
		left: -1000px;
		display: none;
	}
}

/* ============================ */
.section__brand h2 {
	font-family: "Oswald",sans-serif;
	font-size: 45px;
	font-weight: 500;
  line-height: 55px;
	text-align: center;
	margin-bottom: 40px;
}
.items__item {
	display: flex;
	margin: 0 0 40px 0;
	gap: 40px;
}
.items__ima{
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}
.items__image {
	flex: 0 0 29.333%;
	position: relative;
	min-height: 150px;
}
.items__image-1 img{
	border-radius: 16px;
}
.items__image img{
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.items__body {
	flex: 1 1 auto;
}
.items__label {
	font-family: "Oswald",sans-serif;
	font-size: 35px;
	font-weight: 500;
	/* display: inline-block; */
	margin: 0px 0px 20px 0px;
}
.items__bolok{
	padding: 67px 30px;
	border-radius: 16px;
	background-color: #1b1b1b;
}
.items__text {
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
}
@media (max-width: 1280px){
}
@media (max-width: 768px){
	.items__image{
		flex: 0 0 40%;
		min-height: 50px;
	}
	.items__ima{
		gap: 20px;
	}
	.items__item{
		gap: 20px;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 360px){
	.items__item{
		flex-direction: column;
		gap: 15px;
		margin: 0 0 15px 0;
	}
	.items__ima{
		flex-direction: column;
		gap: 15px;
		margin: 0 0 15px 0;
	}
	.items__label{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 18px;
	}
	.items__text{
		font-family: "Source Sans 3",sans-serif;
    font-weight: 400;
		font-size: 14px;
	}
	.items__image{
		min-height: 300px;
	}
}
/* ============================== */




/* ============================== */
.form-container {
  background-color: #1b1b1b;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #eb7605;
}
.form-container h2{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 35px;
	padding-bottom: 15px;
}
.form-container p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
	padding-bottom: 40px;
}
.form{
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	gap: 20px;

}
.my-info input {
    border-radius: 8px;
    background-color: #eb7605;
    padding: 19px 22px;
    font-size: 16px;
    font-weight: 400;
    transition: background-color 0.4s;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.my-info{
	max-width: 205px;
}
.form-my-info__checkbox{
	padding-bottom: 20px;
	text-align: center;
}
.form-group input {
  width: 545px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group input:focus {
  outline: none;
  border-color: #eb7605;
}
.btn-submit {
  background-color: #eb7605;
  color: #fff;
  border: none;
  padding: 16px 48px;
  border-radius: 100px;
  cursor: pointer;
	margin-left: 16px;
}
.btn-submit:hover {
  background-color: #e9892f;
}
.form-my-info__label{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 14px;
}
input{
	background-color: #363535;
	color: #fff;
}
label{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 16;
}

@media (max-width: 1280px){
	.form-group input {
		width: 316px;
	}
}
@media (max-width: 768px){
	.form-group input {
		width: 313px;
	}
	.my-info{
		display: flex;
		max-width: 900px;
	}
}
@media (max-width: 360px){
	.form-group input {
		width: 275px;
	}
	.my-info{
		flex-direction: column;
	}
	.form-container{
		padding-top: 100px;
	}
}

/* =============================== */
.section__blokss {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}
.blokss__blo{
	display: flex;
	gap: 30px;
}
.blok__Getting{
	text-align: center;
}
.blokss__Conditions {
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 42px;
	text-align: center;
	margin: 40px;
}
.blokss__contribution h3 {
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.blokss__cities {
	border-radius: 16px;
	background-color: #363535;
}
.tion{
	margin-bottom: 20px;
}
.cities__blokss {
	padding: 25px 30px;
}
.cities__blokss p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.blokss__Price {
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 25px;
	text-align: center;
	color: #eb7605;
}

@media (max-width: 1280px){
}
@media (max-width: 768px){
}

@media (max-width: 360px){
	.blokss__blo{
		flex-direction: column;
		gap: 15px;
	}
	.cities__blokss{
		padding: 20px;
	}
	.blokss__Conditions{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 32px;
	}
	.blokss__contribution h3{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 18px;

	}
	.cities__blokss p{
		font-family: "Source Sans 3",sans-serif;
    font-weight: 700;
	  font-size: 18px;
		margin-bottom: 15px;
	}
	.blokss__Price{
		width: 280px;
		font-family: "Oswald",sans-serif;
    font-weight: 500;
	  font-size: 18px;
		padding: 0 63px;
	}
	.image__blok::before {
  content: '';
  position: absolute;
	top: -18px;
  left: -200px;
  width: 0px;
  height: 0px;
  background: linear-gradient(0.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
  z-index: -10;
}
}
/* ============================= */


.content__blot {
	display: grid;
	/* grid-auto-flow: column; */
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding: 0 0 50px 0;
}
.tatle{
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px;
	border-radius: 16px;
	background-color: #1b1b1b;
}
.tatle h3{
	padding-bottom: 5px;
	font-family: "Source Sans 3",sans-serif;
  font-weight: 700;
	font-size: 20px;
}
.tatle p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
}
@media (max-width: 768px){
	.tatle{
		flex-direction: column;
	}
	.tatle p{
	  font-family: "Source Sans 3",sans-serif;
    font-weight: 400;
	  font-size: 16px;
  }
  .tatle h3{
	  padding-bottom: 5px;
	  font-family: "Source Sans 3",sans-serif;
    font-weight: 700;
	  font-size: 16px;
  }
}
@media (max-width: 360px){
	.content__blot{
		grid-template-columns: 1fr;
	}
	.tatle{
		align-items: center;
		text-align: center;
	}
}

/* ============================= */

.blok__form {
	padding-top:40px;
}
.tion__form p {
	font-family: "Source Sans 3",sans-serif;
  font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}
.tion__form h3 {
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 35px;
	color: #eb7605;
}
.form__tion {
	background: url("../img/Museum/2.png") 100% / 100% no-repeat;
	width: 475px;
  height: 345px;
  position: absolute;
  z-index: -50;
  left: 1176px;
	margin-top: 30px;
}
.form__tion-tion{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 60px 0;
}

@media (max-width: 1280px){
	.form__tion{
		left: 630px;
		z-index: 1;
	}
	.tion__form{
		width: 350px;
	}
}
@media (max-width: 768px){
	.form__tion{
		left: 370px;
		width: 380px;
		margin-top: 117px;
	}
	.tion__form{
		font-family: "Source Sans 3",sans-serif;
    font-weight: 700;
		font-size: 18px;
	}
}
@media (max-width: 360px){
	.blok__form {
    /* margin-top: -242px; */
		text-align: center;
  }
	.form__tion-tion{
		flex-direction: column;
		margin-top: 150px;
	}
	.form__tion{
		left: 40px;
		width: 300px;
		margin-top: 155px;

	}
	.form__tion-form{
		margin-top: 140px;
	}
	.form-container{
		padding-top: 31px;
	}
}

/* ========================== */

.title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0px 0px 30px 0px;
}

/* ------------------ */

/* Флекс */
.block {
	display: flex;
}
.block__side {
	flex: 0 0 300px;
	background-color: #77608d;
}
.block__body {
	padding: 0px 0px 0px 30px;
	flex: 1 1 auto;
	min-width: 0;
}

/* ------------------ */
.wet__wet{
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.section__wet{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.wet__secti h2{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 35px;
	margin-bottom: 20px;
}
.wet__secti p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
}

@media (max-width: 1280px){
	.wet__secti h2{
		font-size: 32px;
	}
	.wet__secti p{
		font-size: 18px;
	}
}
@media (max-width: 768px){
	.wet__wet{
	    flex-direction: column;
	}
}
@media (max-width: 360px){
		.wet__secti h2{
		font-size: 18px;
	}
	.wet__secti p{
		font-size: 14px;
	}
	.wet__wet{
		padding-top: 180px;
	}
	.section__wet img{
		width: 50px;
	}
}
/* =============================== */
.whale__fare h2{
	text-align: center;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 35px;
	padding-bottom: 40px;
}
.whale__fare-fare{
	display: flex;
	gap: 40px;
}
.fare__whale{
	padding: 32px 24px;
	border-radius: 16px;
	background-color: #1b1b1b;
}
.fare__whale-fare{
	display: flex;
	gap: 24px;
	align-items: center;
}
.fare__whale-fare p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
}
.fare__whale-whale{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 45px;
	color: #eb7605;
}
@media (max-width: 1280px){
	.fare__whale-fare p{
	font-size: 14px;
	}

	.fare__whale-whale{}
}
@media (max-width: 768px){
	.fare__whale-fare{
		flex-direction: column;
	}
}
@media (max-width: 360px){
	.fare__whale-fare{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	.whale__fare-fare{
		flex-direction: column;
		gap: 15px;
	}
	.fare__whale{
		padding: 22px 20px;
	}
}
/* =============================== */
.product--news{
	width: 330px;
	height: 275px;
}
.section__hot{
	padding-bottom: 100px;
}
.master__card p{
	padding-bottom: 30px;
}
.schedule__advantage img{
	padding-bottom: 18px;
}
.product--news{
	width: 330px;
	height: 275px;
}
.product__link_lesson img{
	border-radius: 16px;
	margin: 32px 24px;
}
.lessons5 { /* product was */
	width: 400px;
	height: 686px;
}
.product__title2{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 26px;
	color: #eb7605;
	text-align: center;
}
.product__info p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 18px;
	text-align: center;
}
@media (max-width: 1280px){
	.product__link img{
		width: 252px;
	}
	.product__title2{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 18px;
	}
	.product__info p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 14px;
	}
	.lessons5 { /* product */
	width: 280px;
	height: 550px;
  }
	.product__link_lesson img{
	margin: 22px 14px;
}
}
@media (max-width: 768px){}
@media (max-width: 360px){}

/* ============================= */
.card-master{
  background-color: #000;
	border: 1px solid #eb7605;
}
.info-placement{
	margin-top: -35px;
}
/* ============================= */
.section {

}
.classes__container {
}
.classes__clas {
}
.clas {
}
.title--h2-title{
	text-align: left;
}
.title--h2-title__ti {
	margin-bottom: 40px;
}
.clas__classes {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.clas__classes:not(:last-child){
	padding: 0 0 40px 0;
}
.classes__clat p:not(:last-child){
	padding: 0 0 10px 0;
}
.classes__clat p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
}
@media (max-width: 768px){
	.classes__clat p{
		font-size: 18px;
	}
}
@media (max-width: 360px){
	.clas__classes{
		flex-direction: column;
	}
	.classes__clat p{
		font-size: 14px;
	}
}
/* ======================= */

.info-promo{
	flex-direction: column;
}
.promo__content{
	display: flex;
	align-items: flex-start;
	flex-grow: 0;
}
/* ==================== */
.unique__slide{
	max-width: 430px;
	margin-left: 75px;
}
.slide__unique{
	display: flex;
	gap: 20px;
	width: 219px;
}
.slide__unique h2{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 80px;
	color: #eb7605;
}
.slide__unique p{
	padding-top: 20px;
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 18px;
	color: #eb7605;
}
.slide__unique-slide{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 20px;
}

@media (max-width: 1280px){
	.unique__slide{
		margin-left: 5px;
	}
	.slide__unique p{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 16px;
	}
}
@media (max-width: 768px){}
@media (max-width: 360px){
	.swiper-wrapper{

	}
	.items__image-1 img {
		margin-right: 100px;
	}
}

/* ================================================ */

@media(max-width: 450px){
	.blok__Getting--br{
		margin-top: -150px;
	}
	.items__image-1{
		padding-left: 10px;
	}
	.swiper-wrapper .news__slide.franchise { max-width:280px}
	.section__container{
		margin-top: -34px;
	}

	.section__blok{
		display: flex;
		flex-direction: column;
		/* margin-bottom: -210px; */
	}
	.Getting{
		margin-top: 38px;
	}
	.blok__image {
    top: -425px;
		z-index: -10;
	}
	.blokss__Price {
		padding-left: 50px;
	}
	.items__bolok{
		padding: 25px 30px;
	}
	.items__image-1 img {
		/* margin-left: 15px; */
		margin-left:-10px;min-width:330px;
	}
	.items__item{
		flex-direction: column;
		gap: 15px;
		margin: 0 0 15px 0;
	}
	.swiper-wrapper {
		/* padding-left: 40px; */
		padding-left: 0px;
	}
	.items__ima{
		flex-direction: column;
		gap: 15px;
		margin: 0 0 15px 0;
	}
	.items__label{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 18px;
	}
	.items__text{
		font-family: "Source Sans 3",sans-serif;
    font-weight: 400;
		font-size: 14px;
	}
	.items__image{
		min-height: 300px;
	}

	.form{
		/* padding-left: 30px; */
	}
	.btn-submit {
		margin-right: 38px;
	}
	.form-group input {
		/* width: 367px; */
	}
	.my-info{
		flex-direction: column;
	}
	.form-container{
		padding-top: 100px;
	}
	.blokss__blo{
		flex-direction: column;
		gap: 15px;
	}
	.cities__blokss{
		padding: 20px;
	}
	.blokss__Conditions{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 32px;
	}
	.blokss__contribution h3{
		font-family: "Oswald",sans-serif;
    font-weight: 500;
		font-size: 18px;

	}
	.cities__blokss p{
		font-family: "Source Sans 3",sans-serif;
    font-weight: 700;
	  font-size: 18px;
		margin-bottom: 15px;
	}
	.blokss__Price{
		width: 289px;
		font-family: "Oswald",sans-serif;
    font-weight: 500;
	  font-size: 18px;
		/* padding: 0 63px; */
		padding-left: 55px;
	}
	.image__blok::before {
    content: '';
    position: absolute;
	  top: -18px;
    left: -200px;
    width: 0px;
    height: 0px;
    background: linear-gradient(0.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
    z-index: -10;
  }

	.blok__image-is{
		margin-top: -35px;
	}
	.blok__image-is::before {
    content: '';
    position: absolute;
	  top: 116px;
    left: 0px;
    width: 447px;
    height: 65px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
    z-index: 1;
  }
	.blok__image-is img{
		left: 8px;
		height: 175px;
	}
	.blok__Getting{
		text-align: center;
	}
	.Getting__muz{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
  }
  .Getting__lit{
	font-family: "Oswald",sans-serif;
  font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
  }
  .Getting p{
	font-family: "Source Sans 3",sans-serif;
  font-weight: 400;
	font-size: 14px;
	padding-bottom: 20px;
  }
	.blok__section-blok img{
		left: -1000px;
		display: none;
	}
	.content__blot{
		grid-template-columns: 1fr;
	}
	.tatle{
		align-items: center;
		text-align: center;
	}
	.blok__form {
    /* margin-top: -242px; */
		text-align: center;
  }
	.form__tion-tion{
		flex-direction: column;
		margin-top: 150px;
	}
	.footer__info{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.footer__about{
		align-items: center;
	}
	.form__tion{
		left: 25px;
		width: 300px;
		margin-top: 155px;
		z-index: 1;
	}
	.form__tion-form{
		margin-top: 140px;
	}
	.form-container{
		padding-top: 31px;
	}
	.wet__secti h2{
		font-size: 18px;
	}
	.wet__secti p{
		font-size: 14px;
	}
	.wet__wet{
		padding-top: 180px;
	}
	.section__wet img{
		width: 50px;
	}
	.fare__whale-fare{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	.whale__fare-fare{
		flex-direction: column;
		gap: 15px;
	}
	.fare__whale{
		padding: 22px 20px;
	}
	.clas__classes{
		flex-direction: column;
	}
	.classes__clat p{
		font-size: 14px;
	}
	.swiper-wrapper{

	}
}
@media(max-width: 396px){
	.blok__image-is::before {
    content: '';
    position: absolute;
    top: 116px;
    left: 400px;
    width: 447px;
    height: 67px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
    z-index: 1;
}
@media(max-width: 1980px){
	.blok__image-is::before {
            content: '';
            position: absolute;
            top: 116px;
            left: 400px;
            width: 447px;
            height: 300px;
            background: linear-gradient(0deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
            z-index: 1;
	}
	.blok__image::before {
            content: '';
            position: absolute;
            top: -18px;
            left: -2px;
            width: 65px;
            height: 303px;
            background: linear-gradient(90.00deg, rgb(0, 0, 0) 0.97%,rgba(0, 0, 0, 0) 99.127%);
            z-index: 1;
         }
}
