.fixed_social_menu{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 0px 20px 20px 0px;
    z-index: 9999;
}
.fixed_social_menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.chat{
    display: flex;
    bottom: 30px;
    left: 30px;
    position: fixed;
    z-index: 999;
}
.fixed_social_menu li{
    position: relative;
}
.fixed_social_menu li a{
    z-index: 9;
    position: relative;
}
.fixed_social_menu li:before{
    border-radius: 10px 0 0 10px;
    content: '';
    background: #EC3235;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media screen and (max-width: 1200px) {
    .form form,
    .form input,
    .form .your-email{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    body .top_block{
        flex-wrap: wrap;
    }
    body .text_after_logo{
        margin: 20px 0;
    }
}
.footerblock{
    background: #fff;
    padding-top: 50px;
}

.footerblock .wpcf7-form-control-wrap input{
    padding-right: 52px;
}

.footerblock .submit_block:after{
    content: '';
    background: url("/wp-content/uploads/2022/11/arrow.svg");
    width: 100%;
    height: 12px;
    display: block;
    background-size: contain;
    z-index: 9999;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.submit_block{
    cursor: pointer;
    right: 8px;
    top: 8px;
    position: absolute;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #353334;
    border-radius: 6px;
}

.footerblock input[type="submit"]{
    font-size: 0;
	background:transparent;
   	z-index:9999999;
	cursor:pointer;
    position: absolute;
    width: 44px;
    height: 44px;
}

.footerblock input::placeholder{
    text-transform: uppercase;
}
.footerblock input::placeholder,
.footerblock input{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6C6A72;
}
.footerblock input{
    background: #F5F6F6;
    box-shadow: inset 0px 0px 68px rgba(22, 33, 60, 0.06);
    border-radius: 10px;
}
.footerblock form{
    position: relative;
    display: flex;
}
.text_after_logo p{
    color: #6C6A72;
}
.text_after_logo h5{
    color: #0E1117;
}
@media screen and (max-width: 991px){
    .footer> .elementor-container,
    .content_bot> .elementor-container{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 768px) {
    #footer .elementor-container{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
}

.footerblock{
    overflow: hidden;
}

@media screen and (max-width: 600px){
    body .bottom_bar{
        flex-direction: column;
        gap: 10px;
    }
    body .bottom_bar p{
        text-align: center;
    }
    body .bottom_bar p{
        margin-bottom: 0 !important;
        font-weight: 400;
        font-size: 10px;
        line-height: 130%;
    }
    body .footer_bootom_border{
        padding-bottom: 40px;
    }
    .bottom_bar p:not(:last-of-type){
        margin-bottom: 15px;
    }
    body .foot2 ul,
    body .foot4 ul{
        justify-content: space-between;
        flex-direction: column;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    body .foot5{
        margin-top: 30px;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 600px){
    body .top_block .foot1{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
    .form form{
        margin-left: auto;
        margin-right: auto;
    }
    .top_block .foot1{
        margin-bottom: 30px;
        flex-basis: 100%;
    }
    .top_block{
        flex-wrap: wrap;
    }
}
.contact_punkt a img{
    margin-right: 8px;
}
.contact_punkt a span{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.contact_punkt a{
    display: flex;
}
body .soc_footer_menu ul{
    justify-content: unset;
}
.soc_footer_menu ul li{
    list-style: none;
}
.footerblock .elementor-widget-wrap{
    padding: 0 !important;
}
#footer{
    background: #333333;
    padding-top: 60px;
}
.top_block{
    justify-content: space-between;
}
.contact_punkt{
    margin-bottom: 20px;
}
.standart_footer_title{
    color: #0E1117;
    margin-bottom: 15px;
}
.top_block{
    display: flex;
}
.foot5 ul{
    list-style: none;
}
.foot2 .soc ul{
    column-gap: 10px;
    flex-direction: row;
    margin-top: 20px;
  justify-content: flex-start;
}
.text_after_logo{
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footerblock form button:active{
    background: #000;
    color:#fff;
}

.foot2 .standart_footer_menu ul li:hover a,
.foot3 .standart_footer_menu ul li:hover a,
.foot4 .standart_footer_menu ul li:hover a,
.foot5 .standart_footer_menu ul li:hover a{
    color: #000;
}
.footerblock ul li a{
    color: #6C6A72;
}
.foot4 p{
    margin-bottom: 10px;
}
.foot4> div svg{
    margin-top: 3px;
}
.foot4> div{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.foot4 a{
    color: #353334;
}

.foot3 .soc ul{
    justify-content: space-between;
}

.foot2 ul li,
.foot3 ul li,
.foot4 ul li{
  list-style: none;
}
.foot2 ul,
.foot4 ul,
.foot5 ul{
    row-gap: 7px;
    align-items: flex-start;
    flex-direction: column;
}
.foot5{
    flex-basis: 25%;
}
@media screen and (min-width: 1200px) {
    .foot1{
        flex-basis: 31%;
        margin-right: 100px;
    }
}
.foot3{
    flex-basis: 12%;
}
.foot1 img{
    max-width: 225px;
}
.foot1 form button{
    padding: 0 !important;
    width: 100%;
    min-height: 37px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1200px){
    .footer_bootom_border{
        padding-bottom: 44px;
    }
}
.foot1 form .elementor-button-text{
    width: 100%;
}
.footer_bootom_border{
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F8;
}
@media screen and (max-width: 991px){
    body .foot3 .soc{
        max-width: 150px;
    }
    body .foot4{
        margin-top: 30px;
        flex-basis: 100%;
    }
    body .foot3,
    body .foot2{
        flex-basis: 50%;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    body .foot3{
        flex-basis: 20%;
    }
    body .foot1 .form{
        max-width: 500px;
    }
}
.bottom_bar p{
    margin-bottom: 0;
}
.bottom_bar{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.subscribe-form button{
    border:0;
}
.soc_footer_menu a:hover{
    opacity: 0.8;
}
@media screen and (max-width: 768px){
    body .footerblock{
        padding-top: 40px;
    }
}