h1,h2,h3,h4,p {
    font-family: 'Arial', serif;
}
a{
    font-family: 'Arial', serif;
    color: black;
    text-decoration: none;
}
.redBorder{
    border-color: red !important;
}
.siteArea{
    max-width: 1200px;
    margin: 0 auto ;  !important
}
.hidden{
    display: none !important;
}
.boldText{
    font-size: 24px;
    font-weight: 700;

}
.headerText{
    font-size: 16px;
    font-weight: 700;
}
.rowBlock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.header{
    height: 68px;
    border-bottom: 1px solid black;
}
.mainHeader h2 {
    font-size: 24px;
    font-weight: 700;
}
.topNavBlock{
    margin: 15px 0 15px 0;
}
.topNavBlockItem{
    width: 260px;
    height: 190px;
    padding: 10px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    align-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 5px
}
.topNavBlockItem p{
    font-size: 16px;
    font-weight: 700;
}
.textShadow{
    text-shadow: 1px 2px 6px #0000009c ;
}
.topNavBlockItemImg{
    height: 160px;

}
.topNavBlockItemButtons{
    margin: 10px 0;
}

.whiteButton{
    padding: 5px 10px;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
}
.whiteButton:hover{
    padding: 5px 10px;
    background: black;
    border-radius: 5px;
    color: white;
}
.blackButton{
    padding: 5px 10px;
    background: black;
    border-radius: 5px;
    color: white;
}
.blackButton:hover{
    padding: 5px 10px;
    border: 1px solid grey;
    border-radius: 5px;
    background: white;
    color: black;
}
.grayButton{
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #f5f5f5;
}
.mainNewsBlock{
    display: flex;
    flex-direction: column;
}
.mainNewsBlockTitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mainNewsBlockTitle p {
    width: 48%;
}
.mainNewsBlockNewsList{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainNewsBlockNewsListItem{
    width: 32%;
    height: 400px;
    border-radius: 10px;
    border: 1px solid #dddddd;
}
.mainNewsBlockNewsListItemImg{
    height: 230px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 10px;
}
.mainProductsListItemImg{
    height: 230px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10px;
}
.mainProductsListItemImg i:hover{
    color: #fff
}
.mainProductsListItemImg a{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.mainProductsListItemImg img {
    max-width: 100%;
    max-height: 220px;
}
.mainNewsBlockNewsListItemImg img{
    max-width: 100%;
    max-height: 220px
}
.mainNewsBlockNewsListItemText{
    padding: 10px;
}
.newsListButton{
    float: right;
}
.blockHeader{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.questinosBlock{
    width: 100%;
}
.questionsBlockItem{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
}
.questonsBlockItemQuestion{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.questonsBlockItemQuestion p{
    font-weight: 600;
    font-size: 24px;
}
.questonsBlockItemQuestion i{
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
}
.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}
.footerItem {
    width: 45%;
    background: #f5f5f5;
    padding: 10px 10px 10px 10px;
}
.contactItem{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 10px 0;
}
.footerHeader{
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
.contactItemName{
    margin: 0;
    font-weight: 600;
}
.contactItemData{
    margin: 0;
}
.footerLogo{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.mainMenu{
    background: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999;
}
.mainMenuBlock{
    max-width: 1200px;
    margin: 0 auto;
}
.mainMenuHeader{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mainMenuHeader i{
    cursor: pointer;
}
.menuList{
    background: #f5f5f5;
    padding: 30px;
}
.menuList ul{
    margin: 0;
    padding: 0;
    list-style:none;
}
.menuList li{
    padding: 5px 0;
}
.burger i {
    cursor: pointer;
}
.news_list_main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.news_list_main_left{
    width: 69%
}
.news_list_main_right{
    width: 30%
}
.news_list{
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    padding: 10px 10px 0 10px;
    border-radius: 10px
}
.news_list_item{
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.news_list_item_left{
    width: 20%
}
.news_list_item_left img {
    max-width: 100%;
}
.news_time_stamp{
    margin: 10px 0 20px 0
}
.news_prop_name{
    margin: 10px 0 0 0
}

.news_list_item_right{
    width: 80%
}

.news_item_header{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}
.news_item_prev{
    height: 126px;
    overflow: hidden;
}
.news_list_item_image{
    border: 1px solid #000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 126px
}
.news_right_bar{
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    padding: 10px 10px 0 10px ;
    border-radius: 10px
}
.news_right_bar_item{
    height: 200px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px
}
.news_right_bar_item img{
    height: 120px
}
.news_right_bar_item_buttons{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: nowrap;
    align-items: center;
}
.news_right_bar_item p {
    text-align: center;
}
i{
    cursor:pointer;
}
.headerTextBar{
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
}
.footer_block{
    margin-top: 20px;
}
.footer_block h4{
    margin: 5px
}
.footer_block ul{
    list-style-type: none;
    padding-left: 5px;
    margin-top: 5px
}
.footer_block li{
    padding: 5px 0
}
.footer_main_sec{
    background:#f5f5f5;
    padding: 10px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footer_main_sec_item{
    margin-right: 10px
}
.contactForm{
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.contactForm p {
    margin: 10px 0;
}
.header_logo img{
    height: 20px
}
.login_mob{
    display: none;
}
.hedder_block_cont{
    display:none;
}
@media (max-width: 799px){
    .news_right_bar_item_buttons{
        display:none;
    }
    .news_right_bar_item{
        height: auto !important;
    }
    .news_right_bar_item img{
        text-align: center;
        height: 70px;
    }
    .right_bar_link{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .hedder_block_cont{
        display: block;
    }
    .mainNewsBlockNewsListItem{
        width: 100%;
        margin-bottom: 10px;
    }
    .mainNewsBlockNewsList{
        flex-direction: column;
        align-items: center;
    }
    .footer_main_sec{
        flex-direction: column;
    }
    .mainNewsBlockTitle{
        flex-direction: column;
    }
    .mainNewsBlockTitle p{
        text-align: center;
        width: 100%
    }
    .news_right_bar_item_buttons a{
        font-size: 14px
    }
    .topNavBlock{
        margin: 0 0 10px 0
    }
    .topNavBlockItemButtons{
        display: none !important;
    }
    .topNavBlockItem{
        width: 50%;
        height: 20px;
        border-radius: 0;
        margin:0;
        vertical-align: middle;
        justify-content: center !important;
        border-top: none;

    }
    .topNavBlockItem p {
        text-shadow: none;
        font-weight: 400;
    }
    .logIn{
        display:none;
    }
    .login_mob{
        display: block !important;
    }

    .topNavBlockItemImg{
        display: none;
    }

}
@media (max-width: 1199px){
    .mainMenuHeader{
        margin-right: 20px
    }
}
@media (max-width: 940px){
    .mainHeader{
        display: none;
    }
    .news_list_main{
        flex-direction:  column-reverse
    }
    .news_list_main_right{
        width: 100%;
        margin-bottom: 10px;
    }
    .news_right_bar{
        justify-content: space-between;
        flex-direction: row;
    }
    .consult_button{
        margin-bottom: 10px
    }
    .news_right_bar_item_buttons{
        justify-content: center;
        flex-direction: column;
        height: 100px
    }
    .news_right_bar_item{
        height: 245px;
        width: 32%;
    }
    .news_list_main_left{
        width: 100%
    }
    .news_list_item_left{
        width: 50%
    }
}
@media (max-width: 1024px){
    .topNavBlockItemButtons{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .topNavBlockItemButtons p{
        margin: 0
    }
    .topNavBlockItemButtons a{
        margin: 5px 0
    }
    .topNavBlockItem{
        justify-content: flex-start;
    }
}
.gray_back{
    background: #D9D9D9D9;
}
.gray_back p{
    font-weight: 700 !important;
}