@charset "UTF-8";
@font-face {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-Ukraine-Thin.otf") format("woff2"), url("/fonts/e-Ukraine-Thin.otf") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-Ukraine-Light.otf") format("woff2"), url("/fonts/e-Ukraine-Light.otf") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-Ukraine-Light.otf") format("woff2"), url("/fonts/e-Ukraine-Light.otf") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-Ukraine-Regular.otf") format("woff2"), url("/fonts/e-Ukraine-Regular.otf") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-UkraineHead-Regular.otf") format("woff2"), url("/fonts/e-UkraineHead-Regular.otf") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-UkraineHead-Medium.otf") format("woff2"), url("/fonts/e-UkraineHead-Medium.otf") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/e-Ukraine-Medium.otf") format("woff2"), url("/fonts/e-Ukraine-Medium.otf") format("woff2");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw300 {
  font-weight: 300;
}

.fw200 {
  font-weight: 200;
}

.white {
  color: #fff;
}
.white span, .white b {
  color: #fff;
}

.yellow {
  color: #FCB222;
}

.uppercase {
  text-transform: uppercase;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

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

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.breadcrumbs {
  margin-top: 245px;
  position: relative;
  z-index: 2;
}
.breadcrumbs ol li {
  font-size: 19px;
  display: inline;
  margin-right: 5px;
}
.breadcrumbs ol li a {
  padding-right: 7px;
  color: #818181;
  position: relative;
  font-size: 19px;
}
.breadcrumbs ol li a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li a:before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  transform: translateY(-50%);
}
.breadcrumbs ol li a span {
  font-size: 19px;
  color: #818181;
}
.breadcrumbs ol li > span {
  color: #818181;
  text-decoration: underline;
}

.section_heading {
  margin: 210px 0 98px;
  letter-spacing: 3px;
  font-family: "e-Ukraine Head";
  font-size: 75px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.section_heading.no_margin {
  margin: 0;
}
.section_heading:before {
  background-color: #FCB222;
  width: 230px;
  height: 10px;
  border-radius: 5px;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}

.btn {
  padding: 0 50px;
  height: 98px;
  border: 2px solid #0C5ADB;
  border-radius: 5px;
  color: #0C5ADB;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-family: "e-Ukraine Head";
}
.btn.btn_orange {
  border: 2px solid #FCB222;
  color: #FCB222;
}
.btn.btn_orange:hover {
  background-color: #FCB222;
}
.btn.orange_link {
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  border: 2px solid #FCB222;
  background: rgba(0, 0, 0, 0.55);
  color: #FCB222;
  width: 366px;
  height: 150px;
}
.btn.orange_link:hover {
  background-color: #FCB222;
}
.btn:hover {
  background-color: #0C5ADB;
  color: #fff;
}

.slide_btn {
  font-family: "e-Ukraine Head";
  height: 62px;
  padding: 0 34px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  position: relative;
  color: #FCB222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.slide_btn.white_bg:before {
  background-color: #fff;
  z-index: 1;
}
.slide_btn.big_yellow_btn {
  height: 146px;
  padding: 0 80px;
}
.slide_btn.big_yellow_btn:before {
  width: 47px;
}
.slide_btn.big_yellow_btn span {
  font-size: 44px;
  font-weight: 400;
}
.slide_btn span {
  font-weight: 300;
  text-transform: uppercase;
  color: #FCB222;
  font-size: 18px;
  z-index: 2;
  position: relative;
}
.slide_btn:hover {
  color: #fff;
}
.slide_btn:hover span {
  color: #fff;
}
.slide_btn:hover:before {
  width: 100% !important;
}
.slide_btn:before {
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #FCB222;
  border-radius: 5px;
  transition: 0.3s all ease;
  z-index: -1;
}

p.slider-arr {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  right: 80px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all ease;
}
p.slider-arr.next {
  top: 55%;
}
p.slider-arr.prev {
  top: 45%;
}
p.slider-arr:hover {
  border: 2px solid #0C5ADB;
  background-color: #0C5ADB;
}
p.slider-arr:hover svg path {
  stroke: #fff;
}

@media only screen and (max-width: 1920px) {
  .breadcrumbs {
    margin-top: 12.5vw;
  }
  .breadcrumbs ol li {
    font-size: 1vw;
  }
  .breadcrumbs ol li a {
    font-size: 1vw;
  }
  .breadcrumbs ol li a:before {
    font-size: 1vw;
  }
  .breadcrumbs ol li a span {
    font-size: 1vw;
  }

  .slide_btn {
    height: 3.229vw;
    padding: 0 1.771vw;
  }
  .slide_btn.big_yellow_btn {
    height: 7.6vw;
    padding: 0 4.17vw;
  }
  .slide_btn.big_yellow_btn:before {
    width: 2.45vw;
  }
  .slide_btn.big_yellow_btn span {
    font-size: 2.292vw;
  }
  .slide_btn span {
    font-size: 1vw;
  }
  .slide_btn:before {
    width: 1.042vw;
    border-radius: 0.26vw;
  }

  .section_heading {
    margin: 10.938vw 0 4vw;
    letter-spacing: 0.156vw;
    font-size: 3.9vw;
  }
  .section_heading:before {
    width: 11vw;
    height: 0.521vw;
    top: -2.344vw;
  }

  p.slider-arr {
    right: 4.167vw;
    width: 3.125vw;
    height: 3.125vw;
  }
  p.slider-arr svg {
    width: 0.99vw;
    height: 1.667vw;
  }
  p.slider-arr.next {
    top: 54%;
  }
  p.slider-arr.prev {
    top: 46%;
  }

  .btn {
    height: 5.104vw;
    padding: 0 2.604vw;
  }
  .btn.orange_link {
    width: 19.01vw;
    height: 7.813vw;
    font-size: 1.927vw;
    line-height: 2.604vw;
  }

  ul.slick-dots li {
    width: 0.781vw;
    height: 0.781vw;
    margin: 0 0.26vw;
  }
  ul.slick-dots li.slick-active {
    margin: 0 1.3vw;
  }
  ul.slick-dots li.slick-active button:before {
    height: 0.781vw;
    width: 2.76vw;
  }
}
@media only screen and (max-width: 900px) {
  .section_heading {
    font-size: 25px;
    margin: 75px 0 25px;
  }
  .section_heading:before {
    width: 75px;
    height: 3px;
    top: -15px;
  }

  ul.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 2px;
  }
  ul.slick-dots li.slick-active {
    margin: 0 8px;
  }
  ul.slick-dots li.slick-active button:before {
    height: 9px;
    width: 20px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  ul.slick-dots li button {
    width: 7.5px;
    height: 7.5px;
    padding: 0;
  }

  p.slider-arr {
    right: 4.167vw;
    width: 30px;
    height: 30px;
  }
  p.slider-arr svg {
    width: 60%;
    height: 60%;
  }

  .btn {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
  }
  .btn.orange_link {
    font-size: 12px;
    line-height: 16px;
    height: 55px;
    width: 32%;
  }

  .slide_btn {
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
  .slide_btn.big_yellow_btn {
    height: 30px;
    padding: 0 15px;
  }
  .slide_btn.big_yellow_btn:before {
    width: 6px;
  }
  .slide_btn.big_yellow_btn span {
    font-size: 12px;
  }
  .slide_btn span {
    font-size: 12px;
  }
  .slide_btn:before {
    width: 6px;
    border-radius: 2px;
  }

  .breadcrumbs {
    margin-top: 60px;
  }
  .breadcrumbs ol li {
    font-size: 8px;
  }
  .breadcrumbs ol li a {
    padding-right: 8px;
  }
  .breadcrumbs ol li a:before {
    font-size: 8px;
  }
  .breadcrumbs ol li a span {
    font-size: 8px;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnBlick {
  0% {
    left: -50%;
  }
  30% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "e-Ukraine";
  box-sizing: border-box;
  color: #333440;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "e-Ukraine";
  font-weight: 400;
  background-color: #fff;
}

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

p {
  font-weight: 400;
  font-size: 1vw;
  color: #333440;
}

a {
  text-decoration: none;
  font-size: 1vw;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #333440;
}

.container {
  margin: 0 auto;
  width: 1580px;
}

select {
  font-family: "e-Ukraine";
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}
svg rect, svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

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

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #0C5ADB;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1920px) {
  .container {
    width: 82.292vw;
  }
}
@media only screen and (max-width: 920px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 91vw;
  }
}
.fz90 {
  font-size: 90px;
}

.fz45 {
  font-size: 45px;
  line-height: 65px;
}

.fz35 {
  font-size: 35px;
  line-height: 58px;
}

.fz24 {
  font-size: 24px;
  line-height: 146.5%;
  letter-spacing: 0.24px;
}

@media only screen and (max-width: 1920px) {
  .fz90 {
    font-size: 4.688vw;
  }

  .fz45 {
    font-size: 2.344vw;
    line-height: 3.385vw;
  }

  .fz35 {
    font-size: 1.823vw;
    line-height: 3.021vw;
  }

  .fz24 {
    font-size: 1.25vw;
    line-height: 146.5%;
    letter-spacing: 0.013vw;
  }
}
@media only screen and (max-width: 1920px) {
  .fz35 {
    font-size: 14px;
    line-height: 18px;
  }
}
form .input_group {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
form .input_group label {
  font-size: 14px;
  margin-bottom: 10px;
}
form .input_group textarea,
form .input_group input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-family: "e-Ukraine";
  font-weight: 300;
  transition: 0.3s all ease;
  box-sizing: border-box;
}
form .input_group textarea:focus,
form .input_group input:focus {
  border: 1px solid #0C5ADB;
}
form .input_group textarea {
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  resize: none;
  outline: none;
}
form button.btn {
  width: 100%;
  background-color: #0C5ADB;
  color: #fff;
  font-size: 20px;
  font-family: "e-Ukraine";
  height: 50px;
  transition: 0.3s all ease;
}
form button.btn:hover {
  background-color: #fff;
  color: #0C5ADB;
}

.content_seo_post h1 {
  font-size: 75px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.content_seo_post h1:before {
  content: "";
  position: absolute;
  background-color: #FCB222;
  width: 230px;
  height: 10px;
  border-radius: 5px;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}
.content_seo_post h2 {
  font-size: 65px;
}
.content_seo_post h3 {
  font-size: 55px;
  border-bottom: 2px solid #FCB222;
  padding-bottom: 0.5vw;
}
.content_seo_post h4, .content_seo_post h5, .content_seo_post h6 {
  font-size: 45px;
}
.content_seo_post h1, .content_seo_post h2, .content_seo_post h3, .content_seo_post h4, .content_seo_post h5, .content_seo_post h6 {
  font-family: "e-Ukraine Head";
}
.content_seo_post .vert_orange {
  border-left: 5px solid #FCB222;
  padding: 0.2vw 0 0.2vw 2vw;
}
.content_seo_post ul li {
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 145%;
  font-weight: 200;
  padding-left: 25px;
  position: relative;
}
.content_seo_post ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333440;
}
.content_seo_post p {
  margin: 25px 0;
}
.content_seo_post em, .content_seo_post i {
  font-style: italic;
}
.content_seo_post a {
  text-decoration: underline;
  color: #0C5ADB;
}
.content_seo_post a:hover {
  color: #0C5ADB;
}
.content_seo_post a, .content_seo_post p {
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 145%;
  font-weight: 200;
}
.content_seo_post blockquote {
  text-align: center;
  border-radius: 5px;
  background: #D9D9D9;
  padding: 50px 170px;
}
.content_seo_post blockquote p {
  font-size: 50px;
  line-height: 130%;
  font-weight: 100;
}
.content_seo_post blockquote p:before, .content_seo_post blockquote p:after {
  content: "“";
  font-size: 100px;
  top: 20px;
  line-height: 0;
  position: relative;
}
.content_seo_post blockquote p:after {
  content: "”";
  top: 70px;
}
.content_seo_post img {
  border-radius: 5px;
}
.content_seo_post .btgrid {
  margin: 60px 0;
}
.content_seo_post .btgrid .row {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.content_seo_post .btgrid .row .col-md-6 {
  width: 49%;
}
.content_seo_post .btgrid .row .col-md-4 {
  width: 32%;
}
.content_seo_post a.btn {
  height: 62px;
  padding: 0 34px;
  width: -moz-max-content;
  width: max-content;
}
.content_seo_post a.slide_btn {
  text-decoration: none;
}
.content_seo_post a.slide_btn:hover {
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  .content_seo_post h1 {
    letter-spacing: 0.156vw;
    font-size: 3.9vw;
  }
  .content_seo_post h1:before {
    width: 11vw;
    height: 0.521vw;
    top: -2.344vw;
  }
  .content_seo_post h2 {
    font-size: 3.385vw;
  }
  .content_seo_post h3 {
    font-size: 2.865vw;
  }
  .content_seo_post h4, .content_seo_post h5, .content_seo_post h6 {
    font-size: 2.344vw;
  }
  .content_seo_post ul li {
    font-size: 1.25vw;
    letter-spacing: 0.013vw;
    padding-left: 1vw;
  }
  .content_seo_post ul li:before {
    top: 0.7vw;
    width: 0.5vw;
    height: 0.5vw;
  }
  .content_seo_post p {
    margin: 1.3vw 0;
  }
  .content_seo_post a, .content_seo_post p {
    font-size: 1.25vw;
    letter-spacing: 0.013vw;
  }
  .content_seo_post blockquote {
    padding: 2.6vw 8.854vw;
  }
  .content_seo_post blockquote p {
    font-size: 2.6vw;
  }
  .content_seo_post blockquote p:before, .content_seo_post blockquote p:after {
    font-size: 5.2vw;
    top: 1.042vw;
  }
  .content_seo_post blockquote p:after {
    top: 3.646vw;
  }
  .content_seo_post .btgrid {
    margin: 3.125vw 0;
  }
}
@media only screen and (max-width: 900px) {
  .content_seo_post h1 {
    font-size: 25px;
  }
  .content_seo_post h1:before {
    width: 75px;
    height: 3px;
    top: -15px;
  }
  .content_seo_post h2 {
    font-size: 22px;
  }
  .content_seo_post h3 {
    font-size: 20px;
  }
  .content_seo_post h4, .content_seo_post h5, .content_seo_post h6 {
    font-size: 18px;
  }
  .content_seo_post ul li {
    font-size: 13px;
    padding-left: 15px;
  }
  .content_seo_post ul li:before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
  .content_seo_post p {
    margin: 15px 0;
  }
  .content_seo_post a, .content_seo_post p {
    font-size: 13px;
  }
  .content_seo_post .btgrid {
    margin: 0;
  }
  .content_seo_post .btgrid .row .col-md-6 {
    width: 100%;
  }
  .content_seo_post .btgrid .content p:first-child {
    margin-top: 0;
  }
  .content_seo_post blockquote {
    margin: 20px 0;
    padding: 15px 30px;
  }
  .content_seo_post blockquote p {
    font-size: 15px;
  }
  .content_seo_post blockquote p:before {
    font-size: 40px;
    top: 13px;
  }
  .content_seo_post blockquote p:after {
    font-size: 40px;
    top: 30px;
  }
}
header {
  position: absolute;
  padding: 45px 0 20px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: 0.3s all ease;
}
header.secondary {
  background: #212121;
}
header.fixed {
  position: fixed;
  padding: 10px 0;
  background: #212121;
}
header.fixed .container .left a.logo svg {
  width: 180px;
  height: 52px;
}
header .container {
  width: 1740px;
  justify-content: space-between;
  align-items: flex-start;
}
header .container .left {
  padding-top: 7px;
  align-items: flex-start;
}
header .container .left a.logo:hover svg path.circle {
  fill: #0C5ADB;
}
header .container .left a.logo:hover svg path.cross {
  fill: #FCB222;
}
header .container .left .header_socials {
  margin-left: 42px;
}
header .container .left .header_socials a:hover svg rect {
  stroke: #0C5ADB;
}
header .container .left .header_socials a:hover svg path {
  fill: #0C5ADB;
}
header .container nav {
  margin-right: 62px;
}
header .container nav ul li {
  margin-right: 37px;
  position: relative;
}
header .container nav ul li.lang_menu {
  display: none;
}
header .container nav ul li:last-child {
  margin: 0;
}
header .container nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
}
header .container nav ul li a.active {
  color: #FCB222;
}
header .container nav ul li:hover > a {
  color: #FCB222;
}
header .container nav ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
header .container nav ul li ul.submenu {
  position: absolute;
  left: 0;
  top: 120%;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  border-top: 5px solid #FCB222;
  background: rgba(33, 33, 33, 0.95);
  padding: 25px 40px 25px 53px;
}
header .container nav ul li ul.submenu li {
  margin: 0 0 20px;
}
header .container nav ul li ul.submenu li a {
  font-size: 16px;
  color: #FCB222;
  font-weight: 500;
  text-transform: none;
}
header .container nav ul li ul.submenu li a:before {
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  left: -35px;
  border: 2px solid #FCB222;
  border-radius: 50%;
}
header .container nav ul li ul.submenu li a:hover {
  color: #fff;
  text-decoration: underline;
}
header .container nav ul li ul.submenu li a:hover:before {
  background-color: #FCB222;
}
header .container a.join_btn {
  font-size: 19px;
  background: rgba(12, 90, 219, 0.5);
  color: #fff;
  height: 53px;
  padding: 0 33px;
}
header .container a.join_btn:hover {
  background-color: #0C5ADB;
}
header .container .lang_block {
  margin-left: 43px;
  position: relative;
}
header .container .lang_block:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
header .container .lang_block ul {
  position: absolute;
  top: 100%;
  right: 0;
}
header .container .lang_block img {
  width: 38px;
}
header .container .burger_menu {
  margin-left: 20px;
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
}
header .container .burger_menu span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  border-radius: 1px;
  transition: 0.3s all ease;
}
header .container .burger_menu span:nth-child(2) {
  top: 50%;
}
header .container .burger_menu span:last-child {
  top: 100%;
}

@media only screen and (max-width: 1920px) {
  header {
    padding: 2vw 0 1vw;
  }
  header .container {
    width: 90.625vw;
  }
  header .container .left {
    padding-top: 0.365vw;
  }
  header .container .left a.logo svg {
    width: 22.917vw;
    height: 7.552vw;
  }
  header .container .left .header_socials {
    margin-left: 2.188vw;
  }
  header .container .left .header_socials a svg {
    width: 2.24vw;
    height: 2.24vw;
  }
  header .container nav {
    margin-right: 3.229vw;
  }
  header .container nav ul li {
    margin-right: 1.927vw;
  }
  header .container nav ul li a {
    font-size: 1vw;
  }
  header .container nav ul li ul.submenu {
    padding: 1.3vw 2.1vw 1.3vw 2.76vw;
  }
  header .container nav ul li ul.submenu li {
    margin: 0 0 1vw;
  }
  header .container nav ul li ul.submenu li a {
    font-size: 0.95vw;
  }
  header .container nav ul li ul.submenu li a:before {
    width: 0.78vw;
    height: 0.78vw;
    left: -1.82vw;
  }
  header .container a.join_btn {
    font-size: 1vw;
    height: 2.76vw;
    padding: 0 1.719vw;
  }
  header .container .lang_block {
    margin-left: 2.24vw;
  }
  header .container .lang_block img {
    width: 1.979vw;
  }
}
@media only screen and (max-width: 900px) {
  header {
    padding: 10px 0 5px;
  }
  header.open {
    background-color: #000;
    height: 100vh;
    position: fixed;
  }
  header.open .container nav {
    display: block;
    position: absolute;
    top: 90px;
    left: 20px;
  }
  header.open .container nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header.open .container nav ul li a {
    font-size: 16px;
  }
  header.open .container .burger_menu span {
    top: 50%;
    transform: rotate(45deg);
    background-color: #FCB222;
  }
  header.open .container .burger_menu span:last-child {
    transform: rotate(-45deg);
  }
  header.open .container .burger_menu span:nth-child(2) {
    opacity: 0;
  }
  header.fixed {
    padding: 10px 0 5px;
  }
  header .container .left a.logo {
    position: relative;
    top: -3px;
  }
  header .container .left a.logo svg {
    width: 100px !important;
    height: 40px !important;
  }
  header .container .left .header_socials {
    margin: 0 0 0 15px;
  }
  header .container .left .header_socials a svg {
    width: 18px;
    height: 18px;
  }
  header .container nav {
    margin: 0;
    display: none;
  }
  header .container nav ul li {
    margin: 0 0 25px;
  }
  header .container nav ul li:hover ul.submenu {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
    padding: 10px 20px;
  }
  header .container nav ul li:hover ul.submenu li {
    margin: 0 0 10px;
  }
  header .container nav ul li:hover ul.submenu li a {
    font-size: 14px;
    padding-left: 12px;
  }
  header .container nav ul li:hover ul.submenu li a:before {
    width: 9px;
    height: 9px;
  }
  header .container nav ul li.lang_menu {
    display: flex;
  }
  header .container nav ul li.lang_menu a {
    margin-right: 20px;
  }
  header .container nav ul li.lang_menu a img {
    width: 25px;
  }
  header .container a.join_btn {
    font-size: 12px;
    height: 28px;
    font-weight: 200;
    padding: 0 10px;
  }
  header .container .lang_block {
    display: none;
  }
  header .container .burger_menu {
    display: block;
  }
}
section.hero_section {
  position: relative;
}
section.hero_section .hero_links {
  position: absolute;
  bottom: 82px;
  left: 50%;
  width: 100%;
  max-width: 1305px;
  justify-content: space-between;
  transform: translateX(-50%);
}
section.hero_section .hero_slider .slider_item .slide_inner {
  padding: 285px 0 335px;
  min-height: 100vh;
}
section.hero_section .hero_slider .slider_item .slide_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
section.hero_section .hero_slider .slider_item .slide_inner.align_center .container {
  align-items: center;
}
section.hero_section .hero_slider .slider_item .slide_inner.align_center .container p.heading {
  text-align: center;
  max-width: 1010px;
}
section.hero_section .hero_slider .slider_item .slide_inner.align_right .container {
  align-items: flex-end;
}
section.hero_section .hero_slider .slider_item .slide_inner.align_right .container p.heading {
  text-align: right;
}
section.hero_section .hero_slider .slider_item .slide_inner:before {
  background-color: rgba(0, 0, 0, 0.4);
}
section.hero_section .hero_slider .slider_item .slide_inner .container {
  width: 100%;
  max-width: 1305px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
section.hero_section .hero_slider .slider_item .slide_inner .container p.heading {
  max-width: 630px;
  margin: 0 0 25px;
}
section.hero_section .hero_slider .slider_item .slide_inner .container p.heading span.orange {
  color: #FCB222;
  text-transform: uppercase;
}

section.current_donations {
  padding-bottom: 70px;
}
section.current_donations.projects_page .section_heading {
  margin: 100px 0 60px;
}
section.current_donations.projects_page .donations_slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 60px;
  grid-column-gap: 40px;
}
section.current_donations.news .donations_slider p.slider-arr {
  top: 40%;
}
section.current_donations.news .donations_slider .slick-list {
  padding: 0 169px 140px;
}
section.current_donations.news .donations_slider .slick-current .slider_item .inner .img_post {
  filter: grayscale(0);
}
section.current_donations.news .donations_slider .slider_item .inner {
  height: 597px;
  padding: 0 49px;
  position: relative;
}
section.current_donations.news .donations_slider .slider_item .inner:hover .img_post {
  filter: grayscale(0);
}
section.current_donations.news .donations_slider .slider_item .inner .img_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  filter: grayscale(1);
  transition: 0.3s all ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
section.current_donations.news .donations_slider .slider_item .inner .desc {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 20px 45px 30px;
  top: 140px;
  border: 1px solid #FCB222;
  border-bottom: 8px solid #FCB222;
}
section.current_donations.news .donations_slider .slider_item .inner .desc:hover {
  background: #0C5ADB;
  border: 1px solid transparent;
  border-bottom: 8px solid #FCB222;
}
section.current_donations.news .donations_slider .slider_item .inner .desc:hover .date {
  color: rgba(255, 255, 255, 0.7);
}
section.current_donations.news .donations_slider .slider_item .inner .desc:hover .title {
  color: #fff;
}
section.current_donations.news .donations_slider .slider_item .inner .desc:hover .excerpt {
  color: rgba(255, 255, 255, 0.95);
}
section.current_donations.news .donations_slider .slider_item .inner .desc .date {
  color: rgba(51, 52, 64, 0.7);
  font-size: 25px;
  margin-bottom: 20px;
}
section.current_donations.news .donations_slider .slider_item .inner .desc .title {
  color: #333440;
  min-height: 130px;
  margin-bottom: 20px;
}
section.current_donations.news .donations_slider .slider_item .inner .desc .excerpt {
  min-height: 85px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.95);
  line-height: 135%;
  font-weight: 200;
}
section.current_donations .donations_slider p.slider-arr {
  top: 50%;
  opacity: 0.5;
}
section.current_donations .donations_slider p.slider-arr:hover {
  opacity: 1;
}
section.current_donations .donations_slider p.slider-arr.prev {
  left: 25px;
}
section.current_donations .donations_slider p.slider-arr.next {
  right: 25px;
}
section.current_donations .donations_slider .slick-list {
  margin: 0 -20px;
  padding: 0 169px;
}
section.current_donations .donations_slider .slick-list .slick-slide {
  margin: 0 20px;
}
section.current_donations .donations_slider .slider_item .inner {
  height: 555px;
  border-radius: 5px 5px 0 0;
  padding: 30px;
  justify-content: flex-start;
  align-items: flex-end;
}
section.current_donations .donations_slider .slider_item .inner .closed_text {
  display: none;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  width: 100%;
  text-align: center;
}
section.current_donations .donations_slider .slider_item .inner.closed {
  position: relative;
}
section.current_donations .donations_slider .slider_item .inner.closed .closed_text {
  display: block;
}
section.current_donations .donations_slider .slider_item .inner.closed:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section.current_donations .donations_slider .slider_item .inner .desc {
  background: rgba(12, 90, 219, 0.9);
  border-radius: 5px;
  padding: 20px 55px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
section.current_donations .donations_slider .slider_item .inner .desc .title {
  font-family: "e-Ukraine Head";
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
section.current_donations .donations_slider .slider_item .inner .desc .slide_btn:before {
  z-index: 0;
}
section.current_donations .donations_slider ul.slick-dots {
  bottom: -75px;
}
section.current_donations .all_news_btn {
  justify-content: flex-end;
}
section.current_donations .all_news_btn a {
  color: #0C5ADB;
  font-style: italic;
  position: relative;
  top: 52px;
}
section.current_donations .all_news_btn a svg {
  margin-left: 20px;
}

section.facebook_section {
  height: 200px;
  margin-top: 100px;
  background-color: #FCB222;
  position: relative;
}
section.facebook_section .slide_btn {
  height: 110px;
  padding: 0 60px;
}
section.facebook_section .slide_btn span {
  color: #fff;
  font-size: 60px;
}
section.facebook_section .slide_btn:before {
  width: 35px;
  background-color: #fff;
  transition: 0.5s all ease;
}
section.facebook_section .slide_btn:hover:before {
  width: 100%;
}
section.facebook_section .slide_btn:hover span {
  color: #FCB222;
}
section.facebook_section .fb_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.facebook_section .fb_icon.left {
  left: 24px;
}
section.facebook_section .fb_icon.right {
  right: 24px;
}

section.about_section {
  margin-top: 150px;
}
section.about_section .container {
  justify-content: space-between;
}
section.about_section .container .left {
  width: 770px;
}
section.about_section .container .left .section_heading {
  margin: 0 0 45px;
  font-size: 80px;
  color: #4C4D58;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}
section.about_section .container .left .desc p {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.95);
  line-height: 180%;
}
section.about_section .container .img_right {
  width: 770px;
  height: 630px;
  position: relative;
  top: 15px;
}

section.how_get_help {
  margin-top: 80px;
}
section.how_get_help .container {
  justify-content: flex-start;
}
section.how_get_help .container .left {
  padding: 75px 50px 75px 0;
  margin-right: 61px;
  width: -moz-max-content;
  width: max-content;
}
section.how_get_help .container .left:before {
  background-color: #0C5ADB;
  z-index: -1;
  width: 300%;
  left: -200%;
}
section.how_get_help .container .left p {
  font-size: 47px;
  line-height: 160%;
}
section.how_get_help .container .slide_btn {
  height: 110px;
  padding: 0 61px;
}
section.how_get_help .container .slide_btn span {
  font-size: 60px;
}
section.how_get_help .container .slide_btn:before {
  width: 35px;
}
section.how_get_help .container .slide_btn:hover:before {
  width: 100%;
}

@media only screen and (max-width: 1920px) {
  section.how_get_help {
    margin-top: 4.167vw;
  }
  section.how_get_help .container .left {
    padding: 4vw 2.885vw 4vw 0;
    margin-right: 4.135vw;
  }
  section.how_get_help .container .left p {
    font-size: 2.448vw;
  }
  section.how_get_help .container .slide_btn {
    height: 5.73vw;
    padding: 0 3.17vw;
  }
  section.how_get_help .container .slide_btn:before {
    width: 1.823vw;
  }
  section.how_get_help .container .slide_btn span {
    font-size: 3.125vw;
  }

  section.hero_section .hero_links {
    max-width: 67.969vw;
  }
  section.hero_section .hero_slider .slider_item .slide_inner {
    padding: 14.844vw 0 17.885vw;
  }
  section.hero_section .hero_slider .slider_item .slide_inner.align_center .container p.heading {
    max-width: 52.604vw;
  }
  section.hero_section .hero_slider .slider_item .slide_inner .container {
    max-width: 67.969vw;
    min-height: 20vw;
  }
  section.hero_section .hero_slider .slider_item .slide_inner .container p.heading {
    max-width: 32.813vw;
  }
  section.hero_section .hero_slider .slider_item .slide_inner .container a.btn {
    font-size: 1.823vw;
  }

  section.current_donations {
    padding-bottom: 3.7vw;
  }
  section.current_donations.news .donations_slider .slick-list {
    padding: 0 8.8vw 7.292vw;
  }
  section.current_donations.news .donations_slider .slider_item .inner {
    height: 31.094vw;
    padding: 0 2.552vw;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc {
    top: 7.292vw;
    padding: 1.042vw 2.344vw 1.563vw;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .date {
    font-size: 1.2vw;
    margin-bottom: 1vw;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .title {
    margin-bottom: 1vw;
    min-height: 6.771vw;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .excerpt {
    min-height: 4.7vw;
    font-size: 1.094vw;
  }
  section.current_donations .donations_slider p.slider-arr.prev {
    left: 1.3vw;
  }
  section.current_donations .donations_slider p.slider-arr.next {
    right: 1.3vw;
  }
  section.current_donations .donations_slider .slick-list {
    margin: 0 -1.042vw;
    padding: 0 8.8vw;
  }
  section.current_donations .donations_slider .slick-list .slick-slide {
    margin: 0 1.042vw;
  }
  section.current_donations .donations_slider .slider_item .inner {
    height: 28.9vw;
    padding: 1.563vw;
  }
  section.current_donations .donations_slider .slider_item .inner .closed_text {
    font-size: 3vw;
  }
  section.current_donations .donations_slider .slider_item .inner .desc {
    padding: 1.042vw 2.865vw;
  }
  section.current_donations .donations_slider .slider_item .inner .desc .title {
    font-size: 1.823vw;
    margin-bottom: 1.823vw;
  }
  section.current_donations .donations_slider ul.slick-dots {
    bottom: -4.1vw;
  }
  section.current_donations .all_news_btn a {
    top: 2.708vw;
  }
  section.current_donations .all_news_btn a:hover {
    text-decoration: underline;
  }
  section.current_donations .all_news_btn a svg {
    margin-left: 1.1vw;
    width: 4.948vw;
  }

  section.facebook_section {
    height: 10.417vw;
    margin-top: 5.208vw;
  }
  section.facebook_section .slide_btn {
    height: 5.729vw;
    padding: 0 3.125vw;
  }
  section.facebook_section .slide_btn:before {
    width: 1.823vw;
  }
  section.facebook_section .slide_btn span {
    font-size: 3.125vw;
  }
  section.facebook_section .fb_icon {
    width: 4.479vw;
  }

  section.about_section {
    margin-top: 7.813vw;
  }
  section.about_section .container .left {
    width: 40.104vw;
  }
  section.about_section .container .left .section_heading {
    margin: 0 0 2.344vw;
    font-size: 4.167vw;
  }
  section.about_section .container .left .desc p {
    font-size: 1.042vw;
    margin-bottom: 1.823vw;
  }
  section.about_section .container .img_right {
    width: 40.104vw;
    height: 32.813vw;
    top: 0.781vw;
  }
}
@media only screen and (max-width: 900px) {
  section.hero_section .hero_slider .slider_item .slide_inner {
    padding: 150px 0 180px;
  }
  section.hero_section .hero_slider .slider_item .slide_inner.align_center .container p.heading {
    max-width: 100%;
  }
  section.hero_section .hero_slider .slider_item .slide_inner.align_right .container {
    align-items: center;
  }
  section.hero_section .hero_slider .slider_item .slide_inner.align_right .container p.heading {
    max-width: 100%;
    text-align: center;
  }
  section.hero_section .hero_slider .slider_item .slide_inner .container {
    max-width: 85vw;
  }
  section.hero_section .hero_slider .slider_item .slide_inner .container p.heading {
    font-size: 26px;
    line-height: 35px;
    max-width: 95%;
  }
  section.hero_section .hero_slider .slider_item .slide_inner .container a.btn {
    font-size: 14px;
  }
  section.hero_section .hero_links {
    max-width: 91vw;
  }

  section.current_donations.projects_page .section_heading {
    margin: 50px 0 30px;
  }
  section.current_donations.projects_page .donations_slider {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  section.current_donations.news {
    margin-bottom: 50px;
  }
  section.current_donations.news .donations_slider .slick-list {
    padding: 0 20px 50px;
  }
  section.current_donations.news .donations_slider .slider_item .inner {
    height: 300px;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc {
    top: 50px;
    z-index: 22;
    padding: 15px;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .title {
    min-height: 75px;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .excerpt {
    min-height: 50px;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .date {
    margin-bottom: 10px;
  }
  section.current_donations.news .donations_slider .slider_item .inner .desc .date,
section.current_donations.news .donations_slider .slider_item .inner .desc .excerpt {
    font-size: 12px;
  }
  section.current_donations .donations_slider ul.slick-dots {
    bottom: -30px;
  }
  section.current_donations .donations_slider p.slider-arr.prev {
    left: 30px;
  }
  section.current_donations .donations_slider p.slider-arr.next {
    right: 30px;
  }
  section.current_donations .donations_slider .slick-list {
    margin: 0 -5px;
    padding: 0 20px;
  }
  section.current_donations .donations_slider .slick-list .slick-slide {
    margin: 0 5px;
  }
  section.current_donations .donations_slider .slider_item .inner {
    height: 300px;
    padding: 10px;
  }
  section.current_donations .donations_slider .slider_item .inner .closed_text {
    font-size: 28px;
  }
  section.current_donations .donations_slider .slider_item .inner .desc {
    padding: 10px 20px;
  }
  section.current_donations .donations_slider .slider_item .inner .desc .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  section.current_donations .all_news_btn a {
    top: 40px;
    font-size: 12px;
  }
  section.current_donations .all_news_btn a svg {
    margin-left: 10px;
    width: 40px;
  }

  section.facebook_section {
    margin-top: 60px;
    height: 70px;
  }
  section.facebook_section .fb_icon.left {
    left: 10px;
  }
  section.facebook_section .fb_icon.right {
    right: 10px;
  }
  section.facebook_section .slide_btn {
    height: 35px;
    padding: 0 15px;
  }
  section.facebook_section .slide_btn span {
    font-size: 14px;
  }

  section.about_section {
    margin-top: 70px;
  }
  section.about_section .container .left {
    width: 100%;
  }
  section.about_section .container .left .section_heading {
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  section.about_section .container .left .desc p {
    font-size: 12px;
  }
  section.about_section .container .left .slide_btn {
    margin-top: 20px;
  }
  section.about_section .container .img_right {
    margin-top: 30px;
    width: 100%;
    height: 300px;
  }

  section.how_get_help {
    margin-top: 40px;
  }
  section.how_get_help .container .left {
    width: 100%;
    padding: 20px 0 70px;
  }
  section.how_get_help .container .left:before {
    left: -100%;
  }
  section.how_get_help .container .left p {
    font-size: 18px;
  }
  section.how_get_help .container .slide_btn {
    position: relative;
    top: -50px;
  }
}
section.news_page .container .top_heading {
  justify-content: space-between;
  margin: 100px 0;
}
section.news_page .container .top_heading form {
  position: relative;
  display: flex;
  justify-content: space-between;
}
section.news_page .container .top_heading form input {
  height: 70px;
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #DCE8F2;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: "e-Ukraine";
  font-weight: 300;
}
section.news_page .container .top_heading form input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
section.news_page .container .top_heading form input::-moz-placeholder {
  color: #DCE8F2;
}
section.news_page .container .top_heading form input:-ms-input-placeholder {
  color: #DCE8F2;
}
section.news_page .container .top_heading form input::placeholder {
  color: #DCE8F2;
}
section.news_page .container .top_heading form .icon {
  background-color: #fff;
  height: 70px;
  width: 58px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border: 1px solid #DCE8F2;
  right: 0;
  transform: translateY(-50%);
  justify-content: center;
  border-bottom-right-radius: 0.5vw;
  border-top-right-radius: 0.5vw;
}
section.news_page .container .top_heading form .date {
  position: relative;
}
section.news_page .container .top_heading form .date .icon {
  z-index: -1;
}
section.news_page .container .top_heading form .date input {
  width: 316px;
}
section.news_page .container .top_heading form .date svg {
  width: 30px;
  height: 30px;
}
section.news_page .container .top_heading form .search {
  margin-left: 32px;
  position: relative;
}
section.news_page .container .top_heading form .search input {
  width: 530px;
}
section.news_page .container .top_heading form .search svg {
  width: 30px;
  height: 30px;
}
section.news_page .donations_slider .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 250px;
}

section.press_section {
  margin-top: 150px;
}
section.press_section .container {
  justify-content: space-between;
}
section.press_section .container a.slide_btn {
  height: 80px;
  padding: 0 50px;
}
section.press_section .container a.slide_btn span {
  color: #0C5ADB;
  font-size: 30px;
}
section.press_section .container a.slide_btn:before {
  background-color: #0C5ADB;
  width: 25px;
  transition: 0.5s all ease;
  z-index: 0;
}
section.press_section .container a.slide_btn:hover span {
  color: #fff;
}
section.press_section .press_link {
  background-color: #FCB222;
  padding: 50px 0;
}
section.press_section .press_link p {
  font-size: 30px;
  margin-right: 40px;
}
section.press_section .press_link a.btn {
  height: 80px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 22px;
}
section.press_section .press_link a.btn:hover {
  background-color: #fff;
  color: #FCB222;
}

.pagination {
  justify-content: center;
  margin-top: 180px;
}
.pagination .nav-link a.back, .pagination .nav-link a.ahead {
  display: none !important;
}
.pagination nav div:first-child {
  display: none;
}
.pagination nav span.relative {
  display: flex;
  align-items: center;
}
.pagination nav span.relative > span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  color: #000;
  font-size: 16px;
}
.pagination nav span.relative > span > span span {
  color: #111;
  font-size: 16px;
  position: relative;
}
.pagination nav span.relative > span > span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #FCB222;
  border: none !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pagination nav span.relative > span:first-child span span:before, .pagination nav span.relative > span:last-child span span:before {
  display: none;
}
.pagination nav span.relative > span:first-child:before, .pagination nav span.relative > span:last-child:before {
  display: none;
}
.pagination nav span.relative > span:last-child {
  margin-right: 0;
}
.pagination nav span.relative > span svg {
  width: 30px !important;
  height: 30px !important;
  fill: #000;
  opacity: 0.6;
}
.pagination nav span.relative > span:hover svg {
  opacity: 1;
}
.pagination nav span.relative > span button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 1920px) {
  section.press_section {
    margin-top: 7.5vw;
  }
  section.press_section .container a.slide_btn {
    height: 4vw;
    padding: 0 2.604vw;
  }
  section.press_section .container a.slide_btn span {
    font-size: 1.563vw;
  }
  section.press_section .container a.slide_btn:before {
    width: 1.3vw;
  }
  section.press_section .press_link {
    padding: 2.604vw 0;
  }
  section.press_section .press_link p {
    font-size: 1.563vw;
    margin-right: 2.083vw;
  }
  section.press_section .press_link a.btn {
    height: 4.167vw;
    font-size: 1.202vw;
  }

  section.news_page .container .top_heading {
    margin: 5.2vw 0;
  }
  section.news_page .container .top_heading form input {
    height: 3.646vw;
    font-size: 1.042vw;
  }
  section.news_page .container .top_heading form input::-webkit-calendar-picker-indicator {
    left: 0.7vw;
  }
  section.news_page .container .top_heading form .icon {
    height: 3.646vw;
    width: 3.021vw;
  }
  section.news_page .container .top_heading form .date input {
    width: 16.458vw;
  }
  section.news_page .container .top_heading form .date svg {
    width: 1.563vw;
    height: 1.563vw;
  }
  section.news_page .container .top_heading form .search {
    margin-left: 1.667vw;
  }
  section.news_page .container .top_heading form .search input {
    width: 27.6vw;
  }
  section.news_page .container .top_heading form .search svg {
    width: 1.563vw;
    height: 1.563vw;
  }
  section.news_page .donations_slider .container {
    grid-column-gap: 2.083vw;
    grid-row-gap: 13vw;
  }
}
@media only screen and (max-width: 900px) {
  section.news_page .container .top_heading {
    margin: 40px 0 30px;
    flex-direction: column;
  }
  section.news_page .container .top_heading form {
    width: 100%;
    margin-top: 20px;
  }
  section.news_page .container .top_heading form input {
    height: 35px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 10px;
  }
  section.news_page .container .top_heading form .icon {
    width: 35px;
    height: 35px;
  }
  section.news_page .container .top_heading form .date input {
    width: 40vw;
  }
  section.news_page .container .top_heading form .date svg {
    width: 15px;
    height: 15px;
  }
  section.news_page .container .top_heading form .search {
    margin: 0;
  }
  section.news_page .container .top_heading form .search svg {
    width: 15px;
    height: 15px;
  }
  section.news_page .container .top_heading form .search input {
    width: 49vw;
  }
  section.news_page .donations_slider .container {
    grid-template-columns: 1fr;
    grid-row-gap: 100px;
  }

  section.press_section {
    margin-top: 100px;
  }
  section.press_section .container {
    flex-direction: column;
    align-items: center;
  }
  section.press_section .container a.slide_btn {
    height: 40px;
    padding: 0 20px;
  }
  section.press_section .container a.slide_btn span {
    font-size: 14px;
  }
  section.press_section .container a.slide_btn:before {
    width: 10px;
  }
  section.press_section .right {
    margin-top: 25px;
  }
  section.press_section .press_link {
    margin: 30px 0 -50px;
    padding: 30px 0;
  }
  section.press_section .press_link p {
    margin: 0 0 15px;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  section.press_section .press_link a.btn {
    height: 40px;
    font-size: 14px;
  }

  .pagination {
    margin-top: 100px;
  }
}
section.post_content {
  margin-top: 65px;
}
section.post_content .container h1.heading {
  font-size: 60px;
  line-height: 130%;
  letter-spacing: 1.2px;
}
section.post_content .container p.date {
  font-size: 30px;
  margin: 60px 0 50px;
  color: #818181;
}

section.post_slider {
  margin-top: 120px;
}
section.post_slider .post_slider_images p.slider-arr {
  top: 50%;
  border: 2px solid #B2B2B2;
}
section.post_slider .post_slider_images p.slider-arr:hover {
  border: 2px solid #0C5ADB;
}
section.post_slider .post_slider_images p.slider-arr.prev {
  left: -95px;
}
section.post_slider .post_slider_images p.slider-arr.next {
  right: -95px;
}
section.post_slider .post_slider_images .slick-list {
  margin: 0 -15px;
}
section.post_slider .post_slider_images .slick-list .slick-slide {
  margin: 0 15px;
}
section.post_slider .post_slider_images ul.slick-dots {
  bottom: -50px;
}
section.post_slider .post_slider_images .slide_item a.img {
  display: block;
  height: 390px;
  border-radius: 5px;
}

@media only screen and (max-width: 1920px) {
  section.post_slider {
    margin-top: 6.8vw;
  }
  section.post_slider .post_slider_images p.slider-arr.prev {
    left: -4.948vw;
  }
  section.post_slider .post_slider_images p.slider-arr.next {
    right: -4.948vw;
  }
  section.post_slider .post_slider_images .slick-list {
    margin: 0 -0.781vw;
  }
  section.post_slider .post_slider_images .slick-list .slick-slide {
    margin: 0 0.781vw;
  }
  section.post_slider .post_slider_images ul.slick-dots {
    bottom: -2.6vw;
  }
  section.post_slider .post_slider_images .slide_item a.img {
    height: 20.313vw;
  }

  section.post_content {
    margin-top: 2.6vw;
  }
  section.post_content .container h1.heading {
    font-size: 3.125vw;
    letter-spacing: 0.063vw;
  }
  section.post_content .container p.date {
    margin: 2vw 0 2.083vw;
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 900px) {
  section.post_content {
    margin-top: 30px;
  }
  section.post_content .container h1.heading {
    font-size: 22px;
  }
  section.post_content .container p.date {
    font-size: 14px;
    margin: 20px 0;
  }

  section.post_slider {
    margin-top: 50px;
  }
  section.post_slider .post_slider_images p.slider-arr.prev {
    left: 10px;
  }
  section.post_slider .post_slider_images p.slider-arr.next {
    right: 10px;
  }
  section.post_slider .post_slider_images .slide_item a.img {
    height: 300px;
  }
  section.post_slider .post_slider_images ul.slick-dots {
    bottom: -25px;
  }
}
section.donate_hero {
  padding: 120px 0 40px;
  margin-top: -55px;
}
section.donate_hero.finished {
  padding: 140px 0 120px;
}
section.donate_hero.finished:before {
  background: rgba(0, 0, 0, 0.8);
}
section.donate_hero.finished .container .inner {
  max-width: 100%;
}
section.donate_hero.finished .container .inner h1 {
  font-size: 65px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5) !important;
}
section.donate_hero:before {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
section.donate_hero .container .inner {
  position: relative;
  z-index: 2;
}
section.donate_hero .container .inner .excerpt {
  margin: 50px 0;
}
section.donate_hero .excerpt_project.content_seo_post h1, section.donate_hero .excerpt_project.content_seo_post h2, section.donate_hero .excerpt_project.content_seo_post h3, section.donate_hero .excerpt_project.content_seo_post h4, section.donate_hero .excerpt_project.content_seo_post h5, section.donate_hero .excerpt_project.content_seo_post h6 {
  color: #FCB222;
}
section.donate_hero .excerpt_project.content_seo_post h1:before, section.donate_hero .excerpt_project.content_seo_post h2:before, section.donate_hero .excerpt_project.content_seo_post h3:before, section.donate_hero .excerpt_project.content_seo_post h4:before, section.donate_hero .excerpt_project.content_seo_post h5:before, section.donate_hero .excerpt_project.content_seo_post h6:before {
  display: none;
}
section.donate_hero .excerpt_project.content_seo_post p {
  color: #fff;
}
section.donate_hero .excerpt_project.content_seo_post .btn {
  color: #FCB222;
  border-color: #FCB222;
  height: 55px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
section.donate_hero .excerpt_project.content_seo_post .btn:hover {
  background-color: #FCB222;
  color: #fff;
}

section.donation_amount {
  margin: 80px 0 0;
}
section.donation_amount .container {
  justify-content: space-between;
  align-items: flex-start;
}
section.donation_amount .container .left {
  width: 57%;
}
section.donation_amount .container .left .subtitle {
  margin-top: 20px;
  font-size: 30px;
  color: #818181;
}
section.donation_amount .container .left .subtitle span {
  margin-left: 90px;
  color: #818181;
}
section.donation_amount .container .left .progress_bar {
  margin-top: 20px;
}
section.donation_amount .container .left .progress_bar .number_block {
  padding-bottom: 36px;
}
section.donation_amount .container .left .progress_bar .number_block .number {
  background-color: #0C5ADB;
  font-size: 18px;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  border-radius: 5px;
  min-width: 62px;
}
section.donation_amount .container .left .progress_bar .number_block .number:before {
  background-image: url("/img/donation_arr.svg");
  height: 35px;
  width: 62px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
section.donation_amount .container .left .progress_bar .bar {
  height: 30px;
  border-radius: 5px;
  background-color: #D9D9D9;
  position: relative;
}
section.donation_amount .container .left .progress_bar .bar .current_bar {
  background-color: #FCB222;
  position: absolute;
  height: 100%;
  border-radius: 5px 0 0 5px;
  top: 0;
}
section.donation_amount .container .left .amount_total {
  margin-top: 25px;
  align-items: flex-start;
  justify-content: space-between;
}
section.donation_amount .container .left .amount_total .label {
  color: #818181;
  font-size: 20px;
}
section.donation_amount .container .left .amount_total .number {
  margin-top: 10px;
  font-size: 40px;
}
section.donation_amount .container .left .amount_total .total p {
  text-align: right;
}
section.donation_amount .container .right {
  margin-top: 20px;
  border-radius: 5px;
  width: 630px;
  height: 480px;
}

section.about_donation {
  margin: 120px 0 150px;
}
section.about_donation .heading {
  font-size: 60px;
  border-bottom: 2px solid #FCB222;
  padding-bottom: 10px;
}
section.about_donation .content_seo_post {
  margin-bottom: 70px;
}
section.about_donation .back_link {
  margin-top: 5vw;
  display: flex;
  justify-content: center;
}
section.about_donation .back_link a {
  width: -moz-max-content;
  width: max-content;
  color: #0C5ADB;
  font-size: 1.2vw;
  border-bottom: 2px dashed #0C5ADB;
  position: relative;
}
section.about_donation .back_link a svg {
  position: absolute;
  left: -2.5vw;
  width: 1.5vw;
  height: 1vw;
}
section.about_donation .back_link a:hover {
  border-style: solid;
}

@media only screen and (max-width: 1920px) {
  section.donate_hero {
    margin-top: -2.7vw;
    padding: 6.25vw 0 2.1vw;
  }
  section.donate_hero.finished {
    padding: 7vw 0 6vw;
  }
  section.donate_hero.finished .container .inner h1 {
    font-size: 3vw;
  }
  section.donate_hero .container .inner .excerpt {
    margin: 2.6vw 0;
  }

  section.donation_amount {
    margin: 4.1vw 0 0;
  }
  section.donation_amount .container .left .subtitle {
    margin-top: 1vw;
    font-size: 1.5vw;
  }
  section.donation_amount .container .left .progress_bar {
    margin-top: 1.1vw;
  }
  section.donation_amount .container .left .progress_bar .number_block {
    padding-bottom: 1.9vw;
  }
  section.donation_amount .container .left .progress_bar .number_block .number {
    font-size: 1.1vw;
    min-width: 3.4vw;
    height: 3vw;
  }
  section.donation_amount .container .left .progress_bar .number_block .number:before {
    height: 1.8vw;
    width: 3.3vw;
  }
  section.donation_amount .container .left .progress_bar .bar {
    height: 1.6vw;
  }
  section.donation_amount .container .left .amount_total {
    margin-top: 1.3vw;
  }
  section.donation_amount .container .left .amount_total .label {
    font-size: 1.042vw;
  }
  section.donation_amount .container .left .amount_total .number {
    margin-top: 0.26vw;
    font-size: 2.1vw;
  }
  section.donation_amount .container .right {
    margin-top: 1.1vw;
    width: 32.8vw;
    height: 25vw;
  }

  section.about_donation {
    margin: 6vw 0 7.82vw;
  }
  section.about_donation .heading {
    font-size: 3.125vw;
    padding-bottom: 0.521vw;
  }
  section.about_donation .content_seo_post {
    margin-bottom: 3.6vw;
  }
}
@media only screen and (max-width: 900px) {
  section.donate_hero {
    margin-top: -25px;
    padding: 70px 0 30px;
  }
  section.donate_hero .excerpt_project.content_seo_post .btn {
    height: 30px;
    padding: 0 15px;
  }
  section.donate_hero.finished {
    padding: 90px 0;
  }
  section.donate_hero.finished .container .inner h1 {
    font-size: 20px;
  }
  section.donate_hero .container .inner {
    max-width: 100%;
  }
  section.donate_hero .container .inner h1 {
    font-size: 24px;
  }
  section.donate_hero .container .inner .excerpt {
    font-size: 13px;
    margin: 25px 0;
  }

  section.donation_amount {
    margin: 40px 0 0;
  }
  section.donation_amount .container .left {
    width: 100%;
  }
  section.donation_amount .container .left .progress_bar {
    margin-top: 15px;
  }
  section.donation_amount .container .left .progress_bar .bar {
    height: 15px;
  }
  section.donation_amount .container .left .progress_bar .number_block {
    padding-bottom: 25px;
  }
  section.donation_amount .container .left .progress_bar .number_block .number {
    font-size: 12px;
    height: 30px;
    padding: 0 5px;
    transform: translateX(-20%);
  }
  section.donation_amount .container .left .progress_bar .number_block .number:before {
    width: 35px;
    height: 20px;
  }
  section.donation_amount .container .left .title {
    font-size: 22px;
  }
  section.donation_amount .container .left .subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
  section.donation_amount .container .left .amount_total {
    margin-top: 15px;
  }
  section.donation_amount .container .left .amount_total .label {
    font-size: 10px;
  }
  section.donation_amount .container .left .amount_total .number {
    margin-top: 2px;
    font-size: 16px;
  }
  section.donation_amount .container .right {
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }

  section.about_donation {
    margin: 40px 0;
  }
  section.about_donation .back_link {
    margin-top: 7vw;
  }
  section.about_donation .back_link a {
    font-size: 2.5vw;
  }
  section.about_donation .back_link a svg {
    left: -5vw;
    width: 3vw;
    height: 2.5vw;
  }
  section.about_donation .heading {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
}
section.our_team_page {
  margin: 100px 0 0;
}
section.our_team_page .section_heading {
  margin-bottom: 10px;
}

section.team_items {
  margin-top: 100px;
}
section.team_items .team_item {
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #FCB222;
  padding-bottom: 65px;
  margin-bottom: 65px;
}
section.team_items .team_item .img {
  width: 635px;
  height: 480px;
  background-color: #D9D9D9;
  align-items: flex-end;
  border-radius: 5px;
}
section.team_items .team_item .img img {
  width: 65%;
}
section.team_items .team_item .left {
  width: 56%;
}
section.team_items .team_item .left .name {
  font-size: 35px;
  letter-spacing: 1.4px;
}
section.team_items .team_item .left.show .content_seo_post {
  height: -moz-max-content;
  height: max-content;
}
section.team_items .team_item .left .content_seo_post {
  overflow: hidden;
  height: 200px;
}
section.team_items .team_item .left .btns_show {
  margin-top: 30px;
}
section.team_items .team_item .left .btns_show.show span.show {
  display: none;
}
section.team_items .team_item .left .btns_show.show span.not_show {
  display: flex;
}
section.team_items .team_item .left .btns_show span {
  height: 40px;
  cursor: pointer;
}
section.team_items .team_item .left .btns_show span.not_show {
  display: none;
}
section.team_items .team_item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1920px) {
  section.our_team_page {
    margin: 5.2vw 0 0;
  }
  section.our_team_page .section_heading {
    margin-bottom: 0.5vw;
  }

  section.team_items {
    margin-top: 5.2vw;
  }
  section.team_items .team_item {
    padding-bottom: 3.385vw;
    margin-bottom: 3.385vw;
  }
  section.team_items .team_item .img {
    width: 34vw;
    height: 24vw;
  }
  section.team_items .team_item .left {
    width: 56%;
  }
  section.team_items .team_item .left .name {
    font-size: 1.823vw;
    letter-spacing: 0.073vw;
  }
}
@media only screen and (max-width: 900px) {
  section.our_team_page {
    margin-top: 45px;
  }

  section.team_items {
    margin-top: 30px;
  }
  section.team_items .team_item {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  section.team_items .team_item .img {
    width: 100%;
    height: 300px;
  }
  section.team_items .team_item .img img {
    width: auto;
    height: 100%;
  }
  section.team_items .team_item .left {
    width: 100%;
    margin-top: 30px;
  }
  section.team_items .team_item .left p.name {
    font-size: 18px;
  }
}
section.contact_page {
  margin: 100px 0 220px;
}
section.contact_page .container {
  justify-content: space-between;
  align-items: flex-start;
}
section.contact_page .container .left_col {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
}
section.contact_page .container .left_col .contacts_col {
  margin: 160px 0 0 140px;
}
section.contact_page .container .left_col .contacts_col .contact_person a.icon:before {
  left: -90px;
}
section.contact_page .container .left_col .contacts_col .contact_person a.icon.tel:before {
  background-image: url("/img/blue_phone_icon.svg");
}
section.contact_page .container .left_col .contacts_col .contact_person a.icon.email:before {
  background-image: url("/img/email_blue_icon.svg");
}
section.contact_page .container .map_block {
  margin-top: -45px;
  width: 840px;
  height: 840px;
}
section.contact_page .container .map_block iframe {
  border-radius: 50%;
}

section.contact_form {
  margin-top: -100px;
}
section.contact_form .container {
  padding: 0 200px;
}
section.contact_form .container .big {
  font-size: 30px;
  margin-bottom: 30px;
}

.modal_contact_form {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.modal_contact_form.show {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}
.modal_contact_form.show .inner {
  top: 50%;
}
.modal_contact_form .inner {
  position: absolute;
  top: 70%;
  left: 50%;
  background-color: #212121;
  padding: 40px;
  width: 600px;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%);
}
.modal_contact_form .inner .close_modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.modal_contact_form .inner .close_modal:hover:before, .modal_contact_form .inner .close_modal:hover:after {
  background-color: #FCB222;
}
.modal_contact_form .inner .close_modal:before, .modal_contact_form .inner .close_modal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal_contact_form .inner .close_modal:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_contact_form .inner .close_modal:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_contact_form .inner p {
  color: #fff;
  max-width: 90%;
}
.modal_contact_form .inner label {
  color: rgba(255, 255, 255, 0.8);
}

.thx_page .content_seo_post .btn {
  text-decoration: none;
  font-size: 1vw;
  height: 2.76vw;
  padding: 0 1.719vw;
}
.thx_page .content_seo_post .btn:hover {
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  section.contact_page {
    margin: 5.2vw 0 11vw;
  }
  section.contact_page .container .left_col .contacts_col {
    margin: 8vw 0 0 7.292vw;
  }
  section.contact_page .container .left_col .contacts_col .contact_person a.icon:before {
    left: -4.688vw;
  }
  section.contact_page .container .map_block {
    margin-top: -2.34vw;
    width: 43.75vw;
    height: 43.75vw;
  }
}
@media only screen and (max-width: 900px) {
  .thx_page .content_seo_post .btn {
    font-size: 12px;
    height: 28px;
    font-weight: 200;
    padding: 0 10px;
  }

  section.contact_page {
    margin: 50px 0;
  }
  section.contact_page .container .left_col {
    width: 100%;
    align-items: center;
  }
  section.contact_page .container .left_col .contacts_col {
    max-width: 100%;
    margin: 30px 0 0;
  }
  section.contact_page .container .left_col .contacts_col .contact_person a.icon:before {
    left: 0;
  }
  section.contact_page .container .map_block {
    width: 90vw;
    height: 90vw;
    margin: 20px auto 0;
  }

  section.contact_form {
    margin-top: 0;
  }
  section.contact_form .container {
    padding: 0;
  }
  section.contact_form .container .big {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .modal_contact_form .inner {
    padding: 20px;
    width: 91vw;
  }
  .modal_contact_form .inner .big {
    font-size: 24px !important;
  }
}
.nam_vdyachni_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2.083vw;
  grid-row-gap: 5.208vw;
}
.nam_vdyachni_block .image {
  display: block;
  height: 35.938vw;
  background-size: contain;
}
.nam_vdyachni_block .image:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 900px) {
  .nam_vdyachni_block {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 7vw;
  }
  .nam_vdyachni_block .image {
    height: 60vw;
  }
}
footer {
  background-color: #212121;
  padding: 60px 0 30px;
  margin-top: 100px;
}
footer .container {
  align-items: flex-start;
  justify-content: space-between;
}
footer .container p.col_title {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .container .logo_block {
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
footer .container .logo_block a.footer_join {
  height: 53px;
  font-size: 19px;
  padding: 0 33px;
  margin-top: 40px;
  background: rgba(12, 90, 219, 0.5);
  border: none;
  color: #fff;
}
footer .container .logo_block a.footer_join:hover {
  background: #0C5ADB;
}
footer .container .logo_block .socials_footer {
  margin-top: 50px;
}
footer .container .logo_block .socials_footer svg {
  width: 40px;
  height: 40px;
}
footer .container .logo_block .socials_footer img {
  width: 40px;
}
footer .container .menu_col p.col_title {
  color: #FCB222;
}
footer .container .menu_col ul.footer_menu li {
  margin-bottom: 20px;
  padding-left: 35px;
}
footer .container .menu_col ul.footer_menu li:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #FCB222;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
footer .container .menu_col ul.footer_menu li:hover:before {
  background-color: #FCB222;
}
footer .container .menu_col ul.footer_menu li:hover a {
  text-decoration: underline;
  color: #fff;
}
footer .container .menu_col ul.footer_menu li a {
  color: #FCB222;
  font-size: 16px;
}
footer .container ul.big_links li {
  margin-bottom: 45px;
}
footer .container ul.big_links li a {
  font-size: 20px;
}
footer .container ul.big_links li a:hover {
  text-decoration: underline;
}
footer .container ul.big_links li:last-child {
  margin-bottom: 0;
}
footer .rights_block {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
}
footer .rights_block .container .links {
  margin-bottom: 20px;
  justify-content: flex-end;
}
footer .rights_block .container .links a {
  font-weight: 200;
  font-size: 18px;
  color: #999;
  margin-left: 40px;
}
footer .rights_block .container .links a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .rights_block .container .made_by {
  justify-content: space-between;
}
footer .rights_block .container .made_by a {
  color: #999;
  font-size: 16px;
}
footer .rights_block .container .made_by a:hover {
  text-decoration: underline;
  color: #FCB222;
}
footer .rights_block .container p {
  color: #999;
  font-size: 16px;
}

.contacts_col {
  max-width: 400px;
}
.contacts_col.contact_page .contact_person p, .contacts_col.contact_page .contact_person a {
  color: rgba(0, 0, 0, 0.95);
}
.contacts_col .contact_person {
  margin-bottom: 35px;
}
.contacts_col .contact_person p, .contacts_col .contact_person a {
  font-size: 16px;
  line-height: 170%;
  color: #fff;
}
.contacts_col .contact_person a {
  margin-top: 15px;
  display: block;
}
.contacts_col .contact_person a.icon:before {
  width: 21px;
  height: 23px;
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts_col .contact_person a.tel:before {
  background-image: url("/img/footer_phone.svg");
}
.contacts_col .contact_person a.email:before {
  background-image: url("/img/footer_email.svg");
}
.contacts_col .contact_person a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1920px) {
  footer {
    padding: 3.125vw 0 1.563vw;
    margin-top: 5.208vw;
  }
  footer .container p.col_title {
    font-size: 1.1vw;
    margin-bottom: 1.1vw;
  }
  footer .container .logo_block a img {
    width: 11.979vw;
  }
  footer .container .logo_block a.footer_join {
    height: 2.76vw;
    font-size: 1vw;
    padding: 0 1.72vw;
    margin-top: 2vw;
  }
  footer .container .logo_block .socials_footer {
    margin-top: 2.2vw;
  }
  footer .container .logo_block .socials_footer a img {
    width: 1.458vw;
  }
  footer .container .logo_block .socials_footer a svg {
    width: 1.458vw;
    height: 1.458vw;
  }
  footer .container .menu_col ul.footer_menu li {
    margin-bottom: 1vw;
    padding-left: 1.823vw;
  }
  footer .container .menu_col ul.footer_menu li:before {
    width: 0.781vw;
    height: 0.781vw;
  }
  footer .container .menu_col ul.footer_menu li a {
    font-size: 0.9vw;
  }
  footer .container ul.big_links li {
    margin-bottom: 2.344vw;
  }
  footer .container ul.big_links li a {
    font-size: 1.042vw;
  }
  footer .rights_block {
    padding-top: 1.563vw;
    margin-top: 2vw;
  }
  footer .rights_block .container .links {
    margin-bottom: 1.042vw;
  }
  footer .rights_block .container .links a {
    font-size: 1vw;
    margin-left: 2.083vw;
  }
  footer .rights_block .container .made_by a {
    font-size: 0.9vw;
  }
  footer .rights_block .container p {
    font-size: 0.9vw;
  }

  .contacts_col {
    max-width: 22.833vw;
  }
  .contacts_col .contact_person {
    margin-bottom: 1.823vw;
  }
  .contacts_col .contact_person p, .contacts_col .contact_person a {
    font-size: 1vw;
  }
  .contacts_col .contact_person a {
    margin-top: 0.8vw;
  }
  .contacts_col .contact_person a.icon:before {
    width: 1.1vw;
    height: 1.2vw;
    left: -2.031vw;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    padding: 40px 0 15px;
    margin-top: 50px;
  }
  footer .container .contacts_col {
    min-width: 100%;
    margin-top: 35px;
  }
  footer .container ul.big_links {
    width: 49%;
  }
  footer .container ul.big_links li {
    margin-bottom: 20px;
  }
  footer .container ul.big_links li a {
    font-size: 16px;
  }
  footer .container p.col_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .container .logo_block {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .container .logo_block a img {
    width: 100px;
  }
  footer .container .logo_block a.footer_join {
    margin-top: 30px;
    font-size: 12px;
    width: 50%;
    height: 40px;
  }
  footer .container .logo_block .socials_footer {
    margin-top: 30px;
  }
  footer .container .logo_block .socials_footer a svg {
    width: 25px;
    height: 25px;
  }
  footer .container .logo_block .socials_footer a img {
    width: 25px;
  }
  footer .container .menu_col {
    width: 49%;
  }
  footer .container .menu_col ul.footer_menu li {
    padding-left: 14px;
    margin-bottom: 10px;
  }
  footer .container .menu_col ul.footer_menu li a {
    font-size: 12px;
  }
  footer .container .menu_col ul.footer_menu li:before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
  footer .rights_block {
    padding-top: 20px;
    margin-top: 50px;
  }
  footer .rights_block .container .links {
    margin-bottom: 10px;
    flex-direction: column;
  }
  footer .rights_block .container .links a {
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  footer .rights_block .container .made_by {
    flex-direction: column;
  }
  footer .rights_block .container .made_by a {
    font-size: 12px;
  }
  footer .rights_block .container p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .contacts_col .contact_person {
    margin-bottom: 20px;
  }
  .contacts_col .contact_person a {
    margin-top: 10px;
    padding-left: 22px;
  }
  .contacts_col .contact_person a.icon:before {
    left: 0;
    width: 14px;
    height: 14px;
  }
  .contacts_col .contact_person p, .contacts_col .contact_person a {
    font-size: 13px;
  }
}
