@font-face {
  font-family: "Geometria";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GeometriaRegular/GeometriaRegular.eot");
  src: url("../fonts/GeometriaRegular/GeometriaRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GeometriaRegular/GeometriaRegular.woff") format("woff"),
    url("../fonts/GeometriaRegular/GeometriaRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Geometria";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GeometriaMedium/GeometriaMedium.eot");
  src: url("../fonts/GeometriaMedium/GeometriaMedium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GeometriaMedium/GeometriaMedium.woff") format("woff"),
    url("../fonts/GeometriaMedium/GeometriaMedium.ttf") format("truetype");
}

@font-face {
  font-family: "Geometria";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GeometriaBold/GeometriaBold.eot");
  src: url("../fonts/GeometriaBold/GeometriaBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GeometriaBold/GeometriaBold.woff") format("woff"),
    url("../fonts/GeometriaBold/GeometriaBold.ttf") format("truetype");
}

@font-face {
  font-family: "Geometria";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/GeometriaExtraBold/GeometriaExtraBold.eot");
  src: url("../fonts/GeometriaExtraBold/GeometriaExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GeometriaExtraBold/GeometriaExtraBold.woff") format("woff"),
    url("../fonts/GeometriaExtraBold/GeometriaExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Hermes";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/HermesRegular/HermesRegular.eot");
  src: url("../fonts/HermesRegular/HermesRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HermesRegular/HermesRegular.woff") format("woff"),
    url("../fonts/HermesRegular/HermesRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GilroyBold/GilroyBold.eot");
  src: url("../fonts/GilroyBold/GilroyBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GilroyBold/GilroyBold.woff") format("woff"),
    url("../fonts/GilroyBold/GilroyBold.ttf") format("truetype");
}

@-webkit-keyframes animate-logo-text {
  from {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animate-logo-text {
  from {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-logo-text {
  -webkit-animation-name: animate-logo-text;
  animation-name: animate-logo-text;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1.96, 1, 1.22);
  animation-timing-function: cubic-bezier(0.25, 1.96, 1, 1.22);
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  30%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  30%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #972376;
  color: #fff;
}

::selection {
  background-color: #972376;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.5em;
  font-family: "Geometria", sans-serif;
  overflow-x: hidden;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

img {
  width: 100%;
}

.debug {
  z-index: 999999;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.debug > div {
  height: inherit;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .debug > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.debug > div > div {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.debug > div > div > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(6.66667% - 20px);
  width: calc(6.66667% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
.article-container blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.position--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 49;
}

.popup-overlay,
.mobile-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup-overlay .modal-title,
.mobile-popup-overlay .modal-title {
  margin-bottom: 35px;
  padding-left: 50px;
  display: block;
  color: #fff;
  font-family: "Hermes";
  font-size: 76px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .popup-overlay .modal-title,
  .mobile-popup-overlay .modal-title {
    padding-left: 0;
    font-size: 56px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .popup-overlay .modal-title,
  .mobile-popup-overlay .modal-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 576px) {
  .popup-overlay .modal-title,
  .mobile-popup-overlay .modal-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 476px) {
  .popup-overlay .modal-title,
  .mobile-popup-overlay .modal-title {
    margin-top: 20px;
  }
}

.popup-overlay .close-popup-btn,
.mobile-popup-overlay .close-popup-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  width: 33px;
  height: 33px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: rotate(90deg) scale(0.8);
  -ms-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
}

.popup-overlay .close-popup-btn:hover,
.mobile-popup-overlay .close-popup-btn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.popup-overlay .close-popup-btn::after,
.popup-overlay .close-popup-btn::before,
.mobile-popup-overlay .close-popup-btn::after,
.mobile-popup-overlay .close-popup-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}

.popup-overlay .close-popup-btn::before,
.mobile-popup-overlay .close-popup-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-overlay .close-popup-btn::after,
.mobile-popup-overlay .close-popup-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-modal-contact:not(#some),
.mobile-popup-modal-contact:not(#some) {
  opacity: 1;
}

.popup-modal,
.mobile-popup-modal {
  position: relative;
  padding: 30px 0;
  width: 1200px;
  max-width: 97%;
  height: 590px;
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(
    81deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  background-image: -o-linear-gradient(
    81deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  background-image: linear-gradient(
    9deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  -webkit-background-size: 150% 150%;
  background-size: 150% 150%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(20%) rotateX(30deg);
  transform: translateY(20%) rotateX(30deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: gradient-animation;
  animation-name: gradient-animation;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.popup-modal:hover,
.mobile-popup-modal:hover {
  overflow-y: auto;
  overflow-x: hidden;
  overflow-scrolling: touch;
}

.popup-modal::-webkit-scrollbar,
.mobile-popup-modal::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
}

.popup-modal::-webkit-scrollbar-thumb,
.mobile-popup-modal::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.popup-modal .modal-content,
.mobile-popup-modal .modal-content {
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .popup-modal .modal-content,
  .mobile-popup-modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .popup-modal .modal-content,
  .mobile-popup-modal .modal-content {
    padding-right: 10px;
  }
}

.popup-modal .modal-contact,
.mobile-popup-modal .modal-contact {
  padding-left: 27px;
  width: 28.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 992px) {
  .popup-modal .modal-contact,
  .mobile-popup-modal .modal-contact {
    padding-left: 50px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: none;
  }
}

@media screen and (max-width: 576px) {
  .popup-modal .modal-contact,
  .mobile-popup-modal .modal-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.popup-modal .modal-contact .modal-phone-wrap,
.mobile-popup-modal .modal-contact .modal-phone-wrap {
  min-height: 127px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 992px) {
  .popup-modal .modal-contact .modal-phone-wrap,
  .mobile-popup-modal .modal-contact .modal-phone-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.popup-modal .modal-contact__title,
.mobile-popup-modal .modal-contact__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .popup-modal .modal-contact__title,
  .mobile-popup-modal .modal-contact__title {
    text-align: center;
  }
}

.popup-modal .modal-contact__phone,
.mobile-popup-modal .modal-contact__phone {
  color: #fff;
  font-family: "Hermes";
  font-size: 42px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.popup-modal .modal-contact__btn,
.mobile-popup-modal .modal-contact__btn {
  margin-top: 10px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-modal .modal-contact__btn:hover,
.mobile-popup-modal .modal-contact__btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border: 3px solid #fff;
}

@media screen and (max-width: 992px) {
  .popup-modal .modal-contact__btn,
  .mobile-popup-modal .modal-contact__btn {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .popup-modal .modal-contact__btn,
  .mobile-popup-modal .modal-contact__btn {
    width: 80%;
  }
}

.popup-modal .city-list,
.mobile-popup-modal .city-list {
  position: relative;
  width: 28%;
  min-height: 415px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 992px) {
  .popup-modal .city-list,
  .mobile-popup-modal .city-list {
    margin-bottom: 35px;
    width: 100%;
    font-size: 20px;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .popup-modal .city-list,
  .mobile-popup-modal .city-list {
    font-size: 16px;
  }
}

.popup-modal .city-list .city-item,
.mobile-popup-modal .city-list .city-item {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 992px) {
  .popup-modal .city-list .city-item,
  .mobile-popup-modal .city-list .city-item {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 476px) {
  .popup-modal .city-list .city-item,
  .mobile-popup-modal .city-list .city-item {
    padding-left: 10px;
  }
}

.popup-modal .city-list .city-item::after,
.mobile-popup-modal .city-list .city-item::after {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  width: 12px;
  height: 12px;
  content: "";
  margin-right: 10px;
  margin-left: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
  .popup-modal .city-list .city-item::after,
  .mobile-popup-modal .city-list .city-item::after {
    position: absolute;
    top: 8px;
    right: 0;
    opacity: 1;
    width: 15px;
    height: 15px;
  }
}

.popup-modal .city-list .city-item:hover,
.mobile-popup-modal .city-list .city-item:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

.popup-modal .city-list .city-item:hover .region-list,
.mobile-popup-modal .city-list .city-item:hover .region-list {
  display: block;
  opacity: 1;
}

.popup-modal .city-list .city-item:hover::after,
.mobile-popup-modal .city-list .city-item:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-modal .city-list .city-item .region-list,
.mobile-popup-modal .city-list .city-item .region-list {
  position: absolute;
  top: 0;
  right: -168%;
  margin-right: 10%;
  display: none;
  overflow-y: hidden;
  opacity: 0;
  width: 158%;
  height: 415px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .popup-modal .city-list .city-item .region-list,
  .mobile-popup-modal .city-list .city-item .region-list {
    position: static;
    right: auto;
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
    max-height: 0;
  }
}

.popup-modal .city-list .city-item .region-list:hover,
.mobile-popup-modal .city-list .city-item .region-list:hover {
  overflow-y: auto;
  overflow-x: hidden;
  overflow-scrolling: touch;
}

.popup-modal .city-list .city-item .region-list:hover to(992px),
.mobile-popup-modal .city-list .city-item .region-list:hover to(992px) {
  overflow-y: hidden;
}

.popup-modal .city-list .city-item .region-list::-webkit-scrollbar,
.mobile-popup-modal .city-list .city-item .region-list::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
}

.popup-modal .city-list .city-item .region-list::-webkit-scrollbar-thumb,
.mobile-popup-modal
  .city-list
  .city-item
  .region-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.popup-modal .city-list .city-item .region-list .region-item,
.mobile-popup-modal .city-list .city-item .region-list .region-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 568px) {
  .popup-modal .city-list .city-item .region-list .region-item,
  .mobile-popup-modal .city-list .city-item .region-list .region-item {
    padding-left: 10px;
  }
}

.popup-modal .city-list .city-item .region-list .region-item::after,
.mobile-popup-modal .city-list .city-item .region-list .region-item::after {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  width: 12px;
  height: 12px;
  content: "";
  margin-right: 10px;
  margin-left: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-modal .city-list .city-item .region-list .region-item:hover,
.mobile-popup-modal .city-list .city-item .region-list .region-item:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 992px) {
  .popup-modal .city-list .city-item .region-list .region-item:hover,
  .mobile-popup-modal .city-list .city-item .region-list .region-item:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}

.popup-modal .city-list .city-item .region-list .region-item:hover::after,
.mobile-popup-modal
  .city-list
  .city-item
  .region-list
  .region-item:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logo {
  width: 140px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .logo {
    width: 110px;
  }
}

@media screen and (max-width: 476px) {
  .logo {
    width: 100px;
  }
}

@media screen and (max-width: 376px) {
  .logo {
    width: 90px;
  }
}

.header-scroll:not(#some) .header-note-section {
  min-height: 40px;
}

.header-scroll:not(#some) .header-note-section .header-note {
  line-height: 14px;
}

.header-scroll:not(#some) .header {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-scroll:not(#some) .header .logo {
  width: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-scroll:not(#some) .svg-line-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  padding-top: 20px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .header {
    padding-bottom: 20px;
  }
}

.header-btn:not(#some) {
  margin-left: 30px;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 578px) {
  .header-btn:not(#some) {
    width: 165px;
    height: 40px;
    line-height: 40px;
  }
}

.header-section {
  position: relative;
}

.header-section .svg-line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: -1;
  width: 40%;
}

@media screen and (max-width: 1080px) {
  .header-section .svg-line-wrap {
    width: 55%;
  }
}

@media screen and (max-width: 992px) {
  .header-section .svg-line-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .header-section .svg-line-wrap {
    width: 65%;
  }
}

@media screen and (max-width: 576px) {
  .header-section .svg-line-wrap {
    width: 75%;
  }
}

@media screen and (max-width: 476px) {
  .header-section .svg-line-wrap {
    width: 100%;
  }
}

.header-section .svg-line-wrap .svg-line {
  width: 100%;
  height: 100%;
}

.header-list {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  color: #972376;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

@media screen and (max-width: 1200px) {
  .header-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1080px) {
  .header-list {
    display: none;
  }
}

.header-list .button:hover {
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header-item {
  position: relative;
  line-height: 40px;
  /* min-width: 250px;*/
  min-width: 250px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .header-item {
    margin-right: 50px;
  }
}

.header-item a {
  position: relative;
  color: #972376;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #972376;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header-item:hover {
  cursor: pointer;
}

.header-item:hover::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header-item:hover::after {
  -webkit-transform: rotate(-135deg) translateY(-5px);
  -ms-transform: rotate(-135deg) translateY(-5px);
  transform: rotate(-135deg) translateY(-5px);
}

.header-item:hover .header-item-sub-menu {
  width: auto;
  padding: 0 0;
  visibility: visible;
  opacity: 1;
}

.header-item::after {
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  vertical-align: sub;
  content: "";
  border-right: 2px solid #972376;
  border-bottom: 2px solid #972376;
  -webkit-transform-origin: 50% 35% 0;
  -ms-transform-origin: 50% 35% 0;
  transform-origin: 50% 35% 0;
  -webkit-transform: rotate(45deg) translateY(-8px);
  -ms-transform: rotate(45deg) translateY(-8px);
  transform: rotate(45deg) translateY(-8px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-item-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 25px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 90;
}

.header-item-sub-menu li {
  padding: 0 15px;
  color: #972376;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.35px;
}

.header-item-sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

.header-item-sub-menu li a {
  display: block;
  padding: 12px 5px;
  font-size: 14px;
  border-top: 1.5px solid #e5e5e5;
}

.header-item-sub-menu li a:hover {
  -webkit-transform: translateX(7%);
  -ms-transform: translateX(7%);
  transform: translateX(7%);
}

.header-note-section {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f68636;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .header-note-section {
    min-height: 25px;
  }
}

.header-note {
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1000px) {
  .header-note {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .header-note {
    padding: 0 8%;
  }
}

@media screen and (max-width: 768px) {
  .header-note {
    padding: 0 10px;
  }
}

@media screen and (max-width: 576px) {
  .header-note {
    padding: 0 0;
  }
}

.header-note .number-link {
  color: #000;
  text-decoration: none;
}

.display-tablet--hidden {
  display: block;
}

@media screen and (min-width: 1001px) {
  .display-tablet--hidden {
    display: none;
  }
}

.main-screen {
  position: relative;
  padding-top: 290px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-screen .svg-line-bottom {
  position: absolute;
  bottom: -10px;
  right: -15%;
  z-index: -1;
  width: 48%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@media screen and (max-width: 992px) {
  .main-screen {
    padding-top: 210px;
  }
}

@media screen and (max-width: 576px) {
  .main-screen {
    padding-top: 150px;
  }
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .main-section {
    padding-top: 0;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 476px) {
  .main-section {
    padding-bottom: 30px;
  }
}

.main-section .check-city-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(46.66667% - 20px);
  width: calc(46.66667% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .main-section .check-city-block {
    width: -webkit-calc(93.33333% - 20px);
    width: calc(93.33333% - 20px);
  }
}

@media screen and (max-width: 376px) {
  .main-section .check-city-block {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.main-section .check-city-block .half-circle {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: -15px;
  width: 300px;
  height: 362px;
}

@media screen and (max-width: 1220px) {
  .main-section .check-city-block .half-circle {
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  .main-section .check-city-block .half-circle {
    top: auto;
    bottom: -5%;
    left: 50%;
    width: 260px;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}

@media screen and (max-width: 576px) {
  .main-section .check-city-block .half-circle {
    top: 10%;
    left: auto;
    right: -9%;
    width: 200px;
  }
}

@media screen and (max-width: 476px) {
  .main-section .check-city-block .half-circle {
    display: none;
  }
}

.main-section .check-city-block .numbers-block {
  position: relative;
  display: none;
  margin-bottom: 25px;
}

.main-section .check-city-block .numbers-block .small-note {
  position: absolute;
  top: -18%;
  left: 11%;
  color: #972376;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 476px) {
  .main-section .check-city-block .numbers-block .small-note {
    top: -30%;
  }
}

.main-section .check-city-block .numbers-block .modal-phone-wrap {
  position: relative;
  padding-left: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .main-section .check-city-block .numbers-block .modal-phone-wrap {
    margin-top: 10px;
  }
}

.main-section .check-city-block .numbers-block .modal-phone-wrap__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 69px;
  display: block;
  content: "";
  background: url("../img/home/icon/phone-old.svg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-section
  .check-city-block
  .numbers-block
  .modal-phone-wrap
  .main-phone-link {
  color: #343030;
  font-family: "Hermes";
  font-size: 76px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .main-section
    .check-city-block
    .numbers-block
    .modal-phone-wrap
    .main-phone-link {
    font-size: 58px;
  }
}

@media screen and (max-width: 476px) {
  .main-section
    .check-city-block
    .numbers-block
    .modal-phone-wrap
    .main-phone-link {
    font-size: 40px;
  }
}

.main-section .check-city-block .detail-map {
  position: relative;
  margin-top: 20px;
  margin-left: 17%;
  display: block;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  color: #972376;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .main-section .check-city-block .detail-map {
    margin-left: 14%;
  }
}

.main-section .check-city-block .detail-map::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #972376;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.main-section .check-city-block .detail-map:hover::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main-section .check-city__title {
  margin-bottom: 5px;
  padding-left: 5%;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

@media screen and (max-width: 476px) {
  .main-section .check-city__title {
    font-size: 20px;
  }
}

.main-section .check-city__input {
  position: relative;
  padding-left: 18%;
  width: 88%;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  border: 2px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .main-section .check-city__input {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .main-section .check-city__input {
    padding-left: 12%;
  }
}

@media screen and (max-width: 576px) {
  .main-section .check-city__input {
    padding-left: 18%;
    width: 85%;
    font-size: 16px;
  }
}

@media screen and (max-width: 376px) {
  .main-section .check-city__input {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
}

.main-section .check-city__input:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-section .check-city__input::before,
.main-section .check-city__input::after {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 15%;
  content: "";
}

.main-section .check-city__input::after {
  top: -2px;
  right: -2px;
  border: none;
  border: 2px solid #f68636;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background-color: #f68636;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.main-section .check-city__input::before {
  left: 0;
  -webkit-border-radius: 28px 0 0 28px;
  border-radius: 28px 0 0 28px;
  border: 2px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-color: #f5f5f5;
}

.main-section .check-city__input .input-arrow::after {
  position: absolute;
  right: 6.5%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.main-section .check-city__input .input-arrow::before {
  position: absolute;
  left: 6.5%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: transparent url("../img/svg/user.svg") no-repeat center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(46.66667% - 20px);
  width: calc(46.66667% - 20px);
  position: relative;
  padding-left: 50px;
  color: #972376;
  font-size: 76px;
  line-height: 1em;
  font-family: "Hermes";
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .main-title {
    width: -webkit-calc(93.33333% - 20px);
    width: calc(93.33333% - 20px);
  }
}

@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 58px;
  }
}

@media screen and (max-width: 576px) {
  .main-title {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 60px;
    padding-left: 45px;
    font-size: 34px;
  }
}

@media screen and (max-width: 476px) {
  .main-title {
    margin-bottom: 15px;
    font-size: 32px;
  }
}

.main-title__icon {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 36px;
  height: 56px;
  background: #ffffff url("../img/home/icon/phone.svg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-title--small {
  display: block;
  line-height: 1.3em;
  font-size: 42px;
}

@media screen and (max-width: 768px) {
  .main-title--small {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  .main-title--small {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 19px;
  }
}

.main-decr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
  margin: 0 auto;
  padding-bottom: 150px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .main-decr {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 376px) {
  .main-decr {
    text-align: left;
  }
}

.main-decr--big {
  font-weight: 800;
  text-transform: uppercase;
}

.fist-icon--size,
.begging-icon--size {
  width: 75px;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .fist-icon--size,
  .begging-icon--size {
    width: 55px;
    height: 55px;
  }
}

.hends-icon--size {
  width: 55px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .hends-icon--size {
    width: 50px;
    height: 50px;
  }
}

.panic-icon--size {
  width: 76px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .panic-icon--size {
    width: 56px;
    height: 60px;
  }
}

.type-section {
  padding-top: 225px;
  padding-bottom: 105px;
  background: url("../img/home/home-bg-1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 992px) {
  .type-section {
    /* padding-top: 40px; */
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .type-section {
    /* padding-top: 40px; */
    padding-top: 135px;
    padding-bottom: 40px;
  }
}

.type-section .tab-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .type-section .tab-block {
    display: none;
  }
}

.type-section .tab-block .tab-header {
  word-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-calc(40% - 20px);
  width: calc(40% - 20px);
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.type-section .tab-block .tab-header .tab-header__item {
  padding: 40px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  -webkit-transform: translateX(2%);
  -ms-transform: translateX(2%);
  transform: translateX(2%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.type-section .tab-block .tab-header .tab-header__item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1200px) {
  .type-section .tab-block .tab-header .tab-header__item {
    margin-right: -5px;
  }
}

.type-section .tab-block .tab-header .tab-header__item .tab-icon {
  min-width: 76px;
  margin-right: 55px;
}

@media screen and (max-width: 1200px) {
  .type-section .tab-block .tab-header .tab-header__item .tab-icon {
    margin-right: 30px;
  }
}

.type-section .tab-block .tab-header .tab-header__item .tab-header__title {
  margin-bottom: 10px;
  font-family: "Hermes";
  font-size: 36px;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .type-section .tab-block .tab-header .tab-header__item .tab-header__title {
    font-size: 30px;
  }
}

.type-section .tab-block .tab-header .tab-header__item .tab-header__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.type-section .tab-block .tab-content-wrap {
  word-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-calc(60% - 20px);
  width: calc(60% - 20px);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.type-section .tab-block .tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 80px 40px 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  visibility: hidden;
  -webkit-transform: translateX(7%);
  -ms-transform: translateX(7%);
  transform: translateX(7%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.type-section .tab-block .tab-content-wrap .tab-content__definition {
  margin-bottom: 30px;
}

.type-section
  .tab-block
  .tab-content-wrap
  .tab-content__definition
  .font-weight--biger {
  font-weight: 700;
  text-transform: uppercase;
}

.type-section .tab-block--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  background-color: transparent;
}

@media screen and (min-width: 993px) {
  .type-section .tab-block--mobile {
    display: none;
  }
}

.type-section .tab-block--mobile .tab-mob-header__item {
  margin-bottom: -2px;
  padding: 30px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 476px) {
  .type-section .tab-block--mobile .tab-mob-header__item {
    padding: 30px 15px;
  }
}

.type-section .tab-block--mobile .tab-mob-header__item .tab-icon {
  min-width: 76px;
  margin-right: 55px;
}

@media screen and (max-width: 476px) {
  .type-section .tab-block--mobile .tab-mob-header__item .tab-icon {
    margin-right: 25px;
  }
}

.type-section .tab-block--mobile .tab-mob-header__item .tab-header__title {
  margin-bottom: 10px;
  font-family: "Hermes";
  font-size: 36px;
  text-transform: uppercase;
}

@media screen and (max-width: 476px) {
  .type-section .tab-block--mobile .tab-mob-header__item .tab-header__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 376px) {
  .type-section .tab-block--mobile .tab-mob-header__item .tab-header__title {
    font-size: 24px;
  }
}

.type-section .tab-block--mobile .tab-mob-header__item .tab-header__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.type-section .tab-block--mobile .active-drop-list {
  background-color: white;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.type-section .tab-block--mobile .tab-content-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: relative;
  overflow: hidden;
  background-color: tansparent;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.type-section .tab-block--mobile .tab-content-wrap .tab-mob-content {
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  background-color: white;
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .type-section .tab-block--mobile .tab-content-wrap .tab-mob-content {
    padding: 0 10px;
  }
}

.type-section
  .tab-block--mobile
  .tab-content-wrap
  .tab-mob-content__definition {
  margin-top: 30px;
  margin-bottom: 30px;
}

.type-section
  .tab-block--mobile
  .tab-content-wrap
  .tab-mob-content__definition
  .font-weight--biger {
  font-weight: 700;
  text-transform: uppercase;
}

.type-section
  .tab-block--mobile
  .tab-content-wrap
  .tab-mob-content
  .tab-content__trappings {
  margin-bottom: 20px;
}

.trappings-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #972376;
}

.trappings-list {
  padding-left: 15px;
}

.trappings-item {
  position: relative;
  padding-left: 15px;
  list-style-type: disc;
}

.check-relationship {
  padding: 35px 10px;
}

@media screen and (max-width: 992px) {
  .check-relationship {
    padding: 25px 10px;
  }
}

.check-relationship .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .check-relationship .row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.check-relationship .relationship__title {
  font-family: "Hermes";
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  color: #343030;
}

@media screen and (max-width: 1200px) {
  .check-relationship .relationship__title {
    max-width: 30%;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .check-relationship .relationship__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .check-relationship .relationship__title {
    max-width: 40%;
  }
}

.check-relationship .relationship__img {
  width: 125px;
  height: 125px;
}

@media screen and (max-width: 476px) {
  .check-relationship .relationship__img {
    width: 100px;
    height: 100px;
  }
}

.check-relationship .relationship__btn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .check-relationship .relationship__btn {
    margin-top: 10px;
    width: 300px;
  }
}

.plan-section {
  padding: 60px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/home/home-bg-2.jpg") center;
}

@media screen and (max-width: 992px) {
  .plan-section {
    padding: 30px 0 30px;
  }
}

.plan-section__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .plan-section__title {
    margin-bottom: 30px;
  }
}

.plan-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-list .plan-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(44.66667% - 20px);
  width: calc(44.66667% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .plan-list .plan-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.plan-list .plan-item:nth-last-child(-n + 2) .wrap::after {
  display: none;
}

@media screen and (max-width: 992px) {
  .plan-list .plan-item:nth-last-child(-n + 2) .wrap::after {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .plan-list .plan-item:nth-last-child(-n + 1) .wrap::after {
    display: none;
  }
}

.plan-list .plan-item .wrap {
  position: relative;
}

.plan-list .plan-item .wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #f68636;
}

@media screen and (max-width: 992px) {
  .plan-list .plan-item .wrap {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .plan-list .plan-item .wrap {
    margin-left: 0;
  }
}

.plan-list .plan-item__icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}

.plan-list .plan-item__icon svg use {
  fill: #ffffff;
}

.plan-list .plan-item__descr {
  max-width: 81%;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

@media screen and (max-width: 992px) {
  .plan-list .plan-item__descr {
    max-width: 85%;
  }
}

@media screen and (max-width: 576px) {
  .plan-list .plan-item__descr {
    max-width: 80%;
  }
}

@media screen and (max-width: 476px) {
  .plan-list .plan-item__descr {
    max-width: 75%;
  }
}

.item-icon__count {
  position: absolute;
  top: 0;
  left: 0px;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 476px) {
  .item-icon__count {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.news {
  padding: 40px 0 55px;
}

@media screen and (max-width: 992px) {
  .news {
    padding: 30px 0 30px;
  }
}

.news__title {
  margin-bottom: 30px;
  text-align: center;
}

.news .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news .facebook-block {
  width: 340px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .news .facebook-block {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .news .facebook-block {
    max-width: 65%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 668px) {
  .news .facebook-block {
    max-width: 85%;
  }
}

@media screen and (max-width: 576px) {
  .news .facebook-block {
    max-width: 95%;
    text-align: center;
  }
}

@media screen and (max-width: 476px) {
  .news .facebook-block {
    width: 310px;
  }
}

.news-list {
  width: 63%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .news-list {
    margin: 0 auto;
    width: 95%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 330px;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .news-item {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .news-item {
    margin: 0 auto 40px;
    max-width: 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .news-item {
    max-width: 65%;
  }
}

@media screen and (max-width: 476px) {
  .news-item {
    max-width: 95%;
  }
}

.news-item:hover .news-item__title {
  color: #972376;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.news-item:hover .news-item__img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.news-item__img {
  height: 188px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 668px) {
  .news-item__img {
    height: 220px;
  }
}

.news-item__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.news-item__title {
  margin-bottom: 10px;
  color: #343030;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-item__descr {
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.news-item__btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: auto;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 576px) {
  .menu-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.menu-list .menu-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(23.33333% - 20px);
  width: calc(23.33333% - 20px);
  margin-bottom: 30px;
  color: #f68636;
  font-family: "Hermes";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .menu-list .menu-item {
    width: -webkit-calc(46.66667% - 20px);
    width: calc(46.66667% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .menu-list .menu-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .menu-list .menu-item {
    width: -webkit-calc(53.33333% - 20px);
    width: calc(53.33333% - 20px);
  }
}

@media screen and (max-width: 476px) {
  .menu-list .menu-item {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
  }
}

@media screen and (max-width: 376px) {
  .menu-list .menu-item {
    width: -webkit-calc(93.33333% - 20px);
    width: calc(93.33333% - 20px);
  }
}

.menu-list .sub-menu {
  margin-top: 30px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .menu-list .sub-menu {
    margin-top: 0;
  }
}

.menu-list .sub-menu-item {
  list-style: disc;
  color: #972376;
  font-size: 14px;
}

.menu-list .sub-menu-item:hover .sub-menu-link::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.menu-list .sub-menu-link {
  position: relative;
  display: block;
  font-family: "Geometria";
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  color: #972376;
}

.menu-list .sub-menu-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #972376;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.footer {
  padding-top: 175px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-top: 30px;
  }
}

.footer .wrap-nav {
  position: relative;
}

.footer .wrap-nav .svg-line-footer {
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: -1;
  width: 55%;
}

@media screen and (max-width: 992px) {
  .footer .wrap-nav .svg-line-footer {
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .footer .wrap-nav .svg-line-footer {
    top: 0;
    bottom: auto;
    height: 300px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 110%;
    left: -10%;
  }
}

@media screen and (max-width: 476px) {
  .footer .wrap-nav .svg-line-footer {
    top: -5%;
  }
}

.footer .logo {
  max-width: 140px;
}

.footer .logo img {
  max-height: 82px;
}

.footer .nav {
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .footer .nav {
    padding-bottom: 0;
  }
}

.footer-copyright {
  background-color: #f0f0f0;
}

.footer-copyright-wrap {
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer-copyright-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.footer-copyright-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright-text {
  padding: 5px 0;
  color: #656565;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.35px;
  text-align: center;
}

.footer-copyright-text-note {
  padding: 8px 0;
  color: #656565;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.35px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .footer-copyright-text {
    display: none;
  }
}

.footer-copyright-text-mobile {
  display: none;
  color: #656565;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.35px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .footer-copyright-text-mobile {
    display: block;
  }
}

.footer-copyright .logo-unfpa {
  margin-right: 30px;
  max-width: 75px;
  max-height: 35px;
}

.footer-copyright .our-logo {
  max-width: 65px;
}

.breadcrumb-block {
  margin-top: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb-block {
    margin-top: 200px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb-block {
    margin-top: 110px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumb-block {
    margin-top: 70px;
    margin-bottom: 16px;
  }
}

.breadcrumb-block__title {
  margin-top: -50px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .breadcrumb-block__title {
    margin-top: -20px;
  }
}

.breadcrumb-block .breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-block .breadcrumb-list__item {
  color: #972376;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.breadcrumb-block .breadcrumb-list__link {
  position: relative;
  margin-right: 40px;
  color: #f68636;
  text-decoration: none;
}

.breadcrumb-block .breadcrumb-list__link:hover::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.breadcrumb-block .breadcrumb-list__link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #f68636;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.breadcrumb-block .breadcrumb-list__link::before {
  position: absolute;
  top: 50%;
  right: -21px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #f68636;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.definition {
  background: url("../img/home/home-bg-1.jpg") center;
}

.definition-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .definition-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.definition__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(13.33333% - 20px);
  width: calc(13.33333% - 20px);
}

.definition__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(80% - 20px);
  width: calc(80% - 20px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

@media screen and (max-width: 576px) {
  .definition__content {
    font-size: 16px;
  }
}

@media screen and (max-width: 476px) {
  .definition__content {
    width: -webkit-calc(81.33333% - 20px);
    width: calc(81.33333% - 20px);
    font-size: 14px;
  }
}

.definition__content .accent-phrase {
  font-size: 24px;
  font-weight: 800;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 576px) {
  .definition__content .accent-phrase {
    font-size: 16px;
  }
}

@media screen and (max-width: 476px) {
  .definition__content .accent-phrase {
    font-size: 14px;
  }
}

.fist-type-icon--size,
.panic-type-icon--size,
.hends-type-icon--size {
  width: 114px;
  height: 123px;
}

@media screen and (max-width: 768px) {
  .fist-type-icon--size,
  .panic-type-icon--size,
  .hends-type-icon--size {
    width: 94px;
    height: 103px;
  }
}

@media screen and (max-width: 576px) {
  .fist-type-icon--size,
  .panic-type-icon--size,
  .hends-type-icon--size {
    width: 80px;
    height: 85px;
  }
}

@media screen and (max-width: 476px) {
  .fist-type-icon--size,
  .panic-type-icon--size,
  .hends-type-icon--size {
    width: 50px;
    height: 55px;
  }
}

.begging-type-icon--size {
  width: 121px;
  height: 117px;
}

@media screen and (max-width: 768px) {
  .begging-type-icon--size {
    width: 101px;
    height: 97px;
  }
}

@media screen and (max-width: 576px) {
  .begging-type-icon--size {
    width: 85px;
    height: 90px;
  }
}

@media screen and (max-width: 476px) {
  .begging-type-icon--size {
    width: 50px;
    height: 60px;
  }
}

.type-block__definition {
  padding: 30px 0;
  overflow: hidden;
}

.type-block .type-list-block {
  padding: 55px 60px;
}

@media screen and (max-width: 768px) {
  .type-block .type-list-block {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 576px) {
  .type-block .type-list-block {
    padding: 20px 0px;
  }
}

.type-block .type-list-block__title {
  margin-bottom: 25px;
  color: #972376;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6em;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 768px) {
  .type-block .type-list-block__title {
    margin-bottom: 10px;
  }
}

.type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.type-list .type-item {
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
  -webkit-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

@media screen and (max-width: 992px) {
  .type-list .type-item {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .type-list .type-item {
    padding-left: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 576px) {
  .type-list .type-item {
    padding-bottom: 5px;
  }
}

.type-list .type-item .circ-out {
  position: absolute;
  top: 10%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border: 3px solid #972376;
  background-color: #f8f9fb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .type-list .type-item .circ-out {
    width: 16px;
    height: 16px;
  }
}

.type-list .type-item .circ-out .circ-inner {
  width: 11px;
  height: 11px;
  border: 2px solid #972376;
  background-color: #f8f9fb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .type-list .type-item .circ-out .circ-inner {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 576px) {
  .help-definition-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .help-definition-row .definition__icon {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .help-definition-row .definition__content {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.type-block .help-block__definition {
  padding: 30px 0;
}

@media screen and (max-width: 576px) {
  .type-block .help-block__definition {
    padding: 0 0 15px;
  }
}

.type-block .help-block__definition .help--size {
  width: 130px;
  height: 108px;
}

@media screen and (max-width: 1200px) {
  .type-block .help-block__definition .help--size {
    width: 100px;
  }
}

.type-block .help-list-block {
  padding: 0;
  padding-top: 35px;
  border-bottom: 3px solid #eaeaea;
}

@media screen and (max-width: 768px) {
  .type-block .help-list-block {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .type-block .help-list-block {
    padding-top: 20px;
    font-size: 14px;
  }
}

.help-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .help-descr {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.help-descr__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(13.33333% - 20px);
  width: calc(13.33333% - 20px);
}

@media screen and (max-width: 768px) {
  .help-descr__icon {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .help-descr__icon {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }
}

.help-descr__icon .attantion {
  width: 131px;
  height: 137px;
}

@media screen and (max-width: 1200px) {
  .help-descr__icon .attantion {
    width: 100px;
  }
}

.help-text-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
}

@media screen and (max-width: 768px) {
  .help-text-wrap {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .help-text-wrap {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.help-text-wrap p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .help-text-wrap p {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .help-text-wrap p {
    font-size: 14px;
  }
}

.help-list .help-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.help-list .help-item:last-child .wrap::after {
  display: none;
}

.help-list .help-item .wrap {
  position: relative;
}

.help-list .help-item .wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #f68636;
}

.help-list .help-item .check--size {
  width: 37px;
  height: 44px;
}

@media screen and (max-width: 576px) {
  .help-list .help-item .check--size {
    width: 20px;
  }
}

.help-list .help-item__icon {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .help-list .help-item__icon {
    width: 40px;
    height: 40px;
  }
}

.help-list .help-item .help-step-descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
}

.help-list .help-item .help-step-descr__title {
  margin-bottom: 5px;
  font-family: "Hermes";
  font-size: 30px;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .help-list .help-item .help-step-descr__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .help-list .help-item .help-step-descr__title {
    font-size: 18px;
  }
}

.help-list .help-item .help-step-descr__text {
  padding-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .help-list .help-item .help-step-descr__text {
    font-size: 16px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .help-list .help-item .help-step-descr__text {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.popup-img-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup-img-overlay .close-popup-img-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  padding: 0;
  margin: 0;
  width: 33px;
  height: 33px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: rotate(90deg) scale(0.8);
  -ms-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
}

@media screen and (max-width: 768px) {
  .popup-img-overlay .close-popup-img-btn {
    right: -25px;
  }
}

.popup-img-overlay .close-popup-img-btn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.popup-img-overlay .close-popup-img-btn::after,
.popup-img-overlay .close-popup-img-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}

.popup-img-overlay .close-popup-img-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-img-overlay .close-popup-img-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-img-modal {
  position: relative;
  width: 1200px;
  max-width: 90%;
  opacity: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(20%) rotateX(30deg);
  transform: translateY(20%) rotateX(30deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .popup-img-modal {
    max-width: 85%;
  }
}

.about-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about-descr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .about-descr {
    margin-bottom: 20px;
  }
}

.about-descr__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(66.66667% - 20px);
  width: calc(66.66667% - 20px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

@media screen and (max-width: 992px) {
  .about-descr__text {
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .about-descr__text {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}

.about-descr__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(26.66667% - 20px);
  width: calc(26.66667% - 20px);
  width: 284px;
}

@media screen and (max-width: 768px) {
  .about-descr__logo {
    width: -webkit-calc(40% - 20px);
    width: calc(40% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .about-descr__logo {
    width: -webkit-calc(53.33333% - 20px);
    width: calc(53.33333% - 20px);
  }
}

@media screen and (max-width: 476px) {
  .about-descr__logo {
    width: -webkit-calc(60% - 20px);
    width: calc(60% - 20px);
  }
}

.target-company__title {
  position: relative;
  padding-bottom: 10px;
  display: inline;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8em;
  -webkit-box-shadow: inset 0 -0.175em white, inset 0 -0.25em #972376;
  box-shadow: inset 0 -0.175em white, inset 0 -0.25em #972376;
}

@media screen and (max-width: 992px) {
  .target-company__title {
    font-size: 29px;
  }
}

@media screen and (max-width: 768px) {
  .target-company__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .target-company__title {
    font-size: 22px;
  }
}

.list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 80px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .list-wrap {
    margin-top: 35px;
    margin-bottom: 0;
  }
}

.list-wrap .type-list-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(46.66667% - 20px);
  width: calc(46.66667% - 20px);
}

@media screen and (max-width: 768px) {
  .list-wrap .type-list-block {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 476px) {
  .list-wrap .type-list-block {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.list-wrap .type-list-block__title {
  margin-bottom: 40px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .list-wrap .type-list-block__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 578px) {
  .list-wrap .type-list-block__title {
    margin-bottom: 20px;
  }
}

.list-wrap .type-list-block .type-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.report-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .report-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.report-list .report-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(48% - 20px);
  width: calc(48% - 20px);
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .report-list .report-item {
    width: -webkit-calc(66.66667% - 20px);
    width: calc(66.66667% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .report-list .report-item {
    width: -webkit-calc(93.33333% - 20px);
    width: calc(93.33333% - 20px);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 476px) {
  .report-list .report-item {
    margin-bottom: 20px;
  }
}

.report-list .report-item:hover {
  cursor: pointer;
}

.report-list .report-item:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.report-list .report-item .photo-descr {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 40px;
  width: 100%;
  min-height: 50px;
  opacity: 0.9;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  background-color: #972376;
}

@media screen and (max-width: 576px) {
  .report-list .report-item .photo-descr {
    padding: 8px 35px;
    min-height: 34px;
  }
}

@media screen and (max-width: 476px) {
  .report-list .report-item .photo-descr {
    padding: 5px 30px;
    font-size: 14px;
  }
}

.report-list .report-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.policeman--size {
  height: 92px;
  width: 70px;
}

.prayer--size,
.children--size,
.parenting--size {
  height: 80px;
  width: 80px;
}

.pharmacy--size {
  height: 70px;
  width: 70px;
}

.manager--size,
.law--size {
  height: 70px;
  width: 79px;
}

.court--size {
  height: 61px;
  width: 80px;
}

.brigade--size {
  width: 140px;
  height: 79px;
}

@media screen and (max-width: 1200px) {
  .brigade--size {
    width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .brigade--size {
    width: 100px;
  }
}

.description {
  margin-bottom: 30px;
}

.description__title {
  margin-bottom: 10px;
  color: #972376;
  font-family: "Hermes";
  font-size: 30px;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .description__title {
    font-size: 24px;
  }
}

.description__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .description__text {
    font-size: 16px;
  }
}

.drop-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
  margin-left: -webkit-calc(13.33333% + 10px);
  margin-left: calc(13.33333% + 10px);
}

.drop-list .type-list .type-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .drop-list {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }
}

.drop-list__content {
  margin-top: -10px;
  padding: 0px 20px 0px 20px;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  background-color: #ececec;
  -webkit-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  -webkit-transition: max-height 350ms ease;
  -o-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}

@media screen and (max-width: 567px) {
  .drop-list__content {
    padding: 0px 5px 0px 5px;
    font-size: 13px;
  }
}

.drop-list__content p {
  margin-bottom: 35px;
}

@media screen and (max-width: 567px) {
  .drop-list__content p {
    margin-bottom: 15px;
  }
}

.drop-list__content p:last-child {
  margin-bottom: 0;
}

.drop-list__content.drop-list__content--active {
  padding: 30px 20px 20px 20px;
}

@media screen and (max-width: 567px) {
  .drop-list__content.drop-list__content--active {
    padding: 0px 5px 9px 5px;
    font-size: 13px;
  }
}

.drop__button {
  position: relative;
  margin-bottom: -20px;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  background-color: #ececec;
  border: none;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

.drop__button::after,
.drop__button::before {
  position: absolute;
  top: 35%;
  right: 3.5%;
  display: block;
  width: 20px;
  height: 6px;
  content: "";
  background-color: #972376;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.drop__button::before {
  -webkit-transform: translate(-5px, 8px) rotate(45deg);
  -ms-transform: translate(-5px, 8px) rotate(45deg);
  transform: translate(-5px, 8px) rotate(45deg);
}

.drop__button::after {
  -webkit-transform: translate(5px, 8px) rotate(-45deg);
  -ms-transform: translate(5px, 8px) rotate(-45deg);
  transform: translate(5px, 8px) rotate(-45deg);
}

.drop__button.active-drop-list {
  -webkit-border-radius: 30px 30px 0px 0px;
  border-radius: 30px 30px 0px 0px;
}

.drop__button.active-drop-list::before {
  -webkit-transform: translate(5px, 8px) rotate(45deg);
  -ms-transform: translate(5px, 8px) rotate(45deg);
  transform: translate(5px, 8px) rotate(45deg);
}

.drop__button.active-drop-list::after {
  -webkit-transform: translate(-5px, 8px) rotate(-45deg);
  -ms-transform: translate(-5px, 8px) rotate(-45deg);
  transform: translate(-5px, 8px) rotate(-45deg);
}

.refer-list .refer-item.margin-bottom--more {
  margin-bottom: 20px;
}

.refer-list .refer-item {
  padding: 40px 0;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .refer-list .refer-item {
    padding: 30px 0;
  }
}

@media screen and (max-width: 567px) {
  .refer-list .refer-item {
    padding: 20px 0;
  }
}

.refer-list .refer-item:nth-child(even) {
  background: url("../img/home/home-bg-2.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.refer-list .refer-item__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(13.33333% - 20px);
  width: calc(13.33333% - 20px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .refer-list .refer-item__icon {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.refer-list .refer-item__descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
}

@media screen and (max-width: 768px) {
  .refer-list .refer-item__descr {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.refer-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .refer-list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.umbrella--size {
  width: 78px;
  height: 107px;
}

@media screen and (max-width: 567px) {
  .umbrella--size {
    width: 50px;
    height: 67px;
  }
}

.girl_hend--size {
  width: 114px;
  height: 87px;
}

@media screen and (max-width: 567px) {
  .girl_hend--size {
    width: 85px;
    height: 57px;
  }
}

.shut_up--size {
  width: 83px;
  height: 99px;
}

@media screen and (max-width: 567px) {
  .shut_up--size {
    width: 53px;
    height: 78px;
  }
}

.shoes--size {
  width: 95px;
  height: 95px;
}

@media screen and (max-width: 567px) {
  .shoes--size {
    width: 65px;
    height: 65px;
  }
}

.hourglass--size {
  width: 57px;
  height: 77px;
}

@media screen and (max-width: 567px) {
  .hourglass--size {
    width: 30px;
    height: 50px;
  }
}

.evil--size {
  width: 65px;
  height: 100px;
}

@media screen and (max-width: 567px) {
  .evil--size {
    width: 35px;
    height: 70px;
  }
}

.myth-definition {
  padding: 40px 0;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.myth-definition__text {
  margin: 0 auto;
  max-width: 860px;
  font-size: 16px;
  font-weight: 500;
}

.myth-definition__text .accent-text {
  font-size: 24px;
  font-size: 400;
}

@media screen and (max-width: 768px) {
  .myth-definition__text .accent-text {
    font-size: 18px;
  }
}

.muth-list .muth-item {
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
}

.muth-list .muth-item .drop-list__content.drop-list__content--active {
  padding: 30px 3.5% 70px 70px;
}

@media screen and (max-width: 768px) {
  .muth-list .muth-item .drop-list__content.drop-list__content--active {
    padding: 30px 3.5% 30px 3.5%;
  }
}

.muth-list .muth-item .muth-button {
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.muth-list .muth-item .muth-button + div {
  background: url("../img/home/home-bg-1_1.jpg") center;
}

.muth-list .muth-item:nth-child(odd) .muth-button {
  background: url("../img/home/home-bg-2.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.muth-list .muth-item:nth-child(odd) .muth-button + div {
  background: url("../img/home/home-bg-2.jpg") center;
}

.muth-button {
  padding: 40px 4.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 768px) {
  .muth-button {
    padding: 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.muth-button::after,
.muth-button::before {
  top: 30%;
}

.muth-button .muth-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 81%;
  -ms-flex-preferred-size: 81%;
  flex-basis: 81%;
}

@media screen and (max-width: 768px) {
  .muth-button .muth-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.muth-button .svg-wrap {
  min-width: 114px;
  margin-right: 30px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .muth-button .svg-wrap {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .muth-button .svg-wrap {
    min-width: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.muth-button__title {
  min-width: 117px;
  color: #343030;
  font-family: "Hermes";
  font-size: 48px;
  line-height: 1em;
}

@media screen and (max-width: 992px) {
  .muth-button__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 567px) {
  .muth-button__title {
    font-size: 30px;
  }
}

.muth-button__subtitle {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  font-family: "Hermes";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  color: #972376;
}

@media screen and (max-width: 992px) {
  .muth-button__subtitle {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    font-size: 24px;
  }
}

@media screen and (max-width: 567px) {
  .muth-button__subtitle {
    font-size: 20px;
  }
}

.muth-drop-list__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .muth-drop-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.muth-drop-list__content .true-word {
  margin-right: 40px;
  color: #972376;
  font-family: "Hermes";
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4em;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 992px) {
  .muth-drop-list__content .true-word {
    font-size: 36px;
  }
}

@media screen and (max-width: 567px) {
  .muth-drop-list__content .true-word {
    font-size: 30px;
  }
}

.muth-drop-list__content .drop-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
}

@media screen and (max-width: 567px) {
  .muth-drop-list__content .drop-text {
    font-size: 16px;
  }
}

.law-papper--size {
  width: 84px;
  height: 98px;
}

@media screen and (max-width: 768px) {
  .law-papper--size {
    width: 70px;
    height: 75px;
  }
}

@media screen and (max-width: 576px) {
  .law-papper--size {
    width: 50px;
    height: 50px;
  }
}

.rule-definition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .rule-definition {
    margin-bottom: 20px;
  }
}

.rule-definition .rule-icon-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(13.33333% - 20px);
  width: calc(13.33333% - 20px);
  text-align: center;
}

.rule-definition__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
  padding-right: 10%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (max-width: 992px) {
  .rule-definition__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .rule-definition__text {
    font-size: 18px;
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .rule-definition__text {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
    font-size: 15px;
  }
}

.rule-list .rule-item {
  z-index: -2;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.rule-list .rule-item:nth-child(even) {
  background: url("../img/home/home-bg-2.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.rule-list .rule-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rule-list .rule-item-content .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(13.33333% - 20px);
  width: calc(13.33333% - 20px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rule-list .rule-item-content .wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #f68636;
}

@media screen and (max-width: 768px) {
  .rule-list .rule-item-content .wrap {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .rule-list .rule-item-content .wrap {
    margin-top: 0;
  }
}

.rule-list .rule-item-content .check--size {
  width: 37px;
  height: 44px;
}

@media screen and (max-width: 576px) {
  .rule-list .rule-item-content .check--size {
    width: 20px;
    height: 20px;
  }
}

.rule-list .rule-item-content__icon {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .rule-list .rule-item-content__icon {
    width: 40px;
    height: 40px;
  }
}

.rule-list .rule-item-content .rule-item-descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(86.66667% - 20px);
  width: calc(86.66667% - 20px);
}

.rule-list .rule-item-content .rule-item-descr__title {
  margin-bottom: 50px;
  padding: 50px 70px 0px 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5em;
  background-color: transparent;
  text-transform: uppercase;
}

.rule-list .rule-item-content .rule-item-descr__title::after,
.rule-list .rule-item-content .rule-item-descr__title::before {
  top: 25%;
  right: 0.5%;
}

.rule-list .rule-item-content .rule-item-descr__title:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .rule-list .rule-item-content .rule-item-descr__title {
    margin-bottom: 40px;
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .rule-list .rule-item-content .rule-item-descr__title {
    margin-bottom: 35px;
    padding: 30px 30px 0px 0;
  }
}

@media screen and (max-width: 476px) {
  .rule-list .rule-item-content .rule-item-descr__title {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .rule-list .rule-item-content .rule-item-descr {
    width: -webkit-calc(83.33333% - 20px);
    width: calc(83.33333% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .rule-list .rule-item-content .rule-item-descr {
    font-size: 12px;
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
  }
}

.rule-list .rule-item-content .rule-item-descr__text {
  padding: 0px 20px 0px 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .rule-list .rule-item-content .rule-item-descr__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 476px) {
  .rule-list .rule-item-content .rule-item-descr__text {
    padding: 0 0 0 0;
    font-size: 12px;
  }
}

.rule-list .rule-item-content .drop-list__content.drop-list__content--active {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0px 20px 0px 10px;
}

@media screen and (max-width: 476px) {
  .rule-list .rule-item-content .drop-list__content.drop-list__content--active {
    padding: 0 0 0 0;
  }
}

.i_dont_now--size {
  width: 195px;
  height: 135px;
}

@media screen and (max-width: 1200px) {
  .i_dont_now--size {
    width: 100%;
    height: 100px;
  }
}

.handcuffs--size {
  width: 125px;
  height: 125px;
}

@media screen and (max-width: 1200px) {
  .handcuffs--size {
    width: 100%;
    height: 100px;
  }
}

.binoculars--size {
  width: 119px;
  height: 97px;
}

@media screen and (max-width: 1200px) {
  .binoculars--size {
    width: 100%;
    height: 100px;
  }
}

.consulting--size {
  width: 150px;
  height: 152px;
}

@media screen and (max-width: 1200px) {
  .consulting--size {
    width: 100%;
    height: 100px;
  }
}

.message--size {
  width: 112px;
  height: 114px;
}

@media screen and (max-width: 1200px) {
  .message--size {
    width: 100%;
    height: 100px;
  }
}

.trifle-definition {
  padding: 30px 0;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .trifle-definition {
    padding: 15px 0;
  }
}

.trifle-definition__text {
  margin: 0 auto;
  max-width: 860px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (max-width: 1200px) {
  .trifle-definition__text {
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .trifle-definition__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .trifle-definition__text {
    font-size: 14px;
  }
}

.trifle-definition-accent {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .trifle-definition-accent {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .trifle-definition-accent {
    font-size: 14px;
  }
}

.trifle-quote {
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 90px;
  padding-left: 10px;
  width: 860px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .trifle-quote {
    width: 580px;
  }
}

@media screen and (max-width: 768px) {
  .trifle-quote {
    padding-bottom: 50px;
    width: 100%;
  }
}

.trifle-quote::after,
.trifle-quote::before {
  position: absolute;
  width: 12.5%;
  height: 75px;
  content: "";
  background: url("../img/svg/quotes.svg") no-repeat center;
}

@media screen and (max-width: 1200px) {
  .trifle-quote::after,
  .trifle-quote::before {
    width: 11%;
    height: 55px;
  }
}

.trifle-quote::before {
  top: 50px;
  left: -15%;
}

@media screen and (max-width: 768px) {
  .trifle-quote::before {
    top: 0;
    left: 0;
  }
}

.trifle-quote::after {
  bottom: 50px;
  right: -12.5%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .trifle-quote::after {
    right: 0;
    bottom: 0;
  }
}

.trifle-quote p {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .trifle-quote p {
    margin-bottom: 15px;
  }
}

.trifle-list {
  margin-bottom: 60px;
}

.trifle-list .trifle-item {
  padding: 64px 0;
  background: url("../img/home/home-bg-2_2.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 992px) {
  .trifle-list .trifle-item {
    padding: 30px 0;
  }
}

@media screen and (max-width: 576px) {
  .trifle-list .trifle-item {
    padding: 15px 0;
  }
}

.trifle-list .trifle-item:nth-child(odd) {
  background: url("../img/home/home-bg-1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.trifle-list .trifle-item .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.trifle-list .trifle-item__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(20% - 20px);
  width: calc(20% - 20px);
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .trifle-list .trifle-item__icon {
    width: -webkit-calc(13.33333% - 20px);
    width: calc(13.33333% - 20px);
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .trifle-list .trifle-item__icon {
    width: -webkit-calc(40% - 20px);
    width: calc(40% - 20px);
    margin-bottom: 20px;
    text-align: center;
  }
}

.trifle-list .trifle-item__descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(80% - 20px);
  width: calc(80% - 20px);
}

@media screen and (max-width: 768px) {
  .trifle-list .trifle-item__descr {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.trifle-list .trifle-item__descr .trifle-description {
  font-size: 16px;
}

.trifle-list .trifle-item__descr .trifle-description__title {
  margin-bottom: 30px;
  color: #972376;
  font-family: "Hermes";
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  text-align: justify;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 1080px) {
  .trifle-list .trifle-item__descr .trifle-description__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 992px) {
  .trifle-list .trifle-item__descr .trifle-description__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .trifle-list .trifle-item__descr .trifle-description__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {
  .trifle-list .trifle-item__descr .trifle-description__title {
    font-size: 24px;
  }
}

.trifle-list .trifle-item__descr .trifle-description__subtitle {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: justify;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 992px) {
  .trifle-list .trifle-item__descr .trifle-description__subtitle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .trifle-list .trifle-item__descr .trifle-description__subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .trifle-list .trifle-item__descr .trifle-description__subtitle {
    font-size: 14px;
  }
}

.trifle-list .trifle-item__descr .trifle-description__content {
  margin-bottom: 30px;
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .trifle-list .trifle-item__descr .trifle-description__content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .trifle-list .trifle-item__descr .trifle-description__content {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.video--enabled .video__btn {
  display: block;
}

.video--enabled {
  cursor: pointer;
}

.video {
  position: relative;
  height: 0;
  padding-bottom: 26.3125%;
  background-color: #eaeaea;
}

@media screen and (max-width: 768px) {
  .video {
    padding-bottom: 40.3%;
  }
}

@media screen and (max-width: 576px) {
  .video {
    padding-bottom: 54.34%;
  }
}

.video:hover .video__btn .video-btn-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video__btn:focus .video-btn-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  display: none;
  width: 68px;
  height: 48px;
  background-color: transparent;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
}

.video__btn .video-btn-shape {
  fill: #212121;
}

@media screen and (max-width: 768px) {
  .video__btn .video-btn-shape {
    fill: #ff0000;
    fill-opacity: 1;
  }
}

@media screen and (max-width: 576px) {
  .video__btn .video-btn-shape {
    width: 40px;
  }
}

.video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .video-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.video-list .video-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(48% - 20px);
  width: calc(48% - 20px);
  margin-bottom: 60px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .video-list .video-item {
    width: -webkit-calc(73.33333% - 20px);
    width: calc(73.33333% - 20px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .video-list .video-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.self-plan__title {
  padding-bottom: 10px;
  display: inline;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-box-shadow: inset 0 -0.175em #fff, inset 0 -0.25em #972376;
  box-shadow: inset 0 -0.175em #fff, inset 0 -0.25em #972376;
}

@media screen and (max-width: 768px) {
  .self-plan__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {
  .self-plan__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 476px) {
  .self-plan__title {
    font-size: 19px;
  }
}

.check_out--size {
  width: 63px;
  height: 65px;
}

@media screen and (max-width: 576px) {
  .check_out--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .check_out--size {
    width: 30px;
    height: 30px;
  }
}

.route--size {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 576px) {
  .route--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .route--size {
    width: 30px;
    height: 30px;
  }
}

.friendship--size {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 576px) {
  .friendship--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .friendship--size {
    width: 30px;
    height: 30px;
  }
}

.dialogue--size {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 576px) {
  .dialogue--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .dialogue--size {
    width: 30px;
    height: 30px;
  }
}

.document--size {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 576px) {
  .document--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .document--size {
    width: 30px;
    height: 30px;
  }
}

.backpack--size {
  width: 50px;
  height: 60px;
}

@media screen and (max-width: 576px) {
  .backpack--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .backpack--size {
    width: 30px;
    height: 30px;
  }
}

.info--size {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 576px) {
  .info--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .info--size {
    width: 30px;
    height: 30px;
  }
}

.grandparents--size {
  width: 60px;
  height: 50px;
}

@media screen and (max-width: 576px) {
  .grandparents--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .grandparents--size {
    width: 30px;
    height: 30px;
  }
}

.information--size {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 576px) {
  .information--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .information--size {
    width: 30px;
    height: 30px;
  }
}

.smartphone--size {
  width: 45px;
  height: 55px;
}

@media screen and (max-width: 576px) {
  .smartphone--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .smartphone--size {
    width: 30px;
    height: 30px;
  }
}

.security--size {
  width: 50px;
  height: 60px;
}

@media screen and (max-width: 576px) {
  .security--size {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 476px) {
  .security--size {
    width: 30px;
    height: 30px;
  }
}

.self-plan-list.critical-situation {
  margin: 50px auto 0px;
}

.self-plan-list.critical-situation .self-plan-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .self-plan-list.critical-situation {
    margin: 0px auto 0px;
  }
}

.self-plan-list {
  max-width: 700px;
  margin: 30px auto 30px;
}

@media screen and (max-width: 576px) {
  .self-plan-list {
    margin: 30px auto 0px;
  }
}

.self-plan-list .self-plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 150px;
}

@media screen and (max-width: 576px) {
  .self-plan-list .self-plan-item {
    min-height: 130px;
  }
}

.self-plan-list .self-plan-item:last-child .wrap::after {
  display: none;
}

.self-plan-list .self-plan-item .wrap {
  position: relative;
}

.self-plan-list .self-plan-item .wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #f68636;
}

.self-plan-list .self-plan__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .self-plan-list .self-plan__icon {
    width: 85px;
    height: 85px;
  }
}

@media screen and (max-width: 576px) {
  .self-plan-list .self-plan__icon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 476px) {
  .self-plan-list .self-plan__icon {
    width: 55px;
    height: 55px;
  }
}

.self-plan-list .self-plan__icon svg {
  fill: #fff;
}

.self-plan-list .self-plan__descr {
  margin-bottom: 15px;
  margin-left: 20px;
}

@media screen and (max-width: 476px) {
  .self-plan-list .self-plan__descr {
    margin-left: 5px;
    font-size: 14px;
  }
}

.line-between-setion {
  position: relative;
}

.line-between-setion::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 33px;
  content: "";
  background: url("../img/line-between-setion.svg") center no-repeat;
}

.article {
  position: relative;
  margin-bottom: 101px;
}

@media screen and (max-width: 576px) {
  .article {
    margin-bottom: 30px;
  }
}

.article::after {
  bottom: -85px;
}

@media screen and (max-width: 576px) {
  .article::after {
    bottom: -40px;
  }
}

.article .font-weight--medium {
  font-weight: 500;
}

.article-container {
  margin: 0 auto;
  max-width: 860px;
}

@media screen and (max-width: 870px) {
  .article-container {
    padding: 0 10px;
  }
}

.article .article__title {
  margin-bottom: 23px;
  font-family: "Hermes";
  font-size: 48px;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 860px) {
  .article .article__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 578px) {
  .article .article__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 478px) {
  .article .article__title {
    font-size: 24px;
  }
}

.article__img {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
  .article__img {
    margin: 0 auto;
    max-width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .article__img {
    max-width: none;
  }
}

.article__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-img__social {
  position: absolute;
  top: 0;
  right: -73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 860px) {
  .article-img__social {
    right: -50px;
  }
}

@media screen and (max-width: 768px) {
  .article-img__social {
    top: auto;
    bottom: -65px;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-img__social li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .article-img__social li {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.article .social-list-article--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .article .social-list-article--bottom {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.article .social-list-article--bottom .social-item {
  margin-right: 10px;
}

.article__descr p {
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .article__descr p {
    margin-bottom: 15px;
  }
}

.article .post-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 189px;
  height: 56px;
  opacity: 0.8;
  background-color: #f68636;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .article .post-type {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-margin--more {
    margin-bottom: 80px;
  }
}

.post-time {
  position: absolute;
  width: 189px;
  height: 56px;
  opacity: 0.8;
  background-color: #f68636;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 578px) {
  .post-time {
    height: 40px;
    width: 175px;
    line-height: 40px;
    font-size: 14px;
  }
}

.social-list .social-item {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-list .social-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list .social-item:hover {
  background-color: #f68636;
}

.social-icon-size {
  width: 23px;
  height: 23px;
  fill: #fff;
}

.article-container blockquote {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 55px 0;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 576px) {
  .article-container blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 0;
  }
}

.article-container blockquote p {
  position: relative;
  margin-left: auto;
  width: 80%;
  font-size: 24px;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .article-container blockquote p {
    font-size: 20px;
  }
}

@media screen and (max-width: 476px) {
  .article-container blockquote p {
    width: 84%;
    font-size: 16px;
  }
}

.article-container blockquote p::before {
  position: absolute;
  top: 0;
  left: -22%;
  width: 16%;
  height: 75px;
  content: "";
  background: url("../img/svg/quotes.svg") no-repeat center;
}

.more-news__main-title {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .more-news__main-title {
    margin-bottom: 30px;
  }
}

.more-news__main-title::after {
  bottom: -30px;
}

.after-position--bottom::after {
  bottom: -45px;
}

.after-position--bottom:last-child::after {
  display: none;
}

.more-news-list .more-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .more-news-list .more-news-item {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.more-news-list .more-news-item .more-news__post-time {
  bottom: 0;
  left: 0;
}

.more-news-list .more-news-item__link {
  display: block;
  text-decoration: none;
}

.js-download-pdf {
  text-decoration: none;
}

.more-news-list .more-news-item__img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(46.66667% - 20px);
  width: calc(46.66667% - 20px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .more-news-list .more-news-item__img {
    width: -webkit-calc(86.66667% - 20px);
    width: calc(86.66667% - 20px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 578px) {
  .more-news-list .more-news-item__img {
    width: -webkit-calc(93.33333% - 20px);
    width: calc(93.33333% - 20px);
  }
}

@media screen and (max-width: 478px) {
  .more-news-list .more-news-item__img {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.more-news-list .more-news-item__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.more-news-list .more-news-item__descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(51.33333% - 20px);
  width: calc(51.33333% - 20px);
}

@media screen and (max-width: 768px) {
  .more-news-list .more-news-item__descr {
    width: -webkit-calc(86.66667% - 20px);
    width: calc(86.66667% - 20px);
  }
}

@media screen and (max-width: 578px) {
  .more-news-list .more-news-item__descr {
    width: -webkit-calc(93.33333% - 20px);
    width: calc(93.33333% - 20px);
  }
}

@media screen and (max-width: 478px) {
  .more-news-list .more-news-item__descr {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.more-news-list .more-news-item .more-news__title {
  margin-bottom: 35px;
  color: #972376;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

@media screen and (max-width: 578px) {
  .more-news-list .more-news-item .more-news__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.more-news-list .more-news-item .more-news__subtitle {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 578px) {
  .more-news-list .more-news-item .more-news__subtitle {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: justify;
  }
}

@media screen and (max-width: 578px) {
  .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 578px) {
  .pagination .nav-links {
    max-width: 90%;
  }
}

.pagination .dots {
  margin: 0 5px;
  color: #972376;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.pagination .page-numbers.current:not(.dots) {
  margin: 0 5px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #f68636;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
}

@media screen and (max-width: 578px) {
  .pagination .page-numbers.current:not(.dots) {
    line-height: 30px;
  }
}

.pagination .page-numbers:not(.dots) {
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #972376;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 578px) {
  .pagination .page-numbers:not(.dots) {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination .page-numbers:not(.dots):hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: underline;
}

.pagination .prev,
.pagination .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .prev svg,
.pagination .next svg {
  width: 12px;
  height: 20px;
  fill: #972376;
}

.pagination .prev {
  margin-right: 25px;
}

@media screen and (max-width: 578px) {
  .pagination .prev {
    margin-right: 15px;
  }
}

@media screen and (max-width: 478px) {
  .pagination .prev {
    margin-right: 5px;
  }
}

.pagination .prev:hover {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.pagination .next {
  margin-left: 25px;
  -webkit-transform: translateX(0px) rotate(180deg);
  -ms-transform: translateX(0px) rotate(180deg);
  transform: translateX(0px) rotate(180deg);
}

@media screen and (max-width: 578px) {
  .pagination .next {
    margin-left: 51px;
  }
}

@media screen and (max-width: 478px) {
  .pagination .next {
    margin-left: 5px;
  }
}

.pagination .next:hover {
  -webkit-transform: translateX(5px) rotate(180deg);
  -ms-transform: translateX(5px) rotate(180deg);
  transform: translateX(5px) rotate(180deg);
}

.mini-form {
  padding-top: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .mini-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 576px) {
  .mini-form {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mini-filter {
  margin: 15px 0 20px;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 64px;
  border-radius: 64px;
  border: 2px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  .mini-filter {
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
}

.mini-filter__title {
  margin-bottom: 10px;
  color: #972376;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mini-filter__title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .mini-filter__btn {
    min-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .mini-filter__btn {
    min-width: 290px;
  }
}

@media screen and (max-width: 578px) {
  .mini-filter__btn {
    height: 50px;
  }
}

.mini-filter__select,
.mini-filter .mini-filter-input {
  position: relative;
  padding-left: 40px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 250px;
  min-height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  border: 2px solid #e5e5e5;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .mini-filter__select,
  .mini-filter .mini-filter-input {
    margin-bottom: 13px;
    min-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .mini-filter__select,
  .mini-filter .mini-filter-input {
    min-width: 290px;
  }
}

@media screen and (max-width: 578px) {
  .mini-filter__select,
  .mini-filter .mini-filter-input {
    min-height: 50px;
  }
}

.mini-filter__select:hover,
.mini-filter .mini-filter-input:hover {
  cursor: pointer;
}

.mini-filter__select::-webkit-input-placeholder,
.mini-filter .mini-filter-input::-webkit-input-placeholder {
  color: #000;
}

.mini-filter__select::-moz-placeholder,
.mini-filter .mini-filter-input::-moz-placeholder {
  color: #000;
}

.mini-filter__select::-moz-placeholder,
.mini-filter .mini-filter-input::-moz-placeholder {
  color: #000;
}

.mini-filter__select::-ms-input-placeholder,
.mini-filter .mini-filter-input::-ms-input-placeholder {
  color: #000;
}

.mini-filter .mini-filter-year,
.mini-filter .mini-filter-month {
  position: relative;
}

.select-arrow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 69px;
  height: 56px;
  -webkit-border-radius: 0 28px 28px 0;
  border-radius: 0 28px 28px 0;
  background-color: #f68636;
  pointer-events: none;
}

@media screen and (max-width: 578px) {
  .select-arrow {
    height: 50px;
  }
}

.select-arrow::after {
  position: absolute;
  right: 40%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.think_man--size {
  width: 150px;
  height: 200px;
}

@media screen and (max-width: 992px) {
  .think_man--size {
    width: 100px;
    height: 150px;
  }
}

.witness-item {
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.witness-item .number-link {
  color: #000;
  text-decoration: none;
}

.witness-item-content__icon {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .witness-item-content__icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .witness-item-content__icon {
    width: 35px;
    height: 35px;
    font-size: 24px;
  }
}

.witness-item-content__icon svg use {
  fill: #ffffff;
}

.witness-item .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.witness-item .row .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(13.33333% - 20px);
  width: calc(13.33333% - 20px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.witness-item .row .wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #f68636;
}

@media screen and (max-width: 576px) {
  .witness-item .row .wrap {
    width: -webkit-calc(16.66667% - 20px);
    width: calc(16.66667% - 20px);
  }
}

.witness-item:nth-child(even) {
  background: url("../img/home/home-bg-2.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.witness-item:last-child .wrap::after {
  height: 55px;
}

.witness-item:first-child .wrap::after {
  top: 55px;
}

.witness-item-descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(80% - 20px);
  width: calc(80% - 20px);
}

.witness-item-descr__title {
  margin-top: 50px;
  margin-bottom: 7px;
  color: #972376;
  font-family: "Hermes";
  font-size: 30px;
  line-height: 1.4em;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .witness-item-descr__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .witness-item-descr__title {
    margin-top: 20px;
    font-size: 24px;
  }
}

.witness-item-descr__subtitle {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

@media screen and (max-width: 992px) {
  .witness-item-descr__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .witness-item-descr__subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .witness-item-descr {
    width: -webkit-calc(83.33333% - 20px);
    width: calc(83.33333% - 20px);
  }
}

.witness-definition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .witness-definition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.witness-definition__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(26.66667% - 20px);
  width: calc(26.66667% - 20px);
  text-align: center;
}

@media screen and (max-width: 992px) {
  .witness-definition__icon {
    width: -webkit-calc(13.33333% - 20px);
    width: calc(13.33333% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .witness-definition__icon {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
  }
}

.witness-definition__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(66.66667% - 20px);
  width: calc(66.66667% - 20px);
  padding: 40px;
  margin-top: 20px;
  background: url("../img/witness/line-border.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media screen and (max-width: 992px) {
  .witness-definition__text {
    margin-top: 0;
    padding: 0 40px;
    font-size: 14px;
    background: none;
  }
}

.witness-definition__text p {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .witness-definition__text {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
  }
  .witness-definition__text p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .witness-definition__text {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0;
  }
}

.relationship-icon--size {
  width: 89px;
  height: 120px;
}

.relationship {
  padding: 25px 0;
  background: url("../img/home/home-bg-1_1.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
}

.relationship-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1021px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.relationship__icon {
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  .relationship__icon {
    margin-right: 35px;
  }
}

@media screen and (max-width: 576px) {
  .relationship__icon {
    margin-right: 15px;
  }
}

.relationship__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .relationship__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .relationship__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 476px) {
  .relationship__text {
    font-size: 14px;
  }
}

.relationship-list {
  padding: 30px 5px;
}

.relationship-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.relationship-item:last-child .wrap::after {
  display: none;
}

.relationship-item-content__icon {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #972376;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .relationship-item-content__icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .relationship-item-content__icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.relationship-item-content__icon svg use {
  fill: #ffffff;
}

.relationship-item .descr-wrap.active-test-js {
  position: relative;
}

.relationship-item .descr-wrap.active-test-js::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
}

.relationship-item .descr-wrap.active-test-js .relationship-item-descr::after {
  border-top: 20px solid rgba(255, 255, 255, 0.9);
  border-right: 20px solid rgba(255, 255, 255, 0.9);
}

.relationship-item .descr-wrap.active-test-js .relationship-item-descr__title {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}

.relationship-item-descr {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 60px;
  background: url("../img/home/home-bg-2.jpg") center;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px;
}

@media screen and (max-width: 768px) {
  .relationship-item-descr {
    padding: 20px 10px;
  }
}

.relationship-item-descr::after {
  position: absolute;
  top: 0;
  left: -65px;
  display: block;
  width: 65px;
  height: 65px;
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #f4f4f4;
  border-right: 20px solid #f4f4f4;
}

.relationship-item-descr::before {
  position: absolute;
  top: 0;
  left: -110px;
  display: block;
  width: 111px;
  height: 111px;
  content: "";
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.relationship-item-descr__title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  -o-transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

@media screen and (max-width: 992px) {
  .relationship-item-descr__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .relationship-item-descr__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .relationship-item-descr__title {
    font-size: 18px;
  }
}

.relationship-item .wrap {
  position: relative;
  margin-right: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .relationship-item .wrap {
    margin-right: 10px;
  }
}

.relationship-item .wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #f68636;
}

.answer-block {
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 90px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}

@media screen and (max-width: 576px) {
  .answer-block {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.answer-block__title {
  margin-bottom: 28px;
  color: #fff;
  font-family: "Hermes";
  font-size: 55px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .answer-block__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 576px) {
  .answer-block__title {
    font-size: 25px;
  }
}

.answer-block__text {
  margin: 0 auto;
  max-width: 910px;
  display: none;
  color: #fdfdfd;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35em;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .answer-block__text {
    padding: 0 15px;
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .answer-block__text {
    padding: 0 5px;
    font-size: 18px;
  }
}

.answer {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.answer .answer-cir {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  content: "";
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(
    81deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  background-image: -o-linear-gradient(
    81deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  background-image: linear-gradient(
    9deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  -o-transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

@media screen and (max-width: 576px) {
  .answer .answer-cir {
    width: 50px;
    height: 50px;
  }
}

.answer:hover {
  color: #fff;
  background-color: #972376;
}

.answer:hover .answer-cir {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-left: -webkit-calc(100% - 64px);
  margin-left: calc(100% - 64px);
}

.answered {
  color: #fff;
  background-color: #972376;
}

.answered .answer-cir {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-left: -webkit-calc(100% - 64px);
  margin-left: calc(100% - 64px);
}

.relation-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .relation-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.check-text-icon--size {
  width: 27px;
  height: 20px;
  fill: #fff;
}

.cross-text-icon--size {
  width: 23px;
  height: 23px;
  fill: #fff;
}

.adobe-icon--size {
  margin-right: 10px;
  width: 21px;
  height: 19px;
  fill: #fff;
  vertical-align: text-bottom;
}

.contact-map-btn:not(#some) {
  padding: 8px 0 8px 10%;
  height: auto;
  min-height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .contact-map-btn:not(#some) {
    width: 80%;
  }
}

@media screen and (max-width: 476px) {
  .contact-map-btn:not(#some) {
    width: 95%;
  }
}

.contact-map-btn:not(#some):hover {
  background-color: #fff;
  color: #972376;
}

.contact-map-btn:not(#some):hover svg {
  fill: #972376;
}

.popup-modal-contact {
  height: 480px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.loader-wrap:not(#some) {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.dot {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1001;
}

.dot::before,
.dot::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 20em;
  border-radius: 20em;
  z-index: 1002;
}

.dot::before {
  width: 60px;
  height: 60px;
  -webkit-transition: border 2s;
  -o-transition: border 2s;
  transition: border 2s;
  border: none;
}

.dot::after {
  width: 8px;
  height: 8px;
  background-color: rgba(237, 85, 101, 0.9);
  -webkit-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
}

.dot svg {
  position: relative;
  width: inherit;
  height: inherit;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.dot svg circle {
  stroke-dasharray: 50, 200;
  stroke-dashoffset: -10;
  stroke-linecap: round;
  stroke-width: 1.5;
  stroke: none;
  fill: none;
  -webkit-transition: stroke 2s;
  -o-transition: stroke 2s;
  transition: stroke 2s;
}

.dot.loading {
  cursor: wait;
}

.dot.loading::before {
  border: 0.2rem solid rgba(237, 85, 101, 0.4);
}

.dot.loading svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.dot.loading svg circle {
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke: rgba(237, 85, 101, 0.9);
}

.dot:hover.loading svg circle,
.dot:focus.loading svg circle {
  stroke: rgba(253, 220, 117, 0.9);
}

.dot:hover::before,
.dot:focus::before {
  border-color: rgba(253, 220, 117, 0.4);
}

.dot:hover::after,
.dot:focus::after {
  background-color: #fddc75;
}

.dot.active {
  cursor: pointer;
}

.dot.active svg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.dot.active svg circle {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  stroke: none !important;
}

.dot.active::before {
  border: none;
}

.dot.active::after {
  background-color: #fddc75;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

.mobile-popup-modal {
  padding: 30px;
  height: auto;
  min-height: 375px;
}

@media screen and (max-width: 568px) {
  .mobile-popup-modal {
    padding: 10px;
  }
}

.mobile-popup-modal .menu-list {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .mobile-popup-modal .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mobile-popup-modal .menu-list .menu-item {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  min-width: 280px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mobile-popup-modal .menu-list .menu-item {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }
}

.mobile-popup-modal .menu-list .menu-item .sub-menu a {
  color: #fff;
}

.page404-wrap {
  width: 100vw;
  height: 100vh;
  background-color: #ac2886;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.page404__title {
  margin-bottom: 50px;
  font-weight: 700;
  line-height: normal;
  font-size: 150px;
  text-align: center;
  -webkit-animation: tada 3s infinite;
  animation: tada 3s infinite;
}

@media screen and (max-width: 578px) {
  .page404__title {
    font-size: 70px;
    margin-bottom: 30px;
  }
}

.page404__title-small {
  display: block;
  font-size: 50px;
}

@media screen and (max-width: 578px) {
  .page404__title-small {
    font-size: 30px;
  }
}

.page404__subtitle {
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.page404 .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 578px) {
  .page404 .link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page404 .link-wrap a {
  min-width: 220px;
  margin-right: 0;
  padding: 10px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.page404 .link-wrap a span {
  z-index: 1;
}

.page404 .link-wrap a::before {
  z-index: 0;
}

@media screen and (max-width: 578px) {
  .page404 .link-wrap a {
    margin: 20px auto;
    width: 70%;
    min-width: 200px;
  }
}

.line-between-setion.position-bottom--negative::after {
  bottom: -90px;
}

@media screen and (max-width: 576px) {
  .line-between-setion.position-bottom--negative::after {
    bottom: -30px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body *:focus {
  outline: none;
}

body.focus-tab--enable *:focus {
  outline-color: #4d90fe;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 7px;
}

button:hover,
a:hover {
  cursor: pointer;
}

.section-title {
  color: #972376;
  font-family: "Hermes";
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5em;
  /* text-transform: uppercase; */
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  .section-title {
    font-size: 30px;
  }
}

.text--uppercase {
  text-transform: uppercase;
}

.color--purple {
  color: #972376;
}

.color--orange {
  color: #f68636;
}

.color--black {
  color: #000;
}

.font-weight--extra {
  font-weight: 800;
}

.color--almost-black {
  color: #343030;
}

.animate-bg-color {
  background-color: #972376;
  background-image: -webkit-linear-gradient(
    81deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  background-image: -o-linear-gradient(
    81deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  background-image: linear-gradient(
    9deg,
    #972376 0%,
    #dc6b47 73%,
    #f68636 100%
  );
  -webkit-background-size: 400% 400%;
  background-size: 400% 400%;
  -webkit-animation-name: gradient-animation;
  animation-name: gradient-animation;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.button {
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #972376;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#972376),
    color-stop(30%, #dc6b47),
    color-stop(70%, #972376),
    color-stop(90%, #dc6b47),
    color-stop(95%, #f68636),
    color-stop(110%, #dc6b47)
  );
  background-image: -webkit-linear-gradient(
    bottom left,
    #972376 0%,
    #dc6b47 30%,
    #972376 70%,
    #dc6b47 90%,
    #f68636 95%,
    #dc6b47 110%
  );
  background-image: -o-linear-gradient(
    bottom left,
    #972376 0%,
    #dc6b47 30%,
    #972376 70%,
    #dc6b47 90%,
    #f68636 95%,
    #dc6b47 110%
  );
  background-image: linear-gradient(
    to top right,
    #972376 0%,
    #dc6b47 30%,
    #972376 70%,
    #dc6b47 90%,
    #f68636 95%,
    #dc6b47 110%
  );
  -webkit-background-size: 400% 300%;
  background-size: 400% 300%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: gradient-animation;
  animation-name: gradient-animation;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.button:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-size--md {
  width: 241px;
  height: 56px;
  line-height: 56px;
}

@media screen and (max-width: 578px) {
  .button-size--md {
    height: 50px;
    line-height: 50px;
  }
}

.button-size--xl {
  width: 370px;
  height: 56px;
  line-height: 56px;
}

@media screen and (max-width: 1200px) {
  .button-size--xl {
    width: 300px;
  }
}

@media screen and (max-width: 992px) {
  .button-size--xl {
    width: 224px;
  }
}

.button-size--xxl {
  width: 390px;
  height: 64px;
  line-height: 64px;
}

@media screen and (max-width: 1080px) {
  .button-size--xxl {
    width: 49%;
  }
}

@media screen and (max-width: 576px) {
  .button-size--xxl {
    margin-bottom: 15px;
    width: 80%;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 476px) {
  .button-size--xxl {
    width: 95%;
  }
}

.accent-text {
  font-weight: 800;
  color: #972376;
  /* text-transform: uppercase; */
}

.body-open-modal-js {
  overflow: hidden;
}

.body-open-modal-js .main-screen {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.open-modal-js {
  opacity: 1;
  visibility: visible;
}

.open-modal-js .popup-modal {
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}

.open-modal-js {
  opacity: 1;
  visibility: visible;
}

.open-modal-js .mobile-popup-modal {
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}

.popup-img-overlay.open-modal-js {
  opacity: 1;
  visibility: visible;
}

.popup-img-overlay.open-modal-js .popup-img-modal {
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}

li.active-city-item:not(#ere) {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 992px) {
  li.active-city-item:not(#ere) {
    background-color: rgba(255, 255, 255, 0);
  }
}

li.active-city-item:not(#ere)::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

li.active-city-item:not(#ere) .region-list {
  display: block;
  opacity: 1;
}

li.active-region-item:not(#ere) {
  background-color: rgba(255, 255, 255, 0.2);
}

li.active-region-item:not(#ere)::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active-tab-js:not(#ere) {
  opacity: 1;
  visibility: visible;
  background-color: white;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.active-tab-js:not(#ere) .tab-header {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.active-tab-js:not(#ere) .tab-header__title {
  color: #972376;
}

.half-circle-position:not(#some) {
  top: -10%;
}

@media screen and (max-width: 992px) {
  .half-circle-position:not(#some) {
    top: auto;
    bottom: 16%;
  }
}

/*.check-relationship{
	padding-top: 250px;
}*/

/* BANNER */

.banner {
  margin-bottom: 30px;
  font-family: "Gilroy";
  background: url("../../assets/img/banner-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

.banner .banner__container {
  background: url("../../assets/img/banner-container-bg.png") no-repeat center
    right;
  background-size: auto 100%;
}

.banner .banner__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner .banner__title {
  font-size: 70px;
  line-height: 1.1;
  color: #f4a051;
}

.banner .banner__logo {
  max-width: 77px;
}

.banner .banner__text {
  font-size: 50px;
  line-height: 1.1;
  color: #35312e;
  max-width: 616px;
  margin-top: 20px;
}

.banner .banner__button {
  text-decoration: none;
  display: flex;
  width: 295px;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 16px 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
}

.banner .banner__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}

.banner .banner__info {
  display: flex;
  align-items: center;
}

.banner .banner__info .banner__info-icon {
  max-width: 60px;
  margin-right: 15px;
}

.banner .banner__info .banner__info-icon_map {
  max-width: 55px;
}

.banner .banner__info span {
  font-size: 24px;
  line-height: 1.4;
  color: #35312e;
}

.help-link {
  text-decoration: none;
  color: #000;
}

/* BANNER END */

.where-to-go {
  background: url(../img/home/home-bg-1.jpg) center;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 191px;
  margin-top: 35px;
  display: flex;
  align-items: center;
}

@media (max-width: 770px) {
  .where-to-go {
    min-height: auto;
    margin-top: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.where-to-go .container {
  width: 100%;
}

.youtube-banner {
  padding: 100px 0;
}

.youtube-banner .youtube-banner__inner {
  display: flex;
}

.youtube-banner .youtube-banner__youtube-wrapper {
  flex-basis: 50%;
  flex-shrink: 0;
}

.youtube-banner .youtube-banner__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 20px;
}
.youtube-banner .youtube-banner__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.youtube-banner .youtube-banner__content {
  padding: 30px 40px;
}

@media screen and (max-width: 992px) {
  .banner .banner__title {
    font-size: 60px;
  }

  .banner .banner__text {
    font-size: 36px;
  }

  .banner .banner__info span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner .banner__info {
    margin-bottom: 25px;
  }
  .youtube-banner {
    padding: 50px 0;
  }
  .youtube-banner .youtube-banner__inner {
    flex-direction: column;
  }

  .youtube-banner .youtube-banner__youtube-wrapper {
    min-height: 400px;
    position: relative;
  }

  .youtube-banner .youtube-banner__youtube-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .banner {
    padding: 50px 0;
  }
  .banner .banner__title {
    font-size: 50px;
  }

  .banner .banner__text {
    font-size: 24px;
    display: none;
  }

  .banner .banner__info span {
    font-size: 14px;
  }

  .youtube-banner .youtube-banner__content {
    padding: 30px 0px;
  }

  .banner .banner__container {
    background-size: auto 60%;
  }
}

/* pravki */

.header-item {
  position: relative;
  line-height: 26px;
}

.preview-pdf {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -2;
}

.preview-pdf.show {
  opacity: 1;
  z-index: 100;
}

.preview-pdf-content {
  position: relative;
  padding: 20px 40px;
  width: 75%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
}

.close-preview-pdf {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 15px;
  transition: all 0.4s;
}

.close-preview-pdf svg {
  width: 22px;
  height: 22px;
}

.close-preview-pdf:hover {
  transform: rotate(180deg);
}

.preview-pdf iframe {
  width: 95%;
  height: 95%;
  border: none;
}

.js-download-pdf {
  margin-top: 15px;
}

.header-list {
  flex-basis: auto;
  margin-left: 29px;
}

/*.header-item-dropdown {
  min-width: auto;
}*/

/*.header-item-dropdown .header-item-sub-menu {
  width: 100% !important;
}*/

/*@media (max-width: 1185px) {
  .header-item-dropdown {
    min-width: 183px;
    margin-right: 0;
    line-height: 24px;
  }

  .header-item-dropdown::after {
    position: absolute;
    bottom: -25px;
    left: 42%;
    transform: rotate(45deg) translateY(-8px) translateX(-50%);
  }

  .header-list {
    width: 62%;
    margin-left: 10px;
    align-items: flex-start;
  }

  .header-item-dropdown--correct {
    max-width: 230px;
    min-width: auto;
  }

  .header-list .header-item-sub-menu {
    bottom: -35px;
    top: auto;
    transform: translateY(100%);
  }
}*/

.report-video {
  width: 100%;
  margin: 30px 0;
  height: 60vh;
}

.report-video iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1370px) {
  .report-video {
    height: 66vh;
  }
}

@media (max-width: 1025px) {
  .preview-pdf-content {
    width: 90%;
    height: 90%;
  }

  .preview-pdf-content {
    padding: 20px 30px;
  }

  .close-preview-pdf {
    top: 20px;
    right: 10px;
  }
}

@media (max-width: 770px) {
  .preview-pdf-content {
    width: 95%;
    height: 95%;
  }

  .js-download-pdf {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 180px;
  }

  .report-video {
    height: 50vh;
  }
}

@media (max-width: 480px) {
  .preview-pdf-content {
    padding: 10px 0;
    width: calc(100%);
    top: auto;
    bottom: 0;
    height: calc(100% - 35px);
    position: absolute;
  }

  .close-preview-pdf {
    top: -30px;
  }

  .close-preview-pdf svg {
    width: 20px;
    height: 20px;
  }
}

.ReactModal__Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto;
  opacity: 0;
  z-index: -5;
  transition: all 0.4s;
}

.ReactModal__Overlay.show {
  opacity: 1;
  z-index: 100;
}

.ReactModal__Overlay--video .ReactModal__Content {
  height: 98.7%;
  width: 100%;
}

@media (max-width: 767px) {
  .ReactModal__Overlay {
    padding: 0;
  }
}

.ReactModal__Overlay--Center:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.ReactModal__Overlay--Center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.ReactModal__Content {
  position: relative;
  max-width: 100%;
  opacity: 0;
}

.ReactModal__Content--after-open {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ReactModal__Content--before-close {
  opacity: 0;
}

.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 558px;
  max-width: 100%;
  background-color: #fff;
  overflow: auto;
  color: #415372;
}

@media (max-width: 767px) {
  .modal {
    width: 100%;
    height: 100%;
  }
}

.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

@media (max-width: 767px) {
  .modal__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.modal__icon {
  width: 96px;
  height: 96px;
}

.modal-video {
  width: 100%;
  padding-top: 65px;
}

.modal-video__body {
  position: relative;
  width: 100%;
  height: 0;
}

.modal-video__frame {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 94%;
}

.modal-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  border: none;
  background-color: transparent;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  pointer-events: all;
}

.modal-close svg {
  width: 22px;
  height: 22px;
}

.modal-close:hover {
  opacity: 0.5;
}

.single-news-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-news-block .header-btn {
  margin-left: 0;
  margin-right: 0 !important;
}

.tab-block-home {
  margin-top: 125px;
}

@media screen and (max-width: 992px) {
  .type-section {
    padding-top: 280px;
  }
}

@media screen and (max-width: 992px) {
  .type-section {
    padding-top: 240px;
  }
}

@media (max-width: 480px) {
  .type-section {
    padding-top: 210px;
  }

  .modal-close svg {
    width: 20px;
    height: 20px;
  }
}

/* VOVA 18.08 */
.carier-btn {
  background-image: none;
  background-color: transparent;
  margin-left: 30px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #972376;
  border: 1px solid #972376;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
}

/* 2021.10.14 article-container */
.article-container strong {
  font-weight: bold;
}

.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4,
.article-container h5,
.article-container h6 {
  font-weight: bold;
  line-height: 1;
  margin-block-start: 0.7em;
  margin-block-end: 0.7em;
}

.article-container h1 {
  font-size: 40px;
}
.article-container h2 {
  font-size: 35px;
}
.article-container h3 {
  font-size: 30px;
}
.article-container h4 {
  font-size: 27px;
}
.article-container h5 {
  font-size: 25px;
}

@media (max-width: 1365px) {
  .article-container h1 {
    font-size: 35px;
  }
  .article-container h2 {
    font-size: 30px;
  }
  .article-container h3 {
    font-size: 28px;
  }
  .article-container h4 {
    font-size: 25px;
  }
  .article-container h5 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .article-container h1 {
    font-size: 20px;
  }
  .article-container h2 {
    font-size: 18px;
  }
  .article-container h3 {
    font-size: 17px;
  }
  .article-container h4 {
    font-size: 16px;
  }
  .article-container h5 {
    font-size: 15px;
  }
}

/* Demch.co */
@media screen and (max-width: 1920px) {
  #mini-filter__categories {
    min-width: 430px;
  }
}

.categories-item__link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #e08a57;

  /* margin-top: 10px;
  margin-bottom: 40px; */
}

/* bot social */
.bot {
  /* display: none; */
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.bot .bot__social-img {
  width: 30px;
  height: 30px;
}
.bot .bot__social-span {
  margin-right: 15px;
}
.bot .social-telegram {
  margin-right: 10px;
}

/* article__content */
.article__content {
  margin-bottom: 40px;
}

.article__content ul {
  margin-left: 30px;
  margin-bottom: 10px;
}
.article__content ul li {
  list-style-type: unset !important;
}
