.milet-courses ul.products>li .astra-shop-summary-wrap .price,
.woocommerce ul.products li.product a.ast-loop-product__link {
    padding-left: 16px;
}

.newsletter-section{
    margin-bottom: 24px;
}

.newsletter-section .inner-row{
    border: 1px solid #D5D2FF;
    border-radius: 16px;
    padding: 24px 30px 0 30px;
    width:calc(100% - 96px);
    margin: 0 auto;
}

.newsletter-section .inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end; 
}


.newsletter-left h2{
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
    color:#000000;
}
@media (min-width:1340px){
    .newsletter-section .inner-row{
        padding-top:0;
    }
    .newsletter-section .inner-row .inner{
        align-items: center;
    }
    .newsletter-right{
        text-align: right;
    }
    .newsletter-right img{
        max-height: 500px;
    }
}

.newsletter-left .wpforms-field-label{
color:#000000 !important; 
font-weight:400 !important;
font-size:16px !important;
}

.newsletter-left div.wpforms-container .wpforms-form textarea{
 border:0; 
 padding:0 !important;
 height:0 !important;
}

.newsletter-left input{
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.newsletter-section .wpforms-submit{
background:#D5D2FF;
color:#553962;
font-weight: 700;
font-size:24px;
border-radius: 20px;
margin-right: auto;
margin-left: 0;
display: block;
}

@media (min-width:1100px){
    .newsletter-section .wpforms-submit{
        font-size:32px;
    }
}

.newsletter-section .newsletter-left{
    width: 50%;
}

.newsletter-section .newsletter-right{  
    width: 50%;
    margin-right: -48px;
}

@media (max-width:880px){
    .newsletter-section{
        padding-bottom:24px;
    }
    .newsletter-section .inner{
      flex-wrap: wrap;
    }
    .newsletter-section .newsletter-right{
        width: 100%;
        margin-right: 0;
        margin-top: 24px;
    }
    .newsletter-section .newsletter-left{
        width: 100%;
    }
    .newsletter-section .inner-row{
        width:calc(100% - 48px);
    }
    .newsletter-left h2{
        color:#553962;
    }
    .newsletter-section .wpforms-submit{
        font-size:20px;
    }
}

@media (max-width:480px){ 
    .newsletter-section{
        margin-bottom: 0;
    }
    .newsletter-left h2{
        font-size: 20px;
    }
    .newsletter-section .newsletter-right{
        margin-bottom:-24px;
    }
    .newsletter-section .wpforms-submit{
        font-size: 16px;
        margin-right: 0;
        width: 100%;
    }
}

footer.milet-footer{
    background-color: #D5D2FF;
}
.milet-footer .contacts{
    text-align: center;
}

.milet-footer *{
    font-family: 'Open Sans';
}

.copyright .text,
.milet-footer .social h3,
.milet-footer .contacts h3{
    font-size:16px;
    font-weight: 700;
    color:#000000;
    margin-bottom: 16px;
    font-family: 'Open Sans';
}
.milet-footer .social,
.milet-footer .contacts ul{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.milet-footer .social .social-icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.milet-footer .copyright ul {
    flex-direction: column;
}

.milet-footer .social a:hover svg path {
  fill:unset !important;
}

body .milet-footer .contacts ul li{
    margin-right: unset !important;
}

body .milet-footer .social a{
    margin-left: 16px;
}

body .milet-footer .inner{
    justify-content: space-between;
}

.milet-footer .inner .copyright{
    max-width: max-content;
}

footer .born-container.is-wide {
    max-width: 1440px;
    padding: 0 40px;
}

.milet-footer .copyright{
    display: block !important;
}

@media (max-width:880px){ 
    .milet-footer .inner .copyright{
        flex-basis: 40%;
        max-width:unset;;
    }
    .milet-footer .contacts ul,
    .milet-footer .social{
        align-items: flex-start !important;
        text-align: left;
    }
    .milet-footer *{
        font-size:14px;
    }
    .milet-footer .contacts ul li{
        height: 16px;
    }
    .milet-footer .contacts{
        text-align: left;
        align-items: flex-start; 
        flex-basis: 60%;
        flex:unset;
        margin-right:0 !important;
    }
}

@media (max-width:520px){ 
    footer .born-container.is-wide{
        padding: 0 20px;
    }
}

.sfwd-courses.type-sfwd-course{
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}