footer .copy{
    display: none;
}
footer .sponsorship.clearfix{
    display: none;
}
footer .footer__wrapper {
    justify-content: flex-end;
}
.saic-wrapper .saic-wrap-form .saic-container-form .saic-captcha {
    display: flex;
    align-items: center;
}
.page-template-template-operators-new .main-ttl:before{
    width: 103%;
}
.page-template-template-operators-new .filter-block{
    margin-bottom: 10px;
    padding-top: 10px;
}
.page-template-template-operators-new .filter-section .block-submit{
    justify-content: center;
    margin: 30px 0;
}
.page-template-template-operators-new .filter-block.active{
    border-radius: 5px;
    background: #F9F9F9;
}
.page-template-template-operators-new .filter-block .filter-block__category{
    padding: 10px 0 14px;
}
.page-template-template-operators-new .filter-block .filter-block__category .filter-block__category--scroll{
    max-height: 400px;
    overflow-y: auto;
    border-radius: 5px;
    margin: 10px 15px 14px 10px;
    padding: 10px 0 14px 0;
}
.page-template-template-operators-new .filter-block .filter-block__decoration {
    border-top: 1px solid #B1C0E1;
    width: 92%;
    display: block;
}
.page-template-template-operators-new .filter-block .filter-block__title,
.page-template-template-operators-new .filter-block .btn-filter-remove{
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    padding-bottom: 10px;
}
.page-template-template-operators-new .filter-block .btn-filter-remove span{
    padding-bottom: 10px;
    padding-right: 25px;
    margin-right: 25px;
    color: #B1C0E1;
}
.page-template-template-operators-new .filter-block .btn-filter-remove::before,
.page-template-template-operators-new .filter-block .btn-filter-remove::after{
    content: "";
    display: block;
    position: absolute;
    right: 18%;
    top: 6px;
    height: 16px;
    width: 2px;
    background-color: #B1C0E1;
}
.page-template-template-operators-new .filter-block .btn-filter-remove::before {
    transform: rotate(45deg);
}
.page-template-template-operators-new .filter-block .btn-filter-remove:after {
    transform: rotate(-45deg);
}
.page-template-template-operators-new .filter-block.active .filter-block__title{
    padding-bottom: 0;
}
.page-template-template-operators-new .filter-block .filter-block__title::before{
    content: "";
    display: block;
    /*border: solid red;*/
    /*border-width: 0 2px 2px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    position: absolute;
    /*width: 10px;*/
    /*height: 10px;*/
    /*top: 3px;*/
    /*left: 7px;*/
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #8E8E8E;
    right: 15%;
    top: 10px;
    transition: all .3s;
}
.page-template-template-operators-new .filter-block.active .filter-block__title::before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
}
.page-template-template-operators-new .filter-block .filter-block__title-text{
    padding-bottom: 10px;
    padding-right: 25px;
    margin-right: 25px;
}
.page-template-template-operators-new .filter-block.active .filter-block__title-text{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.page-template-template-operators-new .filter-block .filter-block__decoration--title{
  border-color: #93AEEB;
    width: 85%;
}
.page-template-template-operators-new .filter-block.filter-block__remove .filter-block__decoration--title{
    border-color: #B1C0E1;
    width: 85%;
    margin-left: 10px;
}
.page-template-template-operators-new .filter-block .filter-block__category .filter-category-item{
    padding: 11px 0 6px 0;
}
.page-template-template-operators-new .filter-block .filter-block__category .filter-category-item:first-child{
    padding-top: 0;
}
.page-template-template-operators-new .filter-block .filter-block__category .filter-block__category--scroll::-webkit-scrollbar{
    width: 2px;
    background: #DDD;
}
.page-template-template-operators-new .filter-block .filter-block__category .filter-block__category--scroll::-webkit-scrollbar-thumb{
    background: #B7B7B7;
    /*border: 1px solid transparent;*/
    border-radius: 9px;
    stroke-width: 7px;
    stroke: #B7B7B7;
    /*background-clip: content-box;*/
}
.page-template-template-operators-new .filter-block .filter-category-item__title label{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    /*margin-left: 10px;*/
}
.page-template-template-operators-new .filter-block.filter-block__cat-type .filter-category-item__title{
    display: flex;
    align-items: center;
}
.page-template-template-operators-new .filter-block.filter-block__cat-type .filter-category-item__title svg{
    margin-right: 10px;
}
.page-template-template-operators-new .filter-block.filter-block__cat-type .filter-category-item__title label{
    font-size: 18px;
    width: 70%;
}
.page-template-template-operators-new .filter-block input[type='checkbox'] {
    width: 1px;
    height: 18px;
    margin-left: 28px;
    position: relative;
    cursor: pointer;
}
.page-template-template-operators-new .filter-block input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 2px solid #B1C0E1;
    border-radius: 2px;
}
.page-template-template-operators-new .filter-block input[type=checkbox]:checked:before {
    background-color: #B1C0E1;
}
.page-template-template-operators-new .filter-block input[type=checkbox]:checked:after {
    content: "";
    display: block;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 5px;
    height: 10px;
    top: 3px;
    left: 7px;
}
.single-operators .main-visual,
.page-template-template-operators-new .info-block .info-block__img{
    background-color: #4783cf;
    width: 100%;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.page-template-template-operators-new .flex{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.page-template-template-operators-new .search-block{
    margin-bottom: 30px;
}
.page-template-template-operators-new .search-title{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.page-template-template-operators-new .search-container {
    width: 75%;
    height: 100%;
    padding: 15px 17px 12px 17px;
    margin-right: 10px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 50px;
    background: #F6F6F6;
}
.page-template-template-operators-new .search-container input {
    width: 96%;
    margin-right: 10px;
    background: #F6F6F6;
    color: #838383;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.page-template-template-operators-new .search-container button{
    background: #F6F6F6;
}
.page-template-template-operators-new .search-container button:hover svg path{
    fill: #4783cf;
}
.page-template-template-operators-new .info-block__content {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
.operators-template-default .info-caption,
.page-template-template-operators-new .info-caption{
    color: #737373;
    background: #F6F6F6;
    padding: 15px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.operators-template-default .info-block .info-block__img,
.page-template-template-operators-new .info-block .info-block__img{
    display: flex;
    padding: 15px 15px 10px 15px;
    flex-direction: column;
    justify-content: space-between;
    height: 155px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.operators-template-default .info-block,
.page-template-template-operators-new .info-block {
    width: 100%;
}
.operators-template-default .info-caption__operators-type,
.page-template-template-operators-new .info-caption__operators-type{
    color: #737373;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    text-transform: capitalize;
}
.operators-template-default .info-caption__location,
.page-template-template-operators-new .info-caption__location {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #8F8F8F;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.operators-template-default .info-caption__location svg,
.page-template-template-operators-new .info-caption__location svg{
    margin-right: 6px;
}
.single-operators .visual-block__desc{
    padding: 46px 0 36px 0;
}
.single-operators .visual-block {
    background-color: transparent;
}
.single-operators article.content{
    color: #1D1B20;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.single-operators article.content strong, .single-operators article.content b {
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
.single-operators article.content ul{
    margin-left: 20px;
}
.single-operators .term-list dt{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.single-operators .term-list dd,
.single-operators .term-list a{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.single-operators .term-list a.sg-facebook,
.single-operators .term-list a.sg-twitter,
.single-operators .term-list a.sg-instagram,
.single-operators .term-list a.sg-youtube{
    text-decoration: none;
    transition: all .3s;
}
.single-operators .term-list a.sg-facebook:hover,
.single-operators .term-list a.sg-twitter:hover,
.single-operators .term-list a.sg-instagram:hover,
.single-operators .term-list a.sg-youtube:hover{
    text-decoration: none;
    transition: all .3s;
}
.single-operators .term-list a.sg-facebook:hover svg path,
.single-operators .term-list a.sg-twitter:hover svg path,
.single-operators .term-list a.sg-instagram:hover svg path,
.single-operators .term-list a.sg-youtube:hover svg path{
    fill: #003FF4;
    transition: all .3s;
}
.single-operators .operators-social{
    margin-top: 10px;
}
.single-operators .operators-social a.sg-facebook,
.single-operators .operators-social a.sg-twitter,
.single-operators .operators-social a.sg-instagram{
    margin-right: 15px;
}
.single-operators .term-list dd+dt {
    margin-top: 30px;
}
.single-operators .term-list a{
    color: #003FF4;
}
.single-operators .term-list a:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}
.single-operators .comments{
    margin-bottom: 120px;
}
.single-operators .content p a:hover,
.single-operators .content ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.single-operators .content ul li a{
    color: #4783cf;
}
.single-operators .term-list dd.oper-categ-block{
    margin: 5px 0 10px;
    padding: 15px 7px;
    color: #FFF;
    border-radius: 5px;
}
.single-operators .sg-location{
    margin-top: 30px;
}
.single-operators aside{
    margin-bottom: 55px;
}
.single-operators .sg-rating{
    margin-left: 10px;
}
.sg-rating{
    display: flex;
    flex-direction: row;
}
.sg-rating .rating-star{
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
}
.sg-rating .rating-star:before {
    content: '';
    background: url('/wp-content/themes/sitegist-theme/img/rating-star.svg');
    position: absolute;
    width: 24px;
    height: 24px;
}
.sg-rating .rating-star.rating-star-good:before {
    background: url('/wp-content/themes/sitegist-theme/img/rating-star-good.svg');
}
.page-template-template-operators-new .sg-rating .rating-star {
    width: 17px;
    height: 17px;
    margin-right: 3px;
}
.page-template-template-operators-new .sg-rating .rating-star:before{
    width: 17px;
    height: 17px;
    background-size: contain;
}
.sg-location{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 16px;
}
.visual-block__operators-type{
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 20px 0;
}
@media screen and (max-width: 1200.98px) {
    .page-template-template-operators-new .filter-block .filter-category-item__title label,
    .page-template-template-operators-new .filter-block.filter-block__cat-type .filter-category-item__title label{
        font-size: 16px;
    }
}
@media screen and (max-width: 768.98px) {
    .page-template-template-operators-new .search-title{
        margin-bottom: 15px;
    }
    .page-template-template-operators-new .search-block{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .page-template-template-operators-new .search-container{
        width: 100%;
        height: 50%;
        margin-bottom: 15px;
    }
    .page-template-template-operators-new .btn-form{
        margin-bottom: 30px;
    }
    .page-template-template-operators-new .filter-block .btn-filter-remove::before,
    .page-template-template-operators-new .filter-block .btn-filter-remove::after {
        content: "";
        display: block;
        position: absolute;
        right: 17%;
    }
}