@media (max-width: 1600px) {
	.logo-description_h1 {
		width: 100%;
		display: flex;
		justify-content: center;
		right: 0;
		top: 160px;
	}
	
	.feedback-block .form-content {
		top: 70px;
	}
	
	.slider-wrap {
		width: 90%;
	}
	
	.footer-logo, .footer-contacts, .footer-copyright {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
	
	footer {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 20px;
	}
	
	.footer-title {
		font-size: 30px;
	}
	
	.footer-social {
		text-align: center;
	}
	
	.footer-social img:first-child {
		margin-left: 0;
	}
	
	main#content {
		width: 90%;
	}
	
	.content-text {
		width: 50%;
	}
	
	.content-text_full {
		width: 100%;
	}
	
	.content-image {
		width: 45%;
	}
	
	.video img {
		width: 100%;
	}
	
}

@media (min-width: 1380px) and (max-width: 1700px) {
	.bird {
		width: 300px;
		right: 30px;
		top: 250px;
	}
}

@media (max-width: 1380px) {

	.quote-content {
		width: 90%;
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	h2.margin-long {
		margin-top: 24px;
	}
	
	.content-text {
	   margin-bottom: 30px;	
	}
	
	.content-image {
	  text-align: center;	
	}
	
	.content-image img {
	  max-width: 100%;
	}
	
	.video {
		margin-bottom: 20px;
	}
	
	.breadcrumbs {
		margin-bottom: 10px;
	}
	
	.workshop-item img {
		max-width: 100%;
	}
	
	.content-text_contacts {
		width: 30%;
	}
	
	.content-minigallery {
		width: 70%;
	}
	
	.content-minigallery-full img {
		max-width: 100%;
		height: 448px;
		object-fit: cover;
	}
	
	.bird {
		width: 250px;
		right: 10px;
	}
	
	.arrows-wrapper {
		width: 1152px;
	}
	
	.arrows {
		width: 489px;
	}
	
}

@media (max-width: 1350px) {
	
	.icon_mouse {
		left: 50px;
		right: inherit;
	}	
	
}

@media (max-width: 1170px) {
	.logo-description_h1 {
		top: 100px;
		bottom: inherit;
	}
	
	.content-flex {
		flex-direction: column;
	}
	
	.content-text, .content-image {
		width: 100%;
	}
	
	.content-minigallery {
		width: 100%;
		flex-direction: column;
	}
	
	.content-minigallery-mini {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.content-minigallery-mini img {
		height: 144px;
	}
	
}

@media (max-width: 1150px) {
	#top-menu ul {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}

@media (max-width: 1050px) {
	.logo-description_h1 {
		display: none;
	}
	
	.icon_mouse {
		bottom: 50px;
	}
	
	.quote-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.feedback-block .form-content {
		top: 10px;
	}
	
	.feedback-block .form-content h2 {
		font-size: 30px;
	}
	
	.feedback-block .form-content form {
		width: 90%;
		margin: auto;
		margin-top: 20px
	}
	
	.feedback-block {
		height: 390px;
	}
	
	.feedback-block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.slide-item {
		flex-direction: column;
	}
	
	.slide-left-block {
		width: 100%;
		margin-top: 40px;
	}
	
	.slide-right-block {
		order: -1;
	}
	
	.sertif-fallery {
		padding-top: 0;
	}
	
	.arrows-wrapper {
		width: 100%;
	}
	
	.arrows {
		margin: auto;
		width: 100%;
	}
	
	.slide-title {
		font-size: 50px;
	}
	
	.sertif-fallery {
		padding-bottom: 45px;
	}
	
}

@media (max-width: 660px) {
	.menu-logo-button {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	header .menu-logo-button .logo, #start_course {
		position: static;
	}
	
	.icon_mouse {
		bottom: 30px;
		left: 10px;
		width: 30px;
		height: 92px;
	}
	
	.inline-form {
		width: 100%;
	}
	
	.workshops-block {
		margin-bottom: 0px;
	}
	
	.block-media-item-preview img {
		max-width: 100%;
	}
	
	.block-book-item {
		flex-direction: column;
	}
	
	.block-book-item-image {
		margin: auto;
	}
	
	.block-book-item-info {
		width: 100%;
		margin-top: 30px;
	}
	
	.content-minigallery-full img {
		object-fit: contain;
		width: 100%;
	}
	
	.content-minigallery-mini {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.big-quote {
		margin-top: 0;
	}
	
	.slide-title {
		font-size: 40px;
	}
	
	.slide-description {
		width: 288px;
	}
	
	.under-sert .image img {
		width: 90%;
	}
	
	.bird {
		/*display: none !important;*/
		right: 15px;
		top: 100px;
        display: block;
        width: 180px;
	}
	    
}