#colophon{
    background: #2C6EB0;
    padding-top: 99px;
}
.footer-blocs{
    display: flex;
    justify-content: space-between;
}
.footer-blocs ul{
    list-style: none;
}
.footer-blocs ul li{
    padding: 8px 0;
}
.footer-blocs .menu-item a{
    color: #FFF;
    font-family: "Montserratarm-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 8px 0;
}
.footer-blocs .menu-item a:hover{
    border-bottom: 1px solid #fff;
}
.subscribe-form{
    display: flex;
    position: relative;
    margin-top: 0;
}
.subscribe-form .wpcf7-email,
.subscribe-form input{
    border: 1px solid #FFF;
    background: #FFF;
    padding: 15px 24px;
    color:  #2C6EB0;
    font-family: "Montserratarm-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 330px;
    width: 100%;
    border-radius: 0;
    outline: none;
}
.subscribe-form .wpcf7-email::placeholder,
.subscribe-form input::placeholder{
    color:  #2C6EB0;
}
.subscribe-form .wpcf7-submit,
.subscribe-form button{
    border-radius: 0;
    margin-left: -1px;
    background: #439DD6;
    border: 1px solid #439DD6;
    color: #fff;
    cursor: pointer;
    padding-left: 24px;
    padding-right: 24px;
    transition: .5s;
}
.subscribe-form .wpcf7-submit:hover,
.subscribe-form button:hover{
    border: 1px solid orange;
    background: orange;
}
.subscribe-form .wpcf7-not-valid-tip{
    position: absolute;
}
.subscribe-form .wpcf7-spinner{
    position: absolute;
    bottom: -28px;
    right: 0;
}
.flex-form .flex-form-success-message{
    /*color:#FFF;*/
    /*border:1px solid #0c6c33;*/
    /*padding:5px;*/
    margin-bottom:10px
}
.hr{
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin-top: 68px;
}
.site-info{
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}
.site-info span,
.site-info a{
    color: #FFF!important;
    font-family: "Montserratarm-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}


.copyright{
    display: flex;
    align-items: center;
    gap: 8px;
}
#colophon ul{
    margin-top: -4px;
}
.form-block-footer{
    display: flex;
    flex-direction: column;
}
.follow-block{
    display: flex;
    justify-content: left;
    align-items: center;
}
.follow-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 1px;
}
.follow-icon-fb{
    margin:0 24px 0 16px ;
}
.follow-icon{
    text-decoration: none;
    height: 24px;
    width: 24px;
    display: inline-block;
}
.footer-logo-mobile{
    display: none;
}

/*POPUP*/
.popup-container{
    /*display: none;*/
    visibility: hidden;
}
.open-popup{
    /*display: block;*/
    visibility: visible;
}
.popup-overlay{
    position: fixed;
    background: #000000;
    opacity: .6;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.popup-block{
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-container .search-submit{
    display: none;
}
.popup-content{
    position: relative;
}
.popup-container .search-field{
    width: 700px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 48px;
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
}
.search-icon-input{
    position: absolute;
    top: 20px;
    left: 16px;
}
.close-popup-btn{
    position: absolute;
    top: 60px;
    z-index: 9999;
    right: 50px;
    cursor: pointer;
}



