body {
    font-family: 'Circe Regular';
}

a {
    color: #2a66af;
    font-family: 'Circe Light';
}

extarea:focus, input:focus, button:focus{
    outline: none;
}

*:focus {
    outline: none;
}

.row {
    margin: 0 !important;
}

.social__list a {
    color: #fff;
}

.social__list a:hover {
    color: #fff;
}

.sidebar__links .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__links a {
    text-decoration: none;
    color: #fff;
}

#sidebar {
    /* position: fixed;
    margin: 0;
    padding: 0;
    z-index: 20; */
}

#main {
    padding: 0;
    z-index: 21;
}

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    background: #2A66AF url("../img/pattern.png") repeat;
    background-size: 144px;
    background-blend-mode: overlay;
    width: 100%;
    min-height: 100vh;
    /*min-height: 730px;*/
    font-family: 'Circe Light';
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.logo {
    margin: 36px;
    width: 168px;
    height: 72px;
}

.sidebar__links {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    margin-top: 40px;
    width: 100%;
}

.sidebar__links .menu {
    list-style: none;
}

.sidebar__links_item {
    transition: all .3s;
    padding-left: 36px;
    color: #fff;
    text-decoration: none;
}

.sidebar__links_item a {
    font-family: 'Circe Regular';
    font-weight: noraml;
    display: block;
    width: 100%;
}

.sidebar__links_item:hover {
    color: #fff;
    text-decoration: none;
    background: #46b494;
}

.sidebar__links_item .fa-arrow-right {
    font-size: 22px;
}

.subscribe_form {
    margin-top: 140px;
    width: 100%;
}

.title_form {
    color: #fff;
    font-family: 'Circe Regular';
    font-weight: noraml;
    padding-left: 30px;
    font-size: 24px;
    padding-bottom: 20px;
}

.input_form {
    background: rgba(255, 255, 255, 0) !important;
    border: none !important;
    width: 100%;
    min-width: 180px;
    max-width: 258px;
    height: 36px;
    border: none;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}

.form__group {
    display: flex;
    margin: 0 36px;
}

.input_form::placeholder {
    color: #fff;
}

.btn_form {
    cursor: pointer;
    font-family: 'Circe Extra Light';
    font-size: 15px;
    width: 144px;
    height: 36px;
    margin-left: 5px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.btn_form:hover {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.socials__links {
    font-family: 'Circe Regular';
    font-weight: normal;
    font-size: 24px;
    margin: 40px 0;
    padding-left: 30px;
    color: #fff;
}

.circle_icone {
    display: inline-block;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin: 0 3px;
    cursor: pointer;
}

.sidebar_footer {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 36px;
    font-size: 14px;
    color: #fff;
}

.main {
    display: block;
    padding: 36px;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.row {
    margin: 0;
}

.home_main_post {
    position: relative;
    height: 100%;
    max-height: 560px;
    background: #2a66ae;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 18px;
    z-index: 20;
}

.home_main_post img {
    width: 100%;
    /* object-fit: cover; */
}

.social_block {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48px;
    z-index: 12;
    background: #ededed;
}

.social_block.green {
    background: #46b494;
}

.social_block.green_light {
    background: #009bb3;
}

.main_post_description {
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.main_description_title {
    font-size: 24px;
    font-family: 'Circe Regular';
    margin: 15px 33px;
}

.main_description_text {
    font-size: 16px;
    font-family: 'Circe Light';
    margin: 33px;
}

.card_post {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border: solid 1px #ededed;
    color: #000;
    margin: 18px 20px 0 20px;
    padding: 24px;
    padding-right: 72px;
    overflow: hidden;
    transition: transform 300ms cubic-bezier(0.34, 2, .6, 1), box-shadow 200ms ease;
    box-shadow: none;
}


.card_post a {
    text-decoration: none;

}

.card_post {
    color: #000;
}

.card_post a:hover {
    text-decoration: none;
}

.blog_post {
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    border-bottom: solid 1px #ededed;
    overflow: hidden;
    margin: 18px 20px 0 20px;
    transition: transform 300ms cubic-bezier(0.34, 2, .6, 1), box-shadow 200ms ease;
    text-decoration: none;
    padding: 0 20px;
}

.blog_post:hover {
    text-decoration: none;
}

.card_post:hover {
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
}

.blog_post:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
    transform: translateY(-10px);
}

.social_width {
    width: 100% !important;
    background: transparent !important;
    transition: all .2s;
}


.social_width .social_block {
    background: transparent !important;
}

 .social_width a.social_block_item path {
    color: #fff !important;
 }


.social_width a.fb {
    background: linear-gradient(
        to right,
        rgba(69, 101, 162, .7) calc(100% - 47px),
        rgba(69, 101, 162, 1) calc(100% - 47px),
        rgba(69, 101, 162, 1) 100%
      );
}

.social_width a.youtube {
    background: linear-gradient(
        to right,
        rgba(255, 0, 0, .7) calc(100% - 47px),
        rgba(255, 0, 0, 1) calc(100% - 47px),
        rgba(255, 0, 0, 1) 100%
      );
}

.social_width a.vk {
    background: linear-gradient(
        to right,
        rgba(92, 140, 192, .7) calc(100% - 47px),
        rgba(92, 140, 192, 1) calc(100% - 47px),
        rgba(92, 140, 192, 1) 100%
      );
}

.social_width a.twitter {
    background: linear-gradient(
        to right,
        rgba(32, 170, 244, .7) calc(100% - 47px),
        rgba(32, 170, 244, 1) calc(100% - 47px),
        rgba(32, 170, 244, 1) 100%
      );
}

.social_width a.ok {
    background: linear-gradient(
        to right,
        rgba(249, 141, 0, .7) calc(100% - 47px),
        rgba(249, 141, 0, 1) calc(100% - 47px),
        rgba(249, 141, 0, 1) 100%
      );
}

.social_width a.telegram {
    background: linear-gradient(
        to right,
        rgba(51, 174, 222, .7) calc(100% - 47px),
        rgba(51, 174, 222, 1) calc(100% - 47px),
        rgba(51, 174, 222, 1) 100%
      );
}

.social_width .social_block_item {
    justify-content: flex-end;
    padding-right: 11px;
}

.social_width .card img {
    padding-right: 0 !important;
}

.social_block.social_hov {
    width: 100%;
}

.separate {
    border-left: solid 1px #ededed;
}

.card_post_title {
    font-family: 'Circe Regular';
    font-size: 24px;
    color: #2a66af;
    line-height: 1.08;
    margin-bottom: 12px;
    padding: 5px 0;
}

.card_post_description {
    font-family: 'Circe Regular';
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    color: #000;
}
.card_post_description p {
    font-family: 'Circe Regular';
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    color: #000;
}

.card_post_img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    width: 120%;
    margin-top: -24px;
    margin-left: -24px;
    margin-bottom: 18px;
}

.card_post_img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    /* height: 240px; */
}

.card_post_date {
    font-size: 12px;
    color: #2a66af;
    text-align: right;
    font-family: 'Circe Regular';
}

.social__list {
    display: inline-block;
}

.social_block_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #c6c6c6;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    transition: all .3s;
    padding-right: 11px;
}

.social_block_item:hover {
    background: #5181b8;
    color: #fff;
}

a.fb:hover {
    background: linear-gradient(
        to right,
        rgba(69, 101, 162, .9) calc(100% - 47px),
        rgba(69, 101, 162, 1) calc(100% - 47px),
        rgba(69, 101, 162, 1) 100%
      );
}

a.youtube:hover {
    background: linear-gradient(
        to right,
        rgba(255, 0, 0, .9) calc(100% - 47px),
        rgba(255, 0, 0, 1) calc(100% - 47px),
        rgba(255, 0, 0, 1) 100%
      );
}

a.vk:hover {
    background: linear-gradient(
        to right,
        rgba(92, 140, 192, .9) calc(100% - 47px),
        rgba(92, 140, 192, 1) calc(100% - 47px),
        rgba(92, 140, 192, 1) 100%
      );
}

a.twitter:hover {
    background: linear-gradient(
        to right,
        rgba(32, 170, 244, .9) calc(100% - 47px),
        rgba(32, 170, 244, 1) calc(100% - 47px),
        rgba(32, 170, 244, 1) 100%
      );
}

a.ok:hover {
    background: linear-gradient(
        to right,
        rgba(249, 141, 0, .9) calc(100% - 47px),
        rgba(249, 141, 0, 1) calc(100% - 47px),
        rgba(249, 141, 0, 1) 100%
      );
}
a.telegram:hover {
    background: linear-gradient(
        to right,
        rgba(51, 174, 222, .9) calc(100% - 47px),
        rgba(51, 174, 222, 1) calc(100% - 47px),
        rgba(51, 174, 222, 1) 100%
      );
}

.social_block_item:last-child {
    border: none;
}

a.social_block_item path {
    fill: #bfbfbf !important;
}

.social_width a.social_block_item path {
    fill: #fff !important;
 }

a.social_block_item svg {
    width: 24px;
    height: 24px;
    fill: #bfbfbf; 
}

.social-item {
    width: 24px;
    height: 24px;
}

.social_block_item .social-item {
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
}

.social_block_list {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}

.article_date {
    font-size: 20px;
    color: #2a66af;
    font-family: 'Circe Regular';
}

.article_title {
    font-size: 40px;
    font-family: 'Circe Regular';
    line-height: 1;
    padding: 15px 0;
}

.article_subtitle {
    font-size: 20px;
    font-family: 'Circe Bold';
    line-height: 1.2;
    margin-bottom: 25px;
}

.article_img img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.article_description {
    line-height: 1.2;
    font-family: 'Circe Regular';
    font-size: 20px;
}

.article_social_links {
    display: flex;
    justify-content: center;
    padding: 30px;
}

.article_social_links a img {
    width: 32px;
    height: 32px;
    margin: 0 6px;
}

.divider {
    border-color: #000;
    margin: 20px -36px;
}

.social {
    width: 32px;
    height: 32px;
    margin: 0 6px;
    object-fit: contain;
}

.icon_fb {
    background: url('./img/facebook.svg');
}

.icon_odnoklasniki {
    background: url('./img/odnoklasniki.svg');
}

.icon_telegram {
    background: url('./img/telegram.svg');
}

.icon_twitter {
    background: url('./img/twitter.svg');
}

.icon_vk {
    background: url('./img/vkontakte.svg');
}

.icon_link {
    background: url('./img/link.svg');
}

/* =============== Carusel ===============*/

.slick-list {
    height: 280px;
    background-color: #009bb3;
    margin: 18px -18px !important;
    padding-top: 65px !important;
}

.slick-slide {
    overflow: hidden;
    border-radius: 8px;
    margin: 2px 9px !important;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.wcp-carousel-main-wrap .slick-trac {
    height: 100% !important;
}

.slick-slide img {
    height: 86px;
    object-fit: cover;
}

.rpc-box {
    height: 100%;
}

.car-caption {
    height: 116px;
}
.car-caption .rpc-title {
    font-size: 16px;
    font-family: 'Circe Bold';
    line-height: 1;
    color: #000000;
    padding: 12px;
}

.rpc-content {
    display: none;
}

.slider_title {
    position: absolute;
    margin-top: 18px;
    font-family: 'Circe Light';
    font-size: 24px;
    color: #fff;
    z-index: 100;
}

.card {
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #ededed;
}

.card-border {
    border: none;
}

.card-body {
    font-family: 'Circe Regular';
    line-height: 1.25;
    padding: 1rem 2.5rem;
    padding-right: 5rem;
    
}

.card img {
    padding-right: 2.5rem;
}

.card-title {
    line-height: 1.08;
}

.card-title a {
    font-size: 24px;
    line-height: 1.08;
    color: #2a66af;
    font-weight: normal;
    font-family: 'Circe Regular';
}

.card-title a:hover {
    color: #2a66af;
}

.eskimo-column:nth-child(2n) {
    border-left: solid 1px #ededed;
}

.card .card-footer {
    border-top: none;
    padding: 0;
}
.card .card-footer .eskimo-date-meta {
    float: right;
    margin-right: 5rem;
    padding: 12px;
    color: #2a66af;
    font-size: 12px;
    font-family: 'Circe Regular';
}
.card .card-footer .eskimo-date-meta a {
    font-family: 'Circe Regular';
    font-weight: normal;
}
.card .card-footer .eskimo-date-meta a:hover {
    color: #2a66af;
}

#eskimo-main-container {
    padding: 0;
    padding-bottom: 50px;
}

#eskimo-site-wrapper {
    padding-left: 30%;
}

#eskimo-sidebar {
    width: 30%;
}

#eskimo-main-container {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.pos-f-t {
    display: none;
    background: #2a66ae;
    color: #fff;
}

.pos-f-t .logo {
    margin: 0;
}

.pos-f-t a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;

}

#eskimo-gototop {
    background: #2a66ae; 
}

.navbar-toggler {
    color: #fff;
    font-size: 32px;
}

.eskimo-page-content {
    font-family: 'Circe Regular' !important;
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 20px;
}

.art {
    max-width: 1140px !important;
}

.article {
    font-family: 'Circe Regular';
    padding-top: 100px;
    line-height: 1.2; 
    font-size: 20px;
    font-weight: normal;
    max-width: 800px;
    margin: 0 auto;
}

.article a {
    font-family: 'Circe Regular';
    line-height: 1.2; 
    font-size: 20px;
    font-weight: normal;
}

.eskimo-column {
    padding: 0 18px;
}

.eskimo-column .blog_post:first-child {
    margin-top: 0;
}

.eskimo-masonry-grid .card-masonry {
    margin-bottom: 20px;
}

.blog_wrapper {
    top: 36px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.22);
}

@media (max-width: 768px) {
    .metaslider .caption {
    font-size: 10px;
    line-height: 1em;
}
}

@media only screen and (max-width: 1199px) {
    #eskimo-site-wrapper {
        padding-left: 0px;
    }
    #eskimo-sidebar {
        display: none;
    }
    .pos-f-t {
        display: block
    }
 }

 @media only screen and (min-width: 1200px) { 
    .container {
        max-width: 100%;
    }
 }