.blog {
    color: #4B4B4B;
    font-family: "Regular";
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.5px;
}

.section {
    padding: 60px;
}
@media only screen and (max-width: 1000px) {
    .section {
        padding: 0 30px;
    }
}
p {
    margin: 10px 0;
}
ol {
    margin-left: 40px;
}
.blog_column-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
    .blog_column-left {
        flex-direction: column;
        padding-bottom: 0;
    }
}
.blog_column-left a {
    color: var(--btn-cl);
    text-decoration: none;
}
.blog_hero {
    max-height: 578px;
    background-color: var(--section-cl);
    padding-top: 120px;
}

@media only screen and (min-width: 450px) {
    .blog_hero {
        padding-top: 40px;
        padding-bottom: 50px;

    }
}

.blog_btn {
    display: none;
}

@media only screen and (max-width: 900px) {
    .blog_column-left {
        font-size: 16px;
        line-height: 24px;
    }
}

.blog_column-left p {
    margin-bottom: 20px;
}
.blog_column-left ol {
    margin-left: 30px;
    margin-bottom: 30px;
}

.blog_column-left li {
    margin-bottom: 20px;
}

.blog_column-right {
    text-align: left;
    justify-content: center;
    display: flex;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
    .blog_column-right {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 450px) {
    .blog_column-right {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 500px) {
    .blog_btn {
        display: inline-block;
        margin-bottom: 40px;
    }
}

.blog_title {
    color: var(--header-cl);
    font-family: "Medium";
    margin-bottom: 29px;
    max-width: 1070px;
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: normal;
    text-align: center;
    margin-top: 60px;
}

@media only screen and (min-width: 500px) {
    .blog_title {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1000px) {
    .blog_title {
        text-align: left;
        font-size: 36px;

    }
}
@media only screen and (min-width: 1280px) {
    .blog_title {
        font-size: 46px;
    }
}

.blog_sub-title {
    text-align: center;
    font-size: 16px;
    font-family: "Regular";
    margin-bottom: 20px;
}

@media only screen and (min-width: 1000px) {
    .blog_sub-title {
        text-align: left;
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .blog_title {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .blog_title {
        margin-bottom: 30px;
    }
}
.blog_title_from_admin {
    text-align: center;
    font-family: "Medium";
    font-size: 24px;
    font-style: normal;
    margin-bottom: 30px;
    color: #000;
    line-height: 40px;
}

@media only screen and (min-width: 1000px) {
    .blog_title_from_admin {
        font-size: 36px;
        text-align: left;

    }
}

.blog_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 820px) {
    .blog_btn-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 550px) {
    .blog_btn-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 900px) {
    .blog_containter {
        /*display: grid;*/
        grid-template-columns: 1fr 1fr;
        grid-gap: 78px;
    }
}
.blog_form-mobile {
    display: block;
}
@media only screen and (min-width: 900px) {
    .blog_form-mobile {
        display: none;
    }
}
.blog_item {
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
}
.blog_item:first-child {
    border-top: 2px solid rgba(0, 0, 0, 0.20);
}
.blog_link:hover:after {
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    rotate: -45deg;
    transition: all 0.2s ease-in-out;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: var(--hover-anim);

}

.blog_list {
    margin-bottom: 100px;
}
@media only screen and (max-width: 450px) {
    .blog_list {
        margin-bottom: 40px;
    }
}

.blog_line {
    margin-top: 25px;
    max-width: 200px;
    height: 2px;
    color: #D9D9D9;
    margin-bottom: 30px;
}
.blog_date {
    color: #5D5E5F;
    line-height: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
    .blog_date {
        margin-bottom: 25px;
    }
}
.blog_list-title {
    color: #000;
    font-family: "Medium";
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.08px;
    margin-bottom: 52px;
}
.blog_founder {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
}
.blog a {
    cursor: pointer;
}
.blog_link {
    display: block;
    color: #4B4B4B;
    padding-bottom: 32px;
    padding-top: 32px;
    cursor: pointer;
    transition: var(--hover-anim);
}
.blog_link:hover {
    font-family: 'Medium';
    transform: scale(1.1)
}

@media only screen and (max-width: 450px) {
    .blog_link {
        font-size: 24px;
    }
}
.blog_input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 820px) {
    .blog_input-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.blog_input-container img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}
@media only screen and (max-width: 820px) {
    .blog_input-container img {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
}
@media only screen and (max-width: 550px) {
    .blog_input-container img {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.blog_input-container input {
    max-width: 220px;
    height: 100%;
    padding: 10px 0 10px 50px;
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-right: 20px;
}
@media only screen and (max-width: 820px) {
    .blog_input-container input {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .blog_input-container input {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 768px) {
    .blog_input-container input {
        max-width: 300px;
    }
}
.blog_input-container input::-webkit-input-placeholder {
    color: rgba(47, 47, 47, 0.5);
    font-size: 18px;
    letter-spacing: 0.72px;
}
.blog_input-container input::-moz-placeholder {
    color: rgba(47, 47, 47, 0.5);
    font-size: 18px;
    letter-spacing: 0.72px;
}
.blog_input-container input:-ms-input-placeholder {
    color: rgba(47, 47, 47, 0.5);
    font-size: 18px;
    letter-spacing: 0.72px;
}
.blog_input-container input::-ms-input-placeholder {
    color: rgba(47, 47, 47, 0.5);
    font-size: 18px;
    letter-spacing: 0.72px;
}
.blog_input-container input::placeholder {
    color: rgba(47, 47, 47, 0.5);
    font-size: 18px;
    letter-spacing: 0.72px;
}
.blog_text {
    text-align: justify;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 25px;
}
@media only screen and (min-width: 768px) {
    .blog_text {
        margin-top: 58px;
        font-size: 19px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1280px) {
    .blog_text {
        margin-top: 73px;
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 37px;
    }
}
.blog_list {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    .blog_list {
        font-size: 19px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1280px) {
    .blog_list {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1280px) {
    .blog_sub-title {
        font-size: 30px;
        margin-bottom: 50px;
    }
}


@media only screen and (min-width: 768px) {
    .founder_container {
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .founder_sub-container {
        display: flex;
        margin-left: 30px
    }
}

.blog_name {
    color: #4B4B4B;
    font-family: 'Medium';
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-bottom: 20px;
}
.blog_social_list {
    display: flex;
    margin-bottom: 40px;
}
.blog_social_item:not(:last-child){
    margin-right: 20px;
}

.blog_position {
    color: #4B4B4B;
    font-family: "Regular";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.54px;
}

.blog_mini_form {
    margin-left: 78px;
    max-width: 660px;
}
@media only screen and (max-width: 1000px) {
    .blog_mini_form {
        margin-right: auto;
        margin-left: auto;
        align-items: center;
    }
}
@media only screen and (max-width: 1000px) {
    .order_form {
        margin-right: auto;
        margin-left: auto !important;
        align-items: center;
        /*text-align: center;*/
    }
}

.blog_sub_column_right {
    max-width: 660px;
}
@media only screen and (max-width: 1280px) {
    .blog_sub_column_right {
        max-width: 500px;
    }
}
@media only screen and (max-width: 1000px) {
    .blog_sub_column_right {
        max-width: 700px;
        margin: 60px auto 0 auto;
    }
}

.info_from_admin {
    width: 870px;
}
@media only screen and (max-width: 1000px) {
    .info_from_admin {
        width: 600px;
    }
}
@media only screen and (max-width: 650px) {
    .info_from_admin {
        width: 400px;
    }
}
@media only screen and (max-width: 450px) {
    .info_from_admin {
        max-width: 280px;
    }
}

.info_from_admin ul {
    list-style-type: disc;
    margin-left: 40px;
}

.info_from_admin blockquote {
    margin-left: 20px;
    font-style: italic;
}

.info_from_admin h2 {
    margin: 25px 0 15px 0;
}

.info_from_admin a:hover {
    text-decoration: underline;
}

.info_from_admin a:active {
    color: #2771b6;
}

.comments__text ul {
    list-style-type: disc;
    margin-left: 20px;
}

.comments__text ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.comments__text blockquote {
    margin-left: 20px;
    font-style: italic;
}

.comments__text h2 {
    margin: 25px 0;
}

.comments__text a {
    text-decoration: none;
    color: #449DEE;
}

.comments__text a:hover {
    text-decoration: underline;

}

.comments__text a:active {
    color: #2771b6;
}
@media only screen and (min-width: 1000px) {
    .info_from_admin {
        margin-right: 30px;
    }
}

/*@media only screen and (max-width: 1550px) {
    .info_from_admin {
        max-width: 670px;
    }
}*/
@media only screen and (max-width: 1000px) {
    .order h2 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .order  {
        padding-top: 0;
    }
}

@media only screen and (max-width: 450px) {
    .info_from_admin {
        margin-right: 0;
        font-size: 16px;
        line-height: 15px;

    }
}
@media only screen and (max-width: 1280px) {
    .info_from_admin {
        line-height: 20px;
    }
}
.thumb {
    max-width: 870px;
    min-width: 320px;
}

.container_from_btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.about_founder {
    display: flex;
    margin-bottom: 50px;
}
.about_founder img{
    height: 150px;
}

@media only screen and (max-width: 450px) {
    .about_founder img{

        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 450px) {
    .about_founder {
        display: block;
        margin-bottom: 50px;
    }
}
.founder_reviews {
    display: flex;
    margin-left: 30px;
}
@media only screen and (max-width: 450px) {
    .founder_reviews {
        margin-left: 0;
    }
}
.founder_info {
    margin-left: 28px;
}
@media only screen and (max-width: 450px) {
    .founder_info {
        margin-left: 0;
    }
}

.accordion {
    max-width: 1900px;
}
.accordion_head{
    margin-top: 30px;
    margin-bottom: 10px;
}
.accordion_item{
    border: 1px var(--btn-cl) solid;
}

.accordion_text {
    display: none;
    padding: 0 0 30px 0;
    color: black;
    font-size: 16px;
    letter-spacing: 0.72px;
}
.accordion_text ol{
    margin-left: 20px;
    font-weight: 600;
}

.accordion_text ul{
    margin-left: 20px;
    font-weight: 600;
    list-style-type: disc;
}
@media only screen and (min-width: 768px) {
    .accordion_link {
        font-size: 19px;
        padding: 0 20px 25px 0;

    }
}
@media only screen and (min-width: 1280px) {
    .accordion_link {
        font-size: 24px;
    }
}

.accordion_link {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    user-select: none;
    color: black;
    font-size: 17px;
    font-family: "Medium";
    letter-spacing: 1.08px;
    padding: 30px 0;
    padding-right: 25px;
    line-height: 30px;
}

@media only screen and (min-width: 768px) {
    .accordion_link {
        font-size: 30px;
        padding: 40px 0;
    }
}
@media only screen and (min-width: 1280px) {
    .accordion_link {
        font-size: 25px;
        padding: 18px 0;
        padding-right: 20px;
    }
}
.accordion_link span{
    display: block;
    padding-right: 40px;
    line-height: 25px;
}
.accordion_link:after {
    width: 20px;
    height: 20px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    rotate: -45deg;
    transition: all 0.2s ease-in-out;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.accordion_link.active:after {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}

.accordion_item {
    padding: 0 20px;
}

.accordion li p {
    color: black;
    padding: 0 25px 10px 0;
    font-size: 15px;
    line-height: 25px;
}
.comments{
    line-height: 20px;
}
.comments__head{
    margin-top: 35px;
    margin-bottom: 30px;
}
.comments__header{
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
}
.comments__data{
    width: fit-content;
    font-size: 14px;
    color: #5D5E5F;
    font-weight: 300;
}
.comments__wrapper{
    display: flex;
    justify-content: space-between;
}

.comments__ul{
    list-style-type: none;
}

.comments__author{
    font-size: 14px;
    color: #5D5E5F;
    font-weight: 300;
    margin-bottom: 10px;
}

.comments__text {
    font-size: 13px;
    font-weight: 400;
}

.comments__item{
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 20px;
}

.arrow{
    bottom: 30px;
    right: 30px;
}
@media(max-width: 768px) {
    .arrow{
        bottom: 15px;
        right: 10px;
    }
}

.category__item{
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.category__item:hover{
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.category__item:not(:last-child) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.20);
}

.info_from_admin a{
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 300;
    font-family: "Medium";
    letter-spacing: 1.5px;
}

.category__preview{
    font-size: 17px;
    line-height: 30px;
    margin-top: 3px;
}

@media(max-width: 1280px) {
    .category__preview{
        font-size: 14px;
    }
}
/*.category__item img{
    height: 150px;
    width: 180px;
}*/
@media(max-width: 1280px) {
    .info_from_admin a{
        font-size: 18px;
    }
}
@media(max-width: 450px) {
    .category__preview{
        font-size: 12px;
        line-height: 20px;
    }
}
@media(max-width: 450px) {
    .info_from_admin a{
        font-size: 16px;
    }
}

.category__item{
    width: 100%;
    padding: 10px;
    transition: 0.4s all;

}

.category__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.links__title{
    color: var(--header-cl);
    font-family: "Medium";
    letter-spacing: 1.5px;
    line-height: normal;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 600;
}
.info_from_admin a{
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 300;
    font-family: "Medium";
    letter-spacing: 1.5px;
    color: var(--btn-cl);
}

.category__preview{
    font-size: 17px;
    line-height: 30px;
    margin-top: 3px;
}

.category__wrapper {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, minmax(20%, 1fr));
    column-gap: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    grid-auto-flow: row;
}
.info_from_admin a{
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Medium";
    letter-spacing: 1.5px;
}
.category__item-title {
    line-height: 15px;
}

.category__item {
    padding: 10px;
    transition: 0.4s all;
    line-height: 27px;
}


.category__margin {
    margin: 0 auto;
}

.preview_image_wrapper {
    width: 300px;
}

.preview_image_wrapper img {
    width: 100%;
}

.category__item-none:not(:last-child) {
    border-bottom: none;
    max-width: calc(25% - 20px);
}
.p_image {
    width: 100%;
}

.category__block {
    padding: 10px;
    transition: 0.4s all;
    width: 325px;
    cursor: pointer;
}

.category__block:hover {
    transform: scale(1.1);
}

.category__preview {
    width: 300px;
    text-indent: 20px;
    line-height: 25px;
    /*margin: 0 auto;*/
}
.category__preview img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


@media(max-width: 1024px){
    .category__block{
        width: 250px;
    }
    .category__preview{
        width: 225px;
    }
}

@media(max-width: 576px){
    .category__wrapper{
        grid-template-columns: repeat(1, minmax(20%, 1fr));
    }
    .category__block{
        width: 100%;
    }
    .category__preview{
        width: 100%;
    }
}

.category__theme a{
    color:#4B4B4B;
    font-family: "Regular";
    font-size: 18px;
}


