.sticky {}
.bypostauthor {}

input[type="checkbox"].wpcf7-not-valid + label {
    outline:1px solid #ff0000;
}
.text-marker{
    background: rgba(255, 216, 132, 0.5);
}
.h-scroller{margin-bottom:10px;overflow: hidden;}
.h-scroller table{
    table-layout: fixed;
}

.ftscroller_container{
    padding-bottom: 15px;
    border-bottom: 1px solid #CED7DB;
    cursor: move;
    user-select: none;
}

.ftscroller_container .plot{
    border-bottom: none;
    margin-bottom:0;
    padding-bottom:0;
}
.ftscroller_container tr:last-child > td{
    border-bottom: none;
}

.ftscroller_scrollbarx{
    opacity: 0;
}
.ftscroller_x_active .ftscroller_scrollbarx{
    opacity: 1;
}

.ftscroller_scrollbarinner{
    border-radius: 2.5px;
    background: #ced7db;
}
.ftscroller_scrollbarx{
    left:0;
    bottom:0;
    padding-bottom: 3px;
}
.ftscroller_scrollbary{
    right:0;
    bottom:0;
    padding-right: 4px;
}

.ggf{
}
.ggf h2{margin: 40px 0 30px;text-transform: uppercase;font-weight: 600;font-size: 16px;line-height: 19px;color: #555555;}
.ggf-cities{
    margin-bottom: 40px;
    column-width: 170px;
}
.ggf-cities-i{}
.ggf-cities-il{
    font-size: 14px;
    line-height: 16px;
    color: #1D70A8;
    cursor: pointer;
}
.ggf-cities-il:hover{
    text-decoration: underline;
}
.ggf-map{
    width:100%;
    height:500px;
}

.ggf-form{position:relative;}
.ggf-form-ins{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    align-items: end;
}
.ggf-form-in{
    flex: 1;
    min-width: 75px;
}
.ggf-form-in input{
    margin: 0;
}
.ggf-form-in-n{}
.ggf-form-in-s{
    flex: none;
}
.ggf-form-in-s .button{
    height: 50px;
}
.ggf-form .wpcf7-spinner{position:absolute;left:50%;top:50%;pointer-events: none;}

.ggl{
    margin-top: 40px;
    margin-bottom: 40px;
}
.ggl h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}
.ggl-cities{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.ggl-cities-i{min-width: 120px;padding-bottom: 10px;}
.ggf-cities-i-f{
    text-align: center;
    height: 80px;
    margin-bottom: 10px;
}
.ggf-cities-i-f img{
    width: 60px;
}
.ggf-cities-i-n{
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.ggl-btn{
    text-align: center;
    margin-top: 30px;
}
.ggl-btn .button{}


@media(max-width: 780px){
    .ggf-map{height:400px;}
    .ggf-form-in{min-width:45%;}
}
@media(max-width: 520px){
    .ggf-map{height:300px;}
}
@media(max-width: 480px){
    .ggf-form-in{min-width:100%;}
}

.show-more-content{height:1px; overflow: hidden;}
.show-more-open .show-more-content{height:auto;overflow:initial;}