.top_athon_block img {
    width: 350px !important;
    display: block;
    margin-bottom: 30px;
}

.switcher .selected a {
    background: none !important;
    border: 0px !important
}

.switcher .selected {
    background: none !important;
}

.switcher .option {
    background-color: #EEE0 !important;
    border: 0px !important;
}

.h2_white_seperator h2 {
    display: block;
    position: relative;
}

.h2_white_seperator h2::before {
    content: " ";
    width: 276px;
    height: 40px;
    display: block;
    position: absolute;
    background-image: url(/images/website/white_seperator.png);
    background-repeat: no-repeat;
    top: 80px;
}

.h2_black_seperator h2 {
    display: block;
    position: relative;
}

.h2_black_seperator h2::after {
    content: " ";
    width: 276px;
    height: 40px;
    display: block;
    position: absolute;
    background-image: url(/images/website/seperator_athos_bloack.png);
    background-repeat: no-repeat;
    bottom: -70px;
    background-size: 100%;
    left: 50%;
    margin-left: -135px;
}

.h2_black_seperator h1 {
    display: block;
    position: relative;
}

.h2_black_seperator h1::after {
    content: " ";
    width: 276px;
    height: 40px;
    display: block;
    position: absolute;
    background-image: url(/images/website/seperator_athos_bloack.png);
    background-repeat: no-repeat;
    bottom: -70px;
    background-size: 100%;
    left: 50%;
    margin-left: -135px;
}

.btn_1 {
    background: transparent;
    border-radius: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    padding: 0 40px;
    font-size: 12px;
    letter-spacing: .2em;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
    -moz-transition: all .5s ease .25s;
    -ms-transition: all .5s ease .25s;
    -o-transition: all .5s ease .25s;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-white {
    color: #fff;
}

.btn_1:before,
.btn_1:after {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: #ffffff;
}

.btn-default {
    display: inline-block;
    color: #ffffff;
}

.btn-white:after,
.btn-white:before {
    background: #fff;
}

.btn_1:before {
    left: -8px;
}

.btn_1:after {
    right: -8px;
}

.btn-white:hover {
    color: #282828;
    background-color: #fff;
    border-color: #fff;
}

.btn_1:hover,
.btn_1:focus {
    outline: 0 !important;
}

.btn_1:hover:after,
.btn_1:focus:after {
    right: 0;
}

.btn_1:hover:before,
.btn_1:focus:before {
    left: 0;
}

.btn-black {
    color: #282828;
}

.btn-black:after,
.btn-black:before {
    background: #282828;
}

.btn-black:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}

.btn_center {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.p_text-center {
    display: block;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    line-height: normal !important;
    font-family: "Inter";
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 50px;
}

.big_btn {
    font-size: 20px !important;
    font-family: "Inter";
}

.services_tour_menu {
    width: fit-content;
    margin: 0 auto;
    margin-top: 150px;
    text-align: center;
}

.services_tour_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.services_tour_menu ul li {
    padding: 28px 80px;
    text-align: center;
    background-image: linear-gradient(#0000004d, white);
    margin: 0 auto;
    margin-bottom: 25px !important;
    border-radius: 80px;
}

.services_tour_menu ul li a {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Inter';
    color: #000;
}

.h2_border h2 {
    width: fit-content;
    margin: 0 auto !important;
    display: block;
    padding: 20px 40px !important;
    border: solid 10px #000;
}

.h2_border h1 {
    width: fit-content;
    margin: 0 auto !important;
    display: block;
    padding: 20px 40px !important;
    border: solid 10px #000;
}


/*?.h2_border h2::before {
    top: 175px !important;
}*/


/*.h2_border h1::before {
    top: 175px !important;
}*/

.footer_tiitle_s span {
    font-size: 48px;
    font-family: 'Inter';
    font-weight: 400;
    display: block;
    position: relative;
    margin-bottom: 140px;
}

.footer_tiitle_s span::before {
    content: " ";
    width: 106px;
    height: 46px;
    display: block;
    position: absolute;
    background-image: url(/images/website/f_title_icon.png);
    background-repeat: no-repeat;
    top: 120px;
    background-size: 100%;
}

.footer_text_s {
    line-height: 50px;
    font-size: 22px;
    font-family: 'Inter';
    padding-right: 80px;
}

.contact_text_s {
    font-size: 20px;
    font-family: 'Inter';
    text-decoration: none;
}

.social_info_s {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.social_info_s li {
    margin-bottom: 25px;
    display: block;
}

.social_info_s li img {
    display: inline-block;
    width: 40px;
    margin-right: 25px;
}

.social_info_s li a {
    display: inline-block;
    font-size: 20px;
    font-family: 'Inter';
    vertical-align: middle;
}

.h2_black_seperator_1 {}

.h2_black_seperator_1 h2 {
    display: block;
    position: relative;
}

.h2_black_seperator_1 h2::before {
    content: " ";
    width: 180px;
    height: 30px;
    display: block;
    position: absolute;
    background-image: url(/images/website/seperator_athos_bloack.png);
    background-repeat: no-repeat;
    top: 70px;
    background-size: 100%;
}

.article_content {
    width: 65%;
    margin: 0 auto;
    margin-top: 150px;
    text-align: center;
    z-index: 999;
    font-size: 30px;
    font-family: 'Inter';
    margin-bottom: 80px;
}

.article_content::after {
    content: " ";
    width: 481px;
    height: 445px;
    display: block;
    position: absolute;
    background-image: url(/images/website/ofon_eklisia.jpg);
    background-repeat: no-repeat;
    top: 100px;
    right: 0px;
    background-size: 100%;
    z-index: -1;
}

.header-sticky {
    background-color: #000 !important;
}

header.header-sticky {
    background: #000 !important;
}

.menu_transparent_style .body-wrapper .body-innerwrapper .header-sticky {
    background: #000 !important;
    box-shadow: none !important
}

.menu_transparent_style .body-wrapper .body-innerwrapper .menu_s_home {
    background: none !important;
    box-shadow: none !important
}

.sp-page-builder .page-content #section-id-1667224046029 {
    margin-top: -110px !important;
}

.home_service_text_s {
    font-family: 'Inter';
    text-align: center;
    display: block;
    font-size: 32px;
    margin-bottom: 70px;
}

.athon_text_style {
    font-family: 'Inter';
    display: block;
    font-size: 32px;
    margin-bottom: 40px;
    line-height: normal;
}

.time_athos_line .timeline-panel.left-part {
    width: unset !important;
    text-align: left !important;
}

.time_athos_line .timeline-panel {
    width: unset !important;
}

.form_style #cf_1 {
    margin: 0 auto;
}

.home_article h3 {
    font-size: 32px;
    font-family: 'inter';
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 78px;
}

.home_article img {
    height: 330px !important;
    overflow: hidden;
    object-fit: cover;
}

.home_article .sppb-readmore {
    display: block;
    padding: 10px 20px;
    border: 1px solid #000;
    width: fit-content;
    margin-top: 20px;
}

.home_article .sppb-article-introtext {
    font-size: 14px;
}

.tsitata_block {
    box-shadow: inset 0px 0px 20px 16px rgba(0, 0, 0, 6) !important;
}

@media screen and (max-width: 600px) {
    .p_text-center {
        width: 100%;
    }
    #sp-header {
        padding: 12px 15px !important;
        height: 80px;
    }
    #sp-footer {
        padding: 50px 10px !important;
    }
    .article_content::after {
        display: none !important;
    }
    .article_content {
        width: 100%;
        margin-top: 50px;
    }
    .burger-icon>span {
        background-color: #d7b257 !important;
    }
    .h2_border .sppb-addon-title {
        font-size: 28px !important;
    }
    .h2_border h2::before {
        top: 121px !important;
    }
    .h2_border h1::before {
        top: 121px !important;
    }
    .h2_border h2 {
        padding: 20px 10px !important;
    }
    .services_tour_menu ul li a {
        font-size: 16px;
    }
}