@media (min-width: 576px) {
    .feedback-form {
        padding: 28px 40px;
    }
}
@media(max-width:576px){ 
	.articole-title{
		font-size: 28px;
	}
	.title-service_about {
		font-size: 20px ;
	}
	.service-header_title h1 {
	    -webkit-text-stroke: 1px black;
	    margin-bottom: 0;
	    font-size: 23px;
	}
	.dropdown-text{
		font-size: 14px;
	}
	.faq-title {
	    position: relative;
	    padding-right: 50px;
	    cursor: pointer;
	    font-weight: 700;
	    font-size: 18px;
	}
	.faq-block {
	    padding: 0;
	    font-size: 20px;
	    font-weight: bold;
	    -webkit-text-stroke: 1px black;
	    margin: 0px 0px 50px 0px;
	}
	.slider-font {
	    padding: 0;
	    font-size: 25px;
	    font-weight: bold;
	    -webkit-text-stroke: 1.5px black;
	    margin: 0px 0px 10px 0px;
	} 
	.section-font {
	    padding: 0;
	    font-size: 25px;
	    font-weight: bold;
	    -webkit-text-stroke: 1.5px black;
	    margin: 0px 0px 15px 0px;
	}
    .img-width{
    	margin-top: 22px;
    }
	.swiper-slide {
	    flex-shrink: 0;
	    width: 100%;
	    height: 95% !important;
	    top: 10px;
	    position: relative;
	    transition-property: transform;
	    display: block;
	} 
	.slider {
		width: 110%;
        margin-left: -42px;
	}
	.slider_event{
		width: 110%;
        margin-left: -42px;
    }
    .swiper-feedback {
    	width: 110%;
        margin-left: -42px;
    }

	.slider-title {
	    font-family: 'Playfair Display', serif;
	    position: relative;
	    right: 26px;
	}
	.arrow-left_event::after{
	    height: 30px;
        right: 4px;
	    width: 30px;	
	}
	.arrow-right_event::after{
	    height: 30px;
        width: 30px;
        right: -29px;	
	}
	.arrow-left::after {
	    height: 30px;
        right: 4px;
	    width: 30px;
   }
	.arrow-right::after {
	    height: 30px;
        width: 30px;
        right: -29px;
   }
	.footer-display {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    row-gap: 20px;
	    justify-content: flex-start;
	}
	.service-block_info {
        background-color: #F0E9DA;
        padding: 0px;
        border-radius: 15px;
        max-width: 99.2%;
    }

	.main-global {
	    font-weight: bold;
	    font-size: 33px;
	    padding: 0;
	    margin: 0;
	    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
	}
	.main-documents {
	    font-size: 33px;
	    padding: 0;
	    margin: 0;
	    margin-left: 5px;
	    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
	}

    .button-search {
        padding: 3.7px 9px;
        border-radius: 0px 5px 5px 0px;
        cursor: pointer;
        margin-left: 171%;
    }
    .white-block {
        background-color: white;
        height: calc(100% + 7px);
        position: relative;
        /* width: 63vh; */
        width: calc(99% + 7px);
        bottom: calc(14.5em + 7px);
        z-index: -1;
        left: 1.5em;
        border-radius: 1em;
    }
    .info-block {
        opacity: 0.7;
        background-color: #1F3B4D;
        height: 19em;
        margin: 30vw 0 0 0;
    }
    .about-section {
        min-height: 100vh;
        padding: 13vw 0 4vw;
    }
    [data-section]:before {
        content: attr(data-section);
        font-size: 16.375vw;
        font-weight: 900;
        line-height: 1;
        color: rgba(142, 141, 137, 0.10);
        text-transform: uppercase;
        position: absolute;
        top: 25px;
        /* left: 3.125vw; */
        left: 11.125vw;
        z-index: -1;
        pointer-events: none;
    }
    .fans {
        width: 38.333333%;
        padding-top: 7px;
        padding-right: 0px;
    }
    .blog-header {
        padding: 2em 0 1em 0;
    }
    .position {
        padding-right: 9em;
        position: relative;
        bottom: 14em;
        right: 2%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    
	/* .default-btn {
		width: min(100%, 269px);
		min-height: 66px;
	} */
	/* .page-title {
		padding: 0 0 36px;
	} */
	/* #contact-form {
		padding: 60px 54px 48px;
	} */
	.footer-nav {
		flex-direction: row;
	}
	.footer-nav_item {
		margin-left: 48px;
		margin-bottom: 0;
	}
	.footer-nav_item:first-child {
		margin-left: 0;
	}
}
@media(max-width: 768px){
	.about-header {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 70px 0px 0px 0;
	}
	.about-info {
	    padding-top: 0px;
	    padding-bottom: 25px;
	}
	.overlay-text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 14px;
	    text-align: center;
	    z-index: 2;
	    width: 70%;
	}
	.event-content {
	    margin: 0 auto;
	    width: 100%;
	} 
	.event-title{
	    margin: 0 auto;
	    width: 100%;
	}
	.card-event > h2 {
	    font-size: 16px;
	}
	.adres-contacts{
	    margin-top: 10px;
	}
	.dropdown-text {
	    display: none;
	    width: 90%;
	    margin-bottom: 0px;
	}
    .color-save {
        background: #F5F2EC;
        max-width: 267px;
        padding: 15px 21px;
        border-radius: 11px;
        margin: 23px 0;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    }

    .img-size{
        display: block;
        max-width: 70px;
        height: auto;
    }
    #contact-form {
        width: 100%;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.30);
        padding: 14px 20px;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        margin-top: 1em;
    }

    
    .marquee {
        font-size: 20px;
        margin: 20px 0 32px;
    }
    .services-main {
        padding: 5em 0px 0px 0px;
    }
    
    .services-page {
        padding: 16vw 0px 138px 0px;
    }

    .white-block {
        background-color: white;
        height: calc(98% + 7px);
        position: relative;
        /* width: 63vh; */
        width: calc(99% + 7px);
        bottom: calc(14em + 7px);
        z-index: -1;
        left: 1.5em;
        border-radius: 1em;
    }
    .fans {
        width: 35.333333%;
        padding-top: 2px;
        padding-right: 0px;
    }
        .position {
        padding-right: 9em;
        position: relative;
        bottom: 14em;
        right: 2%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}
@media(min-width: 768px){
	.overlay-text{
		width: 90%;
	}
    .about-header > .col-lg-5 {
        margin-left: 0;
    }
    .abouts-content {
    	padding: 0;
	}
    .fans {
        width: 30.333333%;
        padding-top: 2px;
        padding-right: 0px;
    }
    .white-block {
        background-color: white;
        height: calc(100% + 7px);
        position: relative;
        /* width: 63vh; */
        width: calc(99% + 7px);
        bottom: calc(24em + 7px);
        z-index: -1;
        left: 1.5em;
        border-radius: 1em;
    }
	.text-page .page-title > *,
	.contacts-page .page-title > *,
	.page-title > * {
		font-size: 38px;
	}
	.about-section_list {
		--bs-gutter-y: 0;
	}
	.about-section_list .item {
		max-width: 320px;
		padding: 90px 0 0;
	}
	#contact-form .text-box :where(h2, h3, h4, strong) {
		font-size: 39px;
	}
	.footer-nav_item {
		margin-left: 72px;
	}
}
@media (min-width: 577px) and (max-width: 992px) {
	.service-block_info {
	    background-color: #F0E9DA;
	    padding: 0px;
	    border-radius: 15px;
        max-width: 69.2%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
    .service-block_info {
        background-color: #F0E9DA;
        padding: 0px;
        border-radius: 15px;
        max-width: 53.2%;
    }
    .services-page {
        padding: 12vw 0px 138px 0px;
    }
    .services-main {
        padding: 7em 0px 0px 0px;
    }
    .marquee {
        font-size: 20px;
        margin: 20px 0 45px;
    }
}
@media(max-width:992px){
	.main-global {
	    font-weight: bold;
	    font-size: 30px;
	    padding: 0;
	    margin: 0;
	    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
	}
	.main-documents {
	    font-size: 30px;
	    padding: 0;
	    margin: 0;
	    margin-left: 5px;
	    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
	}
	.text-box {
	    padding: 0;
	    font-size: 14px;
	    margin: 0;
	    margin-bottom: 20px;
	}
	.order-header{
		order:1!important
	}
	.main-nav_submenu.open .main-nav_dropdown{
		display:block;
	}
	.main-nav_submenu.open .main-nav_dropdowns {
        display: block;
    }
	.main-nav_dropdowns {
        position: relative;
        top:0;
        left: 0px;
        background: #F0E9DA;
        z-index: 100;
        list-style: none;
        padding: 0px;
        margin: 10px 0 0 0;
        box-shadow:none;
    }
	.main-nav_dropdown {
        position: relative;
        top:0;
        left: 0px;
        background: #F0E9DA;
        z-index: 100;
        list-style: none;
        padding: 0px;
        margin: 10px 0 0 0;
        box-shadow:none;
    }
	.main-text {
	    padding-left: 20px;
	    /* margin-bottom: 50px; */
	}
	.article-preview_title {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 1.4;
	    text-transform: uppercase;
	    flex: 0;
	}
    .article-text-prev{
        padding-bottom: 5vw;
    }
}
@media(min-width: 992px){
	.main-nav_submenu:hover:after{
	    transform: rotate(-89deg);
	}
    .white-block {
        background-color: white;
        height: calc(71% + 7px);
        position: relative;
        /* width: 63vh; */
        width: calc(99% + 7px);
        bottom: calc(16em + 7px);
        z-index: -1;
        left: 1.5em;
        border-radius: 1em;
    }
    
	.main-nav_item:not(:last-child) {
        margin-right: 3em;
	}
	.page-title > * {
		font-size: 60px;
	}
	.marquee {
		font-size: 20px;
        margin: 158px 0 66px;
	}
	.about-section_list {
		--bs-gutter-y: 0;
	}
	.about-section_list .item_title {
		font-size: 20px;
	}

	.social-links {
		padding: 0 0 9px;
	}
	.text-page .page-title > *,
	.contacts-page .page-title > * {
	    font-size: 48px;
	}
}
@media (min-width: 1200px) {
    .btn:hover:after {
        background-color: #D1C6A1;
        transform: rotate(45deg);
    }
    .btn:after {
        transition: transform .15s linear, background-color .35s;
    }
    .btn {
        transition: color .35s linear;
    }
    .feedback-form {
        padding: 30px 80px;
    }
    .feedback{
    	padding: 30px 80px;
    }
    .article-preview {
        padding: 16px 16px 24px;
        transition: background-color .35s;
    }
    .article-preview_event {
        padding: 16px 16px 24px;
        transition: background-color .35s;
    }
    .article-preview img {
        margin-bottom: 24px;
    }
    .article-preview_event img {
        margin-bottom: 24px;
    }
    .article-preview_title {
        font-size: 16px;
    }
    .article-preview_btn {
        transition: background-color .35s, border-color .35s;
    }
    .article-preview_btn:after {
        transition: transform .15s linear;
    }
    .article-preview:hover .article-preview_btn:after {
        transform: rotate(45deg);
    }
    .article-preview_event:hover .article-preview_btn:after {
        transform: rotate(45deg);
    }
    .article-preview_btn {
        transition: background-color .35s, border-color .35s;
    }
    .article-preview:hover {
        background-color: rgba(237, 234, 229, 0.50);
    }
    .article-preview_event:hover {
        background-color: #F0E9DA;
    }
    .article-preview:hover .article-preview_btn {
        border-color: #EAE8DC;
        background-color: #F0E9DA;
    }
    .article-preview_event:hover .article-preview_btn {
        border-color: #EAE8DC;
        background-color: #F5F2EC;
    }
    .white-block {
        background-color: white;
        height: calc(100% + 7px);
        position: relative;
        /* width: 63vh; */
        width: calc(99% + 7px);
        bottom: calc(21em + 7px);
        z-index: -1;
        left: 1.5em;
        border-radius: 1em;
    }
}
@media(max-width: 1500px)
{
	.section-title {
        font-family: 'Playfair Display', serif;
        position: relative;
        right: 0px;
    }
}
@media(max-width:1200px){
    .text-info {
        text-align: center;
        padding: 10px 0px 8px 0px;
        color: #FFFFFF;
        font-size: 25px;
    }
    .main-section_title {
        position: absolute;
        bottom: 14em;
        left: 30%;
        font-size: 24px;
    }
    .main-section_content {
        position: absolute;
        bottom: 24%;
        left: 5%;
        width: 90%;
    }

    .main-nav {
        line-height: 1.2;
		padding: 1.5em 3em 1.5em 0em;
    }
    
    .position {
        padding-right: 3em;
        position: relative;
        bottom: 14em;
        right: 2%;
        display: flex
    ;
        flex-wrap: nowrap;
        align-items: center;
    }
}
@media (min-width: 990px) and (max-width: 1008px) {
	.main-nav {
        padding: 1.5em 2em 1.5em 0em;
  	}
}
@media(min-width:1200px){
	.main-nav_items {
		transition: color .3s;
	}
	.main-nav_items:hover {
		color: #D1C6A1;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(3, auto);
	    grid-auto-columns: max-content;
	}
    
	.main-nav_item {
		transition: color .3s;
	}
	.main-nav_item:hover {
		color: #D1C6A1;
	}
	.inner-box {
        padding: 20px;
        box-shadow: inset 5px 4px 10px 10px #eeeeee;
    }
    .picture-main_section {
        background-image: url(/assets/myimages/background/main-section.webp);
        background-size: 659px 489px;
        background-position: 830px 0px;
        background-repeat: no-repeat;
        background-color: #F5F5F5;
        padding: 510px 0px 0px;
    }
	/* .default-btn:hover {
		background-color: #111111;
		border-color: #111111;
	} */
	.social-links_item:hover {
		background-color: #FC631B; 
	}
	.footer-nav_item a {
		transition: color .3s;
	}
	.footer-nav_item a:hover {
		color: #FC631B;
	}
	.contacts-list_item a {
		transition: color .3s;
	}
	.contacts-list_item a:hover {
		color: #6A7F99;
	}
	.breadcrumb_item a:hover {
		color: #FC631B;
	}
	.article-text a:hover {
		text-decoration: underline;
	}
	.copyright a:hover {
		text-decoration: underline;
	}
}

