
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
}
*{
    box-sizing: border-box;
}
input[type="text"] {
    color: #333333;
    font-size: 16px;
}
ul {
    list-style-type: none;
    margin: 0;
}
.menu {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px; width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent!important;
    height: auto;
}
.menu > ul {
    width: calc(50% - 150px);
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
}

.panel {
    background-color: rgba(163, 82, 0, 0.3);
    height: 90px;
    line-height: 150px;
    position: relative;
    text-align: right;
    z-index: 1;
}
.panel > div > a {
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin-left: 5px;
    width: 50px;
}
.header{
    min-height: 750px;
    overflow: hidden;
}
.panel > div .callme {
    background: #357abf url("../images/callme.png") no-repeat scroll center center;
    display: inline-block !important;
}
.panel > div .phone {
    background: #357abf url("../images/phone.png") no-repeat scroll center center;
}
.panel > div .search_button {
    background: #357abf url("../images/search.png") no-repeat scroll center center;
    position: relative;
    z-index: 2;
}
.panel .widget_text_block {
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    line-height: 30px;
    position: absolute;
    width: 0;
    z-index: -1;
}
.panel .widget_text_block p {
    line-height: 50px;
    margin: 0;
    padding-left: 10px;
    text-align: left;
}
.panel > div {
    margin: 0 auto;
    position: relative;
    max-width: 1000px; width: 100%;
}
.slider_container {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    max-width: 100%;
    width: 100%;
    height: 750px;
}
.slider_container ul{
    max-width: 100%;
    width: 100%;
}
.topmenu {
    background-color: rgba(0, 30, 60, 0.7);
    position: relative;
    z-index: 1;
    padding: 16px;

}
.topmenu li {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    padding: 0 20px;
}
.topmenu .menu a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
.topmenu li:last-child {
    margin: 0;
}
.logo, .logo a {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll center center;
    cursor: pointer;
    height: 247px;
    margin: -110px 0 !important;
    width: 290px;
}
.order {
    background-color: #a35200;
    height: 80px;
    margin-top: 740px;
    position: relative;
    z-index: 0;
}
.order button {
    display: none;
}
.message_accept {
    background-color: #a35200 !important;
}
.order form {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    max-width: 1000px; width: 100%;
}
.order > form > input[type="text"] {
    background: #fff url("../images/calend.png") no-repeat scroll 12px center;
    border: medium none;
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    padding-left: 40px;
    width: 140px;
}
.order > form > b {
    background: rgba(0, 0, 0, 0) url("../images/str.png") no-repeat scroll center center;
    display: inline-block;
    height: 10px;
    width: 40px;
}
.order_count_container {
    display: inline-block;
    height: 30px;
    margin-left: 20px;
    margin-top: 0;
    width: 80px;
}
.order_count_container > b {
    background: rgba(0, 0, 0, 0) url("../images/count.png") no-repeat scroll center center;
    display: inline-block;
    float: left;
    height: 30px;
    margin-top: 10px;
    width: 32px;
}
.order_count {
    border: medium none;
    border-radius: 50%;
    display: block;
    float: right;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    width: 30px;
}
.order input[type="submit"] {
    background-color: #e29841;
    border: medium none;
    border-radius: 19px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Academy;
    font-size: 18px;
    height: 38px;
    margin-left: 60px;
    text-transform: uppercase;
    width: 230px;
}
.content {
    margin: 30px auto;
    max-width: 1000px; width: 100%;
}
#superslider-1 > ul{
    max-height: 750px;
    height: 750px;
}
h1 {
    color: #212121;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
p {
    color: #212121;
}
.widget_text_block p {
    text-align: center;
}
.content .widget_text_block {
    border-bottom: 2px dashed #a3520050;

    padding: 20px;
}
.widget {
    overflow: hidden;
}
.widget > .title {
    color: #3f0000;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.widget_content_list .item {
    background-color: #eeeeee;
    float: left;
    height: 266px;
    margin-right: 32px;
    position: relative;
    width: 226px;
}
.widget_content_list {
}
.widget_content_list .item:last-child {
    margin-right: 0;
}
.widget .image {
    height: 151px;
    overflow: hidden;
    width: 100%;
}
.image > img {
    height: auto;
    width: 100%;
}
.info {
    margin-top: 15px;
}
.info .title > a {
    color: #212121;
    display: block;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
}
.more {
    background: rgba(0, 0, 0, 0) url("../images/more.png") no-repeat scroll center center;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    filter: hue-rotate(181deg);
}
.more:hover{
    color: #f0f0f0;
}
body > .widget .widget_text_block a {
    background-color: #e29841;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 150px;
    line-height: 150px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
}
body > .widget .widget_text_block p::before {
    background-color: #a35200;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 75px;
    width: 100%;
}
body > .widget .widget_text_block p {
    position: relative;
}
.widget.guestbook {
    margin: 0 auto;
    max-width: 1000px; width: 100%;
}
.guestbook .item {
    background: #eee url("../images/uzori.png") no-repeat scroll center bottom;
    height: 263px;
    margin-right: 21px;
    width: 234px;
}
.guestbook .image > img {
    margin-top: 20px;
    max-height: 121px;
    max-width: 122px;
}
.guestbook .image {
    text-align: center;
}
.guestbook .info .title {
    border-bottom: 1px solid #5b0000;
    color: #3f0000;
    font-size: 30px;
    margin: 0 20px 15px;
    text-align: center;
}
.guestbook .info {
    margin: 0;
}
.desc {
    color: #5b0000;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.all_items {
    background: rgba(0, 0, 0, 0) url("../images/triagle.png") no-repeat scroll center center;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 75px;
    line-height: 20px;
    margin: 40px auto 50px;
    padding: 10px 55px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
    filter: hue-rotate(183deg);
}
.widget_content_list {
    overflow: hidden;
}
.footer {
    background-color: #dddddd;
    border-top: 20px solid #a35200;
    min-height: 400px;
}
.footer > div {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;

}
.footer .widget {
    margin-top: 40px;
    width: 290px;
}
.footer .widget > .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #fff;
}
.field label {
    color: #444444;
    display: block;
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 8px;
}
.footer .input {
    border: 2px solid #bbbbbb;
    border-radius: 17px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    width: 265px;
}
.field {
    margin-top: 15px;
}
.button-submit {
    background-color:  #e29841;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    margin-top: 30px;
    width: 100%;
}

.footer * {
    box-sizing: border-box;
}
.footer p {
    border-radius: 18px;
    color: #fff;
    display: inline;
    font-family: Arial;
    line-height: 35px;
    margin-right: 10px;
    width: 237px;
}
.footer p:nth-child(1) {
    background:  #5cadff url("../images/phonebottom.png") no-repeat scroll left center;
    display: block;
    padding-left: 35px;
    padding-top: 0;
    margin-top: 0;
    width: 100%;
}
.footer p:nth-child(3) {
    background: #5cadff url("../images/adress.png") no-repeat scroll left center;
    display: block;
    padding-left: 35px;
    width: 100%;
}

.footer p{
    filter: hue-rotate(183deg);
    width: 100%;
}
.footer p:nth-child(2) {
    background: #5cadff url("../images/mail.png") no-repeat scroll left center;
    display: block;
    padding-left: 35px;
}
.add_in_book a {
    background-color: #5cadff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.widget .menu .item {
    background-repeat: no-repeat;
    font-size: 16px;
    padding-bottom: 0;
    padding-left: 30px;
}
.widget .menu li {
    margin-bottom: 5px;
}
.copyright {
    text-align: center;
    font-size: 19px;
    width: 100%;
    padding: 10px 20px;
    clear: both;
}
.copyright > a {
    display: inline;
    font-size: 18px;
}
.img-images {
    display: inline-block;
    margin: 0 3px;
    width: 30%;
}
.img-images > img {
    width: 100%;
}
.field.ft_images.f_images {
    text-align: center;
}
.order_phone {
    background: #fff none repeat scroll 0 0 !important;
    margin-left: 20px;
    padding-left: 20px !important;
}
.widget_content_list .item .image {
    height: 150px;
    overflow: hidden;
}

.logo .item {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll center center;
    display: block;
    margin: 0 !important;
}
#contact-form #form-button,
#contact-form textarea,
#contact-form input{
    width: 100%;
    padding: 8px;
    border-radius: 50px;
    box-sizing: border-box;
    outline: unset;
    border: 2px solid #888;
    margin-bottom: 10px;
    font-size: 18px;
}

#contact-form #form-button{
    padding: 3px;
}
#contact-form .button-block{
    display: flex; justify-content: center; align-items: center;
}

.widget_content_list .item{
    margin: 0;
}
.widget_content_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding: 40px 0;
}
.mbtn,
.text-right a{
    text-align: right;
    text-decoration: none;
    background: #e29841;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 1px;
}
.text-justify p{
    text-align: justify !important;
    text-indent: 40px;
}
.text-right{
    text-align: right !important;
    font-size: 0.8em;
}
.feed_list .item{height: auto;}
.feed_list .item img{
    display: block;
 height: 100%;
}
.feed_list .item .info{
    text-align: center;
    margin: 0;
    padding: 20px;
}
h5.title{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
@media screen and (max-width: 640px){
    .footer div{
        justify-content: center;
    }
}
@media screen and (max-width: 805px){
    .menu .logo{display: none}
    .menu ul {width: 50%; text-align: center}
}