@font-face {
    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Sora;
    src: url('fonts/sora/Sora-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Sora;
    src: url('fonts/sora/Sora-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Sora;
    src: url('fonts/sora/Sora-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Sora;
    src: url('fonts/sora/Sora-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Sora;
    src: url('fonts/sora/Sora-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Sora;
    src: url('fonts/sora/Sora-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Caveat;
    src: url('fonts/caveat-regular.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
p, li {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-color);
}
.semibold{
    font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}
h2{
    font-family: 'Sora', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    color: var(--header-color);
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: var(--text-color);
    font-weight: 400;
}
.dark-text{
    color: var(--header-color);
    font-weight: 500;
}
.container{
    max-width: 1140px;
    box-sizing: border-box;
}
.page-content .container:first-child{
    margin-top: 35px;
}
.pt-80{
    padding-top: 80px;
}
.pt-70{
    padding-top: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pt-40{
    padding-top: 40px;
}
.pt-20{
    padding-top: 20px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-20{
    padding-bottom: 40px;
}
.maxw-600{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.maxw-800{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width:1560px){
    .pt-80{
        padding-top: 100px;
    }
    .pt-70{
        padding-top: 90px;
    }
    .pt-60{
        padding-top: 80px;
    }
    .pt-40{
        padding-top: 60px;
    }
    .pt-20{
        padding-top: 35px;
    }
    .pb-80{
        padding-bottom: 100px;
    }
    .pb-60{
        padding-bottom: 80px;
    }
    .pb-40{
        padding-bottom: 60px;
    }
    .pb-20{
        padding-bottom: 35px;
    }
}
@media(max-width:1200px){
    .pt-80{
        padding-top: 70px;
    }
    .pt-70{
        padding-top: 60px;
    }
    .pt-60{
        padding-top: 50px;
    }
    .pt-40{
        padding-top: 30px;
    }
    .pb-80{
        padding-bottom: 70px;
    }
    .pb-60{
        padding-bottom: 50px;
    }
    .pb-40{
        padding-bottom: 30px;
    }
    .pb-20{
        padding-bottom: 10px;
    }
    .container {
        width: 96%;
    }
}
@media(max-width:991px){
    .container {
        max-width: 800px;
        width: 96%;
    }
    .page-content .container:first-child {
        margin-top: 20px;
    }
    .pt-80{
        padding-top: 60px;
    }
    .pt-70{
        padding-top: 50px;
    }
    .pt-60{
        padding-top: 40px;
    }
    .pt-40{
        padding-top: 20px;
    }
    .pb-80{
        padding-bottom: 60px;
    }
    .pb-60{
        padding-bottom: 40px;
    }
    .pb-40{
        padding-bottom: 20px;
    }
}
@media(max-width:767px) and (min-width: 576px){
    .hidden-sm{
        display: none !important;
    }
}
@media(max-width:767px){
    h2 {
        font-size: 26px;
    }
    .pt-80{
        padding-top: 40px;
    }
    .pt-70{
        padding-top: 35px;
    }
    .pt-60{
        padding-top: 30px;
    }
    .pt-40{
        padding-top: 15px;
    }
    .pt-20{
        padding-top: 10px;
    }
    .pb-80{
        padding-bottom: 40px;
    }
    .pb-60{
        padding-bottom: 30px;
    }
    .pb-40{
        padding-bottom: 15px;
    }
    .pb-20{
        padding-bottom: 10px;
    }
}
@media(max-width:575px){
    .hidden-xs{
        display: none !important;
    }
    .container {
        width: 100%;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
}
@media(max-width:400px){
    h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .pt-80{
        padding-top: 35px;
    }
    .pt-70{
        padding-top: 30px;
    }
    .pt-60{
        padding-top: 25px;
    }
    .pb-80{
        padding-bottom: 35px;
    }
    .pb-60{
        padding-bottom: 25px;
    }
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}

.blue-text{
    color: var(--primary-color);
}
.btn-blue-bg{
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-family: 'Roboto', sans-serif;
}
.btn-blue-bg:hover{
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.btn-blue-o {
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-family: 'Roboto', sans-serif;
}
.btn-blue-o:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(224, 232, 240, 0.3);
    box-sizing: border-box;
    padding: 15px 0;
}
header .mobile-menu-btn {
    background: none;
    border: none;
    outline: none;
    appearance: none;
    margin: 0;
    padding: 0;
}
.offcanvas-backdrop {
    z-index: 10000;
}
.mobile-menu {
    z-index: 10001;
    overflow-y: scroll;
}
.mobile-menu .mobile-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}
.mobile-menu .mobile-menu-content .top-part,
.mobile-menu .mobile-menu-content .bottom-part {
    width: 100%;
}
.mobile-menu .mobile-menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 10px rgba(83, 126, 150, .05);
    padding: 15px 16px;
}
.mobile-menu .mobile-menu-body {
    padding: 16px 20px;
}
.mobile-menu .mobile-menu-body .top-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
}
.mobile-menu .mobile-menu-body .top-btns .sign-up-btn,
.mobile-menu .mobile-menu-body .top-btns .login-btn {
    display: block;
    width: 100%;
    max-width: unset;
    text-align: center;
    padding: 14px;
    font-size: 17px;
    line-height: 20px;
}
.mobile-menu .mobile-menu-body .mobile-menu-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mobile-menu .mobile-menu-body .mobile-menu-block ul li {
    display: block;
    width: 100%;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.mobile-menu .mobile-menu-body .mobile-menu-block ul li::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-right.svg');
    position: absolute;
    right: 0;
    top: 26px;
}
.mobile-menu .mobile-menu-body .mobile-menu-block ul li a {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}
.mobile-menu .mobile-menu-footer {
    padding: 20px;
}
.mobile-menu .mobile-menu-footer .language-btn {
    margin: 0 0 14px;

}
.mobile-menu .mobile-menu-footer .language-btn::before {
    width: 16px;
    height: 16px;
    left: calc(50% + 20px);
    top: 15px;
    transform: rotate(180deg);
}
.mobile-menu .mobile-menu-footer .language-btn.show::before {
    transform: rotate(0deg);
}
.mobile-menu .mobile-menu-footer .language-btn,
.mobile-menu .mobile-menu-footer .check-btn {
    display: block;
    width: 100%;
    max-width: unset;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 14px;
    border: none;
    outline: none;
    border-radius: 8px;
    transition: color .3s ease, background-color .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.mobile-menu .mobile-menu-footer .language-btn {
    color: rgb(22, 23, 29);
    background-color: rgb(219, 255, 96);
}
.mobile-menu .mobile-menu-footer .check-btn {
    color: #fff;
    background-color: rgb(2, 128, 241);
}

.header-content {
    display: flex;
    margin: 1px auto;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
}
.header-content-item{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header-right-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.header-content-item .log-in{
    margin-right: 10px;
}
.primary-menu ul {
    display: flex;
    gap: 20px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.primary-menu ul a{
    text-decoration: none;
    padding: 10px 5px;
}
body .primary-menu ul a,
body .header-btns a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    color: var(--header-color);
    width: auto;
    height: auto;
}
.header-btns{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-btns a img{
    margin-right: 8px;
}
button.close-slide-out-menu {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.close-slide-out-menu:hover{
    box-shadow: 0 0 1px 1px rgba(22, 23, 29, 0.6)
}
.sidenav-menu-list ul {
    margin-left: 0;
    padding-left: 19px;
    list-style: none;
}
.sidenav-menu-list ul li{
    margin-bottom: 7px;
}
.sidenav-menu-list ul li a{
    -family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--header-color);
    text-decoration: none;
}
.mobile-menu .sidenav-menu-logo {
    display: block;
    width: 190px;
    margin-bottom: 10px;
}
.mobile-menu .sidenav-menu-logo img{
    width: 100%;
    height: auto;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    left: 0;
    top: 0;
    z-index: 95;
    display: none;
}
.overlay.show {
    display: block !important;
}
button.navbar-toggler {
    background: transparent;
    border: none;
}

@media(max-width:1200px) and (min-width:992px){
    .primary-menu ul {
        gap: 10px;
    }
    header ul.primary-menu {
        margin-left: 0;
        padding-left: 10px;
    }
}

@media(max-width:767px){
    header .header-btns {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
    header .header-btns, header .header-content-item.top-user-area, header .bogo-switcher.language-toggler-desktop {
        display: none;
    }
    header {
        padding: 10px 0;
    }
}

.header-content-item .sign-up,
.header-content-item .log-in{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    min-width: 70px;
    width: auto;
    line-height: 34px;
    border-radius: 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    box-sizing: border-box;
}

.top-left-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 556px;
    justify-content: center;
}

.dark-short-line{
    width: 35px;
    height: 3px;
    background: var(--header-color);
    margin: 20px auto 20px 0;
}
.dark-text{
    color: var(--header-color);
}
.dark-text{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: var(--header-color);
}
.dark-narrow-text{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--header-color);
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.grey-separate-line{
    height: 1px;
    background: var(--grey-line-color);
    width: 100%;
    display: block;
}
.blue-btns-block{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    max-width: 100%;
}
.btn,
.blue-btns-block .btn{
    display: inline-flex;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 7px;
    gap: 8px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 42px;
    text-decoration: none;
}
.blue-btns-block .btn{
    width: 180px;
}
.btn-blue,
.btn-home{
    background: var(--button-color);
    color: #fff;
    border-radius: 7px;
    border: 1px solid var(--button-color);
}
.btn-blue:hover,
.btn-home:hover{
    background: var(--button-color-hover);
    border: 1px solid var(--button-color-hover);
    color: #fff;
}
.btn-blue-o{
    background: #fff;
    color: var(--button-color-2);
    border-radius: 7px;
    border: 1px solid var(--button-color-2);
    padding: 1px;
}
.btn-blue-o:hover{
    background: var(--button-color-hover-2);
    color: #fff;
    border-radius: 7px;
    border: 1px solid var(--button-color-hover-2);
    padding: 1px;
}

@media(max-width: 1200px) and (min-width:991px){
    .blue-btns-block {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
}

@media(max-width: 991px) and (min-width:767px){
    .blue-btns-block {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
}

@media(max-width: 600px){
    .blue-btns-block{
        width: 100%;
    }
    .blue-btns-block .btn{
        max-width: 180px;
        width: 47%;
    }
}

.subtitle{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--subheader-color);
}
.bottom-contact-line{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--header-color);
    margin-top: 15px;
}

footer{
    background: var(--footer-color);
    padding: 73px 0 65px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
footer .footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

footer .contact-info a,
footer .footer-menu a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: var(--text-color);
    text-decoration: none;
}

.footer-title{
    font-family: 'Sora', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.copyright{
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
}
footer .subscribe{
    position: relative;
    max-width: 362px;
}
.footer-contacts{
    display: flex;
    gap: 24px;
}
.footer-contacts .footer-contact-item{
    width: calc(50% - 12px);
}
@media(max-width: 767px){
    .footer-menu .policy-menu {
        margin: 0 auto;
        text-align: left;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .footer-menu a {
        line-height: 22px;
    }
    .footer-menu .policy-menu li {
        line-height: 22px;
    }
    footer .subscribe {
        max-width: 362px;
        margin: 0 auto;
    }
    .footer-logo-part {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .footer-contacts {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .footer-contacts .footer-contact-item {
        width: 100%;
    }
    footer {
        padding: 40px 0 25px;
    }
    .footer-bottom-part {
        display: flex;
        gap: 25px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}
@media(max-width:400px){
    .footer-logo-part {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 20px;
    }
}
.page-title-row {
    margin-top: 90px;
}
.page-content.blue-bg .page-title-row {
    margin-top: 25px;
}
@media(min-width: 1921px){
    .page-content.blue-bg {
        background-size: cover;
    }
}

.container-narrow{
    max-width: 1054px;
    margin-left: auto;
    margin-right: auto;
}
.container-narrow-2{
    max-width: 1006px;
    margin-left: auto;
    margin-right: auto;
}
.page-title-row h1{
    font-family: 'Sora', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    color: var(--header-color);
    margin-bottom: 10px;
}
@media(max-width: 767px){
    .page-title-row h1 {
        margin: 10px 0;
    }
    .page-title-row {
        margin-top: 70px;
    }
    .page-content.blue-bg .page-title-row {
        margin-top: 15px;
    }
}
.page-title-row .subtitle{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
    color: var(--subheader-color);
}


ul.blue-dots li{
    position: relative;
    list-style: none;
}
ul.blue-dots li:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: var(--primary-color);
    border-radius: 50%;
    top: 6px;
    left: -18px;
}

@media(max-width: 400px){
    .page-title-row h1 {
        font-size: 32px;
    }
}

@media(max-width:400px){
    .header-content-item .log-in {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.left-image-block{
    margin: 80px auto 110px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.left-image-block h3{
    font-family: 'Sora', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 46px;
    color: var(--header-color);
    margin-top: 0;
}
.left-img-content{
    max-width: 620px;
    width: 60%;
}
.left-img-content img{
    width: 40%;
    max-width: 450px;
    height: auto;
}
.left-image-block h2{
    margin: 15px 0 25px;
    text-align: left;
}
.left-image-block .dark-short-line {
    margin: 45px auto 40px 0;
}

@media(max-width: 1200px){
    .left-image-block {
        margin: 60px auto 80px;
    }
}
@media(max-width: 991px){
    .left-image-block{
        margin: 20px auto 40px;
        display: flex;
        flex-direction: col-reverse;
    }
    .left-image-block{
        margin-bottom: 10px;
    }
}
.blue-bg-block{
    background: url(../images/blue-block-bg.png) top center no-repeat;
    padding-top: 90px;
    padding-bottom: 60px;
}

@media(max-width: 991px){
    p {
        font-size: 15px;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .page-title-row h1 {
        margin: 45px 0 0;
        font-size: 34px;
    }
}
@media (max-width: 600px) {
    .page-title-row h1 {
        margin: 30px 0 0;
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    .page-title-row h1 {
        font-size: 25px;
    }
}

@media(max-width: 1200px){
    .page-content-text {
        padding: 40px 0;
    }
}
@media(max-width: 991px){
    .page-content.blue-bg {
        padding-top: 60px;
    }
}
@media(max-width: 767px){
    .dark-info .title {
        margin-bottom: 10px;
    }
}
@media (max-width: 400px) {
    .page-content-text {
        padding: 10px 0 0;
    }
}
@media (max-width: 360px) {
    .page-title-row h1 {
        margin: 15px 0 0;
    }
}

.error-wrap-block{
    min-height: 400px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-404-text {
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
    line-height: 1.5;
}
.page-content.blue-bg.page-404 {
    min-height: calc(100vh - 225px);
    box-sizing: border-box;
}
@media(min-width: 601px){
    .error-wrap-block {
        padding-top: 80px;
    }
}
@media(min-width: 991px){
    .error-wrap-block {
        padding-top: 120px;
    }
}
@media(max-width: 767px){
    .page-content.blue-bg.page-404 {
        min-height: calc(100vh - 159px);
    }
}
@media(max-width: 500px){
    .error-wrap-block {
        min-height: 300px;
        padding-top: 50px;
    }
}


/* Bogo */
.bogo-switcher {
    position: relative;
    float: right;
    top: -3px;
    z-index: 1;
    width: 100px;
    height: 30px;
    padding: 0;
}
.bogo-language-switcher {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding-left: 0;
    width: 180px;
}
.bogo-language-switcher:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    max-height: calc(100vh - 30px);
    height: auto;
    overflow-y: auto;
}
.bogo-language-switcher::-webkit-scrollbar {
    width: 4px;
}
.bogo-language-switcher::-webkit-scrollbar-track {
    background: var(--primary-color-extra-light);
}
.bogo-language-switcher::-webkit-scrollbar-thumb {
    background:var(--primary-color);
}
.bogo-language-switcher li{
    display:none;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    font-size: 0;
    line-height: 0;
    height: auto;
}
.bogo-language-switcher .bogoflags{
    width: initial;
}
.bogo-language-switcher:hover li {
    display: flex;
    line-height: 0;
    height: auto;
}
.bogo-language-switcher:hover li.last {
    border-bottom: none;
}
.bogo-language-switcher li.current{
    display: flex;
    color: var(--primary-color);
    position: relative;
    line-height: 36px;
}
.bogo-language-switcher .bogoflags{
    display: none;
}
.bogo-language-switcher .bogo-language-name{
    width: 100%;
    height: auto;
    line-height: 0;
    font-size: 0;
}
.bogo-language-switcher li.current a{
    position: relative;
}
.bogo-language-switcher li.current a:after {
    position: relative;
    content: '';
    display: inline-block;
    line-height: 1;
    background: url(../images/dark-triangle-down-arrow.svg);
    width: 8px;
    height: 4px;
    vertical-align: middle;
    margin-left: 8px;
}
.bogo-language-switcher:hover li.current a:after {
    display: none;
}

ul.bogo-language-switcher .bogo-language-name a {
    padding: 0 10px;
    line-height: 36px;
    text-decoration: none;
    color: var(--header-color);
    font-size: 15px;
    display: flex;
}
.bogo-language-switcher li:hover,
.bogo-language-switcher li a:hover{
    color: var(--primary-color);
}
.bogo-language-switcher:hover li.current{
    font-weight: 600;
}
.bogo-language-switcher:hover li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.bogo-language-switcher .bogoflags {
    border-radius: 50%;
    max-width: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: 0 0 1px 0 rgba(0,0,0,0.5);
}
.bogo-language-switcher .bogoflags:before {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    color: var(--header-color);
    display: none;
}

.wpm-language-switcher .item-language-main>span,
.wpm-language-switcher ul>li a {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 85px;
    padding: 1px 10px;
}
.wpm-language-switcher ul>li a:hover{
    color: #5447df;
}
.tools-page-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}
.blog-page-blocks {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
}
.blog-post-body .blog-post-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text-color);
}
.blog-category-block.row {
    margin-top: 30px;
}
.blog-category-block .blog-category-item {
    width: 100%;
    margin: 0 0 30px;
    padding: 15px 20px 15px 34px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px -11px rgba(14, 33, 81, 0.1);
    border-left: 5px solid var(--primary-color);
    cursor: pointer;
    transition: ease .3s;
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    height: 90px;
    text-decoration: none;
}
.blog-category-block .blog-category-item .blog-category-name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #3d424b;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.blog-category-block .blog-category-item .blog-category-count {
    font-style: normal;
    font-weight: 500;
    color: #63677D;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.blog-category-title {
    font-size: 18px;
}
.blog-body-item{
    max-width: calc(50% - 30px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 0;
    min-height: 240px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.blog-body-item:hover{
    background: var(--primary-color-hover);
    box-shadow: 0 0 0 18px var(--primary-color-hover);
}

.blog-list-row .blog-post-body {
    width: 100%;
}
.blog-list-row{
    padding-bottom: 60px;
    background: url(../images/blog-items-devider.png) no-repeat center bottom 0;
    padding-top: 50px;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.page-blog-category .blog-list-row {
    padding-top: 20px;
}
.blog-list-row:last-child{
    background-image: none;
}
.blog-post-body .blog-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.section-blog-list .row.blog-list-row:first-child {
    padding-top: 20px;
}
.blog-top-part{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--text-color);
}
.grey-text-subtitle{
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.front-page .page-content {
    margin-top: 35px;
    padding-top: 80px;
}

.page-content .section-blog-list .container:first-child {
    margin-top: 0;
}
.blog-post-date .post-category-link a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: var(--primary-color);
    text-decoration: none;
}
.blog-post-date .post-category-link a:hover {
    color: var(--button-color-hover);
}
.blog-body-item .blog-title a,
.tool-body-item .tool-title a {
    font-size: 24px;
    text-decoration: none;
    color: var(--primary-color);
}
.blog-post-body .blog-title a{
    font-family: 'Sora', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    color: var(--header-color);
}
.blog-post-body .blog-title a:hover,
.blog-body-item .blog-title a:hover,
.tool-body-item .tool-title a:hover {
    text-decoration: none;
    color: var(--primary-color-dark);
}

.blog-body-item .bottom-part {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.blog-page-blocks .author-part {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.blog-page-blocks .author-part{
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
}
.blog-page-blocks .author-part:hover{
    color: var(--primary-color);
}
.blog-page-blocks .author-part.no-link:hover{
    color: var(--text-color);
}
.blog-top-part {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.category-date-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.blog-body-item .category-date-line {
    justify-content: flex-start;
}
@media(max-width: 767px){
    .blog-category-block .blog-category-item {
        width: 100%;
        margin: 0 0 16px;
        padding: 10px 20px 10px 34px;
        gap: 10px;
        height: auto;
        min-height: 60px;
    }
    .blog-category-block .blog-category-item .blog-category-count,
    .blog-category-block .blog-category-item .blog-category-name {
        font-size: 17px;
    }
}
@media(max-width: 500px){
    .blog-category-block .blog-category-item {
        margin: 0 0 14px;
        padding: 10px 15px 10px 15px;
        min-height: 50px;
    }
    .blog-category-block .blog-category-item .blog-category-count,
    .blog-category-block .blog-category-item .blog-category-name {
        font-size: 16px;
    }
    .page-title-row .subtitle {
        font-size: 16px;
    }
    .blog-top-part {
        font-size: 15px;
    }
}
/* custom table */

.custom-table {
    border-collapse: collapse;
    margin: 20px auto;
}

.custom-table tr:first-child {
    border-bottom: 2px solid var(--primary-color);
}

.custom-table tr:nth-child(odd):not(:first-child) {
    background: #f3f9ff;
}

.custom-table tr th,
.custom-table tr td {
    padding: 12px;
    text-align: left;
}

.custom-table tr th,
.custom-table tr td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
}

.custom-table tr td {
    color: var(--text-color);
}

.custom-table tr th {
    color: var(--header-color);
    font-weight: 600;
    text-transform: uppercase;
}

.custom-table tr td {
    font-weight: 400;
}

.custom-table tr td:first-child {
    color: var(--text-color);
    color: var(--header-color);
    font-weight: 500;
}

@media(min-width: 1301px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 12px 20px;
    }
}

@media(max-width: 767px) {
    .custom-table {
        width: auto;
        overflow-x: auto;
        display: block;
    }
}

@media(max-width: 600px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 8px;
    }
}

@media(max-width: 380px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 5px;
        font-size: 14px;
    }
}
ul.bogo-language-switcher .bogo-language-name a{
    position: relative;
}

.pagenavi .wp-pagenavi {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 44px;
    margin: 2px;
    line-height: 44px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--text-color);
}
.wp-pagenavi span.current {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    height: 38px;
    min-width: 38px;
    background: var(--primary-color);
    border-radius: 12px;
    color: #fff;
    box-sizing: border-box;
}
.wp-pagenavi span.pages {
    margin-right: 10px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: var(--header-color);
}
a.nextpostslink,
a.previouspostslink {
    color: var(--header-color);
}
.wp-pagenavi a:hover,
.wp-pagenavi a:hover {
    color: var(--primary-color);
}
.wp-pagenavi a.nextpostslink{
    padding-right: 5px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-top: 0;
    background: url(../images/next-icon.png) center no-repeat;
}
.wp-pagenavi a.nextpostslink:hover{
    background: url(../images/next-icon-blue.png) center no-repeat;
}
.wp-pagenavi a.previouspostslink {
    padding-left: 5px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-top: 0;
    background: url(../images/prev-icon.png) center no-repeat;
}
.wp-pagenavi a.previouspostslink:hover {
    background: url(../images/prev-arrow-blue.png) left center no-repeat;
}
.pagenavi .wp-pagenavi{
    margin-bottom: 30px;
}
.blog-list-row:last-child {
    padding-bottom: 50px;
}
.icon-linter{
    display: inline-block;
    margin: 0 2px;
}

@media(max-width: 1200px){
    .front-page .page-content {
        padding-top: 50px;
    }
    .blog-category-block.row {
        margin-top: 20px;
    }
    .page-content.blue-bg .page-title-row h1{
        margin-top: 0;
    }
    .blog-list-row:first-child {
        padding-top: 30px;
    }
}
@media(max-width: 991px){
    .blog-list-row {
        padding-bottom: 0;
        padding-top: 0;
        justify-content: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-image: none;
    }
    .blog-list-row:first-child {
        padding-top: 0;
    }
    .blog-list-row:first-child .blog-body-item:first-child{
        padding-top: 10px;
    }
    .blog-body-item {
        max-width: 640px;
        min-height: auto;
        border-radius: 5px;
        padding: 40px 0;
        margin: 0 auto;
        background: url(../images/blog-items-devider.png) no-repeat center bottom 0;
    }
    .blog-list-row:last-child .blog-body-item:last-child {
        background-image: none;
        margin-bottom: 0;
    }
    .blog-list-row:last-child {
        padding-bottom: 0;
    }
    .page-title-row h1 {
        margin-top: 0;
    }
    .page-content.blue-bg .page-title-row h1{
        margin-top: 0;
    }
    .blog-post-body .blog-title a {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media(max-width: 767px){
    .blog-post-body .blog-title a {
        font-size: 26px;
        line-height: 1.4;
    }
    .blog-post-body .blog-title {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .blog-post-content p{
        margin: 10px 0 15px;
    }
    .blog-body-item {
        max-width: 540px;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        min-width: 36px;
        height: 36px;
    }
    .wp-pagenavi span.current {
        height: 36px;
        width: 36px;
    }

}
@media(max-width: 600px){
    .blog-body-item {
        min-height: auto;
        border-radius: 5px;
        padding: 25px 0;
        max-width: 460px;
    }
    .blog-post-body .blog-title a {
        font-size: 20px;
    }
    .blog-post-date .post-category-link a {
        font-size: 16px;
        line-height: 1.5;
    }
    .blog-body-item .bottom-part {
        font-size: 15px;
    }
    .blog-body-item .category-date-line {
        margin-bottom: 10px;
    }
    .blog-body-item {
        background-size: 360px;
    }
    ul.bogo-language-switcher .bogo-language-name a {
        display: flex;
        line-height: 30px;
    }
    .bogo-language-switcher a:before {
        top: 1px;
    }
}
@media(max-width: 400px){
    .page-content.blue-bg {
        padding-top: 40px;
    }
    .page-blog .page-title-row h1 {
        margin-bottom: 15px;
    }
    .page-blog .blog-top-part br{
        display: none;
    }
    .blog-post-date .post-category-link a {
        font-size: 14px;
    }
    .blog-post-body .blog-title a {
        font-size: 17px;
    }
    .blog-body-item .bottom-part {
        font-size: 14px;
    }
    .blog-body-item {
        background-size: 100%;
    }
    .blog-body-item .category-date-line {
        margin-bottom: 7px;
    }
}

.top-post-part{
    width: 100%;
    padding: 40px 0;
    background: var(--page-color-bg) url(../images/post_top_bg.png) center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 370px;
    box-sizing: border-box;
}
.post-bread-crumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.post-bread-crumbs a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
}
.post-page .page-title-row {
    margin-top: 0;
}
.post-page .top-post-part{
    margin-top: 54px;
}
.post-page .top-post-part .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    margin-top: 0;
}
.post-page .post-category-link,
.post-page .post-category-link a{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}
.post-page .post-header{
    font-family: 'Sora', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}
.post-info-line {
    display: flex;
    gap: 30px;
}
.post-info-line .author{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #FFFFFF;
    text-decoration: none;
}
.post-subtitle {
    margin: 7px 0px;
}

.blog-post-content-row {
    margin-top: 70px;
}
.blog-post-content-wrapper{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
@media(min-width:768px){
    .blog-post-content-wrapper .left-sidebar {
        width: 30%;
    }
    .post-content-part {
        max-width: 70%;
    }
}
.table-of-contents-block li{
    list-style: none;
    margin-bottom: 5px;
}
.table-of-contents-block ul{
    padding-left: 0;
}
.sidebar-table-of-contents .block-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--header-color);
    text-transform: uppercase;
    margin-bottom: 21px;
}
.table-of-contents-block li a{
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: var(--text-color);
}
.table-of-contents-block li a:hover{
    color: var(--header-color);
}
.table-of-contents-block ul{
    max-height: 254px;
    overflow-y: auto;
}
.table-of-contents-block ul::-webkit-scrollbar {
    width: 4px;
}
.table-of-contents-block ul::-webkit-scrollbar-track {
    background: #F1F8FF;
}
.table-of-contents-block ul::-webkit-scrollbar-thumb {
    background:#4CB7FE;
}

.post-content-part h2,
.post-content-part h3,
.post-content-part h4{
    text-align: left;
}
.recent-posts-list .blog-post-date {
    display: flex;
    gap: 10px;
    align-items: center;
}
blockquote {
    width: 100%;
    background: #F1F8FF;
    border-radius: 30px;
    padding: 60px 90px;
    position: relative;
    box-sizing: border-box;
    margin: 30px 0;
}
blockquote:before{
    content: '';
    width: 70px;
    height: 57px;
    position: absolute;
    left: -16px;
    top: 85px;
    background: url(../images/bl-icon.png) center no-repeat;
}
.blue-social-share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #4CB7FE 0%, #148FFF 100%);
    border-radius: 12px;
    margin: 30px auto 0;
    box-sizing: border-box;
}
.blue-social-share .share-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
}

.recent-blog-posts .recent-posts-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: var(--header-color);
    margin-bottom: 0;
    margin-top:  50px;
}

.blog-page-blocks .blog-body {
    width: 30%;
}
.recent-posts-list{
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin-bottom: 100px;
    justify-content: space-between;
}
.recent-posts-list.slick-slider{
    display: block;
}
.recent-posts-list .slick-track{
    padding-top: 40px;
    padding-bottom: 40px;
}
.post-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 1px 14px rgba(22, 28, 49, 0.07), 0px 10px 60px rgba(22, 28, 49, 0.05);
    border-radius: 10px;
    max-width: calc(32.5% - 16px);
    box-sizing: border-box;
    margin: 18px 12px;
}
.post-item .post-item-body {
    min-height: 190px;
    padding: 28px 28px 20px;
    box-sizing: border-box;
}
.post-item .post-category-link a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--primary-color);
}
.post-item .post-link{
    text-decoration: none;
}
.post-item .blog-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: var(--header-color);
    margin: 12px 0 16px;
}
.post-item .post-excerpt,
.post-item .post-excerpt p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--text-color);
    margin: 0;
}
.post-item-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px 20px 84px;
    gap: 2px;
    width: 100%;
    height: 80px;
    background-color: var(--primary-color-extra-light);
    box-sizing: border-box;
    background-position: left 28px center;
    background-repeat: no-repeat;
}
.post-page .page-title-row .blog-post-date {
    display: flex;
    gap: 7px;
    font-size: 16px;
    line-height: 162%;
}
.post-page .page-title-row .reading-time{
    font-size: 16px;
    line-height: 162%;
}
.author-bg{
    position: relative;
}
.author-bg:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/user-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--icon-color);
    left: 28px;
    top: calc(50% - 20px);
    border-radius: 50%;
    background-size: 24px;
}
.author-bg.author-alex-harper:before{
    background-image: url(../images/writers/alex-harper.png);
}
.author-bg.author-emily-grant:before{
    background-image: url(../images/writers/emily-grant.png);
}
.author-bg.author-sophia-bennett:before{
    background-image: url(../images/writers/sophia-bennett.png);
}
.author-line .author{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
}
.top-author-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: var(--primary-color);
    text-decoration: none;
}
.bread-crumbs a:hover{
    color: #1c77ca;
    text-shadow: 0 0 black;
}
.top-author-line .author-ava {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
div#usm-admin-notification-widget {
    display: none !important;
}
.sfsiplus_footerLnk{
    display: none !important;
}
.recent-posts-list .date,
.recent-posts-list .date span,
.recent-posts-list .reading-time{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: var(--text-color);
}
.recent-posts-list.slick-slider {
    width: calc(100% + 40px);
    margin: 5px -20px;
}
.recent-posts-list .slick-track {
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width: 1201px){
    .recent-posts-list .slick-track {
        width: 100% !important;
    }
}
.recent-posts-list .slick-dots {
    position: absolute;
    bottom: 0px;
}
.dot-separate {
    background: url(../images/grey-dots-icon.png) center no-repeat;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -2px;
}
.post-content-part img{
    max-width: 100%;
    height: auto;
}
@media(max-width: 1200px){
    .post-item {
        width: calc(33% - 10px);
    }
    .recent-posts-list .slick-track {
        padding-left: 0;
        padding-right: 0;
    }
    .post-page .right-sidebar {
        display: none;
    }
    .post-content-part {
        width: calc(100% - 270px);
    }
    .blog-post-content-row {
        margin-top: 50px;
    }
    .post-item .blog-title {
        font-size: 17px;
    }
    .post-item .blog-title {
        font-size: 18px;
        margin: 8px 0 12px;
    }
    .recent-posts-list {
        gap: 5px;
    }
}
@media(max-width: 991px){
    .post-item .post-item-body{

    }
    .post-page .top-post-part .container {
        max-width: 640px;
        width: 96%;
    }
    .post-page .post-header {
        font-size: 30px;
    }
    .top-post-part {
        min-height: auto;
    }
    .blog-post-content-row {
        margin-top: 40px;
    }
    .post-item {
        box-shadow: 0px 1px 8px rgba(22, 28, 49, 0.07), 0px 10px 24px rgba(22, 28, 49, 0.05);
    }
    blockquote {
        border-radius: 20px;
        padding: 45px 45px 20px;
        margin: 25px 0;
    }
    blockquote p {
        margin: 10px 0;
    }
    .post-content-part pre {
        overflow: auto;
    }
    blockquote {
        border-radius: 20px;
        padding: 30px 25px 20px 55px;
        margin: 25px 0;
    }
    blockquote:before {
        width: 54px;
        height: 46px;
        top: 40px;
        background-size: contain;
    }
}
@media(max-width: 767px){
    .post-page .left-sidebar {
        display: none;
    }
    .post-content-part {
        width: 100%;
    }
    .blog-post-content-row {
        margin-top: 30px;
    }
    .post-item {
        max-width: calc(50% - 20px);
        margin: 10px;
    }
    .recent-posts-list.slick-slider {
        width: calc(100% + 20px);
        margin: 5px -10px 30px;
    }
}
@media(max-width: 680px){
    .post-item {
        max-width: 90%;
        width: 350px;
        margin: 10px;
    }
    .recent-blog-posts .recent-posts-title {
        justify-content: center;
    }
    code {
        max-width: 100vw;
        width: 100%;
        overflow: auto;
    }
    .recent-posts-list.slick-slider {
        width: 96%;
        margin: 5px auto 30px;
        box-sizing: border-box;
    }
    .post-item {
        box-shadow: 0px 0px 5px rgba(22, 28, 49, 0.07), 0px 3px 14px rgba(22, 28, 49, 0.05);
    }
}
@media(max-width: 600px){
    .post-page .post-header {
        font-size: 22px;
        margin-bottom: 10px;
    }
    blockquote:before {
        width: 41px;
        height: 36px;
        left: 25px;
        top: -10px;
        background-size: contain;
    }
    blockquote {
        border-radius: 20px;
        padding: 30px 25px 20px 26px;
        margin: 25px 0;
    }
    p, li {
        font-size: 15px;
        line-height: 1.7;
    }
    h3 {
        font-size: 20px;
    }
}
@media(max-width: 400px){
    .post-item .post-item-body {
        min-height: 190px;
        padding: 28px 15px 20px;
    }
    .post-item-footer.author-admin {
        background-position: left 15px center;
    }
    .post-item-footer {
        padding: 20px 10px 20px 70px;
    }
    .post-page .page-title-row .blog-post-date {
        font-size: 14px;
    }
    .post-page .page-title-row .reading-time {
        font-size: 14px;
    }
    .post-info-line .author {
        font-size: 14px;
    }
    .post-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    .post-info-line {
        gap: 20px;
    }
    .post-page .post-header {
        line-height: 1.4;
    }
    h2, h3 {
        font-size: 20px;
    }
    .blue-social-share {
        flex-direction: column;
        align-items: baseline;
        padding: 10px 20px;
    }
}
@media(max-width: 360px){
    .post-info-line {
        gap: 18px;
    }
}

.page-content.blue-bg{
    /* background: url(../images/blue-page-bg.png) top center no-repeat; */
    background: linear-gradient(165deg, var(--primary-color-extra-light) 0%, #FFFFFF 100%);
    position: relative;
}
.page-content.blue-bg:before {
    content: '';
    display: block;
    width: 24vw;
    height: 24vw;
    border-left: 12vw solid var(--primary-color-bg-image);
    border-right: 12vw solid transparent;
    border-top: 12vw solid var(--primary-color-bg-image);
    border-bottom: 12vw solid transparent;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-title-row {
    margin-top: 90px;
}
.page-content.page-blog-category .page-title-row {
    padding-top: 90px;
}
.page-content.blue-bg .page-title-row {
    margin-top: 25px;
}
@media(min-width: 1201px){
    .page-content.page-blog-category .page-title-row {
        padding-top: 115px;
    }
    .page-blog-category .blog-list-row {
        padding-top: 30px;
    }
}
@media(min-width: 1921px){
    .page-content.blue-bg {
        background-size: cover;
    }
}
@media(max-width:991px){
    .page-content.page-blog-category .page-title-row {
        padding-top: 30px;
    }
}

.author-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 600px){
    .author-subtitle {
        font-size: 16px;
    }
}
@media(max-width: 400px){
    .page-content.blue-bg.page-hub-main {
        padding-top: 70px;
    }
}

.footer-bottom-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
