@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url("../fonts/Raleway-SemiBold.eot");
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"); }

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

img.rounded{
    border-radius: 30px;
}
.btn{
    width: 246px;
    height: 48px;
    background: #4872ae;
    box-shadow: 0px 16px 16px rgb(0 52 113 / 10%);
    border-radius: 25px;
    margin-right: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
}
.header-fluid {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 52, 113, 0.1); }
  .header-fluid.sticky {
    display: block; }
  .header-fluid.show-always {
    display: block; }

.header-1170 {
  max-width: 1170px;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto; }
.header-1170-war {
}

.header-left {
  display: flex;
  align-items: center;
  width: 68.8%; }
.header-left-war {
    width: 100%;
}

.header-logo {
  width: 85px;
  margin-right: 60px;
  display: block; }
  .header-logo img {
    width: 100%; }

.header-menu {
  max-width: 547px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-menu li {
    height: 78px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    /* &:nth-child(2) {
            width: 27%;
        }
        &:nth-child(3) {
            width: 33%;
        } */ }
    .header-menu li a {
      display: block;
      font-weight: 800;
      font-size: 14px;
      line-height: 16px;
      color: #37474f;
      height: 20px;
      line-height: 20px;
      /* &:hover {
                font-weight: 800;
                font-size: 16px;
                line-height: 20px;
                color: #628DC8;
            }*/
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform: translateZ(0);
      -webkit-font-smoothing: subpixel-antialiased;
      transition: all 0.3s; }
      .header-menu li a:hover {
        color: #628dc8; }
    .header-menu li:nth-child(1) {
      padding-right: 20px; }
    .header-menu li:nth-child(4) {
      padding-left: 20px; }
.header-menu-war {
    max-width: none;
}
.main-menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
  transition: 0.2s ease;
  z-index: 15;
  padding: 0 25px; }
  .main-menu-item .main-menu-item-a img {
    transition: all 0.2s ease; }
  .main-menu-item span {
    margin-right: 5px; }
  .main-menu-item .drop-menu {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    transition: height 0.3s ease;
    padding: 0; }
    .main-menu-item .drop-menu li {
      height: auto;
      margin-bottom: 20px;
      justify-content: flex-start; }
      .main-menu-item .drop-menu li a {
        height: auto;
        margin-right: 3px; }
      .main-menu-item .drop-menu li:nth-child(1) {
        padding-right: 0px; }
      .main-menu-item .drop-menu li:nth-child(4) {
        padding-left: 0px; }
  .main-menu-item:hover {
    border-radius: 25px 25px 0 0;
    background: #fff;
    box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.0668433); }
    .main-menu-item:hover .main-menu-item-a {
      color: #628dc8; }
      .main-menu-item:hover .main-menu-item-a img {
        transform: rotate(180deg); }
    .main-menu-item:hover .drop-menu {
      padding: 38px 10px 4px 25px;
      height: auto;
      border-top: none;
      box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.0668433); }
    .main-menu-item:hover .has-sub-rooms {
      padding: 38px 0 4px 25px; }
      .main-menu-item:hover .has-sub-rooms li {
        padding-right: 10px; }
  .main-menu-item.narrow:hover .drop-menu {
    padding: 38px 10px 4px 18px; }

.header-menu-btn {
  cursor: pointer;
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1);
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px; }
  .header-menu-btn:hover {
    background: linear-gradient(270.09deg, #628dc8 0.1%, #dfe7ef 99.94%); }
    .header-menu-btn-v{
        flex-direction: column;
    }
    .header-menu-btn small {
        font-size: 11px;
        line-height: 1;
        font-weight: normal;
    }

.mob-menu-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff;
  box-sizing: border-box;
  padding: 0 25px 63px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: none;
  overflow-y: auto; }
  .mob-menu-wrapper.show {
    display: flex; }

.mob-menu-header {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0; }

.mob-menu-header-btn {
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1);
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px; }

.mob-menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 450px;
  width: 100%; }
  .mob-menu-links li {
    margin-bottom: 60px;
    width: 100%; }
    .mob-menu-links li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-weight: 800;
      font-size: 28px;
      line-height: 24px;
      color: #37474f; }
      .mob-menu-links li a.active {
        color: #628dc8; }

.mob-menu-opened-li.active .mob-drop-menu {
  height: auto;
  padding-left: 20px;
  padding-top: 30px; }
  .mob-menu-opened-li.active .mob-drop-menu li .mob-drop-menu-link {
    pointer-events: unset; }

.mob-menu-opened-li.active .mob-menu-opened img {
  transform: rotate(180deg); }

.mob-menu-opened {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 800;
  font-size: 28px;
  line-height: 24px;
  color: #37474f; }

.mob-drop-menu {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 0;
  overflow: hidden; }
  .mob-drop-menu li {
    margin-bottom: 30px; }
    .mob-drop-menu li .mob-drop-menu-link {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #37474f;
      pointer-events: none; }

.mob-menu-bottom {
  width: 100%;
  position: relative; }

.mob-menu-social {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.mob-menu-social-item {
  width: 54px;
  height: 52px;
  background: #ffffff;
  box-shadow: 5px 20px 20px rgba(135, 154, 179, 0.128906);
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center; }

.mob-menu-opened-li-room.active .mob-drop-menu-room {
  height: auto;
  padding-left: 20px;
  padding-top: 30px; }
  .mob-menu-opened-li-room.active .mob-drop-menu-room li .mob-drop-menu-link {
    pointer-events: unset; }

.mob-menu-opened-li-room.active .mob-menu-opened-room img {
  transform: rotate(180deg); }

.mob-menu-opened-room {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .mob-menu-opened-room span {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #37474f; }

.mob-drop-menu-room {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 30px; }
  .mob-drop-menu-room li {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px; }
    .mob-drop-menu-room li a {
      font-weight: 600;
      font-size: 16px; }

.mob-menu-unicorn {
  position: absolute;
  right: 0;
  bottom: -30px; }

.mob-menu-social-unicorn {
  display: none; }

.header-menu-burger {
  display: none; }

.home-how-slider-arrows {
  display: none; }

.has-sub:hover .submenu-rooms {
  display: block; }

.has-sub img {
  transform: rotate(32deg); }

.submenu-rooms {
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 165px;
  top: 65px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.0668433);
  text-align: left;
  display: none;
  padding: 30px 20px 6px 20px; }
  .submenu-rooms.show {
    display: block; }
  .submenu-rooms li {
    margin-bottom: 30px;
    height: auto;
    justify-content: flex-start; }
    .submenu-rooms li a {
      text-align: left;
      font-weight: 800;
      font-size: 14px;
      line-height: 16px;
      color: #37474f;
      color: #37474f; }

@media screen and (max-width: 1230px) {
  .header-1170 {
    box-sizing: border-box;
    padding: 0 25px; } }

@media screen and (max-width: 950px) {
  .header-menu {
    display: none; }
  .header-left {
    width: 85px; }
  .header-logo {
    margin-right: 0; }
  .header-menu-burger {
    display: block; } }

@media screen and (max-width: 650px) {
  .home-how-slider-arrows {
    display: block; }
  .header-1170 {
    padding: 0 15px;
    height: 60px; }
  .header-left {
    width: 52px; }
  .header-logo {
    width: 52px; }
  .header-menu-btn {
    width: 152px;
    height: 32px;
    font-size: 14px;
    line-height: 17px; }
  .header-menu-burger {
    width: 20px;
    height: 14px; }
    .header-menu-burger img {
      width: 100%; }
  .mob-menu-header {
    padding: 0; }
  .mob-menu-header-logo {
    width: 52px; }
    .mob-menu-header-logo img {
      width: 100%; }
  .mob-menu-wrapper {
    padding: 0 15px 37px 15px;
    align-items: flex-start; }
  .mob-menu-header-btn {
    width: 152px;
    height: 32px;
    font-size: 14px;
    line-height: 17px; }
  .mob-menu-header-close-btn {
    width: 16px;
    height: 16px; }
    .mob-menu-header-close-btn img {
      width: 100%; }
  .mob-menu-links {
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
    align-items: flex-start; }
    .mob-menu-links li {
      margin-bottom: 30px;
      text-align: left; }
      .mob-menu-links li a {
        font-size: 18px;
        line-height: 24px;
        text-align: left; }
  .mob-menu-unicorn {
    display: none; }
  .mob-menu-social-unicorn {
    display: block;
    width: 94px;
    height: 100px; }
    .mob-menu-social-unicorn img {
      width: 100%; }
  .mob-menu-social {
    max-width: 500px; }
  .mob-menu-opened {
    font-size: 18px;
    line-height: 24px; }
  .mob-drop-menu li .mob-drop-menu-link {
    font-size: 18px; }
  .mob-menu-opened-room {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .mob-menu-opened-room span {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #37474f; }
  .mob-drop-menu-room {
    box-sizing: border-box;
    padding-top: 30px; }
    .mob-drop-menu-room li {
      box-sizing: border-box;
      padding-left: 20px;
      font-size: 16px; }
      .mob-drop-menu-room li a {
        font-weight: 600;
        font-size: 16px; } }

.footer-fluid {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 32px 0;
  background: #F5F9FD; }

.footer-1155 {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto; }
.footer-1155-war {
    /*max-width: none;*/
}


.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }

.footer-top-left {
  display: flex;
  align-items: center;
  width: 68.8%; }
.footer-top-left-war {
    width: auto;
}
.footer-top-logo {
  width: 103px;
  margin-right: 60px; }
  .footer-top-logo img {
    width: 100%; }

.footer-menu {
  width: 455px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .footer-menu li {
    width: 25%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-menu li a {
      display: block;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      color: #37474F;
      height: 20px;
      line-height: 20px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform: translateZ(0);
      -webkit-font-smoothing: subpixel-antialiased;
      transition: all .3s; }
      .footer-menu li a:hover {
        transform: scale(1.14);
        color: #628DC8; }
    .footer-menu li:nth-child(1) {
      width: 12%; }
    .footer-menu li:nth-child(2) {
      width: 27%; }
    .footer-menu li:nth-child(3) {
      width: 33%; }
    .footer-menu li:nth-child(4) {
      width: 16%; }
.footer-menu-war{
    width: auto;
}
.footer-menu-war li {
    width: auto;
    padding-right: 20px;
}
.footer-menu-war li:nth-child(1) {
    width: auto; }
.footer-menu-war li:nth-child(2) {
    width: auto; }
.footer-menu-war li:nth-child(3) {
    width: auto; }
.footer-menu-war li:nth-child(4) {
    width: auto; }

.footer-top-social {
  display: flex;
  align-items: center; }

.footer-top-social-item {
  width: 54px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 5px 20px 20px rgba(135, 154, 179, 0.128906);
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px; }
  .footer-top-social-item img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    transition: transform .3s; }
  .footer-top-social-item:hover img {
    transform: scale(1.2); }

.footer-line {
  width: 100%;
  height: 1px;
  background: #DFE7EF;
  margin-bottom: 30px; }

.footer-bottom-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #90A3B6; }

@media screen and (max-width: 950px) {
  .footer-menu {
    flex-wrap: wrap; }
    .footer-menu li {
      margin-bottom: 20px; }
      .footer-menu li a:hover {
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #37474F;
        transition: .1s ease; }
      .footer-menu li:nth-child(1) {
        width: 19%; }
      .footer-menu li:nth-child(2) {
        width: 33%; }
      .footer-menu li:nth-child(3) {
        width: 36%; }
      .footer-menu li:nth-child(4) {
        width: 23%;
        margin-bottom: 0; }
  .footer-top-logo {
    margin-right: 35px; }
  .footer-top-social-item {
    width: 43px;
    height: 41px; } }

@media screen and (max-width: 650px) {
  .footer-top {
    flex-direction: column; }
  .footer-top-left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start; }
  .footer-top-logo {
    margin-bottom: 40px; }
  .footer-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 42px; }
    .footer-menu li {
      width: 100%;
      justify-content: start; }
      .footer-menu li a {
        justify-content: start; }
      .footer-menu li:nth-child(1) {
        width: 100%; }
      .footer-menu li:nth-child(2) {
        width: 100%; }
      .footer-menu li:nth-child(3) {
        width: 100%; }
      .footer-menu li:nth-child(4) {
        width: 100%;
        margin-bottom: 0; }

  .footer-menu-war li:nth-child(4) {
      margin-bottom: 20px;
  }
  .footer-1155 {
    padding: 0 37px; }
  .footer-top-social {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .footer-top-social-item {
    width: 54px;
    height: 52px; }
  .footer-bottom-text {
    font-size: 12px;
    line-height: 20px; } }

.home-first-fluid {
  width: 100%;
  position: relative;
  margin-bottom: 90px; }

.home-first-bg {
  width: 100%; }
  .home-first-bg img {
    width: 100%; }

.home-first-content {
  max-width: 1175px;
  width: 100%;
  position: absolute;
  top: 35px;
  left: 50%;
  /*left: 65%;*/
  transform: translateX(-50%); }

.home-first-top {
  width: 100%;
  height: 139px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.home-first-top-logo {
  display: block;
  width: 262px;
  /*width: 180px;*/
  padding-top: 25px; }
  .home-first-top-logo img {
    width: 100%; }
  .home-first-top-logo.sticky {
    display: none; }

.home-first-top-btn {
  background: #ffffff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0320149);
  border-radius: 25px;
  width: 246px;
  height: 50px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #37474f;
  display: flex;
  align-items: center;
  justify-content: center; }

.home-first-title {
  max-width: 700px;
  box-sizing: border-box;
  padding-top: 6vw;
  /*padding-top: 4vw;*/
  font-weight: 800;
  /*font-weight: 700;*/
  font-size: 64px;
  /*font-size: 36px;*/
  line-height: 74px;
  /*line-height: 46px;*/
  color: #ffffff;
  text-shadow: 0px 0px 100px #4872ae; }

.home-fundation-image {
  max-width: 611px;
  margin: 0 auto;
  margin-bottom: 120px; }
  .home-fundation-image img {
    width: 100%; }

.home-fundation {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 130px; }

.home-fundation-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px; }
  .home-fundation-top img {
    margin-right: 19px; }

.home-fundation-top-text p {
  font-weight: 600;
  font-size: 55px;
  color: #000; }
  .home-fundation-top-text p sup {
    font-size: 12px;
    vertical-align: super; }
  .home-fundation-top-text p span {
    font-size: 48px;
    color: #939598; }

.home-fundation-line {
  width: 100%;
  height: 2px;
  background: #939598;
  margin-bottom: 30px; }

.home-fundation-bottom {
  font-weight: 800;
  text-align: center;
  font-size: 33px;
  color: #939598; }

.home-about-1185 {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px; }

.home-about-left {
  width: 52.1%; }
  .home-about-left img {
    width: 100%; }

.home-about-right {
  width: 42.8%; }

.home-about-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 76px;
  color: #37474f;
  margin-bottom: 32px; }

.home-about-desc {
  max-width: 435px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  margin-bottom: 32px; }

.home-about-subtitle{
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #37474f;
    margin-bottom: 32px; }

.home-about-btn {
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.home-info-1185 {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 145px; }

.home-info-item {
  width: 32%;
  position: relative; }
  .home-info-item img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .home-info-item.home-info-item1 {
    width: 35.1%;
    display: block; }
    .home-info-item.home-info-item1 .home-info-item-text {
      transform: translate(-58%, -56%); }
  .home-info-item.home-info-item2 {
    width: 30.2%;
    margin-top: -100px; }
    .home-info-item.home-info-item2 .home-info-item-text {
      transform: translate(-44%, -39%); }
  .home-info-item.home-info-item3 {
    width: 31.5%; }
    .home-info-item.home-info-item3 .home-info-item-text {
      transform: translate(-56%, -56%); }

.home-info-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }
  .home-info-item-text p {
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #37474f; }
  .home-info-item-text span {
    display: block;
    font-weight: 800;
    font-size: 80px;
    line-height: 94px;
    color: #4872ae; }

.home-world-fluid {
  width: 100%;
  background: url("../images/bg2_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 140px;
  box-sizing: border-box;
  padding: 94px 0 194px 0; }

.home-world-1050 {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto; }

.home-world-title {
  text-align: center;
  margin-bottom: 63px; }
  .home-world-title h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    color: #37474f; }
  .home-world-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    color: #37474f; }

.home-world-tabs {
  max-width: 952px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 83px; }

.home-world-tabs-item-wr {
  width: 31.2%; }

.home-world-tabs-item {
  cursor: pointer;
  width: 100%;
  height: 48px;
  border: 1px solid #dfe7ef;
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #628dc8;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-world-tabs-item.active {
    background: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1);
    border-radius: 25px;
    border: none; }

.home-world-slider-wrapper {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.slick-next:before {
  display: none; }

.slick-prev:before {
  display: none; }

.home-world-slider-arrows {
  position: absolute;
  bottom: -105px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-world-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 42%; }
  .home-world-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 39%; }

.home-world-slider {
  width: 100%; }

.home-world-slider-item-wr {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.home-world-slider-item-left {
  width: 55%; }
  .home-world-slider-item-left img {
    width: 100%; }

.home-world-slider-item-right {
  width: 36.7%; }

.home-world-slider-item-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474f;
  margin-bottom: 21px; }

.home-world-slider-item-heading {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #37474f;
  margin-bottom: 15px; }

.home-world-slider-item-list {
  box-sizing: border-box;
  padding-left: 28px;
  margin-bottom: 30px; }
  .home-world-slider-item-list li {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #37474f;
    margin-bottom: 13px;
    list-style-type: none;
    position: relative; }
    .home-world-slider-item-list li::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      top: 8px;
      left: -27px;
      background: #628dc8;
      border-radius: 50%; }

.home-how-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 185px; }

.home-how-title {
  text-align: center;
  margin-bottom: 90px; }
  .home-how-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }

.home-how-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.home-how-item {
  width: 29.9%;
  height: 260px;
  box-sizing: border-box;
  padding: 40px;
  background: #f5f9fd;
  border-radius: 50px;
  margin-bottom: 59px;
  display: block; }
  .home-how-item img {
    margin-bottom: 26px; }
  .home-how-item span {
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #37474f; }

.home-comment-1210 {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 315px; }

.home-comment-title {
  text-align: center;
  margin-bottom: 150px; }
  .home-comment-title h2 {
    font-weight: 800;
    font-size: 70px;
    line-height: 86px;
    text-align: center;
    color: #37474f; }

.home-comment-slider-wrapper {
  width: 100%;
  position: relative; }

.home-comment-slider-arrows {
  position: absolute;
  bottom: -105px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-comment-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 43%; }
  .home-comment-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 41%; }

.home-comment-slider-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 37px; }

.home-comment-slider-item p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  box-sizing: border-box;
  padding-right: 35px;
  margin-bottom: 35px; }

.home-comment-slider-item a {
  display: flex;
  align-items: center; }
  .home-comment-slider-item a span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872ae;
    margin-right: 7px; }
  .home-comment-slider-item a img {
    width: 10px;
    height: 12px;
    margin-bottom: 0; }

.home-comment-slider-item-name {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474f;
  margin-bottom: 35px; }

.home-comment-1210 .slick-slide {
  padding: 0 90px; }

.home-news-1150 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 188px; }

.home-news-title {
  text-align: center; }
  .home-news-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f;
    margin-bottom: 65px; }

.home-news-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px; }

.home-news-item {
  width: 30.4%;
  height: 445px;
  background: #f5f9fd;
  border-radius: 50px;
  overflow: hidden;
  position: relative; }

.home-news-item-img {
  width: 100%;
  height: 246px;
  margin-bottom: 20px; }
  .home-news-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.home-news-item-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #9aa7ae;
  box-sizing: border-box;
  padding-left: 33px;
  margin-bottom: 15px; }

.home-news-item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474f;
  box-sizing: border-box;
  padding-left: 33px;
  padding-right: 35px; }

.home-news-item-more {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 44px;
  left: 33px; }
  .home-news-item-more span {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872ae;
    margin-right: 5px; }

.home-news-btn {
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.home-send-fluid {
  width: 100%;
  background: url("../images/bg2_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 110px;
  box-sizing: border-box;
  padding: 114px 0 134px 0; }

.home-send-title {
  text-align: center; }
  .home-send-title h1 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }
  .home-send-title h2 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }

.home-send-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #37474f;
  margin-bottom: 45px; }

.home-send-container {
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

.contacts-form-result-message {
  max-width: 968px;
  width: 100%;
  margin: 0 auto; }

.contacts-form-result-message .wpcf7-response-output {
  border: none;
  text-align: center;
  font-weight: bold; }

.wpcf7-form.invalid .wpcf7-response-output {
  color: #dc3232;
  border: none; }

.home-send-left {
  width: 50%; }
  .home-send-left .wpcf7-form-control-wrap {
    position: relative; }
    .home-send-left .wpcf7-form-control-wrap input {
      width: 85%;
      height: 50px;
      background: #ffffff;
      border-radius: 25px;
      box-sizing: border-box;
      padding-left: 27px;
      border: none; }
      .home-send-left .wpcf7-form-control-wrap input::-moz-placeholder {
        font-size: 14px;
        color: #90a3b6; }
      .home-send-left .wpcf7-form-control-wrap input:-ms-input-placeholder {
        font-size: 14px;
        color: #90a3b6; }
      .home-send-left .wpcf7-form-control-wrap input::-ms-input-placeholder {
        font-size: 14px;
        color: #90a3b6; }
      .home-send-left .wpcf7-form-control-wrap input::placeholder {
        font-size: 14px;
        color: #90a3b6; }
    .home-send-left .wpcf7-form-control-wrap:first-child input {
      margin-bottom: 44px; }

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -40px;
  left: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #db3839; }

.home-send-right .wpcf7-not-valid-tip {
  bottom: -20px; }

.contacts-form-result-message {
  text-align: center;
  margin-bottom: 36px; }
  .contacts-form-result-message .wpcf7-response-output {
    display: inline-block;
    height: 48px;
    background: #db3839;
    opacity: 0.6;
    border-radius: 25px;
    color: #fff !important;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px !important;
    margin-top: 0 !important;
    border: none !important; }

.home-send-right {
  width: 50%;
  margin-bottom: 44px; }
  .home-send-right textarea {
    outline: none;
    width: 100%;
    height: 142px;
    background: #ffffff;
    border-radius: 25px;
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 16px;
    border: none; }
    .home-send-right textarea::-moz-placeholder {
      font-size: 14px;
      color: #90a3b6; }
    .home-send-right textarea:-ms-input-placeholder {
      font-size: 14px;
      color: #90a3b6; }
    .home-send-right textarea::-ms-input-placeholder {
      font-size: 14px;
      color: #90a3b6; }
    .home-send-right textarea::placeholder {
      font-size: 14px;
      color: #90a3b6; }

.wpcf7-form-control-wrap {
  max-width: 893px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px; }

.wpcf7-form.sent .wpcf7-response-output {
  background: #4872ae;
  opacity: 0.6;
  padding-left: 57px !important;
  position: relative; }
  .wpcf7-form.sent .wpcf7-response-output::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 13px;
    top: 6px;
    background: url("../images/icon31.png") no-repeat center center;
    background-size: contain;
    z-index: 20; }

.home-send-btn {
  padding: 0;
  cursor: pointer;
  width: 246px !important;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.home-contacts-1150 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px; }

.home-contacts-title {
  text-align: center;
  margin-bottom: 71px; }
  .home-contacts-title h2 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }

.home-contacts-container {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.home-contacts-item {
  width: 29.6%; }

.home-contacts-item__img {
  width: 100%;
  height: 351px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .home-contacts-item__img img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.home-contacts-item-text {
  width: 77%;
  margin: 0 auto; }

.home-contacts-item__name {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474f;
  margin-bottom: 10px; }

.home-contacts-item__post {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #37474f;
  margin-bottom: 20px; }

.home-contacts-item__tel {
  display: flex;
  align-items: center;
  margin-bottom: 18px; }
  .home-contacts-item__tel img {
    margin-right: 18px; }
  .home-contacts-item__tel span {
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #37474f; }

.home-contacts-item__mail {
  display: flex;
  align-items: center; }
  .home-contacts-item__mail img {
    margin-right: 18px; }
  .home-contacts-item__mail span {
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #37474f; }

.home-partners-1150 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px; }

.home-partners-title {
  width: 100%;
  text-align: center;
  margin-bottom: 84px; }
  .home-partners-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }

.home-partners-slider {
  width: 100%; }

.home-partners-slider-item {
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px 40px 20px; }
  .home-partners-slider-item img {
    margin: 0 auto; }
  .home-partners-slider-item .mcdonalds {
    border-radius: 50px;
    width: 198px;
    height: 228px;
    margin: 0 auto; }
    .home-partners-slider-item .mcdonalds img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.home-partners-slider-wrapper {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 115px; }

.home-partners-slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-partners-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -10%; }
  .home-partners-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7%; }

.home-partners-1150 .slick-dots {
  bottom: -45px;
  left: -2px; }

.home-partners-1150 .slick-dots li button:before {
  font-size: 13px; }

.home-partners-1150 .slick-dots li button:focus:before,
.home-partners-1150 .slick-dots li button:hover:before {
  opacity: 1;
  color: #4872ae; }

.home-partners-1150 .slick-dots li.slick-active button:before {
  color: #4872ae;
  opacity: 1; }

.home-partner-btn {
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.home-world-slider-item-btn {
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }

.home-first-bg-320 {
  display: none; }

.home-first-top-btn-mobile {
  display: none; }

.home-palm-fluid {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
  padding-top: 2.2vw; }
  @media screen and (max-width: 736px) {
    .home-palm-fluid {
      padding-top: 0; } }

.home-palm-bg-image {
  width: 100%; }

.home-palm-content {
  display: block;
  cursor: pointer;
  width: 1062px;
  height: 365px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/plate-rect-bg.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  box-sizing: border-box;
  padding-top: 44px; }

.home-palm-text {
  font-size: 51px;
  line-height: 1.3;
  text-align: center; }

.home-palm-text__image {
  transform: translate(11px, 13px); }

.home-palm2-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px; }

.home-palm2-image {
  width: 31.8%; }
  .home-palm2-image img {
    width: 100%; }

.home-palm2-right {
  width: 60%; }

.home-palm2-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 76px;
  color: #37474f;
  margin-bottom: 45px; }

.home-palm2-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  max-width: 515px; }

.home-palm-bg-image-320 {
  display: none; }

.home-palm-top {
  max-width: 1175px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%); }

.home-palm-top-btn {
  cursor: pointer;
  background: #db0015;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0320149);
  border-radius: 25px;
  width: 246px;
  height: 50px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.home-palm-top-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.home-palm-top-menu-list {
  display: flex;
  max-width: 590px;
  width: 100%; }
  .home-palm-top-menu-list li {
    margin-right: 65px; }
    .home-palm-top-menu-list li a {
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      color: #37474f; }
    .home-palm-top-menu-list li:last-child {
      margin-right: 0; }

.pajamas-first-content {
  max-width: 1175px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pajamas-top-btn {
  cursor: pointer;
  background: #4872ae;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0320149);
  border-radius: 25px;
  width: 246px;
  height: 50px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px; }
  .pajamas-top-btn:hover {
    background: linear-gradient(270.09deg, #628dc8 0.1%, #dfe7ef 99.94%); }

.pajamas-top-logo {
  width: 155px; }
  .pajamas-top-logo img {
    width: 100%; }

.pajamas-more-btn {
  cursor: pointer;
  background: #4872ae;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0320149);
  border-radius: 25px;
  width: 246px;
  height: 50px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 9; }
  .pajamas-more-btn:hover {
    background: linear-gradient(270.09deg, #628dc8 0.1%, #dfe7ef 99.94%); }

.preloader {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 200; }

.preloader-image {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translatex(-50%) scale(0.3);
  opacity: 0;
  z-index: 201; }

@media screen and (max-width: 1480px) {
  .home-palm-content {
    transform: translate(-50%, -38%); } }

@media screen and (max-width: 1230px) {
  .home-first-content,
  .home-about-1185,
  .home-info-1185,
  .home-world-1020,
  .home-how-1170,
  .home-news-1150,
  .home-send-container,
  .home-contacts-1150,
  .footer-1155,
  .pajamas-first-content {
    box-sizing: border-box;
    padding: 0 25px; }
  .home-first-title {
    max-width: 520px;
    font-size: 50px;
    line-height: 1.3; }
  .home-partners-slider-wrapper {
    max-width: 835px; }
  .home-palm-top {
    top: 11px; }
  .home-palm-top-menu-list li {
    margin-right: 30px; } }

@media screen and (max-width: 1100px) {
  .home-palm-content {
    transform: translate(-50%, -38%);
    width: 84%; }
  .home-palm2-1100 {
    box-sizing: border-box;
    padding: 0 20px; }
  .home-palm2-title {
    font-size: 38px;
    line-height: 1.3; }
  .home-palm-text {
    font-size: 30px; } }

@media screen and (max-width: 1000px) {
  .home-palm-top-menu {
    display: none; } }

@media screen and (max-width: 950px) {
  .pajamas-more-btn {
    top: 9px;
    transform: translate(-70%, 0%); }
  .pajamas-top-logo {
    width: 105px; }
  .home-palm-content {
    padding-top: 71px; }
  .home-first-fluid {
    margin-bottom: 48px; }
  .home-first-content {
    top: 0; }
  .home-first-top-logo {
    width: 133px;
    padding-top: 7px; }
    .home-first-top-logo img {
      width: 100%; }
  .home-first-title {
    max-width: 320px;
    font-size: 40px;
    padding-left: 10px;
    padding-top: 1vw; }
  .home-fundation-image {
    max-width: 381px;
    margin-bottom: 72px; }
  .home-about-title {
    font-size: 40px;
    line-height: 1.3; }
  .home-about-1185 {
    margin-bottom: 130px; }
  .home-info-1185 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 103px; }
  .home-info-item.home-info-item1,
  .home-info-item.home-info-item3 {
    width: 53%; }
  .home-info-item.home-info-item2 {
    width: 46%;
    margin-top: 0; }
  .home-world-tabs-item {
    width: 100%; }
  .home-world-1020 {
    padding: 0; }
  .home-world-tabs {
    box-sizing: border-box;
    padding-left: 20px; }
    .home-world-tabs .slick-slide {
      padding: 0 10px; }
    .home-world-tabs .slick-track {
      padding-bottom: 15px; }
  .home-world-slider-wrapper {
    box-sizing: border-box;
    padding: 0 20px; }
  .home-world-slider-arrows .slick-prev {
    left: 39%; }
  .home-world-slider-arrows .slick-next {
    right: 37%; }
  .home-world-fluid {
    padding: 94px 0 134px 0;
    margin-bottom: 120px; }
  .home-world-slider-arrows {
    bottom: -63px; }
  .home-how-title {
    margin-bottom: 60px; }
  .home-how-item {
    width: 48.3%;
    margin-bottom: 39px; }
  .home-how-1170 {
    margin-bottom: 85px; }
  .home-comment-title {
    margin-bottom: 75px; }
    .home-comment-title h2 {
      font-size: 50px;
      line-height: 1.2; }
  .home-comment-1210 .slick-slide {
    padding: 0 10px; }
  .home-comment-1210 {
    box-sizing: border-box;
    padding: 0 10px; }
  .home-comment-slider-arrows .slick-prev {
    left: 37%; }
  .home-comment-slider-arrows .slick-next {
    right: 38%; }
  .home-comment-1210 {
    margin-bottom: 240px; }
  .home-news-item {
    width: 48.4%; }
    .home-news-item:nth-child(3) {
      display: none; }
  .home-news-1150 {
    margin-bottom: 123px; }
  .home-partners-slider-wrapper {
    max-width: 600px; }
  .home-partners-slider-arrows .slick-prev {
    left: -11%; }
  .home-partners-slider-arrows .slick-next {
    right: -12%; }
  .home-partners-slider-item .mcdonalds {
    width: auto; }
    .home-partners-slider-item .mcdonalds img {
      max-width: 100%; }
  .home-partners-slider-item {
    width: auto; }
    .home-partners-slider-item img {
      maw-width: 100%; }
  .home-send-container {
    flex-wrap: wrap;
    margin-bottom: 44px; }
  .home-send-left {
    max-width: 397px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 44px; }
    .home-send-left input {
      width: 100%; }
  .home-send-right {
    max-width: 397px;
    width: 100%;
    margin: 0 auto; }
  .home-send-fluid {
    padding: 94px 0 94px 0; }
  .home-contacts-1150 .slick-list {
    padding: 0 4px 0 24px; }
  .home-contacts-container {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 48px + 50px);
    margin-left: -49px; }
  .home-contacts-item {
    width: 49.6%;
    margin-bottom: 40px; }
  .home-world-fluid {
    overflow: hidden; }
  .contacts-form-result-message {
    max-width: 515px; }
  .contacts-form-result-message .wpcf7-response-output {
    font-size: 14px;
    padding: 9px 20px !important; }
  .wpcf7-form-control-wrap {
    max-width: 320px;
    text-align: center; }
  .home-first-top {
    height: 106px; } }

@media screen and (max-width: 650px) {
  .pajamas-first-content {
    max-width: 1175px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 50%;
    padding: 0 15px; }
  .pajamas-top-btn {
    cursor: pointer;
    background: #4872ae;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0320149);
    border-radius: 25px;
    width: 175px;
    height: 41px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; }
  .pajamas-more-btn {
    width: 175px;
    height: 41px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    top: auto;
    bottom: 5%;
    left: 50%;
    transform: translatex(-50%); }
  .pajamas-top-logo {
    width: 80px; }
  .contacts-form-result-message .wpcf7-response-output {
    font-size: 14px;
    height: 65px; }
  .wpcf7-not-valid-tip {
    font-size: 12px; }
  .home-palm-top-btn {
    cursor: pointer;
    background: #db0015;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0320149);
    border-radius: 25px;
    width: 196px;
    height: 45px;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .home-palm-bg-image-320 {
    display: block;
    width: 100%; }
  .home-palm-bg-image {
    display: none; }
  .home-palm-content {
    display: none; }
  .home-palm2-image {
    display: none; }
  .home-palm-fluid {
    margin-bottom: 60px; }
  .home-palm2-1100 {
    margin-bottom: 60px; }
  .home-palm2-right {
    width: 100%; }
  .home-palm2-title {
    font-size: 29px;
    margin-bottom: 33px; }
  .home {
    overflow-x: hidden; }
  .home-first-content,
  .home-about-1185,
  .home-info-1185,
  .home-world-1020,
  .home-how-1170,
  .home-news-1150,
  .home-send-container,
  .home-contacts-1150,
  .home-fundation-image {
    box-sizing: border-box;
    padding: 0 15px; }
  .home-first-bg-desk {
    display: none; }
  .home-first-bg-320 {
    display: block; }
  .home-first-top-btn {
    display: none; }
  .home-first-top-btn-mobile {
    display: flex; }
  .home-first-title {
    font-size: 38px;
    margin-bottom: 36px;
    padding-top: 1.5vw;
    padding-left: 0; }
  .home-about-left {
    display: none; }
  .home-about-right {
    width: 100%; }
  .home-about-title {
    font-size: 38px;
    line-height: 1.4; }
  .home-info-item.home-info-item1,
  .home-info-item.home-info-item2,
  .home-info-item.home-info-item3 {
    width: 100%;
    margin-bottom: 25px; }
  .home-info-1185 {
    padding: 0; }
  .home-info-item-text span {
    font-size: 77px;
    line-height: 86px; }
  .home-about-1185 {
    margin-bottom: 80px; }
  .home-info-1185 {
    margin-bottom: 50px; }
  .home-world-fluid {
    padding: 74px 0 134px 0;
    margin-bottom: 80px; }
  .home-world-title {
    margin-bottom: 20px; }
    .home-world-title h2 {
      font-size: 38px;
      line-height: 1.3; }
  .home-world-tabs {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 15px; }
  .home-world-tabs-item-wr {
    width: 100%;
    margin-bottom: 20px; }
  .home-world-slider-item-wr {
    flex-wrap: wrap; }
  .home-world-slider-item-left {
    width: 100%;
    margin-bottom: 20px; }
  .home-world-slider-item-right {
    width: 100%; }
  .home-world-slider-wrapper {
    padding: 0; }
  .home-world-slider-item-btn {
    margin: 0 auto;
    margin-bottom: 25px; }
  .home-world-slider-arrows .slick-next {
    right: 19%; }
  .home-world-slider-arrows .slick-prev {
    left: 19%; }
  .home-how-title {
    margin-bottom: 40px; }
    .home-how-title h2 {
      font-size: 38px;
      line-height: 1.3; }
  .home-how-slider-arrows {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home-how-slider-arrows .slick-prev {
      width: 73px;
      height: 54px;
      background: #ffffff;
      box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
      border-radius: 27px;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 18%; }
    .home-how-slider-arrows .slick-next {
      width: 73px;
      height: 54px;
      background: #ffffff;
      box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
      border-radius: 27px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 18%; }
  .home-how-wrapper {
    width: 100%;
    position: relative; }
  .home-how-1170 {
    margin-bottom: 115px; }
  .home-how-item {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px; }
  .home-comment-title {
    margin-bottom: 30px; }
    .home-comment-title h2 {
      font-size: 40px;
      line-height: 1.3; }
  .home-comment-slider-arrows .slick-next {
    right: 19%; }
  .home-comment-slider-arrows .slick-prev {
    left: 19%; }
  .home-news-title {
    margin-bottom: 20px; }
    .home-news-title h2 {
      font-size: 38px;
      line-height: 1.3; }
  .home-news-container {
    flex-wrap: wrap;
    margin-bottom: 0; }
  .home-news-item {
    width: 100%;
    margin-bottom: 40px; }
  .home-comment-1210 {
    margin-bottom: 205px; }
  .home-news-1150 {
    margin-bottom: 77px; }
  .home-partners-title {
    margin-bottom: 30px; }
    .home-partners-title h2 {
      font-size: 38px;
      line-height: 1.3; }
  .home-partners-slider-arrows {
    top: auto;
    bottom: -40px; }
    .home-partners-slider-arrows .slick-next {
      right: 19%; }
    .home-partners-slider-arrows .slick-prev {
      left: 19%; }
  .home-send-title {
    margin-bottom: 35px; }
    .home-send-title h2 {
      max-width: 250px;
      text-align: center;
      font-size: 38px;
      line-height: 1.3;
      margin: 0 auto; }
  .home-send-desc {
    width: 265px;
    margin: 0 auto;
    margin-bottom: 35px; }
  .home-send-fluid {
    padding: 60px 0 84px 0;
    margin-bottom: 90px; }
  .home-contacts-title {
    margin-bottom: 30px; }
    .home-contacts-title h2 {
      font-size: 38px;
      line-height: 1.3; }
  .home-contacts-item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 20px; }
  .home-contacts-item__img {
    height: auto; }
  .home-contacts-item-text {
    margin-bottom: 20px; }
  .home-contacts-1150 {
    margin-bottom: 10px; }
  .home-contacts-1150 {
    margin-bottom: 70px; }
    .home-contacts-1150 .slick-list {
      padding: 0 0px 0 15px; }
  .home-contacts-container {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px + 30px);
    margin-left: -30px; }
  .home-contacts-item__mail,
  .home-contacts-item__tel {
    display: flex;
    align-items: center; }
    .home-contacts-item__mail img,
    .home-contacts-item__tel img {
      margin-right: 9px;
      transform: scale(0.9); }
    .home-contacts-item__mail span,
    .home-contacts-item__tel span {
      display: block;
      font-weight: 800;
      font-size: 14px;
      line-height: 20px;
      color: #37474f; } }

.pay-popup-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms, visibility 350ms; }
  .pay-popup-wrapper.show {
    display: block;
    visibility: visible;
    opacity: 1; }

.pay-popup-content {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 35px; }

.pay-popup-1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 60px;
  align-items: flex-start; }

.pay-popup-left {
  width: 34.5%;
  display: flex;
  justify-content: space-between; }

.pay-popup-nav {
  margin-right: 30px; }

.pay-popup-logo {
  width: 85px;
  display: block;
  margin-bottom: 32px; }
  .pay-popup-logo img {
    width: 100%; }

.pay-popup-close-btn {
  display: flex;
  cursor: pointer; }
  .pay-popup-close-btn img {
    margin-right: 9px; }
  .pay-popup-close-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #628dc8; }

.pay-popup-left-text {
  box-sizing: border-box;
  padding-top: 90px; }

.pay-popup-left-title {
  font-weight: 800;
  font-size: 50px;
  line-height: normal;
  line-height: 1.3;
  color: #37474f;
  margin-bottom: 62px; }

.pay-popup-quote-img {
  margin-bottom: 40px; }

.pay-popup-quote-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #90a3b6;
  margin-bottom: 16px; }
  .pay-popup-quote-text a {
    font-weight: 700;
    color: #90a3b6; }
    .pay-popup-quote-text a:hover {
      text-decoration: underline; }
  .pay-popup-quote-text b {
    font-weight: 700; }

.pay-popup-unicorn {
  width: 172px;
  transform: translateX(-133px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end; }
  .pay-popup-unicorn img {
    width: 100%; }

.pay-popup-rigth {
  width: 65.5%;
  background: url("../images/pay-bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 90px 80px 112px 85px; }

.pay-popup-rigth-title {
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  margin-bottom: 23px; }
.pay-popup-dest-title {
    font-weight: 800;
    font-size: 28px;
    line-height: normal;
    line-height: 1.3;
    color: #37474f; }

.pay-popup-chose {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px; }

.pay-popup-chose-item {
  cursor: pointer;
  width: 138px;
  height: 110px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .pay-popup-chose-item img {
    margin-bottom: 15px;
    opacity: 0.3; }
  .pay-popup-chose-item span {
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #628dc8; }
  .pay-popup-chose-item.select {
    background: #ffffff;
    border: 3px solid #fdb927;
    box-shadow: 0px 10px 20px rgba(0, 52, 113, 0.14); }
    .pay-popup-chose-item.select img {
      opacity: 1; }

.pay-popup-chose-or {
  font-size: 16px;
  line-height: 24px;
  color: #37474f; }

.pay-popup-summ {
  max-width: 578px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap; }

.pay-popup-summ-item {
  cursor: pointer;
  border-radius: 25px;
  box-sizing: border-box;
  height: 48px;
  padding: 0 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #628dc8;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  margin-bottom: 10px; }
  .pay-popup-summ-item.select {
    background: #ffffff;
    border: 3px solid #fdb927;
    box-shadow: 0px 10px 30px rgba(0, 52, 113, 0.16); }

.pay-popup-summ-item-image {
  width: 35px;
  height: 38px;
  margin-right: 10px; }

.payment-requisites{
    width: 100%;
}
.payment-requisites__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.payment-requisites td{
    color: #777;
    padding: 15px;
    border: 1px solid #ddd;
}
.payment-requisites h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #555;
    /*color: #628dc8;*/
    margin-bottom: 15px;
}

.pay-input-summ {
  width: 139px;
  height: 48px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #628dc8;
  border: none;
  border-radius: 25px;
  box-sizing: border-box;
  padding-left: 15px;
  outline: none;
  background: transparent;
  margin-bottom: 10px; }
  .pay-input-summ::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #628dc8; }
  .pay-input-summ:-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #628dc8; }
  .pay-input-summ::-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #628dc8; }
  .pay-input-summ::placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #628dc8; }
  .pay-input-summ:focus {
    background: #fff; }
    .pay-input-summ:focus::-moz-placeholder {
      opacity: 0; }
    .pay-input-summ:focus:-ms-input-placeholder {
      opacity: 0; }
    .pay-input-summ:focus::-ms-input-placeholder {
      opacity: 0; }
    .pay-input-summ:focus::placeholder {
      opacity: 0; }
  .pay-input-summ.select {
    background: #fff; }

.pay-popup-25day {
  margin-bottom: 32px; }
  .pay-popup-25day p {
    font-size: 16px;
    line-height: 24px;
    color: #37474f; }
    .pay-popup-25day p span {
      font-weight: 800;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #628dc8; }

.pay-popup-line {
  width: 100%;
  height: 1px;
  background: #dfe7ef;
  margin-bottom: 30px; }

.pay-popup-radio-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }

.pay-popup-radio-whom {
  font-size: 16px;
  line-height: 24px;
  color: #37474f; }

.pay-popup-radio-item label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #37474f; }

.pay-popup-radio-item input[type="radio"]:checked,
.pay-popup-radio-item input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.pay-popup-radio-item input[type="radio"]:checked + label,
.pay-popup-radio-item input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer; }

.pay-popup-radio-item input[type="radio"]:checked + label:before,
.pay-popup-radio-item input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid #628dc8;
  background-color: #ffffff; }

.pay-popup-radio-item input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid #dfe7ef;
  background-color: #ffffff; }

.pay-popup-radio-item input[type="radio"]:checked + label:before,
.pay-popup-radio-item input[type="radio"]:not(:checked) + label:before {
  border-radius: 100%; }

.pay-popup-radio-item input[type="radio"]:checked + label:after,
.pay-popup-radio-item input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease; }

.pay-popup-radio-item input[type="radio"]:checked + label:after,
.pay-popup-radio-item input[type="radio"]:not(:checked) + label:after {
  left: -3px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #628dc8; }

.pay-popup-radio-item input[type="radio"]:not(:checked) + label:after {
  opacity: 0; }

.pay-popup-radio-item input[type="radio"]:checked + label:after {
  opacity: 1; }

.pay-popup-contacts {
  margin-bottom: 4px; }

.pay-popup-contact-item {
  max-width: 368px;
  width: 100%; }
  .pay-popup-contact-item input {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border-radius: 50px;
    box-sizing: border-box;
    border: none;
    box-sizing: border-box;
    padding-left: 34px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #37474f; }
    .pay-popup-contact-item input::-moz-placeholder {
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90a3b6; }
    .pay-popup-contact-item input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90a3b6; }
    .pay-popup-contact-item input::-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90a3b6; }
    .pay-popup-contact-item input::placeholder {
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90a3b6; }
    .pay-popup-contact-item input:focus::-moz-placeholder {
      opacity: 0; }
    .pay-popup-contact-item input:focus:-ms-input-placeholder {
      opacity: 0; }
    .pay-popup-contact-item input:focus::-ms-input-placeholder {
      opacity: 0; }
    .pay-popup-contact-item input:focus::placeholder {
      opacity: 0; }

.general-input {
  position: relative; }
  .general-input.error {
    /* input {
            border: 2px solid #FF5722;
        } */ }
    .general-input.error .error-text {
      display: inline-block; }

.error-text {
  font-size: 14px;
  line-height: 24px;
  color: #db3839;
  position: absolute;
  display: inline-block;
  bottom: 6px;
  left: 20px;
  display: none; }

.pay-popup-bottom {
  display: flex;
  align-items: center;
  width: 100%; }
  .pay-popup-bottom form {
    width: 100%; }

.pay-popup-send-btn {
  width: 246px;
  height: 48px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  margin-right: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto; }

.pay-popup-cancel p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #90a3b6; }

.pay-popup-cancel a {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #628dc8; }

.pay-popup-rigth-mob-unicorn {
  display: none; }

.pay-popup-mobile-text {
  display: none; }

.pay-popup-agree {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 35px; }

.pay-popup-agree-item {
  width: 100%;
  margin-bottom: 25px; }
  .pay-popup-agree-item label {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #37474f; }
  .pay-popup-agree-item input[type="checkbox"]:checked,
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label,
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 20px;
    cursor: pointer; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label:before,
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #dfe7ef;
    border-radius: 6px;
    background-color: #ffffff; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label:before,
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 6px; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label:before {
    border-radius: 6px;
    background: #4872ae;
    border: 2px solid #4872ae; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label:after,
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label:after,
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) + label:after {
    left: 6px;
    top: 5px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg); }
  .pay-popup-agree-item input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  .pay-popup-agree-item input[type="checkbox"]:checked + label:after {
    opacity: 1; }

@media screen and (max-width: 1230px) {
  .pay-popup-1160 {
    box-sizing: border-box;
    padding: 0 20px; }
  .pay-popup-unicorn {
    transform: translateX(10px);
    width: 100%; }
  .pay-popup-left-text {
    width: 72%; }
  .pay-popup-radio-btns {
    width: calc(100% + 30px); } }

@media screen and (max-width: 950px) {
  .pay-popup-radio-btns {
    width: 100%; }
  .pay-popup-left {
    flex-direction: column;
    justify-content: flex-start; }
  .pay-popup-left-text {
    padding-top: 54px; }
  .pay-popup-left-title {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 65px; }
  .pay-popup-quote-text {
    max-width: 220px; }
  .pay-popup-unicorn {
    transform: translate(-12px, 30px);
    width: 240px; }
    .pay-popup-unicorn img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  .pay-popup-rigth {
    width: 65.5%;
    background: url("../images/pay-bg-720.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 70px 45px 80px 45px; }
  .pay-popup-summ {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .pay-popup-summ-item {
    padding: 0 20px; }
  .pay-popup-radio-btns {
    flex-wrap: wrap; }
  .pay-popup-radio-whom {
    width: 100%;
    margin-bottom: 11px; }
  .pay-popup-radio-item {
    box-sizing: border-box;
    padding-left: 8px; }
  .pay-popup-bottom {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .pay-popup-cancel {
    text-align: center; }
    .pay-popup-cancel p {
      text-align: center; }
    .pay-popup-cancel a {
      text-align: center; }
  /* .pay-popup-unicorn{
        width: 100%;

        img{
            &:first-child{
                //width:50vw;
                //transform: translateX(0vw);
            }

            &:last-child{
                width: 60vw;
                transform: translate(5vw, 5vw);
            }
        }
    } */
  /* .pay-popup-unicorn{
        transform: translateX(0vw);
    }
 */
  .pay-popup-left-text {
    width: 100%; } }

@media screen and (max-width: 650px) {
  .pay-popup-1160 {
    flex-wrap: wrap;
    padding: 0;
    overflow-x: hidden; }
  .pay-popup-left {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px; }
  .pay-popup-left-text {
    padding-top: 40px; }
  .pay-popup-left-title {
    font-size: 34px; }
  .pay-popup-quote-img,
  .pay-popup-quote-text,
  .pay-popup-unicorn {
    display: none; }
  .pay-popup-rigth {
    width: 100%;
    background: url("../images/pay-bg-320.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 58px 15px 80px 15px;
    position: relative; }
  .pay-popup-rigth-mob-unicorn {
    display: block;
    position: absolute;
    top: -70px;
    right: -14px;
    width: 144px;
    height: 154px; }
    .pay-popup-rigth-mob-unicorn img {
      width: 100%; }
  .pay-popup-rigth-title {
    max-width: 214px; }
  .pay-popup-chose {
    width: 100%; }
  .pay-popup-chose-item {
    width: 110px;
    height: 110px; }
  .pay-popup-summ-item {
    padding: 0 16px; }
  .pay-popup-radio-whom {
    margin-bottom: 23px; }
  .pay-popup-radio-item {
    margin-bottom: 23px; }
  .pay-popup-mobile-text {
    display: block; }
  .pay-popup-mobile-text-img {
    width: 59px;
    height: 45px;
    margin-bottom: 23px; }
    .pay-popup-mobile-text-img img {
      width: 100%; }
  .pay-popup-mobile-text-paragraf {
    font-size: 16px;
    line-height: 24px;
    color: #37474f;
    margin-bottom: 50px; }
    .pay-popup-mobile-text-paragraf a {
      text-decoration: underline;
      color: #ff0300; }
  .pay-popup-line {
    margin-bottom: 50px; } }

/* @media screen and (max-width: 414px) {
    .pay-popup-rigth-mob-unicorn {
        display: none;
    }
}
 */
.thanks-help-page .header-fluid {
  display: block; }

.thanks-help-fluid {
  width: 100%;
  box-sizing: border-box;
  padding-top: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.thanks-help-content {
  position: relative; }

.thanks-help-text-block {
  max-width: 554px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -27%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.thanks-help-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474F;
  margin-bottom: 13px; }

.thanks-help-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 25px;
  text-align: center; }

.thanks-help-btn {
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center; }

.thanks-help-720 {
  display: none; }

.thanks-help-320 {
  display: none; }

@media screen and (max-width: 950px) {
  .thanks-help-desktop {
    display: none; }
  .thanks-help-720 {
    display: block; }
  .thanks-help-fluid {
    box-sizing: border-box;
    padding-right: 40px; }
  .thanks-help-title {
    max-width: 320px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 35px; }
  .thanks-help-desc {
    max-width: 325px;
    margin-bottom: 35px; }
  .thanks-help-text-block {
    transform: translate(-38%, -41%); } }

@media screen and (max-width: 650px) {
  .thanks-help-720 {
    display: none; }
  .thanks-help-320 {
    display: block; }
  .thanks-help-fluid {
    padding-right: 0; }
  .thanks-help-text-block {
    width: 90%;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%); }
  .thanks-help-title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 10px; }
  .thanks-help-desc {
    margin-bottom: 20px; }
  .thanks-help-content {
    width: 100%; }
    .thanks-help-content img {
      width: 100%; } }

.inwork-page .header-fluid {
  display: block; }

.inwork-fluid {
  width: 100%;
  box-sizing: border-box;
  padding-top: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.inwork-content {
  position: relative; }

.inwork-text-block {
  max-width: 554px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -42%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.error-404-text-block {
  max-width: 554px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -42%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.inwork-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474F;
  margin-bottom: 25px; }

.error-404-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474F;
  margin-bottom: 10px; }

.inwork-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 25px;
  text-align: center; }

.inwork-btn {
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center; }

.in-work-720 {
  display: none; }

.in-work-320 {
  display: none; }

@media screen and (max-width: 950px) {
  .in-work-desktop {
    display: none; }
  .in-work-720 {
    display: block; }
  .inwork-fluid {
    box-sizing: border-box;
    padding-right: 80px; }
  .inwork-title {
    max-width: 320px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 60px; }
  .inwork-text-block {
    transform: translate(-38%, -41%); }
  .error-404-text-block {
    transform: translate(-38%, -41%); } }

@media screen and (max-width: 650px) {
  .in-work-720 {
    display: none; }
  .in-work-320 {
    display: block; }
  .inwork-fluid {
    padding-right: 0; }
  .inwork-text-block {
    width: 90%;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%); }
  .error-404-text-block {
    width: 90%;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -41%); }
  .inwork-title {
    max-width: 265px;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px; }
  .inwork-desc {
    margin-bottom: 20px; }
  .inwork-content {
    width: 100%; }
    .inwork-content img {
      width: 100%; } }

.whatwedo {
  width: 100%;
  box-sizing: border-box;
  padding-top: 170px; }
  .whatwedo .header-fluid {
    display: block; }
  .whatwedo .footer-fluid {
    background: #fff; }
  .whatwedo .home-send-fluid {
    margin-bottom: 10px; }

.whatwedo-title {
  text-align: center;
  margin-bottom: 100px; }
  .whatwedo-title h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    color: #37474F; }

.whatwedo-container {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto; }

.whatwedo-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px; }
  .whatwedo-item.revers {
    flex-direction: row-reverse; }

.whatwedo-item-text {
  width: 39%; }

.whatwedo-item-text-heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  margin-bottom: 35px; }

.whatwedo-item-text-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 40px; }

.whatwedo-item-text-btn {
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  width: 246px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; }

.whatwedo-item-img {
  width: 48.3%; }
  .whatwedo-item-img img {
    width: 100%; }

@media screen and (max-width: 1220px) {
  .whatwedo .whatwedo-container {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .whatwedo-item-text {
    width: 48%; }
  .whatwedo-item-text-heading {
    margin-bottom: 20px; }
  .whatwedo-item-text-desc {
    margin-bottom: 30px; } }

@media screen and (max-width: 650px) {
  .whatwedo .whatwedo-container {
    box-sizing: border-box;
    padding: 0 15px; }
  .whatwedo {
    padding-top: 120px; }
  .whatwedo-title h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 60px; }
  .whatwedo-item {
    flex-direction: column-reverse;
    margin-bottom: 80px; }
  .whatwedo-item-text {
    width: 100%; }
  .whatwedo-item-img {
    width: 100%;
    margin-bottom: 30px; }
  .whatwedo-item.revers {
    flex-direction: column-reverse; } }

.teach {
  width: 100%;
  box-sizing: border-box;
  padding-top: 170px; }
  .teach .header-fluid {
    display: block; }
  .teach .footer-fluid {
    background: #fff; }
  .teach .home-send-fluid {
    margin-bottom: 10px; }

.teach-doctor-first {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px; }

.teach-doctor-first-left {
  width: 40.2%; }

.teach-doctor-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474f;
  margin-bottom: 45px; }

.teach-doctor-first-desc p {
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  margin-bottom: 25px; }

.teach-doctor-first-fight {
  width: 52.64%; }
  .teach-doctor-first-fight img {
    width: 100%; }

.teach-conferences {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 140px; }

.teach-conferences-title {
  text-align: center;
  margin-bottom: 65px; }
  .teach-conferences-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }

.teach-subscribe-fluid {
  width: 100%;
  background: url("../images/bg2_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 110px;
  box-sizing: border-box;
  padding: 114px 0 134px 0; }

.teach-subscribe-710 {
  max-width: 710px;
  width: 100%;
  margin: 0 auto; }

.teach-subscribe-title {
  text-align: center;
  margin-bottom: 17px; }
  .teach-subscribe-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474f; }

.teach-subscribe-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #37474f;
  margin-bottom: 35px; }

.teach-subscribe-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px; }

.teach-subscribe-email {
  width: 56%;
  height: 50px; }
  .teach-subscribe-email input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
    padding: 0 27px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #37474f; }
    .teach-subscribe-email input::-moz-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: #90a3b6; }
    .teach-subscribe-email input:-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: #90a3b6; }
    .teach-subscribe-email input::-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: #90a3b6; }
    .teach-subscribe-email input::placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: #90a3b6; }

.teach-subscribe-btn {
  cursor: pointer;
  width: 246px;
  height: 50px;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  margin-top: 17px; }

.teach-subscribe-copy {
  position: relative; }
  .teach-subscribe-copy label {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #90a3b6; }
    .teach-subscribe-copy label a {
      font-weight: 800;
      font-size: 14px;
      line-height: 24px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #628dc8; }
  .teach-subscribe-copy input[type="checkbox"]:checked,
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label,
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 37px;
    line-height: 20px;
    cursor: pointer; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label:before,
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #dfe7ef; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label:before,
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 6px; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label:after,
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) + label:after,
  .teach-subscribe-copy input[type="radio"]:checked + label:after,
  .teach-subscribe-copy input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label:after,
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg); }
  .teach-subscribe-copy input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label:before {
    background: #628dc8;
    border: 2px solid #628dc8;
    border-radius: 6px; }
  .teach-subscribe-copy input[type="checkbox"]:checked + label:after {
    opacity: 1; }

@media screen and (max-width: 1220px) {
  .teach-doctor-first,
  .teach-conferences {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .teach-doctor-first-left {
    width: 51%; }
  .teach-doctor-first-right {
    width: 47%; }
    .teach-doctor-first-right img {
      width: 100%; }
  .teach {
    padding-top: 138px;
    overflow-x: hidden; }
  .teach-doctor-first-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 24px; }
  .teach-doctor-first {
    justify-content: flex-start;
    margin-bottom: 60px; }
  .teach-conferences-title h2 {
    font-size: 40px;
    line-height: 47px; }
  .teach-conferences-title {
    margin-bottom: 40px; }
  .home-news-container {
    margin-bottom: 50px; }
  .teach-conferences {
    margin-bottom: 120px; } }

@media screen and (max-width: 750px) {
  .teach-doctor-first-title {
    font-size: 38px;
    line-height: 45px;
    text-align: center; }
  .teach-doctor-first {
    flex-wrap: wrap; }
  .teach-doctor-first-left {
    width: 100%; }
  .teach-doctor-first-right {
    width: 100%; }
  .teach-conferences-title h2 {
    font-size: 40px;
    line-height: 47px; }
  .teach-subscribe-fluid {
    padding: 60px 15px;
    margin-bottom: 20px; }
  .teach-subscribe-title h2 {
    font-size: 38px;
    line-height: 45px; }
  .teach-subscribe-desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 195px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .teach-subscribe-container {
    flex-wrap: wrap; }
  .teach-subscribe-email {
    width: 100%;
    margin-bottom: 30px; }
  .teach-subscribe-btn {
    width: 246px;
    margin: 0 auto; } }

.conferenses {
  width: 100%;
  box-sizing: border-box;
  padding-top: 170px; }
  .conferenses .header-fluid {
    display: block; }
  .conferenses .footer-fluid {
    background: #fff; }
  .conferenses .home-send-fluid {
    margin-bottom: 10px; }

.teach-conferences-title h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474f; }

.conferences-container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px; }
  .conferences-container .home-news-item {
    margin-bottom: 55px;
    margin-right: 2.9%; }
    .conferences-container .home-news-item:nth-child(3n) {
      display: block;
      margin-right: 0; }
  .conferences-container .home-news-container {
    flex-wrap: wrap;
    margin-bottom: 25px; }

.teach-conferences-first {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px; }

.teach-conferences-first-left {
  width: 52%; }

.teach-conferences-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474f;
  margin-bottom: 35px; }

.teach-conferences-first-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  max-width: 500px; }
  .teach-conferences-first-desc p {
    margin-bottom: 10px; }

.teach-conferences-first-right {
  width: 47%; }
  .teach-conferences-first-right img {
    width: 100%; }

@media screen and (max-width: 1220px) {
  .conferenses {
    box-sizing: border-box;
    padding: 170px 20px 0 20px; }
  .teach-conferences-first {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .conferences-container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px; }
    .conferences-container .home-news-item {
      margin-bottom: 55px;
      margin-right: 2.9%; }
      .conferences-container .home-news-item:nth-child(2n) {
        display: block;
        margin-right: 0; }
    .conferences-container .home-news-container {
      flex-wrap: wrap;
      margin-bottom: 25px; }
  .teach-conferences-first {
    align-items: flex-start; }
  .teach-conferences-first-left {
    width: 48%; }
  .teach-conferences-first-right {
    width: 50%; }
  .teach-conferences-first-title {
    font-size: 40px;
    line-height: 47px; } }

@media screen and (max-width: 750px) {
  .teach-conferences-title {
    margin-bottom: 40px; }
    .teach-conferences-title h1 {
      font-size: 38px;
      line-height: 1.3; }
  .teach-conferences-first {
    flex-wrap: wrap;
    padding: 0; }
  .teach-conferences-first-left {
    width: 100%;
    margin-bottom: 15px; }
  .teach-conferences-first-right {
    width: 100%; }
  .teach-conferences-first-title {
    font-size: 38px;
    line-height: 45px;
    text-align: center; }
  .conferenses {
    box-sizing: border-box;
    padding: 96px 15px 0 15px; } }

.single-conference {
  width: 100%;
  box-sizing: border-box;
  padding-top: 78px; }
  .single-conference .header-fluid {
    display: block; }

.conf-first-fluid {
  width: 100%;
  margin-bottom: 15px; }
  .conf-first-fluid img {
    width: 100%; }

.conf-back-1165 {
  max-width: 1165px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px; }

.conf-back-btn {
  display: flex;
  cursor: pointer; }
  .conf-back-btn img {
    margin-right: 9px; }
  .conf-back-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #628dc8; }

.conf-content-1165 {
  max-width: 1165px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 160px; }

.conf-content-left {
  width: 66%; }
  .conf-content-left p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px; }
    .conf-content-left p span {
      margin-bottom: 34px; }
    .conf-content-left p strong {
      font-weight: 800; }
    .conf-content-left p b {
      font-weight: 800; }
    .conf-content-left p em {
      font-style: italic; }
    .conf-content-left p i {
      font-style: italic; }
    .conf-content-left p img {
      box-sizing: border-box;
      padding: 35px 0;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
    .conf-content-left p a {
      height: 48px;
      background: #4872ae;
      box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1);
      font-weight: 800;
      font-size: 16px;
      line-height: 48px;
      color: #ffffff;
      display: inline-block;
      border-radius: 25px;
      padding: 0 30px;
      margin: 0 auto; }
    .conf-content-left p ol {
      margin-bottom: 20px;
      box-sizing: border-box;
      padding-left: 32px; }
      .conf-content-left p ol li {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding-left: 8px;
        margin-bottom: 15px; }
    .conf-content-left p ul {
      list-style: disc;
      margin-bottom: 20px;
      box-sizing: border-box;
      padding-left: 32px; }
      .conf-content-left p ul li {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding-left: 8px;
        margin-bottom: 15px; }
  .conf-content-left h1,
  .conf-content-left h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 62px;
    color: #37474f;
    margin-bottom: 40px; }
  .conf-content-left h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 62px;
    color: #37474f;
    margin-bottom: 40px; }
  .conf-content-left ol {
    list-style: decimal;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 32px; }
    .conf-content-left ol li {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      padding-left: 8px;
      margin-bottom: 15px; }
  .conf-content-left ul {
    list-style: disc;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 32px; }
    .conf-content-left ul li {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      padding-left: 8px;
      margin-bottom: 15px; }

.conf-content-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
  color: #37474f;
  margin-bottom: 40px; }

.conf-content-date {
  display: flex;
  align-items: center;
  margin-bottom: 22px; }
  .conf-content-date img {
    margin-right: 24px; }

.conf-content-date-days {
  font-weight: 800;
  font-size: 28px;
  line-height: 26px;
  color: #4872ae; }

.conf-content-date-time {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #37474f; }

.conf-content-where {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  .conf-content-where img {
    margin-right: 24px; }

.conf-content-where-address {
  max-width: 325px;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #37474f; }

.conf-content-heading {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #37474f;
  margin-bottom: 40px; }

.conf-content-paragraph {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px; }

.conf-content-right {
  width: 26.6%;
  background: url("../images/bg4.svg") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 90px 45px 65px 45px;
  text-align: center; }

.conf-content-right-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474f;
  margin-bottom: 20px; }

.conf-content-right-text1 {
  font-weight: normal;
  font-size: 16px;
  color: #37474f;
  margin-bottom: 26px; }

.conf-content-facebook-btn {
  width: 222px;
  height: 48px;
  background: #628dc8;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 31px; }
  .conf-content-facebook-btn img {
    margin-right: 29px; }
  .conf-content-facebook-btn span {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff; }

.conf-content-right-text2 {
  font-weight: normal;
  font-size: 16px;
  color: #37474f;
  margin-bottom: 26px; }

.conf-content-right-social {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.conf-content-right-social-item {
  width: 54px;
  height: 52px;
  background: #ffffff;
  box-shadow: 5px 20px 20px rgba(135, 154, 179, 0.128906);
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 1220px) {
  .conf-back-1165 {
    box-sizing: border-box;
    padding: 0 20px; }
  .conf-content-1165 {
    box-sizing: border-box;
    padding: 0 20px;
    flex-wrap: wrap; }
  .conf-content-left {
    width: 100%;
    margin-bottom: 80px; }
  .single-conference .home-news-container {
    box-sizing: border-box;
    padding: 0 20px; }
  .conf-content-right {
    max-width: 350px;
    width: 100%;
    margin: 0 auto; }
  .conf-content-facebook-btn {
    margin: 0 auto;
    margin-bottom: 30px; }
  .conf-content-right-social {
    max-width: 193px;
    margin: 0 auto; } }

@media screen and (max-width: 750px) {
  .single-conference {
    padding-top: 60px; }
  .conf-content-title {
    font-size: 28px;
    line-height: 1.3; }
  .conf-content-date-days {
    font-size: 18px;
    line-height: 1.4; }
  .conf-content-date-time {
    font-size: 16px;
    line-height: 1.4; }
  .conf-content-where-address {
    font-size: 16px;
    line-height: 19px; }
  .conf-content-heading {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px; }
  .conf-content-paragraph {
    font-size: 16px;
    line-height: 1.5; }
  .conf-content-where {
    margin-bottom: 40px; }
  .conf-content-1165 {
    margin-bottom: 80px; } }

.build {
  width: 100%;
  box-sizing: border-box;
  padding-top: 165px; }
  .build .header-fluid {
    display: block; }
  .build .footer-fluid {
    background: #fff; }

.build-first-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 210px; }

.build-first-left {
  width: 39%; }

.build-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474F;
  margin-bottom: 35px; }

.build-first-desc {
  max-width: 365px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474F; }

.build-first-right {
  width: 57.2%; }
  .build-first-right img {
    width: 100%; }

.build-gray-wrapper {
  width: 100%;
  background: url("../images/bg5.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 56px;
  margin-bottom: 126px; }

.room-ready-fluid {
  width: 100%;
  padding: 85px 0;
  position: relative;
  overflow: hidden; }
  .room-ready-fluid.no-ready .room-ready-item-content {
    flex-direction: row-reverse; }
  .room-ready-fluid.no-ready .room-ready-slider-arrows {
    bottom: -87px; }
    .room-ready-fluid.no-ready .room-ready-slider-arrows .slick-prev {
      left: auto;
      right: 10%; }
    .room-ready-fluid.no-ready .room-ready-slider-arrows .slick-next {
      left: auto;
      right: 0%; }

.room-ready-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(13%, -60%);
  z-index: 1; }

.room-ready-slider {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 150px; }
  .room-ready-slider .slick-slide {
    height: auto;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none; }

.room-ready-slider2 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 150px; }
  .room-ready-slider2 .slick-slide {
    height: auto;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none; }

.room-ready-item-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none; }

.room-ready-item-left {
  width: 39%; }

.room-ready-item-left-top {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 8px;
  color: #4872AE;
  margin-bottom: 25px; }

.room-ready-item-left-city {
  display: flex;
  margin-bottom: 29px; }
  .room-ready-item-left-city img {
    width: 16px;
    height: 20px;
    margin-right: 9px;
    flex-shrink: 0; }
  .room-ready-item-left-city span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #37474F; }

.room-ready-item-left-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  margin-bottom: 35px; }

.room-ready-item-left-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 35px; }

.room-ready-item-left-name {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  text-align: right; }

.room-ready-item-image {
  width: 51.7%;
  border-radius: 50px;
  overflow: hidden;
  position: relative; }
  .room-ready-item-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.room-ready-slider-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.room-ready-slider-arrows {
  position: absolute;
  bottom: -77px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .room-ready-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0%; }
  .room-ready-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10%; }

.room-ready-slider-arrows2 {
  position: absolute;
  bottom: -77px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .room-ready-slider-arrows2 .slick-prev {
    width: 73px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: 10%; }
  .room-ready-slider-arrows2 .slick-next {
    width: 73px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: 0%; }

.room-ready-bg-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-111%, -59%);
  z-index: 1; }

.room-ready-item-image-label {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 170px;
  height: 48px;
  background: #FCC53C;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  position: absolute;
  top: 25px;
  left: 25px; }

.room-home-980 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 150px; }

.room-home-top {
  width: 100%;
  display: flex; }

.room-home-title {
  width: 34.2%;
  font-weight: 800;
  font-size: 50px;
  line-height: 59px;
  color: #37474F;
  margin-right: 7%; }

.room-home-right {
  width: 52%;
  margin-bottom: 40px; }
  .room-home-right p {
    font-size: 16px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 30px; }

.room-home-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.room-home-item {
  min-height: 383px;
  width: 44%;
  box-sizing: border-box;
  padding: 55px 60px 90px 80px;
  background: url("../images/card-bg1.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px; }
  .room-home-item img {
    margin-bottom: 30px; }
  .room-home-item span {
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #37474F; }
  .room-home-item.room-home-item__2 {
    background: url("../images/card-bg2.png") no-repeat center center;
    background-size: 100% 100%; }
  .room-home-item.room-home-item__3 {
    background: url("../images/card-bg3.png") no-repeat center center;
    background-size: 100% 100%; }
  .room-home-item.room-home-item__4 {
    background: url("../images/card-bg4.png") no-repeat center center;
    background-size: 100% 100%; }
  .room-home-item.room-home-item__5 {
    background: url("../images/card-bg5.png") no-repeat center center;
    background-size: 100% 100%; }
  .room-home-item.room-home-item__6 {
    background: url("../images/card-bg6.png") no-repeat center center;
    background-size: 100% 100%; }

.room-help-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 165px; }

.room-help-title {
  width: 100%;
  text-align: center;
  margin-bottom: 65px; }
  .room-help-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #37474F; }

.room-help-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.room-help-item {
  cursor: pointer;
  width: 29.9%;
  height: 481px;
  background: #F5F9FD;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 35px; }
  .room-help-item:hover {
    margin-top: 0;
    margin-bottom: 0;
    width: 31%;
    height: 551px;
    background: #fff;
    box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.0668433); }
    .room-help-item:hover .room-help-btn {
      display: flex; }

.room-help-img {
  margin-bottom: 28px; }

.room-help-item-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  text-align: left;
  margin-bottom: 20px; }

.room-help-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 45px; }

.room-help-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }

@media screen and (max-width: 1220px) {
  .build-first-1170 {
    box-sizing: border-box;
    padding: 0 20px; }
  .room-ready-slider-wrapper {
    box-sizing: border-box;
    padding: 0 20px; }
  .room-ready-slider-arrows .slick-prev {
    left: 20px; }
  .room-ready-slider-arrows .slick-next {
    left: 120px; }
  .room-ready-fluid.no-ready .room-ready-slider-arrows .slick-prev {
    right: 120px; }
  .room-ready-fluid.no-ready .room-ready-slider-arrows .slick-next {
    right: 20px; }
  .room-help-1170 {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .build-first-title {
    font-size: 40px;
    line-height: 52px; }
  .build-first-left {
    width: 50%; }
  .build-first-right {
    width: 48%; }
  .build-first-1170 {
    margin-bottom: 120px; }
  .room-ready-item-left {
    width: 50%; }
  .room-ready-item-image {
    width: 47%; }
  .room-ready-fluid {
    margin-bottom: 0; }
  .room-home-980 {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 105px; }
  .room-home-item {
    width: 49%;
    min-height: 193px; }
  .room-home-item span {
    font-size: 18px;
    line-height: 21px; }
  .room-help-btn {
    display: flex; }
  .room-help-item {
    width: 48%;
    height: auto;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 18px; }
    .room-help-item:hover {
      background: #F5F9FD;
      margin-top: 18px;
      margin-bottom: 18px;
      width: 48%;
      height: auto;
      box-shadow: none; }
      .room-help-item:hover .room-help-btn {
        display: flex; }
  .room-help-container {
    flex-wrap: wrap;
    align-items: stretch; }
  .room-help-1170 {
    margin-bottom: 120px; } }

@media screen and (max-width: 700px) {
  .build {
    padding-top: 120px;
    overflow-x: hidden; }
  .build-first-1170 {
    flex-wrap: wrap; }
  .build-first-left {
    width: 100%;
    margin-bottom: 20px; }
  .build-first-title {
    font-size: 38px;
    line-height: 45px;
    text-align: center; }
  .build-first-right {
    width: 100%; }
  .room-ready-item-content {
    flex-wrap: wrap; }
  .room-ready-item-left {
    width: 100%;
    margin-bottom: 20px; }
  .room-ready-item-left-desc {
    display: none; }
  .room-ready-item-left-name {
    display: none; }
  .room-ready-item-left-top {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 6px;
    margin-bottom: 30px; }
  .room-ready-item-left-title {
    font-size: 18px;
    line-height: 24px; }
  .room-ready-item-image {
    width: 100%; }
  .room-ready-slider .slick-slide {
    padding: 0 15px; }
  .room-ready-slider-wrapper {
    padding: 0; }
  .room-ready-bg {
    height: 49%;
    transform: translate(-4%, -42%); }
    .room-ready-bg img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .room-ready-fluid {
    padding: 48px 0 20px 0; }
  .room-ready-slider-arrows .slick-prev {
    left: 20%; }
  .room-ready-slider-arrows .slick-next {
    left: auto;
    right: 20%; }
  .room-ready-fluid.no-ready .room-ready-slider-arrows .slick-prev {
    left: 20%; }
  .room-ready-fluid.no-ready .room-ready-slider-arrows .slick-next {
    left: auto;
    right: 20%; }
  .room-ready-bg-left {
    height: 52%;
    transform: translate(-84%, -36%); }
    .room-ready-bg-left img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .room-home-980 {
    padding: 0 15px;
    margin-bottom: 25px; }
  .room-home-top {
    flex-wrap: wrap; }
  .room-home-title {
    width: 100%;
    margin-right: 0;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center; }
  .room-home-right {
    width: 100%; }
    .room-home-right p {
      margin-bottom: 20px; }
  .room-home-item {
    background: none;
    padding: 0;
    height: auto; }
    .room-home-item img {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 23px; }
    .room-home-item span {
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      margin: 0 auto; }
    .room-home-item.room-home-item__2 {
      background: none; }
    .room-home-item.room-home-item__3 {
      background: none; }
    .room-home-item.room-home-item__4 {
      background: none; }
    .room-home-item.room-home-item__5 {
      background: none; }
    .room-home-item.room-home-item__6 {
      background: none; }
  .room-help-1170 {
    padding: 0 15px; }
  .room-help-title {
    margin-bottom: 33px; }
    .room-help-title h2 {
      font-size: 38px;
      line-height: 45px; }
  .room-help-item {
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 30px 20px; }
    .room-help-item:hover {
      background: #F5F9FD;
      margin-top: 18px;
      margin-bottom: 18px;
      width: 100%;
      height: auto;
      box-shadow: none; }
      .room-help-item:hover .room-help-btn {
        display: flex; } }

@media screen and (max-width: 320px) {
  .room-ready-bg {
    height: 43%;
    transform: translate(-4%, -37%); }
    .room-ready-bg img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .room-ready-bg-left {
    height: 44%;
    transform: translate(-84%, -29%); }
    .room-ready-bg-left img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; } }

.room {
  width: 100%;
  box-sizing: border-box;
  padding-top: 165px;
  overflow-x: hidden; }
  .room .header-fluid {
    display: block; }

.room-first-1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 135px; }

.room-first-left {
  width: 44.8%; }

.room-first-left-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
  color: #37474f; }

.room-first-right {
  width: 52.5%;
  position: relative; }
  .room-first-right img {
    width: 100%; }

.room-first-right-status {
  width: 289px;
  height: 80px;
  background: #ffffff;
  border-radius: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 39px;
  position: absolute;
  bottom: 86px;
  right: -50px; }

.room-first-right-status__heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #505e65;
  text-align: left; }

.room-first-right-status__num {
  display: flex; }
  .room-first-right-status__num span {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #628dc8; }

.room-can-1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  flex-wrap: wrap; }

.room-can-item {
  width: 19%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1%;
  margin-bottom: 50px; }
  .room-can-item span {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #37474f; }
  .room-can-item.hide {
    display: none; }

.room-can-item__image {
  width: 124px;
  height: 97px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 26px; }
  .room-can-item__image img {
    height: 100%; }

.room-slider-fluid {
  width: 100%;
  box-sizing: border-box;
  padding: 110px 0;
  position: relative;
  margin-bottom: 130px; }

.room-slider-1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.room-slider-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-114%, -51%);
  z-index: 1; }

.room-slider-left {
  width: 49%;
  position: relative;
  z-index: 3; }

.room-slider-wrapper {
  width: 100%; }
  .room-slider-wrapper .slick-slide {
    outline: none;
    padding: 0 5px; }

.room-slider-item {
  border-radius: 50px; }
  .room-slider-item img {
    border-radius: 50px; }

.room-slider-arrows {
  position: absolute;
  bottom: -47px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .room-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: 19%; }
  .room-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0%; }

.room-slider-item img {
  width: 100%; }

.room-slider-right {
  width: 38%;
  box-sizing: border-box;
  padding-top: 35px; }

.room-slider-tag {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 8px;
  color: #628dc8;
  margin-bottom: 45px; }

.room-slider-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  color: #37474f;
  margin-bottom: 25px; }

.room-slider-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474f; }

.room-cost-1166 {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 130px; }

.room-cost-title {
  text-align: center;
  width: 100%;
  margin-bottom: 90px; }
  .room-cost-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    color: #37474f; }

.room-cost-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.room-cost-item {
  width: 31%;
  background: url("../images/card-bg7.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 65px 0 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .room-cost-item.room-cost-item__2 {
    background: url("../images/card-bg8.png") no-repeat center center;
    background-size: 100% 100%; }
  .room-cost-item.room-cost-item__3 {
    background: url("../images/card-bg9.png") no-repeat center center;
    background-size: 100% 100%;
    width: 457px;
    padding: 85px 0 85px 0;
    flex-direction: row; }
    .room-cost-item.room-cost-item__3 .room-cost-item-num .count {
      font-size: 75px; }

.room-cost-item-num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px; }
  .room-cost-item-num .count {
    font-weight: 800;
    font-size: 80px;
    line-height: 94px;
    color: #4872ae;
    margin-right: 5px; }
  .room-cost-item-num span {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #4872ae;
    transform: translateY(-15px); }

.room-cost-item-use {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474f; }

.room-year-fluid {
  width: 100%;
  background: url("../images/bg2_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 130px;
  box-sizing: border-box;
  padding: 100px 0 130px 0; }

.room-year-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.room-year-title {
  text-align: center;
  width: 100%;
  margin-bottom: 35px; }
  .room-year-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    color: #37474f; }

.room-year-desc {
  max-width: 555px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #37474f;
  margin: 0 auto;
  margin-bottom: 30px; }

.room-year-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px; }

.room-year-status-left {
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  color: #37474f; }

.room-year-status-right {
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  color: #9aa7ae; }

.room-year-percent {
  width: 100%;
  height: 48px;
  position: relative;
  background: #ffffff;
  border-radius: 25px;
  margin-bottom: 80px;
  overflow: hidden; }

.room-year-percent-count {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #628dc8;
  position: absolute;
  top: 0;
  left: 0;
  width: 17%;
  height: 48px;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff; }

.room-year-help-btn {
  width: 246px;
  height: 48px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #4872ae;
  box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.room-hostess-fluid {
  width: 100%;
  background: url("../images/bg2_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 130px;
  box-sizing: border-box;
  padding: 86px 0 120px 0; }

.room-hostess-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.room-hostess-title {
  width: 100%;
  text-align: center;
  margin-bottom: 58px; }
  .room-hostess-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    color: #37474f; }

.room-hostess-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.room-hostess-item {
  width: 27.5%;
  margin-bottom: 60px;
  margin-right: 8%; }
  .room-hostess-item:nth-child(3n) {
    margin-right: 0; }
  .room-hostess-item span {
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #37474f;
    margin-bottom: 6px; }
  .room-hostess-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #37474f; }

.room-hostess-item__img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 369px;
  margin-bottom: 45px; }
  .room-hostess-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.room-hostess-wrapper {
    position: relative; }

.room-hostess-slider-arrows {
    position: absolute;
    bottom: -71px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
.room-hostess-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 37%; }
.room-hostess-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 37%; }


.council-board-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.council-board-title {
  width: 100%;
  text-align: center;
  margin-bottom: 58px; }
  .council-board-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    color: #37474f; }

.council-board-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.council-board-item {
  width: 20.5%;
  margin-right: 6%;
  margin-bottom: 30px;
}
  .council-board-item:nth-child(4n) {
    margin-right: 0; }
  .council-board-item span {
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #37474f;
    margin-bottom: 6px; }
  .council-board-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #37474f; }
.council-board-wrapper {
    position: relative; }

.council-board-slider-arrows {
    position: absolute;
    bottom: -71px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
.council-board-slider-arrows .slick-prev {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 37%; }
.council-board-slider-arrows .slick-next {
    width: 73px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 37%; }

.council-board-item__img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 309px; }
  .council-board-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }



.room-contacts-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 164px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.room-contacts-left {
  width: 30.8%; }

.room-contacts-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 59px;
  color: #37474f;
  margin-bottom: 15px; }

.room-contacts-subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #37474f;
  margin-bottom: 15px; }

.room-contacts-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474f;
  margin-bottom: 56px; }

.room-contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 48px; }
  .room-contacts-item img {
    margin-right: 35px; }
  .room-contacts-item span {
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    display: block;
    color: #37474f; }

.room-contacts-right {
  width: 58%; }
  .room-contacts-right img {
    width: 100%; }

.map-wrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative; }
  .map-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 45px; }


@media screen and (max-width: 1220px) {
  .room-first-1160,
  .room-can-1160,
  .room-slider-1160,
  .room-year-1170,
  .room-hostess-1170,
  .council-board-1170,
  .room-contacts-1170 {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .room-first-left {
    width: 50%; }
  .room-first-left-title {
    font-size: 40px;
    line-height: 52px; }
  .room-first-right-status {
    bottom: 42px; }
  .room-can-item {
    width: 32%; }
  .room-slider-bg {
    height: 383px;
    transform: translate(-114%, -58%); }
    .room-slider-bg img {
      height: 100%; }
  .room-slider-right {
    width: 46%; }
  .room-slider-arrows {
    bottom: -67px; }
    .room-slider-arrows .slick-prev {
      right: 34%; }
  .room-hostess-title h2 {
    font-size: 40px;
    line-height: 47px; }
  .council-board-title h2 {
    font-size: 40px;
    line-height: 47px; }
  .room-contacts-1170 {
    align-items: flex-end; }
  .room-contacts-left {
    width: 38.8%; }
  .room-contacts-title {
    font-size: 40px;
    line-height: 47px; }
  .room-contacts-item:last-child {
    margin-bottom: 0; }
  .room-hostess-item {
    margin-right: 0; } 
  .council-board-item {
    margin-right: 0; } }

@media screen and (max-width: 650px) {
  .room {
    padding-top: 120px; }
  .room-first-1160 {
    flex-wrap: wrap; }
  .room-first-left {
    width: 100%;
    margin-bottom: 15px; }
  .room-first-left-title {
    font-size: 38px;
    line-height: 45px; }
  .room-first-right {
    width: 100%; }
    .room-first-right img {
      display: none; }
  .room-first-right-status {
    width: 213px;
    height: 60px;
    position: unset;
    box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1); }
  .room-first-right-status__heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px; }
  .room-first-right-status__num span {
    font-size: 16px;
    line-height: 19px; }
  .room-first-1160,
  .room-can-1160,
  .room-slider-1160,
  .room-year-1170,
  .room-hostess-1170,
  .council-board-1170,
  .room-contacts-1170 {
    box-sizing: border-box;
    padding: 0 15px; }
  .room-first-1160 {
    margin-bottom: 80px; }
  .room-can-1160 {
    justify-content: space-between;
    margin-bottom: 80px; }
  .room-can-item {
    width: 48%; }
    .room-can-item span {
      font-size: 14px;
      line-height: 16px; }
  .room-slider-fluid {
    padding: 30px 0;
    margin-bottom: 35px; }
  .room-slider-1160 {
    flex-wrap: wrap; }
  .room-slider-left {
    width: 100%;
    margin-bottom: 80px; }
  .room-slider-right {
    width: 100%; }
  .room-slider-bg {
    height: 49%;
    transform: translate(-90%, -103%); }
  .room-cost-title {
    margin-bottom: 30px; }
    .room-cost-title h2 {
      font-size: 38px;
      line-height: 45px; }
  .room-cost-item.room-cost-item__3 {
    width: 100%;
    padding: 64px 0 64px 0; }
  .room-cost-item-image {
    width: 39%; }
    .room-cost-item-image img {
      width: 100%; }
  .room-cost-item.room-cost-item__3 .room-cost-item-num .count {
    font-size: 53px; }
  .room-year-title {
    margin-bottom: 20px; }
    .room-year-title h2 {
      font-size: 38px;
      line-height: 45px; }
  .room-year-status {
    flex-direction: column;
    align-items: start; }
  .room-year-status-left {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px; }
  .room-year-status-right {
    font-size: 18px;
    line-height: 21px; }
  .room-year-percent-count {
    font-size: 18px; }
  .room-year-fluid {
    margin-bottom: 80px;
    padding: 50px 0 78px 0; }
  .room-hostess-slider-arrows {
    bottom: -67px; }
    .room-hostess-slider-arrows .slick-prev {
      left: 19%; }
    .room-hostess-slider-arrows .slick-next {
      right: 19%; }
  .room-hostess-item__img {
    margin-bottom: 16px; }
  .room-hostess-title {
    margin-bottom: 26px; }
  .room-hostess-fluid {
    margin-bottom: 80px; }
  .council-board-slider-arrows {
    bottom: -67px; }
    .council-board-slider-arrows .slick-prev {
      left: 19%; }
    .council-board-slider-arrows .slick-next {
      right: 19%; }
  .council-board-item__img {
    margin-bottom: 16px; }
  .council-board-title {
    margin-bottom: 26px; }
  .council-board-fluid {
    margin-bottom: 80px; }
  .council-board-slider-arrows {
    bottom: -67px; }
    .council-board-slider-arrows .slick-prev {
      left: 19%; }
    .council-board-slider-arrows .slick-next {
      right: 19%; }
  .council-board-item__img {
    margin-bottom: 16px; }
  .council-board-title {
    margin-bottom: 26px; }
  .council-board-fluid {
    margin-bottom: 80px; }
  .room-contacts-1170 {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0; }
  .room-contacts-left {
    width: 100%;
    margin-bottom: 60px;
    box-sizing: border-box;
    padding: 0 20px; }
  .room-contacts-right {
    width: 100%; }
  .map-wrapper iframe {
    border-radius: 0; }
  .room-hostess-slider-arrows {
    display: block; }
  .council-board-slider-arrows {
    display: block; } }

@media screen and (max-width: 320px) {
  .room-slider-bg {
    height: 290px;
    transform: translate(-90%, -128%); } }
.block-blot-buttons{
    display: flex;
}
    .block-blot-buttons a{
        margin-right: 10px;
    }
.block-blot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  flex-wrap: wrap;
  position: relative;
  font-size: 0; }
  .block-blot_ltr {
    flex-direction: row; }
    .block-blot_ltr .block-blot__right-side {
      padding-left: 100px; }
  .block-blot_rtl {
    flex-direction: row-reverse; }
    .block-blot_rtl .block-blot__right-side {
      padding-right: 100px; }
  .block-blot_wave {
    padding: 90px 0;
    margin-top: 60px; }
    .block-blot_wave:before {
      content: '';
      width: 100vw;
      height: 100%;
      background: url("../images/bg2_1.png") no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: -1; }
  .block-blot .title {
    text-align: center;
    width: 100%;
    margin-bottom: 60px; }
  .block-blot__left-side {
    width: 50%; }
    .block-blot__left-side img {
      width: 100%; }
  .block-blot__right-side {
    width: 50%;
    box-sizing: border-box; }
    .block-blot__right-side img {
      width: 100%; }
  .block-blot__title {
    font-weight: 800;
    color: #37474F;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 440px; }
    .block-blot__title_big {
      font-size: 50px;
      line-height: 76px;
      max-width: initial; }
  .block-blot__desc {
    max-width: 430px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    color: #37474F;
    margin-bottom: 40px; }
    .block-blot__desc p {
      margin-bottom: 24px; }
    .block-blot__desc ul {
      box-sizing: border-box;
      padding-left: 28px;
      margin-bottom: 30px; }
      .block-blot__desc ul li {
        display: block;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.32px;
        color: #37474F;
        margin-bottom: 13px;
        list-style-type: none;
        position: relative; }
        .block-blot__desc ul li::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          top: 8px;
          left: -27px;
          background: #628DC8;
          border-radius: 50%; }

@media screen and (max-width: 1200px) {
  .block-blot_rtl .block-blot__left-side {
    padding-left: 30px;
    box-sizing: border-box; }
  .block-blot_rtl .block-blot__right-side {
    padding-right: 0px; }
  .block-blot_ltr .block-blot__left-side {
    padding-right: 30px;
    box-sizing: border-box; }
  .block-blot_ltr .block-blot__right-side {
    padding-left: 0px; }
  .block-blot.charity__head-block .block-blot__left-side {
    width: 50%; }
  .block-blot.charity__head-block .block-blot__right-side {
    width: 50%; }
  .block-blot.charity__head-block.block-blot_rtl .block-blot__left-side {
    width: 50%; }
  .block-blot.charity__head-block.block-blot_rtl .block-blot__right-side {
    width: 50%; } }

@media screen and (max-width: 992px) {
  .block-blot {
    padding: 30px 0; }
    .block-blot__title_big {
      font-size: 40px; }
    .block-blot_wave {
      padding: 80px 0; } }

@media screen and (max-width: 710px) {
  .block-blot {
    flex-direction: column;
    padding: 40px 0; }
    .block-blot.charity__head-block {
      padding-top: 120px;
      flex-direction: column-reverse; }
      .block-blot.charity__head-block.block-blot_ltr .block-blot__left-side,
      .block-blot.charity__head-block.block-blot_ltr .block-blot__right-side, .block-blot.charity__head-block.block-blot_rtl .block-blot__left-side,
      .block-blot.charity__head-block.block-blot_rtl .block-blot__right-side {
        width: 100%;
        padding: 0; }
      .block-blot.charity__head-block .block-blot__left-side,
      .block-blot.charity__head-block .block-blot__right-side {
        width: 100%;
        padding: 0; }
      .block-blot.charity__head-block .block-blot__desc {
        text-align: center;
        margin: 0 auto; }
    .block-blot_ltr .block-blot__left-side,
    .block-blot_ltr .block-blot__right-side, .block-blot_rtl .block-blot__left-side,
    .block-blot_rtl .block-blot__right-side {
      width: 100%;
      padding: 0; }
    .block-blot__left-side, .block-blot__right-side {
      width: 100%;
      padding: 0; }
    .block-blot__left-side {
      margin-bottom: 24px; }
    .block-blot__title {
      font-size: 18px;
      margin-bottom: 20px; }
      .block-blot__title_big {
        font-size: 38px;
        line-height: normal;
        text-align: center; } }



.support-wrapper{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    justify-content: center;
    margin-bottom: 4rem;
}
    .support-wrapper .block-blot{
        display: block;
        max-width: 48%;
        padding: 0 1%;
        margin-top: 4rem;
    }
    .support-wrapper .block-blot{
        display: block;
    }
    .support-wrapper .block-blot__left-side, .support-wrapper .block-blot__right-side{
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .support-wrapper .block-blot__title{
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        padding: 0 10%;
    }
    .support-wrapper .block-blot__desc{
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        padding: 0 10%;
    }
    .support-wrapper .block-blot-buttons{
        justify-content: left;
        padding: 0 10%;
        display: block;
    }
    .support-wrapper .block-blot-buttons a{
        margin: 0;
    }
    .support-wrapper .block-blot-buttons a:nth-child(2){
        margin-top: .5rem;
    }

@media screen and (max-width: 1200px) {
    .support-wrapper .block-blot{
        max-width: 48%;
    }
}
@media screen and (max-width: 992px) {
    .support-wrapper .block-blot{
        max-width: 95%;
    }
}


.btn {
  width: 246px;
  height: 48px;
  display: inline-block;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background .3s; }
  .btn_blue {
    background: #4872AE;
    color: #FFFFFF; }
    .btn_blue:hover {
      background: #395a8a; }
  .btn_arrow-right {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
    line-height: normal;
    color: #4872AE;
    font-weight: 800;
    font-size: 14px; }
    .btn_arrow-right span {
      display: inline-block;
      vertical-align: middle; }
      .btn_arrow-right span:after {
        content: '';
        width: 10px;
        height: 12px;
        background: url("../images/triangle_right.svg") no-repeat center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 5px;
        transition: transform .3s; }
    .btn_arrow-right:hover span:after {
      transform: translateX(5px); }

.contact-form {
  margin-bottom: 110px;
  box-sizing: border-box;
  padding: 110px 0 120px;
  text-align: center;
  position: relative; }
  .contact-form:before {
    content: '';
    width: 100vw;
    height: 100%;
    background: url("../images/bg2_1.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1; }
  .contact-form__title {
    text-align: center; }
  .contact-form__desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #37474F;
    max-width: 550px;
    margin: 0 auto 45px; }
  .contact-form__container {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px; }
  .contact-form__left-side {
    width: calc(45% - 35px); }
  .contact-form__right-side {
    width: calc(55% - 35px); }
  .contact-form input,
  .contact-form textarea {
    width: 100%; }

@media screen and (max-width: 992px) {
  .contact-form {
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 70px 0 80px; }
    .contact-form__title {
      margin-bottom: 30px; }
    .contact-form__container {
      max-width: 395px;
      flex-direction: column;
      margin-bottom: 40px; }
    .contact-form__left-side, .contact-form__right-side {
      width: 100%; }
    .contact-form input {
      margin-bottom: 30px; }
      .contact-form input:first-of-type {
        margin-bottom: 30px; } }

@media screen and (max-width: 710px) {
  .contact-form {
    margin-bottom: 40px; }
    .contact-form__title {
      margin-bottom: 30px; } }

input {
  width: 85%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  box-sizing: border-box;
  padding-left: 27px;
  border: none; }
  input::-moz-placeholder {
    font-size: 14px;
    color: #90A3B6; }
  input:-ms-input-placeholder {
    font-size: 14px;
    color: #90A3B6; }
  input::-ms-input-placeholder {
    font-size: 14px;
    color: #90A3B6; }
  input::placeholder {
    font-size: 14px;
    color: #90A3B6; }
  input:first-child {
    margin-bottom: 44px; }

textarea {
  outline: none;
  width: 100%;
  height: 142px;
  background: #FFFFFF;
  border-radius: 25px;
  box-sizing: border-box;
  padding-left: 27px;
  padding-top: 16px;
  border: none;
  resize: none; }
  textarea::-moz-placeholder {
    font-size: 14px;
    color: #90A3B6; }
  textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #90A3B6; }
  textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #90A3B6; }
  textarea::placeholder {
    font-size: 14px;
    color: #90A3B6; }

.block-сharity-events {
  padding: 130px 0;
  text-align: center;
  position: relative; }
  .block-сharity-events h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 76px;
    color: #37474F; }
  .block-сharity-events__events-grid {
    padding: 65px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left; }
  .block-сharity-events_wave {
    padding: 90px 0; }
    .block-сharity-events_wave:before {
      content: '';
      width: 100vw;
      height: 100%;
      background: url("../images/bg2_1.png") no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: -1; }

.block-сharity-event {
  border-radius: 50px;
  overflow: hidden;
  width: calc(33.33333333% - (50px / 2));
  background: #F5F9FD;
  padding-bottom: 40px; }
  .block-сharity-event__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .block-сharity-event__title {
    font-size: 18px;
    color: #37474F;
    font-weight: 800;
    line-height: 24px;
    padding: 0 35px;
    margin: 20px 0;
    min-height: 48px; }
  .block-сharity-event__text {
    font-size: 16px;
    color: #37474F;
    line-height: 24px;
    padding: 0 35px;
    margin: 20px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  .block-сharity-event__price {
    font-size: 18px;
    font-weight: 800;
    color: #628DC8;
    padding: 0 35px;
    margin-bottom: 40px; }
    .block-сharity-event__price b {
      font-size: 28px; }
  .block-сharity-event .btn {
    margin: 0 35px; }
  .block-сharity-event_white {
    background: #fff; }

.block-сharity-event-status__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px; }

.block-сharity-event-status__percent {
  color: #628DC8;
  font-size: 18px;
  font-weight: 800; }

.block-сharity-event-status__purpose {
  color: #9AA7AE;
  font-size: 14px;
  font-weight: 600; }

.block-сharity-event-status__collected {
  color: #37474F;
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px; }

.block-сharity-event-status__line {
  width: calc(100% - 70px);
  margin: 5px 35px 10px;
  height: 10px;
  background: #fff;
  border-radius: 25px;
  overflow: hidden; }
  .block-сharity-event-status__line span {
    display: block;
    background: #628DC8;
    height: 10px; }

@media screen and (max-width: 992px) {
  .block-сharity-events {
    padding: 90px 0; }
    .block-сharity-events__events-grid {
      padding: 55px 0;
      width: calc(100% + 48px);
      margin-left: -24px; }
    .block-сharity-events .slick-list {
      padding: 0 4px 0 24px; }
  .block-сharity-event {
    width: calc(50% - 10px);
    margin-right: 20px; } }

@media screen and (max-width: 710px) {
  .block-сharity-events .slick-list {
    padding: 0 0px 0 15px; }
  .block-сharity-events__events-grid {
    padding: 55px 0 0;
    margin-bottom: 40px;
    width: calc(100% + 30px);
    margin-left: -15px; }
  .block-сharity-event__title, .block-сharity-event__text {
    padding: 0 25px; }
  .block-сharity-event .btn {
    margin: 0 25px;
    width: calc(100% - 50px); }
  .block-сharity-event-status__top, .block-сharity-event-status__collected {
    padding: 0 25px; }
  .block-сharity-event-status__line {
    width: calc(100% - 50px);
    margin: 5px 25px 10px; } }

.charity__head-block {
  height: 100vh;
  padding-top: 78px;
  box-sizing: border-box; }

.charity .home-contacts-1150 {
  margin: 130px 0px; }

.charity .header-fluid {
  display: block; }

.charity .footer-fluid {
  background: #fff; }

@media screen and (max-width: 992px) {
  .charity__head-block {
    height: auto;
    padding-top: 158px;
    padding-bottom: 80px; } }

@media screen and (max-width: 710px) {
  .charity .home-contacts-1150 {
    margin-bottom: 0px; } }

.contacts {
  width: 100%;
  box-sizing: border-box;
  padding-top: 155px; }
  .contacts .home-send-fluid {
    margin-bottom: 30px; }
  .contacts .header-fluid {
    display: block; }
  .contacts .footer-fluid {
    background: #fff; }

@media screen and (max-width: 650px) {
  .contacts .room-contacts-title {
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center; } }

.about {
  width: 100%;
  box-sizing: border-box;
  padding-top: 155px;
  overflow-x: hidden; }
  .about .header-fluid {
    display: block; }
  .about .home-send-fluid {
    margin-bottom: 30px; }
  .about .footer-fluid {
    background: #fff; }

.about-first-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px; }

.about-first-left {
  width: 31%; }

.about-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474F;
  margin-bottom: 35px; }

.about-first-desc {
  font-size: 16px;
  line-height: 24px;
  color: #37474F; }

.about-first-right {
  width: 53%; }
  .about-first-right img {
    width: 100%; }

.about-values-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 110px; }

.about-values-title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }
  .about-values-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    color: #37474F; }

.about-values-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around; }

.about-values-item {
  width: 26.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px; }
  .about-values-item p {
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    color: #628DC8;
    margin-right: 20px; }
  .about-values-item span {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #37474F;
    transform: translateY(8px); }

.about-history-fluid {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0 110px 0;
  background: url("../images/bg2_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 130px; }

.about-history-title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  .about-history-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    color: #37474F; }

.about-history-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.about-history-left {
  width: 52.7%; }
  .about-history-left img {
    width: 100%; }

.about-history-right {
  width: 40%; }

.about-history-heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  margin-bottom: 30px; }

.about-history-small-text, .about-history-big-text {
  margin-bottom: 48px; }
  .about-history-small-text p, .about-history-big-text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #37474F;
    margin-bottom: 30px; }

.about-history-small-text.hide {
  display: none; }

.about-history-big-text {
  display: none; }
  .about-history-big-text.show {
    display: block; }

.about-history-more-btn {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .about-history-more-btn span {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872AE;
    margin-right: 6px; }
  .about-history-more-btn.hide {
    display: none; }

.about-family-fluid {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 95px 0 80px 0;
  margin-bottom: 130px; }

.about-family-bg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(109%, -48%);
  z-index: 1; }

.about-family-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2; }

.about-family-left {
  width: 39%; }

.about-family-heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  margin-bottom: 20px; }

.about-family-tag {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 8px;
  color: #4872AE;
  margin-bottom: 45px; }

.about-family-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 60px; }

.about-family-btn {
  display: flex;
  cursor: pointer; }
  .about-family-btn span {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872AE;
    margin-right: 6px; }

.about-family-right {
  width: 51.7%; }
  .about-family-right img {
    width: 100%;
    border-radius: 45px; }

.reports-1170 {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative; }
.about-reports-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative; }
.about-reports-1170:last-child {
    margin-bottom: 100px;
}
.about-reports-right{
    margin-bottom: 50px;
}

.about-reports-image {
  position: absolute;
  top: 37px;
  left: 42%;
  transform: translateX(-50%); }

.about-reports-left {
  width: 41.9%; }

.about-reports-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 59px;
  color: #37474F;}

.about-reports-desc {
  margin-bottom: 20px; }
  .about-reports-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 30px; }

.about-reports-btn {
  display: flex;
  cursor: pointer; }
  .about-reports-btn span {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872AE;
    margin-right: 6px; }

.about-reports-right {
  width: 32%;
  border-radius: 25px;
  box-sizing: border-box;
  overflow: hidden; }

.about-reports-table-head {
  width: 100%;
  height: 58px;
  background: #628DC8;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-left: 34px; }

.about-reports-table-list {
  width: 100%;
  height: 251px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 63px 0 34px;
  background: #F0F5FA; }

.about-reports-table-item {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #628DC8; }
  .about-reports-table-item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #37474F; }

.about-council {
  width: 100%;
  margin-bottom: 120px; }

.about-family-popup {
  max-width: 1180px;
  width: 95%;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.12);
  border-radius: 50px;
  padding: 50px 40px 40px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  display: none; }
  .about-family-popup.show {
    display: flex; }

.about-family-popup-text {
  width: 66%; }
  .about-family-popup-text p {
    font-size: 16px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 35px; }

.about-family-popup-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  margin-bottom: 30px; }

.about-family-popup-image {
  width: 19.8%; }
  .about-family-popup-image img {
    width: 100%; }

.about-family-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 60px;
  right: 70px;
  cursor: pointer; }

@media screen and (max-width: 1230px) {
  .about-first-1170,
  .about-values-1170,
  .about-history-1170,
  .about-reports-title,
  .about-family-1100 {
    box-sizing: border-box;
    padding: 0 20px; }
  .about-reports-1170 {
    padding: 200px 20px 0 20px; } }

@media screen and (max-width: 950px) {
  .about-first-left {
    width: 49%; }
  .about-first-right {
    width: 49%; }
  .about-first-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 24px; }
  .about-values-title h2 {
    font-size: 40px; }
  .about-values-item {
    width: 31.5%; }
    .about-values-item span {
      font-size: 17px; }
  .about-reports-1170 {
    max-width: 474px;
    width: 100%;
    padding: 60px 15px 0 15px;
    flex-wrap: wrap; }
  .about-reports-left {
    width: 100%;
    margin-bottom: 60px; }
  .about-reports-right {
    width: 100%; }
  .about-reports-btn {
    justify-content: center; }
  .about-reports-image {
    position: unset;
    transform: translateX(0);
    margin: 0 auto;
    margin-bottom: 15px; }
  .about-reports-title {
    text-align: center; }
  .room-hostess-slider-arrows {
    display: block; }
  .council-board-slider-arrows {
    display: block; } }

@media screen and (max-width: 650px) {
  .about-first-left {
    width: 100%;
    margin-bottom: 20px; }
  .about-first-right {
    width: 100%; }
  .about-first-1170 {
    flex-wrap: wrap;
    margin-bottom: 60px; }
  .about {
    padding-top: 120px; }
  .about-first-title {
    font-size: 38px;
    text-align: center; }
  .about-values-item {
    width: 100%;
    justify-content: flex-start; }
  .about-values-container {
    justify-content: flex-start; }
  .about-values-1170 {
    margin-bottom: 40px; }
  .about-history-title h2 {
    max-width: 300px;
    font-size: 38px;
    line-height: 1.3; }
  .about-history-1170 {
    flex-wrap: wrap; }
  .about-history-left {
    width: 100%;
    margin-bottom: 30px; }
  .about-history-right {
    width: 100%; }
  .about-history-title {
    margin-bottom: 30px; }
  .about-history-fluid {
    padding-bottom: 90px;
    margin-bottom: 50px; }
  .about-family-1100 {
    flex-wrap: wrap; }
  .about-family-left {
    width: 100%;
    margin-bottom: 80px; }
  .about-family-right {
    width: 100%; }
  .about-family-bg {
    top: auto;
    bottom: 0;
    height: 42%;
    transform: translate(86%, -2%); }
    .about-family-bg img {
      height: 100%; }
  .about-family-fluid {
    margin-bottom: 80px; }
  .about-family-popup {
    width: 100%;
    padding: 56px 15px; }
  .about-family-popup-image {
    display: none; }
  .about-family-popup-text {
    width: 100%; }
  .about-family-popup-close {
    top: 30px;
    right: 18px; }
  .about-reports-table-list {
    width: 100%;
    height: 251px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 35px 0 16px;
    background: #F0F5FA; } }

@media screen and (max-width: 375px) {
  .about-family-bg {
    height: 40%; } }

@media screen and (max-width: 320px) {
  .about-family-bg {
    top: auto;
    bottom: 0;
    height: 323px;
    transform: translate(86%, -5%); }
    .about-family-bg img {
      height: 100%; } }

.reports {
  width: 100%;
  box-sizing: border-box;
  padding-top: 189px; }
  .reports .home-send-fluid {
    margin-bottom: 30px; }
  .reports .header-fluid {
    display: block; }
  .reports .footer-fluid {
    background: #fff; }
  .reports .about-reports-table-list {
    height: 760px; }
  .reports .about-reports-desc {
    margin-bottom: 60px; }
  .reports .about-reports-1170 {
    padding-top: 0;
    align-items: flex-start; }

.reports {}
.reports_left {}

.reports-magazine-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 30px; }

.reports-magazine-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.reports-bottom-image {
  width: 100%; }
  .reports-bottom-image img {
    width: 100%; }

.reports-bottom-image-mob {
  width: 341px;
  height: 194px;
  display: none; }
  .reports-bottom-image-mob img {
    width: 100%; }

@media screen and (max-width: 950px) {
  .reports {
    padding-top: 100px; }
    .reports .about-reports-title {
      text-align: left; }
    .reports .about-reports-1170 {
      max-width: 600px; }
  .reports-bottom-image-mob {
    display: block;
    margin-left: auto;
    margin-bottom: -20px; }
  .reports-bottom-image {
    display: none; } }

@media screen and (max-width: 650px) {
  .reports {
    padding-top: 55px; }
    .reports .about-reports-1170 {
      margin-bottom: 92px; }
  .reports .about-reports-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 47px;
    color: #37474F;
    margin-bottom: 22px; }
  .reports-bottom-image-mob {
    margin-bottom: -4px; } }

.news {
  width: 100%;
  box-sizing: border-box;
  padding-top: 155px; }
  .news .header-fluid {
    display: block; }
  .news .footer-fluid {
    background: #fff; }

.news-title {
  width: 100%;
  text-align: center;
  margin-bottom: 42px; }
  .news-title h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    /* identical to box height */
    text-align: center;
    color: #37474F; }
  .news-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    /* identical to box height */
    text-align: center;
    color: #37474F; }

.news-content-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.news-categories {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  height: 66px;
  margin-bottom: 50px; }
  .news-categories .slick-slide {
    display: block;
    box-sizing: border-box;
    padding: 0 15px; }

.news-categories-item {
  width: 100%;
  height: 48px;
  border: 1px solid #DFE7EF;
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #628DC8;
  cursor: pointer; }
  .news-categories-item:hover {
    box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1); }
  .news-categories-item.select {
    box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1); }

.news-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.news-item-wrapper {
  width: 48%;
  background: #F5F9FD;
  border-radius: 50px;
  height: 450px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px; }
  .news-item-wrapper:hover {
    box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.0668433); }
    .news-item-wrapper:hover .news-item-hover {
      display: block; }

.news-item-image {
  width: 100%;
  height: 288px;
  margin-bottom: 16px; }
  .news-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.news-item-middle {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 38px;
  margin-bottom: 12px; }

.news-item-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #90A3B6;
  margin-right: 31px; }

.news-item-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.news-item-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #628DC8;
  margin-right: 12px; }

.news-item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  padding: 0 38px;
  margin-bottom: 20px; }

.news-item-btn {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 38px; }
  .news-item-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872AE;
    margin-right: 6px; }

.news-item-hover {
  width: 100%;
  height: 100%;
  background: #F5F9FD;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.news-item-hover-top {
  width: 100%;
  height: 139px;
  background: #F5F9FD;
  box-sizing: border-box;
  padding: 32px 38px; }

.news-item-hover-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #9AA7AE;
  margin-bottom: 15px; }

.news-item-hover-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin-bottom: 20px; }

.news-item-hover-bottom {
  width: 100%;
  height: 311px;
  background: #fff;
  box-sizing: border-box;
  padding: 32px 38px; }

.news-item-hover-text {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #37474F; }

.news-item-hover-btn {
  display: flex;
  align-items: center;
  box-sizing: border-box; }
  .news-item-hover-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872AE;
    margin-right: 6px; }

.news-more-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  width: 246px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 100px; }

@media screen and (max-width: 1200px) {
  .news-container {
    box-sizing: border-box;
    padding: 0 15px; } }

@media screen and (max-width: 650px) {
  .news-title {
    margin-bottom: 20px; }
    .news-title h2 {
      font-size: 38px;
      line-height: 76px; }
  .news-item-wrapper {
    width: 100%; }
  .news-categories {
    margin-bottom: 40px; }
  .news-item-image {
    height: 253px; }
  .news-item-title {
    padding: 0 26px;
    font-size: 16px;
    -webkit-line-clamp: 3; }
  .news-item-middle {
    padding: 0 26px; }
  .news-item-btn {
    padding-left: 26px; }
  .news-item-hover-top {
    padding: 30px 26px; }
  .news-item-hover-bottom {
    padding: 30px 26px; } }

.volunteers {
  width: 100%;
  box-sizing: border-box;
  padding-top: 158px;
  overflow-x: hidden; }
  .volunteers .header-fluid {
    display: block; }
  .volunteers .home-send-fluid {
    margin-bottom: 30px; }
  .volunteers .footer-fluid {
    background: #fff; }
  .volunteers .home-world-tabs {
    width: 604px; }
  .volunteers .home-world-tabs-item-wr {
    width: 46.2%; }
  .volunteers .home-world-slider-item-right {
    width: 38.7%; }

.volunteers-first-620 {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 190px; }

.volunteers-first-image {
  text-align: center;
  margin-bottom: 25px; }

.volunteers-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  color: #37474F;
  margin-bottom: 30px; }

.volunteers-first-desc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #37474F; }

.volunteers-first-btn {
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer; }

@media screen and (max-width: 650px) {
  .volunteers {
    padding-top: 100px; }
    .volunteers .home-world-tabs {
      width: 100%;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 15px; }
    .volunteers .home-world-tabs-item-wr {
      width: 100%;
      margin-bottom: 20px; }
    .volunteers .home-world-slider-item-left {
      margin-bottom: 30px; }
    .volunteers .home-world-slider-item-right {
      width: 100%; }
  .volunteers-first-image {
    margin-bottom: 16px; }
  .volunteers-first-title {
    max-width: 275px;
    font-weight: 800;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #37474F;
    margin: 0 auto;
    margin-bottom: 40px; }
  .volunteers-first-desc {
    font-size: 16px;
    line-height: 24px; }
  .volunteers-first-620 {
    margin-bottom: 80px; } }

.volunteers-popup-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  box-sizing: border-box;
  overflow: hidden;
  display: none; }
  .volunteers-popup-wrapper.show {
    display: block; }

.volunteers-popup-content {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 35px; }

.volunteers-popup-1160 {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.volunteers-popup-left {
  width: 39%;
  display: flex;
  justify-content: space-between; }

.volunteers-popup-nav {
  margin-right: 30px; }

.volunteers-popup-logo {
  width: 85px;
  display: block;
  margin-bottom: 32px; }
  .volunteers-popup-logo img {
    width: 100%; }

.volunteers-popup-close-btn {
  display: flex; }
  .volunteers-popup-close-btn img {
    margin-right: 9px; }
  .volunteers-popup-close-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #628DC8; }

.volunteers-popup-left-text {
  box-sizing: border-box;
  padding-top: 90px; }

.volunteers-popup-left-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
  color: #37474F;
  margin-bottom: 30px; }

.volunteers-popup-quote-img {
  margin-bottom: 40px;
  width: 49px;
  height: 43px; }
  .volunteers-popup-quote-img img {
    width: 100%; }

.volunteers-popup-quote-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 24px; }

.volunteers-popup-quote-text2 {
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 45px; }

.volunteers-popup-contacts {
  width: 100%; }

.volunteers-popup-contacts-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 45px; }
  .volunteers-popup-contacts-item img {
    margin-right: 25px; }
  .volunteers-popup-contacts-item span {
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    display: block;
    color: #37474F; }

.volunteers-popup-right {
  width: 56.9%;
  background: url("../images/popup-bg3.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 120px 120px 120px; }

.volunteers-popup-right-form {
  width: 100%; }

.volunteers-popup-right-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-top: 50px; }
  .volunteers-popup-right-title img {
    margin-right: 5px; }
  .volunteers-popup-right-title span {
    max-width: 195px;
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #628DC8;
    transform: translatey(-35px); }

.volunteers-popup-right-input {
  display: flex;
  flex-direction: column-reverse; }
  .volunteers-popup-right-input label {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #90A3B6;
    opacity: 0;
    box-sizing: border-box;
    padding-left: 27px;
    transition: all .25s ease; }
  .volunteers-popup-right-input input {
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #37474F;
    background: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 27px;
    margin-bottom: 15px; }
    .volunteers-popup-right-input input::-moz-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -moz-transition: all .25s ease;
      transition: all .25s ease; }
    .volunteers-popup-right-input input:-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
    .volunteers-popup-right-input input::-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
    .volunteers-popup-right-input input::placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      transition: all .25s ease; }
    .volunteers-popup-right-input input:focus::-moz-placeholder {
      opacity: 0; }
    .volunteers-popup-right-input input:focus:-ms-input-placeholder {
      opacity: 0; }
    .volunteers-popup-right-input input:focus::-ms-input-placeholder {
      opacity: 0; }
    .volunteers-popup-right-input input:focus::placeholder {
      opacity: 0; }
    .volunteers-popup-right-input input:focus + label {
      opacity: 1; }

.volunteers-checkboxes {
  max-width: 332px;
  width: 100%;
  margin: 0 auto; }

.volunteers-checkbox-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 20px; }
  .volunteers-checkbox-top span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    color: #37474F; }

.volunteers-checkbox-container {
  display: flex;
  flex-wrap: wrap; }

.volunteers-popup-checkboks-item {
  width: 25%;
  margin-bottom: 25px; }
  .volunteers-popup-checkboks-item label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #37474F; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked,
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label,
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label:before,
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #DFE7EF;
    border-radius: 6px;
    background-color: #ffffff; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label:before,
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 6px; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label:before {
    border-radius: 6px;
    background: #4872AE;
    border: 2px solid #4872AE; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label:after,
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label:after,
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    left: 6px;
    top: 5px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg); }
  .volunteers-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  .volunteers-popup-checkboks-item input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.volunteers-popup-selects-block {
  box-sizing: border-box;
  padding-top: 30px; }
  .volunteers-popup-selects-block .nice-select {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    margin-bottom: 40px; }
    .volunteers-popup-selects-block .nice-select::after {
      width: 12px;
      height: 12px;
      border-color: #628DC8;
      right: 21px;
      top: 42%; }
    .volunteers-popup-selects-block .nice-select .current {
      transform: translatey(5px);
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #628DC8; }
    .volunteers-popup-selects-block .nice-select .list {
      width: 100%;
      border-radius: 25px;
      border: none; }
      .volunteers-popup-selects-block .nice-select .list li {
        color: #628DC8; }
  .volunteers-popup-selects-block textarea {
    width: 100%;
    padding: 13px 27px;
    margin-bottom: 52px; }
    .volunteers-popup-selects-block textarea::-moz-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .volunteers-popup-selects-block textarea:-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .volunteers-popup-selects-block textarea::-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .volunteers-popup-selects-block textarea::placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }

.volunteers-popup-btn {
  cursor: pointer;
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF; }

.volunteers-popup-selects-block .nice-select .list li {
  white-space: normal;
  line-height: 27px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-top: 8px; }

.volunteers-popup-selects-block .nice-select .current {
  white-space: normal; }

.volunteers-popup-selects-block .nice-select {
  min-height: 48px;
  height: auto;
  padding: 12px 31px 12px 19px; }

.volunteers-popup-selects-block .nice-select .current {
  line-height: 23px;
  box-sizing: border-box;
  padding-bottom: 7px; }

@media screen and (max-width: 1230px) {
  .volunteers-popup-1160 {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .volunteers-popup-left {
    flex-direction: column;
    justify-content: flex-start; }
  .volunteers-popup-left-text {
    padding-top: 54px; }
  .volunteers-popup-left-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 24px; }
  .volunteers-popup-quote-text {
    max-width: 220px; }
  .volunteers-popup-unicorn {
    transform: translate(160px, 190px); }
    .volunteers-popup-unicorn img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  .volunteers-popup-right {
    width: 70%;
    box-sizing: border-box;
    padding: 70px 40px 80px 40px;
    background: url("../images/popup-bg3-320.png") no-repeat center center;
    background-size: 100% 100%; }
  .volunteers-popup-summ {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .volunteers-popup-summ-item {
    padding: 0 20px; }
  .volunteers-popup-radio-btns {
    flex-wrap: wrap; }
  .volunteers-popup-radio-whom {
    width: 100%;
    margin-bottom: 11px; }
  .volunteers-popup-radio-item {
    box-sizing: border-box;
    padding-left: 8px; } }

@media screen and (max-width: 650px) {
  .volunteers-popup-1160 {
    flex-wrap: wrap;
    padding: 0;
    overflow-x: hidden; }
  .volunteers-popup-left {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px; }
  .volunteers-popup-left-text {
    padding-top: 40px; }
  .volunteers-popup-left-title {
    font-size: 38px; }
  .volunteers-popup-quote-img,
  .volunteers-popup-quote-text,
  .volunteers-popup-unicorn {
    display: none; }
  .volunteers-popup-right {
    width: 100%;
    box-sizing: border-box;
    padding: 58px 15px 80px 15px;
    position: relative; }
  .volunteers-popup-rigth-mob-unicorn {
    display: block;
    position: absolute;
    top: -70px;
    right: -14px;
    width: 144px;
    height: 154px; }
    .volunteers-popup-rigth-mob-unicorn img {
      width: 100%; }
  .volunteers-popup-rigth-title {
    max-width: 214px; }
  .volunteers-popup-chose {
    width: 100%; }
  .volunteers-popup-chose-item {
    width: 110px;
    height: 110px; }
  .volunteers-popup-summ-item {
    padding: 0 16px; }
  .volunteers-popup-radio-whom {
    margin-bottom: 23px; }
  .volunteers-popup-radio-item {
    margin-bottom: 23px; }
  .volunteers-popup-mobile-text {
    display: block; }
  .volunteers-popup-mobile-text-img {
    width: 59px;
    height: 45px;
    margin-bottom: 23px; }
    .volunteers-popup-mobile-text-img img {
      width: 100%; }
  .volunteers-popup-mobile-text-paragraf {
    font-size: 16px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 50px; }
  .volunteers-popup-line {
    margin-bottom: 50px; }
  .volunteers-checkbox-top span {
    width: 60%;
    margin-bottom: 20px; }
  .volunteers-popup-right-title span {
    font-size: 21px;
    line-height: 27px; }
  .volunteers-checkbox-all-day {
    width: 38%; } }

.charity-popup-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  box-sizing: border-box;
  overflow: hidden;
  display: none; }
  .charity-popup-wrapper.show {
    display: block; }

.charity-popup-content {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 35px; }

.charity-popup-1160 {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.charity-popup-left {
  width: 39%;
  display: flex;
  justify-content: space-between; }

.charity-popup-nav {
  margin-right: 30px; }

.charity-popup-logo {
  width: 85px;
  display: block;
  margin-bottom: 32px; }
  .charity-popup-logo img {
    width: 100%; }

.charity-popup-close-btn {
  display: flex; }
  .charity-popup-close-btn img {
    margin-right: 9px; }
  .charity-popup-close-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #628DC8; }

.charity-popup-left-text {
  box-sizing: border-box;
  padding-top: 90px; }

.charity-popup-left-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
  color: #37474F;
  margin-bottom: 30px; }

.charity-popup-quote-img {
  margin-bottom: 40px;
  width: 49px;
  height: 43px; }
  .charity-popup-quote-img img {
    width: 100%; }

.charity-popup-quote-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 24px; }

.charity-popup-quote-text2 {
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 45px; }

.charity-popup-contacts {
  width: 100%; }

.charity-popup-contacts-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 45px; }
  .charity-popup-contacts-item img {
    margin-right: 25px; }
  .charity-popup-contacts-item span {
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    display: block;
    color: #37474F; }

.charity-popup-right {
  width: 56.9%;
  background: url("../images/popup-bg3.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 110px 120px 110px; }

.charity-popup-right-form {
  width: 100%; }

.charity-popup-right-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-top: 50px; }
  .charity-popup-right-title img {
    margin-right: 5px; }
  .charity-popup-right-title span {
    max-width: 285px;
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #628DC8;
    transform: translatey(-35px); }

.charity-popup-right-input {
  display: flex;
  flex-direction: column-reverse; }
  .charity-popup-right-input label {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #90A3B6;
    opacity: 0;
    box-sizing: border-box;
    padding-left: 27px;
    transition: all .25s ease; }
  .charity-popup-right-input input {
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #37474F;
    background: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 27px;
    margin-bottom: 15px; }
    .charity-popup-right-input input::-moz-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -moz-transition: all .25s ease;
      transition: all .25s ease; }
    .charity-popup-right-input input:-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
    .charity-popup-right-input input::-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
    .charity-popup-right-input input::placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      transition: all .25s ease; }
    .charity-popup-right-input input:focus::-moz-placeholder {
      opacity: 0; }
    .charity-popup-right-input input:focus:-ms-input-placeholder {
      opacity: 0; }
    .charity-popup-right-input input:focus::-ms-input-placeholder {
      opacity: 0; }
    .charity-popup-right-input input:focus::placeholder {
      opacity: 0; }
    .charity-popup-right-input input:focus + label {
      opacity: 1; }

.charity-checkboxes {
  max-width: 332px;
  width: 100%;
  margin: 0 auto; }

.charity-checkbox-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 20px; }
  .charity-checkbox-top span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    color: #37474F; }

.charity-checkbox-container {
  display: flex;
  flex-wrap: wrap; }

.charity-popup-checkboks-item {
  width: 25%;
  margin-bottom: 25px; }
  .charity-popup-checkboks-item label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #37474F; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked,
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label,
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label:before,
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #DFE7EF;
    border-radius: 6px;
    background-color: #ffffff; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label:before,
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 6px; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label:before {
    border-radius: 6px;
    background: #4872AE;
    border: 2px solid #4872AE; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label:after,
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label:after,
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    left: 6px;
    top: 5px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg); }
  .charity-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  .charity-popup-checkboks-item input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.charity-popup-selects-block {
  box-sizing: border-box;
  padding-top: 30px; }
  .charity-popup-selects-block .nice-select {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    margin-bottom: 40px; }
    .charity-popup-selects-block .nice-select::after {
      width: 12px;
      height: 12px;
      border-color: #628DC8;
      right: 21px;
      top: 42%; }
    .charity-popup-selects-block .nice-select .current {
      transform: translatey(5px);
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #628DC8; }
    .charity-popup-selects-block .nice-select .list {
      width: 100%;
      border-radius: 25px;
      border: none; }
      .charity-popup-selects-block .nice-select .list li {
        color: #628DC8; }
  .charity-popup-selects-block textarea {
    width: 100%;
    padding: 13px 27px;
    margin-bottom: 52px; }
    .charity-popup-selects-block textarea::-moz-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .charity-popup-selects-block textarea:-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .charity-popup-selects-block textarea::-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .charity-popup-selects-block textarea::placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .charity-popup-selects-block textarea.margin-bottom-15 {
      margin-bottom: 15px; }

.charity-popup-btn {
  cursor: pointer;
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF; }

.charity-popup-download-file {
  width: 100%; }

.charity-popup-download-file-btn {
  position: relative;
  width: 100%; }
  .charity-popup-download-file-btn input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .charity-popup-download-file-btn label {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #628DC8; }

.charity-popup-download-list {
  width: 100%;
  background: #FFFFFF;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-bottom: 15px; }

.charity-popup-download-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }
  .charity-popup-download-item span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #37474F; }
  .charity-popup-download-item img {
    cursor: pointer; }

@media screen and (max-width: 1230px) {
  .charity-popup-1160 {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .charity-popup-left {
    flex-direction: column;
    justify-content: flex-start; }
  .charity-popup-left-text {
    padding-top: 54px; }
  .charity-popup-left-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 24px; }
  .charity-popup-quote-text {
    max-width: 220px; }
  .charity-popup-unicorn {
    transform: translate(160px, 190px); }
    .charity-popup-unicorn img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  .charity-popup-right {
    width: 70%;
    box-sizing: border-box;
    padding: 70px 40px 80px 40px;
    background: url("../images/popup-bg3-320.png") no-repeat center center;
    background-size: 100% 100%; }
  .charity-popup-summ {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .charity-popup-summ-item {
    padding: 0 20px; }
  .charity-popup-radio-btns {
    flex-wrap: wrap; }
  .charity-popup-radio-whom {
    width: 100%;
    margin-bottom: 11px; }
  .charity-popup-radio-item {
    box-sizing: border-box;
    padding-left: 8px; } }

@media screen and (max-width: 650px) {
  .charity-popup-1160 {
    flex-wrap: wrap;
    padding: 0;
    overflow-x: hidden; }
  .charity-popup-left {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px; }
  .charity-popup-left-text {
    padding-top: 40px; }
  .charity-popup-left-title {
    font-size: 38px; }
  .charity-popup-quote-img,
  .charity-popup-quote-text,
  .charity-popup-unicorn {
    display: none; }
  .charity-popup-right {
    width: 100%;
    box-sizing: border-box;
    padding: 58px 15px 80px 15px;
    position: relative; }
  .charity-popup-rigth-mob-unicorn {
    display: block;
    position: absolute;
    top: -70px;
    right: -14px;
    width: 144px;
    height: 154px; }
    .charity-popup-rigth-mob-unicorn img {
      width: 100%; }
  .charity-popup-rigth-title {
    max-width: 214px; }
  .charity-popup-chose {
    width: 100%; }
  .charity-popup-chose-item {
    width: 110px;
    height: 110px; }
  .charity-popup-summ-item {
    padding: 0 16px; }
  .charity-popup-radio-whom {
    margin-bottom: 23px; }
  .charity-popup-radio-item {
    margin-bottom: 23px; }
  .charity-popup-mobile-text {
    display: block; }
  .charity-popup-mobile-text-img {
    width: 59px;
    height: 45px;
    margin-bottom: 23px; }
    .charity-popup-mobile-text-img img {
      width: 100%; }
  .charity-popup-mobile-text-paragraf {
    font-size: 16px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 50px; }
  .charity-popup-line {
    margin-bottom: 50px; }
  .charity-checkbox-top span {
    width: 60%;
    margin-bottom: 20px; }
  .charity-popup-right-title span {
    font-size: 21px;
    line-height: 27px; }
  .charity-checkbox-all-day {
    width: 38%; } }

.charity-events {
  width: 100%;
  box-sizing: border-box;
  padding-top: 158px;
  overflow-x: hidden; }
  .charity-events .header-fluid {
    display: block; }
  .charity-events .block-сharity-events {
    padding: 0;
    margin-bottom: 100px; }
  .charity-events .block-сharity-event {
    margin-bottom: 40px; }

.single-event {
  width: 100%;
  box-sizing: border-box;
  padding-top: 158px; }
  .single-event .home-send-fluid {
    margin-bottom: 30px; }
  .single-event .header-fluid {
    display: block; }
  .single-event .footer-fluid {
    background: #fff; }
  .single-event .about-reports-table-list {
    height: 396px; }
  .single-event .about-reports-desc {
    margin-bottom: 60px; }
  .single-event .about-reports-1170 {
    padding-top: 0;
    align-items: flex-start; }
  .single-event .about-reports-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #37474F;
    margin-bottom: 20px; }
  .single-event .reports-magazine-btn img {
    margin-right: 28px; }

.event-donate-summ {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #37474F; }

.single-event-back {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0 20px; }
  .single-event-back img {
    margin-right: 8px; }

.single-event-back-btn {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #628DC8; }

.single-event-first {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  padding-bottom: 80px; }

.single-event-first-left {
  width: 51.2%; }
  .single-event-first-left img {
    width: 100%;
    border-radius: 45px; }

.single-event-first-right {
  width: 42.7%; }

.single-event-first-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  max-width: 385px;
  margin-bottom: 20px; }

.single-event-first-autor {
  display: flex;
  margin-bottom: 60px; }
  .single-event-first-autor p {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #628DC8;
    margin-right: 8px; }
  .single-event-first-autor span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #37474F; }

.single-event-first-percent-block {
  width: 100%;
  height: 40px;
  background: #F5F9FD;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }

.single-event-first-percent-color {
  width: 17%;
  height: 40px;
  background: #628DC8;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center; }

.single-event-first-cost {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px; }

.single-event-first-cost-left {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #37474F; }

.single-event-first-cost-right {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #9AA7AE; }

.single-event-first-btn {
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 10px 10px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer; }

@media screen and (max-width: 950px) {
  .single-event .reports-bottom-image-mob {
    display: none; }
  .single-event .about-reports-1170 {
    max-width: 950px; }
  .single-event-first {
    flex-direction: column-reverse; }
  .single-event-first-right {
    width: 100%;
    margin-bottom: 60px; }
  .single-event-first-left {
    width: 100%; }
  .single-event-first-cost {
    flex-wrap: wrap; }
  .single-event-first-cost-left {
    margin-bottom: 10px; } }

@media screen and (max-width: 650px) {
  .single-event-first-right {
    margin-bottom: 40px; }
  .single-event-first-cost {
    margin-bottom: 40px; }
  .single-event-first-autor {
    margin-bottom: 40px; }
  .single-event-first {
    padding-bottom: 40px; }
  .single-event {
    padding-top: 100px; } }

.charity-pay-popup-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms, visibility 350ms; }
  .charity-pay-popup-wrapper.show {
    display: block;
    visibility: visible;
    opacity: 1; }
  .charity-pay-popup-wrapper .pay-input-summ {
    margin-bottom: 10px; }
  .charity-pay-popup-wrapper .pay-popup-rigth {
    padding: 130px 80px 100px 85px; }

.charity-pay-popup-close-btn {
  display: flex;
  cursor: pointer; }
  .charity-pay-popup-close-btn img {
    margin-right: 9px; }
  .charity-pay-popup-close-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #628DC8; }

@media screen and (max-width: 950px) {
  .charity-pay-popup-wrapper .pay-popup-rigth {
    width: 65.5%;
    background: url("../images/pay-bg-720.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 70px 55px 80px 55px; } }

@media screen and (max-width: 650px) {
  .charity-pay-popup-wrapper .pay-popup-rigth {
    width: 100%;
    background: url("../images/pay-bg-320.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 58px 15px 80px 15px;
    position: relative; } }

.knowledge {
  width: 100%;
  box-sizing: border-box;
  padding-top: 170px; }
  .knowledge .header-fluid {
    display: block; }
  .knowledge .footer-fluid {
    background: #fff; }
  .knowledge .home-send-fluid {
    margin-bottom: 10px; }

.knowledge-first-1210 {
  max-width: 1210px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.knowledge-first-left {
  width: 43%; }

.knowledge-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  color: #37474f;
  margin-bottom: 35px; }

.knowledge-first-desc {
  max-width: 370px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37474f; }

.knowledge-first-right {
  width: 52.6%; }
  .knowledge-first-right img {
    width: 100%; }

.knowledge-people {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 125px;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px; }

.knowledge-people-image {
  width: 100%; }
  .knowledge-people-image img {
    width: 100%; }

.knowledge-people-text {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .knowledge-people-text p {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    color: #37474f;
    margin-bottom: 10px;
    text-align: center; }
  .knowledge-people-text span {
    font-weight: 800;
    font-size: 140px;
    line-height: 164px;
    text-align: center;
    color: #4872ae;
    margin-bottom: 10px; }

.knowledge-lessons {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 180px;
  box-sizing: border-box;
  padding: 0 20px; }

.knowledge-lessons-title {
  width: 100%;
  text-align: center;
  margin-bottom: 66px; }
  .knowledge-lessons-title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    color: #37474f; }

.knowledge-lessons-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.knowledge-item-wrapper {
  width: 30%;
  background: #f5f9fd;
  border-radius: 50px;
  height: 445px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
  margin-right: 5%; }
  .knowledge-item-wrapper:nth-child(3n) {
    margin-right: 0; }
  .knowledge-item-wrapper:hover {
    box-shadow: 0px 20px 30px rgba(13, 38, 73, 0.0668433); }
    .knowledge-item-wrapper:hover .knowledge-item-hover {
      display: block; }

.knowledge-item-image {
  width: 100%;
  height: 246px;
  margin-bottom: 16px; }
  .knowledge-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.knowledge-item-middle {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 38px;
  margin-bottom: 45px;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #628dc8; }
  .knowledge-item-middle p {
    margin-right: 6px; }

.knowledge-item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  padding: 0 38px;
  margin-bottom: 20px; }

.knowledge-item-btn {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 38px; }
  .knowledge-item-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872ae;
    margin-right: 6px; }

.knowledge-item-hover {
  width: 100%;
  height: 100%;
  background: #f5f9fd;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.knowledge-item-hover-top {
  width: 100%;
  height: 139px;
  background: #f5f9fd;
  box-sizing: border-box;
  padding: 32px 38px; }

.knowledge-item-hover-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #9aa7ae;
  margin-bottom: 15px; }

.knowledge-item-hover-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin-bottom: 20px; }

.knowledge-item-hover-bottom {
  width: 100%;
  height: 311px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 38px; }

.knowledge-item-hover-text {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #37474f; }

.knowledge-item-hover-btn {
  display: flex;
  align-items: center;
  box-sizing: border-box; }
  .knowledge-item-hover-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #4872ae;
    margin-right: 6px; }

.knowledge-item-hover-middle {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #628dc8; }
  .knowledge-item-hover-middle p {
    margin-right: 6px; }

.knowledge-item-hover-duration {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #90a3b6;
  margin-bottom: 28px; }

.knowledge-lessons-more-btn {
  width: 246px;
  height: 48px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #4872ae;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.knowledge-people-image-mob {
  display: none; }

@media screen and (max-width: 1000px) {
  .knowledge-lessons-container {
    justify-content: space-between; }
  .knowledge-item-wrapper {
    width: 48%;
    margin-right: 0;
    display: none; }
    .knowledge-item-wrapper:nth-child(1) {
      display: block; }
    .knowledge-item-wrapper:nth-child(2) {
      display: block; }
  .knowledge-first-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .knowledge-first-desc {
    font-size: 16px;
    line-height: 1.5; }
  .knowledge-first-1210 {
    margin-bottom: 80px; }
  .knowledge-people-text p {
    font-weight: 800;
    font-size: 40px;
    line-height: 59px;
    color: #37474f; }
  .knowledge-people-text span {
    font-weight: 800;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    color: #4872ae; }
  .knowledge-lessons {
    margin-bottom: 110px; } }

@media screen and (max-width: 650px) {
  .news-title {
    margin-bottom: 20px; }
    .news-title h2 {
      font-size: 38px;
      line-height: 76px; }
  .news-item-wrapper {
    width: 100%; }
  .news-categories {
    margin-bottom: 40px; }
  .news-item-image {
    height: 253px; }
  .news-item-title {
    padding: 0 26px;
    font-size: 16px;
    -webkit-line-clamp: 3; }
  .news-item-middle {
    padding: 0 26px; }
  .news-item-btn {
    padding-left: 26px; }
  .news-item-hover-top {
    padding: 30px 26px; }
  .news-item-hover-bottom {
    padding: 30px 26px; }
  .knowledge-first-1210 {
    flex-wrap: wrap; }
  .knowledge-first-left {
    width: 100%;
    margin-bottom: 20px; }
  .knowledge-first-right {
    width: 100%; }
  .knowledge-first-title {
    text-align: center;
    margin-bottom: 30px; }
  .knowledge-first-desc {
    text-align: center; }
  .knowledge {
    padding-top: 120px; }
  .knowledge-people-image-desc {
    display: none; }
  .knowledge-people-image-mob {
    display: block; }
  .knowledge-people {
    padding: 0;
    margin-bottom: 80px; }
  .knowledge-people-text {
    top: 60%;
    left: 50%;
    width: 100%; }
    .knowledge-people-text p {
      font-weight: 800;
      font-size: 28px;
      line-height: 59px;
      color: #37474f; }
    .knowledge-people-text span {
      font-weight: 800;
      font-size: 86px;
      line-height: 1;
      text-align: center;
      color: #4872ae; }
  .knowledge-lessons-title {
    margin-bottom: 40px; }
    .knowledge-lessons-title h2 {
      font-size: 38px;
      line-height: 45px; }
  .knowledge-item-wrapper {
    width: 100%; }
  .knowledge-item-title {
    padding: 0 20px; }
  .knowledge-item-middle {
    padding: 0 20px; }
  .knowledge-item-btn {
    padding-left: 20px; }
  .knowledge-item-hover-top {
    padding: 32px 20px; }
  .knowledge-item-hover-bottom {
    padding: 20px 20px; } }

.dlya-medykiv-case-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr); }

.dlya-medykiv-case-item-wrapper {
  background: #f5f9fd;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.youtube-wrapper {
  width: 100%; }

.dlya-medykiv-case-item-title {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: #37474f;
  padding: 0 38px;
  margin-bottom: 20px;
  margin-top: 15px; }

.youtube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }
  .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (max-width: 950px) {
  .dlya-medykiv-case-container {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 650px) {
  .dlya-medykiv-case-container {
    grid-template-columns: repeat(1, 1fr); } }

.partners {
  width: 100%;
  box-sizing: border-box;
  padding-top: 170px; }
  .partners .header-fluid {
    display: block; }
  .partners .footer-fluid {
    background: #fff; }
  .partners .home-send-fluid {
    margin-bottom: 10px; }

.partners-first {
  max-width: 678px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 145px; }
  .partners-first p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #37474F;
    margin-bottom: 30px; }

.partners-first-image {
  margin-bottom: 18px; }

.partners-first-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  color: #37474F;
  margin-bottom: 21px; }

.partners-first-desc {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  color: #37474F;
  margin-bottom: 30px; }

.partners-first-more-btn {
  width: 246px;
  height: 48px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

@media screen and (max-width: 650px) {
  .partners {
    padding-top: 100px; }
  .partners-first {
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 120px; }
  .partners-rirst-image {
    margin-bottom: 30px; }
  .partners-first-title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 30px; } }

.thanks-bid-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  display: none; }
  .thanks-bid-popup.show {
    display: block; }

.partners-popup-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  box-sizing: border-box;
  overflow: hidden; }
  .partners-popup-wrapper.show {
    display: block; }

.partners-popup-content {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 35px; }

.partners-popup-1160 {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.partners-popup-left {
  width: 39%;
  display: flex;
  justify-content: space-between; }

.partners-popup-nav {
  margin-right: 30px; }

.partners-popup-logo {
  width: 85px;
  display: block;
  margin-bottom: 32px; }
  .partners-popup-logo img {
    width: 100%; }

.partners-popup-close-btn {
  display: flex; }
  .partners-popup-close-btn img {
    margin-right: 9px; }
  .partners-popup-close-btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #628DC8; }

.partners-popup-left-text {
  box-sizing: border-box;
  padding-top: 90px; }

.partners-popup-left-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
  color: #37474F;
  margin-bottom: 30px; }

.partners-popup-quote-img {
  margin-bottom: 40px;
  width: 49px;
  height: 43px; }
  .partners-popup-quote-img img {
    width: 100%; }

.partners-popup-quote-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 24px; }

.partners-popup-quote-text2 {
  font-size: 16px;
  line-height: 24px;
  color: #37474F;
  margin-bottom: 45px; }

.partners-popup-contacts {
  width: 100%; }

.partners-popup-contacts-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 45px; }
  .partners-popup-contacts-item img {
    margin-right: 25px; }
  .partners-popup-contacts-item span {
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    display: block;
    color: #37474F; }

.partners-popup-right {
  width: 56.9%;
  background: url("../images/popup-bg3.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 120px 120px 120px; }

.partners-popup-right-form {
  width: 100%; }

.partners-popup-right-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-top: 50px; }
  .partners-popup-right-title img {
    margin-right: 5px; }
  .partners-popup-right-title span {
    max-width: 195px;
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #628DC8;
    transform: translatey(-35px); }

.partners-popup-right-input {
  display: flex;
  flex-direction: column-reverse; }
  .partners-popup-right-input label {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #90A3B6;
    opacity: 0;
    box-sizing: border-box;
    padding-left: 27px;
    transition: all .25s ease; }
  .partners-popup-right-input input {
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #37474F;
    background: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 27px;
    margin-bottom: 15px; }
    .partners-popup-right-input input::-moz-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -moz-transition: all .25s ease;
      transition: all .25s ease; }
    .partners-popup-right-input input:-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
    .partners-popup-right-input input::-ms-input-placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
    .partners-popup-right-input input::placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      display: flex;
      align-items: center;
      color: #90A3B6;
      transition: all .25s ease; }
    .partners-popup-right-input input:focus::-moz-placeholder {
      opacity: 0; }
    .partners-popup-right-input input:focus:-ms-input-placeholder {
      opacity: 0; }
    .partners-popup-right-input input:focus::-ms-input-placeholder {
      opacity: 0; }
    .partners-popup-right-input input:focus::placeholder {
      opacity: 0; }
    .partners-popup-right-input input:focus + label {
      opacity: 1; }

.partners-checkboxes {
  max-width: 332px;
  width: 100%;
  margin: 0 auto; }

.partners-checkbox-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 20px; }
  .partners-checkbox-top span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    color: #37474F; }

.partners-checkbox-container {
  display: flex;
  flex-wrap: wrap; }

.partners-popup-checkboks-item {
  width: 25%;
  margin-bottom: 25px; }
  .partners-popup-checkboks-item label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #37474F; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked,
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label,
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label:before,
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #DFE7EF;
    border-radius: 6px;
    background-color: #ffffff; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label:before,
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 6px; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label:before {
    border-radius: 6px;
    background: #4872AE;
    border: 2px solid #4872AE; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label:after,
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label:after,
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    left: 6px;
    top: 5px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg); }
  .partners-popup-checkboks-item input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  .partners-popup-checkboks-item input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.partners-popup-selects-block {
  box-sizing: border-box;
  padding-top: 30px; }
  .partners-popup-selects-block .nice-select {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    margin-bottom: 40px; }
    .partners-popup-selects-block .nice-select::after {
      width: 12px;
      height: 12px;
      border-color: #628DC8;
      right: 21px;
      top: 42%; }
    .partners-popup-selects-block .nice-select .current {
      transform: translatey(5px);
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #628DC8; }
    .partners-popup-selects-block .nice-select .list {
      width: 100%;
      border-radius: 25px;
      border: none; }
      .partners-popup-selects-block .nice-select .list li {
        color: #628DC8; }
  .partners-popup-selects-block textarea {
    width: 100%;
    padding: 13px 27px;
    margin-bottom: 52px; }
    .partners-popup-selects-block textarea::-moz-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .partners-popup-selects-block textarea:-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .partners-popup-selects-block textarea::-ms-input-placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }
    .partners-popup-selects-block textarea::placeholder {
      font-size: 14px;
      line-height: 24px;
      color: #90A3B6; }

.partners-popup-btn {
  cursor: pointer;
  width: 246px;
  height: 48px;
  background: #4872AE;
  box-shadow: 0px 16px 16px rgba(0, 52, 113, 0.1);
  border-radius: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF; }

.partners-popup-selects-block .nice-select .list li {
  white-space: normal;
  line-height: 27px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-top: 8px; }

.partners-popup-selects-block .nice-select .current {
  white-space: normal; }

.partners-popup-selects-block .nice-select {
  min-height: 48px;
  height: auto;
  padding: 12px 31px 12px 19px; }

.partners-popup-selects-block .nice-select .current {
  line-height: 23px;
  box-sizing: border-box;
  padding-bottom: 7px; }

.nice-select {
  float: none !important; }

@media screen and (max-width: 1230px) {
  .partners-popup-1160 {
    box-sizing: border-box;
    padding: 0 20px; } }

@media screen and (max-width: 950px) {
  .partners-popup-left {
    flex-direction: column;
    justify-content: flex-start; }
  .partners-popup-left-text {
    padding-top: 54px; }
  .partners-popup-left-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 24px; }
  .partners-popup-quote-text {
    max-width: 220px; }
  .partners-popup-unicorn {
    transform: translate(160px, 190px); }
    .partners-popup-unicorn img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  .partners-popup-right {
    width: 70%;
    box-sizing: border-box;
    padding: 70px 40px 80px 40px;
    background: url("../images/popup-bg3-320.png") no-repeat center center;
    background-size: 100% 100%; }
  .partners-popup-summ {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .partners-popup-summ-item {
    padding: 0 20px; }
  .partners-popup-radio-btns {
    flex-wrap: wrap; }
  .partners-popup-radio-whom {
    width: 100%;
    margin-bottom: 11px; }
  .partners-popup-radio-item {
    box-sizing: border-box;
    padding-left: 8px; } }

@media screen and (max-width: 650px) {
  .partners-popup-1160 {
    flex-wrap: wrap;
    padding: 0;
    overflow-x: hidden; }
  .partners-popup-left {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px; }
  .partners-popup-left-text {
    padding-top: 40px; }
  .partners-popup-left-title {
    font-size: 38px; }
  .partners-popup-quote-img,
  .partners-popup-quote-text,
  .partners-popup-unicorn {
    display: none; }
  .partners-popup-right {
    width: 100%;
    box-sizing: border-box;
    padding: 58px 15px 80px 15px;
    position: relative; }
  .partners-popup-rigth-mob-unicorn {
    display: block;
    position: absolute;
    top: -70px;
    right: -14px;
    width: 144px;
    height: 154px; }
    .partners-popup-rigth-mob-unicorn img {
      width: 100%; }
  .partners-popup-rigth-title {
    max-width: 214px; }
  .partners-popup-chose {
    width: 100%; }
  .partners-popup-chose-item {
    width: 110px;
    height: 110px; }
  .partners-popup-summ-item {
    padding: 0 16px; }
  .partners-popup-radio-whom {
    margin-bottom: 23px; }
  .partners-popup-radio-item {
    margin-bottom: 23px; }
  .partners-popup-mobile-text {
    display: block; }
  .partners-popup-mobile-text-img {
    width: 59px;
    height: 45px;
    margin-bottom: 23px; }
    .partners-popup-mobile-text-img img {
      width: 100%; }
  .partners-popup-mobile-text-paragraf {
    font-size: 16px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 50px; }
  .partners-popup-line {
    margin-bottom: 50px; }
  .partners-checkbox-top span {
    width: 60%;
    margin-bottom: 20px; }
  .partners-popup-right-title span {
    font-size: 21px;
    line-height: 27px; }
  .partners-checkbox-all-day {
    width: 38%; } }

*,
html,
body {
  font-family: 'Raleway';
  font-weight: normal;
  outline: none; }

html,
body {
  margin: 0; }

a {
  text-decoration: none; }

main {
  display: block; }

.block {
  width: 40%;
  position: relative; }
  .block svg {
    width: 100%; }

body.noscroll {
  overflow: hidden; }

input {
  outline: none; }

h2 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  color: #37474F; }

/**********new**********/
.content-block {
  min-height: calc(100vh - 341px); }

.container {
  max-width: 1218px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative; }

@media screen and (max-width: 992px) {
  h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0; } }

@media screen and (max-width: 710px) {
  .container {
    max-width: 100%;
    padding: 0 15px; }
  h2 {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 0; } }

/* .lazy-animation {
  opacity: 0;
  &.fade-in {
    opacity: 1;
  }
} */

/*# sourceMappingURL=main.css.map */
#wow-modal-close-1.mw-close-btn.image:before,
#wow-modal-close-2.mw-close-btn.image:before{
    background-color: #3f6caf !important;
    font-size: 20px !important;
    line-height: 22px !important;
    right: -.5rem;
    top: -.5rem;
    border-radius: 50% !important;
}
.modal-window-content:hover{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.popup{
    background: url('/wp-content/themes/app_war/assets/images/popup_bg.jpg') no-repeat top #5f8ccf;
}
.popup a{
    display: block;
    line-height: 0;
}
.popup img{
    width: 100%;
}