.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ui-autocomplete.ui-menu {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-autocomplete.ui-menu.ui-front {
z-index: 100;
}
.ui-autocomplete.ui-menu.ui-widget {
font-size: 1em;
}
.ui-autocomplete.ui-menu.ui-widget-content {
border: 1px solid #dddddd; background: #ffffff;
color: #333333;
}
.ui-autocomplete.ui-menu.ui-widget-content a {
color: #333333;
}
.ui-helper-hidden-accessible {
display: none;
} .ui-autocomplete.ui-menu .ui-state-hover,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-hover,
.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-focus,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-focus 
{
font-weight: bold;
}
.ui-autocomplete.ui-menu .ui-state-hover a,
.ui-autocomplete.ui-menu .ui-state-hover a:hover,
.ui-autocomplete.ui-menu .ui-state-hover a:link,
.ui-autocomplete.ui-menu .ui-state-hover a:visited,
.ui-autocomplete.ui-menu .ui-state-focus a,
.ui-autocomplete.ui-menu .ui-state-focus a:hover,
.ui-autocomplete.ui-menu .ui-state-focus a:link,
.ui-autocomplete.ui-menu .ui-state-focus a:visited 
{
text-decoration: none;
}
.ui-autocomplete.ui-menu .ui-state-active,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-active,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-active 
{
font-weight: bold;
}
.ui-autocomplete.ui-menu .ui-state-active a,
.ui-autocomplete.ui-menu .ui-state-active a:link,
.ui-autocomplete.ui-menu .ui-state-active a:visited 
{
color: #eb8f00;
text-decoration: none;
}
.ui-autocomplete.ui-menu .ui-state-highlight,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-highlight,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-highlight {
border: 1px solid #fed22f;
color: #363636;
}
.ui-autocomplete.ui-menu .ui-state-highlight a,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-highlight a,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-autocomplete.ui-menu .ui-state-error,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-error,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
color: #ffffff;
}
.ui-autocomplete.ui-menu .ui-state-error a,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-error a,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-error a {
color: #ffffff;
}
.ui-autocomplete.ui-menu .ui-state-error-text,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-error-text,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-error-text {
color: #ffffff;
}
.ui-autocomplete.ui-menu .ui-priority-primary,
.ui-autocomplete.ui-menu.ui-widget-content .ui-priority-primary,
.ui-autocomplete.ui-menu.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-autocomplete.ui-menu .ui-priority-secondary,
.ui-autocomplete.ui-menu.ui-widget-content .ui-priority-secondary,
.ui-autocomplete.ui-menu.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter: Alpha(Opacity=70); font-weight: normal;
}
.ui-autocomplete.ui-menu .ui-state-disabled,
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-disabled,
.ui-autocomplete.ui-menu.ui-widget-header .ui-state-disabled {
opacity: .35;
filter: Alpha(Opacity=35); background-image: none;
}
.ui-autocomplete.ui-menu .ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35); }
.ui-autocomplete.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-autocomplete.ui-menu.ui-menu .ui-menu {
position: absolute;
}
.ui-autocomplete.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-autocomplete.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-active {
margin: -1px;
}#wpcf7-f199-o1 > form > div.form__footer > div > p > input {
border-radius: 30px;
}
.wpcf7-not-valid-tip {
position: absolute;
z-index: 111;
right: 1rem;
top: 1.2rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ed1549;
}
.wpcf7-spinner {
display: none;
}
.services-card__link a {
text-decoration: none;
}
@media (max-width:768px) {
.rgru-image	{
width:30px;
height:30px;
}
}.modal-close {
position: absolute;
top: 6px;
right: 17px;
background: none;
border: none;
font-size: 28px;
font-weight: bold;
color: #333;
cursor: pointer;
line-height: 1;
}
.modal-close:hover {
color: #ff4d4d;
}
.news-hero__header {
display: flex;
align-items: center;
justify-content: space-between;
}
.news-hero-arrows {
display: flex;
align-items: center;
gap: 2.1rem;
}
.news-hero-arrow {
cursor: pointer;
}
.news-hero-arrow svg {
width: 3rem;
}
.news-hero-arrow svg path {
transition: 0.3s;
}
.news-hero-arrow:hover svg path {
stroke: #ED1549;
}
.news-hero-slider {
margin-top: 1.7rem;
}
.news-hero-slide {
padding: 3.3rem;
border-radius: 1.7rem;
background: #F5F7F9 url(//nsvcons.com/wp-content/themes/nsv-consulting/assets/images/news-hero-bg.png) right top / cover no-repeat;
}
.news-hero-slide__tag {
font-size: 0.8rem;
color: #ED1549;
width: 9.5rem;
height: 1.7rem;
border-radius: 1rem;
border: 1px solid #ED1549;
display: flex;
align-items: center;
justify-content: center;
}
.news-hero-slide__title {
font-size: 2.8rem;
line-height: 108%;
letter-spacing: -0.02em;
color: #101820;
margin-top: 2.4rem;
font-weight: 500;
max-width: 70%;
}
.news-hero-slide__description {
font-weight: 400;
line-height: 120%;
color: #717171;
font-size: 1.2rem;
margin-top: 1.4rem;
max-width: 60%;
}
.news-hero-slide__button {
display: block;
font-size: 1.2rem;
line-height: 149%;
letter-spacing: -0.03em;
color: #fff;
padding: 1rem 2rem;
background: #ED1549;
border-radius: 4.4rem;
margin-top: 2.4rem;
max-width: fit-content;
}
.news-hero-slide__button:hover {
color: #fff;
}
.news-filters {
margin-top: 3.8rem;
}
.news-filters__wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.4rem
}
.news-filters-select {
position: relative;
}
.news-filters-select.active .news-filters-select__block svg {
transform: rotate(180deg);
}
.news-filters-select.active .news-filters-select__options {
display: flex;
padding: 1.5rem;
height: 10rem;
transition: 0.5s;
}
.news-filters-select__optionss {
display: none;
height: 0px;
overflow: hidden;
position: absolute;
width: 100%;
bottom: -0.5rem;
transform: translateY(100%);
background: #f5f7f9;
border-radius: 0.7rem;
flex-direction: column;
gap: 0.7rem;
max-height: fit-content;
overflow-y: auto;
z-index: 2;
display: flex;
padding: 0 1.5rem;
}
.news-filters-select.active .news-filters-select__optionss {
display: flex;
padding: 1.5rem;
height: 10rem;
transition: 0.5s;
scrollbar-width: none; }
.news-filters-select.active .news-filters-select__options::-webkit-scrollbar { }
.news-filters-select__block {
width: 100%;
padding: 0.7rem 1.3rem;
display: flex;
align-items: center;
justify-content: space-between;
background: transparent;
line-height: 139%;
color: #101820;
font-size: 1.2rem;
border-radius: 8rem;
border: 1px solid #101820;
cursor: pointer;
}
.news-filters-select__block svg {
transition: 0.3s;
width: 1.28rem;
}
.news-filters-select__options {
display: none;
height: 0px;
overflow: hidden;
position: absolute;
width: 100%;
bottom: -0.5rem;
transform: translateY(100%);
background: #f5f7f9;
border-radius: 0.7rem;
flex-direction: column;
gap: 0.7rem;
max-height: fit-content;
overflow-y: auto;
z-index: 2;
display: flex;
padding: 0 1.5rem;
}
.news-filters-select__options::-webkit-scrollbar { }
.news-filters-select__option {
display: flex;
gap: 0.7rem;
cursor: pointer;
}
.news-filters-select__option input {
display: none;
}
.news-filters-select__option span {
width: 1rem;
height: 1rem;
min-width: 1rem;
min-height: 1rem;
border-radius: 2px;
border: 1px solid #101820;
display: flex;
align-items: center;
justify-content: center;
margin-top: 0.4rem;
}
.news-filters-select__option span svg {
transition: 0.3s;
opacity: 0;
width: 90%;
}
.news-filters-select__option p {
line-height: 139%;
color: #101820;
font-size: 1.2rem;
}
.news-filters-select__option input:checked~span svg {
opacity: 1;
}
.news-filters-list ul {
display: flex;
align-items: baseline;
gap: 1.4rem;
flex-wrap: wrap;
}
.news-filters-list ul li {
line-height: 128%;
letter-spacing: -0.03em;
color: #ed1549;
font-size: 0.8rem;
padding: 2px 0.6rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.3rem;
cursor: pointer;
background: transparent;
transition: 0.3s;
border: 1px solid #ed1549;
border-radius: 0.7rem;
}
.news-filters-list ul li:nth-child(1) {
margin-top: 2rem;
}
.news-filters-list ul li:last-child {
color: #fff;
background: #ed1549;
}
.news-filters-list ul li:last-child svg path {
stroke: #fff;
}
.news-filters-list ul li span {
display: flex;
align-items: center;
justify-content: center;
}
.news-filters-list ul li svg {
width: 0.5rem;
height: 0.5rem;
}
.news-filters-list ul li svg path {
transition: 0.3s;
}
.news-filters-list ul li:hover {
background: #ed1549;
color: #fff;
}
.news-filters-list ul li:hover svg path {
stroke: #fff;
}
.news-grid {
margin-top: 3.1rem;
}
.news-grid__title {
line-height: 100%;
letter-spacing: -0.03em;
color: #101820;
font-size: 1.9rem;
}
.news-grid__wrapper {
display: flex;
flex-direction: column;
gap: 1.9rem;
margin-top: 1.6rem;
scroll-margin-top: 7rem;
}
.news-grid__row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.4rem;
padding-bottom: 1.9rem;
border-bottom: 1px solid #717171;
}
.news-grid__not-found {
padding-bottom: 1.9rem;
line-height: 128%;
color: #101820;
font-size: 1.2rem;
}
.news-grid__row:last-child {
border-bottom: none;
}
.news-card {
width: 100%;
cursor: pointer;
}
.news-card__image {
width: 100%;
aspect-ratio: 587 / 320;
border-radius: 0.5rem;
overflow: hidden;
}
.news-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.news-card__info {
display: flex;
align-items: center;
gap: 0.7rem;
margin-top: 1rem;
}
.news-card__info span {
display: flex;
align-items: center;
justify-content: center;
width: 4.7rem;
height: 1.1rem;
border-radius: 0.5rem;
color: #ED1549;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.03em;
border: 1px solid #ED1549;
font-size: 0.8rem;
}
.news-card__info p {
line-height: 128%;
letter-spacing: -0.03em;
color: #717171;
font-size: 0.8rem;
}
.news-card__title {
margin-top: 0.4rem;
line-height: 128%;
color: #101820;
font-size: 1.2rem;
transition: 0.3s;
}
.news-card:hover .news-card__title {
color: #ED1549;
}
.news-card__excerpt {
line-height: 135%;
color: #717171;
font-size: 0.8rem;
margin-top: 0.4rem;
}
.news-footer {}
.news-footer__wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.news-pagination {
display: flex;
align-items: center;
gap: 2rem;
margin-top: 3.1rem;
margin-bottom: 3.1rem;
}
.news-pagination ul {
display: flex;
align-items: center;
gap: 2rem;
}
.news-pagination button {
background: transparent;
border: none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
width: 3rem;
}
.news-pagination ul li {
font-weight: 400;
font-size: 1rem;
line-height: 100%;
color: #717171;
cursor: pointer;
transition: 0.3s;
}
.news-pagination ul li:hover {
color: #101820;
}
.news-pagination ul li.active {
color: #101820;
}
@media (max-width: 991.98px) {
.news-pagination button {
width: 33px;
}
.news-hero-slide {
padding: 36px;
border-radius: 18px;
}
.news-hero-slide__tag {
font-size: 9px;
width: 104px;
height: 19px;
border-radius: 11px;
}
.news-hero-slide__title {
font-size: 30px;
letter-spacing: -0.6px;
margin-top: 26px;
max-width: 100%;
}
.news-hero-slide__description {
font-size: 13px;
margin-top: 15px;
max-width: 100%;
}
.news-hero-slide__button {
padding: 11px 22px;
font-size: 13px;
margin-top: 26px;
border-radius: 48px;
}
.news-hero-arrows {
gap: 23px;
}
.news-hero-arrow svg {
width: 33px;
}
.news-hero-slider {
margin-top: 18px;
}
.news-filters {
margin-top: 41px;
}
.news-filters__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 15px;
}
.news-filters-select__block {
padding: 7px 14px;
font-size: 13px;
border-radius: 88px;
}
.news-filters-select__block svg {
width: 14px;
}
.news-filters-list ul li:nth-child(1) {
margin-top: 22px;
}
.news-filters-select__options {
bottom: -5px;
padding: 0px 16px;
border-radius: 7px;
gap: 7px;
max-height: fit-content;
}
.news-filters-select.active .news-filters-select__options {
padding: 16px;
height: 110px;
}
.news-filters-select__option {
font-size: 11px;
gap: 11px;
}
.news-filters-select__option span {
width: 11px;
height: 11px;
min-width: 11px;
min-height: 11px;
margin-top: 4px;
}
.news-filters-select__option p {
font-size: 13px;
}
.news-filters-list {
margin-top: 22px;
}
.news-filters-list ul {
gap: 15px;
}
.news-filters-list ul li {
font-size: 8px;
padding: 2px 6px;
gap: 3px;
border-radius: 8.8px;
}
.news-filters-list ul li svg {
width: 5px;
height: 5px;
}
.news-grid {
margin-top: 34px;
}
.news-grid__title {
font-size: 20px;
}
.news-grid__wrapper {
gap: 20px;
margin-top: 17px;
}
.news-grid__row {
padding-bottom: 20px;
gap: 15px;
}
.news-card__image {
border-radius: 5px;
}
.news-card__info {
gap: 7px;
}
.news-card__info span {
width: 51px;
height: 12px;
border-radius: 5px;
font-size: 8px;
}
.news-card__info p {
font-size: 8px;
}
.news-card__title {
margin-top: 4px;
font-size: 13px;
}
.news-card__excerpt {
font-size: 8px;
margin-top: 4px;
}
.news-pagination {
gap: 22px;
margin: 34px 0px;
}
.news-pagination ul {
gap: 22px;
}
.news-pagination ul li {
font-size: 11px;
}
}
@media (max-width: 767.98px) {
.news-hero-slide {
padding: 20px;
}
.news-hero-slide__title {
font-size: 22px;
}
.news-filters__wrapper {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
}
.news-grid__row {
grid-template-columns: 1fr;
padding-bottom: 0px;
border-bottom: none;
}
.news-footer__wrapper {
justify-content: center;
}
.news-pagination {
justify-content: center;
overflow-x: auto;
&::-webkit-scrollbar {
display: none;
}
}
.news-hero__header {
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
} .news-page-header__title {
font-size: 2.8rem;
}
.news-page-header__info {
margin-top: 2rem;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.news-page-header__authors {
display: flex;
flex-direction: column;
gap: 1rem;
}
.news-page-header__author {
display: flex;
align-items: center;
gap: 1rem;
}
.news-page-header__author img {
width: 3.3rem;
height: 3.3rem;
border-radius: 50%;
object-fit: cover;
background: #D9D9D9;
}
.news-page-header__author h3 {
font-size: 1.2rem;
margin-bottom: 0.2rem;
}
.news-page-header__author p {
font-size: calc(14rem / 16);
}
.news-page-header__detales {
display: flex;
align-items: center;
gap: 0.7rem;
}
.news-page-header__detales p {
font-size: calc(14rem / 16);
color: #717171;
}
.news-page-header__detales span {
display: flex;
align-items: center;
justify-content: center;
color: #ED1549;
font-size: calc(14rem / 16);
padding: 0.1rem 0.7rem;
border-radius: 0.7rem;
border: 1px solid #ED1549;
}
.news-page-banner {
width: 100%;
border-radius: 1.7rem;
overflow: hidden;
margin-top: 2rem;
}
.news-page-banner img {
width: 100%;
}
.section-news-catalog {
margin-top: 2rem;
margin-bottom: 0 !important;
}
.section-news-catalog .content-container {
max-width: 57.8rem;
font-size: 1.2rem;
}
.news-page-services {
padding: 2.5rem;
border-radius: 1.7rem;
background: #F5F7F9;
margin-top: 3rem;
}
.news-page-services h2 {
font-size: 2rem;
color: #ED1549;
font-weight: 500;
}
.news-page-services ul {
margin-top: 2rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2.5rem;
}
.news-page-services ul li a {
padding: 1.9rem;
border-radius: 0.6rem;
background: #fff;
color: #101820;
display: block;
height: 100%;
display: flex;
flex-direction: column;
}
.news-page-services ul li a h3 {
font-size: 1.2rem;
font-weight: 500;
}
.news-page-services ul li a p {
font-size: 0.8rem;
margin-top: 1rem;
font-weight: 500;
color: #717171;
margin-bottom: 1rem;
}
.news-page-services ul li a span {
display: flex;
justify-content: center;
align-items: center;
width: 2.3rem;
height: 2.3rem;
border-radius: 50%;
border: 1px solid #ED1549;
transition: 0.3s;
margin-top: auto;
}
.news-page-services ul li a span svg {
width: 0.8rem;
}
.news-page-services ul li a span svg path {
transition: 0.3s;
}
.news-page-services ul li a:hover span {
background: #ED1549;
}
.news-page-services ul li a:hover span svg path {
fill: #fff;
}
.news-page-related {
padding: 3rem 0px;
}
.news-page-related h2 {
font-size: 1.9rem;
}
.news-page-related ul {
margin-top: 1.6rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.4rem;
}
.news-page-button {
display: flex;
align-items: center;
gap: 1.4rem;
margin-top: 3rem;
}
.news-page-button a {
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
gap: 0.5rem;
}
.news-page-button a svg {
width: 0.5rem;
}
.news-page-button a svg path {
transition: 0.3s;
}
.news-page-button a:hover svg path {
stroke: #fff;
}
.news-page-button a:nth-child(3) {
color: #ED1549;
border-color: #ED1549;
}
.news-page-button a:nth-child(3) svg path {
stroke: #ED1549;
}
.news-page-button a:nth-child(3):hover svg path {
stroke: #fff;
}
.section-news-catalog .container.grid {
display: grid;
grid-template-columns: auto 1fr;
gap: 1rem;
}
.news-page-webinar {
padding: 2rem;
border-radius: 1rem;
background: #F5F7F9;
position: relative;
height: fit-content;
}
.news-page-webinar h2 {
font-size: 1.2rem;
font-weight: 500;
position: relative;
z-index: 2;
}
.news-page-webinar ul {
margin-top: 1.4rem;
display: flex;
flex-direction: column;
gap: 1.4rem;
position: relative;
z-index: 2;
}
.news-page-webinar ul li {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.news-page-webinar ul li h3 {
text-transform: uppercase;
font-size: 0.8rem;
color: #717171;
}
.news-page-webinar ul li p {
font-size: 0.8rem;
}
.news-page-webinar a {
margin-top: 1.4rem;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 2rem;
border-radius: 4.4rem;
background: #ED1549;
color: #fff;
font-size: 1.2rem;
position: relative;
z-index: 2;
max-width: fit-content;
}
.news-page-webinar a:hover {
color: #fff;
}
.news-page-webinar svg {
position: absolute;
right: 0;
bottom: 0;
width: 13rem;
height: auto !important;
}
@media (max-width: 991.98px) {
.news-page-header__title {
font-size: 30px;
}
.news-page-header__info {
margin-top: 22px;
}
.news-page-header__authors {
gap: 11px;
}
.news-page-header__author {
gap: 11px;
}
.news-page-header__author img {
width: 36px;
height: 36px;
}
.news-page-header__author h3 {
font-size: 13px;
margin-bottom: 2.2px;
}
.news-page-header__author p {
font-size: 9.6px;
}
.news-page-header__detales {
gap: 7.7px;
}
.news-page-header__detales p {
font-size: 9.6px;
}
.news-page-header__detales span {
font-size: 9.6px;
padding: 1px 7.7px;
border-radius: 11px;
}
.news-page-banner {
font-size: 18px;
margin-top: 22px;
}
.section-news-catalog {
margin-top: 22px;
}
.section-news-catalog .content-container {
max-width: 100%;
font-size: 14px;
}
.news-page-services {
padding: 27px;
border-radius: 18px;
margin-top: 33px;
}
.news-page-services h2 {
font-size: 22px;
}
.news-page-services ul {
margin-top: 22px;
gap: 27px;
}
.news-page-services ul li a {
font-size: 20px;
border-radius: 6.6px;
}
.news-page-services ul li a h3 {
font-size: 13px;
}
.news-page-services ul li a p {
font-size: 8.8px;
margin-top: 11px;
}
.news-page-services ul li a span {
width: 25px;
height: 25px;
}
.news-page-services ul li a span svg {
font-size: 8.8px;
}
.news-page-button {
margin-top: 33px;
gap: 15px;
}
.news-page-button a {
gap: 5.5px;
}
.news-page-button a svg {
width: 5.5px;
}
.news-page-related {
padding: 33px 0px;
}
.news-page-related h2 {
font-size: 20px;
}
.news-page-related ul {
margin-top: 17px;
gap: 15px;
}
.section-news-catalog .container.grid {
display: flex;
flex-direction: column;
}
.news-page-webinar {
order: -1;
padding: 22px;
border-radius: 11px;
}
.news-page-webinar svg {
width: 148px;
}
.news-page-webinar h2 {
font-size: 13px;
}
.news-page-webinar ul {
font-size: 15px;
gap: 15px;
}
.news-page-webinar ul li {
gap: 2.2px;
}
.news-page-webinar ul li h3 {
font-size: 8.8px;
}
.news-page-webinar ul li p {
font-size: 8.8px;
}
.news-page-webinar a {
margin-top: 15px;
padding: 11px 22px;
font-size: 13px;
border-radius: 48px;
}
}
@media (max-width: 767.98px) {
.news-page-header__info {
flex-direction: column;
align-items: flex-start;
gap: 22px;
}
.news-page-header__detales {
order: -1;
}
.news-page-banner {
display: none;
}
.news-page-services ul {
display: flex;
flex-direction: column;
}
.news-page-button {
flex-direction: column;
align-items: center;
}
.news-page-related ul {
display: flex;
flex-direction: column;
}
} .projects-modal {
opacity: 0;
visibility: hidden;
transition: 0.3s;
z-index: 1000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100dvh;
}
.projects-modal.active {
opacity: 1;
visibility: visible;
}
.projects-modal__container {
width: 100%;
min-height: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: rgba(0, 0, 0, 0.6);
}
.projects-modal__container::-webkit-scrollbar {
display: none;
}
.projects-modal__container::-moz-progress-bar {
display: none;
}
.projects-modal__container {
height: 100%;
}
.projects-modal__slider {
height: 100%;
}
.projects-modal__slider .swiper-wrapper {
height: 100%;
}
.projects-modal__slider .swiper-slide {
display: flex;
justify-content: center;
padding: 5rem 0;
overflow-y: auto;
scrollbar-width: none; -ms-overflow-style: none;
}
.projects-modal__slider .swiper-slide::-webkit-scrollbar {
display: none;
}
.projects-modal__slider .swiper-slide::-moz-progress-bar {
display: none;
}
.projects-modal-slide {
position: relative;
padding: 1.9rem;
border-radius: 1.2rem;
max-width: 57.2rem;
width: 100%;
background: #F5F7F9;
height: fit-content !important;
}
.projects-modal-slide__header {
display: flex;
align-items: center;
gap: 20px;
width: 100%;
}
.projects-modal-slide__header span {
padding: 0.7rem 1.3rem;
font-size: 1.2rem;
border-radius: 2.1rem;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
.projects-modal-slide__info {
display: flex;
align-items: center;
gap: 1.4rem;
}
.projects-modal-slide__info span:nth-child(1) {
color: #fff;
background: #ED1549;
}
.projects-modal-slide__title {
font-size: 2rem;
margin-top: 1.6rem;
}
.projects-modal-slide__content {
display: flex;
flex-direction: column;
gap: 0.7rem;
margin-top: 1.6rem;
}
.projects-modal-slide__content-block {
display: flex;
flex-direction: column;
gap: 0.7rem;
}
.projects-modal-slide__content h4 {
font-size: 1.2rem;
font-weight: 600;
}
.projects-modal-slide__content p {
font-size: 1rem;
line-height: 156%;
color: #717171;
}
.projects-modal-slide__team {
display: flex;
align-items: flex-start;
grid-template-columns: repeat(auto-fill, 13rem);
gap: 2rem;
}
.projects-modal-slide__team div {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
}
.projects-modal-slide__team div a {
display: block;
color: #101820;
display: flex;
justify-content: center;
width: 100%;
}
.projects-modal-slide__team div img {
width: 7rem;
width: 7rem;
object-fit: cover;
border-radius: 50%;
}
.projects-modal-slide__team div h4 {
margin-top: 1rem;
text-align: center;
}
.projects-modal-slide__team div p {
margin-top: 0.4rem;
text-align: center;
margin-bottom: 1rem;
}
.projects-modal-slide__team div button {
color: #fff;
background: #ED1549;
padding: 0.3rem 1.1rem;
font-size: 1.2rem;
border-radius: 2.1rem;
display: flex;
align-items: center;
justify-content: center;
margin-top: auto;
border: none;
outline: none;
}
.projects-modal__arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.projects-modal__arrow svg {
width: 2.7rem;
height: 2.7rem;
}
.projects-modal__arrow-prev {
left: 0.9rem;
}
.projects-modal__arrow-next {
right: 0.9rem;
}
.projects-modal-slide__more-button {
display: flex;
justify-content: flex-end;
margin-top: 1.6rem;
}
.projects-modal-slide__more-button a {
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 2rem;
border-radius: 4rem;
color: #fff;
background: #ed1549;
font-size: 1.2rem;
line-height: 149%;
}
.projects-modal-slide__more-button a:hover {
color: #fff;
}
@media (max-width: 991.98px) {
.projects-modal-slide {
max-width: 630px;
border-radius: 10px;
padding: 30px 20px;
}
.projects-modal-slide__header {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.projects-modal-slide__info {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.projects-modal-slide__header span {
font-size: 18px;
padding: 7.5px 26px;
border-radius: 93px;
}
.projects-modal-slide__title {
font-size: 22px;
margin-top: 30px;
}
.projects-modal-slide__content {
margin-top: 30px;
gap: 15px;
}
.projects-modal-slide__content h4 {
font-size: 15px;
}
.projects-modal-slide__content p {
font-size: 14px;
}
.projects-modal-slide__team {
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
gap: 15px;
}
.projects-modal-slide__team div img {
width: 70%;
aspect-ratio: 1 / 1;
}
.projects-modal-slide__team div h4 {
margin-top: 15px;
}
.projects-modal-slide__team div p {
margin-top: 10px;
margin-bottom: 20px;
}
.projects-modal-slide__team div button {
font-size: 16px;
padding: 5px 20px;
border-radius: 100px;
}
.projects-modal__arrow {
display: none;
}
.projects-modal-slide__more-button {
margin-top: 30px;
}
.projects-modal-slide__more-button a {
padding: 11px 22px;
font-size: 16px;
border-radius: 44px;
}
}