@media (max-width: 1920px){
	.parallax-preview-img{
		min-height: 650px;
	}

	.container-big{
		width: 95%;
	}

	.preview-caption{
		flex: inherit;
	}

	.feature-apprentice{
		width: 40%;
	}

	.striped-balloon{
		width: 500px;
	}

	.about-wrap{
		grid-template-columns: 45% calc(48% - 26px);
		gap: 26px;
	}
}

@media (max-width: 1760px){
	.odd-number > li:nth-child(2),
	.even-number > li:nth-child(2){
		top: 60px;
		z-index: 1;
	}

	.odd-number > li:nth-child(2){
		left: 90px;
	}

	.even-number > li:nth-child(2){
		right: 90px;
	}

	.features-top-block{
		padding-top: 20px;
	}

	.feature-apprentice{
		width: 35%;
	}

	.striped-balloon{
		width: 350px;
	}
}

@media (max-width: 1600px){
	.about-wrap{
		grid-template-columns: 50% calc(50% - 30px);
	}

	.wavy-line{
		transform: scale(.8);
	}
}

@media (max-width: 1450px){
	.parallax-preview-img{
		min-height: 550px;
	}

	.odd-number > li:nth-child(2){
		left: 70px;
	}

	.even-number > li:nth-child(2){
		right: 70px;
	}

	.striped-balloon{
		width: 300px;
	}
}

@media (max-width: 1366px){
	.odd-number > li:nth-child(2){
		left: 60px;
		top: 15px;
	}

	.even-number > li:nth-child(2){
		right: 60px;
		top: 15px;
	}

	.about-wrap{
		grid-template-columns: 45% calc(55% - 30px);
	}

	section{
		padding: 100px 0;
	}
}

@media (max-width: 1300px){
	.features{
		position: relative;
		grid-template-columns: repeat(2, calc(50% - 15px));
		grid-template-rows: auto;
		gap: 30px;
	}

	.feature-wrap{
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
		gap: 0 15px;
	}

	.features-top-block,
	.features-down-block{
		padding-top: 0;
	}

	.feature-ul{
		width: 100%;
	}

	.odd-number > li:nth-child(1),
	.even-number > li:nth-child(1){
		font: 100px var(--font-montserrat-bold);
		line-height: 84px;
	}

	.odd-number > li:nth-child(1){
		top: auto;
		bottom: 0;
	}

	.even-number > li:nth-child(1){
		top: auto;
		bottom: 0;
	}

	.odd-number > li:nth-child(2){
		position: static;
		left: 0;
		top: 0;
	}

	.even-number > li:nth-child(2){
		position: static;
		right: 0;
		top: 0;
	}

	.striped-balloon{
		width: 220px;
		top: 40px;
	}
}

@media (max-width: 1260px){
	.container{
		width: 95%;
	}
}

@media (max-width: 1170px){
	.parallax-preview-img{
		min-height: 480px;
	}

	.features{
		display: flex;
		flex-direction: column;
		gap: 0 30px;
	}

	.features-top-block,
	.features-down-block{
		margin-bottom: 30px;
	}

	.footer-widget{
		justify-content: start;
	}

	.header-top{
		background: linear-gradient(180deg, #fda31b 0%, #fda31b 50%, #4f684b 50%, #4f684b 100%);
	}

	.header-top-wrap{
		flex-direction: column;
		height: 90px;
	}

	.header-top-left{
		padding: 14px 0;
	}

	.header-top-wrap > div{
		width: 100%;
	}

	.header-top::before {
		background: transparent;
	}

	.header-top-right{
		background: transparent;
		overflow-y: scroll;
	}

	.header-top-right ul{
		justify-content: start;
	}
}

@media (max-width: 1024px){
	section{
		padding: 70px 0;
	}

	.page-text{
		margin-top: -40px !important;
	}


	.lessons-contacts{
		margin-bottom: 50px;
	}

	.footer{
		padding-top: 70px;
	}

	.breadcrumb-area{
		padding-top: 120px;
		padding-bottom: 100px;
	}
}

@media (max-width: 980px){
	.container-big{
		width: 88%;
	}

	.nav-wrap{
		grid-template-columns: auto 1fr;  
		grid-template-rows: 84px;
	}

	.logotype{
		height: 60px;
	}
	
	.mobile-menu-bar{
		display: grid;
		justify-self: end;
		color: var(--theme-footer-color);
	} 

	.nav-wrap-links > ul{
		background: var(--color-white);
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		width: 80%;
		left: calc(50% - 40%);
		border-radius: 20px;
		box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, .10);
		display: flex;
		flex-direction: column;
		padding: 40px 30px;
		text-align: center;
		display: none;
	}

	.nav-wrap-links > ul > li{
		border-top: 1px solid var(--color-black-10);
		padding: 15px 0 15px 0;
	}

	.nav-wrap-links > ul > li:last-child{
		border-bottom: 1px solid var(--color-black-10);
	}

	.li-close{
		display: block;
	}

	.nav-link{
		font-size: 20px;
		white-space: inherit;
	}

	.feature-wrap{
		flex-direction: column;
		padding-top: 30px !important;
	}

	.about-wrap{
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.about-left{
		margin: 0 auto;
	}

	.about-right-content{
		width: 100%;
		margin: 30px auto 0 auto;
	}

	.about-img1{
		padding-top: 146px;
	}

	.about-img2{
		padding-top: 26px;
	}

	.lessons-contacts{
		width: 90%;
		margin-top: 100px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 880px){
	.lessons-ul > li{
		flex: 0 0 calc(50% - 20px);
	}

	.wavy-line{
		transform: scale(.6);
		left: -5%;
	}
}

@media (max-width: 790px){
	.lessons-contacts{
		display: flex;
		flex-direction: column;
		margin-top: 50px;
		padding: 30px 45px;
	}

	.lessons-contacts > div:nth-child(1){
		border: 0;
		margin-bottom: 30px;
	}

	.lessons-contacts > div:nth-child(2){
		text-align: left !important;
	}
}

@media (max-width: 680px){
	section{
		padding: 50px 0;
	}

	.page-text{
		margin-top: -20px !important;
	}

	.about-left{
		gap: 20px;
		background-size: 35%;
	}

	.footer{
		padding-top: 50px;
	}

	.breadcrumb-area{
		padding-top: 70px;
		padding-bottom: 50px;
	}
}

@media (max-width: 530px){
	.footer-widget{
		width: 340px;
		left:calc(50% - 170px);
	}
}

@media (max-width: 550px){
	.lessons-ul > li{
		flex: 0 0 calc(100% - 20px);
	}
}

@media (max-width: 480px){
	section{
		padding: 30px 0;
	}

	.nav-wrap{
			grid-template-rows: 74px;
	}

	.logotype{
		height: 50px;
	}

	.wavy-line{
		transform: scale(.4);
	}

	.footer{
		padding-top: 30px;
	}
}

@media (max-width: 435px){
	.striped-balloon{
		width: 190px;
		top: 40px;
		right: 30px;
	}
}

@media (max-width: 360px){
	section{
		padding: 20px 0;
	}

	.footer{
		padding-top: 20px;
	}
}