/*!
Theme Name: Nasiliu Net - new
Theme URI: http://underscores.me/
Author: Sairus
Author URI: https://sairus.io
Version: 1.0.0
Text Domain: nasiliunet
*/
/** variables **/
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url("fonts/Manrope-Medium.woff2") format("woff2");
  src: url("fonts/Manrope-Medium.woff") format("woff"),
    url("fonts/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url("fonts/Manrope-SemiBold.woff2") format("woff2");
  src: url("fonts/Manrope-SemiBold.woff") format("woff"),
    url("fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url("fonts/Manrope-Bold.woff2") format("woff2");
  src: url("fonts/Manrope-Bold.woff") format("woff"),
    url("fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("fonts/Manrope-ExtraBold.woff2") format("woff2");
  src: url("fonts/Manrope-ExtraBold.woff") format("woff"),
    url("fonts/Manrope-ExtraBold.ttf") format("truetype");
}
/**general styles  **/
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

input[type="submit"],
button {
  -webkit-appearance: none;
  cursor: pointer;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.internal-wrapper {
  margin: 0 auto;
  max-width: 1108px;
  padding: 0 16px;
}

.internal-wrapper.small {
  max-width: 824px;
}

.internal-wrapper.medium {
  max-width: 910px;
}

.flex-wrapper {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.position-relative {
  position: relative;
}

.button-colored {
  background-color: #e64249;
  transition: all 0.45s;
  color: #ffffff;
}

.button-colored:hover {
  background-color: #c83238;
  transition: all 0.45s;
}

.button-big {
  border-radius: 10px;
  font-size: 20px;
  padding: 22px 43px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}

.button-medium {
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 39px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}

.button-small {
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 12px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}

.button-light {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 100px;
  font-size: 16px;
  padding: 10px 12px;
  font-weight: 600;
  display: inline-block;
}

.button-transparent {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 24px;
  color: #e64249;
  border: 2px solid #e64249;
  background-color: transparent;
  display: inline-block;
}

.link-line-gray {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
}

.link-line-gray:hover {
  border-color: #000000;
}

.link-line-red {
  color: #e64249;
  border-bottom: 1px solid #f8c6c8;
  display: inline;
  padding-bottom: 3px;
}

.link-line-red:hover {
  border-color: #e64249;
}

.tag-transparent {
  padding: 4px 16px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.title-big {
  font-size: 56px;
  font-weight: 800;
  line-height: 114%;
}

.title-medium {
  font-size: 40px;
  font-weight: 500;
  line-height: 135%;
}

.title-small {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.socials-hover a:hover svg path {
  fill: #000000;
}

.article-img-wrapper {
  overflow: hidden;
}

.article-img-link {
  transition: all 0.45s;
}
.article-img-link .article-img {
  transition: all 0.45s;
}

.article-img-link:hover .article-img {
  transition: all 0.45s;
}

.article-link-wrapper .article-link-title {
  display: inline;
}

.article-link-wrapper:hover .article-link-title {
  border-bottom: 1px solid #e64249;
  color: #e64249;
}

.link-hover-dark:hover .link-hover-dark-title {
  border-color: #000000;
}

.header-main {
  background-color: #ffffff;
  padding: 32px 0 37px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s;
}

.header-main.active {
  padding: 15px 0 7px 0;
  transition: all 0.2s;
}

.header-top {
  margin-bottom: 13px;
}

.header-logo {
  float: left;
}

.header-info {
  float: right;
  text-align: right;
  font-weight: 700;
  color: #636363;
  font-size: 16px;
  padding-top: 5px;
}
.header-info__title {
  margin-right: 3px;
}
.header-info__item {
  margin-right: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e0e0e0;
}
.header-info__item:last-child {
  margin-right: 0;
}

.header-nav {
  float: left;
}
.header-nav li {
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 22px;
  position: relative;
}
.header-nav li:last-of-type {
  margin-right: 0;
}
.header-nav a {
  font-size: 16px;
  padding-bottom: 4px;
  line-height: 125%;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
}
.header-nav a:hover {
  border-color: #000000;
}
.header-nav .sub-menu {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  left: -16px;
  top: 42px;
  filter: drop-shadow(0px 4px 32px rgba(16, 16, 20, 0.16));
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 272px;
  transition: all 0.2s;
}
.header-nav .sub-menu li {
  border-bottom: 1px solid #eeedf0;
  margin-right: 0;
  display: block;
  padding-bottom: 0;
}
.header-nav .sub-menu li:last-child {
  border-bottom: 0;
}
.header-nav .sub-menu a {
  border-bottom: 0;
  display: block;
  padding: 14px 16px;
}
.header-nav .sub-menu a:hover {
  color: #e64249;
}
.header-nav .menu-item-has-children {
  margin-right: 26px;
}
.header-nav .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: url("img/menu-down-arrow.svg") no-repeat center;
  background-size: cover;
}
.header-nav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transition: all 0.2s;
}

.header-support {
  float: right;
  position: relative;
  bottom: 5px;
}

.padding-from-header {
  padding-top: 187px;
}

.padding-from-header.gray-color {
  background-color: #dce3e8;
}

.red-page-header {
  background-color: #e64249;
}
.red-page-header .page-header-title {
  color: #ffffff;
}

.padding-from-header.red-color {
  background-color: #e64249;
}

.home-banner {
  padding: 104px 0 0 0;
  background-color: #f2f5f6;
  text-align: center;
}
.home-banner__title {
  margin-bottom: 32px;
}

.home-banner-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.home-banner-slider-wrapper {
  position: relative;
  margin-top: 137px;
}
.home-banner-slider-wrapper .overflow-line {
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #ffffff;
  z-index: 5;
  right: 2px;
  top: 0;
}

.home-banner-slider {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.home-banner-slider .owl-item {
  border-right: 1px solid #e5e5e5;
}
.home-banner-slider .owl-nav {
  position: absolute;
  right: 8px;
  bottom: -42px;
}
.home-banner-slider .owl-nav button {
  margin-left: 8px;
}
.home-banner-slider .owl-nav button:focus {
  outline: none;
}
.home-banner-slider .owl-nav button svg circle {
  transition: all 0.45s;
}
.home-banner-slider .owl-nav button:hover svg circle {
  fill: #bbc9d3;
  transition: all 0.45s;
}
.home-banner-slider .owl-stage {
  display: flex;
}
.home-banner-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.page-banner-text span {
  color: #e64249;
}

.home-banner-slider-item {
  padding: 40px 32px 32px 32px;
  background-color: #ffffff;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.home-banner-slider-item__img {
  min-width: 34px !important;
  width: auto !important;
  display: inline-block !important;
  min-height: 40px;
}
.home-banner-slider-item__title {
  margin-top: 20px;
}
.home-banner-slider-item__description {
  margin: 12px 0 30px 0;
  font-size: 16px;
  font-weight: 500;
  min-height: 110px;
}

.home-about {
  padding: 32px 0 120px 0;
  margin-top: 150px;
  border-top: 1px solid #e5e5e5;
}

.home-about-description {
  margin-bottom: 88px;
}
.home-about-description__title {
  color: #e64249;
}
.home-about-description__text {
  margin-top: 5px;
  max-width: 970px;
}

.home-about-article__img {
  width: 66%;
}
.home-about-article__img img {
  width: 100%;
  display: block;
}
.home-about-article__text {
  width: 34%;
  padding-left: 32px;
}
.home-about-article__text_excerpt {
  margin: 12px 0 16px 0;
  font-size: 16px;
  font-weight: 500;
}
.home-about-article__text_date {
  color: #808080;
  font-weight: 500;
  font-size: 16px;
}

.home-about-slider {
  margin-top: 48px;
}
.home-about-slider .owl-nav {
  position: absolute;
  right: -100px;
  top: 0;
}
.home-about-slider .owl-nav button:focus {
  outline: none;
}
.home-about-slider .owl-nav button svg circle {
  transition: all 0.45s;
}
.home-about-slider .owl-nav button:hover svg circle {
  fill: #bbc9d3;
  transition: all 0.45s;
}
.home-about-slider .owl-prev {
  display: none;
}

.home-about-slider-item__img {
  width: 80px;
}
.home-about-slider-item__img img {
  border-radius: 16px;
}
.home-about-slider-item__text {
  width: calc(100% - 80px);
  padding-left: 24px;
}
.home-about-slider-item__text_date {
  margin-top: 6px;
  color: #808080;
  font-size: 16px;
  font-weight: 500;
}
.home-about-slider-item__link:hover .link-line-gray {
  border-color: #000000;
}

.home-domestic-violence {
  padding: 32px 0 80px 0;
  border-top: 1px solid #e5e5e5;
}
.home-domestic-violence__description {
  margin-bottom: 80px;
}
.home-domestic-violence__title {
  color: #e64249;
  max-width: 1110px;
}

.home-domestic-violence__external-links {
  width: 66%;
}

.home-domestic-violence__external-links_item {
  padding: 20px 30px 24px 14px;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #e64249;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-bottom: 24px;
}

.home-domestic-violence__external-links_item.item-half {
  width: 48.4%;
}

.home-domestic-violence__external-links_item.item-half:nth-child(odd) {
  margin-right: 1.6%;
}

.home-domestic-violence__external-links_item_text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 162%;
}
.home-domestic-violence__external-links_item_img {
  margin-bottom: 19px;
}

.home-domestic-violence__external-links_item.item-full {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.home-domestic-violence__donate-wrapper {
  background-color: #f2f5f6;
  border-radius: 16px;
  padding: 40px 32px 32px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-domestic-violence__donate {
  width: 34%;
  padding-left: 24px;
}
.home-domestic-violence__donate_title {
  margin: 32px 0 16px 0;
}
.home-domestic-violence__donate_text {
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 10px;
}

.home-app {
  padding-top: 92px;
}

.home-app-internal-wrapper {
  padding-bottom: 192px;
  background-position: right;
}

.home-app-content {
  max-width: 600px;
  padding-top: 104px;
}

.home-app-content__info {
  margin: 20px 0 40px 0;
}

.home-app-content__info_item {
  margin-top: 12px;
}
.home-app-content__info_item img {
  float: left;
  width: 24px;
}
.home-app-content__info_item span {
  float: left;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-left: 8px;
  width: calc(100% - 24px);
}

.home-app-content__buttons a {
  margin-right: 8px;
}

.footer-main {
  background-color: #f2f5f6;
}

.footer-top {
  padding: 48px 0 32px 0;
  border-bottom: 1px solid #dadcdd;
}
.footer-top__logo {
  float: left;
}
.footer-top__contacts {
  float: right;
  padding-top: 2px;
  color: #636363;
}
.footer-top__contacts_link {
  display: inline-block;
  margin-left: 24px;
  font-weight: 700;
}
.footer-top__contacts_link.no-margin {
  margin-left: 0;
}

.footer-links {
  padding: 40px 0 45px 0;
}

.footer-link-item-block {
  padding-right: 10px;
}

.footer-links__donate {
  width: 32%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-socials {
  width: 100%;
  padding-bottom: 12px;
}
.footer-socials a {
  margin-right: 24px;
}
.footer-socials a:last-child {
  margin-right: 0;
}

.footer-links__block.big {
  width: 25.5%;
}

.footer-links__block.small {
  width: 17%;
  padding-right: 0;
}

.footer-links__block_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-links__block_title.margin-top {
  margin-top: 24px;
}
.footer-links__block_sub-title.margin-bottom {
  margin-bottom: 10px;
}
.footer-links__block li {
  margin-bottom: 12px;
}
.footer-links__block a {
  color: #636363;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
}
.footer-links__block a:hover {
  border-color: transparent;
  color: #000000;
}

.footer-extra-submenu {
  margin-top: 40px;
}
.footer-extra-submenu p {
  color: #636363;
  font-size: 16px;
  font-weight: 700;
}

.content-block h1,
.content-block h2 {
  font-size: 28px;
  line-height: 135%;
  font-weight: 800;
  margin-bottom: 24px;
}
.content-block p {
  font-size: 18px;
  line-height: 177%;
  font-weight: 500;
  margin-bottom: 24px;
}
.content-block blockquote {
  margin: 32px 0 40px 0;
  padding-left: 16px;
  border-left: 4px solid #e64249;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}
.content-block a {
  color: #e64249;
  border-bottom: 1px solid #f8c6c8;
  padding-bottom: 1px;
}
.content-block a:hover {
  border-bottom: #e64249;
}
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
  font-size: 18px;
  line-height: 177%;
  font-weight: 700;
  margin-bottom: 8px;
}
.content-block ul li {
  font-size: 18px;
  line-height: 177%;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  padding-left: 16px;
}
.content-block ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e64249;
  top: 12px;
  left: 0;
}
.content-block ol {
  list-style: decimal;
  list-style-type: decimal;
}
.content-block ol li {
  font-size: 18px;
  line-height: 177%;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  padding-left: 16px;
}
.content-block figure {
  margin: 56px 0 48px 0;
  width: 100% !important;
}
.content-block img {
  width: auto;
  display: block;
  margin: 24px auto 12px auto;
}
.content-block figcaption {
  margin: 12px 0 0 0;
  color: #808080;
}
.content-block iframe {
  width: 100%;
}

.about-centre-sign {
  padding-bottom: 100px;
}

.about-centre-team {
  border-top: 1px solid #e5e5e5;
  padding: 32px 0 64px 0;
}
.about-centre-team__title {
  margin-bottom: 44px;
}

.about-centre-files {
  padding-bottom: 60px;
}
.about-centre-files__title {
  margin-bottom: 24px;
  font-weight: 800;
}

.about-centre-files__block_item {
  margin-bottom: 15px;
}
.about-centre-files__block_item img {
  vertical-align: -9px;
  margin-right: 10px;
}

.gray-header {
  background-color: #dce3e8;
}
.gray-header li.current-menu-item > a {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 5px 10px;
  border: 0;
  padding-right: 24px;
}
.gray-header a {
  border-color: #c6ccd1;
}
.gray-header .header-nav .current-menu-item.menu-item-has-children:after {
  right: 8px;
}
.gray-header .sub-menu a {
  padding: 14px 16px !important;
}

.gray-page-header {
  background-color: #dce3e8;
}

.page-content-wrapper.bottom-line {
  border-bottom: 1px solid #e5e5e5;
}

.page-content-wrapper__left-side {
  width: 42%;
}
.page-content-wrapper__right-side {
  width: 58%;
}

.page-content-wrapper:last-child {
  border-bottom: 0;
}

.page-content-wrapper__left-side {
  padding-right: 10%;
}
.page-content-wrapper__left-side_title {
  font-size: 28px;
  line-height: 135%;
  font-weight: 800;
}

.repeater-left-side {
  padding-top: 17px;
  padding-bottom: 17px;
}

.repeater-right-side {
  padding-top: 24px;
  padding-bottom: 60px;
}

.red-header {
  background-color: #e64249;
}
.red-header .header-nav .menu-item-has-children:after {
  background-image: url("img/icon-header-white.svg");
  width: 8px;
  height: 4px;
  top: 12px;
}
.red-header .current-menu-item > a {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 5px 24px 5px 10px;
}
.red-header a {
  color: #ffffff;
}
.red-header .sub-menu a {
  color: #000000;
}
.red-header .menu-item-has-children.current-menu-item:after {
  right: 12px;
}
.red-header .header-nav a,
.red-header .header-info__item {
  border-color: #f08e92;
}
.red-header .header-nav a:hover,
.red-header .header-info__item:hover {
  border-color: #ffffff;
}
.red-header .header-info__title {
  color: #ffffff;
}
.red-header .header-support a,
.red-header .donate-button {
  color: #000000;
  background-color: #ffffff;
}
.red-header .sub-menu a {
  border: 0 !important;
  padding: 14px 16px !important;
}

.white-header .current-menu-item {
  border: 2px solid #e64249;
  padding: 7px 12px;
  border-radius: 8px;
  color: #e64249;
}
.white-header .current-menu-item > a {
  border-bottom: 0;
}

.page-header {
  padding: 70px 0 50px 0;
}

.about-centre-content-left-side {
  padding-right: 40px;
}

.about-centre-img img {
  display: block;
  width: 100%;
}
.about-centre-img__text {
  padding-top: 16px;
}
.about-centre-img__text span {
  font-weight: 700;
}

.about-centre-content-wrapper {
  padding: 40px 0 80px 0;
}

.about-centre-team-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 48px;
}
.about-centre-team-item__img img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.about-centre-team-item__sign {
  margin-top: 16px;
}
.about-centre-team-item__sign_title {
  font-weight: 700;
}

.about-centre-team-item:nth-child(4n) {
  margin-right: 0;
}

.about-centre__photo-container {
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
}

.about-centre__team-info {
  padding-bottom: 20px;
}

.about-centre-img__text {
  padding-bottom: 40px;
  color: #585858;
  text-align: center;
}

.about-center__button-layer {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.about-center__button-layer {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.about-center__button-layer .button_international {
  color: #ffffff;
  padding: 22px 100px;
  border-bottom: none;
}

.legal-aid-subheader {
  padding: 16px 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  font-weight: 500;
}
.legal-aid-subheader__left {
  width: calc(100% - 338px);
  float: left;
  padding-top: 12px;
  padding-right: 20px;
}
.legal-aid-subheader__left_link {
  margin-right: 24px;
}
.legal-aid-subheader__right {
  float: right;
  width: 338px;
  text-align: center;
}
.legal-aid-subheader__right_link {
  width: 100%;
  margin-bottom: 8px;
}

.page-bottom-links-wrapper {
  margin: 40px 0;
}

.page-bottom-links {
  border: 1px solid #e5e5e5;
}

.page-bottom-links-item {
  width: 25%;
  padding: 39px 15px 44px 32px;
  border-right: 1px solid #e5e5e5;
}
.page-bottom-links-item__title {
  margin-top: 27px;
}

.page-bottom-links-item:last-child {
  border-right: 0;
}

.psycho-help-content-right-side__title {
  margin-bottom: 16px;
}

.content-block-opener__item {
  border: 2px solid #f8c6c8;
  margin-bottom: 8px;
  border-radius: 8px;
  position: relative;
}
.content-block-opener__item_plus-minus {
  color: #e64249;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  position: absolute;
  top: 7px;
  right: 24px;
  z-index: -1;
}
.content-block-opener__item_plus-minus .minus {
  display: none;
}
.content-block-opener__item_title {
  cursor: pointer;
  padding: 11px 60px 11px 16px;
  font-weight: 600;
}
.content-block-opener__item_text {
  display: none;
  padding: 11px 60px 11px 16px;
}

.content-block-opener__item.active {
  border-color: #e64249;
}

.content-block-opener__item.active
  .content-block-opener__item_plus-minus
  .plus {
  display: none;
}
.content-block-opener__item.active
  .content-block-opener__item_plus-minus
  .minus {
  display: block;
}

.what-to-do-content-wrapper {
  padding: 40px 0 80px 0;
}

.tab-content-text {
  display: none;
}

.tab-content-header-title {
  margin-bottom: 32px;
  cursor: pointer;
}

.tab-content-header-title.active {
  padding-left: 16px;
  border-left: 4px solid #e64249;
  color: #e64249;
}

.what-to-do-content-right-side {
  padding-top: 7px;
}

.tab-content-text:first-child {
  display: block;
}

.relatives-subheader {
  padding: 28px 0 64px 0;
  border-bottom: 1px solid #e5e5e5;
}

.relative-text-block {
  max-width: 690px;
  line-height: 177%;
}

.relative-bottom-text {
  padding-bottom: 104px;
}

.relative-two-columns {
  padding-top: 40px;
  padding-bottom: 80px;
  border-top: 1px solid #e5e5e5;
}

.relative-two-columns__item {
  width: 50%;
  padding-right: 40px;
}
.relative-two-columns__item_title {
  margin: 16px 0;
}

.page-content-wrapper-main-wrapper {
  padding: 64px 0 40px 0;
}

.red-page-content {
  margin-bottom: 24px;
}

.red-page-repeater-item {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
.red-page-repeater-item__title {
  margin-bottom: 24px;
  font-weight: 800;
}

.red-page-repeater-item:last-child {
  border-bottom: 0;
}

.red-page-content {
  font-weight: 500;
}

.literature-repeater-item-section__main-title {
  font-weight: 800;
}

.literature-repeater-item-block {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
.literature-repeater-item-block__content {
  width: calc(100% - 242px);
  padding-right: 64px;
}
.literature-repeater-item-block__content_text {
  margin-top: 24px;
}
.literature-repeater-item-block__img {
  width: 242px;
}
.literature-repeater-item-block__img img {
  display: block;
  width: 100%;
}

.literature-repeater-item-block:last-child {
  border-bottom: 0;
}

.volunteering-subheader {
  padding-bottom: 64px;
}
.volunteering-subheader .legal-aid-subheader__right_link {
  width: auto;
}

.volunteering-page-content-wrapper-main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.page-map-wrapper {
  padding: 28px 0 55px 0;
}
.page-map-wrapper__text {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
}
.page-map-wrapper__donate {
  margin: 40px 0;
  text-align: center;
}
.page-map-wrapper__donate_title {
  font-weight: 800;
  margin-bottom: 20px;
}
.page-map-wrapper .page-map-wrapper__map {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}

.page-map-wrapper__map > ymaps {
  width: 1200px !important;
}

.page-map-wrapper__map__downloading {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.article-tags {
  margin-bottom: 10px;
  font-size: 14px;
}
.article-tags__item {
  margin-right: 8px;
  display: inline-block;
}
.article-tags__green {
  color: #00976a;
  font-weight: 700;
}
.article-tags__gray {
  color: #919394;
}

.home-stories {
  background-color: #f2f5f6;
  padding: 32px 0 70px 0;
}
.home-stories__title {
  margin-bottom: 56px;
}

.articles-two-rows__item {
  width: 50%;
  padding: 16px;
  border-bottom: 1px solid #cbd4d7;
}
.articles-two-rows__item_text {
  width: 51%;
  padding-right: 16px;
}
.articles-two-rows__item_text_title {
  margin-top: 23px;
}
.articles-two-rows__item_text_title_item {
  font-size: 20px;
  line-height: 135%;
  font-weight: 800;
}
.articles-two-rows__item_img {
  width: 49%;
}

.articles-two-rows__item:nth-child(odd) {
  border-right: 1px solid #cbd4d7;
  padding-left: 0;
}

.articles-two-rows__item:nth-child(even) {
  padding-right: 0;
}

.articles-two-rows__item:last-child {
  border-bottom: 0;
}

.articles-two-rows__item:nth-last-child(2) {
  border-bottom: 0;
}

.page-report__tabs {
  margin-bottom: 24px;
  margin-top: 20px;
}
.page-report__tabs_item {
  display: inline-block;
  cursor: pointer;
  padding: 7px 24px;
  border: 1px solid #d8d8d8;
  margin-left: 0;
}
.page-report__tabs_item.active {
  background-color: #e64249;
  border-color: #e64249;
  color: #ffffff;
}

.page-report__content_item {
  display: none;
}
.page-report__content_item.active {
  display: block;
}

.sticky {
  position: sticky;
  top: 82px;
}

.red-number {
  color: #e64249;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 37px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
}

.volunteering-subheader .legal-aid-subheader__right {
  text-align: right;
}

.posts-wrapper-main {
  padding-bottom: 30px;
}

.post-nav {
  display: none;
}

.legal-aid-subheader__left_link-wrapper {
  display: inline-block;
}

.about-centre-team-slider-wrapper {
  display: none;
}

.what-to-do-content-wrapper__mobile-title {
  display: none;
}

.volunteering-bottom-footer__email {
  display: inline-block;
  margin-left: 24px;
}

.header-support__link-mobile {
  display: none;
}

.home-banner-slider-wrapper-mobile {
  display: none;
}

.home-app__mobile-img {
  display: none;
}

.footer-sairus-link {
  margin-top: 10px;
  font-size: 14px;
}

#dvMap {
  width: 870px;
  height: 600px;
}

.controlls {
  width: calc(100% - 870px);
  max-height: 600px;
  overflow-y: auto;
}

.map-filter-input {
  padding: 16px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 18px;
  position: sticky;
  top: 0;
}

.map-filter-city-wrapper {
  padding: 5px 0;
}

.map-filter-city {
  color: #e64249;
  cursor: pointer;
  border-bottom: 1px dashed rgba(230, 66, 73, 0.4);
}

.map-filter-city:hover {
  border-bottom: 1px solid rgba(230, 66, 73, 0.9);
}

.map-filter-title {
  padding-bottom: 25px;
}

.paypal-donations input {
  background-color: #e64249;
  transition: all 0.45s;
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.paypal-donations img {
  display: none;
}

.footer-ino-agent {
  margin-top: 20px;
  max-width: 290px;
  color: #636363;
}

.header-logo-red img {
  max-width: 216px;
}

.shape-banner {
  margin: 40px 0;
}
.shape-banner img {
  display: block;
}

.shape-banner-text {
  flex-direction: row-reverse;
}
.shape-banner-text__content {
  width: 77%;
  padding-right: 10.5%;
}
.shape-banner-text__name {
  width: 23%;
  text-align: left;
  font-size: 16px;
  line-height: 162%;
}

.shape-about {
  margin: 78px 0 120px 0;
}
.shape-about .flex-wrapper {
  justify-content: space-between;
}

.shape-about__item {
  width: 32%;
}
.shape-about__item_title {
  margin: 24px 0 16px 0;
}

.shape-video {
  margin-bottom: 120px;
}
.shape-video__video {
  width: 57%;
}
.shape-video__video iframe {
  width: 100%;
  height: 100%;
}
.shape-video__text {
  width: 43%;
  padding-left: 4%;
}
.shape-video__text_title {
  margin-bottom: 24px;
}

.shape-links {
  margin-bottom: 96px;
  text-align: center;
}
.shape-links .flex-wrapper {
  justify-content: space-between;
}
.shape-links__item {
  width: 48.4%;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #e64249;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 65px 20px 70px 20px;
}
.shape-links__item_text {
  margin-top: 12px;
  font-size: 16px;
}

.shape-posters-wrapper {
  margin-bottom: 96px;
}
.shape-posters-wrapper__text {
  max-width: 1000px;
  margin-bottom: 64px;
}

.shape-posters {
  justify-content: space-between;
}

.shape-posters__item {
  width: 32%;
}

.shape-separator-line {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 32px;
}

.shape-partners {
  margin: 44px 0 36px 0;
}
.shape-partners__item img {
  display: block;
  width: 100%;
}
.shape-partners__item:nth-child(4n) {
  margin-right: 0;
}

.shape-partners-support {
  text-align: center;
  margin-bottom: 80px;
}
.shape-partners-support span,
.shape-partners-support img {
  vertical-align: middle;
}
.shape-partners-support span {
  margin-right: 25px;
}

.mobile-eng {
  display: none;
}

.fixed-sharing-block {
  position: fixed;
  left: 2%;
  top: 20%;
  z-index: 1000;
}
.fixed-sharing-block
  .ya-share2__container_color-scheme_whiteblack
  .ya-share2__item_service_facebook
  .ya-share2__icon {
  background-image: url("img/share-icons/fb-grey.svg");
}
.fixed-sharing-block
  .ya-share2__container_color-scheme_whiteblack
  .ya-share2__item_service_twitter
  .ya-share2__icon {
  background-image: url("img/share-icons/tw-grey.svg");
}
.fixed-sharing-block
  .ya-share2__container_color-scheme_whiteblack
  .ya-share2__item_service_vkontakte
  .ya-share2__icon {
  background-image: url("img/share-icons/vk-grey.svg");
}
.fixed-sharing-block
  .ya-share2__container_color-scheme_whiteblack
  .ya-share2__item_service_odnoklassniki
  .ya-share2__icon {
  background-image: url("img/share-icons/ok-grey.svg");
}
.fixed-sharing-block
  .ya-share2__container_color-scheme_whiteblack
  .ya-share2__item_service_telegram
  .ya-share2__icon {
  background-image: url("img/share-icons/tl-grey.svg");
}
.fixed-sharing-block
  .ya-share2__list.ya-share2__list_direction_horizontal
  > .ya-share2__item {
  margin: 0 0 24px 0;
  display: block;
}
.fixed-sharing-block
  .ya-share2__container.ya-share2__container_color-scheme_whiteblack
  .ya-share2__badge,
.fixed-sharing-block
  .ya-share2__container.ya-share2__container_color-scheme_whiteblack
  .ya-share2__mobile-popup-badge {
  background-color: transparent;
}
.short-block {
  background-color: #f2f5f6;
  padding: 28px 10px 20px 33px;
  border-radius: 8px;
  margin: 62px 0;
}
.short-block__title {
  margin-bottom: 21px;
  font-size: 28px;
  line-height: 135%;
  font-weight: 800;
  display: none;
}

/* Wallpapers */
.nn-wallpapers-container .title {
  font-size: 72px;
  line-height: 68px;
  letter-spacing: -1.5px;
  padding: 16px 48px;
}

.nn-wallpapers-container .title .strong {
  font-weight: 900;
  letter-spacing: -3px;
}

.nn-wallpapers-slider .wallpaper {
  display: flex;
  padding: 0 34px;
}

.nn-wallpapers-slider .wallpaper .image {
  flex: 1;
  margin-right: 25px;
}

.nn-wallpapers-slider .wallpaper .text {
  flex: 1;
  font-size: 18px;
  line-height: 1;
}

.nn-wallpapers-slider .wallpaper .text p {
  margin-bottom: 20px;
}

.nn-wallpapers-slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
}

.nn-wallpapers-slider .owl-prev,
.nn-wallpapers-slider .owl-next {
  position: absolute;
  color: #e64249;
  font-size: 33px;
  transform: scaleY(2.1);
  font-weight: 900;
  text-shadow: 1px 0 #e64249;
}

.nn-wallpapers-slider .owl-prev {
  left: -20px;
}

.nn-wallpapers-slider .owl-next {
  right: -20px;
}

.nn-wallpapers-slider .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}

.nn-wallpapers-slider .owl-dot {
  width: 22px;
  height: 22px;
  border: 3px solid #e64249;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 10px;
}

.nn-wallpapers-slider .owl-dot span {
  display: block;
  border: 2px solid black;
  background: white;
  height: 100%;
  border-radius: 50%;
}

.nn-wallpapers-slider .owl-dot.active span {
  background: #e64249;
}

.wallpaper-links {
  margin-top: 25px;
}

.wallpaper-link {
  font-size: 16px;
  border: 3px solid #e64249;
  border-radius: 20px;
  max-width: 147px;
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}


/*# sourceMappingURL=style.css.map */

.sos-sector p:empty {
  display: none;
}

.sos-sector img {
  margin-top: 0;
  margin-bottom: 0;
}

.sos-logo {
  position: relative;
  margin-bottom: 0px;
}

.sos-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: -moz-linear-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0)); /* FF3.6+ */
  background: -webkit-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0)); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0)); /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0)); /* IE10+ */
  background: linear-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0)); /* W3C */

  background: linear-gradient(180deg, #f2f3f3 80%, rgba(255, 255, 255, 0));
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 25px;
}

.admin-bar .sos-logo > img {
  top: 0px;
}

.sos-logo .internal-wrapper {
  z-index: 1;
  margin: auto;
  padding-top: 208px;
  padding-bottom: 250px;
}

.sos-logo h1 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 98px;
}

.sos-header {
  max-width: unset !important;
  padding: 0 !important;
}

.sos-header p.phone {
  float: right;
  text-align: right;
  margin-top: 12%;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  margin-right: -50px;
  display: block;
}

.mechanic-of-help img {
  margin: 0;
}

.sos-header p.phone a {
  display: block;
}

.sos-sector > h1,
.sos-sector > h2 {
  margin-bottom: 15px !important;
}

.sos-sector {
  margin-bottom: 100px;
  margin-top: -10px;
}

.sos-sector > *:not(.grey):not(.arrow-bg) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1108px;
  padding: 0 16px;
  margin: 0px auto;
}

.sos-sector > .grey > *,
.sos-sector > .arrow-bg > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1208px;
  padding: 0 16px;
}

.sos-sector > h2,
.sos-sector > h1 {
  margin-bottom: 20px !important;
}

.sos-sector p {
  line-height: 1.5 !important;
  margin-bottom: 24px !important;
}

.sos-sector figure {
  margin: 0 !important;
}

.arrow-bg .help-mechanics {
  background-image: url("img/arrow-bg.png");
  background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 40px;
  margin: 0 0px;
}

.arrow-bg .wp-block-columns {
  margin-bottom: 30px;
  margin-top: -50px;
}

.sos-sector > .grey {
  background: #f2f5f6;
  margin: 50px 0;
  padding: 100px 0;
}

.sos-sector > .grey.banner {
  padding: 50px 0;
}

figure.aligncenter figcaption {
  text-align: center;
}

.leyka-preview-img {
  position: relative;
}

.leyka-preview-img h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 30%;
}

.leyka-preview-progress-box {
  border-top: 10px solid #c1bcbc;
  margin-top: -12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 80px 50px;
}

.leyka-preview-progress-box > span {
  font-size: 36px;
}

.leyka-preview-box {
  margin-bottom: 100px !important;
}

.leyka-preview-box > * {
  background: #f2f5f6;
}

.leyka-preview-progress {
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  background: #e64249;
}

.leyka-preview-content {
  padding: 0 50px 70px;
}

.leyka-preview-progress span {
  position: absolute;
  right: -45px;
  top: -20px;
  color: #b30f16;
  padding: 8px 25px;
  background: #fff;
  border: 3px solid #e64249;
  border-radius: 20px;
  min-width: 50px;
}

.help-btn {
  background: #d43037;
  border-radius: 5px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  padding: 15px 90px !important;
  display: block;
  width: fit-content;
  color: #fff !important;
}

.help-btn:hover {
  background-color: #c83238;
  transition: all 0.45s;
}

.leyka-preview-content .help-btn {
  margin: auto;
}

.sos-sector .partners {
  justify-content: center;
  margin: auto !important;
}

.partners li {
  width: auto !important;
  margin-right: 30px !important;
}

.partners li::before {
  display: none !important;
}

.partners figure {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 0 15px;
  display: block !important;
  background: #fff;
  border-radius: 10px;
}

.partners img {
  width: 170px !important;
  height: 96px !important;
  margin: 0;
}

.sos-sector figcaption {
  color: #000 !important;
  font-size: 24px;
  margin-top: 0;
}

.sos-sector a {
  border-bottom: none !important;
  cursor: pointer;
}

.help-mechanics {
  justify-content: space-between;
}

.team img {
  margin-bottom: 15px;
}

.team p {
  font-size: 15px;
}

@media (max-width: 1440px) {
  .home-about .internal-wrapper {
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  #dvMap {
    width: 75%;
  }

  .controlls {
    width: 25%;
    padding-right: 10px;
  }

  .map-filter-input {
    max-width: 100%;
  }

  .map-filter-city {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .header-info__title,
  .header-info__item {
    display: none;
  }

  .header-info {
    padding-top: 0;
  }

  .header-logo {
    padding-top: 5px;
    max-width: 180px;
  }

  .header-support {
    display: none;
  }

  .header-support__link-mobile {
    display: inline-block;
  }

  .home-about .internal-wrapper {
    padding-right: 16px;
  }

  .home-about-slider .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  #dvMap {
    width: 100%;
  }

  .controlls {
    width: 100%;
  }

  .map-filter-city-wrapper-main-wrapper {
    white-space: nowrap;
  }

  .map-filter-city-wrapper-main-wrapper-super-wrapper {
    overflow: scroll;
    margin-bottom: 19px;
  }

  .map-filter-city-wrapper {
    display: inline-block;
    margin-right: 19px;
  }

  .map-filter-input {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .map-filter-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-eng {
    display: inline;
    margin-right: 24px;
    vertical-align: -11px;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }

  .title-big {
    font-size: 30px;
  }

  .title-medium {
    font-size: 20px;
    line-height: 155%;
  }

  .title-small {
    font-size: 18px;
    line-height: 160%;
  }

  .home-domestic-violence__external-links {
    width: 100%;
  }

  .home-domestic-violence__donate {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }

  .home-domestic-violence__donate_button {
    margin-top: 20px;
  }

  .footer-link-item-block {
    width: 50% !important;
    margin-bottom: 30px;
  }

  .footer-socials {
    bottom: 0;
  }

  .home-app-internal-wrapper {
    background: none;
  }

  .home-app-content {
    padding-top: 0;
  }

  .home-app {
    padding-top: 80px;
  }

  .home-app-internal-wrapper {
    padding-bottom: 80px;
  }

  .home-domestic-violence__title {
    margin-bottom: 6px;
  }

  .home-domestic-violence__description {
    margin-bottom: 40px;
  }

  .home-about {
    padding: 16px 0 60px 0;
    margin-top: 48px;
  }

  .home-about-description {
    margin-bottom: 48px;
  }

  .page-header {
    padding: 0 0 40px 0;
  }

  .padding-from-header {
    padding-top: 187px;
  }

  .home-about-slider {
    margin-top: 32px;
  }

  .page-bottom-links-item {
    padding: 15px;
  }

  .header-bottom {
    overflow-x: auto;
  }

  .header-nav {
    float: none;
    white-space: nowrap;
    padding-top: 5px;
  }
  .header-nav .sub-menu a {
    white-space: initial;
  }
  .nn-wallpapers-slider .wallpaper {
    display: block;
  }

  .nn-wallpapers-slider .wallpaper .image {
    max-width: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  header {
    background-color: white !important;
  }
  .header-main {
    padding: 12px 0 15px 0 !important;
  }
  .padding-from-header {
    padding-top: 187px;
  }
  .sos-logo {
    overflow: hidden;
  }
  .sos-logo img {
    width: 398px;
    height: 292px;
  }
  .sos-logo h1 {
    font-size: 24px;
    line-height: 33px;
  }

  .sos-logo .internal-wrapper {
    left: initial;
    top: 10%;
  }

  .sos-header {
    left: initial;
    top: 277px;
  }
  .sos-logo .help-btn {
    border-radius: 8px;
    width: 89px;
    height: 33px;
    font-size: 13px;
    line-height: 30px;
    padding: initial !important;
    text-align: center;
  }

  .sos-logo > img {
    max-width: initial;
    right: -36px;
    width: 497px;
    height: 310px;
    top: 0;
  }
  .sos-logo .internal-wrapper {
    padding: 25px 44px 0 28px;
  }
  .mobile-fs12 {
    font-size: 14px !important;
  }
  .mobile-fs13 {
    font-size: 14px !important;
  }
  .mobile-fs11 {
    font-size: 14px !important;
  }
  header .internal-wrapper {
    max-width: 768px;
    margin: initial;
  }
  .sos-header p.phone {
    text-align: center;
    margin-right: initial;
    font-size: 18px !important;
    float: none;
    margin-top: 60px;
  }

  .sos-header p.phone img {
    width: 19px;
    height: 19px;
    margin-right: 14px;
  }

  .numbers-block {
    flex-wrap: nowrap;
    padding-top: 20px !important;
    margin-top: 25px !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  .numbers-block > div .has-text-align-center strong,
  .numbers-block > div .has-text-align-center p {
    font-size: 14px !important;
  }
  .numbers-block > div .has-text-align-center h2 {
    font-size: 18px !important;
  }
  .numbers-block .wp-block-columns {
    flex-wrap: nowrap;
  }
  .numbers-block img {
    display: none;
  }
  .numbers-block h1 {
    font-size: 48px !important;
  }
  .numbers-block .mobile-p-left > div {
    display: flex;
    justify-content: center;
    word-break: initial !important;
  }
  .numbers-block .mobile-p-left > div:first-child {
    max-width: 50px !important;
  }
  .numbers-block p {
    font-size: 12px;
    line-height: 13.66px !important;
  }
  .mobile-p-left p {
    margin-top: 0 !important;
  }
  .mobile-h {
    font-size: 22px !important;
    line-height: 25.59px !important;
    font-weight: 800 !important;
  }

  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .who-can > div:not(:first-child), 
  .team > div:not(:nth-of-type(2n + 1)){
    margin-left: 30px !important;
  }

  .terms-of-assistance {
    margin-top: 20px !important;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
  }
  .terms-of-assistance p {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .terms-of-assistance img {
    margin-right: 18px;
    max-width: 19px;
  }
  .mobile-flex {
    display: flex;
  }
  .terms-of-assistance .wp-block-columns {
    padding-left: 26px;
    padding-right: 26px;
    margin: 0;
  }
  .terms-of-assistance .mobile-flex {
    align-items: flex-start;
  }
  .help-mechanics img {
    margin-top: 0;
  }
  .help-mechanics {
    margin-bottom: 15px !important;
    flex-wrap: nowrap !important;
    margin-top: 0 !important;
  }
  .mechanic-of-help figcaption {
    font-size: 12px !important;
  }
  .escort {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin: 40px 0 !important;
  }

  .team h3 {
    font-size: 18px;
  }
  .team p {
    font-size: 14px;
  }

  .sos-block {
    margin: 25px 0 !important;
    padding: 25px 0 !important;
  }
  .sos-block h2 {
    font-size: 18px !important;
  }
  .sos-block img {
    max-width: 18px;
  }

  .leyka-preview-img h2 {
    width: 45%;
    font-size: 14px !important;
    left: 9px;
  }
  .leyka-preview-progress span {
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
    right: -50px;
    top: -5px;
  }
  .leyka-preview-progress-box {
    padding: 15px 10px 10px;
  }

  .leyka-preview-progress-box > span {
    font-size: 14px !important;
    font-weight: 500;
  }

  .sos-header p.phone a:nth-of-type(2) {
    display: block !important;
    margin: 12px 0;
  }
  .leyka-preview-content {
    padding: 0 10px 25px;
  }
  .leyka-preview-content p {
    font-size: 16px;
  }
  .leyka-preview-content a {
    width: 103px;
    height: 32px;
    font-size: 13px;
    padding: 0 !important;
    text-align: center;
  }
  .leyka-preview-box {
    margin-bottom: 25px !important;
  }

  .sos-sector {
    margin-bottom: 30px !important;
  }
  
  .about-centre__photo-container {
    width: 100%;
  }

  .nn-wallpapers-container .title {
    font-size: 42px;
    line-height: 40px;
  }

  .home-about-slider-item__text_link {
    font-size: 16px;
  }

  .home-about-article__img {
    width: 100%;
    margin-bottom: 24px;
  }

  .home-about-article__text {
    width: 100%;
    padding-left: 0;
  }

  .footer-link-item-block {
    width: 100% !important;
  }

  .footer-links__info {
    width: 100%;
  }

  .footer-top__contacts {
    float: none;
  }

  .footer-top__contacts_link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-top__logo {
    float: none;
    margin-bottom: 24px;
  }

  .footer-links {
    padding: 32px 0 50px 0;
  }

  .footer-top {
    padding: 32px 0 28px 0;
  }

  .footer-socials {
    margin-top: 40px;
  }

  .footer-link-item-block {
    margin-bottom: 30px;
  }

  .footer-link-item-block-info {
    margin-top: 0;
  }

  .articles-two-rows__item {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #cbd4d7 !important;
    padding-bottom: 24px;
  }

  .articles-two-rows__item:last-child {
    border-bottom: 0 !important;
  }

  .articles-two-rows .internal-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .articles-two-rows__item_text {
    padding-left: 16px;
    width: 67%;
  }

  .articles-two-rows__item_text_title {
    margin-top: 0;
  }

  .articles-two-rows__item_text_title_item {
    font-size: 17px;
    font-weight: 600;
  }

  .articles-two-rows__item_img {
    width: 33%;
    padding-top: 37px;
  }

  .articles-two-rows__item:nth-child(even) {
    padding-right: 16px;
    padding-left: 0;
  }

  .home-stories__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .home-stories {
    padding: 16px 0;
  }

  .home-banner {
    padding-top: 74px;
    text-align: left;
  }

  .home-banner-slider-wrapper {
    margin-top: 98px;
  }

  .home-domestic-violence__external-links_item {
    width: 100% !important;
    border: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .home-domestic-violence__external-links_item_text {
    display: none !important;
  }

  .home-domestic-violence__external-links_item_img {
    display: none !important;
  }

  .home-domestic-violence__external-links {
    padding-top: 16px;
    border-top: 4px solid #e64249;
  }

  .home-domestic-violence__donate {
    margin-top: 55px;
  }

  .home-domestic-violence {
    padding: 24px 0 64px 0;
  }

  .page-content-wrapper__left-side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .page-content-wrapper__right-side {
    width: 100%;
  }

  .about-centre-content-wrapper {
    padding: 16px 0 50px 0;
  }

  .about-centre-sign {
    padding-bottom: 64px;
  }

  .about-centre-team-item {
    width: 48%;
    margin-right: 2%;
  }

  .about-centre-team {
    padding: 16px 0 40px 0;
  }

  .about-centre-team__title {
    margin-bottom: 24px;
  }

  .about-centre-team-item__sign_title {
    font-size: 18px;
  }

  .what-to-do-content-wrapper__mobile-title {
    display: block;
    font-size: 28px;
    line-height: 135%;
    font-weight: 800;
    margin-bottom: 24px;
  }

  .what-to-do-content-left-side {
    display: none;
  }

  .tab-content-text {
    display: block !important;
  }

  .what-to-do-content-wrapper {
    padding: 0;
  }

  .page-content-wrapper-main-wrapper {
    padding: 32px 0;
  }

  .legal-aid-subheader__right {
    float: none;
    text-align: left !important;
    width: 100%;
  }

  .legal-aid-subheader__right_link {
    text-align: center;
  }

  .legal-aid-subheader__left {
    float: none;
    width: 100%;
  }

  .legal-aid-subheader__right_answer {
    text-align: center;
    margin-bottom: 30px;
  }

  .volunteering-subheader {
    padding-bottom: 54px;
  }

  .repeater-left-side {
    padding: 0;
  }

  .page-content-wrapper-main-wrapper {
    padding: 24px 0;
  }

  .repeater-right-side {
    padding: 0 0 10px 0;
  }

  .volunteering-bottom-footer__email {
    margin-left: 0;
    margin-top: 24px;
  }

  .red-page-repeater-item {
    padding: 18px 0 10px 0;
  }

  .literature-repeater-item-block {
    padding: 30px 0 10px 0;
  }

  .literature-repeater-item-block__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .literature-repeater-item-block__img img {
    display: inline-block;
    width: auto;
  }

  .literature-repeater-item-block__content {
    width: 100%;
    padding-right: 0;
  }

  .home-banner-slider-wrapper {
    display: none;
  }

  .home-banner-slider-wrapper-mobile {
    display: block;
    background-color: #ffffff;
    padding: 24px 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .home-banner-slider-item {
    display: block;
    min-height: 1px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .home-banner-slider-item:last-child {
    margin-bottom: 20px;
  }

  .home-banner-slider-item__bottom-content {
    display: none;
  }

  .home-banner-slider-item__description {
    display: none;
  }

  .home-banner-slider-item__img {
    display: inline-block;
    min-width: 20px !important;
    max-width: 25px !important;
  }

  .home-banner-slider-item__title {
    display: inline;
    margin-left: 9px;
    vertical-align: 5px;
    margin-top: 0;
  }

  .home-banner-wrapper {
    padding-bottom: 98px;
  }

  .home-app__mobile-img {
    display: block;
  }
  .home-app__mobile-img img {
    width: 100%;
    display: block;
  }

  .header-main {
    padding-bottom: 10px;
  }

  .padding-from-header {
    padding-top: 187px;
  }

  .home-about-description__text {
    line-height: 155%;
  }

  .legal-aid-subheader__left_link-wrapper {
    display: block;
    margin-bottom: 8px;
  }

  .legal-aid-subheader {
    border-bottom: 0;
  }

  .legal-aid-content-wrapper {
    padding-top: 24px;
  }

  .page-bottom-links-item {
    width: 100%;
    border: 0 !important;
    padding: 0;
    margin-bottom: 24px;
  }

  .page-bottom-links {
    border: 0 !important;
  }

  .page-bottom-links-item__img {
    display: inline;
  }

  .page-bottom-links-item__title {
    display: inline;
    margin-left: 9px;
    vertical-align: 11px;
  }

  .page-bottom-links-wrapper {
    margin: 20px 0;
  }

  .relatives-subheader {
    padding: 24px 0 48px 0;
  }

  .relatives-content-wrapper {
    padding-top: 24px;
  }

  .relative-bottom-text {
    padding-bottom: 40px;
  }

  .relative-two-columns__item {
    width: 100%;
    padding-right: 0;
  }

  .relative-two-columns__item:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
  }

  .relative-two-columns__item:last-child {
    padding-top: 24px;
  }

  .sub-menu {
    display: none;
  }

  .shape-banner {
    margin: 15px 0;
  }

  .shape-banner-text__content {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }

  .shape-banner-text__name {
    width: 100%;
  }

  .shape-about__item {
    width: 100%;
    margin-bottom: 35px;
  }

  .shape-about {
    margin: 70px 0;
  }

  .shape-about__item_title {
    margin: 12px 0 8px 0;
  }

  .shape-video__video {
    width: 100%;
  }

  .shape-video__text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .shape-video {
    margin-bottom: 70px;
  }

  .shape-links__item {
    width: 100%;
    margin-bottom: 35px;
  }

  .shape-video__text_title {
    margin-bottom: 5px;
  }

  .shape-links {
    margin-bottom: 45px;
  }

  .shape-posters__item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .shape-posters-wrapper__text {
    margin-bottom: 20px;
  }

  .shape-posters-wrapper {
    margin-bottom: 50px;
  }

  .shape-separator-line {
    margin-bottom: 16px;
  }

  .shape-partners {
    margin: 22px 0 18px 0;
  }

  .shape-partners__item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  
  .arrow-bg .help-mechanics {
    background-position: 0px 70px;
    
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: initial !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .arrow-bg p {
    font-size: 13px !important;
  }
  .leyka-preview-content p {
    font-size: 13px !important;
  }
  .footer-link-item-block {
    width: 50% !important;
  }
}
@media (max-width: 550px) {

  
  .arrow-bg .help-mechanics {    
    background-position: 0 0px;
    padding-top: 10px;
    background-size: 100%;
    background-image: url(img/people_link.png?ver=1);
  }

  .numbers-block + h2 {
    white-space: pre-line;
    max-width: 65% !important;
    margin-bottom: 20px !important;
  }

  .sos-sector > h2, .sos-sector > h1 {
    margin-bottom: 20px !important;
  }

  .numbers-block > .wp-block-column {
    padding: 0 !important;
  }

  .numbers-block h1 {
    justify-content: center !important; 
    font-size: 30px !important;
  }

  .numbers-block > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 60% !important;
  }

  .who-can > div:not(:first-child), 
  .team > div:not(:nth-of-type(2n + 1)) {
    margin: 0 5px !important;
  }

  .flex-nowrap {
    flex-wrap: wrap;
  }

  .about-centre-team-desktop {
    display: none;
  }

  .about-centre-team-slider-wrapper {
    display: block;
  }

  .about-centre-team-item {
    width: 100%;
  }

  .page-map-wrapper__map {
    min-height: 300px;
    height: 300px;
  }
}
@media (min-width: 458px) {
  .sos-logo > img {
    width: 100%;
    height: 100%;
    right: initial;
  }
}
@media (max-width: 400px) {
  .legal-aid-subheader__right_link {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 376px) {
  .numbers-block .mobile-p-left > div {
    justify-content: flex-end;
    margin-right: 10px;
  }
}

@media(max-width: 767.98px) {
  .header-main.active {
    padding-bottom: 0 !important;
  }
  .padding-from-header {
    padding-top: 179px;
  }
}


