.header-menu-mid {
    font-family: Tenor Sans;
    font-size: 30px;
    font-weight: 400;
    line-height: 42.12px;
    text-align: left;
    color: #fff;
}

.sale-personal-section-index-block{
	background: #000;
}

.favorite-content {
    /* min-height: calc(100vh - 300px); */
    margin-top: 40px;
    margin-bottom: 100px;
}

.favorite-content-empty-title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #0f0f0f;
    margin-top: 150px;
}

.favorite-content-empty-subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #0f0f0f;
}

.favorite-content-empty-button {
    margin: 60px auto 180px;
    width: 290px;
    height: 45px;
    display: flex;
    background-color: #0F0F0F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.favorite-content-empty-button {
    margin: 60px auto 0;
}

.favorite-content-empty-button p {
    color: #fff;
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	margin: 0;
}

.favorite-content-empty-button-decor {
    display: none;
    position: absolute;
    right: 15px;
    font-size: 16px;
    object-fit: contain;
}

.favorite-content-empty-button:hover .favorite-content-empty-button-decor {
    display: block;
    animation-name: arrow-move;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}


footer {
    min-height: 475px;
    width: 100%;
    padding: 0;
    border-top:  0.70px solid rgba(0, 0, 0, 0.08);
}
.footer-wrapper {   
    width: 100%; 
    padding: 0 15px;  
}
.footer-top {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-top-left {
    width: 50%;
}
.footer-top-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer-top-right-col {
    width: 185px;
    display: flex;
    flex-direction: column;
}
.footer-top-right-col-subtitle {
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.3px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0F0F66;
    margin-bottom: 18px;
}

.footer-top-right-col a{
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.3px;
    text-align: left;
    margin-bottom: 10px;
}
.footer-top-right-col a:hover {
    text-decoration: underline;
    transition: .4s;
}
.footer-top-right-col-social {
    display: flex;    
    gap: 8px;
}
.footer-top-right-col-social a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #0F0F0F;
    justify-content: center;
    align-items: center;
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.3px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0F0F;
}
.footer-top-right-col-social a:hover {
    background: #0F0F0F;
    text-decoration: none;
    color: #fff;
}
.footer-mid {
    display: flex;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #00000014;
    padding-top: 25px;
}
.footer-mid-left {
    width: 50%;
    font-family: Onest;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.75px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0F0F;
}
.footer-mid-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    font-family: Onest;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.75px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0F0F66;
}
.footer-mid-right a{
    width: 185px;
    font-family: Onest;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.75px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0F0F66;
}
.footer-mid-right div {
    width: 185px;
}
.footer-bot {
    padding-top: 25px;
    width: 100%;
    height: 230px;
    
}
.footer-bot img {
    width: 100%;
    object-fit: cover;
}

.header_top{
	display: none;
}

.header-menu-mid {
    left: auto;
    transform: none
}






@media (max-width: 992px) {
    .collect-screen1 {
		background: url("https://annaverdi.com/local/templates/verdi/img/11.jpg");
		height: 100vh;
		background-size: cover;
		display: flex;
		width: 100%;
	}

	 .footer-top {
		flex-wrap: wrap;
	  }

	 .footer-top-right {
		width: 100%;
	  }

	  .footer-top-left {
		width: 130px;
	  }

	  .footer-mid-right {
		width: 100%;
	  }

	   .footer-top-right-col--menu {
		width: calc(50% - 10px);
	  }


	      .footer-top-right-col {
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }


	.map-content-item {
  max-width: calc(100vw - 52px);
}

}

@media (max-width: 820px) {
    .footer-top-left {
        width: 130px;
		margin-bottom: 5px;
    }
	
	.footer-top-left img{
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}
}

@media (max-width: 820px) {
    .footer-top-right {
        flex-wrap: wrap;
        margin-left: 0;
        flex-direction: row-reverse;
    }
}

@media (max-width: 820px) {
    .footer-top-right-col--menu {
        width: calc(50% - 10px);
    }
}

@media (max-width: 820px) {
    .footer-mid-left, .footer-mid-right {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .footer-mid-right {
        margin-left: 0;
        width: 100%;
        flex-grow: 1;
        flex-wrap: wrap;
    }
}

@media (max-width: 820px) {
    .footer-bot {
        height: auto;
    }
}




@media (max-width: 820px) {
	.collect-screen1-title {
	font-size: 38px;
}
	.about-info {
	flex-direction: column-reverse;
	margin: 70px 2% 0 2%;
}

.about-info-right {
    max-width: 100%;
}




.about-info .favorite-content-empty-button {
    margin: 60px 0;
    margin-left: auto;
    margin-right: auto;
}

	.container-fluid  {
	min-height:auto!important;
}

	.nav.flex-column.nav-pills a:nth-child(3) {
		display: none!important;
	}

	.nav.flex-column.nav-pills a:nth-child(4) {
		display: none!important;
	}

	.nav.flex-column.nav-pills a:nth-child(2) {
		display: none!important;
	}


	.mb-3.h2 {
		    margin-bottom: 0.5rem !important;
	}


}

h1.main{
	text-align: center;
	font-weight: normal;
}

.oferta-content{
	margin-top: 0;
}

a.go_top{
	background: #000;
	color: #FFF !important;
}
.oferta-content.ws-normal{
	white-space: normal;
	line-height: 1.5;
}

.oferta-content.ws-normal p{
	margin-bottom: 5px;
}

.oferta-content{
	white-space: normal;
}
.oferta-content,
.oferta-content p{
	line-height: 1.5;
	font-size: 15px;
}

.oferta-content h2{
	margin: 25px 0 10px 0;
	font-size: 20px;
}

.product-item-scu-container .itc-select__toggle{
	border-color: #000;
	border-radius: 0;
}

.basket-item-scu-item:hover, .basket-item-scu-item.selected, .basket-item-scu-item.not-available:hover{
	border-color: #000;
	border-radius: 0 !important;
}

.order-right-complit-getsale {
    background: rgba(245, 245, 245, 0.8);
    font-weight: 400;
    font-size: 18px;
    color: #0f0f0f;
    padding: 10px 20px;
}

.order-right-complit-getsale span {
    color: #CF3E1D;
}

.order-right-complit-getsale a{
	text-decoration: underline;
}


.feedback-modal {    
    position: relative;
}
.feedback-modal.acrive {
    visibility: visible;
}
.feedback-modal.active .product-size-bg{       
    position: fixed; 
    left: 0;
    opacity: 1;
    transition: opacity .5s ease-out;
}



.feedback-modal-wrapper {
    visibility: hidden;
    width: 363px;
    padding: 28px 20px;
    position: fixed;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%);
    z-index: 90;
    background: #fff;
    
}

.feedback-modal.active .feedback-modal-wrapper{   
    visibility: visible; 
       
    transition: visibility .5s ease-out;
}

.feedback-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
	display: inline-block;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
	border: 0;
	padding: 0;
}
.feedback-modal-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #0f0f0f;
}
.feedback-modal-subtitle {
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    color: #0f0f0f;
    margin-top: 8px;
}
.feedback-modal-form {
    margin-top: 20px;
    
}
.feedback-modal-form input:focus {
    border: none;
    border-bottom: 1px solid rgba(15, 15, 15, 0.9);
    outline: none; 
}
.feedback-modal-form textarea {
    width: 100%;
    height: 88px;
    margin-top: 12px;
    font-size: 12px;
}
.feedback-modal-form textarea:focus {
    border: none;
    border-bottom: 1px solid rgba(15, 15, 15, 0.9);
    outline: none;
}
.feedback-modal-form textarea::placeholder {
    font-weight: 400;
    font-size: 11px;
    color: rgba(15, 15, 15, 0.5);
}
.order-form-item {
}
.phone-mask {
}
.feedback-modal  .feedback-button {
    margin-top: 22px;
    width: 100%;
}
.feedback-button-decor {
}
.feedback-modal .order-right-complit-privpolicy {
    margin-top: 12px;
}
.feedback-modal .order-right-complit-privpolicy>label {
    max-width: 280px;
}

.feedback-button {
    width: 295px;
    height: 45px;
    background: #0F0F0F;    
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 208%;
    text-align: center;
    color: #fff;
    position: relative;

}
.feedback-button p {
    color: #fff;
	margin: 0;
	padding: 0;
}

.product-size-bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s ease;
}

.feedback-modal.active .product-size-bg {
    position: fixed;
    left: 0;
    opacity: 1;
    transition: opacity .5s ease-out;
}

.main_menu a[aria-expanded="false"]:after,
.main_menu a[aria-expanded="true"]:after{
	margin-left: 8px;
}