.testimonials-hm {
background: #F3F1EC;
padding: 80px 0 40px;
position: relative;
}
.testimonials-hm .swiper:before{
content: '';
display: block;
width: 120px;
height: 100%;
background: linear-gradient(270deg, #F3F1EC 0%, rgba(243, 241, 236, 0) 84.68%);
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 2;
rotate: 180deg;
}
.testimonials-hm .swiper:after {
content: '';
display: block;
width: 120px;
height: 100%;
background: linear-gradient(270deg, #F3F1EC 0%, rgba(243, 241, 236, 0) 84.68%);
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 2;
}
.testimonials-hm__title {
font-weight: 700;
font-size: 40px;
line-height: 120%;
text-align: center;
margin-bottom: 32px;
}
.testimonials-hm .swiper-button-next,
.testimonials-hm .swiper-button-prev {
width: 80px !important;
height: 80px !important;
background: none;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
color: transparent;
z-index: 3;
}
.testimonials-hm .swiper-button-prev {
left: 0;
top: 272px
}
.testimonials-hm .swiper-button-next {
right: 0;
top: 300px;
}
.testimonials-hm .swiper-button-next {
background-image: url(//hurma.work/wp-content/themes/hurma/img/swiper-arrow.png);
right: 0;
}
.testimonials-hm .swiper-button-prev {
background-image: url(//hurma.work/wp-content/themes/hurma/img/swiper-arrow.png);
left: 0;
transform: rotate(180deg);
}
.testimonials-hm .swiper-button-next:after, 
.testimonials-hm .swiper-button-prev:after {
display: none;
}
.testimonials-hm .swiper-slide {
width: 454px !important;
border-radius: 24px;
padding: 40px 32px 8px;
background: #fff;
display: flex !important;
flex-direction: column;
justify-content: space-between;
}
.testimonials-hm .swiper-wrapper{
padding-bottom: 60px;
}
.testimonials-hm .swiper-slide__title {
font-weight: 700;
font-size: 24px;
line-height: 130%;
margin-bottom: 24px;
}
.testimonials-hm .swiper-pagination-bullet {
border-radius: 8px !important;
width: 27px !important;
height: 6px !important;
background: #D8D8D8;
opacity: 1;
}
.testimonials-hm .swiper-pagination-bullet-active {
background: #FF6D12 !important;
}
.testimonial__text {
font-weight: 400;
font-size: 16px;
line-height: 150%;
margin-bottom: 24px;
}
.testimonial__author {
display: flex;
align-items: center;
padding: 16px 0;
border-top: 1px solid #D8D8D8;
}
.testimonial__avatar {
width: 80px;
height: 80px;
flex: 0 0 80px;
border-radius: 50%;
overflow: hidden;
margin-right: 16px;
}
.testimonial__avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.testimonial__name {
font-weight: 500;
font-size: 18px;
line-height: 32px;
}
.testimonial__position {
font-size: 16px;
line-height: 120%;
}
@media screen and (max-width: 1000px) {
.testimonials-hm {
padding: 32px 0 12px;
}
.testimonials-hm .testimonials-hm__title {
font-size: 24px;
}
}
@media screen and (max-width: 768px) {
.testimonials-hm .swiper-slide {
width: 312px !important;
}
.testimonials-hm .swiper-slide__title {
font-weight: 700;
font-size: 16px;
line-height: 130%;
}
.testimonials-hm .testimonial__text {
font-size: 14px;
}
.testimonial__name,
.testimonial__position {
font-size: 14px;
}
.testimonials-hm .swiper:before,
.testimonials-hm .swiper:after {
display: none;
}
}
.faq-hm {
background: #F3F1EC;
}
.faq-hm .container {
max-width: 1100px;
padding: 28px 20px 72px;
}
.faq-hm__title {
text-align: center;
font-weight: 700;
font-size: 40px;
line-height: 120%;
text-align: center;
margin-bottom: 32px;
}
.faq-hm__question {
padding: 16px 40px;
font-size: 24px;
font-weight: 400;
line-height: 32px;   
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.faq-hm__item:not(.active):hover {
background: #FFFFFFB2;
}
.faq-hm__item {
background: #fff;
border-radius: 12px;
margin-bottom: 8px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-hm__answer {
padding: 8px 40px 40px;
font-size: 18px;
line-height: 160%;
display: none;
white-space: pre-line;
} .faq-hm__answer ul,
.faq-hm__answer ol {
margin: 16px 0;
padding-left: 24px;
}
.faq-hm__answer li {
margin-bottom: 8px;
line-height: 160%;
} .faq-hm__answer ul {
margin: 16px 0;
padding-left: 24px;
list-style: none;
}
.faq-hm__answer ul li {
margin-bottom: 8px;
line-height: 160%;
position: relative;
padding-left: 20px;
}
.faq-hm__answer ul li::before {
content: "•";
position: absolute;
left: 0;
color: var(--black);
} .faq-hm__answer ol {
margin: 12px 0;
padding-left: 20px;
list-style: decimal;
}
.faq-hm__answer ol li {
margin-bottom: 6px;
line-height: 160%;
padding-left: 6px;
} .faq-hm__answer ol {
margin: 16px 0;
padding-left: 36px;
list-style: decimal;
}
.faq-hm__answer ol li {
margin-bottom: 8px;
line-height: 160%;
padding-left: 8px;
}
.faq-hm__item.active .faq-hm__answer {
display: block;
}
.faq-hm__arrow {
transition: transform 0.3s ease;
transform: rotate(180deg);
cursor: pointer;
flex: 0 0 16px;
}
.faq-hm__item.active .faq-hm__arrow {
transform: rotate(0deg);
}
@media screen and (max-width: 1000px) {
.faq-hm__title {
font-size: 24px;
margin-bottom: 24px;
}
.faq-hm__question {
font-size: 18px;
padding: 16px 32px;
line-height: 130%;
}
.faq-hm__answer {
font-size: 14px;
padding: 8px 32px 28px;
white-space: pre-line;
} .faq-hm__answer ul {
margin: 12px 0;
padding-left: 20px;
list-style: none;
}
.faq-hm__answer ul li {
margin-bottom: 6px;
line-height: 160%;
position: relative;
padding-left: 16px;
}
.faq-hm__answer ul li::before {
content: "•";
position: absolute;
left: 0;
color: var(--black);
}
.faq-hm .container {
padding: 28px 8px 40px;
}
}
.tariffs-hm {
padding: 40px 0 80px;
background: #F3F1EC;
overflow: hidden;
}
.tariffs-hm__content {
max-width: 1100px;
margin: 0 auto;
}
.tariffs-hm__title {
font-weight: 700;
font-size: 40px;
line-height: 120%;
text-align: center;
margin-bottom: 16px;
}
.tariffs-hm__subtitle {
font-weight: 500;
font-size: 20px;
line-height: 150%;
color: #2C2C2CB2;
text-align: center;
margin-bottom: 32px;
}
.tariffs-hm__cards {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 14px;
}
.tariffs-hm__cards-wrap {
display: flex;
margin-bottom: 32px;
}
.tariffs-hm__left, .tariffs-hm__right {
box-shadow: 0px 15px 20px 0px #0000000F;
border-radius: 24px;
background: #F9F8F5;
}
.tariffs-hm__section-label {
padding: 24px 12px;
text-align: center;
font-family: Fira Sans;
font-weight: 700;
font-size: 24px;
line-height: 120%;
letter-spacing: 5%;
color: #A19F9A;
}
.tariffs-hm__left {
margin-right: 24px;
width: 708px;
}
.tariffs-hm__left .tariffs-hm__card {
width: 50%;
}
.tariffs-hm__right .tariffs-hm__card,
.tariffs-hm__left .tariffs-hm__card {
background: #fff;
border-radius: 14px;
padding: 30px 40px;
height: 493px;
}
.tariffs-hm__right {
width: 368px;
height: 586px;
top: 126px;
left: 732px;
border-radius: 24px;
}
.tariffs-hm__right .tariffs-hm__card {
margin: 0 14px 16px;
}
.tariffs-hm__left .tariffs-hm__card--highlight {
background: linear-gradient(180deg, #D9ECFF 0%, #F4EEF4 49.91%, #F9F8F5 100%);
}
.tariffs-hm__card-title {
font-weight: 700;
font-size: 24px;
line-height: 48px;
}
.tariffs-hm__badge {
font-weight: 500;
font-size: 20px;
line-height: 43px;
width: 51px;
height: 24px;
gap: 8px;
border-radius: 4px;
padding: 1px 10px;
background: #2C2C2C;
color: #fff;
}
.tariffs-hm__price .tariffs-hm__price-value {
font-weight: 700;
font-size: 48px;
line-height: 48px;
}
.tariffs-hm__price span {
font-weight: 700;
font-size: 24px;
line-height: 48px;
}
.tariffs-hm__price-info {
display: inline-block;
}
.tariffs-hm__price .tariffs-hm__price-info-text {
font-weight: 400;
font-size: 14px;
line-height: 150%;
}
.tariffs-hm__price-info {
font-weight: 400;
font-size: 14px;
line-height: 128%;
display: inline-block;
} .tariffs-section__price-info-wrap {
display: flex;
align-items: center;
}
.tariffs-section__price-info-wrap .tariffs-info-tooltip {
width: 24px;
height: 24px;
flex: 0 0 24px;
margin-left: 4px;   
}
.tariffs-info-tooltip {
position: relative;
display: inline-block;
}
.tariffs-info-tooltip .tariffs-section__info-icon {
cursor: pointer;
}
.tariffs-info-tooltip .tooltip-content {
visibility: hidden;
opacity: 0;
position: absolute;
left: 100%;
top: 50%;
transform: translateY(-50%);
margin-left: 10px;
background: #ffffff;
font-weight: 400;
font-size: 14px;
line-height: 120%;
color: #656F82;
box-shadow: 0px 5px 20px 0px #00000024;
padding: 16px;
border-radius: 8px;
z-index: 10;
transition: opacity 0.3s ease, visibility 0.3s ease;
width: fit-content;
max-width: 328px;
min-width: 200px;
}
.tariffs-info-tooltip:hover .tooltip-content {
visibility: visible;
opacity: 1;
}
.tariffs-hm__price-wrap {
margin-bottom: 16px;
}
.tariffs-hm__card-subtitle {
font-size: 18px;
line-height: 130%;
margin-bottom: 24px;
}
.tariffs-hm__card-subtitle-2 {
font-weight: 500;
font-size: 16px;
line-height: 130%;
margin-bottom: 6px;
}
.tariffs-hm__features li{
font-size: 18px;
line-height: 130%;
margin-bottom: 6px;
list-style-image: url(//hurma.work/wp-content/themes/hurma/img/list-icon.svg);
margin-left: 24px;
}
.tariffs-hm__button {
background: #F98B25;
color: #fff;
padding: 12px 45px;
font-weight: 500;
font-size: 20px;
line-height: 24px;
border-radius: 12px;
display: inline-block;
}
.tariffs-hm__button:hover {
background: #FF9737;
}
.tariffs-hm__button:active {
transform: scale(.97);
}
.tariffs-hm__button-wrap {
text-align: center;
}
.tariffs-hm__card-label {
display: none;
}
@media screen and (max-width: 1150px) {
.tariffs-hm__left {
width: 100%;
margin-bottom: 16px;
}
.tariffs-hm__right {
width: 100%;
}
.tariffs-hm__cards-wrap {
flex-direction: column;
}
.tariffs-hm__right .tariffs-hm__card,
.tariffs-hm__right {
height: auto;
}
.tariffs-hm__card-subtitle,
.tariffs-hm__features li {
font-size: 16px;
}
}
@media screen and (max-width: 1000px) {
.tariffs-hm__title {
font-size: 24px;
margin-bottom: 11px;
}
.tariffs-hm__subtitle {
font-size: 16px;
margin-bottom: 16px;
}
}
@media screen and (max-width: 700px) {
.tariffs-info-tooltip .tooltip-content {
bottom: 100%;
left: 50%;
top: auto;
transform: translateX(-50%);
margin-left: 0;
width: fit-content;
min-width: 150px;
max-width: 230px;
}
.tariffs-hm__card-label {
font-weight: 700;
font-size: 14px;
line-height: 120%;
letter-spacing: 5%;
color: #A19F9A;
display: block;
}
.tariffs-hm__section-label {
display: none;
}
.tariffs-hm__cards {
background: #F3F1EC;
padding: 0;
}
.tariffs-hm__right .tariffs-hm__card, 
.tariffs-hm__left .tariffs-hm__card {
box-shadow: 0px 15px 20px 0px #0000000F;
margin: 0;
padding: 24px 32px;
height: auto;
}
.tariffs-hm__left .tariffs-hm__card {
margin-bottom: 16px;
}
.tariffs-hm__left .tariffs-hm__cards {
flex-direction: column;
}
.tariffs-hm__left, .tariffs-hm__right {
box-shadow: none;
}
.tariffs-hm__left .tariffs-hm__card {
width: 100%;
}
.tariffs-hm {
padding: 24px 0 40px;
}
.tariffs-hm__card-subtitle {
margin-bottom: 16px;
}
.tariffs-hm__left {
margin-bottom: 0;
}
.tariffs-hm__cards-wrap {
margin-bottom: 24px;
} 
}
.marquee-container {
overflow: hidden;
padding: 54px 0 24px;
margin-top: 0!important;
background: transparent!important;
}
.marquee {
display: flex;
}
.marquee-track {
display: flex;
gap: 24px;
animation: scroll-loop 40s linear infinite;
white-space: nowrap;
align-items: center;
}
.marquee-track span {
flex-shrink: 0;
display: flex;
align-items: center;
}
.marquee-track img {
height: 56px;
display: block;
}
@keyframes scroll-loop {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
@media (max-width: 1000px) {
.marquee-container {
padding: 40px 0 16px;
}
}
.tariffs-section {
padding: 120px 0 28px;
background: #F3F1EC;
}
.tariffs-section__content {
max-width: 1172px;
margin: 0 auto;
}
.tariffs-section__title {
font-weight: 700;
font-size: 48px;
line-height: 120%;
text-align: center;
max-width: 775px;
margin: 0 auto 8px;
}
.tariffs-section__subtitle {
text-align: center;
font-weight: 500;
font-size: 20px;
line-height: 120%;
margin-bottom: 40px;
}
.tariffs-section__cards {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 14px;
}
.tariffs-section__cards-wrap {
display: flex;
margin-bottom: 16px;
}
.tariffs-section-pdv {
font-size: 14px;
line-height: 120%;
color: #656F82;
margin-left: 18px;
}
.tariffs-section__left, .tariffs-section__right {
box-shadow: 0px 15px 20px 0px #0000000F;
border-radius: 24px;
background: #F9F8F5;
}
.tariffs-section__section-label {
padding: 24px 12px;
text-align: center;
font-family: Fira Sans;
font-weight: 700;
font-size: 24px;
line-height: 120%;
letter-spacing: 5%;
color: #A19F9A;
}
.tariffs-section__left {
margin-right: 24px;
width: 756px;
}
.tariffs-section__left .tariffs-section__card {
width: 50%;
}
.tariffs-section__right .tariffs-section__card,
.tariffs-section__left .tariffs-section__card {
border-radius: 14px;
padding: 30px 40px;
height: 620px;
background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.tariffs-section__right {
width: 392px;
height: 721px;
top: 126px;
left: 732px;
border-radius: 24px;
}
.tariffs-section__right .tariffs-section__card {
margin: 0 14px 16px;
}
.tariffs-section__left .tariffs-section__card--highlight {
background: linear-gradient(180deg, #D9ECFF 0%, #F4EEF4 49.91%, #F9F8F5 100%);
}
.tariffs-section__card-title {
font-weight: 700;
font-size: 24px;
line-height: 48px;
}
.tariffs-section__badge {
font-weight: 500;
font-size: 20px;
line-height: 43px;
width: 51px;
height: 24px;
gap: 8px;
border-radius: 4px;
padding: 1px 10px;
background: #2C2C2C;
color: #fff;
}
.compare-tariffs,
.tariffs-section__calculator {
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #FF6D12;
margin-bottom: 32px;
cursor: pointer;
}
.compare-tariffs:hover,
.tariffs-section__calculator:hover {
color: #FF9737;
}
.compare-tariffs {
display: flex;
justify-content: center;
margin-top: 32px;
}
.compare-tariffs:hover svg path {
fill: #FF9737;
}
.compare-tariffs:hover svg {
margin-left: 8px;
}
.tariffs-section__price .tariffs-section__price-info-text {
font-weight: 400;
font-size: 14px;
line-height: 150%;
}
.tariffs-section__price-info {
font-weight: 400;
font-size: 14px;
line-height: 20px;
display: inline-block;
}
.tariffs-section__info-icon {
display: inline-block;
}
.tariffs-section__price-wrap {
margin-bottom: 16px;
}
.tariffs-section__card-subtitle {
font-size: 18px;
line-height: 130%;
margin-bottom: 32px;
}
.tariffs-section__card-subtitle-2 {
font-weight: 500;
font-size: 16px;
line-height: 130%;
margin-bottom: 6px;
}
.tariffs__button-wrap {
text-align: center;
margin-bottom: 16px;
}
.tariffs__button-wrap .tariffs-section__button:active {
transform: scale(.97);
}
.tariffs-section__right .tariffs-section__features li {
margin-bottom: 4px;
}
.tariffs-section__features li {
font-size: 18px;
line-height: 130%;
margin-bottom: 6px;
list-style-image: url(//hurma.work/wp-content/themes/hurma/img/list-icon.svg);
margin-left: 24px;
}
.tariffs-section__button {
background: #F98B25;
color: #fff;
padding: 12px;
font-weight: 500;
font-size: 18px;
line-height: 24px;
border-radius: 12px;
display: block;
}
.tariffs-section__button:active {
transform: scale(.97);
}
.tariffs-section__button:hover {
background: #FF9737;
}
.tariffs-section__card-label {
display: none;
}
.tariffs-section__price .old-price {
margin-right: 4px;
}
.tariffs-section__price .old-price .price {
font-weight: 300;
font-size: 32px;
line-height: 35px;
letter-spacing: 0%;
color: #00000099;
position: relative;
}
.tariffs-section__price .old-price .price:before {
content: "";
display: inline-block;
width: 100%;
height: 1px;
background-color: #00000099;
position: absolute;
top: 52%;
left: 0;
right: 0;
}
.tariffs-section__price .old-price .currency {
font-size: 24px;
line-height: 35px;
color: #00000099;
}
.tariffs-section__price .new-price .price {
font-weight: 700;
font-size: 48px;
line-height: 48px;
}
.tariffs-section__price .new-price .currency {
font-weight: 700;
font-size: 24px;
line-height: 48px;
}
.billing-toggle__wrap {
display: flex;
justify-content: center;
margin: 0 auto 50px;
}
.billing-toggle {
display: inline-flex;
border-radius: 12px;
padding: 4px;
background-color: #E7E5E0;
}
.billing-toggle button {
border: none;
background: none;
padding: 5px 24px;
font-size: 16px;
font-weight: 500;
color: #586171;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
}
.billing-toggle button span {
margin-left: 4px;
padding: 3px 5px;
border-radius: 6px;
}
.billing-toggle button.active {
background-color: #ffffff;
box-shadow: 0px 2px 2px 0px #00000012;
}
.billing-toggle button:not(.active):hover {
background: #FFFFFF66;
}
.billing-toggle button.active span {
background: #FF53671A;
color: #FF5367;
}
.billing-currency-select {
font-weight: 500;
font-size: 14px;
line-height: 120%;
color: #586171;
padding: 12px 20px 12px 4px;
margin-left: 20px;
background: transparent url(//hurma.work/wp-content/themes/hurma/img/select-cur-arrow.svg) no-repeat right 0 top 45%;
background-size: 10px 5px;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
}
.additional-modules {
padding: 47px 0 0;
}
.additional-modules__title {
font-weight: 700;
font-size: 24px;
line-height: 120%;
letter-spacing: 5%;
text-align: center;
vertical-align: middle;
margin-bottom: 22px;
color: #A19F9A;
}
.additional-modules__cards-wrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 16px;
}
.additional-modules__card {
background: #ffffff;
border-radius: 24px;
padding: 40px;
width: 100%;
max-width: 356px;
display: flex;
flex-direction: column;
}
.additional-modules__card-title {
font-weight: 700;
font-size: 24px;
line-height: 120%;
margin-bottom: 16px;
}
.additional-modules__badge {
display: inline-block;
font-size: 16px;
font-weight: 500;
border-radius: 8px;
padding: 2px 16px;
margin-bottom: 16px;
width: fit-content;
letter-spacing: 0.6px;
}
.additional-modules__badge--soon {
background-color: #FFE6E9;
color: #FF011E;
}
.additional-modules__price-wrap {
margin-bottom: 12px;
}
.additional-modules__price {
font-size: 14px;
line-height: 128%;
}
.additional-modules__price .new-price .price {
font-weight: 700;
font-size: 32px;
line-height: 48px;
}
.additional-modules__price .new-price .currency {
font-weight: 700;
font-size: 24px;
line-height: 48px;
}
.additional-modules__price .old-price {
margin-right: 4px;
}
.additional-modules__price .old-price .price {
font-weight: 300;
font-size: 24px;
line-height: 35px;
text-decoration: line-through;
color: #00000099;
}
.additional-modules__price .old-price .currency {
font-size: 16px;
line-height: 35px;
color: #00000099;
}
.additional-modules__card-subtitle {
font-size: 16px;
line-height: 130%;
margin-bottom: 16px;
}
.additional-modules__link {
color: #FF6D12;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-decoration: none;
display: flex;
}
.additional-modules__link:active {
transform: scale(.97);
}
.additional-modules__link:hover {
color: #FF9737;
}
.additional-modules__link:hover svg {
margin-left: 8px;
}
.additional-modules__link:hover svg path{
fill: #FF9737;
}
.marquee-section {
background: #F3F1EC;
} .tariffs-info-tooltip {
position: relative;
display: inline-block;
}
.tariffs-info-tooltip .tariffs-section__info-icon {
cursor: pointer;
}
.tariffs-info-tooltip .tooltip-content {
visibility: hidden;
opacity: 0;
position: absolute;
left: 100%;
top: 50%;
transform: translateY(-50%);
margin-left: 10px;
background: #ffffff;
font-weight: 400;
font-size: 14px;
line-height: 120%;
color: #656F82;
box-shadow: 0px 5px 20px 0px #00000024;
padding: 16px;
border-radius: 8px;
z-index: 10;
transition: opacity 0.3s ease, visibility 0.3s ease;
width: fit-content;
max-width: 328px;
min-width: 200px;
}
.tariffs-info-tooltip:hover .tooltip-content {
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 1150px) {
.tariffs-section__left {
width: 100%;
margin-bottom: 16px;
}
.tariffs-section__right {
width: 100%;
}
.tariffs-section__cards-wrap {
flex-direction: column;
}
.tariffs-section__right .tariffs-section__card,
.tariffs-section__right {
height: auto;
}
.tariffs-section__card-subtitle,
.tariffs-section__features li {
font-size: 16px;
}
}
@media screen and (max-width: 1000px) {
.tariffs-section__title {
font-size: 32px;
margin-bottom: 11px;
}
.tariffs-section__subtitle {
font-size: 16px;
margin-bottom: 24px;
}
.tariffs-section .container {
padding: 0 24px;
}
.tariffs-section__left {
overflow: hidden;
}
}
@media (max-width: 768px) {
.additional-modules__cards-wrap {
flex-direction: column;
align-items: center;
}
.additional-modules__card {
max-width: 100%;
}
}
@media screen and (max-width: 700px) {
.tariffs-section__left {
overflow: auto;
}
.tariffs-info-tooltip .tooltip-content {
bottom: 100%;
left: 50%;
top: auto;
transform: translateX(-50%);
margin-left: 0;
width: fit-content;
min-width: 150px;
max-width: 230px;
}
.tariffs-section__card-label {
font-weight: 700;
font-size: 14px;
line-height: 120%;
letter-spacing: 5%;
color: #A19F9A;
display: block;
}
.tariffs-section__section-label {
display: none;
}
.tariffs-section__cards {
background: #F3F1EC;
padding: 0;
}
.tariffs-section__right .tariffs-section__card, 
.tariffs-section__left .tariffs-section__card {
box-shadow: 0px 15px 20px 0px #0000000F;
margin: 0;
padding: 24px 32px;
height: auto;
}
.tariffs-section__left .tariffs-section__card {
margin-bottom: 16px;
}
.tariffs-section__left .tariffs-section__cards {
flex-direction: column;
}
.tariffs-section__left, .tariffs-section__right {
box-shadow: none;
}
.tariffs-section__left .tariffs-section__card {
width: 100%;
}
.tariffs-section {
padding: 100px 0 40px;
}
.tariffs-section__card-subtitle {
margin-bottom: 16px;
}
.tariffs-section__left {
margin-bottom: 0;
}
.tariffs-section__cards-wrap {
margin-bottom: 24px;
} 
}
@media (max-width: 600px) {
.billing-toggle button {
padding: 5px 8px;
font-size: 14px;
}
.additional-modules__card {
padding: 24px 32px;
width: 100%;
}
.additional-modules__card-title {
font-size: 16px;
}
.additional-modules__badge {
font-size: 12px;
padding: 0 16px;
}
.additional-modules__card-subtitle {
font-size: 14px;
}
.tariffs-section {
padding: 100px 0 0px;
}
}
@media (max-width: 490px) {
.billing-toggle__wrap {
justify-content: flex-start;
}
.billing-toggle {
flex-direction: column;
}
.billing-toggle__wrap {
margin-bottom: 32px;
}
.tariffs-section__calculator {
margin-bottom: 16px;
}
.tariffs-section-pdv {
font-size: 12px;
}
.additional-modules {
padding: 24px 0 0;
}
}
.tariffs-section__left .tariffs-section__card-subtitle {
min-height: 70px;
}
@media screen and (max-width: 1150px) {
.tariffs-section__left .tariffs-section__card-subtitle {
min-height: 41px;
}
}
@media screen and (max-width: 700px) {
.tariffs-section__left .tariffs-section__card-subtitle {
min-height: auto;
}
}
.tariffs-info {
padding: 80px 0 40px;
background: #fff;
}
.tariffs-info .container {
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}
.tariffs-info__title {
font-weight: 700;
font-size: 40px;
line-height: 120%;
margin-bottom: 32px;
text-align: center;
}
.tariffs-info_hr  {
max-width: 1100px;
margin: 80px auto 0;
}
.tariffs-section__border-button.opened span,
.tariffs-section__border-button--hr.opened span {
transform: rotate(180deg);
display: inline-block;
}
.tariffs-info__hr-title{
font-weight: 700;
font-size: 24px;
line-height: 120%;
margin-bottom: 16px;
}
.tariffs-info__hr-columns {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 40px;
}
.tariffs-info__hr-column {
flex: 1 1 30%;
}
.tariffs-info__hr-column-title {
font-weight: 600;
font-size: 18px;
line-height: 120%;
padding: 18px 0 8px;
border-bottom: 1px solid #AAAAAA;
margin-bottom: 16px;
}
.tariffs-info__hr-list li {
display: flex;
align-items: center;
gap: 4px;
margin-bottom: 8px;
display: flex;
align-items: baseline;
}
.tariffs-info__hr-list li span {
font-weight: 400;
font-style: Italic;
font-size: 14px;
line-height: 120%;
color: #999999;
display: contents;
}
.tariffs-info__hr-list li img {
margin-right: 4px;
}
.tariffs-info__row {
display: flex;
align-items: stretch;
}
.tariffs-info .max-col {
width: 500px;
display: flex;
align-items: center;
}
.tariffs-info .tariffs-info-tooltip {
margin-left: 8px;
height: 24px;
flex: 0 0 24px;
}
.tariffs-info .min-col {
width: 300px;
text-align: center;
}
.tariffs-info .min-col img {
display: inline-block;
}
.tariffs-info__row {
cursor: pointer;
border-bottom: 1px solid #E9E9E9;
position: relative;
}
.tariffs-info__row:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00000008;
opacity: 0;
}
.tariffs-info__row--header {
border-bottom: 0 !important;
}
.tariffs-info__row--header .tariffs-info__cell {
font-weight: 700;
font-size: 24px;
line-height: 120%;
padding: 16px 0 4px;
height: 48px;
}
.tariffs-info__badge {
font-weight: 500;
font-size: 20px;
line-height: 43px;
color: #FFFFFF;
background: #2C2C2C;
border-radius: 4px;
padding: 0 7px;
}
.tariffs-info__row--header .tariffs-info__cell:nth-child(2):before,
.tariffs-info__row--header .tariffs-info__cell:nth-child(3):before {
content: '';
width: 300px;
height: 96px;
position: absolute;
top: 0;
border-radius: 16px 16px 0 0;
z-index: 1;
}
.tariffs-info__row--header .tariffs-info__cell:nth-child(2) span,
.tariffs-info__row--header .tariffs-info__cell:nth-child(3) span {
position: relative;
z-index: 2;
}
.tariffs-info__row--header .tariffs-info__cell:nth-child(2):before {
content: '';
background: #F9F8F5;
width: 300px;
height: 96px;
position: absolute;
top: 0;
right: 0;
}
.tariffs-info__row--header .tariffs-info__cell:nth-child(3):before {
content: '';
background: linear-gradient(180deg, #DAECFF 0%, #FCECFF 100%);
width: 300px;
height: 96px;
position: absolute;
top: 0;
right: 0;
}
.tariffs-info__cell--plan {
text-align: center;
position: relative;
}
.tariffs-info__row--section {
font-weight: 600;
font-size: 18px;
line-height: 120%;
border-bottom: 1px solid #AAAAAA;
}
.tariffs-info__row--section .tariffs-info__cell {
padding: 18px 0 8px;
min-height: 48px;
}
.tariffs-info__row--section:hover:before,
.tariffs-info__row--header:hover:before {
opacity: 0 !important;
}
.tariffs-info__cell {
padding: 10px 10px 10px 0;
}
.tariffs-info__row:hover:before{
opacity: 1;
}
.tariffs-info__table-wrap {
margin-bottom: 40px;
position: relative;
}
.tariffs-info__table-wrap.open {
max-height: none;
overflow: auto;
}
.tariffs-info__cell:nth-child(3) {
background: #F6F2FE;
}
.tariffs-info__cell:nth-child(2) {
background: #F9F8F599;
}
.tariffs-info__cell--section {
padding: 0;
}
.tariffs-info__row--header .tariffs-info__cell:nth-child(2),
.tariffs-info__row--header .tariffs-info__cell:nth-child(3) {
background: transparent !important;
}
.tariffs-section__border-button {
border: 2px solid #F98B25;
background: #fff;
color: #F98B25;
padding: 10px 48px;
font-weight: 500;
font-size: 18px;
line-height: 24px;
display: flex;
align-items: center;
border-radius: 12px;
cursor: pointer;
display: inline-block;
}
.tariffs-section__border-button:active {
transform: scale(.97);
}
.tariffs-section__button:hover {
background: #FF9737;
color: #fff;
}
.tariffs-section__button-wrap,
.tariffs-section__button-wrap--hr {
text-align: center;
margin-bottom: 16px;
display: none;
}
.tariffs-info_hr.closed {
display: none;
}
@media screen and (max-width: 1150px) {
.tariffs-info .min-col {
width: 20% !important;
min-width: 65px;
}
.tariffs-info .max-col {
width: 60% !important;
}
.tariffs-info__row--header .tariffs-info__cell:nth-child(2):before,
.tariffs-info__row--header .tariffs-info__cell:nth-child(3):before {
width: auto;
position: absolute;
top: 0;
right: 0;
left: 0;
}
}
@media screen and (max-width: 1000px) {
.tariffs-section__button-wrap  {
display: block;
}
.tariffs-info__table-wrap {
max-height: 760px;
overflow: hidden;
}
}
@media screen and (max-width: 700px) {
.tariffs-info__badge {
font-size: 16px;
}
.tariffs-section__button-wrap--hr {
display: block;
margin-bottom: 0;
}
.tariffs-info {
padding-top: 40px;
}
.tariffs-info__title {
font-size: 24px;
margin-bottom: 24px;
}
.tariffs-info__row--header .tariffs-info__cell--plan {
font-size: 16px;
line-height: 0px;
padding-top: 38px;
}
.tariffs-info__cell {
font-size: 14px;
}
.tariffs-info__row--section .tariffs-info__cell {
font-size: 16px;
}
.tariffs-info_hr {
margin-top: 45px;
max-height: 710px;
overflow: hidden;
}
.tariffs-info_hr.opened {
max-height: none;
overflow: auto;
}
.tariffs-info__hr-columns {
flex-direction: column;
gap: 0;
}
.tariffs-info__hr-title {
margin-bottom: 4px;
}
.tariffs-info__hr-column-title {
font-size: 16px;
}
.tariffs-info__hr-list li {
font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.tariffs-section__border-button {
font-size: 16px;
line-height: 24px;
padding: 10px 24px;
width: 100%;
}
}
.mobile-step-1,
.mobile-step-2 {
display: none;
}
.tariff-modal {
display: none;
position: fixed;
z-index: 9999;
top: 0; left: 0; right: 0; bottom: 0;
justify-content: center;
align-items: center;
font-family: 'Fira Sans', Verdana, Arial sans-serif;
overflow-y: auto;
padding: 20px 0;
}
.tariff-modal--active {
display: flex;
padding: 0;
} body.modal-open {
overflow: hidden;
}
.tariff-modal__overlay {
position: absolute;
top: 0; 
left: 0; 
right: 0; 
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.tariff-modal__content {
position: relative;
background: #F9F8F5;
width: 997px;
max-height: 90vh;
height: 610px;
padding: 24px 24px 24px 40px;
display: flex;
flex-direction: column;
gap: 24px;
border-radius: 24px;
z-index: 2;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.tariff-modal__close {
position: absolute;
top: -28px;
right: -30px;
cursor: pointer;
z-index: 3;
}
.tariff-modal__inner{
overflow: auto;
height: 100%;
}
.tariff-modal .tariff-form__title {
font-weight: 700;
font-size: 30px;
line-height: 48px;
margin-bottom: 24px;
}
.tariff-modal .calculator-subtitle {
font-family: Fira Sans;
font-weight: 700;
font-size: 16px;
line-height: 120%;
margin-bottom: 16px;
display: inline-block;
}
.tariff-modal .label-btn input[type="radio"] {
display: none;
}
.tariff-modal .label-btn {
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: inline-block;
padding: 7px 20px;
border: 1px solid #BCC4D2;
border-radius: 8px;
background: #fff;
color: #2C2C2C;
cursor: pointer;
transition: all 0.3s ease;
margin: 0 0 8px 0;
}
.tariff-modal .label-btn:last-child {
margin-right: 0;
}
.tariff-modal .label-btn:hover {
background: #EDF4FC;
}
.tariff-modal .label-btn:has(input:checked) {
border-color: #656F82;
background: #656F82;
color: #fff;
font-weight: 500;
}
.tariff-modal .hr-section {
margin-bottom: 4px;
}
.tariff-modal .hr-section,
.tariff-modal .recruiting-section {
width: 476px;
height: 140px;
gap: 48px;
border-radius: 12px;
padding: 24px;
border: 1px solid #BCC4D2;
display: flex;
}
.tariff-modal .field-group.mb-4 {
margin-bottom: 16px;
}
.tariff-modal .field-group.mb-2 {
margin-bottom: 8px;
}
.tariff-modal .field-group {
display: flex;
flex-direction: column;
}
.tariff-modal .number-input {
display: flex;
align-items: center;
border: 1px solid #BCC4D2;
border-radius: 8px;
overflow: hidden;
width: fit-content;
background: #fff;
}
.tariff-modal .number-input button {
width: 36px;
height: 38px;
font-size: 20px;
border: none;
background-color: transparent;
cursor: pointer;
}
.tariff-modal .number-input input[type="number"] {
width: 68px;
height: 36px;
text-align: center;
border: none;
font-size: 16px;
appearance: textfield;
-webkit-appearance: none;
-moz-appearance: textfield;
font-family: Fira Sans;
line-height: 120%;
}
.tariff-modal .number-input input[type="number"]::-webkit-outer-spin-button,
.tariff-modal .number-input input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.tariff-modal .recruiting-radio-group {
display: flex;
flex-direction: column;
}
.tariff-modal  .radio-option {
display: flex;
align-items: center;
font-size: 16px;
line-height: 20px;
margin-bottom: 16px;
}
.tariff-modal .radio-option input[type="radio"] {
accent-color: #656F82;
width: 18px;
height: 18px;
margin-right: 8px;
}
.tariff-modal .recruiting-section {
margin-bottom: 16px;
}
.tariff-modal .recruiting-section .radio-label {
font-size: 16px;
line-height: 120%;
margin-bottom: 16px;
display: inline-block;
}
.tariff-modal .recruiting-section .left-col {
width: 148px;
}
.tariff-modal .tariff-calculator{
display: flex;
gap: 24px;
align-items: stretch;
height: 100%;   
}
.tariff-modal .number-input .minus {
border-right: 1px solid #BCC4D2;
}
.tariff-modal .number-input .plus {
border-left: 1px solid #BCC4D2;
}
.tariff-modal .number-input .minus,
.tariff-modal .number-input .plus {
display: flex;
align-items: center;
justify-content: center;
}
.tariff-modal .number-input button:hover {
background: #EDF4FC;
}
.tariff-modal .hr-section label{
font-weight: 400;
font-size: 16px;
line-height: 120%;
margin-bottom: 16px;
gap: 8px;
display: flex;
align-items: center;
}
.tariff-modal .hr-section select {
width: 148px;
height: 40px;
border-radius: 8px;
border: 1px solid #BCC4D2;
padding: 10px 16px;
appearance: none;
background: url(//hurma.work/wp-content/themes/hurma/img/arrow-down.svg) no-repeat right 16px center;
line-height: 18px;
background-color: #fff;
}
.tariff-modal .hr-section .radio-label {
margin-bottom: 16px;
font-weight: 400;
font-size: 16px;
line-height: 120%;
}
.tariff-modal .hr-field-group {
display: flex;
flex-direction: column;
}
.tariff-modal .hr-checkbox-group {
display: flex;
flex-direction: column;
}
.tariff-modal .hr-checkbox-group label {
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
color: #222;
cursor: pointer;
user-select: none;
}
.tariff-modal .hr-checkbox-group input[type="checkbox"] {
appearance: none;
width: 18px;
height: 18px;
border: 1px solid #BCC4D2;
border-radius: 4px;
background-color: #fff;
position: relative;
transition: border-color 0.2s, box-shadow 0.2s;
}
.tariff-modal .hr-checkbox-group input[type="checkbox"]::after {
content: '';
position: absolute;
top: 2px;
left: 6px;
width: 5px;
height: 10px;
border: solid #656F82;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
display: none;
}
.tariff-modal .hr-checkbox-group input[type="checkbox"]:checked::after {
display: block;
}
.tariff-modal .tariff-summary {
box-shadow: 0px 0px 12px 0px #0000000D;
border-radius: 12px;
background: #fff;
padding: 40px;
width: 433px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tariff-summary .tariffs__button-wrap {
margin-bottom: 0;
}
.tariff-modal .tariff-summary h3 {
font-weight: 700;
font-size: 24px;
line-height: 120%;
}
.tariff-modal .price-line {
font-size: 16px;
line-height: 150%;
margin-bottom: 6px;
display: flex;
justify-content: space-between;
}
.tariff-modal .tariff-summary .total {
font-weight: 700;
font-size: 18px;
line-height: 120%;
padding-top: 16px;
border-top: 1px solid #2C2C2C;
margin-top: 24px;
display: flex;
justify-content: space-between;
margin-bottom: 8px;
}
.tariff-modal .tariff-summary .tariffs-section__button {
width: 100%;
margin-top: 12px;
}
.tariff-modal .period-price {
margin-bottom: 6px;
}
.tariff-modal .period-price .month,
.tariff-modal .period-price .year{
margin-right: 8px;
}
.tariff-modal .vat-info {
font-size: 16px;
line-height: 120%;
}
.tariff-modal .monthly-price {
font-size: 24px;
}
.tariff-modal .tariff-summary__header {
display: flex;
justify-content: space-between;
font-weight: 500;
font-size: 14px;
line-height: 120%;
margin-bottom: 24px;
align-items: flex-end;
}
.contact-us-info {
border-top: 1px solid #2C2C2C;
padding-top: 8px;
margin-top: 24px;
display: none;
}
@media screen and (max-width: 1070px) {
.tariff-modal__close {
top: 16px;
right: 16px;
}
.tariff-modal__close svg {
width: 16px;
height: 16px;
}
.tariff-modal__close svg path {
fill: #000000;
}
.tariff-modal__content {
width: 96%;
max-width: 96vw;
max-height: 95vh;
margin: 20px auto;
}
}
@media screen and (max-width: 960px) {
.tariff-modal .hr-section, 
.tariff-modal .recruiting-section {
width: 460px;
}
.tariff-modal .tariff-summary {
padding: 40px 24px;
}
}
@media screen and (max-width: 870px) {
.tariff-form .radio-group {
display: flex;
flex-direction: column;
}
.tariff-modal .hr-section, 
.tariff-modal .recruiting-section {
height: auto;
width: 100%;
flex-direction: column;
}
.tariff-form {
width: 100%;
}
.tariff-form__title {
text-align: center;
}
.tariff-modal .hr-section, 
.tariff-modal .recruiting-section {
gap: 32px;
}
.tariff-modal .tariff-form h2 {
font-size: 24px;
line-height: 48px;
margin-bottom: 8px;
}
}
@media screen and (max-width: 700px) {
.tariff-modal .tariff-summary__header h3 {
font-weight: 700;
font-size: 18px;
line-height: 120%;
}
.tariff-modal .period-price,
.tariff-modal .vat-info,
.tariff-modal .price-line {
font-size: 14px;
}
.tariff-modal .tariff-summary .total {
font-size: 16px;
padding-top: 12px;
}
.tariff-modal__content .tariff-form__title {
font-weight: 700;
font-size: 24px;
line-height: 48px;
margin-bottom: 8px;
}
.tariff-modal .tariff-calculator {
height: 100%;
}
.tariff-modal__content {
width: 90%;
max-width: 90vw;
max-height: 95vh;
margin: 10px auto;
padding: 24px 0 0;
}
.mobile-step-1,
.mobile-step-2 {
display: block;
}
.tariff-form {
width: 100%;
text-align: center;
padding: 0 24px 24px;
}
.tariff-modal .field-group.mb-4 {
margin-bottom: 0;
}
.period-price-block {
height: calc(100vh - 132px);
}
.tariff-modal .tariff-calculator {
gap: 0;
}
.tariff-modal .tariff-summary {
padding: 32px 24px 24px;
}
.mobile-step-1 {
align-items: flex-end;
}
.mobile-btn-next {
width: 100%;
}
.recruiting-section,
.hr-section {
text-align: left;
}
.mobile-nav-buttons {
margin-top: 24px;
}
.mobile-step-2 {
justify-content: center;
}
.mobile-btn-back {
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #FF6D12;
padding: 12px 16px;
margin-right: 8px;
}
.mobile-btn-calculate {
min-width: 179px;
}
.mobile-nav-buttons {
margin-top: 32px;
}
.tariff-calculator {
flex-direction: column;
}
.tariff-modal .tariff-summary {
width: 100%;
height: 100%;
}
.tariff-summary .tariffs-section__button {
margin-top: 32px;
}
}