@media (max-width: 767px) {
	/* header *****************************************************************************************/
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.container {
		padding: 0;
	}
	.header-top-inner {
		padding: 7px 20px 0;
	}
	.header-contacts {
		justify-content: start;
	}
	.header-bottom-wrap:before, .header-bottom-wrap:after {
		display: none;
	}
	.header-bottom-outer {
		padding: 8px 0;
	}
	.header-bottom-inner-border-top {
		top: 8px;
	}
	.header-bottom-inner-border-bottom {
		bottom: 8px;
	}
	.header-bottom-inner {
		padding: 0 20px;
		height: 70px;
	}
	#home .header-logo img {
	    visibility: visible;
	}
	.mobile-menu {
		position: fixed;
		z-index: 12;
		background: #026D81;
		flex-direction: column;
		padding: 20px;
		height: 100%;
		top: 0;
		left: -260px;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.mobile-menu.show {
		left: 0;
	}
	.mobile-menu-logo {
		width: 220px;
		margin-bottom: 30px;
	}
	.header-menu {
		flex-direction: column;
		align-items: start;
		margin-bottom: 30px;
		flex: inherit;
	}
	.header-menu-item {
		font-size: 16px;
		color: #fff;
		padding: 8px 5px;
	}
	.header-link {
		justify-content: start;
		flex: inherit;
	}
	.header-link a {
		padding: 11px 40px;
	}
	.mobile-menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 11;
		background: #00000047;
		display: none;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.mobile-menu-overlay.show {
		display: block;
	}
	.header-button-close {
		position: absolute;
		right: 20px;
		top: 60px;
	}
	.header-space {
		height: 129px;
	}

	/* main-hero *****************************************************************************************/
	.hero-swiper {
		height: calc(100vh - 129px);
		padding: 0;
	}
	.hero-swiper .swiper-wrapper {
		background: url(../img/main/hero-bg-mobile.jpg) no-repeat center top;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		box-shadow: none;
		height: calc(100% - 70px);
	}
	.hero-swiper-button-prev {
		left: -45px;
	}
	.hero-swiper-button-next {
		right: -45px;
	}
	.hero-swiper-inner {
		width: 100%;
		padding: 0 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.hero-swiper .swiper-slide {
		align-items: end;
		padding-bottom: 25px;
	}
	.hero-swiper-title {
		max-width: calc(100% - 55px);
		text-align: center;
		margin: 0 0 10px;
	}
	.hero-swiper-text {
		text-align: center;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.hero-swiper-pagination-wrap {
		height: 70px;
	}
	.hero-swiper-pagination-line {
		top: 35px;
		left: 0;
		width: 100%;
	}
	.hero-swiper-pagination .swiper-pagination-bullet {
		width: 42px;
		height: 42px;
		margin: 0 20px 0 0 !important;
	}
	.swiper-pagination-bullet-inner {
		font-size: 20px;
		width: 36px;
		height: 36px;
	}

	/* main-about *****************************************************************************************/
	.main-about {
		background: #f2efea;
		padding-top: 80px;
	}
	.border-wrap {
		padding: 0;
	}
	.border-wrap:before, .border-wrap:after {
		display: none;
	}
	.border-inner {
		padding: 30px 20px;
		box-shadow: none;
	}
	.main-about-right {
		margin-top: 40px;
	}
	.main-about-title-wrap {
		margin-bottom: 10px;
	}
	.main-title {
		font-size: 32px;
	}
	.main-about .main-title {
		font-size: 40px;
	}
	.main-about-stripes {
		width: calc(100% - 130px);
		height: 35px;
	}
	.main-about-text {
		margin-bottom: 20px;
	}
	.main-about-line {
		margin-top: 20px;
	}
	.section-wrap {
		padding: 0;
	}
	.main-about-bottom-wrap {
		padding: 36px 20px;
	}
	.main-about-bottom-wrap .row {
		overflow: hidden;
	}
	.main-about-bottom-wrap .col-md-3.col-6 {
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
	.main-about-bottom-inner {
		padding: 20px;
		height: calc(100% - 24px);
		margin-bottom: 12px;
		margin-top: 12px;
	}
	.main-about-bottom-number {
		font-size: 32px;
	}

	/* main-advantages *****************************************************************************************/
	.main-advantages .border-inner {
		padding: 40px 20px;
		background: #fcf7f1;
	}
	.main-advantages-title-wrap {
		justify-content: center;
		margin-bottom: 30px;
	}
	.main-advantages-stripes {
		display: none;
	}

	/* main-price *****************************************************************************************/
	.main-price-wrap {
		background: url(../img/main/price-bg-mobile.jpg) no-repeat center top;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 380px;
		padding: 70px 20px;
	}
	.main-price-inner {
		flex-direction: column;
		align-items: start;
	}
	.main-price-title {
		margin-bottom: 10px;
	}
	.main-price-text {
		margin-bottom: 20px;
	}

	/* main-gallery *****************************************************************************************/
	.main-gallery .border-inner {
		padding: 50px 20px 70px;
	}
	.main-gallery-stripes {
		width: 25%;
	}
	.main-gallery-menu-wrap {
		width: 100%;
	}
	.main-gallery-menu-inner {
		overflow-x: scroll;
	}
	.main-gallery-menu-wrap:before {
		content: url(../img/gallery-menu-before-mobile.png);
		left: -16px;
		width: 26px;
	}
	.main-gallery-menu-wrap:after {
		content: url(../img/gallery-menu-after-mobile.png);
		right: -16px;
		width: 26px;
	}
	.main-gallery-inner {
		padding: 5px;
	}
	#galleryModal .modal-close {
		right: 5px;
	}
	#galleryModal .carousel-control-prev {
		left: 0;
	}
	#galleryModal .carousel-control-next {
		right: 0;
	}

	/* main-team *****************************************************************************************/
	.main-team-wrap {
		padding: 60px 20px 80px;
	}
	.main-team-stripes {
		width: 10%;
	}
	.main-team-text {
		margin-bottom: 30px;
		font-size: 12px;
	}
	.main-team-inner {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.main-team-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-team-left img {
		width: 100%;
	}

	/* main-form *****************************************************************************************/
	.main-form .border-inner {
		background: url(../img/form-bg-mobile.jpg) no-repeat center bottom;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 60px 20px 80px;
	}
	.main-form-title-wrap .main-about-stripes {
		width: 70px;
	}
	.main-form-text {
		margin-bottom: 60px;
		font-size: 12px;
	}
	.footer-form-group label {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.footer-form-group input, .footer-form-group textarea {
		height: 48px;
	}
	.main-form-right img {
		display: none;
	}
	.footer-form-submit input {
		height: 48px;
	}

	/* footer *****************************************************************************************/
	.footer-top-inner {
		padding: 60px 0 50px;
		flex-direction: column;
	}
	.footer-logo {
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-col {
		margin-bottom: 30px;
	}
	.footer-bottom-inner {
		padding: 30px 0 20px;
		flex-direction: column;
	}
	.footer-bottom-inner p, .footer-bottom-inner a {
		margin-bottom: 10px;
	}

	/* breadcrumbs *****************************************************************************************/
	.breadcrumbs-inner {
		padding: 15px 0 30px;
		box-shadow: none;
	}

	/* team-description *****************************************************************************************/
	.team-description .border-inner {
		padding: 30px 20px 60px;
	}
	.team-description .main-title {
		font-size: 24px;
	}
	.team-text {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.team-cards-wrap {
		padding: 60px 0 100px;
		overflow: hidden;
	}
	.team-cards-inner {
		padding: 20px;
	}
	.team-cards-wrap .row {
		padding-bottom: 25px;
	}
	.team-cards-name {
		font-size: 20px;
		color: #026D81;
		margin-bottom: 16px;
	}
	.team-cards-title {
		margin-bottom: 16px;
		font-size: 12px;
	}
	.team-cards-text {
		font-size: 12px;
		margin-bottom: 60px;
	}
	.team-cards-socials {
		left: 9px;
	}
	.team-cards-socials svg {
		width: 90%;
	}

	/* workshop *****************************************************************************************/
	.workshop-main-wrap {
		padding: 0 20px 0;
		overflow: hidden;
	}
	.workshop-main.dark .row {
		flex-direction: column-reverse;
	}
	.workshop-main .col-md-8 {
	     padding-top: 0; 
	} 
	.workshop-main.dark .col-md-4.col-8 {
		padding-bottom: 70px;
		margin-left: 33.33%;
	}
	.workshop-background.workshop-background-01 {
		top: 40px;
		left: -83px;
	}
	.workshop-main .main-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.workshop-text {
		margin-bottom: 50px;
		font-size: 12px;
	}
	.workshop-background.workshop-background-02 {
		top: 78px;
		left: 125px;
	}
	.workshop-title {
		font-size: 28px;
		text-align: start;
		margin-bottom: 50px;
	}
	.col-md-6 .workshop-text {
		margin-bottom: 20px;
	}
	.workshop-list {
		font-size: 12px;
		margin-bottom: 50px;
		padding-left: 25px;
	}
	.workshop-background.workshop-background-03 {
		top: -23px;
		right: 75px;
	}
	.workshop-background.workshop-background-04 {
		top: 80px;
		right: -150px;
		left: auto;
	}
	.workshop-main.last .col-md-8 {
		padding-top: 0;
	}
	.workshop-main.last .d-flex.align-items-center {
		flex-direction: column;
	}
	.workshop-main.last .d-flex.align-items-center .workshop-image {
		width: 100%;
	}

	/* services *****************************************************************************************/
	.services-first .workshop-main-wrap {
		box-shadow: none;
	}
	.services-first .main-advantages-title-wrap {
		justify-content: space-between;
	}
	.services-first .main-advantages-stripes {
		display: block;
	}
	.services-first-text {
		font-size: 12px;
	}
	.services-first-text {
		margin-bottom: 20px;
	}
	.services-first .services-first-text {
		margin-bottom: 60px;
	}
	.services-first-title {
		font-size: 20px;
	}
	.services-main-wrap:before, .services-main-wrap:after {
		display: none;
	}
	.services-main-inner {
		padding: 20px;
	}
	.services-main-image {
		margin-bottom: 20px;
	}
	.services-main-list {
		padding-left: 20px;
		font-size: 12px;
	}
	.services-empty-space-inner {
		box-shadow: none;
	}
	.services-main.reverse .row {
		flex-direction: column-reverse;
	}
	.services-empty-space-wrap.last {
		height: 80px;
	}

	/* gallery *****************************************************************************************/
	.services-empty-space.gallery .services-empty-space-wrap {
		height: 80px;
	}

	/* prices *****************************************************************************************/
	.prices-first .main-advantages-title-wrap {
		flex-direction: column;
    	align-items: center;
	    margin-top: 0;
	}
	.prices-first .main-title {
	    font-size: 20px;
	    text-align: center;
	}
	.prices-first .main-about-stripes {
	    width: 100%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.prices-tabs-item:before {
	    left: 15px;
	}
	.prices-tabs-item:after {
	    right: 15px;
	}
	.prices-tabs-item .nav-link {
	    font-size: 12px;
	}
	.prices-tabs-image {
	    width: 90px;
	}
	.prices-tabs-inner {
	    padding: 20px 0 10px;
	}
	.prices-tabs-right {
	    width: calc(100% - 90px);
	    padding: 0 0 0 10px;
	}
	.prices-tabs-row {
	    margin-bottom: 10px;
	    flex-direction: column;
	}
	.prices-tabs-name {
	    font-size: 12px;
	    margin-bottom: 5px;
	}
	.prices-tabs-price {
	    font-size: 12px;
	    margin-left: 0;
	}

	/* faq *****************************************************************************************/
	.faq-first .main-advantages-title-wrap {
		flex-direction: column;
    	align-items: center;
	    margin-top: 0;
	}
	.faq-first .main-title {
	    font-size: 20px;
	    text-align: center;
	}
	.faq-first .main-about-stripes {
	    width: 100%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.accordion-button {
	    font-size: 14px;
	}
	.accordion-body p {
	    font-size: 12px;
	}
}