/*
Theme Name: Inmedian
Author: sd
Version: 1.0
*/

    
    .form-resume__item textarea {
    width: 100% !important;
    padding: 30px !important;
    border: 1px solid #eee !important;
}
.btn.btn--outline.add-experience {
    display: none !important;
}
    

.breadcrumbs {
  font-family: 'Arial', sans-serif;
  padding: 15px 0;
  color: #666;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '»';
  margin-left: 5px;
  color: #999;
}

.breadcrumbs__link {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumbs__link:hover {
  color: #2980b9;
  text-decoration: underline;
}

.breadcrumbs__current {
  color: #333;
  font-weight: 500;
}

/* Альтернативный вариант с иконками вместо слэшей */
.breadcrumbs--icons .breadcrumbs__item:not(:last-child)::after {
  content: '›';
  margin-left: 8px;
  margin-right: 5px;
  font-size: 18px;
  color: #ccc;
}

/* Компактный вариант */
.breadcrumbs--compact {
  font-size: 14px;
  padding: 8px 0;
}

/* Темная тема */
.breadcrumbs--dark {
  background-color: #333;
  color: #eee;
  padding: 15px;
  border-radius: 4px;
}

.breadcrumbs--dark .breadcrumbs__link {
  color: #4fc3f7;
}

.breadcrumbs--dark .breadcrumbs__current {
  color: #fff;
}




   .posts__info{
        display:flex;
        max-width:1230px;
        flex-direction:column;
        margin:50px auto;
    }
    .posts__info{
        font-size: 16px;
    }
    .posts-subtitle{
        font-size: 23px;
  margin: 10px 0;
    }
    .posts__nav{
        display: flex;
  flex-direction: row;
  margin-top: 40px;
  gap:40px;
    }
    .posts__comment-title,.posts__about-title{
        font-size: 23px;
    }
    .posts-comment{
width: 1549px;
                gap: 20px;
      display: flex;
      flex-direction: column;
      flex:0 0 70%;
    }
    .posts-comment *{
        width:100%;
    }
    .posts__comment-input{
        display: flex;
        flex-direction: column;
    }
    .posts__comment-input *{
        width:100%;
    }
    .posts-comment input, .posts-comment textarea{
        border-radius:10px;
        height:45px;
        padding:10px;
          border: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    }
    .posts-comment textarea{
        height:145px;
        resize: none; /* Запрещаем изменять размер */
    }
    .posts__comment-input{
        position:relative;
    }
    .posts__comment-input button{
        background:var(--wp--preset--color--cyan-bluish-gray);
        position:absolute;
        bottom: 5px;
  right: 5px;
  width:150px;
    }
    .posts__about-item{
        display:flex;
        flex-direction:row;
        gap:10px;
    }
    .posts-about{
        display:flex;
        flex-direction:column;
        gap:20px;
    }
    .about__item-text{
        display:flex;
        flex-direction:column;
        gap:5px;
    }
    .about__item-text span{
        color: var(--swiper-theme-color);
  text-decoration: underline;
    }
    .about__item-icon img{
        min-width:20px;
    }
    
    

    
    
        .form-step {
      display: none;
    }
    #resumeForm{
        display: flex;
    }
    
    /* Show only the active step */
    .form-step.active {
    display: grid;
      grid-template-columns: 1fr 2fr;
      background-color: var(--light-color);
      border-radius: 7px;
      color: #5b5b5b;
      z-index: 1;
      width:100%;
    }
    .form-resume__box-count{
        width:100%;
    }
    .form-resume__box-bottom{
        margin-top:10px;
    }.form-resume__box{
        width:max-content;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 15px 0;
  z-index: 9999;
  display: none; /* Скрыто по умолчанию */
}

.cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.cookie-notification p {
  margin: 0;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

.cookie-btn {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.cookie-btn:hover {
  background: #45a049;
}

@media (max-width: 600px) {
  .cookie-container {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-notification p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

#topButton {
            position: fixed;
            bottom: 40px;
            right: 20px;
            padding: 10px 20px;
            background-color: var(--blue-color);
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            display: none; /* Сначала скрыта */
            z-index: 1000;
            z-index: 999;
        }
        #topButton:hover {
            background-color: #45a049;
        }
        
        
.header {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Фиксированная шапка при скролле */
.header.fixed {
    background: #fff; /* Цвет фона */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Тень для эффекта "плавающей" шапки */
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown 0.3s; /* Плавное появление */
}

/* Центрируем контент внутри шапки */
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px; /* Ширина контейнера (можно изменить) */
    margin: 0 auto;
    padding: 15px 20px;
}

/* Анимация появления */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/**
 * Theme Name:  Moeresume
 */
 @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(assets/fonts/Montserrat-Light.woff2) format('woff2');
  }
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(assets/fonts/Montserrat-Regular.woff2) format('woff2');
  }
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(assets/fonts/Montserrat-SemiBold.woff2) format('woff2');
  }

  :root {
    --main-color: #000;  
    --second-color: #301e1f;  
    --accent-color: #0d3783;   
    --blue-color: #0e3884;   
    --light-color: #fff;   
    --main-font: "Montserrat", sans-serif;  
    --bg-color:#f6f6f6; 
  }

  body {
    background-color: var(--light-color);
    font-family:var(--main-font);
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
  } 

  main {min-height: 700px;}
  /* ===============================НАЧАЛО УТИЛИТАРНЫХ КЛАССОВ==============================*/
  .container {
    max-width: 1230px;
    margin-inline: auto;
    padding-inline: 15px;
  }
  .container--full {
    max-width: 100%;
    padding-inline: 18px;
  }
  @media(max-width:1199px){
    .container--full {
        padding-inline: 15px;
      }
  }

  .lock {
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    padding-inline: 29px;
font-size: 20px;
letter-spacing: 0.01em;
color: var(--light-color);
    background-color: var(--blue-color);
    border-radius: 7px;
    transition: .5s;
}
.btn--gradient {
    background-image: linear-gradient(0deg, #09265a 0%, #5875a9 100%);
    padding-inline: 45px 35px;
    font-size: 18px;
    font-weight: 600;
}
.btn--gradient:hover {
opacity: 0.9;
}
.btn:hover {
    background-color: var(--second-color);
}
.btn--arrow {
    position: relative;
    padding-right: 25px;
    gap: 6px;
}
.btn--arrow::after {
    content: '';
    width: 10px;
    height: 11px;
    background-image: url(/wp-content/themes/inmedian/assets/img/arrow-right.png);
}
.btn--vertwo {
    font-size: 18px;
    font-weight: 600;
}
  .btn-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fefefe;
    font-weight: 600;
    height: 31px;
border-radius: 7px;
background-image: linear-gradient(0deg, #010203 0%, #57595a 100%);
padding: 10px 25px;
transition: .5s;
}
.btn-black:hover {
   opacity: 0.8;
}
@media(max-width:767px){
    .btn {
        font-size: 16px;
        padding-inline: 25px;
    }
    .btn--gradient {
        padding-inline: 18px;
    }
}
.gray {
    background-color: #f6f6f6;
}
.position-relative {
    position: relative;
}
.mini-title {
    font-size: 18px;
    font-weight: 600;
}
.title {
    font-size: clamp(1.5rem, 1.3702rem + 0.5769vw, 1.875rem);
    font-weight: 600;
    margin-bottom: 22px;
}
.font-weight-400 {
    font-weight: 400;
}
.three-cols {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
@media(max-width:767px){
    .three-cols {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:575px){
    .three-cols {
        grid-template-columns: 1fr;
    }
}
.section-padding {
    padding-block: 30px;
}
.text-center {
    text-align: center;
}
/* ===============================КОНЕЦ УТИЛИТАРНЫХ КЛАССОВ==============================*/







/* ===============================НАЧАЛО HEADER==============================*/

  
  .header {
    padding-top: 15px;
    position: relative;
    z-index: 2;
}
.header .logo {
    margin-top: -10px;
}
.header__container {
    display: flex;
    align-items: center;
    gap: 25px;
}
.mobile-wrap {
    flex-grow: 1;
}


.main-menu ul {
    display: flex;
    gap: 9px;
}
.main-menu ul a {
 
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    
    color: var(--second-color);
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: .5s;
}
.main-menu ul li:not(:last-child) {
    position: relative;
    padding-right: 12px;
}
.main-menu ul li:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--second-color);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 9px;
    transform: translateY(-50%);
    opacity: 0.169;
}
.main-menu ul a:hover {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

.btn--mobile {
    display: none;
}



.burger {
    display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-image: linear-gradient(0deg, #010203 0%, #57595a 100%);
    border-radius: 7px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.burger::before, .burger::after,  .burger span {
    content: '';
    width: 18px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--light-color);
}
.menu-mobile-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 34px;
    height: 34px;
    cursor: pointer;
  }
  
  .menu-mobile-close::before,
  .menu-mobile-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: center;
  }
  
  .menu-mobile-close::before {
    transform: translateY(-50%) rotate(45deg);
  }
  
  .menu-mobile-close::after {
    transform: translateY(-50%) rotate(-45deg);
  }


  @media(max-width:1199px){
    .header {
        padding-top: 35px;
    }
    
    .header__container {
        gap: 15px;
    }
    .header .logo {
        flex-grow: 1;
        margin-top: 0;
    }
    .mobile-wrap {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: var(--accent-color);
        min-width: 280px;
        transition: .5s;
        z-index: 10;
        height: 100vh;
        overflow-y: auto;
        padding: 20px;
        padding-top: 80px;
        transition: .5s;
        z-index: 10;
    }
    .mobile-wrap.active {
        right: 0;
        }
        .menu-mobile-close {
            display: block;
        }
        .main-menu {
            padding: 0;
        }
        .main-menu ul {
            flex-direction: column;
            gap: 25px;
        }
        .main-menu ul li:not(:last-child) {
            padding: 0;
        }
        .main-menu ul li:not(:last-child):after {
            display: none;
        }
        .main-menu ul a {
            padding: 0;
            font-size: 16px;
            font-weight: 700;
            color: var(--light-color);
        }
    .burger {
        display: inline-flex;
    }
    
}

@media(max-width:575px){
    .header .logo img{
        max-width: 70%;
    }
    .header   .btn-black {
        display: none;
    }
    .mobile-wrap .btn--mobile {
        display: inline-flex;
        margin-top: 30px;
    } 
    
}

/* ===============================КОНЕЦ HEADER==============================*/



/* ===============================НАЧАЛО HERO==============================*/
.hero {
    position: relative;
     background: url(/wp-content/themes/inmedian/assets/img/herobg.jpg) center center / cover no-repeat;
     margin-top: -86px;
     padding-top: 40px;
}


.hero__container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
    padding-right: 60px;
}
.hero__body {
    margin-right: -142px;
    padding-bottom: 60px;
    z-index: 1;
}

.hero__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}
.hero__text {
    max-width: 475px;
    
}
.main-title {
    font-size: 23px; 
    color: var(--second-color);
    font-weight: 600;
    margin-bottom: 28px;
}
.title--accent {
    font-size: 24px;
    color: var(--accent-color);
    display: block;
}
.title--small {
    display: block;
    font-size: 18px;
    
}
.hero__descr {
    font-size: 12px;
    line-height: 18px;
    
}

.hero__box {
    display: flex;
    align-items: start;
}
.hero__box img {
    position: relative;
}
.hero__box-text {
    padding: 12px 17px; 
      padding-left: 40px;
    background-color: var(--light-color);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    color: #292929;
    margin-left: -25px;
    margin-top: 10px;
 
}
.hero__box-text span {
    text-decoration: underline;
}



.btn-wrap {
    position: relative;
    display: inline-block;
}
.hero .btn-wrap {
    margin-bottom: 35px;
}
.btn-text-box {
    position: absolute;
    top: -10px;
    right: -21px;
    border-radius: 7px;
    background-color: #EEC24E;
    padding: 3px 12px;
    font-size: 10px;
letter-spacing: 0.01em;
color: #2d323b;
transform: rotate(8deg);
}

.stars span{
    font-weight: 600;
}
.features {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.feature h3 {
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-bottom: 10px;
}
.feature h3 span {
    color: var(--accent-color);
}
.feature p {
    font-weight: 300;
font-size: 11px;
}
.hero__shape {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 1;
}

@media(max-width:1199px){
    .hero {
        padding-top: 120px;
    }
    .hero__container {
        padding-right: 15px;
    }
    .hero__body {
        margin-right: -70px;
    }
    .hero__shape {
        display: none;
    }
}
@media(max-width:991px){
    .hero__container {
        grid-template-columns: 1fr;
    }
    .hero__body {
        margin: 0;
    }
    .hero__text {
        max-width: 445px;
    }
    .features {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
    .hero__img {
        max-width: 300px;
        margin: 0 auto;
    }
}
@media(max-width:767px){
    .hero__items {
        flex-direction: column;
        align-items: start;
        margin-bottom: 30px;
    }
    .hero__text {
        max-width: none;
    } 
    .hero__box {
        max-width: 340px;
    }
}
@media(max-width:575px){
    .features {
        grid-template-columns: 1fr;
    }
    .hero__img {
        max-width: 180px;
    }
}

/* ===============================КОНЕЦ HERO==============================*/



/* ===============================НАЧАЛО HOW WORK==============================*/




.section-how  {
    position: relative;
    padding-block: 40px 20px;
}
.section-how .title{
margin-bottom: 8px;
}
.section-how__text {
    margin-bottom: 8px;
}
.how-work {
    padding-block: 5px 22px;
}
.how-work:not(:nth-child(3n)) {
    position: relative;
    padding-right: 60px;
}
.how-work:not(:nth-child(3n))::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 100%;
    background-image: url(/wp-content/themes/inmedian/assets/img/how-shape.png);
}

.how-work__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.how-work__count {
    width: 29px;
height: 29px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: var(--light-color);
font-weight: 600;
flex-shrink: 0;
}

.how-work:nth-child(1n) .how-work__top{
color: rgba(95,124,176,0.9607843137254902);
}
.how-work:nth-child(1n) .how-work__count {
    background-color: rgba(95,124,176,0.9607843137254902);
}
.how-work:nth-child(2n) .how-work__top{
color: rgba(58,97,167,0.9607843137254902);
}
.how-work:nth-child(2n) .how-work__count {
    background-color: rgba(58,97,167,0.9607843137254902);
}
.how-work:nth-child(3n) .how-work__top{
color: rgba(14,56,132,0.9607843137254902);
}
.how-work:nth-child(3n) .how-work__count {
    background-color: rgba(14,56,132,0.9607843137254902);
}

.section-how .form-resume {
    margin-top: 20px;
}
.form-resume {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: var(--light-color);
    border-radius: 7px;color: #5b5b5b;
    z-index: 1;
}
.form-resume__upload {
text-align: center;
align-content: center;

padding:20px 55px;
text-align: center;

}
.form-resume__upload label {
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}
.form-resume__upload label img {
    object-fit: cover;
}
.form-resume__upload h4 {
    margin-top: 22px;
    font-size: 19px;
    transition: .3s;
}
.form-resume__upload label:hover h4 {
    color: var(--accent-color);
}
.tooltip {
    position: relative;padding-bottom: 8px;
    max-width: 290px;
    margin: 0 auto;
}
.tooltip__wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: default;
    justify-content: center;
   
}
.tooltip__icon {
    width: 21px;
height: 21px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(233,233,233,0.9607843137254902);
font-size: 15px;
}
.tooltip__text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 28px;
    left: 0;
    background: var(--light-color);
    padding: 8px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s ease;
    
}
.tooltip:hover .tooltip__text {
  visibility: visible;
  opacity: 1;
}
.form-resume__box {
    position: relative;
    padding: 20px 90px 30px;
    box-shadow: -7px 0 10px rgba(0, 0, 0, 0.1);
}
/* .form-resume__box::before {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #0052cc 33.33%, #e0e0e0 33.33%, #e0e0e0 66.66%, #e0e0e0 66.66%);
    border-radius: 4px 4px 0 0;
  } */

  .step-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 4px;
    width: 100%;
  }
  
  .step {
    flex: 1;
    background-color: #e0e9f9;
  }
  
  .step.done {
    background-color: var(--accent-color);
  }
  
  .step.current {
    background-color: #becde7;
  }
  

.form-resume__box .title {
    color: var(--accent-color);
    margin-bottom: 20px;
}
.form-resume__item {
    display: block;
    margin-bottom: 20px;
}
.form-resume__item span {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}
.form-resume__item input {
    width: 100%;
    background-color: var(--light-color);
    border: 1px solid #e5e5e5;
    height: 57px;
    border-radius: 7px;
    padding: 20px 15px;
    outline: 0;
    transition: .2s;
}
.form-resume__item input:hover:is(:focus, :hover) {
    border-color: var(--accent-color);
}
.form-resume__box-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}
.form-resume__box-bottom  .btn {
    width: 55%;
}

.form-resume__box-count {
    font-size: clamp(1rem, 0.6106rem + 1.7308vw, 2.125rem);
color: #ebf3f7;
font-weight: 600;
}


.shape {
    position: absolute;
    top: 30%;
    left: 0;
}

@media(max-width:1199px){
    .how-work:not(:nth-child(3n)) {
        padding-right: 30px;
    }
    .shape {
        display: none;
    }
}
@media(max-width:991px){
    .form-resume__upload {
        padding-inline: 20px;
    }
    .form-resume__box {
        padding-inline: 40px;
    }
}
@media(max-width:767px){
    .how-work:not(:nth-child(3n)) {
        padding: 0;

    }
    .how-work:not(:nth-child(3n))::after {
        display: none;
    }
    .form-resume {
        grid-template-columns: 1fr;
    }
    .form-resume__upload {
        order: 1;
    }
    .form-resume__upload label img {
        max-width: 50%;
    }
}
@media(max-width:575px){
    .form-resume__box {
        padding-inline: 20px;
    }
    .form-resume__box-bottom .btn {
        width: auto;
    }
}

/* ===============================КОНЕЦ HOW WORK==============================*/





/* ===============================НАЧАЛО TEMPLATES SLIDER==============================*/

.section-templates {
     background: url(/wp-content/themes/inmedian/assets/img/shapebg.png) center right 10px / contain no-repeat;
}
.resume-template__img {
    position: relative;
    text-align: center;
}
.resume-template__img img{
    display: block;
    margin-inline: auto;
}
@media (any-hover: hover) {
    .resume-template__btn {
        position: absolute;
        bottom: 15%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    .resume-template__img:hover .resume-template__btn {
        opacity: 1;
        visibility: visible;
    }
  }
  @media (any-hover: none) {
    .resume-template {
        display: flex;
        flex-direction: column;
    }
    .resume-template__img {
        display: contents;
    }
    .resume-template__btn  {
        order: 1;
        margin-top: 20px;
      }
  }
 
.resume-template__body {
    padding-top: 17px;
    padding-inline: 35px;
}
.resume-template__body-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:5px 15px ;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.resume-template__actions a{
    font-size: 10px;
    color: var(--accent-color);
    font-weight: 600;
}
.resume-template__actions a:hover {
    text-decoration: underline;
}
.resume-template__body p {
    font-size: 12px;
}


/* ===============================КОНЕЦ TEMPLATES SLIDER==============================*/


/* ===============================НАЧАЛО FEEDBACKS==============================*/
.swiper-wrapper {
    align-items: stretch; 

}
.swiper-slide {    
    height: auto;
    display: flex;
    flex-direction: column;
}
.feedback {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 14px;
    padding-bottom: 11px;
    background-color: var(--light-color);
    border-radius: 7px;
    flex-grow: 1;
}
.feedback p {
    flex-grow: 1;
}
.feedback__author {
    display: block;
    color: #010101;
font-weight: 600;
}




/* ===============================КОНЕЦ FEEDBACKS==============================*/




/* ===============================НАЧАЛО FAQ==============================*/


.faq-item:not(:last-child) {
    border-bottom: 1px dashed #D1D1D1;
}

.faq-item__question {
    position: relative;
    padding:12px 0;
    padding-right: 35px;
    width: 100%;
    font-size: 18px;
    text-align: left;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.faq-item__question::after {
    content: '+';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 36px;
    transition: 0.3s;
}

.faq-item__question:is(:hover, .open) {
  color: var(--accent-color);
}
.faq-item__question.open::after {
    content: '-';
}
.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.faq-item__question.open + .faq-item__answer {
    margin-bottom: 10px;
    margin-top: 5px;
}

@media(max-width:767px){
    .faq-item__question {
        font-size: 16px;
    }
}

/* ===============================КОНЕЦ FAQ==============================*/

/* ===============================НАЧАЛО BLOG==============================*/

.section-blog {
    padding-block: 35px 60px;
     background: url(/wp-content/themes/inmedian/assets/img/bg.jpg) center top / cover no-repeat;
}

.small-title {
    font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.5rem);
    font-weight: 600;
    margin-bottom: 26px;
}
.four-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
@media(max-width:991px){
    .four-cols {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width:767px){
    .four-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:575px){
    .four-cols {
        grid-template-columns: repeat(1, 1fr);
    }
}


.text-right {
    text-align: right;
}
.section-blog .four-cols {
margin-bottom: 30px;    
}
.read-link {
    font-size: 15px;
color: #373737;
    text-decoration: underline;
    transition: .3s;
}
.read-link:hover {
    color: var(--accent-color);
}


.blog-card {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.blog-card:hover img {
    width: 120%;
    height: 120%;
}
.blog-card h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: end;
    padding: 12px;
    color: var(--light-color);
    z-index: 2;
    margin: 0;
}
.blog-card h3 a::before {
    content: '';
    position: absolute;
    inset: 0;
}
.blog-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0) 58%, rgba(51, 80, 138, 0.9) 80%);
     z-index: 1;
    pointer-events: none;
}


/* ===============================КОНЕЦ BLOG==============================*/


/* ===============================НАЧАЛО FOOTER==============================*/

.footer {
    position: relative;
     background: url(/wp-content/themes/inmedian//wp-content/themes/inmedian/assets/img/footer-shape.png) top right / contain no-repeat;
    background-color: #e3ecf6;
    padding-block: 27px 55px;
}
.footer .logo {
    position: relative;
    z-index: 1;
}
.footer__items {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.footer__copyright {
    font-size: 12px;
    line-height: 18px;
}
.footer__menu {
    margin-top: 30px;
}
.footer__menu ul {
    max-width: 80%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.footer__menu ul a {
    font-size: 15px;
}
.footer__menu ul a:hover {
    text-decoration: underline;
}
.footer .shape {
    top: 0;
    left: -10px;
}
@media(max-width:1399px){
    .footer .shape {
        display: none;
    } 
}
@media(max-width:1199px){
    .footer__menu ul {
        max-width: none;
    }
}
@media(max-width:767px){
    .footer {
        padding-bottom: 37px;
        background-image: none;
    }
    .footer__menu ul a {
        font-size: 14px;
    }
}
@media(max-width:575px){
    .footer {
        padding-bottom: 27px;
    }
    .footer__items {
        flex-direction: column;
        align-items: start;
    }
    .footer__menu ul {
        flex-direction: column;
    }
}

/* ===============================КОНЕЦ FOOTER==============================*/