header .container {
    padding: 0 20px;
    max-width: 1170px;
}
.wp-block-cgb-post-firstscreen h2{
    font-family: "Open Sans",sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 65px;
}
.searchform {
    display: none;
}
input {
    border: 0;
    outline: none;
    background: #FFF;
}
.red-placeholder::placeholder {
    color: red;
}
@media screen and (max-width: 767px) {
    .red-placeholder::placeholder {
        font-size: 14px;
        margin-top: -5px;
    }
}
.sub-nav .sub-nav-search-field.active .searchform {
    height: 21px;
}
@media (max-width: 1024px){
    a {
        font-size: unset;
    }
}
.sub-nav .slick-arrow {
    bottom: unset;
    width: 15px;
}
.sub-nav .slick-arrow:before {
    display: none;
}
.slick-arrow:after{
    width: unset;
    position: unset;
    top: unset;
    background: unset;
    height: unset;
}
.awards-list-slider.slick-initialized .slick-slide {
    margin: 0;
}
.popup-forms-submit-btn {
    min-width: 177px!important;
    border: 2px solid rgb(255, 51, 51)!important;
}

#InPostContactForm {
    text-align: center;
    padding: unset;
    width: 100%;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-post-container {
    max-width: 840px;
    margin: 0 auto;
    overflow: visible;
}

@media screen and (min-width: 841px) {
    .full-width {
        width: 100vw;
        position: relative;
        max-width: unset !important;
        margin-left: -50vw !important;
        //margin-top: 100px !important;
        left: 50%;
    }
}