@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
    direction: ltr;
    font-family: 'Encode Sans Expanded', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}

.post__info img{
    width: 900px;
}

.head {
    width: 100%;
    overflow: hidden;
  }
  
.head__logo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 47px;
    padding-bottom: 47px;
}

.head__logo a{
    text-decoration: none;
    color: #000;
}
  
.head__logo .logo img{
    width: 40px !important;
}
  
.head__logo h4{
    margin: 0;
    padding: 0;
    font-size: 40px;
}
.head__navigation {
    background:  #000;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
  
.head__navigation .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}
  
.head__navigation .navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
}
  
.head__navigation .navbar .nav .nav-item .nav-link:after {
    display: none;
}
  
.head__navigation .navbar .nav .nav-item.submenu {
    position: relative;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    background: transparent;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #6f9eaf;;
    color:#fff;
}
  
.head__navigation .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}
  
.head__navigation .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}
  
.head__navigation .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 320px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
}

.head__navigation .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.head .list-unstyled{
    overflow: hidden;
}


.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper .sec_title{
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 100%;
    height: 125px;
    padding: 36px;
    font-size: 17px;
    line-height: calc(23px + 4px);
    align-items: center;
    column-gap: 5px;
    text-align: center;
}

.image-wrapper .enlarged-image{
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.image-wrapper img.head__img {
    display: none;
    overflow: hidden;
}

.image-wrapper:hover img.head__img{
    display: block;
    position: absolute;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}


.post__contant{
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.post__contant .post__title{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.post__contant .post__title h2{
    text-decoration: underline;
    text-decoration-color: #000;
    text-underline-offset: 5px;
    font-size: 17px;
    font-weight: bold;
}


.post__contant .post__block{
    display: flex;
    padding: 20px;
    position: relative;
}

.post__contant .post__info{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:15px;
    position: relative;
}

.post__block  a{
    color: #000;
    text-decoration: none;
}

.post__info p{
    float: left;
    padding-top: 10px;
}

.post__desc{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
}

 .post__desc a.post__link{
    text-decoration: none;
    color: #3E432E;
    font-weight: bold;
 }

 .post__desc .post__link:hover{
    text-decoration: underline;
    text-decoration-color: #000;
 }

 .post__info .icons{
    display: flex;
    gap: 5px;
    align-items: baseline;
    font-size: 16px;
 }
 
 .inf{
   word-break: break-word;
 }

  .rightSide__title{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

 .rightSide__title h4{
    color: #3E432E;
    padding: 0 20px;
    text-decoration: underline;
    text-decoration-color: #000;
    text-underline-offset: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

 .right__sideBarSection{
    display: flex;
    flex-direction: column;
    padding: 0 20px;;
    gap: 10px;
    position: relative;
}

 .right__sideBarSection .underLine{
    border-bottom: 1px dotted #070707;
    margin: 0 0 10px;
}

 .right__sideBarSection .side__text{
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

 .right__sideBarSection .row_side__text span{
    padding-left: 5px;
    font-size: 14px;
}

 .right__sideBarSection .side__text_right{
    float: right;
    font-size: 14px;
}

 .right__sideBarSection .latest__news{
    display: flex;
    margin: 0;
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    gap: 10px;
}

 .right__sideBarSection .latest__news img {
    width: 100px !important;
    height: 70px !important;
    float: left;
    margin-right: 14px;
}

#fullImg{
    width: 350px !important; 
    height: 200px !important;
}


 .right__sideBarSection .latest__news a{
    color: #000;
    text-decoration: none;
}
 .right__sideBarSection .latest__news .news__text{
    display: table-row;
    font-size: 14px;
}

 .right__sideBarSection .row_side__text span.text_person{
    font-weight: bold;
}

 .right__sideBarSection .row_side__text span.text_comment{
    font-style: italic;
}


.accordion{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.accordion__title{
    text-align: center;
    padding-bottom: 16px;
}


.accordion .contentBox{
    position: relative;
    padding: 10px;
}

.accordion .contentBox .label{
    position: relative;
    padding: 10px;
    background: #3E432E;
    color: #fff;
    cursor: pointer;
} 

.accordion .contentBox .label:before{
    content: '+';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 1.5em;
}
.accordion .contentBox.active .label:before{
    content: '-';
}

.accordion .contentBox .content{
    position: relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}


.accordion .contentBox.active .content{
    height: auto;
    padding: 10px;
}

  
.foot_section{
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
}

.foot_section .foot__image_block img.foot__img{
    width: 115px;
    height: 80px;
}

.block__one{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
}
.block__one .foot__logo {
    display: flex;
    align-items: flex-end;
}

.block__one .foot__logo a{
    text-decoration: none;
    color: #fff;
}

.block__one .foot__logo h4{
    padding-left: 5px;
}

.block__one .foot__logo img{
    width: 40px !important;
}

.block__one p{
    font-size: 15px;
}

.block__one p a{
    text-decoration: none;
    color: #fff;
}

.block__two{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
}

.block__two h3{
    font-size: 14px;
    padding-top: 10px;
}

.block__two p{
    font-size: 13px;
}

.block__three{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.block__three h3{
    font-size: 16px;
}

#message{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
#message .success{
    font-size: 20px;
    color: lightgreen;
    position: absolute;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

#message .danger{
    font-size: 20px;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

.submit__block{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit-bg {
    background: #6f9eaf;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn-submit-bg:hover,
.btn-submit-bg:focus {
    background: #f55160;
    color: rgb(78, 72, 72)105, 101, 101);
}

.footer_copyRight{
    padding-top: 10px;
    padding-bottom: 10px;
}

.politic{
    display: flex;
    justify-content: center;
}
.politic a{
    padding: 0 15px 0 15px;
    font-size:14px;
    color: #000;
} 

.politic a:hover{
    font-size:14px;
    color:#CD853F; 
} 

.dopPage__postBox{
    padding-top: 25px;
    padding-bottom: 25px;
}

.dopPage__postBox .head__box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.dopPage__postBox .head__box h2{
    font-size: 24px;
    font-weight: bold;
}

.dopPage__postBox  .entry {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dopPage__postBox  .entry span{
    font-size: 14px;
    padding-left: 9px;
    padding-right: 10px;
}

.dopPage__postBox .mid__box img{
    float: left; 
    margin-right: 10px;
    padding-bottom: 10px;
}

.dopPage__postBox .bottom__box i {
    font-size: 14px;
    padding-right: 5px;
}

.dopPage__postBox .priceBox{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.dopPage__postBox .telBox{
    display: flex;
    justify-content: center;
}

.dopPage__postBox .telBox a.dopPage__btn {
    background: #6f9eaf;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.dopPage__postBox .telBox a.dopPage__btn:hover,
.dopPage__postBox .telBox a.dopPage__btn:focus {
    background: #f55160;
    color: #fff;
}

.form__section{
    padding-top: 10px;
}

.form__section .formCol{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
}

.form__section .input-user-block_element{
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.form__section .textarea-user-block_element{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding: 10px 18px;
    height: 100px;
}

.form__section .form-check{
    padding-top: 9px;
    padding-left: 40px;
}

.form__section .form-check a{
    color: #000;
}

.form__section .btnForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
    padding-bottom:28px;
}

.comments__block{
    padding: 20px 15px;
}

.comments__block .comments__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 0;
}

.comments__block .comments__box img {
    width: 100px;
    margin-right: 20px;
}

.comments__block .comments__box .comments__content {
    position: relative;
    flex: 1;
}

.comments__block .comments__box span {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 600;
}

.comments__block .comments__box p {
    margin-bottom: 0;
    padding-top: 10px;
}

.contact__area{
    padding-top: 47px;
    padding-bottom: 47px;
}

.container__block .row{
    padding: 0;
}

.contact__area .contact__video{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.contact__area .contact__video video{
    width: 70%;
}

.contact__content{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding-bottom: 20px;
}

.contact__content .cont_i i{
    font-size: 35px;
    color: #3E432E;
}

.contact__area .btn_contact {
    background: #6f9eaf;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.contact__area .btn_contact:hover,
.contact__area.btn_contact:focus {
    background: #f55160;
    color: #fff;
}

.form-control {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}
.form-groups {
    padding-top: 16px;
}

.form-check{
    padding-top: 9px;
    padding-left: 40px;
}

.contacts-form .form-check a{
    color: #000;
}

.form-groups textarea {
    height: 102px;
}
.form-groups  button {
    border: none;
}

.contacts-form{
    padding-top: 30px;
    padding-bottom: 10px;
}

.contacts-form  .contact__btn__block{
    display: flex;
    justify-content: center;
}

.contact__info{
    padding-top: 47px;
}

.contact__box .contact__contentB{
    display: flex;
    align-items: center;
}

.contact__box .contact__contentB i{
    font-size: 35px;
    color: #3E432E;
}

.contact__box .contact__contentB h3{
    color: #000;
}

.contact__box .contact__contentB a{
    text-decoration: none;
    color: #000;
}

.button-1{
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background: #6f9eaf;
    transition: .4s;
    margin-top: 15px;
}

.button-1:hover,
.button-1:focus {
    background: #f55160;
    color: #fff;
}

.button-2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px 30px;
    font-weight: bold;
    color: #fff;
    background: #6f9eaf;
    transition: .4s;
}

.button-2:hover,
.button-2:focus {
    background: #f55160;
    color: #fff;
}

.button-3 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 5px 10px;
    text-decoration: none;
    color: #fff;
    background: #6f9eaf;
    border-radius: 15px 15px 0 0;
    transition: .4s;
}

.button-3:hover,
.button-3:focus {
    background: #f55160;
    color: #fff;
}

.button-4{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #fff;
    background: #6f9eaf;
    border: dashed 1px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.button-4:hover,
.button-4:focus {
    background: #f55160;
    color: #fff;
}

.button-5{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #fff;
    background: #6f9eaf;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.button-5:hover,
.button-5:focus {
    background: #f55160;
    color: #fff;
}

@media (max-width: 500px){
    .head__logo h4{
        font-size: 25px;
    }
}

@media (max-width: 768px){
    .post__info{
        flex-direction: column !important;
    }
}
@media (max-width: 991px){
    .politic{
        flex-direction: column;
    }

    #fullImg{
        width: 100px !important;
        height: 70px !important;
    }

    .image-wrapper .sec_title {
        font-size: 17px !important;
        height: 150px !important;
        text-align: center !important;
    }

    .foots{
        display: flex;
        align-items: center;
    }
    .block__one,.block__two{
        width: 100% !important;
        align-items: center;
        text-align: center;
    }

    .foot__image_block{
        display: flex;
        justify-content: center;
    }

    .c_body{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .block__three{
        width: 100% !important;
        align-items: center;
        padding-top: 20px;
    }

    .head .mq{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;

    }

    .contact__info{
        display: flex;
        justify-content: center;
    }
    .centr{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 1400px) and (min-width: 992px){
    .foots{
        display: flex;
    }
    .block__one,.block__two{
        width: 50% !important;
        text-align: center;
    }
    .block__three{
        width: 100% !important;
        align-items: center;
        padding-top: 20px;
    }

    .block__one .foot__logo {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .image-wrapper .enlarged-image {
        height: 200px;
    }
    
}

@media (max-width: 1200px){
    .post__info .icons {
        font-size: 14px;
    }
    .post__info .icons span{
       font-size: 14px;
    }
}

@media (max-width: 1400px){
    .image-wrapper .sec_title {
        font-size: 13px;
        text-align: center;
        height: 100px;
        line-height: 20px;
    }
}

