/*
Theme Name: Blogtheme
Version: 1.0
*/
body {
    font-family: "Work Sans", sans-serif;
}

a:hover {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a {
    transition: 0.3s;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
}

header {
    padding-top: 20px;
}
header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top .logo-block a img {
    max-width: 200px;
}
header .top .right-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .top .right-menu nav ul li {
    display: inline-block;
}
header .top .right-menu nav ul li a {
    font-size: 20px;
    color: #000;
}
header .top .right-menu nav ul li a:hover {
    color: #FC6702;
}
header .top .right-menu nav ul li:not(:last-child) {
    margin-right: 15px;
}
header .top .right-menu .callback {
    margin-left: 10px;
}

.top-banner {
    margin-top: 50px;
}
.top-banner .banner .info-block {
    padding-top: 40px;
}
.top-banner .banner .info-block .title {
    color: #2c3847;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}
.top-banner .banner .info-block .desc {
    font-size: 20px;
}
.top-banner .banner .info-block .btn-block {
    margin-top: 50px;
}
.top-banner .banner .info-block .btn-block a {
    color: #fff;
    background-color: #FC6702;
    border-radius: 10px;
    padding: 12px 25px;
    font-size: 20px;
    border: 1px solid #FC6702;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.top-banner .banner .info-block .btn-block a:hover {
    background-color: #fff;
    color: #FC6702;
}

.about-us {
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-us .desc {
    text-align: center;
    margin-bottom: 30px;
}
.about-us ul li {
    background-color: #FC6702;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about-us ul li span {
    color: #fff;
    font-size: 16px;
}

.advantages {
    text-align: center;
}
.advantages .desc {
    margin-bottom: 40px;
}
.advantages .block {
    margin-bottom: 40px;
}
.advantages .block .img-block {
    margin-bottom: 30px;
}
.advantages .block .title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #FC6702;
}
.advantages .block .text {
    font-size: 16px;
}

.articles {
    margin-top: 10px;
    margin-bottom: 50px;
}
.articles h2 {
    margin-bottom: 30px;
}
.articles .img-block {
    margin-bottom: 10px;
}
.articles .title {
    color: #000;
    font-size: 16px;
}
.articles .btn {
    margin-top: 20px;
    padding: 0;
    padding-bottom: 10px;
}
.articles .btn a {
    color: #fff;
    background-color: #2987d9;
    border-radius: 10px;
    padding: 12px 25px;
    font-size: 20px;
    border: 1px solid #2987D9;
}
.articles .btn a:hover {
    background-color: #fff;
    color: #2987d9;
    box-shadow: 2px 2px 10px 4px rgba(41, 135, 217, 0.2);
}

.ask {
    padding: 10px;
    background-color: #2987D9;
    margin: 50px 0px;
}
.ask .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ask .block .ask-text {
    color: #fff;
}
.ask .block .ask-text .title {
    font-size: 25px;
    font-weight: bold;
}
.ask .block .ask-text .desc {
    font-size: 18px;
}
.ask .block .btn a {
    padding: 18px 22px 18px 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    align-items: center;
    background-color: #FC6702;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.ask .block .btn a img {
    padding-left: 30px;
}
.ask .block .btn a:hover {
    background-color: #fff;
    color: #FC6702;
}

footer {
    padding: 20px 0px;
    background-color: #FC6702;
    color: #fff;
}
footer .footer-nav ul li {
    list-style-type: none;
}
footer .footer-nav ul li a {
    color: #fff;
    font-size: 16px;
}
footer .footer-nav ul li a:hover {
    color: #000;
}
footer .footer-nav ul li:not(:last-child) {
    margin-bottom: 10px;
}
footer .contacts {
    text-align: right;
}
footer .contacts a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
footer .contacts a:hover {
    color: #000;
}
footer .contacts .desc {
    margin: 10px 0px;
}

.blog-page {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.blog-page h1 {
    font-size: 45px;
    margin-bottom: 40px;
    color: #2987d9;
}
.blog-page ul {
    display: flex;
}
.blog-page ul li {
    position: relative;
    width: 100%;
    padding: 10px 20px 50px 20px;
    list-style-type: none;
    box-shadow: 2px 2px 5px 0px #000;
}
.blog-page ul li:not(:last-child) {
    margin-right: 45px;
}
.blog-page ul li .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.blog-page ul li .text {
    margin-bottom: 30px;
    overflow-wrap: anywhere;
}
blog-page ul li .title a {
    font-size: 20px;
    color: #000;
}
.blog-page ul li .img-block img {
    max-width: 64px;
    height: auto;
}
.blog-page ul li .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -82.5px;
    background-color: unset;
}
.blog-page ul li .btn a {
    font-size: 20px;
    background-color: #2987d9;
    border: 1px solid #2987d9;
    transition: 0.3s;
    color: #fff;
    padding: 7px 13px;
    text-transform: uppercase;
}
.blog-page ul li .btn a:hover {
    background-color: #fc6702;
    border: 1px solid #fc6702;
}
#site-main-content {
    margin: 50px 0px;
}
#site-main-content .article-block {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #2987d9;
    padding: 20px 30px 40px 30px;
    box-shadow: 2px 2px 5px 0px #000;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
#site-main-content .article-block:hover {
    border: 1px solid #fc6702;
}
#site-main-content .article-block p {
    margin-bottom: 0px;
}
#site-main-content .article-block .img-block {
    margin-right: 30px;
}
#site-main-content .article-block .img-block img {
    max-width: 150px;
}
#site-main-content .article-block .text-block .title {
    color: #2987d9;
    font-size: 22px;
    font-weight: 600;
}
#site-main-content .article-block .text-block .date {
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: 10px;
}
#site-main-content .article-block .text-block .more {
    margin-top: 30px;
}
#site-main-content .article-block .text-block .more a {
    background-color: #fc6702;
    padding: 12px 15px;
    color: #fff;
    border: 1px solid #fc6702;
    transition: 0.3s;
    border-radius: 6px;
}
#site-main-content .article-block .text-block .more a:hover {
    background-color: #2987d9;
    color: #fff;
    border: 1px solid #2987d9;
}
.single .post-detail .single-image img {
    max-width: 500px;
}
#site-main-content .blog-article {
    text-align: center;
    margin-bottom: 30px;
}
#site-main-content .blog-article .zoo-post-inner {
    text-align: center;
}
#site-main-content .blog-article .zoo-post-inner .wrap-media a img {
    margin: 0 auto;
}
#site-main-content .blog-article .zoo-post-inner .entry-content {
    text-align: center;
}
.article-page {
    margin: 40px 0px;
}
.article-page img {
    max-width: 500px;
    height: auto;
}
.article-page h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.article-page h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #2987d9;
    text-transform: unset;
}
.article-page p {
    font-size: 16px;
}
.article-page figure {
    margin: 30px 0px;
}
.breadcrumbs {
    margin: 10px 0px;
}
.mobile-btn {
    text-align: center;
}
.mobile-btn a {
    margin: 20px auto;
    display: flex;
    width: max-content;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #2987d9;
    padding: 8px;
}
.mobile-btn a span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FC6702;

}
.mobile-btn a span:not(:last-child) {
    margin-bottom: 5px;
}

.article-page .pdf-block {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    header .top .right-menu nav ul li a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    header .top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .blog-page ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .blog-page ul li {
        margin-right: 0 !important;
        margin-bottom: 25px;
    }
    header .top .right-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    header .top .right-menu nav {
        position: relative;
        width: 100%;
    }
    header .top .right-menu nav .menu-glavnoe-menyu-container {
        display: none;
    }
    header .top .right-menu nav .menu-glavnoe-menyu-container.active {
        width: 100%;
        display: block;
        position: absolute;
        z-index: 10;
        top: 70px;
        left: 0;
    }
    header .top .right-menu nav .menu-glavnoe-menyu-container.active .menu {
        background-color: #fff;
        width: 100%;
        border-bottom: 3px solid #FC6702;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .blog-page {
        padding-top: 30px;
    }
    header .top .right-menu nav ul li {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    header .top .right-menu nav ul li a {
        font-size: 18px;
    }

    #site-main-content .article-block {
        flex-direction: column;
        padding: 25px 15px 30px 15px;
        text-align: center;
    }
    #site-main-content .article-block .text-block .title {
        font-size: 16px;
    }
    #site-main-content .article-block p {
        font-size: 14px;
    }
    #site-main-content .article-block .img-block {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .article-page h2 {
        font-size: 18px;
    }
    .article-page img {
        height: auto;
    }
    footer {
        text-align: center;
    }
    footer .contacts {
        text-align: center;
        margin-top: 10px;
        border-top: 1px solid #fff;
    }
}
