@font-face {
  font-family: CenturyGothic;
  src: url(../assets/fonts/CenturyGothic/GOTHICB.TTF);
  font-weight: 700; }

@font-face {
  font-family: CenturyGothic;
  src: url(../assets/fonts/CenturyGothic/GOTHIC.TTF);
  font-weight: 400; }

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

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  width: 100%;
  position: relative;
  font-family: 'Montserrat', sans-serif; }

section {
  width: 100%;
  display: block; }

h1, h2, h3, h4, h5 {
  font-weight: 500;
  color: #430098; }

h1 {
  font-size: 28px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 34px; } }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 48px; } }
  @media only screen and (min-width: 1200px) {
    h1 {
      font-size: 54px; } }
  @media only screen and (min-width: 1800px) {
    h1 {
      font-size: 84px; } }

h2 {
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 40px; } }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 46px; } }
  @media only screen and (min-width: 1800px) {
    h2 {
      font-size: 47px;
      line-height: 1.28; } }

h3 {
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 26px; } }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 34px; } }
  @media only screen and (min-width: 1200px) {
    h3 {
      font-size: 38px; } }
  @media only screen and (min-width: 1800px) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media only screen and (min-width: 992px) {
    h4 {
      font-size: 30px; } }
  @media only screen and (min-width: 1200px) {
    h4 {
      font-size: 34px; } }
  @media only screen and (min-width: 1800px) {
    h4 {
      font-size: 36px; } }

h5 {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    h5 {
      font-size: 22px; } }
  @media only screen and (min-width: 1200px) {
    h5 {
      font-size: 26px; } }
  @media only screen and (min-width: 1800px) {
    h5 {
      font-size: 28px; } }

p {
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  line-height: 1.56; }
  @media only screen and (min-width: 992px) {
    p {
      font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    p {
      font-size: 24px;
      line-height: 1.67; } }

input, button, textarea {
  font-family: 'Montserrat', sans-serif; }

a {
  color: #430098; }

.first-section {
  padding-top: 80px !important; }
  @media only screen and (min-width: 768px) {
    .first-section {
      padding-top: 95px !important; } }
  @media only screen and (min-width: 992px) {
    .first-section {
      padding-top: 125px !important; } }
  @media only screen and (min-width: 1200px) {
    .first-section {
      padding-top: 135px !important; } }

a {
  text-decoration: none; }

input, button {
  outline: none; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

ul li {
  margin-bottom: 15px; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 30px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  @media only screen and (min-width: 992px) {
    .btn {
      border-radius: 61px;
      font-size: 18px;
      padding: 12px 20px; } }
  @media only screen and (min-width: 1800px) {
    .btn {
      border-radius: 61px;
      font-size: 24px;
      padding: 32px 50px; } }
  .btn_small {
    font-size: 12px; }
    @media only screen and (min-width: 992px) {
      .btn_small {
        border-radius: 61px;
        font-size: 14px;
        padding: 10px 15px; } }
    @media only screen and (min-width: 1800px) {
      .btn_small {
        border-radius: 61px;
        font-size: 14px;
        padding: 12px 20px; } }
  .btn_inline {
    display: inline-block; }
  .btn_white {
    background: #fff;
    border: 2px solid #fff;
    color: #430098; }
  .btn_purple {
    color: #fff;
    border: 2px solid #430098;
    background: #430098; }
    .btn_purple:hover {
      color: #430098;
      border: 2px solid #430098;
      background: transparent; }
  .btn_outlined {
    color: #430098;
    border: 2px solid #430098;
    background: transparent; }
    .btn_outlined.active {
      color: #fff;
      background: #430098; }

.tsl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tsl-dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-left: 7px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
    .tsl-dots span:first-child {
      margin-left: 0; }
    @media only screen and (min-width: 992px) {
      .tsl-dots span {
        width: 5px;
        height: 5px;
        margin-left: 10px; } }
    @media only screen and (min-width: 1800px) {
      .tsl-dots span {
        margin-left: 15px; } }

@-webkit-keyframes tslDotsWave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial; }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    @media only screen and (min-width: 1800px) {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px); } } }

@keyframes tslDotsWave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial; }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    @media only screen and (min-width: 1800px) {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px); } } }

.section-ttl {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #430098;
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .section-ttl {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .section-ttl {
      font-size: 40px;
      text-align: left; } }
  @media only screen and (min-width: 1200px) {
    .section-ttl {
      font-size: 46px; } }
  @media only screen and (min-width: 1800px) {
    .section-ttl {
      font-size: 84px;
      line-height: 1.19; } }

.page-ttl {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #430098;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .page-ttl {
      font-size: 34px;
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .page-ttl {
      font-size: 48px;
      margin-top: 75px; } }
  @media only screen and (min-width: 1200px) {
    .page-ttl {
      font-size: 54px; } }
  @media only screen and (min-width: 1800px) {
    .page-ttl {
      margin-top: 0;
      font-size: 84px;
      line-height: 1.19;
      margin-bottom: 35px; } }

.tsl-breadcrumb {
  font-size: 12px;
  font-weight: 500;
  color: #430098; }
  .tsl-breadcrumb .current-item {
    opacity: .5; }
  .tsl-breadcrumb a {
    margin: 3px 0;
    color: #430098;
    display: inline-block; }
    .tsl-breadcrumb a::after {
      content: '';
      display: block;
      width: 0%;
      height: 1px;
      background: #430098;
      margin: 0 auto;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
    .tsl-breadcrumb a:hover::after {
      width: 100%; }
  @media only screen and (min-width: 1800px) {
    .tsl-breadcrumb {
      font-size: 16px;
      line-height: 1.56; }
      .tsl-breadcrumb a {
        margin: 0; } }

.tsl-breadcrumb-separator {
  margin: 0 5px; }
  @media only screen and (min-width: 1800px) {
    .tsl-breadcrumb-separator {
      margin: 0 15px; } }

.container {
  width: 90vw;
  margin: 0 auto;
  position: relative; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media only screen and (min-width: 1800px) {
  .container {
    width: 1710px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-1 {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-2 {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.col-4 {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-5 {
  width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.col-7 {
  width: 58.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-8 {
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-9 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px; }

.col-10 {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-11 {
  width: 91.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

.d-none {
  display: none !important; }

.hamburger {
  padding: 1px 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all, .25s;
  transition: all, .25s;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none !important;
  overflow: visible; }
  .hamburger:hover {
    opacity: .7; }

.hamburger-box {
  width: 27px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    width: 27px;
    height: 3px;
    background-color: #430098;
    border-radius: 4px;
    position: absolute;
    -webkit-transition: .15s ease, -webkit-transform;
    transition: .15s ease, -webkit-transform;
    transition: transform, .15s ease;
    transition: transform, .15s ease, -webkit-transform; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -18px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #fff; }
  .admin .header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin .header {
        top: 46px; } }

.header-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media only screen and (min-width: 992px) {
  .hamburger-btn {
    display: none; } }

.header-nav {
  width: 100vw;
  padding: 30px 5vw;
  position: absolute;
  background: #fff;
  top: 67px;
  left: -5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .header-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media only screen and (min-width: 768px) {
    .header-nav {
      top: 75px; } }
  @media only screen and (min-width: 992px) {
    .header-nav {
      width: auto;
      padding: 0;
      background: transparent;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      position: relative;
      top: 0;
      left: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 7px; } }
  @media only screen and (min-width: 1800px) {
    .header-nav {
      margin-top: 15px; } }

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 992px) {
    .header-menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.header-menu__item {
  margin-bottom: 7px; }
  @media only screen and (min-width: 992px) {
    .header-menu__item {
      margin-bottom: 0;
      margin-right: 20px; } }
  @media only screen and (min-width: 1800px) {
    .header-menu__item {
      margin-right: 50px; } }

.header-menu__link {
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  display: inline-block; }
  .header-menu__link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #430098;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-menu__link:hover::after {
    width: 100%; }
  .header-menu__link.active::after {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .header-menu__link {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .header-menu__link {
      font-size: 18px; } }
  @media only screen and (min-width: 1800px) {
    .header-menu__link {
      font-size: 22px; } }

.header-languages {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .header-languages {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 0;
      margin-left: 25px; } }
  @media only screen and (min-width: 1800px) {
    .header-languages {
      margin-left: 29px; } }

.lang-item {
  list-style: none;
  margin-bottom: 7px; }
  .lang-item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #430098;
    opacity: .5; }
    .lang-item a::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #430098;
      margin-top: 3px;
      opacity: 0; }
    @media only screen and (min-width: 768px) {
      .lang-item a {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .lang-item a {
        font-size: 18px; } }
    @media only screen and (min-width: 1800px) {
      .lang-item a {
        font-size: 22px; } }
  @media only screen and (min-width: 992px) {
    .lang-item {
      margin-bottom: 0;
      margin-right: 10px; } }
  @media only screen and (min-width: 1800px) {
    .lang-item {
      margin-right: 21px; } }

.current-lang a {
  opacity: 1; }
  .current-lang a::after {
    opacity: 1; }

@media only screen and (min-width: 1800px) {
  .header-logo {
    -webkit-transform: translateX(24px);
            transform: translateX(24px); } }

.header-logo-image {
  width: 115px; }
  @media only screen and (min-width: 768px) {
    .header-logo-image {
      width: 145px; } }
  @media only screen and (min-width: 1800px) {
    .header-logo-image {
      width: 210px; } }

.header-logo-image_blue {
  display: block; }

.header-logo-image_white {
  display: none; }

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #430098; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-top: 75px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 992px) {
    .footer {
      padding-top: 100px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 1800px) {
    .footer {
      padding-top: 150px;
      padding-bottom: 77px; } }

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) {
    .footer-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 1800px) {
    .footer-block {
      padding-bottom: 130px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.footer-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .footer-menu {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }
  @media only screen and (min-width: 992px) {
    .footer-menu {
      width: 50%; } }
  @media only screen and (min-width: 1800px) {
    .footer-menu {
      width: 880px; } }

.footer-menu__item {
  margin-bottom: 10px; }
  @media only screen and (min-width: 1800px) {
    .footer-menu__item {
      margin-bottom: 20px; } }

.footer-menu__link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block; }
  .footer-menu__link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .footer-menu__link:hover::after {
    width: 100%; }
  @media only screen and (min-width: 992px) {
    .footer-menu__link {
      font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    .footer-menu__link {
      font-size: 24px;
      line-height: 1.67; } }

.footer-socials__wrap {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .footer-socials__wrap {
      margin-top: 30px;
      width: 300px; } }
  @media only screen and (min-width: 992px) {
    .footer-socials__wrap {
      margin-top: 0; } }
  @media only screen and (min-width: 1800px) {
    .footer-socials__wrap {
      width: 410px;
      margin-left: auto;
      margin-right: 100px; } }

.footer-socials__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .footer-socials__text {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .footer-socials__text {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .footer-socials__text {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1800px) {
    .footer-socials__text {
      font-size: 24px;
      line-height: 1.67; } }

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

.footer-socials__item {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .footer-socials__item svg {
    max-width: 100%;
    max-height: 100%;
    height: 20px;
    position: relative;
    z-index: 2; }
    .footer-socials__item svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-socials__item::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .footer-socials__item:hover svg path {
    fill: #430098; }
  .footer-socials__item:hover::after {
    width: 30px;
    height: 30px; }
  .footer-socials__item.purple svg path {
    fill: #430098; }
  @media only screen and (min-width: 768px) {
    .footer-socials__item {
      width: 26px;
      height: 26px;
      margin-right: 20px; }
      .footer-socials__item:hover::after {
        width: 38px;
        height: 38px; } }
  @media only screen and (min-width: 1200px) {
    .footer-socials__item {
      margin-right: 48px; }
      .footer-socials__item:nth-child(3) svg {
        -webkit-transform: translate(-2px, 1px);
                transform: translate(-2px, 1px); }
      .footer-socials__item:hover::after {
        width: 45px;
        height: 45px; } }

.footer-logo {
  margin-top: 25px; }
  .footer-logo .header-logo-image_blue {
    display: none; }
  .footer-logo .header-logo-image_white {
    display: block; }
  @media only screen and (min-width: 992px) {
    .footer-logo {
      margin-top: 0; } }

.footer-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px; }
  @media only screen and (min-width: 450px) {
    .footer-bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1800px) {
    .footer-bottom {
      margin-top: 75px; } }

.footer-copyright, .footer-developers {
  font-size: 12px;
  font-weight: 500;
  color: #fff; }
  @media only screen and (min-width: 992px) {
    .footer-copyright, .footer-developers {
      font-size: 14px; } }
  @media only screen and (min-width: 1800px) {
    .footer-copyright, .footer-developers {
      font-size: 20px;
      line-height: 1.2; } }

.footer-developers {
  margin-top: 15px; }
  .footer-developers a {
    display: inline-block;
    color: #fff; }
    .footer-developers a::after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: #430098;
      margin: 0 auto;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
    .footer-developers a:hover::after {
      width: 100%; }
  @media only screen and (min-width: 450px) {
    .footer-developers {
      margin-top: 0; } }

.footer_white {
  background: #fff; }
  .footer_white .footer-block {
    border-bottom: 1px solid #ccc; }
  .footer_white .footer-menu__link {
    color: #430098; }
    .footer_white .footer-menu__link::after {
      background: #430098; }
  .footer_white .footer-socials__text {
    color: #430098; }
  .footer_white .footer-socials__item svg path {
    fill: #430098; }
  .footer_white .footer-socials__item::after {
    background: #430098; }
  .footer_white .footer-socials__item:hover svg path {
    fill: #fff; }
  .footer_white .header-logo-image_blue {
    display: block; }
  .footer_white .header-logo-image_white {
    display: none; }
  .footer_white .footer-copyright, .footer_white .footer-developers, .footer_white .footer-developers a {
    color: #430098; }
  .footer_white .footer-user-info__link {
    color: #430098; }
    .footer_white .footer-user-info__link::after {
      background: #430098; }

.frequently-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.frequently-questions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  max-width: 810px; }
  @media only screen and (min-width: 1800px) {
    .frequently-questions__item {
      max-width: 100%; } }

.frequently-questions__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .frequently-questions__item-header:hover .frequently-questions__dots {
    opacity: 1; }
    .frequently-questions__item-header:hover .frequently-questions__dots span {
      -webkit-animation: tslDotsWave 1.3s linear infinite;
              animation: tslDotsWave 1.3s linear infinite; }
      .frequently-questions__item-header:hover .frequently-questions__dots span:nth-child(2) {
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s; }
      .frequently-questions__item-header:hover .frequently-questions__dots span:nth-child(3) {
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s; }
  .frequently-questions__item-header:hover .frequently-questions__question {
    opacity: 1; }

.frequently-questions__question, .frequently-questions__answer {
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 30px;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .frequently-questions__question, .frequently-questions__answer {
      font-size: 16px;
      padding: 13px 25px; } }
  @media only screen and (min-width: 992px) {
    .frequently-questions__question, .frequently-questions__answer {
      font-size: 18px; } }

.frequently-questions__question {
  cursor: pointer;
  -webkit-box-shadow: 2px 3px 3px 0 rgba(67, 0, 152, 0.06);
          box-shadow: 2px 3px 3px 0 rgba(67, 0, 152, 0.06);
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .frequently-questions__question.disabled {
    opacity: .3; }
  @media only screen and (min-width: 1800px) {
    .frequently-questions__question {
      font-size: 24px;
      line-height: 1.67;
      padding: 26px 48px 26px 38px;
      border-radius: 49px; } }

.frequently-questions__dots {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .frequently-questions__dots span {
    background: #430098; }
  .frequently-questions__dots.active {
    opacity: 1; }
  @media only screen and (min-width: 1200px) {
    .frequently-questions__dots {
      margin-left: 20px; } }
  @media only screen and (min-width: 1800px) {
    .frequently-questions__dots {
      margin-left: 30px; } }

.frequently-questions__answer {
  margin-left: 30px;
  margin-top: 9px;
  color: #fff;
  background-color: #430098; }
  @media only screen and (min-width: 768px) {
    .frequently-questions__answer {
      margin-left: 50px; } }
  @media only screen and (min-width: 992px) {
    .frequently-questions__answer {
      margin-left: 0;
      -webkit-transform: translateX(75px);
              transform: translateX(75px); } }
  @media only screen and (min-width: 1200px) {
    .frequently-questions__answer {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
      max-width: 600px;
      margin-left: auto; } }
  @media only screen and (min-width: 1800px) {
    .frequently-questions__answer {
      margin-left: 435px;
      padding: 43px 53px 39px 50px;
      max-width: 985px;
      border-radius: 50px;
      font-size: 25px;
      line-height: 1.6; } }

.frequently-questions-page__section {
  background: #72d0e8;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .frequently-questions-page__section {
      padding-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .frequently-questions-page__section {
      padding-bottom: 100px; } }

.frequently-questions-page-content {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .frequently-questions-page-content {
      margin-top: 50px;
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .frequently-questions-page-content {
      margin-top: 75px;
      margin-bottom: 100px; } }

.sibscribe-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fef152;
  border-radius: 20px;
  padding: 20px 15px; }
  @media only screen and (min-width: 992px) {
    .sibscribe-block {
      padding: 50px;
      border-radius: 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block {
      padding: 88px 100px;
      border-radius: 46px; } }

.sibscribe-block__info {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .sibscribe-block__info {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left; } }
  @media only screen and (min-width: 1200px) {
    .sibscribe-block__info {
      max-width: 455px; } }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block__info {
      max-width: 645px; } }

.sibscribe-block__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #430098;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 0 !important; }
  @media only screen and (min-width: 768px) {
    .sibscribe-block__ttl {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .sibscribe-block__ttl {
      font-size: 22px;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1200px) {
    .sibscribe-block__ttl {
      font-size: 24px; } }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block__ttl {
      font-size: 47px;
      line-height: 1.28;
      margin-bottom: 33px; } }

.sibscribe-block__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #430098;
  margin: 0; }
  @media only screen and (min-width: 1200px) {
    .sibscribe-block__text {
      font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block__text {
      font-size: 22px;
      line-height: 1.59; } }

.mc4wp-form-301 {
  margin-top: 30px;
  width: 100%;
  max-width: 400px; }
  @media only screen and (min-width: 992px) {
    .mc4wp-form-301 {
      margin-top: 0; } }
  @media only screen and (min-width: 1800px) {
    .mc4wp-form-301 {
      width: 738px;
      max-width: 738px; } }

.sibscribe-block__input-wrap {
  width: 100%;
  max-width: 400px;
  padding: 9px;
  background: #fff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block__input-wrap {
      width: 738px;
      max-width: 738px;
      padding: 10px;
      border-radius: 61px; } }

.sibscribe-block__input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #430098;
  padding: 10px; }
  .sibscribe-block__input::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.34); }
  .sibscribe-block__input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.34); }
  .sibscribe-block__input::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.34); }
  .sibscribe-block__input::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.34); }
  @media only screen and (min-width: 530px) {
    .sibscribe-block__input {
      font-size: 14px; }
      .sibscribe-block__input::-webkit-input-placeholder {
        font-size: 14px; }
      .sibscribe-block__input:-ms-input-placeholder {
        font-size: 14px; }
      .sibscribe-block__input::-ms-input-placeholder {
        font-size: 14px; }
      .sibscribe-block__input::placeholder {
        font-size: 14px; } }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block__input {
      padding-left: 40px;
      font-size: 24px;
      line-height: 2.04; }
      .sibscribe-block__input::-webkit-input-placeholder {
        font-size: 24px;
        line-height: 2.04; }
      .sibscribe-block__input:-ms-input-placeholder {
        font-size: 24px;
        line-height: 2.04; }
      .sibscribe-block__input::-ms-input-placeholder {
        font-size: 24px;
        line-height: 2.04; }
      .sibscribe-block__input::placeholder {
        font-size: 24px;
        line-height: 2.04; } }

.sibscribe-block__btn {
  font-size: 12px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 7px 10px; }
  @media only screen and (min-width: 530px) {
    .sibscribe-block__btn {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    .sibscribe-block__btn {
      padding: 10px 15px; } }
  @media only screen and (min-width: 1800px) {
    .sibscribe-block__btn {
      font-size: 24px;
      line-height: 1.79;
      padding: 23px 50px;
      border-radius: 61px; } }

.mc4wp-alert {
  text-align: center; }
  .mc4wp-alert p {
    font-size: 12px; }
  @media only screen and (min-width: 1800px) {
    .mc4wp-alert p {
      font-size: 14px; } }

.section-partners {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #72d0e8; }
  @media only screen and (min-width: 768px) {
    .section-partners {
      padding-top: 75px;
      padding-bottom: 85px; } }
  @media only screen and (min-width: 992px) {
    .section-partners {
      padding-top: 100px;
      padding-bottom: 110px; } }
  @media only screen and (min-width: 1800px) {
    .section-partners {
      padding-top: 132px;
      padding-bottom: 151px; } }

.partners-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 768px) {
    .partners-block {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 992px) {
    .partners-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.partners-block__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 385px; }
  @media only screen and (min-width: 768px) {
    .partners-block__info {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1800px) {
    .partners-block__info {
      max-width: 659px; } }

@media only screen and (min-width: 768px) {
  .partners-block__ttl {
    text-align: left; } }

@media only screen and (min-width: 1800px) {
  .partners-block__ttl {
    font-size: 69px;
    line-height: 1.35; } }

.partners-block__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.56;
  color: #430098;
  text-align: center;
  margin: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .partners-block__text {
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .partners-block__text {
      margin-top: 25px;
      font-size: 14px; } }
  @media only screen and (min-width: 1800px) {
    .partners-block__text {
      font-size: 24px;
      line-height: 1.67;
      margin-top: 57px; } }

.partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .partners-logo {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 992px) {
    .partners-logo {
      margin-top: 0;
      width: 565px; } }
  @media only screen and (min-width: 1200px) {
    .partners-logo {
      width: 745px; } }
  @media only screen and (min-width: 1800px) {
    .partners-logo {
      width: 1111px;
      margin-top: -22px; } }

.partner-logo {
  margin: 5px;
  width: 175px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .partner-logo img {
    max-width: 100%;
    max-height: 100%; }
  @media only screen and (min-width: 1800px) {
    .partner-logo {
      width: 25%;
      height: 136px;
      margin: 5px 0px; }
      .partner-logo:nth-child(1) img {
        margin-top: 0px;
        margin-left: 0px;
        width: 117px;
        height: 45px; }
      .partner-logo:nth-child(2) img {
        margin-top: 0px;
        margin-left: 29px;
        width: 280px;
        height: 89px; }
      .partner-logo:nth-child(3) img {
        margin-top: 0px;
        margin-left: 100px;
        width: 163px;
        height: 38px; }
      .partner-logo:nth-child(4) img {
        margin-top: 4px;
        margin-left: -7px;
        width: 88px;
        height: 50px; }
      .partner-logo:nth-child(5) img {
        margin-top: -11px;
        margin-left: 2px;
        width: 134px;
        height: 88px; }
      .partner-logo:nth-child(6) img {
        margin-top: -9px;
        margin-left: 50px;
        width: 250px;
        height: 49px; }
      .partner-logo:nth-child(7) img {
        margin-top: -14px;
        margin-left: 100px;
        width: 172.5px;
        height: 41.6px; }
      .partner-logo:nth-child(8) img {
        margin-top: -15px;
        margin-left: -1px;
        width: 102px;
        height: 93px; }
      .partner-logo:nth-child(9) img {
        margin-top: -34px;
        margin-left: 0px;
        width: 83.4px;
        height: 56.9px; }
      .partner-logo:nth-child(10) img {
        margin-top: -40px;
        margin-left: 4px;
        width: 196.8px;
        height: 41.3px; }
      .partner-logo:nth-child(11) img {
        margin-top: -40px;
        margin-left: 62px;
        width: 131.5px;
        height: 44.4px; } }

.section-posts {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-posts {
      padding-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .section-posts {
      padding-top: 75px; } }

@media only screen and (min-width: 768px) {
  .section-posts__archive {
    padding-bottom: 50px; } }

@media only screen and (min-width: 992px) {
  .section-posts__archive {
    padding-bottom: 75px; } }

.block-posts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .block-posts {
      margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .block-posts {
      margin-top: 60px; } }

.post-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
  border-radius: 15px;
  -webkit-transition: all, .5s;
  transition: all, .5s;
  outline: none;
  margin-bottom: 20px; }
  .post-item:hover .post-item__image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .post-item:hover .post-item__dots span {
    -webkit-animation: tslDotsWave 1.3s linear infinite;
            animation: tslDotsWave 1.3s linear infinite; }
    .post-item:hover .post-item__dots span:nth-child(2) {
      -webkit-animation-delay: -1.1s;
              animation-delay: -1.1s; }
    .post-item:hover .post-item__dots span:nth-child(3) {
      -webkit-animation-delay: -0.9s;
              animation-delay: -0.9s; }
  @media only screen and (min-width: 768px) {
    .post-item {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 1200px) {
    .post-item {
      width: calc(33.3% - 20px); } }
  @media only screen and (min-width: 1800px) {
    .post-item {
      width: calc(33.3% - 30px);
      margin-bottom: 40px;
      margin-left: 15px;
      margin-right: 15px; } }

.post-item__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 15px;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }
  .post-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all, .75s;
    transition: all, .75s; }
  @media only screen and (min-width: 530px) {
    .post-item__image {
      height: 200px; } }
  @media only screen and (min-width: 992px) {
    .post-item__image {
      height: 250px; } }
  @media only screen and (min-width: 1200px) {
    .post-item__image {
      height: 200px; } }
  @media only screen and (min-width: 1800px) {
    .post-item__image {
      height: 400px;
      border-radius: 36px; } }

.post-item__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.post-item__category-date {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .post-item__category-date {
      margin-top: 20px; } }
  @media only screen and (min-width: 1800px) {
    .post-item__category-date {
      margin-top: 70px; } }

.post-item__category, .post-item__date {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 30px; }
  @media only screen and (min-width: 1800px) {
    .post-item__category, .post-item__date {
      font-size: 18px;
      line-height: 1.83;
      padding: 15px 22px;
      border-radius: 189px; } }

.post-item__category {
  border: 2px solid #430098;
  background: #430098;
  color: #fff; }

.post-item__date {
  border: 2px solid #430098;
  color: #430098;
  margin-left: 10px; }
  @media only screen and (min-width: 1800px) {
    .post-item__date {
      margin-left: 15px; } }

.post-item__ttl {
  margin-top: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #430098;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 60px; }
  @media only screen and (min-width: 768px) {
    .post-item__ttl {
      max-height: 70px;
      font-size: 18px; } }
  @media only screen and (min-width: 1800px) {
    .post-item__ttl {
      font-size: 34px;
      line-height: 1.44;
      margin-top: 32px;
      margin-bottom: 40px;
      max-height: 147px; } }

.post-item__description {
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  margin: 0;
  margin-bottom: 15px;
  max-height: 87px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .post-item__description {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    .post-item__description {
      font-size: 24px;
      line-height: 1.67;
      max-height: 160px;
      margin-bottom: 50px; } }

.post-item__dots span {
  background: #430098; }

@media only screen and (min-width: 992px) {
  .post-item__dots {
    font-size: 18px; } }

.post-item__type-image {
  width: 100%;
  height: 220px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-bottom: 15px;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .post-item__type-image {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .post-item__type-image {
      height: 275px; } }
  @media only screen and (min-width: 1200px) {
    .post-item__type-image {
      height: 250px;
      width: calc(33.3% - 20px); } }
  @media only screen and (min-width: 1800px) {
    .post-item__type-image {
      border-radius: 36px;
      width: 550px;
      height: 401px; } }
  .post-item__type-image .post-item__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .post-item__type-image .post-item__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .post-item__type-image .post-item__info {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 992px) {
      .post-item__type-image .post-item__info {
        padding: 20px; } }
    @media only screen and (min-width: 1800px) {
      .post-item__type-image .post-item__info {
        padding: 40px; } }
  .post-item__type-image .post-item__category-date {
    margin-top: 0; }
  .post-item__type-image .post-item__date, .post-item__type-image .post-item__description {
    display: none; }
  .post-item__type-image .post-item__category {
    background: #fff;
    border: 2px solid #fff;
    color: #430098; }
  .post-item__type-image .post-item__ttl {
    color: #fff;
    margin-top: auto; }
  .post-item__type-image .post-item__dots span {
    background: #fff; }

.section-banner {
  background: #430098;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-banner {
      padding-bottom: 75px; } }

.banner-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.banner-small-text {
  width: 100%; }
  .banner-small-text p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .banner-small-text p {
        font-size: 14px; } }
    @media only screen and (min-width: 992px) {
      .banner-small-text p {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 1200px) {
      .banner-small-text p {
        font-size: 16px; } }
    @media only screen and (min-width: 1800px) {
      .banner-small-text p {
        font-size: 20px;
        line-height: 1.65;
        margin-bottom: 35px; } }
  @media only screen and (min-width: 992px) {
    .banner-small-text {
      width: 35%; } }
  @media only screen and (min-width: 1800px) {
    .banner-small-text {
      width: 480px; } }

.banner-block-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .banner-block-info {
      width: 60%; } }

.banner-block-image-wrapper {
  display: none; }
  @media only screen and (min-width: 992px) {
    .banner-block-image-wrapper {
      display: block;
      width: 40%; } }

.banner-block-image {
  max-width: 300px;
  display: block;
  margin: auto; }

.banner-main-text {
  width: 100%; }
  .banner-main-text p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .banner-main-text p {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) {
      .banner-main-text p {
        font-size: 18px;
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) {
      .banner-main-text p {
        font-size: 20px; } }
  .banner-main-text a {
    color: #fff;
    position: relative; }
    .banner-main-text a:after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      right: 0;
      border-bottom: 2px dashed #fff; }

.banner-hidden-text {
  height: 0;
  overflow-y: hidden;
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .banner-hidden-text {
      margin-top: 30px; } }
  @media only screen and (min-width: 1800px) {
    .banner-hidden-text {
      margin-top: 46px; } }
  .banner-hidden-text p, .banner-hidden-text ul {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .banner-hidden-text p, .banner-hidden-text ul {
        font-size: 14px; } }
    @media only screen and (min-width: 992px) {
      .banner-hidden-text p, .banner-hidden-text ul {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 1800px) {
      .banner-hidden-text p, .banner-hidden-text ul {
        font-size: 24px;
        line-height: 1.67;
        margin-bottom: 45px; } }
  .banner-hidden-text ul {
    padding: 0;
    list-style: none; }
    .banner-hidden-text ul li {
      padding-left: 20px;
      margin-bottom: 5px;
      line-height: 1.5;
      position: relative; }
      .banner-hidden-text ul li::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5f5f5;
        position: absolute;
        left: 5px;
        top: 5px; }
      @media only screen and (min-width: 768px) {
        .banner-hidden-text ul li {
          padding-left: 30px; }
          .banner-hidden-text ul li::before {
            left: 10px;
            top: 8px; } }
      @media only screen and (min-width: 992px) {
        .banner-hidden-text ul li {
          margin-bottom: 10px;
          padding-left: 50px; }
          .banner-hidden-text ul li::before {
            left: 20px;
            top: 9px; } }
      @media only screen and (min-width: 1800px) {
        .banner-hidden-text ul li {
          font-size: 20px;
          margin-bottom: 35px;
          padding-left: 110px;
          line-height: 1.65; }
          .banner-hidden-text ul li::before {
            left: 58px;
            top: 14px; } }
  .banner-hidden-text.open {
    height: auto; }

.banner-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }
  @media only screen and (min-width: 1800px) {
    .banner-info__buttons {
      margin-top: 30px; } }
  .banner-info__buttons .buttons-separator {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0 5px;
    display: none; }
    .banner-info__buttons .buttons-separator.hide {
      display: none; }
    @media only screen and (min-width: 768px) {
      .banner-info__buttons .buttons-separator {
        font-size: 14px;
        margin: 0 10px; } }
    @media only screen and (min-width: 1800px) {
      .banner-info__buttons .buttons-separator {
        font-size: 24px;
        margin: 0 30px; } }

.banner-btn {
  min-width: 120px; }
  @media only screen and (min-width: 768px) {
    .banner-btn {
      min-width: 150px; } }
  @media only screen and (min-width: 1800px) {
    .banner-btn {
      padding: 32px 100px; } }

.banner-btn__hidden-text {
  border: 2px solid #fff; }
  .banner-btn__hidden-text:hover {
    background: #430098;
    color: #fff; }
  .banner-btn__hidden-text .span-open {
    display: none; }
  .banner-btn__hidden-text.open .span-close {
    display: none; }
  .banner-btn__hidden-text.open .span-open {
    display: block; }

.banner-btn__hidden-search {
  border: 2px solid #fff;
  display: none; }
  .banner-btn__hidden-search:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #430098; }
  .banner-btn__hidden-search.hide {
    display: none; }

.banner-info__questions {
  margin-top: 20px;
  height: 0;
  overflow-y: hidden;
  position: relative; }
  .banner-info__questions.open {
    height: auto;
    overflow-y: visible; }
  @media only screen and (min-width: 1200px) {
    .banner-info__questions {
      margin-top: 40px; } }
  @media only screen and (min-width: 1800px) {
    .banner-info__questions {
      margin-top: 82px; } }

.banner-info__questions-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .banner-info__questions-ttl {
      font-size: 18px; } }
  @media only screen and (min-width: 1200px) {
    .banner-info__questions-ttl {
      font-size: 20px; } }
  @media only screen and (min-width: 1800px) {
    .banner-info__questions-ttl {
      font-size: 65px;
      line-height: 1.17;
      margin-bottom: 44px; } }

.banner-info__questions-form {
  width: 100%;
  position: relative;
  max-width: 500px; }
  @media only screen and (min-width: 1200px) {
    .banner-info__questions-form {
      max-width: 675px; } }
  @media only screen and (min-width: 1800px) {
    .banner-info__questions-form {
      max-width: 985px; } }

.banner-info__questions-input {
  position: relative;
  border: none;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  padding: 10px 15px;
  -webkit-appearance: none;
  padding-right: 30px;
  border-radius: 30px;
  width: 100%;
  z-index: 1; }
  .banner-info__questions-input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.2); }
  .banner-info__questions-input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.2); }
  .banner-info__questions-input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.2); }
  .banner-info__questions-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(67, 0, 152, 0.2); }
  @media only screen and (min-width: 768px) {
    .banner-info__questions-input {
      font-size: 16px; }
      .banner-info__questions-input::-webkit-input-placeholder {
        font-size: 16px; }
      .banner-info__questions-input:-ms-input-placeholder {
        font-size: 16px; }
      .banner-info__questions-input::-ms-input-placeholder {
        font-size: 16px; }
      .banner-info__questions-input::placeholder {
        font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .banner-info__questions-input {
      padding: 20px 25px; } }
  @media only screen and (min-width: 1800px) {
    .banner-info__questions-input {
      font-size: 34px;
      line-height: 1.44;
      padding: 34px 50px;
      border-radius: 62px;
      padding-right: 100px; }
      .banner-info__questions-input::-webkit-input-placeholder {
        font-size: 34px;
        line-height: 1.44; }
      .banner-info__questions-input:-ms-input-placeholder {
        font-size: 34px;
        line-height: 1.44; }
      .banner-info__questions-input::-ms-input-placeholder {
        font-size: 34px;
        line-height: 1.44; }
      .banner-info__questions-input::placeholder {
        font-size: 34px;
        line-height: 1.44; } }

.banner-info__questions-btn {
  width: 20px;
  height: 20px;
  background: url(../images/icons/ic-search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 2; }
  @media only screen and (min-width: 1800px) {
    .banner-info__questions-btn {
      width: 30px;
      height: 30px;
      right: 48px; } }

.banner-popular-questions {
  width: 100%;
  max-width: 500px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.1; }
  .banner-popular-questions a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.52);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.52); }
  @media only screen and (min-width: 1200px) {
    .banner-popular-questions {
      margin-top: 15px; } }
  @media only screen and (min-width: 1800px) {
    .banner-popular-questions {
      margin-top: 32px;
      font-size: 20px;
      line-height: 1.2;
      max-width: 985px; } }

.banner-info__autocomplit {
  margin-top: -5px;
  -webkit-box-shadow: 2px 3px 45px 0 rgba(67, 0, 152, 0.24);
          box-shadow: 2px 3px 45px 0 rgba(67, 0, 152, 0.24); }
  @media only screen and (min-width: 1200px) {
    .banner-info__autocomplit {
      width: 675px;
      margin-top: -20px; } }
  @media only screen and (min-width: 1800px) {
    .banner-info__autocomplit {
      width: 985px;
      margin-top: -36px; } }

.section-frequently-questions {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #72d0e8; }
  @media only screen and (min-width: 768px) {
    .section-frequently-questions {
      padding-top: 75px;
      padding-bottom: 85px; } }
  @media only screen and (min-width: 992px) {
    .section-frequently-questions {
      padding-top: 100px;
      padding-bottom: 110px; } }
  @media only screen and (min-width: 1800px) {
    .section-frequently-questions {
      padding-top: 129px;
      padding-bottom: 150px; } }

.frequently-questions__home {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .frequently-questions__home {
      margin-top: 35px; } }
  @media only screen and (min-width: 992px) {
    .frequently-questions__home {
      margin-top: 50px; } }
  @media only screen and (min-width: 1800px) {
    .frequently-questions__home {
      margin-top: 59px; } }

.more-questions-link {
  display: inline-block;
  min-width: 175px;
  margin-top: 25px; }
  @media only screen and (min-width: 992px) {
    .more-questions-link {
      min-width: 225px;
      margin-top: 40px;
      padding: 15px 25px; } }
  @media only screen and (min-width: 1800px) {
    .more-questions-link {
      padding: 32px 50px; } }

.section-family-doctor {
  padding-top: 30px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .section-family-doctor {
      padding-top: 60px;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 992px) {
    .section-family-doctor {
      padding-top: 100px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1800px) {
    .section-family-doctor {
      padding-top: 130px;
      padding-bottom: 150px; } }

.family-doctor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 1800px) {
    .family-doctor__block {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.family-doctor__image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .family-doctor__image {
      display: block;
      width: 45%;
      max-width: 350px; } }
  @media only screen and (min-width: 1800px) {
    .family-doctor__image {
      width: 670px;
      max-width: 670px; } }

.family-doctor__info {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .family-doctor__info {
      width: 50%; }
      .family-doctor__info .section-ttl {
        text-align: left; } }
  @media only screen and (min-width: 992px) {
    .family-doctor__info {
      width: 53%; } }
  @media only screen and (min-width: 1200px) {
    .family-doctor__info {
      width: 55%; } }
  @media only screen and (min-width: 1800px) {
    .family-doctor__info {
      width: 837px; } }

.family-doctor__info-txt {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px; }
  .family-doctor__info-txt p, .family-doctor__info-txt ul {
    font-size: 14px;
    font-weight: 500;
    color: #430098;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .family-doctor__info-txt p, .family-doctor__info-txt ul {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) {
      .family-doctor__info-txt p, .family-doctor__info-txt ul {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 1800px) {
      .family-doctor__info-txt p, .family-doctor__info-txt ul {
        font-size: 24px;
        line-height: 1.67;
        margin-bottom: 35px; } }
  .family-doctor__info-txt ul {
    padding: 0;
    list-style: none; }
    .family-doctor__info-txt ul li {
      margin-bottom: 10px;
      padding-left: 20px;
      line-height: 1.5;
      position: relative; }
      .family-doctor__info-txt ul li::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #430098;
        position: absolute;
        left: 5px;
        top: 8px; }
      @media only screen and (min-width: 768px) {
        .family-doctor__info-txt ul li {
          padding-left: 30px; }
          .family-doctor__info-txt ul li::before {
            left: 10px;
            top: 9px; } }
      @media only screen and (min-width: 992px) {
        .family-doctor__info-txt ul li {
          margin-bottom: 10px;
          padding-left: 40px; }
          .family-doctor__info-txt ul li::before {
            left: 20px;
            top: 9px; } }
      @media only screen and (min-width: 1800px) {
        .family-doctor__info-txt ul li {
          font-size: 24px;
          margin-bottom: 35px;
          padding-left: 87px;
          line-height: 1.67; }
          .family-doctor__info-txt ul li::before {
            left: 30px;
            top: 17.5px; } }
  @media only screen and (min-width: 1800px) {
    .family-doctor__info-txt {
      margin-top: 57px; } }

.more-about-campaign {
  display: inline-block; }
  @media only screen and (min-width: 1800px) {
    .more-about-campaign {
      margin-top: 25px; } }

.section-choice-family-doctor {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #ffaebb; }
  @media only screen and (min-width: 768px) {
    .section-choice-family-doctor {
      padding-top: 75px;
      padding-bottom: 85px; } }
  @media only screen and (min-width: 992px) {
    .section-choice-family-doctor {
      padding-top: 100px;
      padding-bottom: 110px; } }
  @media only screen and (min-width: 1800px) {
    .section-choice-family-doctor {
      padding-top: 130px;
      padding-bottom: 143px; } }

.choice-family-doctor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__block {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.choice-family-doctor__info {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor__info {
      width: 55%; }
      .choice-family-doctor__info .section-ttl {
        text-align: left; } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__info {
      width: 920px; } }

.choice-family-doctor__image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor__image {
      display: block;
      width: 30%; } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__image {
      margin-right: 20px;
      margin-top: 126px;
      width: 672px; } }

.choice-family-doctor {
  width: 100%;
  margin: 0;
  margin-top: 25px;
  padding: 0;
  padding-left: 20px; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor {
      margin-top: 35px; } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor {
      margin-top: 65px; } }

.choice-family-doctor__item {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #430098; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor__item {
      font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__item {
      font-size: 24px;
      line-height: 1.65;
      margin-bottom: 46px;
      padding-left: 64px; } }

.choice-family-doctor__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .choice-family-doctor__item-header:hover .choice-family-doctor__item-dots {
    opacity: 1; }
    .choice-family-doctor__item-header:hover .choice-family-doctor__item-dots span {
      -webkit-animation: tslDotsWave 1.3s linear infinite;
              animation: tslDotsWave 1.3s linear infinite; }
      .choice-family-doctor__item-header:hover .choice-family-doctor__item-dots span:nth-child(2) {
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s; }
      .choice-family-doctor__item-header:hover .choice-family-doctor__item-dots span:nth-child(3) {
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s; }
  .choice-family-doctor__item-header:hover .choice-family-doctor__item-ttl {
    opacity: 1; }

.choice-family-doctor__item-ttl {
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .choice-family-doctor__item-ttl.disabled {
    opacity: .3; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor__item-ttl {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    .choice-family-doctor__item-ttl {
      max-width: 420px; } }
  @media only screen and (min-width: 1200px) {
    .choice-family-doctor__item-ttl {
      max-width: 450px; } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__item-ttl {
      font-size: 24px;
      max-width: 524px;
      line-height: 1.67; } }

.choice-family-doctor__item-dots {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 5px;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .choice-family-doctor__item-dots span {
    background: #430098; }
  .choice-family-doctor__item-dots.active {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor__item-dots {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); } }
  @media only screen and (min-width: 992px) {
    .choice-family-doctor__item-dots {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__item-dots {
      -webkit-transform: translateY(13px);
              transform: translateY(13px);
      margin-left: 125px; } }

.choice-family-doctor__item-info {
  font-size: 12px;
  font-weight: 500;
  color: #430098;
  line-height: 1.5;
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .choice-family-doctor__item-info {
      font-size: 14px;
      margin-top: 20px; } }
  @media only screen and (min-width: 992px) {
    .choice-family-doctor__item-info {
      max-width: 420px;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      margin-top: 25px; } }
  @media only screen and (min-width: 1200px) {
    .choice-family-doctor__item-info {
      max-width: 450px;
      -webkit-transform: translateX(50px);
              transform: translateX(50px); } }
  @media only screen and (min-width: 1800px) {
    .choice-family-doctor__item-info {
      font-size: 20px;
      line-height: 1.65;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      margin-top: 30px;
      max-width: 730px; } }

.section-last-news {
  padding-top: 40px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-last-news {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-last-news {
      padding-top: 100px; } }
  @media only screen and (min-width: 1800px) {
    .section-last-news {
      padding-top: 120px;
      padding-bottom: 60px; } }

.block-posts__home-page {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .block-posts__home-page {
      margin-top: 35px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .block-posts__home-page .post-item {
        margin-left: 0;
        margin-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .block-posts__home-page .post-item {
      width: calc(50% - 20px); }
    .block-posts__home-page .post-item__image {
      height: 275px; } }
  @media only screen and (min-width: 1800px) {
    .block-posts__home-page {
      margin-top: 75px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .block-posts__home-page .post-item {
        width: 695px; }
        .block-posts__home-page .post-item:first-child {
          margin-right: 175px; }
      .block-posts__home-page .post-item__image {
        height: 401px; } }

.section-sibscribe_home {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-sibscribe_home {
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-sibscribe_home {
      margin-bottom: 110px; } }

.section-home-links {
  padding: 10px 0; }
  @media only screen and (min-width: 992px) {
    .section-home-links {
      padding: 25px 0; } }

.section-home-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0; }
  @media only screen and (min-width: 992px) {
    .section-home-links-item {
      margin: 50px 0; } }

.home-slider-slide {
  padding: 10px;
  max-height: 60vh;
  margin: auto; }
  .home-slider-slide:focus {
    outline: 0; }

.home-slider-image {
  max-height: 60vh;
  padding-bottom: 56%;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 500px) {
    .home-slider-image {
      display: block; } }

.home-slider-image-mobile {
  max-height: 70vh;
  padding-bottom: 178%;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: block; }
  @media only screen and (min-width: 500px) {
    .home-slider-image-mobile {
      display: none; } }

.slick-dots {
  bottom: 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
    .slick-dots li button:before {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      border: 1px solid #430098;
      -webkit-transition: .2s;
      transition: .2s; }
  .slick-dots li.slick-active button:before {
    background-color: #430098; }

.section-about {
  background: #72d0e8;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-about {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 992px) {
    .section-about {
      padding-bottom: 4px; } }

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.about-block-item {
  margin-bottom: 50px; }
  .about-block-item .about-block-text {
    font-size: 14px;
    font-weight: 500;
    color: #430098;
    line-height: 1.56; }
    @media only screen and (min-width: 992px) {
      .about-block-item .about-block-text {
        font-size: 16px; } }
    @media only screen and (min-width: 1800px) {
      .about-block-item .about-block-text {
        font-size: 24px;
        line-height: 1.67; } }

.about-image {
  max-width: 100%; }

.section-partners__page-about .partners-block__btn {
  display: none; }

.section-partners__page-about .partners-logo {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .section-partners__page-about .partners-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-partners__page-about .partners-block__info {
    width: 70%;
    max-width: 70%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-partners__page-about .section-ttl, .section-partners__page-about .partners-block__text {
    text-align: left; }
  .section-partners__page-about .partners-logo {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -25px;
    margin-top: 35px; }
  .section-partners__page-about .partner-logo {
    margin: 5px 15px; } }

@media only screen and (min-width: 992px) {
  .section-partners__page-about .partners-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-partners__page-about .partners-block__info {
    width: 80%;
    max-width: 80%; }
  .section-partners__page-about .partners-logo {
    margin-left: -35px;
    max-width: 900px;
    margin-top: 50px; }
  .section-partners__page-about .partner-logo {
    width: 275px;
    margin: 5px 35px; } }

@media only screen and (min-width: 1200px) {
  .section-partners__page-about .partners-block__info {
    width: 75%;
    max-width: 75%; }
  .section-partners__page-about .partners-logo {
    margin-left: -45px;
    max-width: 1200px;
    margin-top: 50px; }
  .section-partners__page-about .partner-logo {
    width: 217px;
    height: 80px;
    margin: 5px 15px; } }

@media only screen and (min-width: 1800px) {
  .section-partners__page-about {
    padding-bottom: 195px; }
    .section-partners__page-about .partners-block__text {
      margin-bottom: 40px; }
    .section-partners__page-about .partners-logo {
      max-width: 1460px;
      margin-left: -105px; }
    .section-partners__page-about .partner-logo {
      width: 25%;
      height: 136px;
      margin: 15px 0px; }
      .section-partners__page-about .partner-logo:nth-child(1) img {
        margin-top: 0px;
        margin-left: 0px;
        width: 143px;
        height: 54px; }
      .section-partners__page-about .partner-logo:nth-child(2) img {
        margin-top: 0px;
        margin-left: -21px;
        width: 340px;
        height: 108px; }
      .section-partners__page-about .partner-logo:nth-child(3) img {
        margin-top: 0px;
        margin-left: 9px;
        width: 198px;
        height: 46px; }
      .section-partners__page-about .partner-logo:nth-child(4) img {
        margin-top: 0px;
        margin-left: -177px;
        width: 106px;
        height: 61px; }
      .section-partners__page-about .partner-logo:nth-child(5) img {
        margin-top: 3px;
        margin-left: 2px;
        width: 163px;
        height: 107px; }
      .section-partners__page-about .partner-logo:nth-child(6) img {
        margin-top: 8px;
        margin-left: 2px;
        width: 303px;
        height: 60px; }
      .section-partners__page-about .partner-logo:nth-child(7) img {
        margin-top: 6px;
        margin-left: 8px;
        width: 210px;
        height: 51px; }
      .section-partners__page-about .partner-logo:nth-child(8) img {
        margin-top: 4px;
        margin-left: -173px;
        width: 124px;
        height: 114px; }
      .section-partners__page-about .partner-logo:nth-child(9) img {
        margin-top: 0px;
        margin-left: 0px;
        width: 101px;
        height: 69px; }
      .section-partners__page-about .partner-logo:nth-child(10) img {
        margin-top: -4px;
        margin-left: -52px;
        width: 240px;
        height: 50px; }
      .section-partners__page-about .partner-logo:nth-child(11) img {
        margin-top: -5px;
        margin-left: -37px;
        width: 160px;
        height: 54px; } }

.section-contacts {
  background: #ffaebb;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-contacts {
      padding-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-contacts {
      padding-bottom: 100px; } }
  .section-contacts .tsl-breadcrumb {
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .section-contacts .tsl-breadcrumb {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1800px) {
      .section-contacts .tsl-breadcrumb {
        margin-bottom: 100px; } }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contacts-content {
  color: #430098;
  margin-bottom: 50px; }
  .contacts-content p {
    font-size: 16px;
    font-weight: 500; }

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contacts-form .question-textarea, .contacts-form .your-name, .contacts-form .your-email, .contacts-form .sibscribe-news {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .contacts-form .your-name, .contacts-form .your-email {
      width: 47%; } }
  @media only screen and (min-width: 992px) {
    .contacts-form {
      width: 70%; } }
  @media only screen and (min-width: 1200px) {
    .contacts-form {
      width: 60%; } }
  @media only screen and (min-width: 1800px) {
    .contacts-form {
      margin: 50px 0;
      width: 1130px; } }

.section-contacts .contacts-form__ttl {
  display: none; }

.contacts-form__ttl {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #430098;
  margin: 0;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .contacts-form__ttl {
      font-size: 20px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .contacts-form__ttl {
      font-size: 22px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1800px) {
    .contacts-form__ttl {
      font-size: 47px;
      line-height: 1.28; } }

.contacts-form__input, .contacts-form__textarea {
  width: 100%;
  height: 38px;
  min-height: 38px;
  padding: 10px;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  margin-bottom: 10px;
  outline: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(67, 0, 152, 0.5); }
  .contacts-form__input::-webkit-input-placeholder, .contacts-form__textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #430098; }
  .contacts-form__input:-ms-input-placeholder, .contacts-form__textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #430098; }
  .contacts-form__input::-ms-input-placeholder, .contacts-form__textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #430098; }
  .contacts-form__input::placeholder, .contacts-form__textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #430098; }
  @media only screen and (min-width: 768px) {
    .contacts-form__input, .contacts-form__textarea {
      font-size: 16px;
      margin-bottom: 15px;
      height: 41px;
      min-height: 41px; }
      .contacts-form__input::-webkit-input-placeholder, .contacts-form__textarea::-webkit-input-placeholder {
        font-size: 16px; }
      .contacts-form__input:-ms-input-placeholder, .contacts-form__textarea:-ms-input-placeholder {
        font-size: 16px; }
      .contacts-form__input::-ms-input-placeholder, .contacts-form__textarea::-ms-input-placeholder {
        font-size: 16px; }
      .contacts-form__input::placeholder, .contacts-form__textarea::placeholder {
        font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    .contacts-form__input, .contacts-form__textarea {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    .contacts-form__input, .contacts-form__textarea {
      font-size: 24px;
      line-height: 1.67;
      padding: 20px;
      padding-left: 2px;
      height: 70px;
      min-height: 70px;
      margin-bottom: 34px; }
      .contacts-form__input::-webkit-input-placeholder, .contacts-form__textarea::-webkit-input-placeholder {
        font-size: 24px;
        line-height: 1.67; }
      .contacts-form__input:-ms-input-placeholder, .contacts-form__textarea:-ms-input-placeholder {
        font-size: 24px;
        line-height: 1.67; }
      .contacts-form__input::-ms-input-placeholder, .contacts-form__textarea::-ms-input-placeholder {
        font-size: 24px;
        line-height: 1.67; }
      .contacts-form__input::placeholder, .contacts-form__textarea::placeholder {
        font-size: 24px;
        line-height: 1.67; } }

.contacts-form__textarea {
  resize: none;
  overflow: hidden;
  height: 50px; }
  .contacts-form__textarea::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 768px) {
    .contacts-form__textarea {
      height: 55px; } }
  @media only screen and (min-width: 1800px) {
    .contacts-form__textarea {
      margin-bottom: 48px;
      height: 100px; } }

.wpcf7-checkbox {
  display: inline;
  margin: 10px 0 0; }
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-left: 0; }
    .wpcf7-checkbox .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio] {
      width: 300px;
      height: 35px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1;
      opacity: 0;
      cursor: pointer; }
      .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
        opacity: 1; }
  .wpcf7-checkbox .wpcf7-list-item-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #430098;
    line-height: 35px;
    margin-left: 30px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 16px;
        margin-left: 35px; } }
    @media only screen and (min-width: 1800px) {
      .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 22px;
        line-height: 1.82;
        margin-left: 55px; } }
    .wpcf7-checkbox .wpcf7-list-item-label::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: rgba(67, 0, 152, 0.09);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -32px; }
      @media only screen and (min-width: 768px) {
        .wpcf7-checkbox .wpcf7-list-item-label::before {
          width: 30px;
          height: 30px;
          left: -36px; } }
      @media only screen and (min-width: 1800px) {
        .wpcf7-checkbox .wpcf7-list-item-label::before {
          width: 34px;
          height: 34px;
          left: -56px; } }
    .wpcf7-checkbox .wpcf7-list-item-label::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #430098;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -27px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .wpcf7-checkbox .wpcf7-list-item-label::after {
          left: -26px; } }
      @media only screen and (min-width: 1800px) {
        .wpcf7-checkbox .wpcf7-list-item-label::after {
          left: -44px; } }

.contacts-form__btn {
  margin-top: 15px;
  padding: 7px 12px; }
  @media only screen and (min-width: 768px) {
    .contacts-form__btn {
      font-size: 16px;
      margin-top: 25px;
      padding: 10px 15px; } }
  @media only screen and (min-width: 1800px) {
    .contacts-form__btn {
      margin-top: 53px;
      font-size: 24px;
      line-height: 1.79;
      padding: 23px 44px;
      border-radius: 61px; } }

.wpcf7-form div.wpcf7-response-output {
  border: 0;
  margin: 0;
  margin-top: 10px;
  margin-left: -10px;
  width: 100%;
  color: #430098; }

.section-konstructor {
  background: #ffaebb;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-konstructor {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .section-konstructor {
      padding-bottom: 75px; } }
  @media only screen and (min-width: 1200px) {
    .section-konstructor {
      padding-bottom: 100px; } }

.konstructor-content {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .konstructor-content {
      margin-top: 50px;
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .konstructor-content {
      margin-top: 75px;
      margin-bottom: 200px; } }

.post-section {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .post-section {
      margin-bottom: 30px; } }

.post-section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .post-section-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.post-first-section-block {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media only screen and (min-width: 992px) {
    .post-first-section-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.post-section__image-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 992px) {
    .post-section__image-block {
      width: 35%;
      position: -webkit-sticky;
      position: sticky;
      top: 25vh; } }

.post-first-section__image-block {
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .post-first-section__image-block {
      margin-top: 0; } }

.post-section__image {
  width: 100%;
  height: auto;
  border-radius: 20px; }
  @media only screen and (min-width: 992px) {
    .post-section__image {
      border-radius: 30px; } }

.post-section__image-author {
  font-size: 12px;
  font-weight: 500;
  color: #430098;
  opacity: .45;
  margin-top: 5px; }

.post-section__info-block {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .post-section__info-block {
      margin-top: 30px; } }
  @media only screen and (min-width: 992px) {
    .post-section__info-block {
      width: 60%;
      margin-top: 0; } }

.post-ttl {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .post-ttl {
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .post-ttl {
      margin-top: 15px; } }
  @media only screen and (min-width: 1800px) {
    .post-ttl {
      margin-top: 40px;
      font-size: 69px;
      line-height: 1.35; } }

.post-head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 768px) {
    .post-head-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .post-head-info {
      margin-bottom: 35px; } }
  @media only screen and (min-width: 1800px) {
    .post-head-info {
      margin-top: 32px;
      margin-bottom: 84px; } }

.post-head-info__label-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.post-head-info__label, .post-head-info__date {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 30px; }
  @media only screen and (min-width: 1800px) {
    .post-head-info__label, .post-head-info__date {
      font-size: 18px;
      line-height: 1.83;
      padding: 8px 22px;
      border-radius: 189px; } }

.post-head-info__label {
  border: 2px solid #430098;
  background: #430098;
  color: #fff; }

.post-head-info__date {
  border: 2px solid #430098;
  color: #430098;
  margin-left: 10px; }

.post-head-info__share-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .post-head-info__share-socials {
      margin: 0; } }

.post-head-info__share-link {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .post-head-info__share-link:last-child {
    margin-right: 0; }
  .post-head-info__share-link svg {
    max-width: 20px;
    max-height: 20px; }
    .post-head-info__share-link svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .post-head-info__share-link_fb {
    background: #4c68b3;
    border: 2px solid #4c68b3; }
    .post-head-info__share-link_fb:hover {
      background: #fff; }
      .post-head-info__share-link_fb:hover svg path {
        fill: #4c68b3; }
  .post-head-info__share-link_twitter {
    background: #00abed;
    border: 2px solid #00abed; }
    .post-head-info__share-link_twitter:hover {
      background: #fff; }
      .post-head-info__share-link_twitter:hover svg path {
        fill: #00abed; }
  @media only screen and (min-width: 1800px) {
    .post-head-info__share-link {
      width: 52px;
      height: 52px; }
      .post-head-info__share-link svg {
        max-width: 21px;
        max-height: 21px; } }

.post-text p {
  margin: 0;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .post-text p {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    .post-text p {
      margin-bottom: 30px; } }

.post-text a {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 4px; }

.post-section__info-block h2, .post-section__info-block h3, .post-section__info-block h4, .post-section__info-block h5 {
  margin-top: 0;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .post-section__info-block h2, .post-section__info-block h3, .post-section__info-block h4, .post-section__info-block h5 {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1800px) {
    .post-section__info-block h2, .post-section__info-block h3, .post-section__info-block h4, .post-section__info-block h5 {
      margin-bottom: 45px;
      margin-top: 57px; } }

.post-section__info-block p {
  margin: 0;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .post-section__info-block p {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    .post-section__info-block p {
      margin-bottom: 30px; } }

.post-section__info-block ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 10px; }
  .post-section__info-block ul li {
    font-size: 14px;
    font-weight: 500;
    color: #430098;
    line-height: 1.56;
    margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .post-section__info-block ul {
      padding-left: 35px;
      margin-bottom: 20px; }
      .post-section__info-block ul li {
        font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    .post-section__info-block ul {
      list-style: none;
      padding: 0;
      margin-bottom: 30px; }
      .post-section__info-block ul li {
        position: relative;
        font-size: 24px;
        line-height: 1.67;
        margin-bottom: 20px;
        padding-left: 84px; }
        .post-section__info-block ul li::before {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #430098;
          position: absolute;
          left: 51px;
          top: 17px; } }

.post-section-table {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .post-section-table {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .post-section-table {
      margin-top: 10px;
      margin-bottom: 40px; } }
  .post-section-table thead tr th {
    background: #430098; }
  .post-section-table tbody tr:nth-child(even) td {
    background: rgba(242, 242, 243, 0.84); }
  .post-section-table tr {
    border-radius: 10px; }
    .post-section-table tr th:first-child, .post-section-table tr td:first-child {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .post-section-table tr th:last-child, .post-section-table tr td:last-child {
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px; }
  .post-section-table th {
    color: #fff; }
  .post-section-table td {
    color: #430098; }
  .post-section-table th, .post-section-table td {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500; }

.post-section__read_also {
  margin-top: 0; }
  .post-section__read_also .post-section__info-block {
    margin-top: 0; }
  @media only screen and (min-width: 992px) {
    .post-section__read_also {
      margin-bottom: 45px; } }

.post-section__read-also {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #72d0e8; }
  @media only screen and (min-width: 768px) {
    .post-section__read-also {
      padding: 15px;
      border-radius: 15px; } }

.post-section__read-also-text,
.post-section__read-also-link {
  font-size: 14px;
  font-weight: 500;
  color: #430098;
  line-height: 1.56;
  padding-bottom: 2px; }
  @media only screen and (min-width: 768px) {
    .post-section__read-also-text,
    .post-section__read-also-link {
      font-size: 16px; } }

.post-section__read-also-link {
  border-bottom: 1px dotted #430098; }
  .post-section__read-also-link:hover {
    border-bottom: 1px solid #430098; }

.post-section__socials-share .post-section__info-block {
  margin-top: 0; }

.single-post__share-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.single-post__share-link {
  padding: 7px 13px;
  height: 38px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .single-post__share-link:last-child {
    margin-right: 0; }
  .single-post__share-link svg {
    max-width: 20px;
    max-height: 20px; }
    .single-post__share-link svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .single-post__share-link span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-left: 5px; }
  .single-post__share-link_fb {
    background: #4c68b3;
    border: 2px solid #4c68b3; }
    .single-post__share-link_fb:hover {
      background: #fff; }
      .single-post__share-link_fb:hover svg path {
        fill: #4c68b3; }
      .single-post__share-link_fb:hover span {
        color: #4c68b3; }
  .single-post__share-link_twitter {
    background: #00abed;
    border: 2px solid #00abed; }
    .single-post__share-link_twitter:hover {
      background: #fff; }
      .single-post__share-link_twitter:hover svg path {
        fill: #00abed; }
      .single-post__share-link_twitter:hover span {
        color: #00abed; }
  @media only screen and (min-width: 1800px) {
    .single-post__share-link {
      padding: 15px 17px;
      height: 52px; }
      .single-post__share-link svg {
        max-width: 22px;
        max-height: 22px; }
      .single-post__share-link span {
        font-size: 18px;
        line-height: 1.83;
        margin-left: 7px; } }

@media only screen and (min-width: 992px) {
  .post-section__sibscribe {
    margin-top: 50px; } }

@media only screen and (min-width: 1800px) {
  .post-section__sibscribe {
    margin-top: 102px; } }

.post-section__sibscribe .sibscribe-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 992px) {
    .post-section__sibscribe .sibscribe-block {
      padding: 30px; } }
  @media only screen and (min-width: 1800px) {
    .post-section__sibscribe .sibscribe-block {
      padding: 62px 60px 70px 60px; } }

.post-section__sibscribe .sibscribe-block__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 100%; }

.post-section__sibscribe .sibscribe-block__ttl {
  margin-bottom: 10px; }

.post-section__sibscribe .sibscribe-block__text {
  margin-bottom: 0; }

.post-section__sibscribe .mc4wp-form-301 {
  max-width: 100%; }
  @media only screen and (min-width: 992px) {
    .post-section__sibscribe .mc4wp-form-301 {
      margin-top: 25px; } }
  @media only screen and (min-width: 1800px) {
    .post-section__sibscribe .mc4wp-form-301 {
      margin-top: 45px;
      width: 100%; } }

.block-posts__single-page {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .block-posts__single-page .post-item {
      width: calc(50% - 10px);
      margin: 0; } }
  @media only screen and (min-width: 1200px) {
    .block-posts__single-page .post-item {
      width: calc(33.3% - 15px); } }
  @media only screen and (min-width: 1800px) {
    .block-posts__single-page .post-item {
      width: 550px; } }
  @media only screen and (min-width: 768px) {
    .block-posts__single-page .post-item:last-child {
      display: none; } }
  @media only screen and (min-width: 1200px) {
    .block-posts__single-page .post-item:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media only screen and (min-width: 1800px) {
  .section-posts__on-singl-post {
    padding-bottom: 0;
    padding-top: 120px; } }

.first-blog-section {
  padding-top: 70px; }
  @media only screen and (min-width: 768px) {
    .first-blog-section {
      padding-top: 85px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .first-blog-section {
      padding-top: 100px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section {
      padding-top: 366px;
      padding-bottom: 50px; } }

.first-blog-section__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__block-inner {
      margin-top: 45px; } }
  @media only screen and (min-width: 992px) {
    .first-blog-section__block-inner {
      margin-top: 75px; } }
  @media only screen and (min-width: 1200px) {
    .first-blog-section__block-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.first-blog-section__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__posts {
      width: 1130px; } }

.first-blog-section__first-post {
  width: 100%; }
  @media only screen and (min-width: 530px) {
    .first-blog-section__first-post {
      height: 300px; } }
  @media only screen and (min-width: 768px) {
    .first-blog-section__first-post {
      height: 350px;
      margin: 0;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__first-post {
      height: 652px;
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1200px) {
    .first-blog-section__first-post .post-item__ttl {
      font-size: 22px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__first-post .post-item__ttl {
      font-size: 47px;
      line-height: 1.28;
      max-height: 185px; } }

.first-blog-section__posts-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__posts-columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.first-blog-section__posts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__posts-col {
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-left: -10px; }
      .first-blog-section__posts-col:last-child {
        margin-right: 0;
        margin-left: 0;
        margin-right: 10px; }
      .first-blog-section__posts-col .post-item {
        width: 100%; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__posts-col {
      width: 552px;
      margin: 0 !important; }
      .first-blog-section__posts-col .post-item {
        margin: 0;
        margin-bottom: 80px; } }

.first-blog-section__search-categories {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px; }
  @media only screen and (min-width: 1200px) {
    .first-blog-section__search-categories {
      width: 300px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 20px;
      margin-top: 0; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__search-categories {
      width: 549px;
      margin-left: 30px; } }

.first-blog-section__search, .first-blog-section__categories {
  width: 100%;
  background: #f4f4f5;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__search, .first-blog-section__categories {
      padding: 30px;
      border-radius: 20px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__search, .first-blog-section__categories {
      border-radius: 46px;
      padding: 70px; } }

.first-blog-section__search-ttl, .first-blog-section__categories-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #430098; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__search-ttl, .first-blog-section__categories-ttl {
      font-size: 20px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__search-ttl, .first-blog-section__categories-ttl {
      font-size: 34px;
      line-height: 1.44; } }

.first-blog-section__search-form {
  margin-top: 10px;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__search-form {
      margin-top: 15px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__search-form {
      margin-top: 45px; } }

.first-blog-section__search-form-input {
  height: 38px; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__search-form-input {
      height: 112px;
      padding-left: 35px;
      border-radius: 61px;
      font-size: 24px; }
      .first-blog-section__search-form-input::-webkit-input-placeholder {
        font-size: 24px; }
      .first-blog-section__search-form-input:-ms-input-placeholder {
        font-size: 24px; }
      .first-blog-section__search-form-input::-ms-input-placeholder {
        font-size: 24px; }
      .first-blog-section__search-form-input::placeholder {
        font-size: 24px; } }

.first-blog-section__search-form-btn {
  outline: none;
  border: none;
  background: #430098;
  width: 45px;
  height: 34px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2;
  border-radius: 30px;
  cursor: pointer; }
  .first-blog-section__search-form-btn img {
    width: 15px; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__search-form-btn {
      width: 121px;
      height: 92px;
      top: 10px;
      right: 10px;
      border-radius: 61px; }
      .first-blog-section__search-form-btn img {
        width: 25px; } }

.first-blog-section__categories-list {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #430098; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__categories-list {
      margin-top: 15px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__categories-list {
      margin-top: 39px;
      margin-bottom: 0;
      padding-left: 0px;
      list-style: none; } }

.first-blog-section__categories-item {
  margin-top: 5px; }
  .first-blog-section__categories-item:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__categories-item {
      margin-top: 20px;
      padding-left: 35px;
      position: relative; }
      .first-blog-section__categories-item::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #430098;
        position: absolute;
        left: 0;
        top: 12px; } }

.first-blog-section__categories-item-link {
  display: inline-block;
  font-weight: 500; }
  .first-blog-section__categories-item-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #430098;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .first-blog-section__categories-item-link:hover::after {
    width: 100%; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__categories-item-link {
      font-size: 24px;
      line-height: 1.37; } }

.first-blog-section__banner {
  border-radius: 10px;
  background: #430098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__banner {
      padding-top: 52px;
      padding-left: 70px;
      border-radius: 46px; } }

.first-blog-section__banner-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-left: 10px; }
  @media only screen and (min-width: 768px) {
    .first-blog-section__banner-ttl {
      font-size: 22px; } }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__banner-ttl {
      font-size: 71px;
      line-height: 1.45; } }

.first-blog-section__banner-image {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 474px; }
  @media only screen and (min-width: 1800px) {
    .first-blog-section__banner-image {
      margin-top: 50px; } }

.section-blog-slider {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-blog-slider {
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-blog-slider {
      margin-bottom: 100px; } }
  @media only screen and (min-width: 1800px) {
    .section-blog-slider {
      margin-bottom: 130px; } }

.blog-slider-wrap {
  background-color: #ffaebb;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 15px;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .blog-slider-wrap {
      border-radius: 25px;
      padding: 25px 50px; } }
  @media only screen and (min-width: 992px) {
    .blog-slider-wrap {
      padding: 40px 55px; } }
  @media only screen and (min-width: 1800px) {
    .blog-slider-wrap {
      padding: 130px;
      padding-right: 195px; } }

.blog-slider {
  width: 100%;
  outline: none; }

.blog-slider__slide {
  width: 100%;
  outline: none;
  padding: 2px; }

.blog-slider__post-item {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .blog-slider__post-item {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .blog-slider__post-item .post-item__category-date {
        margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .blog-slider__image {
    width: 45%;
    height: 222px; } }

@media only screen and (min-width: 992px) {
  .blog-slider__image {
    height: 231px; } }

@media only screen and (min-width: 1800px) {
  .blog-slider__image {
    width: 605px;
    height: 441px; } }

@media only screen and (min-width: 768px) {
  .blog-slider__info {
    width: 45%; } }

@media only screen and (min-width: 1800px) {
  .blog-slider__info {
    width: 652px; } }

.blog-slider__nav {
  cursor: pointer;
  position: absolute;
  bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .blog-slider__nav {
      bottom: unset;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.blog-slider__nav-image {
  width: 20px;
  display: block; }
  @media only screen and (min-width: 768px) {
    .blog-slider__nav-image {
      width: 25px; } }
  @media only screen and (min-width: 1800px) {
    .blog-slider__nav-image {
      width: 36.5px; } }

.blog-slider__nav_prev {
  left: 20%; }
  @media only screen and (min-width: 768px) {
    .blog-slider__nav_prev {
      left: 5px; } }
  @media only screen and (min-width: 992px) {
    .blog-slider__nav_prev {
      left: 15px; } }
  @media only screen and (min-width: 1800px) {
    .blog-slider__nav_prev {
      left: 45px; } }

.blog-slider__nav_next {
  right: 20%; }
  @media only screen and (min-width: 768px) {
    .blog-slider__nav_next {
      right: 5px; } }
  @media only screen and (min-width: 992px) {
    .blog-slider__nav_next {
      right: 15px; } }
  @media only screen and (min-width: 1800px) {
    .blog-slider__nav_next {
      right: 45px; } }

.section-blog-main {
  margin-bottom: 30px; }

.blog-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .blog-main {
      margin-bottom: 10px; } }

.blog-main__load-more {
  border: 2px solid #430098;
  color: Purple;
  border-radius: 30px;
  display: block;
  width: 33%;
  margin: auto;
  padding: 10px 20px;
  margin-bottom: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  color: #430098;
  background-color: #fff; }
  .blog-main__load-more:hover, .blog-main__load-more.loading {
    background-color: #430098;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .blog-main__load-more {
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .blog-main__load-more {
      font-size: 14px;
      padding: 15px 20px;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 1800px) {
    .blog-main__load-more {
      margin-bottom: 130px;
      width: 817px;
      height: 92px;
      font-size: 24px;
      line-height: 1.79;
      border-radius: 189px; } }

.blog-subscribe {
  margin-bottom: 50px; }
  @media only screen and (min-width: 1800px) {
    .blog-subscribe {
      margin-bottom: -2px; } }

.search-page__section {
  padding-bottom: 30px;
  background: #72d0e8; }
  @media only screen and (min-width: 768px) {
    .search-page__section {
      padding-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .search-page__section {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1800px) {
    .search-page__section {
      padding-bottom: 150px; } }

.search-page__block {
  width: 100%;
  margin-top: 30px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .search-page__block {
      margin-top: 50px;
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .search-page__block {
      margin-bottom: 100px; }
      .search-page__block .banner-info__autocomplit {
        margin-top: 20px; } }
  .search-page__block .banner-info__autocomplit {
    width: 100%;
    max-width: 800px;
    margin-top: 10px; }

@media only screen and (min-width: 1200px) {
  .search-page__block-form {
    max-width: 800px; }
    .search-page__block-form .banner-info__questions-input {
      padding: 20px 25px;
      font-size: 20px; }
      .search-page__block-form .banner-info__questions-input::-webkit-input-placeholder {
        font-size: 20px; }
      .search-page__block-form .banner-info__questions-input:-ms-input-placeholder {
        font-size: 20px; }
      .search-page__block-form .banner-info__questions-input::-ms-input-placeholder {
        font-size: 20px; }
      .search-page__block-form .banner-info__questions-input::placeholder {
        font-size: 20px; } }

@media only screen and (min-width: 1800px) {
  .search-page__block-form {
    max-width: 985px; }
    .search-page__block-form .banner-info__questions-input {
      font-size: 34px;
      line-height: 1.44;
      padding: 34px 50px;
      border-radius: 62px;
      padding-right: 100px; }
      .search-page__block-form .banner-info__questions-input::-webkit-input-placeholder {
        font-size: 34px;
        line-height: 1.44; }
      .search-page__block-form .banner-info__questions-input:-ms-input-placeholder {
        font-size: 34px;
        line-height: 1.44; }
      .search-page__block-form .banner-info__questions-input::-ms-input-placeholder {
        font-size: 34px;
        line-height: 1.44; }
      .search-page__block-form .banner-info__questions-input::placeholder {
        font-size: 34px;
        line-height: 1.44; } }

.search-autocomplit {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 45px 0 rgba(67, 0, 152, 0.24);
          box-shadow: 2px 3px 45px 0 rgba(67, 0, 152, 0.24);
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .search-autocomplit {
      border-radius: 15px;
      padding: 20px; } }
  @media only screen and (min-width: 1800px) {
    .search-autocomplit {
      padding: 81px 48px 50px 48px;
      border-radius: 65px; } }

.search-autocomplit__separator {
  width: 100%;
  height: 1px;
  background: rgba(67, 0, 152, 0.24);
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .search-autocomplit__separator {
      margin: 25px 0; } }
  @media only screen and (min-width: 1800px) {
    .search-autocomplit__separator {
      margin: 45px 0; } }

.search-autocomplit__titles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.search-autocomplit__titles-item {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #c1adda;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px; }
  .search-autocomplit__titles-item:last-child {
    margin-bottom: 0; }
  .search-autocomplit__titles-item b {
    color: #430098; }
  .search-autocomplit__titles-item::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../assets/images/icons/ic-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media only screen and (min-width: 1800px) {
      .search-autocomplit__titles-item::after {
        width: 19.5px;
        height: 15px; } }
  @media only screen and (min-width: 768px) {
    .search-autocomplit__titles-item {
      font-size: 14px;
      margin-bottom: 15px; }
      .search-autocomplit__titles-item::after {
        width: 20px;
        height: 20px; } }
  @media only screen and (min-width: 1800px) {
    .search-autocomplit__titles-item {
      font-size: 22px;
      line-height: 1.82;
      margin-bottom: 20px;
      padding-right: 50px; } }

.search-autocomplit__results {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.search-autocomplit__results-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.search-autocomplit__results-head-ttl {
  font-size: 12px;
  font-weight: 500;
  color: #c1adda; }
  @media only screen and (min-width: 1800px) {
    .search-autocomplit__results-head-ttl {
      font-size: 16px; } }

.search-autocomplit__results-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.search-autocomplit__results-item {
  font-size: 12px;
  font-weight: 500;
  color: #430098;
  margin-bottom: 10px; }
  .search-autocomplit__results-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .search-autocomplit__results-item {
      font-size: 14px;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1800px) {
    .search-autocomplit__results-item {
      font-size: 22px;
      line-height: 1.82;
      margin-bottom: 20px; } }

.search-autocomplit__more-results {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  font-size: 12px;
  padding: 7px 12px;
  border: 2px solid #430098;
  opacity: 0.32; }
  .search-autocomplit__more-results:hover {
    opacity: 1; }
  @media only screen and (min-width: 1800px) {
    .search-autocomplit__more-results {
      font-size: 16px;
      padding: 10px 16px;
      border-radius: 47px; } }

.didnt-find-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.didnt-find-answer__text {
  font-size: 12px;
  font-weight: 500;
  color: #430098;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .didnt-find-answer__text {
      font-size: 14px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    .didnt-find-answer__text {
      font-size: 22px;
      line-height: 1.82;
      margin-bottom: 30px; } }

@media only screen and (min-width: 992px) {
  .didnt-find-answer__btn {
    font-size: 14px;
    padding: 10px 15px; } }

@media only screen and (min-width: 1800px) {
  .didnt-find-answer__btn {
    font-size: 22px;
    line-height: 2.59;
    padding: 12px 43px;
    border-radius: 47px; } }

.section {
  padding: 40px 0;
  color: #430098; }

.section-purple {
  background-color: #430098; }

.section-blue {
  background-color: #72d0e8; }

.section-pink {
  background-color: #ffaebb; }

.section-yellow {
  background-color: #fef152; }

.section-white {
  background-color: #fff; }

.text a:not(.btn) {
  position: relative; }
  .text a:not(.btn):after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #430098; }

.text-purple {
  color: #430098; }

.text-blue {
  color: #72d0e8; }

.text-pink {
  color: #ffaebb; }

.text-yellow {
  color: #fef152; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.pr-0 {
  padding-right: 0px; }

.m-0 {
  margin: 0px; }

.p-0 {
  padding: 0px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mx-5 {
  margin-left: 5px;
  margin-right: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.px-5 {
  padding-left: 5px;
  padding-right: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.m-5 {
  margin: 5px; }

.p-5 {
  padding: 5px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.m-10 {
  margin: 10px; }

.p-10 {
  padding: 10px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.m-15 {
  margin: 15px; }

.p-15 {
  padding: 15px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.m-20 {
  margin: 20px; }

.p-20 {
  padding: 20px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.m-25 {
  margin: 25px; }

.p-25 {
  padding: 25px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.m-30 {
  margin: 30px; }

.p-30 {
  padding: 30px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.m-35 {
  margin: 35px; }

.p-35 {
  padding: 35px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.m-40 {
  margin: 40px; }

.p-40 {
  padding: 40px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.m-45 {
  margin: 45px; }

.p-45 {
  padding: 45px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.m-50 {
  margin: 50px; }

.p-50 {
  padding: 50px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-inblock {
  display: inline-block; }

@media only screen and (min-width: 992px) {
  .doctors-text {
    width: 60%; } }

.doctors-text a {
  position: relative; }
  .doctors-text a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #430098; }

.stickers-image {
  display: block;
  max-width: 150px;
  margin: auto; }
  .stickers-image.big {
    max-width: 300px; }
  @media only screen and (min-width: 992px) {
    .stickers-image {
      max-width: 300px; } }

.material {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: block; }
  .material:hover .material-overlay {
    opacity: 1; }

.material-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.material-download {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-align: center; }

.meterial-preview {
  display: block;
  max-width: 100%; }
/* tmed */
.section-tmed {
	
}
.section-tmed-first {
	padding-top: 175px;
	padding-bottom: 50px;
	height: 100vh;
	background-color: #410099;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tmed-container {
	max-width: 1340px;
	margin: auto;
}
.section-tmed-first .tmed-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
    height: 100%;
}
.section-tmed-first-top-block {
	width: 80%;
	margin-bottom: 160px;
}
.tmed-label-yellow {
	margin: auto;
	width: max-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 40px 10px;
	background: #FEE433;
	border-radius: 40px;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #410099;
}
.tmed-h1 {
	margin-top: 30px;
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.section-tmed-first-bottom-block {
	display: flex;
    justify-content: space-around;
    width: 70%;
    align-items: center;
}
.section-tmed-save {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-tmed-save .tmed-container {
	padding-left: 30px;
    padding-right: 30px;
}
.section-tmed-save-top-block {
	margin-bottom: 80px;
	position: relative;
}
.section-tmed-save-top-block:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 140px;
	width: 140px;
	border-top: 6px solid #A8E7F8;
	border-left: 6px solid #A8E7F8;
}
.section-tmed-save-top-block:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	height: 140px;
	width: 140px;
	border-top: 6px solid #A8E7F8;
	border-right: 6px solid #A8E7F8;
}
.section-tmed-save-top-block img {
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
.section-tmed-save-top-block h2 {
	font-weight: 500;
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #410099;
}
.section-tmed-save-bottom-block {
	display: flex;
    justify-content: space-around;
	padding-bottom: 170px;
	position: relative;
	padding-left: 35px;
    padding-right: 35px;
}
.section-tmed-save-bottom-block:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	height: 140px;
	width: 140px;
	border-bottom: 6px solid #A8E7F8;
	border-left: 6px solid #A8E7F8;
}
.section-tmed-save-bottom-block:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	height: 140px;
	width: 140px;
	border-bottom: 6px solid #A8E7F8;
	border-right: 6px solid #A8E7F8;
}
.section-tmed-save-bottom-col {
	display: flex;
    flex-direction: column;
	width: max-content;
}
.section-tmed-save-bottom-col span {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #410099;
	margin-bottom: 15px;
}
.section-tmed-save-bottom-col a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 34px;
	background: #410099;
	border-radius: 40px;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #FFFFFF;
	transition: all 1s ease-out;
}
.section-tmed-save-bottom-col a:hover {
	background: #FFFFFF;
	color: #410099;
}
.section-tmed-map {
	background-color: #410099;
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}
.section-tmed-first-bottom-col img {
	width: 70%;
    margin: auto;
    display: block;
}
.section-tmed-map .tmed-container {
	
}
.section-tmed-map-row {
	display: flex;
	justify-content: space-between;
}
.section-tmed-map-col {
	margin-bottom: 140px;
	width: 47%;
}
.section-tmed-map-col-top {
	padding-bottom: 33px;
	display: flex;
}
.section-tmed-map-col-number {
	display: block;
	font-weight: 500;
	font-size: 56px;
	line-height: 50px;
	color: #FEF152;
	margin-right: 24px;
	margin-top: -4px;
}
.section-tmed-map-col-txt {
	display: block;
	font-weight: 500;
	font-size: 28px;
	line-height: 39px;
	color: #FFFFFF;
}
.section-tmed-map-col-bottom {
	border-top: 3px solid #FEF152;
	padding-top: 32px;
	display: flex;
	justify-content: space-between;
}
.section-tmed-map-col-bottom-col {
	display: flex;
    flex-direction: column;
}
.section-tmed-map-col-bottom-col span, .section-tmed-map-links a {
	display: block;
	margin-bottom: 32px;
	padding: 10px 34px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	max-width: 125px;
	border: 1px solid #FFFFFF;
}
.section-tmed-map-links a {
	margin-bottom: 4px;
	width: auto !important;
	max-width: 435px !important;
}
.section-tmed-map-links {
	position: relative;
}
.section-tmed-map-links:after {
	content: '';
	display: block;
	width: 206px;
	height: 198px;
	background-image: url('../../../uploads/2022/07/tfb-img.png');
	position: absolute;
    right: 40px;
    top: -34px;
}
.section-tmed-map-yes {
	background: #FFFFFF;
	color: #410099;
}
.section-tmed-map-no {
	background: transparent;
	color: #FFFFFF;
}
.section-tmed-map-col-bottom-col p {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	max-width: 176px;
}
.section-tmed-map-col-bottom-single {
	flex-direction: column;
}
.section-tmed-map-col-bottom-single .section-tmed-map-yes {
	width: max-content;
	max-width: 100%;
}
.section-tmed-map-label {
	font-weight: 500;
	font-size: 34px;
	line-height: 41px;
	color: #FEF152;
	margin-bottom: 40px;
	text-align: left !important;
    max-width: 100% !important;
    border: none !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
}
.section-tmed-call {
	padding-top: 125px;
	padding-bottom: 125px;
	background: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
.section-tmed-call h2 {
	font-weight: 500;
	font-size: 56px;
	line-height: 68px;
	color: #410099;
	text-align: left;
	margin-bottom: 67px;
}
.section-tmed-call-row {
	display: flex;
    align-items: center;
    justify-content: center;
}
.section-tmed-call-img {
	margin-right: 65px;
}
.section-tmed-call-txt p {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #410099;
	width: max-content;
	margin: 0;
}
.section-tmed-list {
	background: #410099;
	padding: 180px 0;
	padding-top: 10px !important;
}
.section-tmed-list .tmed-container {
	width: 60%;
	margin: auto;
}
.section-tmed-list ul {
	list-style: none;
}
.section-tmed-list li {
	display: flex;
	margin-bottom: 80px;
}
.section-tmed-list li:last-child {
	margin-bottom: 0;
}
.section-tmed-list-number span {
	font-weight: 500;
	font-size: 56px;
	line-height: 50px;
	text-align: center;
	color: #FEF152 !important;
	margin-right: 30px;
    margin-top: -3px;
    display: block;
}
.section-tmed-list-text p {
	margin: 0 !important;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF !important;
}
.section-tmed-usaid {
	padding: 140px 30px;
	background: #FFFFFF;
}
.section-tmed-usaid-row1 {
	display: flex;
    align-items: center;
}
.section-tmed-usaid-row2 {
	display: flex;
    align-items: center;
}
.section-tmed-usaid-col1 {
	width: 30%;
    display: flex;
    justify-content: center;
}
.section-tmed-usaid-col2 {
	padding-left: 100px;
	width: 70%;
}
.section-tmed-usaid-row1 .section-tmed-usaid-col2 p {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #410099;
	margin: 15px 0px !important;
}
.section-tmed-usaid-row2 .section-tmed-usaid-col2 p {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #410099;
}
.section-tmed-calmness {
	padding-top: 140px;
	background-color: #410099;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.section-files h3 {
	margin-left: -4px;
}
.section-tmed-calmness-row {
/* 	margin-bottom: 336px; */
}
.section-tmed-calmness-row h2 {
	font-weight: 500;
	font-size: 56px;
	line-height: 50px;
	color: #FFFFFF;
	margin-bottom: 57px;
}
.section-tmed-calmness-row div {
	display: flex;
	align-items: center;
}
.section-tmed-calmness-row div img {
	display: block;
	margin-right: 86px;
}
.section-tmed-calmness-row-two {
	display: flex;
	justify-content: flex-end;
}
.section-tmed-calmness-row div p {
	font-weight: 500;
	font-size: 34px;
	line-height: 41px;
	color: #FFFFFF;
	max-width: 758px;
}
.section-tmed-map-links-p {
	display: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
	margin-bottom: 11px;
}
.tmed-label-yellow-mob {
	display: none;
}
.section-tmed-map-yes-mob {
	display: none !important;
}
.section-tmed-save-h2-mob {
	display: none;
}
.section-tmed-map-no + p {
	font-weight: 500 !important;
}
.section-tmed-usaid-col1 img {
	width: 50%;
}
.partner-logo {
	
}
.partner-logo a {
	
}
.partner-logo a img {
	
}
.section-files {
	padding: 0 !important;	
}
.section-files h3 {
	margin-top: 0 !important;
}
.section-tmed-save-bottom-col-center {
	justify-content: center !important;
}
.section-tmed-save-bottom-col-center a {
	padding: 26px 63px;
    border-radius: 50px;
    font-size: 56px;
}
.online-alt {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 80px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background: #410099;
    border-radius: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    transition: all 1s ease-out;
	max-width: 592px;
}
.online-alt:hover {
	background: #FFFFFF;
    color: #410099;
}
.section-tmed-list {
	padding-top: 160px !important;
}
.section-tmed-list-h2 {
	max-width: 1270px;
	margin: auto;
	margin-bottom: 65px;
	color: #ffffff;
	font-size: 56px;
	line-height: 68px;
}
.section-tmed-map-column {
	
}
.section-tmed-map-column .tmed-container {
    flex-direction: row;
    display: flex;
	justify-content: space-between;
}
.section-tmed-map-column .section-tmed-map-row {
    display: flex;
    justify-content: space-between;
    width: 47%;
    flex-wrap: wrap;
}
.section-tmed-map-column .section-tmed-map-col {
    margin-bottom: 140px;
    width: 100%;
}
.section-tmed-map-col-bottom.no-border {
	border-top: none !important;
}
.section-tmed-map-col-top-50 {
	width: 80%;
}
.section-tmed-list-no-margin {
	padding-top: 20px !important;
}
.section-tmed-save-top-block span {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #410099;
}
@media screen and (max-height: 930px) {
	.section-tmed-first-top-block {
		margin-bottom: 110px;
	}
}
@media screen and (max-height: 850px) {
	.section-tmed-first-top-block {
		margin-bottom: 90px;
	}
	.tmed-h1 {
		margin-top: 25px;
		margin-bottom: 30px;
		font-size: 60px;
		line-height: 68px;
	}
}
@media screen and (max-height: 730px) {
	.section-tmed-first {
		padding-top: 155px;
	}
}
@media screen and (max-height: 680px) {
	.section-tmed-first {
		padding-top: 137px;
	}
	.section-tmed-first-top-block {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1380px) {
	.section-tmed-map-links:after {
		right: 17px;
	}
}
@media screen and (max-width: 1330px) {
	.section-tmed-map-links:after {
		 top: -35px;
		 right: 0px;
	}
}
@media screen and (max-width: 1300px) {
	.section-tmed-list-h2 {
		font-size: 45px;
		line-height: 56px;
		max-width: 100%;
		text-align: center;
		padding: 0px 25px;
	}
	.section-tmed-map-links-p {
		display: block;
	}
	.section-tmed-save-bottom-block {
		justify-content: space-around;
	}
	.section-tmed-save-bottom-col span {
		font-size: 18px;
	}
	.section-tmed-save-bottom-col a {
		font-size: 20px;
	}
	.section-tmed-map-links:after {
		display: none;
	}
	.section-tmed-map-links a {
		margin-bottom: 25px;
	}
	.section-tmed-calmness {
		padding-bottom: 60px;
	}
	.section-tmed-call-txt p {
		width: auto;
	}
}
@media screen and (max-width: 1015px) {
	.section-tmed-map-column .tmed-container {
		flex-direction: column;
	}
	.section-tmed-map-column .section-tmed-map-row {
		width: 100%;
	}
	.section-tmed-map-col-txt {
		font-size: 30px;
		line-height: 40px;
	}
	.section-tmed-map-links a {
		font-size: 24px;
		line-height: 29px;
		max-width: 340px !important;
	}
	.section-tmed-call h2 {
		font-size: 46px;
    	line-height: 56px;
	}
	.section-tmed-usaid-row1 .section-tmed-usaid-col2 p {
		font-size: 30px;
    	line-height: 41px;
	}
	.section-tmed-usaid-col2 {
		padding-left: 30px;
	}
	.tmed-label-yellow-desk {
		display: none;
	}
	.tmed-label-yellow-mob {
		display: block;
		margin-bottom: 4px;
	}
	.section-tmed-save-bottom-block {
		flex-direction: column;
		align-items: center;
		padding-bottom: 140px;
	}
	.section-tmed-save-bottom-col {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1015px) {
	.section-tmed-map {
		padding-top: 120px;
	}
	.section-tmed-map-row {
		flex-direction: column;
		align-items: center;
	}
	.section-tmed-map-col {
		margin-bottom: 107px;
		width: 50%;
	}
	.section-tmed-list {
		padding: 120px 0;
	}
	.section-tmed-usaid-row1 {
		flex-direction: column;
		margin-bottom: 0;
	}
	.section-tmed-usaid-col2 {
		padding-left: 0;
		width: 100%;
	}
	.section-tmed-usaid-row2 .section-tmed-usaid-col1 {
		display: none;
	}
	.section-tmed-usaid {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.tmed-h1 {
		font-size: 70px;
    	line-height: 76px;
	}
	.section-tmed-first-top-block {
		width: 100%;
		margin-bottom: 80px;
	}
	.section-tmed-first {
		padding-top: 150px;
    	padding-bottom: 100px;
	}
	.section-tmed-save {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-tmed-save-bottom-block {
		padding-bottom: 60px;
	}
	.section-tmed-call {
		padding: 80px 30px;
	}
	.section-tmed-calmness {
		padding: 80px 30px;
	}
	.section-tmed-first-bottom-block{
		width: 90%;
	}
}
@media screen and (max-width: 625px) {
	.section-tmed-calmness-row div {
		flex-direction: column;
    	justify-content: center;
	}
	.section-tmed-calmness-row div img {
		margin-right: 0px;
	}
	.section-tmed-calmness-row div p {
		text-align: center;
	}
}
@media screen and (max-width: 576px) {
	.online-alt {
		width: max-content;
		font-size: 16px;
    	line-height: 33px;
	}
	.section-tmed-list {
		padding-top: 60px !important;
	}
	.section-tmed-list-h2 {
		font-size: 36px;
		line-height: 39px;
		max-width: 100%;
		text-align: center;
		padding: 0px 10px;
	}
	.section-tmed-first {
		height: auto !important;
	}
	.section-tmed-save-h2-mob {
		display: block;
		margin-bottom: 58px;
		text-align: center;
	}
	.section-tmed-save-h2-desk {
		display: none;
	}
	.tmed-label-yellow {
		font-size: 20px;
		line-height: 30px;
		padding: 6px 14px;
	}
	.tmed-h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.section-tmed-first {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
	.section-tmed-first-bottom-col {
		width: 50%;
	    align-items: center;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.section-tmed-first-bottom-block {
		flex-wrap: wrap;
		width: 100%;
		justify-content: flex-end;
	}
	.section-tmed-save {
		padding: 50px 30px;
	}
	.section-tmed-save .tmed-container {
		padding: 0;
	}
	.section-tmed-save-top-block:before, .section-tmed-save-top-block:after, .section-tmed-save-bottom-block:before, .section-tmed-save-bottom-block:after {
		width: 60px;
		height: 60px;
	}
	.section-tmed-save-top-block img {
		 margin-bottom: 28px;
		height: 80px;
		width: 80px;
	}
	.section-tmed-save-top-block {
		margin-bottom: 50px;
	}
	.section-tmed-save-top-block h2 {
		font-size: 22px;
		line-height: 26px;
		margin: 0;
	}
	.section-tmed-save-bottom-col span {
		line-height: 22px;
		margin-bottom: 11px;
	}
	.section-tmed-save-bottom-col a {
		padding: 8px 26px;
		font-size: 24px;
		line-height: 29px;
	}
	.section-tmed-map-col {
		width: 100%;
	}
	.section-tmed-map-col-txt {
		line-height: 30px;
		font-size: 20px;
	}
	.section-tmed-map-col-bottom-col span, .section-tmed-map-links a {
		display: block;
		margin-bottom: 14px;
		padding: 8px 8px;
		border-radius: 40px;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		max-width: 94px;
		border: 1px solid #FFFFFF;
	}
	.section-tmed-map-col-bottom {
		flex-direction: column;
	}
	.section-tmed-map-col-bottom-col {
		margin-bottom: 50px;
	}
	.section-tmed-map-col-bottom-col:last-child {
		margin-bottom: 0;
	}
	.section-tmed-map-col-bottom-col p {
		max-width: 100%;
	}
	.section-tmed-map-col-bottom {
		padding-top: 42px;
	}
	.section-tmed-map-links {
		margin-top: -50px;
	}
	.section-tmed-map-links a {
		max-width: 100% !important;
		width: 100% !important;
	}
	.section-tmed-map-col-bottom-col:last-child p {
		font-weight: 500;
	}
	.section-tmed-call {
		padding: 60px 30px;
	}
	.section-tmed-call h2 {
		margin-top: 0;
		margin-bottom: 56px;
		font-size: 34px;
		line-height: 41px;
	}
	.section-tmed-call-row {
		flex-direction: column;
	}
	.section-tmed-call-img {
		margin: 0;
		margin-bottom: 32px;
	}
	.section-tmed-call-txt p {
		font-size: 24px;
		line-height: 36px;
	}
	.section-tmed-call-txt p:first-child {
		margin-bottom: 15px;
	}
	.section-tmed-list {
		padding: 60px 30px;
	}
	.section-tmed-list .tmed-container {
		width: 100%;
	}
	.section-tmed-list ul {
		margin-left: 0;
    	padding-left: 0;
	}
	.section-tmed-list li {
		margin-bottom: 87px;
	}
	.section-tmed-usaid {
		padding: 80px 30px;
	}
	.section-tmed-usaid-row1 .section-tmed-usaid-col2 p {
		margin-top: 0;
	}
	.section-tmed-usaid-col1 {
		margin-bottom: 50px;
		width: 100%;
	}
	.section-tmed-usaid-col1 img {
		width: 75%;
	}
	.section-tmed-usaid-col2 {
		margin-bottom: 60px;
	}
	.section-tmed-usaid-row1 .section-tmed-usaid-col2 p {
		font-size: 26px;
		line-height: 36px;
	}
	.section-tmed-usaid p {
		margin: 0;
	}
	.section-tmed-usaid-row2 .section-tmed-usaid-col2 {
		margin-bottom: 0;
	}
	.section-tmed-calmness {
		padding-top: 110px;
		padding-bottom: 40px;
	}
	.section-tmed-calmness-row h2 {
		margin-top: 0;
		margin-bottom: 56px;
		font-size: 37px;
		line-height: 45px;
	}
	.section-tmed-calmness-row div p {
		text-align: left;
	}
	.section-tmed-calmness-row div {
		flex-direction: column-reverse;
	}
	.section-tmed-calmness-row div p {
		margin: 0;
		margin-bottom: 56px;
		font-size: 30px;
		line-height: 44px;
	}
	.section-tmed-map-yes-mob {
		display: block !important;
	}
	.section-tmed-map-yes-desk {
		display: none !important;
	}
	.section-tmed-map-col {
		margin-bottom: 150px;
	}
	.section-tmed-map-label {
		font-weight: 700 !important;
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.section-tmed-map-row:last-child .section-tmed-map-col:last-child {
		margin-bottom: 118px !important;
	}
	.section-tmed-map-yes, .section-tmed-map-no {
		font-size: 24px !important;
	}
	.section-tmed-map-links a {
		font-size: 21px !important;
	}
	.section-tmed-first-bottom-col img {
		display: block;
		width: 75%;
	}
	.section-tmed-map-col-bottom-col p {
		font-size: 20px;
		line-height: 30px;
	}
}