/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

header {
    border-bottom: 4px solid #AE2134;
}

header ul {
    background: #AE2134;
    padding: 5px 0;
    margin: 20px 0 0;
}

header ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

header ul li:nth-of-type(1):after {
    content: none;
}

header ul li:after {
    content: '|';
    position: absolute;
    left: -5px;
    top: 1px;
    color: #999;
    font-size: 12px;
}

header ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}

header ul li a:hover {
    color: #999;
}


html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    /* font-family: Merriweather, serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000;
    background-color: #F4F7FA;
}

a {
    color: #004b9c;
    text-decoration: none;

}

#title_block {

}

.title_block_wrapper {
    width: 100%;
    height: 100%;
}

.title_block_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.title_block_img .title_img {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    display: inline !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block_img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.title_block_texts {
    position: relative;
    z-index: 9;
    background-image: url("../images/1.png");
    background-position: center;
    padding: 21px;
    background-repeat: no-repeat;
}

.title_block_bread span {
    color: #fff;
    font: bold 10px/16px "IBM Plex Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .88;
}

.title_h1 {
    font: 600 40px/48px "IBM Plex Sans", sans-serif;
    color: #fff;
}

.title_block_texts div {
    background: transparent !important;
}

.lead_text {
    color: #565d6d;
}

#top {
    height: 120px;
    background: transparent;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

#bodyWrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.article_content {
/*     max-width: 870px;
    margin: 0 auto; */
}

#mainWrapper div {
    /* background-color: #FFFFFF; */
}

#wrapper {
    max-width: 1000px;
    margin: 0px auto;
}

#content {
    padding: 0px;
    text-align: left;
    width: 100%;
}

#content .padWrap {
    padding: 15px;
}

/* #content img {
    max-width: 100%;
    display: block;
    margin: 10px auto 20px;
} */

#content p {
    font-size: 18px;
    line-height: 29px;
}

.pg {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
    color: #565d6d;
}

#content .date {
    display: inline-block;
    color: #a3b0b9;
    font-size: 13px;
}

#content .date::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.title_block_subcontent {
    margin: 342px 0 0 0;
}

.spoint {
    text-align: center;
}

.img__block {
    text-align: center;
    margin: 0 0 20px 0;
}

.img__text {
    font-style: italic;
    font-weight: bold;
    color: #565d6d;
}

.img__block img {
    max-width: 60%;
}



#content h1 {
    /*     display: flex;
    align-items: flex-end; */
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

#content h2 {
    /* font-family: "IBM Plex Sans", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin-bottom: 33px;
    line-height: 32px;
    color: #565d6d;
}



.glava {
    list-style-image: url(../images/qtick.jpg);
    list-style-position: inside;
}

.glava span {
    margin-left: 10px;
}

.glava li {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: bold;
    /* font-family: "IBM Plex Sans", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
}

#content ul {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #565d6d;
}

#content ul li {
    margin-bottom: 20px;
    font-size: 18px;
}

.nopeList li {
    font-size: 18px;
}

.nopeList {
    list-style-type: '';
}

#comments {
    margin-top: 0px;
}

#comments .pg {
    font-size: 18px !important;
    line-height: 28px !important;
    word-wrap: break-word;
}

#comments h2 {
    color: #000;
    text-transform: uppercase;
}

#comments .item {
    text-align: left;
    padding: 10px;
    margin: 10px 0px;
    min-height: 80px;
    background: #edf1f2;
    border-radius: 25px;
}

#comments .item :last-child {
    border-bottom: none;
}

#comments .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#comments .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #05519d;
    word-wrap: break-word;
}

#comments .item .info p {
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-top: 4px;
    text-align: justify;
    margin-right: 20px;
}

#comments .coment_ava {
    margin-right: 15px;
}

#comments .coment_ava img {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

#comments .date {
    font-weight: normal;
    background: none;
    display: inline;
}

#comments .date::before {
    background-image: none;
    margin-right: 0px;
}

.red {
    color: #f00;
    font-weight: bold;
}


.scrollButton {
    color: #FFF;
    background-color: #0299ff;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    max-width: 200px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


.open__comm {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 10px auto 10px;
    border: none;
    background: #0886cb;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 7px;
    font-size: 25px;
}

.comment__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    margin: 30px auto 30px;
    /* width: 100%; */
    padding: 15px;
    border-radius: 10px;
    background: rgb(237 241 242);
}

.comment__img {
    margin: 0 9px 0 0;
}

.myImg {
    max-width: 50px;
    max-height: 50px;
    margin-left: 20px;
    border-radius: 40px;
}

.comment__imgUpload {
    display: block;
    color: transparent;
    max-width: 90px;
}

.comment__imgUpload::-webkit-file-upload-button {
    visibility: hidden;
}

.comment__imgUpload::before {
    content: "φωτογραφία";
    color: #0000009c;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 3px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    margin: 10px auto 0 auto;
}

.comment__imgUpload:hover::before {
    border-color: black;
}

.comment__imgUpload:active {
    outline: 0;
}

.comment__imgUpload:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}



.com__input {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: sans-serif;
    resize: none;

}

.com__input+.com__input {
    margin-top: 10px;
}

textarea.com__input {
    max-width: 100%;
    min-width: 100%;
    min-height: 30px;
    font-family: sans-serif;
}

.com__btn {
    color: #FFF;
    background-color: #004b9c;
    border: 1px solid #edf1f2;
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

footer {
    text-align: center;
    color: rgb(185, 14, 14);
    margin: 20px 0;
    font-size: 15px;
}

.pg {
  text-align: justify;
}


@media screen and (max-width: 1020px) {

    header ul {
        display: none;
    }

    header {
        text-align: center;
    }

    #content {
        width: 100%;
    }

    
}

@media screen and (max-width: 660px) {

    #content h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .img__block img {
        max-width: 100%;
    }

    .pg {
      text-align: left;
    }
}

@media screen and (max-width: 560px) {

    /*
	#top {display:none;}
	#top_xs {display:block;}
	*/

    .pg {
        margin-left: 0px;
        margin-right: 0px;
    }

    #content .padWrap {
        padding: 8px 15px;
    }
}

@media screen and (max-width: 520px) {
#content ul {
  padding-left: 0px;
}
}

@media screen and (max-width: 470px) {

    #top {
        height: 80px;
    }
}

@media screen and (max-width: 342px) {
    .com__input::placeholder {
        font-size: 9px;
    }
    .title_block_subcontent {
        margin: 243px 0 0 0;
    }
}

@media screen and (max-width: 310px) {

    #top {
        background-position: top center;
    }

    .com__input::placeholder {
        font-size: 8px;
    }
}

@media screen and (min-width: 1300px) {

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }
}




#order_form {
    background: white;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto 33px;
    background-image: url("../images/formbg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 55px;
    text-align: center;
}

.product {
  width: 250px;
  max-width: 100%;
}

#order_form span {
    font-size: 12px;
}

#order_form h2 {
    margin: 25px 0 0 0;
    padding: 0px;
    line-height: 32px;
    border: none;
    font-size: 26px;
}

#order_form .order_form_pole {
    /* padding: 10px; */
    /*     display: inline-block; */
    margin: 0 10px;
}

#order_form label {
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#order_form input {
    font-size: 18px;
    padding: 15px 10px 15px 5px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

#order_form input::placeholder {
    padding: 0 0 0 10px;
}

#order_form button {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}


.order_form-med-pic {
    display: block;
    margin: 20px auto;
    max-width: 100px;
}

#order_form .additional {
    font-size: 14px;
}


.mob {
    display: none;
}

@media all and (max-width: 1020px) {
    .mob {
        display: block;
    }
}