.container {
  width: 100%;
  max-width: 1400px; }
  @media screen and (max-width: 1680px) {
    .container {
      max-width: 1270px; } }
  @media screen and (max-width: 1366px) {
    .container {
      max-width: 1170px; } }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 970px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0 30px; } }
  @media screen and (max-width: 960px) {
    .container {
      padding: 0 25px; } }
  @media screen and (max-width: 650px) {
    .container {
      padding: 0 15px; } }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #191919;
  font-family: "Gilroy";
  font-weight: 400;
  scroll-behavior: smooth; }
  html.lock, body.lock {
    overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  font-weight: 400;
  line-height: normal;
  font-size: 16px; }

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

button {
  border: none; }

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

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyLight";*/
  src: url("../fonts/Gilroy-Light.ttf") format("ttf"), url("../fonts/Gilroy-Light.eot") format("eot"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyRegular";*/
  src: url("../fonts/Gilroy-Regular.ttf") format("ttf"), url("../fonts/Gilroy-Regular.eot") format("eot"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyMedium";*/
  src: url("../fonts/Gilroy-Medium.ttf") format("ttf"), url("../fonts/Gilroy-Medium.tteotf") format("eot"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyBold";*/
  src: url("../fonts/Gilroy-Bold.ttf") format("ttf"), url("../fonts/Gilroy-Bold.eot") format("eot"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyExtrabold";*/
  src: url("../fonts/Gilroy-Extrabold.ttf") format("ttf"), url("../fonts/Gilroy-Extrabold.eot") format("eot"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
  height: 70px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  max-width: 100%;
  padding: 0 100px; }
  @media screen and (max-width: 1680px) {
    .header {
      padding: 0 30px; } }
  @media screen and (max-width: 1366px) {
    .header {
      font-size: 16px; } }
  @media screen and (max-width: 1280px) {
    .header {
      padding: 0 20px;
      font-size: 14px; } }
  @media screen and (max-width: 1024px) {
    .header {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 55px; } }
  .header .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1680px) {
      .header .logos {
        max-width: 400px; } }
    @media screen and (max-width: 1366px) {
      .header .logos {
        max-width: 350px; } }
    @media screen and (max-width: 1366px) {
      .header .logos {
        max-width: 235px; } }
    @media screen and (max-width: 650px) {
      .header .logos {
        max-width: 190px; } }
    @media screen and (max-width: 1680px) {
      .header .logos .logo {
        width: 80%; } }
    @media screen and (max-width: 1280px) {
      .header .logos .logo {
        width: 50%; } }
    @media screen and (max-width: 1024px) {
      .header .logos .logo {
        width: 100%; } }
    @media screen and (max-width: 650px) {
      .header .logos .logo {
        width: 100%;
        margin: 0; } }
    .header .logos .materia-logo {
      width: 30%;
      margin-left: 35px; }
      @media screen and (max-width: 1680px) {
        .header .logos .materia-logo {
          width: 40%;
          margin-left: -15px; } }
      @media screen and (max-width: 1366px) {
        .header .logos .materia-logo {
          width: 35%; } }
      @media screen and (max-width: 1280px) {
        .header .logos .materia-logo {
          margin-left: -100px;
          margin-top: -9px; } }
      @media screen and (max-width: 1024px) {
        .header .logos .materia-logo {
          display: none; } }
  @media screen and (max-width: 1024px) {
    .header a {
      position: relative;
      display: block;
      margin: 0 auto;
      z-index: 1;
      padding: 15px 0; } }
  .header .nav {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .nav img {
      display: none; }
      @media screen and (max-width: 1024px) {
        .header .nav img {
          display: block;
          margin-top: 10px;
          width: 150px;
          margin: 10px auto; } }
    @media screen and (max-width: 1024px) {
      .header .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .header .nav .nav-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .header .nav.active ul li {
      margin-right: 0;
      display: block; }
    .header .nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      list-style: none; }
      .header .nav ul li {
        cursor: pointer;
        margin-right: 35px;
        list-style: none; }
        .header .nav ul li:hover {
          color: #019CAB; }
        @media screen and (max-width: 1680px) {
          .header .nav ul li {
            margin-right: 30px; } }
        @media screen and (max-width: 1280px) {
          .header .nav ul li {
            margin-right: 10px; } }
        @media screen and (max-width: 1024px) {
          .header .nav ul li {
            margin-right: 0px; } }
        .header .nav ul li:last-child {
          background-image: url("../img/colored.jpg");
          background-repeat: no-repeat;
          border: 2px solid #019CAB;
          padding: 14px 33px 14px 23px;
          background-position: right;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          .header .nav ul li:last-child:hover {
            background-color: #019CAB;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            color: #fff; }
    @media screen and (max-width: 1024px) {
      .header .nav {
        height: -webkit-calc(100% - 55px);
        height: calc(100% - 55px);
        overflow: auto;
        margin-top: 55px;
        position: fixed;
        top: -250%;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: block; }
        .header .nav.active {
          top: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .header .nav ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          z-index: 3;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          font-size: 18px; }
          .header .nav ul li {
            margin-top: 0px;
            margin-right: 0px; }
            .header .nav ul li:last-child {
              display: none; } }
    .header .nav .switch-language-mob {
      display: none;
      margin-top: 20px; }
      .header .nav .switch-language-mob a {
        padding: 0; }
      @media screen and (max-width: 1024px) {
        .header .nav .switch-language-mob {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          background: #e7eaf1;
          padding: 2px;
          -webkit-border-radius: 50px;
          border-radius: 50px;
          width: 120px; } }
      .header .nav .switch-language-mob .language-1 {
        width: 56px;
        height: 56px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 10px;
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .header .nav .switch-language-mob .language-1.active {
          background-color: #fff; }
        .header .nav .switch-language-mob .language-1 img {
          width: 30px;
          -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          margin: 0; }
      .header .nav .switch-language-mob .language-2 {
        width: 56px;
        height: 56px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 10px;
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .header .nav .switch-language-mob .language-2.active {
          background-color: #fff; }
        .header .nav .switch-language-mob .language-2 img {
          -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          width: 30px;
          margin: 0; }
  .header .header_burger {
    display: none;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .header .header_burger {
        display: block;
        position: absolute;
        width: 30px;
        height: 20px;
        left: 40px; } }
  @media screen and (max-width: 1024px) and (max-width: 375px) {
    .header .header_burger {
      left: 20px; } }
    @media screen and (max-width: 1024px) {
        .header .header_burger.active::before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 9px; }
        .header .header_burger.active::after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 9px; }
        .header .header_burger.active span {
          display: none; }
        .header .header_burger span {
          background-color: #1A1A1A;
          position: absolute;
          width: 100%;
          height: 2px;
          top: 9px;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .header .header_burger:before, .header .header_burger:after {
          content: '';
          background-color: #1A1A1A;
          position: absolute;
          width: 100%;
          height: 2px;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .header .header_burger:before {
          top: 0; }
        .header .header_burger:after {
          bottom: 0; } }
  .header .basket {
    display: none;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .header .basket {
        display: block;
        position: absolute;
        right: 40px; } }
  @media screen and (max-width: 1024px) and (max-width: 375px) {
    .header .basket {
      right: 20px; } }

.nav_burger {
  display: none;
  width: 30px;
  height: 19px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 30px;
  z-index: 10; }
  @media screen and (max-width: 960px) {
    .nav_burger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 480px) {
    .nav_burger {
      margin-right: 15px; } }

.languages {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .languages {
      display: none; } }
  .languages .switch-language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #e7eaf1;
    padding: 2px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
    .languages .switch-language .language-1 {
      width: 56px;
      height: 56px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 10px;
      background-color: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .languages .switch-language .language-1.active {
        background-color: #fff; }
      .languages .switch-language .language-1 img {
        width: 30px;
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
    .languages .switch-language .language-2 {
      width: 56px;
      height: 56px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 10px;
      background-color: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .languages .switch-language .language-2.active {
        background-color: #fff; }
      .languages .switch-language .language-2 img {
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
        width: 30px; }

.image-big img {
  width: 100%; }

.background {
  position: relative; }
  .background .use__img {
    width: 45%;
    height: auto;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .background .use__img {
        height: 70%;
        top: 55px; } }
    @media screen and (max-width: 768px) {
      .background .use__img {
        height: auto; } }
    @media screen and (max-width: 768px) {
      .background .use__img {
        width: 100%;
        position: static; } }
    .background .use__img p {
      position: relative;
      z-index: 2;
      color: #7B7B7B;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0.02em;
      margin-top: -50px; }
      @media screen and (max-width: 375px) {
        .background .use__img p {
          font-size: 16px; } }
    .background .use__img .ergoferon {
      position: relative;
      z-index: 3;
      margin-top: 21%; }
      @media screen and (max-width: 768px) {
        .background .use__img .ergoferon {
          width: 70%;
          margin-top: 10%; } }
      @media screen and (max-width: 650px) {
        .background .use__img .ergoferon {
          margin-top: 20%; } }
      @media screen and (max-width: 375px) {
        .background .use__img .ergoferon {
          width: 100%;
          margin-top: 28%; } }
    .background .use__img .prize {
      z-index: 3;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      padding: 25px;
      max-width: 600px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0px 0px 40px rgba(50, 63, 70, 0.07);
      box-shadow: 0px 0px 40px rgba(50, 63, 70, 0.07);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 30px; }
      @media screen and (max-width: 375px) {
        .background .use__img .prize {
          font-size: 14px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin: 10px; } }
      .background .use__img .prize .prize__text {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%; }
        @media screen and (max-width: 1280px) {
          .background .use__img .prize .prize__text {
            font-size: 18px; } }
        @media screen and (max-width: 375px) {
          .background .use__img .prize .prize__text {
            font-size: 14px; } }
        .background .use__img .prize .prize__text span {
          color: #008996; }
    .background .use__img:after {
      position: absolute;
      content: '';
      background: center url("../img/use-bg.png") no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .background .use__img:after {
          height: 50%; } }
      @media screen and (max-width: 650px) {
        .background .use__img:after {
          height: 45%; } }

.wrapper {
  background: #fff;
  padding-bottom: 75px;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-bottom: 30px; } }
  .wrapper .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 1366px) {
      .wrapper .container {
        max-width: 1200px; } }
    @media screen and (max-width: 768px) {
      .wrapper .container {
        max-width: 640px; } }
    @media screen and (max-width: 375px) {
      .wrapper .container {
        padding: 0 15px; } }
    .wrapper .container .use {
      margin-top: 90px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      @media screen and (max-width: 768px) {
        .wrapper .container .use {
          margin-top: 0; } }
      .wrapper .container .use .use__img {
        position: relative; }
        .wrapper .container .use .use__img .ergoferon {
          position: relative;
          max-width: -webkit-calc(100% - 21%);
          max-width: calc(100% - 21%);
          top: 25%;
          left: 30%; }
        .wrapper .container .use .use__img .prize {
          z-index: 2;
          position: absolute;
          bottom: 1%;
          left: 30%;
          background-color: #fff;
          padding: 25px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 600px;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-shadow: 0px 0px 40px rgba(50, 63, 70, 0.07);
          box-shadow: 0px 0px 40px rgba(50, 63, 70, 0.07);
          -webkit-border-radius: 10px;
          border-radius: 10px; }
          .wrapper .container .use .use__img .prize .prize__img {
            margin-right: 25px; }
            .wrapper .container .use .use__img .prize .prize__img img {
              height: 100%;
              width: 100%; }
          .wrapper .container .use .use__img .prize .prize__text {
            font-weight: 400;
            font-size: 20px;
            line-height: 130%; }
            .wrapper .container .use .use__img .prize .prize__text span {
              color: #008996; }
        .wrapper .container .use .use__img img {
          z-index: 5; }
        .wrapper .container .use .use__img p {
          position: absolute;
          z-index: 1;
          bottom: 23%;
          left: 50%;
          color: #7B7B7B;
          font-weight: 400;
          font-size: 20px;
          line-height: 130%;
          letter-spacing: 0.02em; }
      .wrapper .container .use .use__text {
        max-width: 710px;
        width: 50%; }
        @media screen and (max-width: 768px) {
          .wrapper .container .use .use__text {
            width: 100%; } }
        .wrapper .container .use .use__text .use__text-title {
          color: #019CAB;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 52px;
          line-height: 130%;
          margin-top: 145px; }
          @media screen and (max-width: 1280px) {
            .wrapper .container .use .use__text .use__text-title {
              font-size: 42px; } }
          @media screen and (max-width: 1024px) {
            .wrapper .container .use .use__text .use__text-title {
              margin-top: 85px; } }
          @media screen and (max-width: 768px) {
            .wrapper .container .use .use__text .use__text-title {
              font-size: 32px;
              margin-top: 35px; } }
          @media screen and (max-width: 375px) {
            .wrapper .container .use .use__text .use__text-title {
              font-size: 26px; } }
        .wrapper .container .use .use__text .use__list {
          color: #191919;
          font-weight: 500;
          font-size: 22px;
          line-height: 115%;
          letter-spacing: 0.02em;
          padding-bottom: 50px;
          margin-top: 45px; }
          @media screen and (max-width: 1280px) {
            .wrapper .container .use .use__text .use__list {
              font-size: 18px;
              padding-bottom: 40px;
              margin-top: 35px; } }
          @media screen and (max-width: 768px) {
            .wrapper .container .use .use__text .use__list {
              font-size: 16px; } }
          @media screen and (max-width: 480px) {
            .wrapper .container .use .use__text .use__list {
              font-size: 18px;
              padding-bottom: 30px;
              margin-top: 25px; } }
          .wrapper .container .use .use__text .use__list li:nth-child(1) {
            content: '';
            background: url("../img/1.png") left no-repeat;
            background-size: inherit;
            margin-bottom: 25px;
            padding-left: 80px;
            width: 100%;
            height: 100%; }
          .wrapper .container .use .use__text .use__list li:nth-child(2) {
            content: '';
            background: url("../img/2.png") left no-repeat;
            background-size: inherit;
            margin-bottom: 25px;
            width: 100%;
            height: 100%;
            padding: 22px 0 22px 80px; }
          .wrapper .container .use .use__text .use__list li:nth-child(3) {
            content: '';
            background: url("../img/3.png") left no-repeat;
            background-size: inherit;
            margin-bottom: 25px;
            padding-left: 80px;
            width: 100%;
            height: 100%; }
          .wrapper .container .use .use__text .use__list .use__list-item {
            margin-top: 35px;
            margin-right: 30px;
            padding: 19px 0; }
            @media screen and (max-width: 375px) {
              .wrapper .container .use .use__text .use__list .use__list-item {
                padding: 10px 0; } }
        .wrapper .container .use .use__text .use__instruction {
          background-image: url("../img/bigger.png");
          background-repeat: no-repeat;
          border: 2px solid #019CAB;
          padding: 20px 33px 20px 23px;
          background-position: right;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          font-weight: 500;
          font-size: 20px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: inline-block; }
          .wrapper .container .use .use__text .use__instruction:hover {
            background-color: #019CAB;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            color: #fff; }
          @media screen and (max-width: 650px) {
            .wrapper .container .use .use__text .use__instruction {
              display: none; } }
        .wrapper .container .use .use__text .reception__btn-green {
          display: none;
          text-align: center;
          background-image: url("../img/bigger.png");
          background-repeat: no-repeat;
          background-color: #019CAB;
          padding: 20px 42px 20px 30px;
          background-position: right;
          width: 100%;
          font-weight: 500;
          font-size: 20px;
          line-height: 24px;
          color: #fff; }
          @media screen and (max-width: 650px) {
            .wrapper .container .use .use__text .reception__btn-green {
              display: block; } }
    .wrapper .container .tagline {
      margin-top: 70px;
      max-width: 906px; }
      @media screen and (max-width: 1024px) {
        .wrapper .container .tagline {
          margin-top: 0px; } }
      @media screen and (max-width: 768px) {
        .wrapper .container .tagline {
          margin-top: 10px; } }
      .wrapper .container .tagline .tagline__title {
        font-weight: 500;
        font-size: 52px;
        line-height: 115%;
        color: #191919;
        max-width: 800px; }
        @media screen and (max-width: 1280px) {
          .wrapper .container .tagline .tagline__title {
            font-size: 42px; } }
        @media screen and (max-width: 768px) {
          .wrapper .container .tagline .tagline__title {
            font-size: 32px; } }
        .wrapper .container .tagline .tagline__title span {
          color: #008996; }
      .wrapper .container .tagline .tagline__text {
        line-height: 115%;
        font-weight: 500;
        font-size: 24px;
        margin-top: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media screen and (max-width: 1280px) {
          .wrapper .container .tagline .tagline__text {
            font-size: 20px;
            margin-top: 40px; } }
        @media screen and (max-width: 768px) {
          .wrapper .container .tagline .tagline__text {
            font-size: 18px; } }
        @media screen and (max-width: 480px) {
          .wrapper .container .tagline .tagline__text {
            margin-top: 25px; } }
        .wrapper .container .tagline .tagline__text .tagline__text-lungs {
          max-width: 497px;
          background: url("../img/lungs.png") left no-repeat;
          background-size: inherit;
          padding: 15px 0 15px 80px;
          width: 100%;
          height: 100%; }
        .wrapper .container .tagline .tagline__text .tagline__text-thermometer {
          max-width: 309px;
          background: url("../img/thermometer.png") left no-repeat;
          margin-bottom: 25px;
          padding: 10px 10px 10px 80px;
          width: 100%;
          height: 100%; }
    .wrapper .container .eff {
      padding: 70px 0 75px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1280px) {
        .wrapper .container .eff {
          padding: 60px 0 55px 0; } }
      @media screen and (max-width: 1024px) {
        .wrapper .container .eff {
          padding: 50px 0 55px 0; } }
      @media screen and (max-width: 768px) {
        .wrapper .container .eff {
          padding: 40px 0 45px 0; } }
      @media screen and (max-width: 480px) {
        .wrapper .container .eff {
          padding: 30px 0 35px 0; } }
      .wrapper .container .eff .eff__col {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 10px; }
        @media screen and (max-width: 960px) {
          .wrapper .container .eff .eff__col {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .wrapper .container .eff .eff__col .eff__col-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 25px 0px; }
          @media screen and (max-width: 960px) {
            .wrapper .container .eff .eff__col .eff__col-item {
              padding: 15px 0px; } }
          @media screen and (max-width: 650px) {
            .wrapper .container .eff .eff__col .eff__col-item {
              padding: 10px 0px; } }
          @media screen and (max-width: 480px) {
            .wrapper .container .eff .eff__col .eff__col-item {
              -webkit-box-align: start;
              -webkit-align-items: start;
              -ms-flex-align: start;
              align-items: start; } }
          .wrapper .container .eff .eff__col .eff__col-item .eff__col-img {
            margin-right: 25px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
            @media screen and (max-width: 480px) {
              .wrapper .container .eff .eff__col .eff__col-item .eff__col-img {
                width: 50px;
                margin-right: 15px; } }
            .wrapper .container .eff .eff__col .eff__col-item .eff__col-img img {
              width: 100%;
              height: 100%; }
          .wrapper .container .eff .eff__col .eff__col-item .eff__col-text p {
            font-weight: 500;
            font-size: 26px;
            line-height: 115%;
            color: #191919;
            margin-bottom: 10px; }
            @media screen and (max-width: 1280px) {
              .wrapper .container .eff .eff__col .eff__col-item .eff__col-text p {
                font-size: 22px; } }
            @media screen and (max-width: 768px) {
              .wrapper .container .eff .eff__col .eff__col-item .eff__col-text p {
                font-size: 20px; } }
            @media screen and (max-width: 480px) {
              .wrapper .container .eff .eff__col .eff__col-item .eff__col-text p {
                font-size: 18px; } }
          .wrapper .container .eff .eff__col .eff__col-item .eff__col-text span {
            font-weight: 400;
            font-size: 22px;
            line-height: 115%;
            color: #717171; }
            @media screen and (max-width: 1280px) {
              .wrapper .container .eff .eff__col .eff__col-item .eff__col-text span {
                font-size: 18px; } }
            @media screen and (max-width: 768px) {
              .wrapper .container .eff .eff__col .eff__col-item .eff__col-text span {
                font-size: 16px; } }
  .wrapper .game-section {
    position: relative;
    background-color: #EFFAFD;
    height: auto;
    padding-bottom: 85px; }
    @media screen and (max-width: 1366px) {
      .wrapper .game-section {
        padding-bottom: 75px; } }
    @media screen and (max-width: 1280px) {
      .wrapper .game-section {
        padding-top: 30px;
        padding-bottom: 65px; } }
    @media screen and (max-width: 1024px) {
      .wrapper .game-section {
        padding-bottom: 55px; } }
    @media screen and (max-width: 480px) {
      .wrapper .game-section {
        padding-bottom: 35px; } }
    @media screen and (max-width: 1366px) {
      .wrapper .game-section .container {
        max-width: 1200px; } }
    .wrapper .game-section .container .game-section-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .wrapper .game-section .container .game-section-top .game-section__text {
        max-width: 729px; }
        .wrapper .game-section .container .game-section-top .game-section__text .game-section__title {
          font-weight: 500;
          font-size: 52px;
          line-height: 115%;
          color: #191919; }
          @media screen and (max-width: 1280px) {
            .wrapper .game-section .container .game-section-top .game-section__text .game-section__title {
              font-size: 42px; } }
          @media screen and (max-width: 650px) {
            .wrapper .game-section .container .game-section-top .game-section__text .game-section__title {
              font-size: 32px; } }
          .wrapper .game-section .container .game-section-top .game-section__text .game-section__title span {
            color: #008996; }
        .wrapper .game-section .container .game-section-top .game-section__text .game-section__subtitle {
          color: #1A1A1A;
          letter-spacing: 0.03em;
          font-weight: 400;
          font-size: 24px;
          line-height: 135%;
          padding: 30px 0; }
          @media screen and (max-width: 1280px) {
            .wrapper .game-section .container .game-section-top .game-section__text .game-section__subtitle {
              font-size: 18px; } }
      .wrapper .game-section .container .game-section-top .game-section__package {
        z-index: 1;
        position: relative; }
        @media screen and (max-width: 768px) {
          .wrapper .game-section .container .game-section-top .game-section__package {
            display: none; } }
        .wrapper .game-section .container .game-section-top .game-section__package p {
          position: absolute;
          bottom: 15%;
          right: 40%;
          font-size: 14px; }
          @media screen and (max-width: 1280px) {
            .wrapper .game-section .container .game-section-top .game-section__package p {
              right: 25%; } }
          @media screen and (max-width: 1024px) {
            .wrapper .game-section .container .game-section-top .game-section__package p {
              right: 17%; } }
          @media screen and (max-width: 960px) {
            .wrapper .game-section .container .game-section-top .game-section__package p {
              right: 2%;
              bottom: 9%; } }
    .wrapper .game-section .container .game {
      position: relative;
      background-color: #fff;
      max-width: 1400px;
      height: auto;
      z-index: 1;
      padding: 30px 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .wrapper .game-section .container .game {
          padding: 15px 5px; } }
      @media screen and (max-width: 480px) {
        .wrapper .game-section .container .game {
          padding: 5px; } }
      .wrapper .game-section .container .game .hide {
        display: none; }
      .wrapper .game-section .container .game .section__body {
        max-width: 1200px;
        margin: 0 auto;
        background-color: white;
        -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 10px;
        border-radius: 10px; }
      .wrapper .game-section .container .game .game-block {
        position: relative;
        /*@include md {
						display: none;
					}*/ }
      .wrapper .game-section .container .game canvas {
        max-width: 100%; }
      .wrapper .game-section .container .game .game__popup {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border: 2px solid #019CAB;
        max-width: 500px;
        padding: 20px;
        background-color: white; }
      .wrapper .game-section .container .game .game__btn {
        display: table;
        margin: 0 auto 0;
        padding: 15px 25px;
        background-color: #019CAB;
        color: white;
        cursor: pointer;
        white-space: nowrap; }
      .wrapper .game-section .container .game .game__btn_restart {
        margin-top: 30px; }
      .wrapper .game-section .container .game .game__text-block {
        position: absolute;
        font-size: 16px;
        color: #BEBEBE;
        text-align: start; }
        @media screen and (max-width: 480px) {
          .wrapper .game-section .container .game .game__text-block {
            font-size: 12px; } }
      @media screen and (min-width: 769px) {
        .wrapper .game-section .container .game .game__text-block {
          bottom: 35px;
          right: 100px; } }
      @media screen and (max-width: 768px) {
        .wrapper .game-section .container .game .game__text-block {
          top: 10px;
          left: 10px; } }
      @media screen and (min-width: 769px) {
        .wrapper .game-section .container .game .game__text-row:not(:last-child) {
          margin-bottom: 10px; } }
      .wrapper .game-section .container .game .game__text-block b {
        font-weight: 500;
        color: #008996; }
      .wrapper .game-section .container .game .game__text-block b.b_color_black {
        color: #5A5A5A; }
      .wrapper .game-section .container .game .game-block__mobile-controls {
        display: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto; }
      .wrapper .game-section .container .game .game-block__mobile-controls.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .wrapper .game-section .container .game .mobile-control {
        background-color: transparent;
        padding: 0 10px;
        width: 70px;
        height: 70px;
        border: none;
        outline: none; }
      .wrapper .game-section .container .game .mobile-control img {
        max-width: 100%; }
      .wrapper .game-section .container .game .mobile-control_left img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .wrapper .game-section .container .game .game-description-block {
        position: relative;
        padding: 40px 20px;
        font-size: 22px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .wrapper .game-section .container .game .game-description-block {
            display: none; } }
      @media screen and (max-width: 768px) {
        .wrapper .game-section .container .game .game-description-block {
          padding: 20px;
          font-size: 18px; } }
      .wrapper .game-section .container .game .game-description-block:before {
        content: '';
        display: block;
        width: 94%;
        height: 1px;
        background-color: #DCDCDC;
        position: absolute;
        top: 0;
        left: 3%; }
      .wrapper .game-section .container .game .game-description-block .p_weight_500 {
        font-weight: 500; }
      .wrapper .game-section .container .game .bullets-description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px; }
      .wrapper .game-section .container .game .bullets-description .bullet {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 13px;
        /*10px 17px;*/
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%; }
      .wrapper .game-section .container .game .bullets-description .bullet__icon {
        margin-right: 15px; }
      .wrapper .game-section .container .game .game-mob {
        display: none;
        max-width: 600px;
        margin: 30px auto; }
        @media screen and (max-width: 768px) {
          .wrapper .game-section .container .game .game-mob {
            display: block; } }
        .wrapper .game-section .container .game .game-mob .game__title {
          letter-spacing: 0.03em;
          color: #1A1A1A;
          font-weight: 500;
          font-size: 20px;
          line-height: 135%;
          margin-bottom: 20px; }
        .wrapper .game-section .container .game .game-mob .game__item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-weight: 400;
          font-size: 14px;
          line-height: 110%;
          color: #1A1A1A;
          margin-top: 20px;
          max-width: 250px;
          margin: 10px auto; }
          .wrapper .game-section .container .game .game-mob .game__item img {
            display: block;
            margin-right: 15px; }
      .wrapper .game-section .container .game .game-start {
        margin-top: 25px;
        background: #019CAB;
        padding: 14px 25px;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        background-image: url("../img/bigger.png");
        background-repeat: no-repeat;
        background-position: right; }
    .wrapper .game-section .container .buy {
      display: inline-block;
      color: #fff;
      background-image: url("../img/bigger.png");
      background-repeat: no-repeat;
      background-color: #019CAB;
      padding: 20px 33px 20px 23px;
      background-position: right;
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      margin-top: 75px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .wrapper .game-section .container .buy:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: #FA4D8B; }
      @media screen and (max-width: 1280px) {
        .wrapper .game-section .container .buy {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .wrapper .game-section .container .buy {
          font-size: 16px; } }
      @media screen and (max-width: 650px) {
        .wrapper .game-section .container .buy {
          display: none; } }
    .wrapper .game-section .top {
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 1024px) {
        .wrapper .game-section .top {
          width: 40%;
          height: auto; } }
    .wrapper .game-section .bottom {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 1024px) {
        .wrapper .game-section .bottom {
          width: 40%;
          height: auto; } }
  @media screen and (max-width: 1366px) {
    .wrapper .container {
      max-width: 1200px; } }
  .wrapper .container .principle__title {
    margin-top: 100px;
    font-weight: 500;
    font-size: 52px;
    line-height: 115%;
    color: #191919;
    max-width: 800px; }
    .wrapper .container .principle__title span {
      color: #008996; }
    @media screen and (max-width: 1280px) {
      .wrapper .container .principle__title {
        font-size: 42px;
        margin-top: 80px; } }
    @media screen and (max-width: 768px) {
      .wrapper .container .principle__title {
        font-size: 36px;
        margin-top: 50px; } }
    @media screen and (max-width: 650px) {
      .wrapper .container .principle__title {
        font-size: 32px; } }
    @media screen and (max-width: 375px) {
      .wrapper .container .principle__title {
        margin-top: 30px; } }
  .wrapper .container .principle {
    overflow-y: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px; }
    @media screen and (max-width: 650px) {
      .wrapper .container .principle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 35px; } }
    .wrapper .container .principle .activation {
      padding-right: 150px; }
      @media screen and (max-width: 1024px) {
        .wrapper .container .principle .activation {
          padding-right: 50px; } }
      @media screen and (max-width: 650px) {
        .wrapper .container .principle .activation {
          padding-right: 0; } }
      .wrapper .container .principle .activation .activation__title {
        color: #FA4D8B;
        font-weight: 500;
        font-size: 32px;
        line-height: 115%; }
        @media screen and (max-width: 1280px) {
          .wrapper .container .principle .activation .activation__title {
            font-size: 28px; } }
        @media screen and (max-width: 768px) {
          .wrapper .container .principle .activation .activation__title {
            font-size: 24px; } }
      .wrapper .container .principle .activation .action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-weight: normal;
        font-size: 26px;
        line-height: 115%;
        margin-bottom: -50px; }
        @media screen and (max-width: 1280px) {
          .wrapper .container .principle .activation .action {
            font-size: 22px; } }
        @media screen and (max-width: 960px) {
          .wrapper .container .principle .activation .action {
            font-size: 18px; } }
        .wrapper .container .principle .activation .action .action__items {
          position: relative;
          padding-left: 60px;
          margin-bottom: 70px; }
          @media screen and (max-width: 650px) {
            .wrapper .container .principle .activation .action .action__items {
              margin-bottom: 50px; } }
          @media screen and (max-width: 480px) {
            .wrapper .container .principle .activation .action .action__items {
              margin-bottom: 30px; } }
          .wrapper .container .principle .activation .action .action__items:before {
            position: absolute;
            left: 0;
            top: 17px;
            content: '';
            background-color: #FA4D8B;
            width: 2px;
            height: 300px; }
            @media screen and (max-width: 1280px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 280px; } }
            @media screen and (max-width: 1024px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 280px; } }
            @media screen and (max-width: 960px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 255px; } }
            @media screen and (max-width: 768px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 295px; } }
            @media screen and (max-width: 650px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 153px; } }
            @media screen and (max-width: 480px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 173px; } }
            @media screen and (max-width: 375px) {
              .wrapper .container .principle .activation .action .action__items:before {
                height: 196px; } }
          .wrapper .container .principle .activation .action .action__items .action__item {
            padding-top: 40px;
            position: relative; }
            @media screen and (max-width: 650px) {
              .wrapper .container .principle .activation .action .action__items .action__item {
                padding-top: 25px; } }
            .wrapper .container .principle .activation .action .action__items .action__item:last-child:after {
              position: absolute;
              left: -60px;
              content: '';
              background-color: #FA4D8B;
              width: 2px;
              height: 100px;
              top: -50px; }
              @media screen and (max-width: 650px) {
                .wrapper .container .principle .activation .action .action__items .action__item:last-child:after {
                  top: -65px; } }
            .wrapper .container .principle .activation .action .action__items .action__item:before {
              position: absolute;
              left: -60px;
              top: 50px;
              content: '';
              background-color: #FA4D8B;
              width: 40px;
              height: 2px; }
              @media screen and (max-width: 650px) {
                .wrapper .container .principle .activation .action .action__items .action__item:before {
                  top: 33px; } }
    @media screen and (max-width: 650px) {
      .wrapper .container .principle .decrease {
        margin-top: 35px; } }
    @media screen and (max-width: 480px) {
      .wrapper .container .principle .decrease {
        margin-top: 45px; } }
    .wrapper .container .principle .decrease .decrease__title {
      color: #FD711B;
      font-weight: 500;
      font-size: 32px;
      line-height: 115%; }
      @media screen and (max-width: 1280px) {
        .wrapper .container .principle .decrease .decrease__title {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .wrapper .container .principle .decrease .decrease__title {
          font-size: 24px; } }
    .wrapper .container .principle .decrease .action {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-weight: normal;
      font-size: 26px;
      line-height: 115%; }
      @media screen and (max-width: 1280px) {
        .wrapper .container .principle .decrease .action {
          font-size: 22px; } }
      @media screen and (max-width: 960px) {
        .wrapper .container .principle .decrease .action {
          font-size: 18px; } }
      .wrapper .container .principle .decrease .action .action__items {
        position: relative;
        padding-left: 60px;
        margin-bottom: 70px; }
        @media screen and (max-width: 650px) {
          .wrapper .container .principle .decrease .action .action__items {
            margin-bottom: 50px; } }
        @media screen and (max-width: 480px) {
          .wrapper .container .principle .decrease .action .action__items {
            margin-bottom: 5px; } }
        .wrapper .container .principle .decrease .action .action__items:before {
          position: absolute;
          left: 0;
          top: 1px;
          content: '';
          background-color: #FD711B;
          width: 2px;
          height: 146px;
          margin-top: 5px; }
          @media screen and (max-width: 1280px) {
            .wrapper .container .principle .decrease .action .action__items:before {
              height: 138px; } }
          @media screen and (max-width: 960px) {
            .wrapper .container .principle .decrease .action .action__items:before {
              height: 127px; } }
          @media screen and (max-width: 650px) {
            .wrapper .container .principle .decrease .action .action__items:before {
              height: 98px;
              margin-top: 0; } }
          @media screen and (max-width: 480px) {
            .wrapper .container .principle .decrease .action .action__items:before {
              height: 99px; } }
          @media screen and (max-width: 375px) {
            .wrapper .container .principle .decrease .action .action__items:before {
              height: 106px; } }
        .wrapper .container .principle .decrease .action .action__items .action__item {
          position: relative;
          padding-top: 40px; }
          @media screen and (max-width: 650px) {
            .wrapper .container .principle .decrease .action .action__items .action__item {
              padding-top: 25px; } }
          .wrapper .container .principle .decrease .action .action__items .action__item:before {
            position: absolute;
            left: -60px;
            top: 52px;
            content: '';
            background-color: #FD711B;
            width: 40px;
            height: 2px; }
            @media screen and (max-width: 650px) {
              .wrapper .container .principle .decrease .action .action__items .action__item:before {
                top: 33px; } }
          .wrapper .container .principle .decrease .action .action__items .action__item:last-child:after {
            position: absolute;
            left: -60px;
            top: 4px;
            content: '';
            background-color: #FD711B;
            width: 2px;
            height: 50px; }
            @media screen and (max-width: 650px) {
              .wrapper .container .principle .decrease .action .action__items .action__item:last-child:after {
                top: -15px; } }
  .wrapper .container .online {
    padding-top: 150px;
    margin: 0 auto;
    background: url("../img/line.png") no-repeat;
    background-position: bottom center;
    max-width: 100%; }
    @media screen and (max-width: 1366px) {
      .wrapper .container .online {
        padding-top: 100px; } }
    @media screen and (max-width: 1024px) {
      .wrapper .container .online {
        padding-top: 50px;
        background: none; } }
    @media screen and (max-width: 650px) {
      .wrapper .container .online {
        padding-top: 40px; } }
    @media screen and (max-width: 375px) {
      .wrapper .container .online {
        padding-top: 30px; } }
    .wrapper .container .online .online__title {
      font-weight: 500;
      font-size: 52px;
      line-height: 115%;
      text-align: center;
      color: #008996; }
      .wrapper .container .online .online__title span {
        color: #a1a1a1;
        font-size: 24px; }
      @media screen and (max-width: 1280px) {
        .wrapper .container .online .online__title {
          font-size: 42px; } }
      @media screen and (max-width: 650px) {
        .wrapper .container .online .online__title {
          font-size: 32px; } }
    .wrapper .container .online .pharmacy__block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 950px;
      margin: 65px auto; }
      @media screen and (max-width: 768px) {
        .wrapper .container .online .pharmacy__block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 45px auto; } }
      @media screen and (max-width: 480px) {
        .wrapper .container .online .pharmacy__block {
          margin: 35px auto; } }
      .wrapper .container .online .pharmacy__block .pharmacy__item {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 25px #ECECEC;
        box-shadow: 0px 2px 25px #ECECEC;
        width: 200px;
        height: 200px;
        margin: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px; }
        .wrapper .container .online .pharmacy__block .pharmacy__item:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .wrapper .container .online .pharmacy__block .pharmacy__item img {
          width: 200px;
          margin-top: 20px; }
  .wrapper .container .warning {
    margin-top: 25px;
    color: #DFDFDF;
    font-weight: 300;
    font-size: 54px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px; }
    .wrapper .container .warning p {
      margin-top: 15px;
      font-weight: 300;
      font-size: 24px;
      line-height: 130%; }
      @media screen and (max-width: 1366px) {
        .wrapper .container .warning p {
          font-size: 22px; } }
      @media screen and (max-width: 1280px) {
        .wrapper .container .warning p {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .wrapper .container .warning p {
          font-size: 18px; } }
      @media screen and (max-width: 375px) {
        .wrapper .container .warning p {
          font-size: 14px; } }
    @media screen and (max-width: 1366px) {
      .wrapper .container .warning {
        font-size: 48px; } }
    @media screen and (max-width: 1280px) {
      .wrapper .container .warning {
        font-size: 44px; } }
    @media screen and (max-width: 768px) {
      .wrapper .container .warning {
        font-size: 28px; } }
    @media screen and (max-width: 375px) {
      .wrapper .container .warning {
        font-size: 20px; } }
  .wrapper .pack {
    max-width: 500px;
    margin: -50px auto; }
    @media screen and (max-width: 480px) {
      .wrapper .pack {
        margin: -30px auto; } }

.reception {
  background-color: #F7F7F7;
  padding: 100px 30px;
  position: relative; }
  @media screen and (max-width: 1366px) {
    .reception {
      padding: 75px 30px; } }
  @media screen and (max-width: 1024px) {
    .reception {
      padding: 50px 30px; } }
  @media screen and (max-width: 650px) {
    .reception {
      padding: 40px 30px; } }
  @media screen and (max-width: 375px) {
    .reception {
      padding: 30px 10px; } }
  .reception .container {
    max-width: 1400px;
    margin: 0 auto;
    /*reception-pc*/ }
    @media screen and (max-width: 1366px) {
      .reception .container {
        max-width: 1200px; } }
    .reception .container .reception__title {
      font-weight: 500;
      font-size: 52px;
      line-height: 115%; }
      .reception .container .reception__title span {
        color: #008996; }
      @media screen and (max-width: 1280px) {
        .reception .container .reception__title {
          font-size: 42px; } }
      @media screen and (max-width: 650px) {
        .reception .container .reception__title {
          font-size: 32px; } }
    .reception .container .reception__subtitle {
      font-weight: normal;
      font-size: 24px;
      line-height: 135%;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 1280px) {
        .reception .container .reception__subtitle {
          font-size: 20px; } }
    .reception .container .reception__img {
      width: 100%;
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        .reception .container .reception__img {
          display: none; } }
    .reception .container .reception-pc {
      display: block;
      margin-top: 40px;
      /*reception-row*/ }
      @media screen and (max-width: 1024px) {
        .reception .container .reception-pc {
          display: none; } }
      .reception .container .reception-pc .reception__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        /*day-1*/
        /*day-2*/ }
        .reception .container .reception-pc .reception__row .day-1 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 40%; }
          @media screen and (max-width: 1366px) {
            .reception .container .reception-pc .reception__row .day-1 {
              width: 35%; } }
          @media screen and (max-width: 1280px) {
            .reception .container .reception-pc .reception__row .day-1 {
              width: 32%; } }
          .reception .container .reception-pc .reception__row .day-1 .day-1__title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #191919;
            font-weight: normal;
            font-size: 18px;
            line-height: 115%; }
            .reception .container .reception-pc .reception__row .day-1 .day-1__title span {
              font-weight: 700;
              font-size: 20px;
              line-height: 135%;
              text-align: center;
              letter-spacing: 0.03em;
              color: #FFFFFF;
              background-color: #FA4D8B;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: block;
              padding-top: 7px;
              margin-top: 170px;
              position: relative; }
              .reception .container .reception-pc .reception__row .day-1 .day-1__title span:before {
                position: absolute;
                left: 19px;
                bottom: -80px;
                content: '';
                background-color: #FA4D8B;
                width: 2px;
                height: 85px; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-1 .day-1__title span:before {
                    left: 19px;
                    bottom: -80px; } }
              .reception .container .reception-pc .reception__row .day-1 .day-1__title span:after {
                position: absolute;
                left: 39px;
                bottom: 18px;
                content: '';
                background-color: #FA4D8B;
                width: 300px;
                height: 4px;
                z-index: 1; }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-1 .day-1__title span:after {
                    width: 200px; } }
            .reception .container .reception-pc .reception__row .day-1 .day-1__title p {
              margin-top: 60px;
              font-weight: 400;
              font-size: 18px;
              line-height: 115%;
              padding-left: 30px; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-1 .day-1__title p {
                  font-size: 14px; } }
          .reception .container .reception-pc .reception__row .day-1 .tab-5 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
            .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__item {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              margin-top: 50px;
              margin-left: 26px; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__item {
                  margin-left: 0; } }
              .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__item p {
                color: #7D7D7D;
                font-weight: 400;
                font-size: 14px;
                line-height: 115%; }
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__item p span {
                  font-weight: 500;
                  font-size: 20px;
                  line-height: 115%;
                  color: #FA4D8B; }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__item p span {
                      font-size: 16px; } }
            .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              position: absolute;
              bottom: 26%;
              left: 5%; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body {
                  bottom: 28%; } }
              .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab {
                position: relative;
                z-index: 2;
                width: 100%; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab {
                    width: 35px; } }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab {
                    width: 25px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:first-child:before {
                  position: absolute;
                  left: 19px;
                  bottom: 39px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 2px;
                  height: 40px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:first-child:before {
                      left: 17px;
                      bottom: 34px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:first-child:before {
                      left: 12px;
                      bottom: 27px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:first-child:after {
                  position: absolute;
                  left: 19px;
                  bottom: 77px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 100px;
                  height: 2px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:first-child:after {
                      left: 17px;
                      bottom: 72px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:first-child:after {
                      left: 12px;
                      bottom: 67px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:last-child:before {
                  position: absolute;
                  left: 19px;
                  bottom: 39px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 2px;
                  height: 40px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:last-child:before {
                      left: 17px;
                      bottom: 34px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:last-child:before {
                      left: 12px;
                      bottom: 27px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:last-child:after {
                  position: absolute;
                  left: -79px;
                  bottom: 77px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 100px;
                  height: 2px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:last-child:after {
                      left: -81px;
                      bottom: 72px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-5 .tab-5__body .tab:last-child:after {
                      left: -86px;
                      bottom: 67px; } }
          .reception .container .reception-pc .reception__row .day-1 .tab-3 {
            width: 40%; }
            @media screen and (max-width: 1280px) {
              .reception .container .reception-pc .reception__row .day-1 .tab-3 {
                width: 30%; } }
            .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__item {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              margin-top: 27px;
              margin-left: 57px;
              width: 231px; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__item {
                  margin-left: 40px; } }
              .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__item p {
                color: #7D7D7D;
                font-weight: 400;
                font-size: 14px;
                line-height: 115%; }
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__item p span {
                  font-weight: 500;
                  font-size: 20px;
                  line-height: 115%;
                  color: #FA4D8B; }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__item p span {
                      font-size: 18px; } }
            .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              position: absolute;
              bottom: 26%;
              left: 24%; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body {
                  left: 21%;
                  bottom: 28%; } }
              .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab {
                position: relative;
                z-index: 2;
                width: 100%; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab {
                    width: 35px; } }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab {
                    width: 25px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:first-child:before {
                  position: absolute;
                  left: 19px;
                  bottom: 39px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 2px;
                  height: 40px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:first-child:before {
                      left: 17px;
                      bottom: 34px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:first-child:before {
                      left: 12px;
                      bottom: 27px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:first-child:after {
                  position: absolute;
                  left: 19px;
                  bottom: 77px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 60px;
                  height: 2px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:first-child:after {
                      left: 17px;
                      bottom: 73px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:first-child:after {
                      left: 12px;
                      bottom: 67px;
                      width: 40px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:last-child:before {
                  position: absolute;
                  left: 19px;
                  bottom: 39px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 2px;
                  height: 40px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:last-child:before {
                      left: 17px;
                      bottom: 34px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:last-child:before {
                      left: 12px;
                      bottom: 27px; } }
                .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:last-child:after {
                  position: absolute;
                  left: -39px;
                  bottom: 77px;
                  content: '';
                  background-color: #FA4D8B;
                  width: 60px;
                  height: 2px; }
                  @media screen and (max-width: 1366px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:last-child:after {
                      left: -41px;
                      bottom: 73px; } }
                  @media screen and (max-width: 1280px) {
                    .reception .container .reception-pc .reception__row .day-1 .tab-3 .tab-3__body .tab:last-child:after {
                      left: -26px;
                      bottom: 67px;
                      width: 40px; } }
        .reception .container .reception-pc .reception__row .day-2 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 15%; }
          .reception .container .reception-pc .reception__row .day-2 .day-2__title {
            color: #191919;
            font-weight: normal;
            font-size: 18px;
            line-height: 115%; }
            .reception .container .reception-pc .reception__row .day-2 .day-2__title span {
              font-weight: bold;
              font-size: 20px;
              line-height: 135%;
              text-align: center;
              letter-spacing: 0.03em;
              color: #FFFFFF;
              background-color: #FD711B;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: block;
              position: relative;
              padding-top: 7px;
              margin-top: 170px; }
              .reception .container .reception-pc .reception__row .day-2 .day-2__title span:before {
                position: absolute;
                left: -300px;
                bottom: 18px;
                content: '';
                background-color: #FA4D8B;
                width: 300px;
                height: 4px; }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-2 .day-2__title span:before {
                    width: 200px;
                    left: -200px; } }
              .reception .container .reception-pc .reception__row .day-2 .day-2__title span:after {
                position: absolute;
                left: 39px;
                bottom: 16px;
                content: '';
                background-color: #FD711B;
                width: 500px;
                height: 4px;
                z-index: 1; }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-2 .day-2__title span:after {
                    width: 400px; } }
            .reception .container .reception-pc .reception__row .day-2 .day-2__title p {
              margin-top: 60px;
              margin-left: 30px;
              position: relative; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-2 .day-2__title p {
                  font-size: 14px; } }
              .reception .container .reception-pc .reception__row .day-2 .day-2__title p:before {
                position: absolute;
                left: -11px;
                bottom: 0;
                content: '';
                background-color: #FD711B;
                width: 2px;
                height: 85px; }
          .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            bottom: 26%;
            left: 39%; }
            @media screen and (max-width: 1280px) {
              .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body {
                left: 36%;
                bottom: 28%; } }
            .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab {
              position: relative;
              z-index: 2; }
              @media screen and (max-width: 1366px) {
                .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab {
                  width: 35px; } }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab {
                  width: 25px; } }
              .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab:first-child:before {
                position: absolute;
                left: 19px;
                bottom: 39px;
                content: '';
                background-color: #FD711B;
                width: 2px;
                height: 40px; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab:first-child:before {
                    left: 16px;
                    bottom: 32px; } }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab:first-child:before {
                    left: 12px;
                    bottom: 27px; } }
              .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab:first-child:after {
                position: absolute;
                left: 19px;
                bottom: 77px;
                content: '';
                background-color: #FD711B;
                width: 400px;
                height: 2px; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab:first-child:after {
                    left: 16px;
                    bottom: 70px; } }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-2 .tab-3 .tab-3__body .tab:first-child:after {
                    left: 12px;
                    bottom: 67px; } }
        .reception .container .reception-pc .reception__row .day-3 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 15%; }
          .reception .container .reception-pc .reception__row .day-3 .day-3__title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #191919;
            font-weight: normal;
            font-size: 18px;
            line-height: 115%; }
            .reception .container .reception-pc .reception__row .day-3 .day-3__title span {
              font-weight: bold;
              font-size: 20px;
              line-height: 135%;
              text-align: center;
              letter-spacing: 0.03em;
              color: #FFFFFF;
              background-color: #FD711B;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: block;
              position: relative;
              padding-top: 7px;
              margin-top: 170px;
              z-index: 2; }
              .reception .container .reception-pc .reception__row .day-3 .day-3__title span:before {
                position: absolute;
                left: 19px;
                bottom: -80px;
                content: '';
                background-color: #FD711B;
                width: 2px;
                height: 85px; }
            .reception .container .reception-pc .reception__row .day-3 .day-3__title p {
              margin-top: 60px;
              margin-left: 30px; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-3 .day-3__title p {
                  font-size: 14px; } }
          .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__item {
            margin-top: 50px;
            width: 300px; }
            .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__item p {
              color: #7D7D7D;
              font-weight: 400;
              font-size: 14px;
              line-height: 115%; }
              .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__item p span {
                font-weight: 500;
                font-size: 20px;
                line-height: 115%;
                color: #FD711B; }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__item p span {
                    font-size: 18px; } }
          .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            bottom: 26%;
            left: 54%;
            position: absolute; }
            @media screen and (max-width: 1280px) {
              .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__body {
                left: 51%;
                bottom: 28%; } }
            .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__body .tab {
              position: relative;
              z-index: 2;
              width: 100%; }
              @media screen and (max-width: 1366px) {
                .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__body .tab {
                  width: 35px; } }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-3 .tab-3 .tab-3__body .tab {
                  width: 25px; } }
        .reception .container .reception-pc .reception__row .day-4 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 15%; }
          .reception .container .reception-pc .reception__row .day-4 .day-4__title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #191919;
            font-weight: normal;
            font-size: 18px;
            line-height: 115%; }
            .reception .container .reception-pc .reception__row .day-4 .day-4__title span {
              font-weight: bold;
              font-size: 20px;
              line-height: 135%;
              text-align: center;
              letter-spacing: 0.03em;
              color: #FFFFFF;
              background-color: #FD711B;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: block;
              position: relative;
              padding-top: 7px;
              margin-top: 170px;
              z-index: 2; }
              .reception .container .reception-pc .reception__row .day-4 .day-4__title span:before {
                position: absolute;
                left: 19px;
                bottom: -80px;
                content: '';
                background-color: #FD711B;
                width: 2px;
                height: 85px; }
            .reception .container .reception-pc .reception__row .day-4 .day-4__title p {
              margin-top: 60px;
              margin-left: 30px; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-4 .day-4__title p {
                  font-size: 14px; } }
          .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            bottom: 26%;
            left: 68.5%; }
            @media screen and (max-width: 1280px) {
              .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
                left: 67%;
                bottom: 28%; } }
            .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body .tab {
              position: relative;
              z-index: 2;
              width: 100%; }
              @media screen and (max-width: 1366px) {
                .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body .tab {
                  width: 35px; } }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body .tab {
                  width: 25px; } }
        .reception .container .reception-pc .reception__row .day-5 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 15%; }
          .reception .container .reception-pc .reception__row .day-5 .day-5__title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #191919;
            font-weight: normal;
            font-size: 18px;
            line-height: 115%; }
            .reception .container .reception-pc .reception__row .day-5 .day-5__title span {
              font-weight: bold;
              font-size: 20px;
              line-height: 135%;
              text-align: center;
              letter-spacing: 0.03em;
              color: #FFFFFF;
              background-color: #FD711B;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: block;
              position: relative;
              padding-top: 7px;
              margin-top: 170px;
              z-index: 2; }
              .reception .container .reception-pc .reception__row .day-5 .day-5__title span:before {
                position: absolute;
                left: 19px;
                bottom: -80px;
                content: '';
                background-color: #FD711B;
                width: 2px;
                height: 85px; }
            .reception .container .reception-pc .reception__row .day-5 .day-5__title p {
              margin-top: 60px;
              margin-left: 30px; }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-5 .day-5__title p {
                  font-size: 14px; } }
          .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            bottom: 26%;
            left: 83%; }
            @media screen and (max-width: 1280px) {
              .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
                left: 82%;
                bottom: 28%; } }
            .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab {
              position: relative;
              z-index: 2;
              width: 100%; }
              @media screen and (max-width: 1366px) {
                .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab {
                  width: 35px; } }
              @media screen and (max-width: 1280px) {
                .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab {
                  width: 25px; } }
              .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab:last-child:before {
                position: absolute;
                left: 19px;
                bottom: 39px;
                content: '';
                background-color: #FD711B;
                width: 2px;
                height: 40px; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab:last-child:before {
                    left: 13px;
                    bottom: 31px; } }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab:last-child:before {
                    left: 12px;
                    bottom: 27px; } }
              .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab:last-child:after {
                position: absolute;
                left: -379px;
                bottom: 77px;
                content: '';
                background-color: #FD711B;
                width: 400px;
                height: 2px; }
                @media screen and (max-width: 1366px) {
                  .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab:last-child:after {
                    left: -385px;
                    bottom: 70px; } }
                @media screen and (max-width: 1280px) {
                  .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body .tab:last-child:after {
                    left: -386px;
                    bottom: 67px; } }
        .reception .container .reception-pc .reception__row .finish {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 172px;
          position: relative; }
          .reception .container .reception-pc .reception__row .finish:after {
            position: absolute;
            left: -500px;
            bottom: 98px;
            content: '';
            background-color: #FD711B;
            width: 500px;
            height: 4px;
            z-index: 1; }
          .reception .container .reception-pc .reception__row .finish::before {
            position: absolute;
            left: 19px;
            bottom: -2px;
            content: '';
            background-color: #008996;
            width: 2px;
            height: 80px; }
          .reception .container .reception-pc .reception__row .finish p {
            margin-top: 36px;
            padding-left: 30px; }
            @media screen and (max-width: 1280px) {
              .reception .container .reception-pc .reception__row .finish p {
                font-size: 14px; } }
    .reception .container .reception-plan {
      padding-left: 70px;
      display: none; }
      @media screen and (max-width: 1024px) {
        .reception .container .reception-plan {
          display: block; } }
      .reception .container .reception-plan .day-1 {
        margin-top: 30px; }
        .reception .container .reception-plan .day-1:before {
          position: absolute;
          left: 59px;
          content: '';
          background-color: #FA4D8B;
          width: 2px;
          height: 259px; }
        .reception .container .reception-plan .day-1:after {
          position: absolute;
          left: 59px;
          content: '';
          background-color: #FA4D8B;
          width: 2px;
          height: 69px;
          margin-top: -99px; }
        .reception .container .reception-plan .day-1 .day-img {
          padding-left: 20px; }
          .reception .container .reception-plan .day-1 .day-img:before {
            position: absolute;
            left: 61px;
            content: '';
            background-color: #FA4D8B;
            width: 40px;
            height: 2px;
            margin-top: 15px; }
        .reception .container .reception-plan .day-1 .day-1__title {
          color: #191919;
          font-weight: normal;
          font-size: 18px;
          line-height: 115%;
          display: inline-block; }
          .reception .container .reception-plan .day-1 .day-1__title span {
            font-weight: bold;
            font-size: 20px;
            line-height: 135%;
            text-align: center;
            letter-spacing: 0.03em;
            color: #FFFFFF;
            background-color: #FA4D8B;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: inherit;
            position: absolute;
            left: 40px;
            padding-top: 7px; }
        .reception .container .reception-plan .day-1 p {
          color: #7D7D7D;
          font-weight: 400;
          font-size: 14px;
          line-height: 115%;
          margin-top: 25px; }
          .reception .container .reception-plan .day-1 p span {
            font-weight: 500;
            font-size: 20px;
            line-height: 115%;
            color: #FA4D8B; }
      .reception .container .reception-plan .day-2 {
        margin-top: 30px; }
        .reception .container .reception-plan .day-2:before {
          position: absolute;
          left: 59px;
          content: '';
          background-color: #FD711B;
          width: 2px;
          height: 126px; }
        .reception .container .reception-plan .day-2 .day-img {
          padding-left: 20px; }
          .reception .container .reception-plan .day-2 .day-img:before {
            position: absolute;
            left: 61px;
            content: '';
            background-color: #FD711B;
            width: 40px;
            height: 2px;
            margin-top: 15px; }
          .reception .container .reception-plan .day-2 .day-img:after {
            position: absolute;
            left: 59px;
            content: '';
            background-color: #FD711B;
            width: 2px;
            height: 67px;
            margin-top: -50px; }
        .reception .container .reception-plan .day-2 .day-2__title {
          color: #191919;
          font-weight: normal;
          font-size: 18px;
          line-height: 115%; }
          .reception .container .reception-plan .day-2 .day-2__title span {
            font-weight: bold;
            font-size: 20px;
            line-height: 135%;
            text-align: center;
            letter-spacing: 0.03em;
            color: #FFFFFF;
            background-color: #FD711B;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: inherit;
            position: absolute;
            left: 40px;
            padding-top: 7px; }
        .reception .container .reception-plan .day-2 p {
          color: #7D7D7D;
          font-weight: 400;
          font-size: 14px;
          line-height: 115%;
          margin-top: 25px; }
          .reception .container .reception-plan .day-2 p span {
            font-weight: 500;
            font-size: 20px;
            line-height: 115%;
            color: #FD711B; }
    .reception .container .reception__btn-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 650px) {
        .reception .container .reception__btn-section a {
          width: 100%; } }
      .reception .container .reception__btn-section .reception__btn-white {
        background-image: url("../img/bigger.png");
        background-repeat: no-repeat;
        border: 2px solid #019CAB;
        padding: 20px 42px 20px 30px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        background-position: right;
        margin-top: 60px;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-right: 35px;
        background-color: #f6f6f6;
        text-align: center; }
        .reception .container .reception__btn-section .reception__btn-white:hover {
          background-color: #019CAB;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          color: #fff; }
        @media screen and (max-width: 1280px) {
          .reception .container .reception__btn-section .reception__btn-white {
            font-size: 16px; } }
        @media screen and (max-width: 650px) {
          .reception .container .reception__btn-section .reception__btn-white {
            width: 100%;
            margin-right: 0;
            padding: 13px 32px 13px 20px;
            margin-top: 40px; } }
        @media screen and (max-width: 480px) {
          .reception .container .reception__btn-section .reception__btn-white {
            margin-top: 25px; } }
      .reception .container .reception__btn-section .reception__btn-green {
        background-image: url("../img/bigger.png");
        background-repeat: no-repeat;
        background-color: #019CAB;
        border: 2px solid #019CAB;
        padding: 20px 42px 20px 30px;
        background-position: right;
        margin-top: 59px;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        text-align: center; }
        .reception .container .reception__btn-section .reception__btn-green:hover {
          background-color: #FA4D8B;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        @media screen and (max-width: 1280px) {
          .reception .container .reception__btn-section .reception__btn-green {
            font-size: 16px; } }
        @media screen and (max-width: 650px) {
          .reception .container .reception__btn-section .reception__btn-green {
            width: 100%;
            margin-top: 25px;
            padding: 13px 32px 13px 20px; } }

.name {
  text-align: center;
  display: none; }
  @media screen and (max-width: 960px) {
    .name {
      display: block; } }

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .footer {
      max-width: 1200px; } }
  @media screen and (max-width: 960px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 100%; } }
  .footer .footer__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1C1919;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    width: 45%; }
    @media screen and (max-width: 1280px) {
      .footer .footer__col {
        font-size: 14px;
        padding-right: 20px; } }
    @media screen and (max-width: 960px) {
      .footer .footer__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        font-size: 18px;
        width: 100%;
        padding-right: 0;
        text-align: center; } }
    .footer .footer__col .footer__logo {
      margin-right: 35px; }
      @media screen and (max-width: 960px) {
        .footer .footer__col .footer__logo {
          margin-right: 0;
          margin-top: 25px; } }
      @media screen and (max-width: 480px) {
        .footer .footer__col .footer__logo {
          width: 65%; } }
    .footer .footer__col p {
      margin-right: 35px; }
      @media screen and (max-width: 960px) {
        .footer .footer__col p {
          margin-right: 0;
          margin-top: 25px;
          text-align: center; } }
      .footer .footer__col p:last-child {
        margin-right: 0; }
      .footer .footer__col p span {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        color: #008996; }
        @media screen and (max-width: 1280px) {
          .footer .footer__col p span {
            font-size: 12px; } }
        @media screen and (max-width: 960px) {
          .footer .footer__col p span {
            font-size: 22px; } }
        @media screen and (max-width: 480px) {
          .footer .footer__col p span {
            font-size: 18px; } }
    .footer .footer__col .materia {
      color: #969696; }
      @media screen and (max-width: 960px) {
        .footer .footer__col .materia {
          text-align: center; } }

.container {
  width: 100%;
  max-width: 1400px; }
  @media screen and (max-width: 1680px) {
    .container {
      max-width: 1270px; } }
  @media screen and (max-width: 1366px) {
    .container {
      max-width: 1170px; } }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 970px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0 30px; } }
  @media screen and (max-width: 960px) {
    .container {
      padding: 0 25px; } }
  @media screen and (max-width: 650px) {
    .container {
      padding: 0 15px; } }

.ergoferon-kz, .ergoferon-kz-ru {
  font-family: 'Montserrat', sans-serif; }
  .ergoferon-kz .header, .ergoferon-kz-ru .header {
    font-size: 16px;
    padding: 0 50px; }
    @media screen and (max-width: 1680px) {
      .ergoferon-kz .header, .ergoferon-kz-ru .header {
        padding: 0 20px;
        font-size: 14px; } }
    @media screen and (max-width: 1280px) {
      .ergoferon-kz .header, .ergoferon-kz-ru .header {
        font-size: 12px; } }
    .ergoferon-kz .header .nav ul li, .ergoferon-kz-ru .header .nav ul li {
      margin-right: 15px; }
      @media screen and (max-width: 1280px) {
        .ergoferon-kz .header .nav ul li, .ergoferon-kz-ru .header .nav ul li {
          margin-right: 10px; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .header .nav ul li, .ergoferon-kz-ru .header .nav ul li {
          margin-right: 0px; } }
      @media screen and (max-width: 1280px) {
        .ergoferon-kz .header .nav ul li:last-child, .ergoferon-kz-ru .header .nav ul li:last-child {
          padding: 10px 15px; } }
  .ergoferon-kz .container .tagline .tagline__text, .ergoferon-kz-ru .container .tagline .tagline__text {
    font-weight: 400;
    width: 80%; }
    @media screen and (max-width: 768px) {
      .ergoferon-kz .container .tagline .tagline__text, .ergoferon-kz-ru .container .tagline .tagline__text {
        width: 100%; } }
  .ergoferon-kz .container .tagline .tagline__list, .ergoferon-kz-ru .container .tagline .tagline__list {
    font-weight: 500;
    font-size: 26px;
    line-height: 115%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1280px) {
      .ergoferon-kz .container .tagline .tagline__list, .ergoferon-kz-ru .container .tagline .tagline__list {
        font-size: 22px; } }
    @media screen and (max-width: 960px) {
      .ergoferon-kz .container .tagline .tagline__list, .ergoferon-kz-ru .container .tagline .tagline__list {
        font-size: 20px; } }
    @media screen and (max-width: 650px) {
      .ergoferon-kz .container .tagline .tagline__list, .ergoferon-kz-ru .container .tagline .tagline__list {
        font-size: 18px; } }
    .ergoferon-kz .container .tagline .tagline__list .tagline__item, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 35px;
      width: 30%;
      padding-left: 40px;
      max-width: 500px; }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item {
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item {
          padding-left: 50px; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(1), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(1) {
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(1), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(1) {
          padding-left: 50px; } }
      .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(1):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(1):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #008996;
        margin-top: 5px;
        margin-right: 25px;
        position: absolute;
        margin-left: -40px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(1):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(1):before {
            left: 30px;
            margin-left: 0; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(2), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(2) {
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(2), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(2) {
          padding-left: 50px; } }
      .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(2):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(2):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #E92549;
        margin-right: 25px;
        margin-top: 5px;
        position: absolute;
        margin-left: -40px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(2):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(2):before {
            left: 30px;
            margin-left: 0; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(3), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(3) {
          width: 100%;
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(3), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(3) {
          padding-left: 50px; } }
      .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(3):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(3):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #F0E211;
        margin-right: 25px;
        margin-top: 5px;
        position: absolute;
        margin-left: -40px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(3):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(3):before {
            margin-left: 0;
            left: 30px; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
          padding-left: 50px; } }
      .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(4):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(4):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #EA691A;
        margin-right: 25px;
        margin-top: 5px;
        position: absolute;
        margin-left: -40px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(4):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(4):before {
            margin-left: 0;
            left: 30px; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(5), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(5) {
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(5), .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(5) {
          padding-left: 50px; } }
      .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(5):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(5):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #752165;
        margin-right: 25px;
        margin-top: 5px;
        position: absolute;
        margin-left: -40px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-kz .container .tagline .tagline__list .tagline__item:nth-child(5):before, .ergoferon-kz-ru .container .tagline .tagline__list .tagline__item:nth-child(5):before {
            margin-left: 0;
            left: 30px; } }
  .ergoferon-kz .game-section .container .game-section-top .game-section__package, .ergoferon-kz-ru .game-section .container .game-section-top .game-section__package {
    position: relative; }
    @media screen and (max-width: 960px) {
      .ergoferon-kz .game-section .container .game-section-top .game-section__package, .ergoferon-kz-ru .game-section .container .game-section-top .game-section__package {
        display: none; } }
    .ergoferon-kz .game-section .container .game-section-top .game-section__package p, .ergoferon-kz-ru .game-section .container .game-section-top .game-section__package p {
      position: absolute;
      z-index: 1;
      right: 30%;
      color: #7B7B7B;
      font-weight: 400;
      line-height: 130%;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 1366px) {
        .ergoferon-kz .game-section .container .game-section-top .game-section__package p, .ergoferon-kz-ru .game-section .container .game-section-top .game-section__package p {
          bottom: 13%; } }
      @media screen and (max-width: 1280px) {
        .ergoferon-kz .game-section .container .game-section-top .game-section__package p, .ergoferon-kz-ru .game-section .container .game-section-top .game-section__package p {
          right: 15%; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-kz .game-section .container .game-section-top .game-section__package p, .ergoferon-kz-ru .game-section .container .game-section-top .game-section__package p {
          bottom: 13%; } }
  .ergoferon-kz .wrapper .container .online, .ergoferon-kz-ru .wrapper .container .online {
    background-position: bottom center; }
    .ergoferon-kz .wrapper .container .online .pharmacy__block a:nth-child(2) .pharmacy__item img, .ergoferon-kz-ru .wrapper .container .online .pharmacy__block a:nth-child(2) .pharmacy__item img {
      width: 100px;
      margin: 40px; }
      @media screen and (max-width: 650px) {
        .ergoferon-kz .wrapper .container .online .pharmacy__block a:nth-child(2) .pharmacy__item img, .ergoferon-kz-ru .wrapper .container .online .pharmacy__block a:nth-child(2) .pharmacy__item img {
          margin: 25px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-kz .wrapper .container .online .pharmacy__block a:nth-child(2) .pharmacy__item img, .ergoferon-kz-ru .wrapper .container .online .pharmacy__block a:nth-child(2) .pharmacy__item img {
          margin: 5px; } }

.reception .container .reception-pc .reception__row .day-2 .day-2__title span:after {
  bottom: 18px; }

.reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
  left: 69%; }
  @media screen and (max-width: 1366px) {
    .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
      left: 66.5%; } }

.reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
  left: 83%; }
  @media screen and (max-width: 1366px) {
    .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
      left: 81%; } }

@media screen and (max-width: 480px) {
  .background .use__img:after {
    height: 40%; } }

.background .use__img .prize .prize__img {
  width: 20%; }
  @media screen and (max-width: 1280px) {
    .background .use__img .prize .prize__img {
      width: 45%; } }
  @media screen and (max-width: 960px) {
    .background .use__img .prize .prize__img {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .background .use__img .prize .prize__img {
      width: 20%; } }
  @media screen and (max-width: 650px) {
    .background .use__img .prize .prize__img {
      width: 40%; } }
  @media screen and (max-width: 480px) {
    .background .use__img .prize .prize__img {
      width: 40%; } }
  @media screen and (max-width: 375px) {
    .background .use__img .prize .prize__img {
      width: 100%; } }

.ergoferon-kz-ru .wrapper .container .reception-pc .reception__row .finish:after {
  bottom: 96px; }
  @media screen and (max-width: 1280px) {
    .ergoferon-kz-ru .wrapper .container .reception-pc .reception__row .finish:after {
      bottom: 98px; } }

@media screen and (max-width: 768px) {
  .ergoferon-kz-ru .wrapper .container .principle {
    margin-top: 35px; } }

.ergoferon-kz-ru .wrapper .container .principle .activation .action .action__items:before {
  height: 269px; }
  @media screen and (max-width: 1280px) {
    .ergoferon-kz-ru .wrapper .container .principle .activation .action .action__items:before {
      height: 255px; } }
  @media screen and (max-width: 768px) {
    .ergoferon-kz-ru .wrapper .container .principle .activation .action .action__items:before {
      height: 275px; } }
  @media screen and (max-width: 650px) {
    .ergoferon-kz-ru .wrapper .container .principle .activation .action .action__items:before {
      height: 153px; } }
  @media screen and (max-width: 375px) {
    .ergoferon-kz-ru .wrapper .container .principle .activation .action .action__items:before {
      height: 193px; } }

@media screen and (max-width: 960px) {
  .ergoferon-kz-ru .wrapper .container .principle .decrease .action .action__items:before {
    height: 138px; } }

@media screen and (max-width: 768px) {
  .ergoferon-kz-ru .wrapper .container .principle .decrease .action .action__items:before {
    height: 128px; } }

@media screen and (max-width: 650px) {
  .ergoferon-kz-ru .wrapper .container .principle .decrease .action .action__items:before {
    height: 79px;
    margin-top: 0; } }

@media screen and (max-width: 480px) {
  .ergoferon-kz-ru .wrapper .container .principle .decrease .action .action__items:before {
    height: 99px; } }

@media screen and (max-width: 375px) {
  .ergoferon-kz-ru .wrapper .container .principle .decrease .action .action__items:before {
    height: 99px; } }

@media screen and (max-width: 1280px) {
  .ergoferon-kz .wrapper .container .principle .activation .action .action__items:before {
    height: 280px; } }

@media screen and (max-width: 960px) {
  .ergoferon-kz .wrapper .container .principle .activation .action .action__items:before {
    height: 255px; } }

@media screen and (max-width: 650px) {
  .ergoferon-kz .wrapper .container .principle .activation .action .action__items:before {
    height: 153px; } }

@media screen and (max-width: 480px) {
  .ergoferon-kz .wrapper .container .principle .activation .action .action__items:before {
    height: 193px; } }

@media screen and (max-width: 375px) {
  .ergoferon-kz .wrapper .container .principle .activation .action .action__items:before {
    height: 233px; } }

@media screen and (max-width: 960px) {
  .ergoferon-kz .wrapper .container .principle .decrease .action .action__items:before {
    height: 128px; } }

@media screen and (max-width: 650px) {
  .ergoferon-kz .wrapper .container .principle .decrease .action .action__items:before {
    height: 98px;
    margin-top: 0; } }

@media screen and (max-width: 480px) {
  .ergoferon-kz .wrapper .container .principle .decrease .action .action__items:before {
    height: 99px; } }

@media screen and (max-width: 375px) {
  .ergoferon-kz .wrapper .container .principle .decrease .action .action__items:before {
    height: 124px; } }

.ergoferon-kz .reception .container .reception-pc .reception__row .day-2 .day-2__title span:after {
  bottom: 18px; }

.ergoferon-kz .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
  left: 69%; }
  @media screen and (max-width: 1366px) {
    .ergoferon-kz .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
      left: 66.5%; } }

.ergoferon-kz .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
  left: 83%; }
  @media screen and (max-width: 1366px) {
    .ergoferon-kz .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
      left: 81%; } }

.ergoferon-kz .reception .container .reception-plan .day-1:after {
  margin-top: -96px; }

@media screen and (max-width: 375px) {
  .ergoferon-kz .reception .container .reception-plan .day-1:before {
    height: 286px; } }

@media screen and (max-width: 375px) {
  .ergoferon-kz .reception .container .reception-plan .day-2:before {
    height: 165px; } }

@media screen and (max-width: 375px) {
  .ergoferon-kz .reception .container .reception__btn-section .reception__btn-white {
    font-size: 14px; } }

@media screen and (max-width: 375px) {
  .ergoferon-kz .reception .container .reception__btn-section .reception__btn-green {
    font-size: 14px; } }

.container {
  width: 100%;
  max-width: 1400px; }
  @media screen and (max-width: 1680px) {
    .container {
      max-width: 1270px; } }
  @media screen and (max-width: 1366px) {
    .container {
      max-width: 1170px; } }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 970px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0 30px; } }
  @media screen and (max-width: 960px) {
    .container {
      padding: 0 25px; } }
  @media screen and (max-width: 650px) {
    .container {
      padding: 0 15px; } }

.ergoferon-md .header, .ergoferon-md-ru .header {
  font-size: 16px;
  padding: 0 50px; }
  @media screen and (max-width: 1680px) {
    .ergoferon-md .header, .ergoferon-md-ru .header {
      padding: 0 20px;
      font-size: 14px; } }
  .ergoferon-md .header .nav ul li, .ergoferon-md-ru .header .nav ul li {
    margin-right: 15px; }
    @media screen and (max-width: 1280px) {
      .ergoferon-md .header .nav ul li, .ergoferon-md-ru .header .nav ul li {
        margin-right: 10px; } }
    @media screen and (max-width: 1024px) {
      .ergoferon-md .header .nav ul li, .ergoferon-md-ru .header .nav ul li {
        margin-right: 0px; } }
    @media screen and (max-width: 1280px) {
      .ergoferon-md .header .nav ul li:last-child, .ergoferon-md-ru .header .nav ul li:last-child {
        padding: 10px 15px; } }

.ergoferon-md .container .complex, .ergoferon-md-ru .container .complex {
  margin-top: 40px; }

.ergoferon-md .container .tagline .tagline__text, .ergoferon-md-ru .container .tagline .tagline__text {
  width: 50%;
  font-weight: 400;
  margin-top: 30px; }
  @media screen and (max-width: 1280px) {
    .ergoferon-md .container .tagline .tagline__text, .ergoferon-md-ru .container .tagline .tagline__text {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .ergoferon-md .container .tagline .tagline__text, .ergoferon-md-ru .container .tagline .tagline__text {
      width: 100%; } }

.ergoferon-md .container .tagline .tagline__list, .ergoferon-md-ru .container .tagline .tagline__list {
  font-weight: 500;
  font-size: 26px;
  line-height: 115%; }
  @media screen and (max-width: 1280px) {
    .ergoferon-md .container .tagline .tagline__list, .ergoferon-md-ru .container .tagline .tagline__list {
      font-size: 22px; } }
  @media screen and (max-width: 960px) {
    .ergoferon-md .container .tagline .tagline__list, .ergoferon-md-ru .container .tagline .tagline__list {
      font-size: 20px; } }
  @media screen and (max-width: 650px) {
    .ergoferon-md .container .tagline .tagline__list, .ergoferon-md-ru .container .tagline .tagline__list {
      font-size: 18px; } }
  .ergoferon-md .container .tagline .tagline__list .tagline__item, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 50%;
    margin-top: 35px; }
    @media screen and (max-width: 1024px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(1), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(1) {
        padding-left: 40px; } }
    @media screen and (max-width: 375px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(1), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(1) {
        padding-left: 50px; } }
    .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(1):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(1):before {
      content: '';
      width: 22px;
      height: 22px;
      background: #008996;
      margin-right: 15px;
      margin-top: 5px; }
      @media screen and (max-width: 1024px) {
        .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(1):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(1):before {
          position: absolute;
          left: 30px; } }
    @media screen and (max-width: 1024px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(2), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(2) {
        padding-left: 40px; } }
    @media screen and (max-width: 375px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(2), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(2) {
        padding-left: 50px; } }
    .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(2):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(2):before {
      content: '';
      width: 22px;
      height: 22px;
      background: #F0E211;
      margin-right: 15px;
      margin-top: 5px; }
      @media screen and (max-width: 1024px) {
        .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(2):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(2):before {
          position: absolute;
          left: 30px; } }
    @media screen and (max-width: 1024px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(3), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(3) {
        width: 100%;
        padding-left: 40px; } }
    @media screen and (max-width: 375px) {
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(3), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(3) {
        padding-left: 50px; } }
    .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(3):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(3):before {
      content: '';
      width: 22px;
      height: 22px;
      background: #EA691A;
      margin-right: 15px;
      margin-top: 5px; }
      @media screen and (max-width: 1024px) {
        .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(3):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(3):before {
          position: absolute;
          left: 30px; } }
    .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
      margin-bottom: 75px; }
      @media screen and (max-width: 1024px) {
        .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
          padding-left: 40px;
          margin-bottom: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
          padding-left: 50px; } }
      .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(4):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(4):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #E92549;
        margin-right: 15px;
        margin-top: 5px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-md .container .tagline .tagline__list .tagline__item:nth-child(4):before, .ergoferon-md-ru .container .tagline .tagline__list .tagline__item:nth-child(4):before {
            position: absolute;
            left: 30px; } }

.ergoferon-md .container .online .pharmacy__block, .ergoferon-md-ru .container .online .pharmacy__block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ergoferon-md .game-section .container .game-section-top .game-section__package, .ergoferon-md-ru .game-section .container .game-section-top .game-section__package {
  position: relative; }
  @media screen and (max-width: 960px) {
    .ergoferon-md .game-section .container .game-section-top .game-section__package, .ergoferon-md-ru .game-section .container .game-section-top .game-section__package {
      display: none; } }

.reception .container .reception-pc .reception__row .day-2 .day-2__title span:after {
  bottom: 16px; }
  @media screen and (max-width: 1280px) {
    .reception .container .reception-pc .reception__row .day-2 .day-2__title span:after {
      bottom: 18px; } }

.reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
  left: 67%; }
  @media screen and (max-width: 1366px) {
    .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
      left: 66.5%; } }
  @media screen and (max-width: 1280px) {
    .reception .container .reception-pc .reception__row .day-4 .tab-3 .tab-3__body {
      left: 64.5%; } }

.reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
  left: 80%; }
  @media screen and (max-width: 1366px) {
    .reception .container .reception-pc .reception__row .day-5 .tab-3 .tab-3__body {
      left: 79%; } }

.reception .container .reception-plan .day-1:after {
  margin-top: -98px; }

@media screen and (max-width: 375px) {
  .reception .container .reception-plan .day-2:before {
    height: 144px; } }

@media screen and (max-width: 375px) {
  .background .use__img .prize {
    margin: 10px; } }

.background .use__img .prize .prize__img {
  width: 20%; }
  @media screen and (max-width: 1280px) {
    .background .use__img .prize .prize__img {
      width: 45%; } }
  @media screen and (max-width: 960px) {
    .background .use__img .prize .prize__img {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .background .use__img .prize .prize__img {
      width: 20%; } }
  @media screen and (max-width: 650px) {
    .background .use__img .prize .prize__img {
      width: 40%; } }
  @media screen and (max-width: 480px) {
    .background .use__img .prize .prize__img {
      width: 78%; } }
  @media screen and (max-width: 375px) {
    .background .use__img .prize .prize__img {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .background .use__img .prize .prize__img:after {
      height: 40%; } }

.ergoferon-md-ru .container .online {
  background-position: bottom center; }

@media screen and (max-width: 960px) {
  .ergoferon-md .wrapper .container .principle .activation .action .action__items {
    font-size: 18px; } }

@media screen and (max-width: 375px) {
  .ergoferon-md .wrapper .container .principle .activation .action .action__items {
    font-size: 16px; } }

.ergoferon-md .wrapper .container .principle .activation .action .action__items:before {
  height: 270px; }
  @media screen and (max-width: 1280px) {
    .ergoferon-md .wrapper .container .principle .activation .action .action__items:before {
      height: 255px; } }
  @media screen and (max-width: 960px) {
    .ergoferon-md .wrapper .container .principle .activation .action .action__items:before {
      height: 235px; } }
  @media screen and (max-width: 768px) {
    .ergoferon-md .wrapper .container .principle .activation .action .action__items:before {
      height: 255px; } }
  @media screen and (max-width: 650px) {
    .ergoferon-md .wrapper .container .principle .activation .action .action__items:before {
      height: 154px; } }
  @media screen and (max-width: 375px) {
    .ergoferon-md .wrapper .container .principle .activation .action .action__items:before {
      height: 173px; } }

@media screen and (max-width: 960px) {
  .ergoferon-md .wrapper .container .principle .decrease .action .action__items {
    font-size: 18px; } }

@media screen and (max-width: 375px) {
  .ergoferon-md .wrapper .container .principle .decrease .action .action__items {
    font-size: 16px; } }

@media screen and (max-width: 650px) {
  .ergoferon-md .wrapper .container .principle .decrease .action .action__items:before {
    height: 79px; } }

@media screen and (max-width: 480px) {
  .ergoferon-md .wrapper .container .principle .decrease .action .action__items:before {
    height: 86px; } }

.container {
  width: 100%;
  max-width: 1400px; }
  @media screen and (max-width: 1680px) {
    .container {
      max-width: 1270px; } }
  @media screen and (max-width: 1366px) {
    .container {
      max-width: 1170px; } }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 970px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0 30px; } }
  @media screen and (max-width: 960px) {
    .container {
      padding: 0 25px; } }
  @media screen and (max-width: 650px) {
    .container {
      padding: 0 15px; } }

.ergoferon-uz, .ergoferon-uz-ru {
  /*modal*/ }
  @media screen and (max-width: 1680px) {
    .ergoferon-uz .header, .ergoferon-uz-ru .header {
      padding: 0 20px;
      font-size: 16px; } }
  @media screen and (max-width: 1280px) {
    .ergoferon-uz .header, .ergoferon-uz-ru .header {
      font-size: 14px; } }
  .ergoferon-uz .container .complex, .ergoferon-uz-ru .container .complex {
    margin-top: 40px; }
  .ergoferon-uz .container .tagline .tagline__text, .ergoferon-uz-ru .container .tagline .tagline__text {
    width: 50%;
    font-weight: 400;
    margin-top: 30px; }
    @media screen and (max-width: 1280px) {
      .ergoferon-uz .container .tagline .tagline__text, .ergoferon-uz-ru .container .tagline .tagline__text {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .ergoferon-uz .container .tagline .tagline__text, .ergoferon-uz-ru .container .tagline .tagline__text {
        width: 100%; } }
  .ergoferon-uz .container .tagline .tagline__list, .ergoferon-uz-ru .container .tagline .tagline__list {
    font-weight: 500;
    font-size: 26px;
    line-height: 115%; }
    @media screen and (max-width: 1280px) {
      .ergoferon-uz .container .tagline .tagline__list, .ergoferon-uz-ru .container .tagline .tagline__list {
        font-size: 22px; } }
    @media screen and (max-width: 960px) {
      .ergoferon-uz .container .tagline .tagline__list, .ergoferon-uz-ru .container .tagline .tagline__list {
        font-size: 20px; } }
    @media screen and (max-width: 650px) {
      .ergoferon-uz .container .tagline .tagline__list, .ergoferon-uz-ru .container .tagline .tagline__list {
        font-size: 18px; } }
    .ergoferon-uz .container .tagline .tagline__list .tagline__item, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 35px; }
      @media screen and (max-width: 1024px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item {
          width: 100%; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(1), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(1) {
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(1), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(1) {
          padding-left: 50px; } }
      .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(1):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(1):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #008996;
        margin-right: 15px;
        margin-top: 5px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(1):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(1):before {
            position: absolute;
            left: 30px; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(2), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(2) {
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(2), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(2) {
          padding-left: 50px; } }
      .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(2):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(2):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #EA691A;
        margin-right: 15px;
        margin-top: 5px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(2):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(2):before {
            position: absolute;
            left: 30px; } }
      @media screen and (max-width: 1024px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(3), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(3) {
          width: 100%;
          padding-left: 40px; } }
      @media screen and (max-width: 375px) {
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(3), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(3) {
          padding-left: 50px; } }
      .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(3):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(3):before {
        content: '';
        width: 22px;
        height: 22px;
        background: #F0E211;
        margin-right: 15px;
        margin-top: 5px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(3):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(3):before {
            position: absolute;
            left: 30px; } }
      .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
        margin-bottom: 75px; }
        @media screen and (max-width: 1024px) {
          .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
            padding-left: 40px;
            margin-bottom: 40px; } }
        @media screen and (max-width: 375px) {
          .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(4), .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(4) {
            padding-left: 50px; } }
        .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(4):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(4):before {
          content: '';
          width: 22px;
          height: 22px;
          background: #E92549;
          margin-right: 15px;
          margin-top: 5px; }
          @media screen and (max-width: 1024px) {
            .ergoferon-uz .container .tagline .tagline__list .tagline__item:nth-child(4):before, .ergoferon-uz-ru .container .tagline .tagline__list .tagline__item:nth-child(4):before {
              position: absolute;
              left: 30px; } }
  .ergoferon-uz .game-section .container .game-section-top .game-section__package, .ergoferon-uz-ru .game-section .container .game-section-top .game-section__package {
    position: relative; }
    @media screen and (max-width: 960px) {
      .ergoferon-uz .game-section .container .game-section-top .game-section__package, .ergoferon-uz-ru .game-section .container .game-section-top .game-section__package {
        display: none; } }
    @media screen and (max-width: 1280px) {
      .ergoferon-uz .game-section .container .game-section-top .game-section__package p, .ergoferon-uz-ru .game-section .container .game-section-top .game-section__package p {
        right: 17%;
        bottom: 13%; } }
    @media screen and (max-width: 1024px) {
      .ergoferon-uz .game-section .container .game-section-top .game-section__package p, .ergoferon-uz-ru .game-section .container .game-section-top .game-section__package p {
        font-size: 16px;
        bottom: 10%; } }
  @media screen and (max-width: 960px) {
    .ergoferon-uz .wrapper .container .online .pharmacy__block, .ergoferon-uz-ru .wrapper .container .online .pharmacy__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .ergoferon-uz .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2), .ergoferon-uz-ru .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2) {
    padding: 50px; }
    @media screen and (max-width: 650px) {
      .ergoferon-uz .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2), .ergoferon-uz-ru .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2) {
        padding: 30px; } }
    @media screen and (max-width: 375px) {
      .ergoferon-uz .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2), .ergoferon-uz-ru .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2) {
        padding: 10px; } }
    .ergoferon-uz .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2) img, .ergoferon-uz-ru .wrapper .container .online .pharmacy__block .pharmacy__item:nth-child(2) img {
      width: 100px; }
  .ergoferon-uz .footer, .ergoferon-uz-ru .footer {
    margin-top: 30px; }
    .ergoferon-uz .footer .footer__col, .ergoferon-uz-ru .footer .footer__col {
      width: 50%; }
      @media screen and (max-width: 650px) {
        .ergoferon-uz .footer .footer__col, .ergoferon-uz-ru .footer .footer__col {
          width: 80%; } }
      @media screen and (max-width: 480px) {
        .ergoferon-uz .footer .footer__col, .ergoferon-uz-ru .footer .footer__col {
          width: 100%; } }
      .ergoferon-uz .footer .footer__col .question, .ergoferon-uz-ru .footer .footer__col .question {
        content: '';
        background-image: url("../img/bigger.png");
        background-repeat: no-repeat;
        background-color: #019CAB;
        padding: 20px 42px 20px 30px;
        background-position: right;
        width: 100%;
        max-width: 286px;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        margin-right: 35px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .ergoferon-uz .footer .footer__col .question:hover, .ergoferon-uz-ru .footer .footer__col .question:hover {
          background-color: #FA4D8B;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        @media screen and (max-width: 960px) {
          .ergoferon-uz .footer .footer__col .question, .ergoferon-uz-ru .footer .footer__col .question {
            font-size: 16px;
            margin-top: 25px;
            margin-right: 0;
            max-width: 600px;
            width: 100%; } }
      .ergoferon-uz .footer .footer__col p, .ergoferon-uz-ru .footer .footer__col p {
        width: 70%; }
        @media screen and (max-width: 768px) {
          .ergoferon-uz .footer .footer__col p, .ergoferon-uz-ru .footer .footer__col p {
            width: 90%; } }
  .ergoferon-uz .reception .container .reception-plan .day-1:after, .ergoferon-uz-ru .reception .container .reception-plan .day-1:after {
    margin-top: -98px; }
  .ergoferon-uz .modal-bg, .ergoferon-uz-ru .modal-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 10; }
    .ergoferon-uz .modal-bg.active, .ergoferon-uz-ru .modal-bg.active {
      display: block;
      top: 0;
      right: 0; }
  .ergoferon-uz .modal, .ergoferon-uz-ru .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 13;
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-width: 750px;
    width: 100%;
    display: none;
    max-height: 100vh;
    z-index: 20;
    /*modal-body */ }
    @media screen and (max-width: 480px) {
      .ergoferon-uz .modal, .ergoferon-uz-ru .modal {
        padding: 0; } }
    .ergoferon-uz .modal.active, .ergoferon-uz-ru .modal.active {
      display: block; }
    .ergoferon-uz .modal .modal-body, .ergoferon-uz-ru .modal .modal-body {
      position: relative;
      max-width: 600px;
      width: 100%;
      background-color: #f5f5f5;
      padding: 10px;
      border: 10px solid #fff;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      z-index: 10;
      /*form*/ }
      @media screen and (max-width: 480px) {
        .ergoferon-uz .modal .modal-body, .ergoferon-uz-ru .modal .modal-body {
          padding: 10px 0; } }
      @media screen and (max-width: 375px) {
        .ergoferon-uz .modal .modal-body, .ergoferon-uz-ru .modal .modal-body {
          border: 0px;
          -webkit-border-radius: 0px;
          border-radius: 0px; } }
      .ergoferon-uz .modal .modal-body .modal-cross, .ergoferon-uz-ru .modal .modal-body .modal-cross {
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 20px;
        width: 35px;
        height: 20px; }
        @media screen and (max-width: 768px) {
          .ergoferon-uz .modal .modal-body .modal-cross, .ergoferon-uz-ru .modal .modal-body .modal-cross {
            right: 10px;
            top: 10px; } }
        .ergoferon-uz .modal .modal-body .modal-cross .cross-first, .ergoferon-uz-ru .modal .modal-body .modal-cross .cross-first {
          background-color: #1A1A1A;
          position: absolute;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 19px;
          right: 5px;
          width: 80%;
          height: 2px; }
        .ergoferon-uz .modal .modal-body .modal-cross .cross-second, .ergoferon-uz-ru .modal .modal-body .modal-cross .cross-second {
          background-color: #1A1A1A;
          position: absolute;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 19px;
          right: 5px;
          width: 80%;
          height: 2px; }
      .ergoferon-uz .modal .modal-body .form, .ergoferon-uz-ru .modal .modal-body .form {
        margin: 0 auto;
        padding: 40px 30px;
        max-width: 500px;
        /*form__body*/ }
        @media screen and (max-width: 480px) {
          .ergoferon-uz .modal .modal-body .form, .ergoferon-uz-ru .modal .modal-body .form {
            padding: 30px 10px; } }
        .ergoferon-uz .modal .modal-body .form .form__body .form__title, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__title {
          font-size: 36px;
          font-weight: 700;
          margin-bottom: 50px; }
          @media screen and (max-width: 650px) {
            .ergoferon-uz .modal .modal-body .form .form__body .form__title, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__title {
              font-size: 32px; } }
          @media screen and (max-width: 375px) {
            .ergoferon-uz .modal .modal-body .form .form__body .form__title, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__title {
              font-size: 28px; } }
        .ergoferon-uz .modal .modal-body .form .form__body .form-result_success, .ergoferon-uz-ru .modal .modal-body .form .form__body .form-result_success {
          color: #32CD32;
          font-size: 18px;
          font-weight: 400;
          padding: 20px 0; }
        .ergoferon-uz .modal .modal-body .form .form__body .form-result_error, .ergoferon-uz-ru .modal .modal-body .form .form__body .form-result_error {
          color: #DC143C;
          font-size: 18px;
          font-weight: 400;
          padding: 20px 0; }
        .ergoferon-uz .modal .modal-body .form .form__body .form__item, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__item {
          margin-bottom: 15px; }
          .ergoferon-uz .modal .modal-body .form .form__body .form__item .form__lable, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__item .form__lable {
            font-size: 18px;
            display: block;
            margin-bottom: 20px; }
          .ergoferon-uz .modal .modal-body .form .form__body .form__item .form__input, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__item .form__input {
            height: 50px;
            width: 100%;
            font-size: 18px;
            padding: 5px 10px;
            border: 1px solid #d1d1d1;
            -webkit-border-radius: 4px;
            border-radius: 4px; }
          .ergoferon-uz .modal .modal-body .form .form__body .form__item textarea.form__input, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__item textarea.form__input {
            min-height: 120px;
            resize: vertical; }
          .ergoferon-uz .modal .modal-body .form .form__body .form__item .g-recaptcha, .ergoferon-uz-ru .modal .modal-body .form .form__body .form__item .g-recaptcha {
            background-color: #000;
            color: #fff;
            padding: 15px 20px; }
      .ergoferon-uz .modal .modal-body .send, .ergoferon-uz-ru .modal .modal-body .send {
        text-transform: uppercase;
        font-size: 16px;
        padding: 10px 30px 10px 15px;
        color: #fff;
        background-color: #019CAB;
        background-image: url("../img/bigger.png");
        background-repeat: no-repeat;
        background-position: right;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-top: 30px; }
        @media screen and (max-width: 480px) {
          .ergoferon-uz .modal .modal-body .send, .ergoferon-uz-ru .modal .modal-body .send {
            width: 100%; } }
        .ergoferon-uz .modal .modal-body .send:hover, .ergoferon-uz-ru .modal .modal-body .send:hover {
          background-color: #FA4D8B;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          color: #000; }

@media screen and (max-width: 480px) {
  .ergoferon-uz .background .use__img:after {
    height: 40%; } }

@media screen and (max-width: 375px) {
  .ergoferon-uz .background .container .use .use__text .use__text-title {
    margin-top: 10px; } }

@media screen and (max-width: 960px) {
  .ergoferon-uz .wrapper .container .principle .activation .action .action__items {
    font-size: 18px; } }

@media screen and (max-width: 960px) {
  .ergoferon-uz .wrapper .container .principle .activation .action .action__items:before {
    height: 255px; } }

@media screen and (max-width: 768px) {
  .ergoferon-uz .wrapper .container .principle .activation .action .action__items:before {
    height: 264px; } }

@media screen and (max-width: 650px) {
  .ergoferon-uz .wrapper .container .principle .activation .action .action__items:before {
    height: 154px; } }

@media screen and (max-width: 650px) {
  .ergoferon-uz .wrapper .container .principle .activation .action .action__items:before {
    height: 173px; } }

@media screen and (max-width: 375px) {
  .ergoferon-uz .wrapper .container .principle .activation .action .action__items:before {
    height: 215px; } }

@media screen and (max-width: 960px) {
  .ergoferon-uz .wrapper .container .principle .decrease .action .action__items {
    font-size: 18px; } }

@media screen and (max-width: 650px) {
  .ergoferon-uz .wrapper .container .principle .decrease .action .action__items:before {
    height: 79px; } }

@media screen and (max-width: 480px) {
  .ergoferon-uz .wrapper .container .principle .decrease .action .action__items:before {
    height: 86px; } }

@media screen and (max-width: 375px) {
  .ergoferon-uz .wrapper .container .principle .decrease .action .action__items:before {
    height: 109px; } }

@media screen and (max-width: 1280px) {
  .ergoferon-uz .reception .container .reception-pc .reception__row .day-4 .tab-3__body {
    left: 66.5%; } }

.ergoferon-uz .reception .container .reception-pc .reception__row .day-5 .tab-3__body {
  left: 83%; }
  @media screen and (max-width: 1366px) {
    .ergoferon-uz .reception .container .reception-pc .reception__row .day-5 .tab-3__body {
      left: 80%; } }

.container {
  width: 100%;
  max-width: 1400px; }
  @media screen and (max-width: 1680px) {
    .container {
      max-width: 1270px; } }
  @media screen and (max-width: 1366px) {
    .container {
      max-width: 1170px; } }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 970px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0 30px; } }
  @media screen and (max-width: 960px) {
    .container {
      padding: 0 25px; } }
  @media screen and (max-width: 650px) {
    .container {
      padding: 0 15px; } }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyLight";*/
  src: url("../fonts/Gilroy-Light.ttf") format("ttf"), url("../fonts/Gilroy-Light.eot") format("eot"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyRegular";*/
  src: url("../fonts/Gilroy-Regular.ttf") format("ttf"), url("../fonts/Gilroy-Regular.eot") format("eot"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyMedium";*/
  src: url("../fonts/Gilroy-Medium.ttf") format("ttf"), url("../fonts/Gilroy-Medium.tteotf") format("eot"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyBold";*/
  src: url("../fonts/Gilroy-Bold.ttf") format("ttf"), url("../fonts/Gilroy-Bold.eot") format("eot"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  /*font-family: "GilroyExtrabold";*/
  src: url("../fonts/Gilroy-Extrabold.ttf") format("ttf"), url("../fonts/Gilroy-Extrabold.eot") format("eot"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

.main-page {
  font-family: "Gilroy";
  background-color: #EDFBFF;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .main-page .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh; }
    .main-page .background .window {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 2px 25px rgba(39, 72, 90, 0.15);
      box-shadow: 0px 2px 25px rgba(39, 72, 90, 0.15);
      -webkit-border-radius: 25px;
      border-radius: 25px;
      max-width: 1000px;
      max-height: 460px;
      padding: 50px 70px 75px 70px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow-y: auto; }
      @media screen and (max-width: 960px) {
        .main-page .background .window {
          padding: 50px 30px 75px 30px;
          max-height: 100%;
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .main-page .background .window {
          width: 70%; } }
      @media screen and (max-width: 480px) {
        .main-page .background .window {
          width: 90%;
          padding: 30px 15px 35px 15px; } }
      .main-page .background .window .logo {
        text-align: center; }
      .main-page .background .window .window__title {
        font-weight: 600;
        font-size: 38px;
        line-height: 115%;
        text-align: center;
        margin-top: 25px; }
        @media screen and (max-width: 960px) {
          .main-page .background .window .window__title {
            font-size: 26px;
            margin-top: 15px; } }
      .main-page .background .window .window__items {
        margin-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 70px; }
        @media screen and (max-width: 1024px) {
          .main-page .background .window .window__items {
            padding: 0 20px;
            margin-top: 30px; } }
        @media screen and (max-width: 960px) {
          .main-page .background .window .window__items {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media screen and (max-width: 480px) {
          .main-page .background .window .window__items {
            padding: 0;
            margin-top: 20px; } }
        .main-page .background .window .window__items .window__item {
          background: #FFFFFF;
          -webkit-box-shadow: 0px 2px 25px rgba(39, 72, 90, 0.1);
          box-shadow: 0px 2px 25px rgba(39, 72, 90, 0.1);
          -webkit-border-radius: 25px;
          border-radius: 25px;
          padding: 30px 35px;
          margin-left: 30px; }
          @media screen and (max-width: 960px) {
            .main-page .background .window .window__items .window__item {
              margin-left: 0;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-top: 20px;
              -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
              justify-content: space-around; } }
          @media screen and (max-width: 768px) {
            .main-page .background .window .window__items .window__item {
              padding: 15px 25px;
              -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
              justify-content: space-around; } }
          .main-page .background .window .window__items .window__item:first-child {
            margin-left: 0; }
          .main-page .background .window .window__items .window__item .window__country_name {
            margin-top: 30px;
            text-align: center; }
            @media screen and (max-width: 960px) {
              .main-page .background .window .window__items .window__item .window__country_name {
                margin-top: 0;
                margin-left: 20px; } }

.window{
  z-index:100;
  position:fixed;
  bottom:20px;
  left:20px;
  max-width:538px;
  border-radius:50px;
  background-color:#019CAB;
  color:#fff;
  overflow:hidden}
@media (max-width:1024px){
  .window{
    bottom:0;
    left:0;
    max-width:100%;
    width:100%
  }
}

@media (max-width:768px){
  .window{
    border-radius:0;
  }
}

.window__wrap{
  display:flex;
  align-items:center;
  height:100%
}

@media (max-width:768px){
  .window__wrap{
    display:block;
  }
}

.window__img{
  height:100%;
  max-height: 250px;
}

@media (max-width:768px){
  .window__img{
    display:none;
  }
}

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

@media (max-width:768px){
  .window__info{
    display:block;
    padding-left:11px;
    padding-top:11px;
    padding-bottom:11px;
    padding-right:45px
  }
}

.window__title{
  text-transform:uppercase;
  font-weight:700;
  font-size:22px;
  line-height:130%;
  padding-right: 30px;
}

.window__title .color{
  color:#8dff79
}

.window__description{
  margin-top:5px;
  font-size:16px;
  line-height:135%
}

.window__link{
  display:inline-block;
  position:relative;
  margin-top:20px;
  font-size:18px;
  color:#fff;
}

@media (max-width:768px){
  .window__link{
    margin-top:10px
  }
}

.window__link::before{
  content:'';
  position:absolute;
  width:100%;
  height:1.25px;
  background-color:#fff;
  bottom:-4px
}

.window__small{
  margin-top:10px;
  font-size:14px;
  line-height:135%
}

.window__close{
  cursor:pointer;
  position:absolute;
  right:30px;
  top:30px;
  width:20px;
  height:20px
}

@media (max-width:768px){
  .window__close{
    right:15px;
    top:15px
  }
}

.window__close::before{
  content:'';
  position:absolute;
  top:10px;
  width:24px;
  height:1.5px;
  background-color:#fff;
  transform:rotate(45deg)}
  
.window__close::after{
  content:'';
  position:absolute;
  top:10px;
  width:24px;
  height:1.5px;
  background-color:#fff;
  transform:rotate(-45deg)
}