.item {
    width: 100%;
    text-align: center;
}

.item>header>h1 {
    font-weight: 100;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.description {
    overflow: hidden;
    vertical-align: top;
    padding: 10px 15px 30px 15px;
    text-align: left;
    white-space: pre-line;
}
.description > *{
    white-space: initial;
}

.description>div {
    display: inline-block;
    width: 458px;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 30px 0 10px;
    float: left;
}

.description>div:nth-of-type(1) {
    float: left;
}

.description span {
    font-weight: bold;
}

#all_photos {
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
}

#all_photos>img {
    height: 80px;
    width: 130px;
    object-fit: cover;
    margin: 0 12px 5px 0;
    box-shadow: 3px 3px 0 rgb(176, 16, 27);
    cursor: pointer;
}

#main_photo {
    width: 408px;
    height: 270px;
    object-fit: cover;
    object-position: center;
    max-width: 97%;
    box-shadow: 10px 10px 0 rgb(176, 16, 27);
    margin-right: 10px;
    cursor: pointer;
}

.contacts {
    vertical-align: top;
    padding: 10px 15px 30px 15px;
    white-space: pre-line;
}

.contacts>div {
    display: inline-block;
    vertical-align: top;
}

.contacts>div:nth-child(1) {
    width: 600px;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.contacts>div:nth-child(2) {
    text-align: left;
    width: calc(100% - 600px);
    max-width: 100%;
    box-sizing: border-box;
    min-width: 300px;
    white-space: pre-line;
}

.contacts span {
    font-weight: bold;
}

.gps_button {
    border-width: 0px;
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(176 16 27);
    width: 300px;
    max-width: 90%;
    height: 45px;
    font-size: 24px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    cursor: pointer;
    box-shadow: -2px -2px 3px inset rgba(0, 0, 0, 0.5), 2px 2px 3px inset rgba(255, 255, 255, 0.5);
}
.call_back_button {
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
    width: 300px;
    max-width: 90%;
    height: 45px;
    font-size: 24px;
    font-family: "Arial";
    color: rgb(176 16 27);
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    background-color: white;
}
#call_back_fields{
    display: none;
}
#call_back_field{
    box-sizing: border-box;
    margin: 0 0 5px 0;
    outline: none;
    cursor: initial !important;
    color: #333 !important;
}
#message_sent{
    font-size: 24px;
    color: rgb(176 16 27);
    text-align: center;
    width: 300px;
    display: none;
}
.gps_map {
    width: 508px;
    height: 270px;
    object-fit: cover;
    object-position: center;
    max-width: 97%;
    box-shadow: 10px 10px 0 rgb(176, 16, 27);
    margin-right: 10px;
    cursor: pointer;
}

.extra_info {
    overflow: hidden;
    vertical-align: top;
    padding: 10px 15px 30px 15px;
    text-align: left;
}

.extra_info>div>span {
    color: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    text-decoration: underline;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
    width: 33.3%;
    cursor: pointer;
}
.extra_info>div>span:hover {
    color: rgba(0, 0, 0, 0.5);
}
.extra_info_selected{
    color: rgb(176 16 27) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;
}

@media (max-width:500px) {
    .extra_info>div>span {
        display: block;
        width: 100%;

    }
}

@media (max-width:760px) {
    .description:nth-of-type(1)>div:nth-of-type(1) {
        float: unset;
    }
    .description>div {
        display: block;
        min-width: unset !important;
        width: unset !important;
        padding: unset;
    }
    .description>div {
        text-align: center;
    }
    #main_photo {
        max-height: 60vw;
    }
}

.full_photo {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: none;
    text-align: center;
    vertical-align: middle;
}

.full_photo>img {
    max-height: 99%;
    width: fit-content;
    max-width: calc(100% - 80px);
    object-fit: contain;
    margin: auto;
}
.full_photo>.change_image{
    font-size: 50px;
    text-shadow: 1px 1px 1px black;
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    margin: 50vh 5px 0 5px;
    cursor: pointer;
}
.full_photo>#hide_main_image {
    float: right;
    padding: 30px 30px 0 0;
    position: absolute;
    top: 1%;
    right: 1%;
    font-size: 36px;
    text-shadow: 1px 1px 1px black;
    color: white;
    font-family: sans-serif;
    font-weight: 900;
    cursor: pointer;
}

.call_back_form{
    width:100vw;
    height:100vh;
    text-align:center;
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(20, 15, 10, 0.9);
    font-size: 24px;
    z-index: 1;
}
.call_back_form>div{
    display:table-cell;
    vertical-align:middle;
    width: 100%;
    height:100%;
    max-width: 100vw;
    max-height: 100vh;
}
.call_back_form>div>.form{
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
    width: 800px;
    font-family: "Arial";
    color: rgb(176 16 27);
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    margin: auto;
    background-color: #e9e8e7;
    padding: 10px 0;
    max-width: 85%;
}
.call_back_form span{
    font-family: "Arial";
    color: rgb(149, 22, 31);
    text-shadow: 1px 1px 1px rgb(0 0 0);
}
.call_back_form>div>.form>*{
    margin: 0;
}
.call_back_form textarea, .call_back_form input[type=text]{
    width: 90%;
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
    font-size: 22px;
    box-sizing: border-box;
}
.call_back_form textarea{
    resize: vertical;
    height: 200px;
}
.call_back_form input[type=submit]{
    border-width: 0px;
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(176 16 27);
    height: 40px;
    font-size: 24px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    cursor: pointer;
    box-shadow: -2px -2px 3px inset rgba(0, 0, 0, 0.5), 2px 2px 3px inset rgba(255, 255, 255, 0.5);
    padding:0 10px;
}

.extra_services_icons{
    text-align: center;
    margin: auto;
}
.extra_services_icons>div{
    display: inline-block;
    margin: 0 10px;
}
.extra_services_icons>div>img{
    margin: 0 4px;
}
.promoted_item{
    position: relative;
    background-color: rgba(0, 255, 0, 0.6);
    color: white;
    text-shadow: 0 1px 2px black;
    transform: rotate(320deg);
    top: 25px;
    left: -170px;
    font-size: 16px;
    text-align: center;
}
.closed_item{
    position: relative;
    background-color: rgba(128, 0, 0, 0.8);
    color: white;
    text-shadow: 0 1px 2px black;
    transform: rotate(320deg);
    top: 25px;
    left: -170px;
    font-size: 16px;
    text-align: center;
}
.correcting, .add_review{
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
    text-align: center;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 80%);
    width:700px;
    max-width:95%;
    margin:15px auto;
    background-color: #eee;
    font-size:22px;
}
.add_review{
    height:30px;
    overflow:hidden;
}
.correcting>*, .add_review>*{
    margin:3px 0;
    width: 95%;
    box-sizing: border-box;
    font-size:22px;
}
.correcting>span, .add_review>span{
    font-weight:bold;
}
.add_review>span{
    cursor:pointer;
}
.correcting>input, .add_review>input{
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
}
.correcting>textarea, .add_review>textarea{
    height:300px;
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
}
.correcting>button, .add_review>button{
    width:fit-content;
    border-width: 0px;
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(176 16 27);
    width: 230px;
    height: 44px;
    font-size: 24px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0 0 0);
    cursor: pointer;
    box-shadow: -2px -2px 3px inset rgb(0 0 0 / 50%), 2px 2px 3px inset rgb(255 255 255 / 50%);
}
.add_review>div{
    text-align:left;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}
.add_review>div>label>img{
    height:20px;
}
.avarage_review_score, .list_of_reviews, .review_block{
    margin:15px 0;
}
.avarage_review_score span{
    text-decoration: underline;
    font-weight:bold;
}
.review_block>div{
    display: inline-block;
}
.name_and_review{
    width: calc(100% - 90px);
}
.score_and_date{
    width: 90px;
    text-align: center;
}
.name{
    text-decoration: underline;
}
.review{
    color: #444;
}
.score>img{
    height: 15px;
}
.date{
    font-size:16px;
    color:#063;
}
.other_services{
    text-align:center;
    color: rgb(128, 128, 128);
    background-color: #f3f3f3;
}
.other_services>header{
    font-size: 20px;
    padding: 10px 0;
}
.other_services>div{
    display: inline-block;
    width: 150px;
    margin: 7px 0;
    font-size: 12px;
    overflow: hidden;
    height: 100px;
    vertical-align: top;
}
.other_services>div>img{
    width:120px;
    height:80px;
    object-fit: cover;
    box-shadow: 3px 3px 0 rgb(176, 16, 27);
}
.promoted_mini_item{
    position: relative;
    background-color: rgba(0, 255, 0, 0.6);
    color: white;
    text-shadow: 0 1px 2px black;
    transform: rotate(320deg);
    top: -81px;
    left: -46px;
    text-align: center;
    font-size: 10px;
}
pre{
    white-space: break-spaces;
}

.statistics{
    text-align:center;
    background-color: #f3f3f3;
}
.statistics>header{
    color: rgb(128, 128, 128);
    font-size: 20px;
    padding: 10px 0;
}
.statistics>div>div{
    display: inline-block;
    font-size: 16px;
    width: 200px;
}
.promo_button{
    display: block;
    margin: 0 25px;
    width: 410px;
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
    height: 41px;
    font-size: 20px;
    font-family: "Arial";
    color: rgb(176 16 27);
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    background-color: white;
    max-width: 100%;
}
.promo_button>img{
    vertical-align: middle;
    margin: 0 15px;
}
@media (max-width:760px) {
    .promo_button{
        margin: auto;
    }
}
@media (max-width:400px) {
    .promo_button>img{
        margin: 0 6px;
    }
}
.promo_button>img:nth-child(1){
    animation-duration: 2s;
    animation-name: promo_button_blink;
    animation-iteration-count: infinite;
}
@keyframes promo_button_blink {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.promo_form{
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(20, 15, 10, 0.9);
    font-size: 24px;
    z-index: 1;
    display: none;
}
.promo_form>div{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.promo_form>div>div{
    display: block;
    border-width: 4px;
    border-color: rgba(176, 16, 27, 1);
    border-style: solid;
    border-radius: 6px;
    width: 400px;
    font-family: "Arial";
    color: rgb(176 16 27);
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    margin: auto;
    background-color: #e9e8e7;
    padding: 10px 0;
    max-width: 85%;
}
.promo_form>div>div *{
    box-sizing: border-box;
}
.promo_form>div>div>div{
    font-size: 20px;
    color: #222;
    text-align: left;
    text-shadow: none;
    padding: 5px 20px;
}
.promo_form>div>div>input{
    width: 85%;
}

.blog_article {
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(149, 22, 31, 0.3);
    width: 98%;
    height: 160px;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.blog_article:hover {
    box-shadow: 1px 1px 3px rgba(149, 22, 31, 1);
}

.blog_article>div {
    display: inline-block;
    vertical-align: top;
}

.article_image {
    width: 270px;
    height: 100%;
}

.article_intro {
    width: calc(100% - 270px);
    font-size: 16px;
    overflow: hidden;
    height: 148px;
}

.article_image>img {
    width: 250px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(149, 22, 31, 1);
    object-fit: cover;
    margin: 10px;
}

.article_intro>header>h3 {
    margin: 0;
    padding: 13px 0 5px 10px;
    height: unset;
    font-size: 20px;
}

@media (max-width:700px) {
    .blog_article {
        height: initial;
    }
    .blog_article>div {
        display: block;
        width: 100%;
        height: initial;
    }
    .article_image {
        text-align: center;
    }
}

.blog_article h2>a{
    color: inherit;
    text-decoration: inherit;
}