/*@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraLight.eot");
  src: url("Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg"), url("Poppins-ExtraLight.ttf") format("truetype"), url("Poppins-ExtraLight.woff") format("woff"), url("Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Light.eot");
  src: url("Poppins-Light.eot?#iefix") format("embedded-opentype"), url("Poppins-Light.svg#Poppins-Light") format("svg"), url("Poppins-Light.ttf") format("truetype"), url("Poppins-Light.woff") format("woff"), url("Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.eot");
  src: url("Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("Poppins-Regular.svg#Poppins-Regular") format("svg"), url("Poppins-Regular.ttf") format("truetype"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Medium.eot");
  src: url("Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("Poppins-Medium.svg#Poppins-Medium") format("svg"), url("Poppins-Medium.ttf") format("truetype"), url("Poppins-Medium.woff") format("woff"), url("Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBold.eot");
  src: url("Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("Poppins-SemiBold.svg#Poppins-SemiBold") format("svg"), url("Poppins-SemiBold.ttf") format("truetype"), url("Poppins-SemiBold.woff") format("woff"), url("Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Bold.eot");
  src: url("Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("Poppins-Bold.svg#Poppins-Bold") format("svg"), url("Poppins-Bold.ttf") format("truetype"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraBold.eot");
  src: url("Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg"), url("Poppins-ExtraBold.ttf") format("truetype"), url("Poppins-ExtraBold.woff") format("woff"), url("Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.eot");
  src: url("Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("Roboto-Regular.svg#Roboto-Regular") format("svg"), url("Roboto-Regular.ttf") format("truetype"), url("Roboto-Regular.woff") format("woff"), url("Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }*/
* {
  font-family: "Poppins";
  letter-spacing: 0.02em;
  font-weight: 400; }

.container {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1250px) {
    .container {
      width: 90%; } }

.but {
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  height: 175px;
  margin-top: 10px;
  width: 100%; }
  @media screen and (max-width: 850px) {
    .youtube {
      margin-top: 6.25px; } }
  @media screen and (max-width: 500px) {
    .youtube {
      margin-top: 25px; } }
  .youtube .play {
    background: url("../img/youtube-play-btn.png") no-repeat;
    background-position: 0 -50px;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    -webkit-transition: none;
    transition: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-position: 0 0; }

.header {
  padding: 15px 0px;
  background: rgba(242, 242, 242, 0.5); }
  .header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    font-size: 37px;
    margin-top: 0px;
    color: black;
    font-weight: 800;
    text-decoration: none;
    margin-right: -20%; }
    @media screen and (max-width: 1250px) {
      .header__logo {
        font-size: 33px; } }
    @media screen and (max-width: 425px) {
      .header__logo {
        font-size: 20px;
        text-align: center; } }
    @media screen and (max-width: 1160px) {
      .header__logo {
        margin-right: 0px; } }
    .header__logo > span {
      color: #FCC200;
      font-weight: 500; }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    @media screen and (max-width: 836px) {
      .header__menu {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        right: 0px;
        z-index: 999999;
        background-color: #f8f8f8;
        height: 100%;
        top: 48px;
        padding: 6vw; }
        .header__menu.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .header__menu > li {
      margin-right: 30px; }
      @media screen and (max-width: 836px) {
        .header__menu > li {
          margin-top: 10px; } }
      @media screen and (max-width: 1160px) {
        .header__menu > li {
          margin-right: 15px; } }
    .header__menu > li > a {
      text-decoration: none;
      color: black;
      font-size: 18px;
      font-weight: 500; }
      @media screen and (max-width: 1160px) {
        .header__menu > li > a {
          font-size: 15px; } }
  .header__gamburg {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media screen and (max-width: 836px) {
      .header__gamburg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 20px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        .header__gamburg span {
          width: 19px;
          height: 3px;
          background-color: black;
          margin: 1px; } }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 2000; }
    @media screen and (max-width: 836px) {
      .header__lang {
        margin-right: 10px; } }
    .header__lang:hover .header__lang-no-checked {
      position: absolute;
      background-color: white;
      top: 100%;
      left: -5px;
      padding: 0px 5px;
      display: block; }
    .header__lang:hover .header__lang-item {
      display: block;
      width: 100%;
      padding: 10px 0px; }
    .header__lang-change {
      margin-left: 5px;
      max-width: 10px;
      max-height: 10px; }
    .header__lang .header__lang-item.header__lang-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .header__lang .header__lang-item {
      display: none;
      text-decoration: none;
      color: black; }
  .header__choosed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 836px) {
      .header__left {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.hero {
  background-image: url("../img/Porcshe_car.jpeg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 27vw;
  position: relative;
  background-position-y: -50px;
  /*&__bg
   * width: 100%
   * height: 90%
   * position: absolute
   * top: 0px
   * background-image: url('../img/Porcshe_car-back.png')
   * background-repeat: no-repeat
   * background-size: cover
   * z-index: -1 */ }
  @media screen and (max-width: 1200px) {
    .hero {
      background-repeat: no-repeat;
      background-size: 127%;
      padding-top: 50px;
      position: relative;
      background-position-y: unset;
      background-position-x: center; } }
  @media screen and (max-width: 836px) {
    .hero {
      padding-top: 40px;
      background-size: 1000px;
      background-position-y: top;
      padding-bottom: 250px; } }
  @media screen and (max-width: 500px) {
    .hero {
      padding-top: 64px;
      background-image: url("../img/porcshe-mob.jpeg");
      background-size: cover;
      padding-bottom: 62vw;
      background-position-y: center; } }
  .hero__img {
    width: 100%;
    margin-top: 2em; }
    @media screen and (max-width: 500px) {
      .hero__img {
        display: none; } }
    .hero__img-mob {
      display: none; }
      @media screen and (max-width: 500px) {
        .hero__img-mob {
          display: block;
          width: 100%; } }
  .hero__BigHeading {
    font-size: 50px;
    text-align: center;
    color: white;
    font-weight: 700; }
    @media screen and (max-width: 1200px) {
      .hero__BigHeading {
        font-size: 40px; } }
    @media screen and (max-width: 836px) {
      .hero__BigHeading {
        font-size: 35px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 500px) {
      .hero__BigHeading {
        font-size: 25px;
        text-align: left;
        margin-bottom: 14px; } }
  .hero__MediumHeading {
    font-size: 35px;
    text-align: center;
    color: white;
    font-weight: 500; }
    @media screen and (max-width: 1200px) {
      .hero__MediumHeading {
        font-size: 30px; } }
    @media screen and (max-width: 836px) {
      .hero__MediumHeading {
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .hero__MediumHeading {
        font-size: 18px;
        text-align: left;
        margin-bottom: 18px; } }
  .hero__button {
    color: white;
    border: 1px white solid;
    padding: 16px 47px;
    font-size: 30px;
    text-decoration: none;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 850px) {
      .hero__button {
        margin-top: 6.25px;
        padding: 15px 30px; } }
    @media screen and (max-width: 500px) {
      .hero__button {
        margin-top: 25px;
        padding: 10px 17px; } }
    @media screen and (max-width: 1200px) {
      .hero__button {
        font-size: 22px;
        margin-top: 0px; } }
    @media screen and (max-width: 500px) {
      .hero__button {
        font-size: 14px;
        margin-left: 0px;
        padding: 8px 17px;
        margin-top: 0px; } }
  .hero__more {
    font-size: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 120px;
    margin: 0 auto;
    color: grey;
    position: absolute;
    bottom: 4%;
    left: 0px;
    text-decoration: none;
    font-weight: 600;
    right: 0px; }
    @media screen and (max-width: 500px) {
      .hero__more {
        font-size: 14px;
        position: relative;
        top: 20px;
        text-align: center;
        margin-left: 5px;
        display: none; } }
    .hero__more div {
      -webkit-transform: rotate(0.25turn);
              transform: rotate(0.25turn); }
  .hero__svg {
    margin: 10px auto 0 auto;
    max-width: 20px;
    width: 100%;
    text-align: center;
    fill: #EFEDE9; }

.offer {
  margin-top: 120px; }
  @media screen and (max-width: 850px) {
    .offer {
      margin-top: 100px; } }
  @media screen and (max-width: 500px) {
    .offer {
      margin-top: 80px; } }
  .offer > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .offer__text {
    max-width: 560px;
    line-height: 24px; }
    @media screen and (max-width: 1250px) {
      .offer__text {
        width: 48%;
        max-width: 48%; } }
    @media screen and (max-width: 930px) {
      .offer__text {
        width: 100%;
        max-width: 100%; } }
    .offer__text p {
      font-size: 18px;
      line-height: 24px;
      font-family: "Roboto", sans-serif; 
      text-align: justify;}
      @media screen and (max-width: 1250px) {
        .offer__text p {
          font-size: 17px; } }
      @media screen and (max-width: 836px) {
        .offer__text p {
          font-size: 15px; } }
      @media screen and (max-width: 425px) {
        .offer__text p {
          font-size: 14px; } }
      @media screen and (max-width: 450px) {
        .offer__text li:last-child {
          display: none; } }
  .offer__heading {
    text-transform: uppercase;
    font-size: 37px;
    margin-top: 0px;
    border-bottom: 3px #FCC200 solid;
    margin: 0px 0px 27px 0px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media screen and (max-width: 1250px) {
      .offer__heading {
        font-size: 33px; } }
    @media screen and (max-width: 425px) {
      .offer__heading {
        font-size: 20px;
        text-align: center; } }
    @media screen and (max-width: 425px) {
      .offer__heading {
        border: none;
        margin: 0 auto; } }
  .offer__img {
    max-width: 100%;
    max-height: 100%;
    width: 455px;
    height: 100%; }
    @media screen and (max-width: 1250px) {
    /* ����� ��������*/
      .offer__img {
        width: 45%; } }
    @media screen and (max-width: 930px) {
      .offer__img {
        width: 48%;
        height: 100%; } }
    @media screen and (max-width: 500px) {
      .offer__img {
        width: 100%; } }
  .offer__youtube {
    margin-top: 40px;
    height: 600px;
    background-size: cover; }
    @media screen and (max-width: 930px) {
      .offer__youtube {
        width: 48%;
        margin-top: 0px;
        height: auto; } }
    @media screen and (max-width: 500px) {
      .offer__youtube {
        width: 100%;
        height: 50vw;
        background-size: auto;
        margin-top: 25px; } }
  .offer iframe {
    margin-top: 40px;
    height: 600px;
    width: 100%; }
    @media screen and (max-width: 930px) {
      .offer iframe {
        width: 48%;
        margin-top: 0px;
        height: auto; } }
     @media screen and (max-width: 500px) {
      .offer iframe {
        width: 100%;
        margin-top: 20px;
        height: 180px; } }
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("Poppins-Light.eot");
  src: url("Poppins-Light.eot?#iefix") format("embedded-opentype"), url("Poppins-Light.svg#Poppins-Light") format("svg"), url("Poppins-Light.ttf") format("truetype"), url("Poppins-Light.woff") format("woff"), url("Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
.advantages {
  margin-top: 120px;
  background: rgba(239, 239, 239, 0.8);
  padding: 120px 0px; }
  @media screen and (max-width: 850px) {
    .advantages {
      margin-top: 100px; } }
  @media screen and (max-width: 500px) {
    .advantages {
      margin-top: 80px; } }
  .advantages__heading {
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px; }
    @media screen and (max-width: 1250px) {
      .advantages__heading {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .advantages__heading {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .advantages__heading {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }
  .advantages__trigs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .advantages__trigs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .advantages__trig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 334px; 
      width: 100%;
  }
    @media screen and (max-width: 768px) {
      .advantages__trig {
        margin-top: 40px; } }
    @media screen and (max-width: 500px) {
      .advantages__trig {
        margin-top: 25px;
        max-width: 247px; } }
    .advantages__trigName {
      font-weight: 500;
      font-size: 22px;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media screen and (max-width: 836px) {
        .advantages__trigName {
          font-size: 19px; } }
      @media screen and (max-width: 425px) {
        .advantages__trigName {
          font-size: 16px; } }
    .advantages__trigText {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 1250px) {
        .advantages__trigText {
          font-size: 17px; } }
      @media screen and (max-width: 836px) {
        .advantages__trigText {
          font-size: 15px; } }
      @media screen and (max-width: 425px) {
        .advantages__trigText {
          font-size: 14px; } }
  .advantages__icon {
    max-width: 123px; }

.mfunction {
  margin-top: 120px; }
  @media screen and (max-width: 850px) {
    .mfunction {
      margin-top: 100px; } }
  @media screen and (max-width: 500px) {
    .mfunction {
      margin-top: 80px; } }
  .mfunction__header {
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px; }
    @media screen and (max-width: 1250px) {
      .mfunction__header {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .mfunction__header {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .mfunction__header {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }
  .mfunction__sub-header {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 25px 15px;
    border: 3px solid #FCC200;
    font-size: 20px;
    line-height: 24px; }
    @media screen and (max-width: 1250px) {
      .mfunction__sub-header {
        font-size: 19px; } }
    @media screen and (max-width: 425px) {
      .mfunction__sub-header {
        font-size: 17px; } }
  .mfunction__text {
    padding-left: 0px;
    list-style-type: none; }
    @media screen and (max-width: 450px) {
      .mfunction__text {
        max-height: 100%; } }
  .mfunction__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
    position: relative;
    list-style-position: inside; }
    @media screen and (max-width: 836px) {
      .mfunction__texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 450px) {
      .mfunction__texts {
        overflow: hidden;
        max-height: 200px;
        -webkit-transition: max-height 2s ease-out;
        transition: max-height 2s ease-out; } }
    .mfunction__texts > .mfunction__text:first-child {
      padding-right: 20px;
      border-right: 3px solid #FCC200; }
      @media screen and (max-width: 836px) {
        .mfunction__texts > .mfunction__text:first-child {
          padding: 0px;
          padding-right: 10px;
          border: 0px; } }
      @media screen and (max-width: 450px) {
        .mfunction__texts > .mfunction__text:first-child {
          margin-bottom: 0px; } }
    .mfunction__texts > .mfunction__text:nth-child(2) {
      padding-left: 20px; }
      @media screen and (max-width: 836px) {
        .mfunction__texts > .mfunction__text:nth-child(2) {
          padding: 0px; } }
      @media screen and (max-width: 450px) {
        .mfunction__texts > .mfunction__text:nth-child(2) {
          margin-top: 0px; } }
    .mfunction__texts li:first-child {
      margin-top: 0px;
      margin-bottom: 0px; }
    .mfunction__texts li {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-size: 18px;
      line-height: 24px;
      margin: 15px 0px;
      text-align: justify;}
      @media screen and (max-width: 1250px) {
        .mfunction__texts li {
          font-size: 17px; } }
      @media screen and (max-width: 836px) {
        .mfunction__texts li {
          font-size: 15px; } }
      @media screen and (max-width: 425px) {
        .mfunction__texts li {
          font-size: 14px; } }
      .mfunction__texts li::before {
        content: "◆";
        margin-right: 10px;
        color: #FCC200;
        -webkit-text-fill-color: #FCC200;
        font-size: 23px; }
        @media screen and (max-width: 1200px) {
          .mfunction__texts li::before {
            font-size: 20px; } }
    .mfunction__texts span {
      font-weight: 600; }
  .mfunction__button {
    text-decoration: none;
    display: table;
    color: #000000;
    background: #F5C309;
    padding: 16px 40px;
    font-style: normal;
    font-size: 25px; }
    @media screen and (max-width: 836px) {
      .mfunction__button {
        width: 28%;
        font-size: 25px; } }
    @media screen and (max-width: 560px) {
      .mfunction__button {
        width: auto; } }
    @media screen and (max-width: 425px) {
      .mfunction__button {
        font-size: 20px; } }
    .mfunction__button-wrap {
      margin-top: 50px;
      padding-top: 20px;
      border-top: solid 3px #F5C309;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 560px) {
        .mfunction__button-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .mfunction__button-wrap h3 {
        font-size: 30px;
        font-weight: 600; }
        @media screen and (max-width: 1200px) {
          .mfunction__button-wrap h3 {
            font-size: 25px; } }
        @media screen and (max-width: 836px) {
          .mfunction__button-wrap h3 {
            width: 35%; } }
        @media screen and (max-width: 560px) {
          .mfunction__button-wrap h3 {
            width: 100%;
            text-align: center; } }
  .mfunction__more-but {
    display: none; }
    @media screen and (max-width: 450px) {
      .mfunction__more-but {
        display: block;
        text-align: center;
        text-decoration: none;
        padding-top: 10px; } }
  .mfunction__blur {
    opacity: 0; }
    @media screen and (max-width: 450px) {
      .mfunction__blur {
        background-color: white;
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 19px;
        opacity: 0.96;
        -webkit-box-shadow: -1px 1px 5px 20px white;
                box-shadow: -1px 1px 5px 20px white; } }
  .mfunction .hide {
    max-height: 2000px; }
    .mfunction .hide .mfunction__blur {
      opacity: 0;
      max-height: 1000px; }
  .mfunction .more {
    display: none; }
    @media screen and (max-width: 450px) {
      .mfunction .more {
        display: block; } }

.inst {
  margin-top: 120px;
  background: #EFEFEF; }
  @media screen and (max-width: 850px) {
    .inst {
      margin-top: 100px; } }
  @media screen and (max-width: 500px) {
    .inst {
      margin-top: 80px; } }
  .inst h2 {
    display: none; }
  .inst > .container {
    padding: 120px 0px; }
  .inst__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px; }
    @media screen and (max-width: 1250px) {
      .inst__header {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .inst__header {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .inst__header {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }
    .inst__header img:first-child {
      max-width: 50px;
      width: 100%;
      max-height: 50px;
      margin-right: 15px; }
  .inst__posts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 20px; }
    @media screen and (max-width: 1250px) {
      .inst__posts {
        margin: 0px; } }
    @media screen and (max-width: 916px) {
      .inst__posts {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
  .inst__post {
    max-width: 275px;
    max-height: 275px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px; }
    @media screen and (max-width: 916px) {
      .inst__post {
        max-width: 43%;
        width: 64%; } }
    @media screen and (max-width: 425px) {
      .inst__post:nth-child(n+7) {
        display: none; } }
    @media screen and (max-width: 425px) {
      .inst__post {
        max-width: 48%;
        margin-bottom: 2%;
        margin-right: 1%; } }

.pricing {
  margin-top: 120px; }
  @media screen and (max-width: 850px) {
    .pricing {
      margin-top: 100px; } }
  @media screen and (max-width: 500px) {
    .pricing {
      margin-top: 80px; } }
  @media screen and (max-width: 780px) {
    .pricing {
      display: none; } }
  .pricing__heading {
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px; }
    @media screen and (max-width: 1250px) {
      .pricing__heading {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .pricing__heading {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .pricing__heading {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }
  .pricing__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .pricing__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 3px solid #999999; }
    @media screen and (max-width: 1270px) {
      .pricing__option {
        width: 31%; } }
    .pricing__option-body {
      padding: 0px 36px;
      padding-bottom: 40px;
      max-width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .pricing__option-desc {
      padding-left: 0px;
      list-style-type: none;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 1250px) {
        .pricing__option-desc {
          font-size: 17px; } }
      @media screen and (max-width: 836px) {
        .pricing__option-desc {
          font-size: 15px; } }
      @media screen and (max-width: 425px) {
        .pricing__option-desc {
          font-size: 14px; } }
      .pricing__option-desc > li:before {
        content: url(../img/description.png);
        padding-right: 5px; }
    .pricing__option-heading {
      font-weight: 500;
      font-size: 32px;
      text-align: center;
      padding-bottom: 15px;
      border-bottom: solid 2px #FCC200; }
  .pricing__button {
    background-color: #FCC200;
    padding: 13px 30px;
    text-decoration: none;
    color: black;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px; }
    .pricing__button-wrap {
      text-align: center;
      margin-top: 40px; }
  .pricing img {
    width: 100%; }
  .pricing__youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    height: 175px; }
    .pricing__youtube .play {
      background: url("../img/youtube-play-btn.png") no-repeat;
      background-position: 0 -50px;
      background-size: 100% auto;
      position: absolute;
      height: 50px;
      width: 69px;
      -webkit-transition: none;
      transition: none;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      background-position: 0 0; }
  .pricing iframe {
    width: 100%;
    height: 175px; }

.blog {
  margin-top: 120px;
  background: #EFEFEF;
  padding: 120px 0px; }
  @media screen and (max-width: 850px) {
    .blog {
      margin-top: 100px;
      padding-top: 100px; } }
  @media screen and (max-width: 780px) {
    .blog {
      margin-top: 0px;
      background-color: white; } }
  @media screen and (max-width: 500px) {
    .blog {
      padding-top: 80px; } }
  .blog__heading {
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px; }
    @media screen and (max-width: 1250px) {
      .blog__heading {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .blog__heading {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .blog__heading {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }
  .blog__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 680px) {
      .blog__posts {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .blog__post {
    margin-right: 8%;
    color: #1E2233;
    text-decoration: none;
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 1200px) {
      .blog__post {
        max-width: 30%;
        width: 100%;
        margin-right: 5%; } }
    @media screen and (max-width: 680px) {
      .blog__post {
        max-width: 47%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px; } }
    .blog__post:nth-child(3n) {
      margin-right: 0px; }
    .blog__post-category {
      font-weight: 300;
      font-size: 18px;
      margin-top: 25px; }
      @media screen and (max-width: 425px) {
        .blog__post-category {
          font-size: 14px; } }
    .blog__post-heading {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      margin: 15px 0px 5px 0px; }
      @media screen and (max-width: 1250px) {
        .blog__post-heading {
          font-size: 19px; } }
      @media screen and (max-width: 425px) {
        .blog__post-heading {
          font-size: 17px; } }
    .blog__post-article {
      margin: 0px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 1250px) {
        .blog__post-article {
          font-size: 17px; } }
      @media screen and (max-width: 836px) {
        .blog__post-article {
          font-size: 15px; } }
      @media screen and (max-width: 425px) {
        .blog__post-article {
          font-size: 14px; } }
    .blog__post-image {
      max-width: 100%; }
  .blog__nav {
    max-width: 270px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 836px) {
      .blog__nav {
        margin-top: 25px; } }
    @media screen and (max-width: 425px) {
      .blog__nav {
        margin-top: 25px;
        max-width: 140px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .blog__nav-circle {
      width: 15px;
      height: 15px;
      margin-right: 20px;
      border-radius: 20px;
      background-color: black; }
      @media screen and (max-width: 425px) {
        .blog__nav-circle {
          width: 10px;
          height: 10px;
          margin-right: 10px; } }
      .blog__nav-circle:last-child {
        margin-right: 0px; }
      .blog__nav-circle.active {
        background-color: inherit;
        border: 2px solid black; }
    .blog__nav-circles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .blog__nav img {
      max-width: 33px;
      width: 100%;
      cursor: pointer; }
      @media screen and (max-width: 425px) {
        .blog__nav img {
          max-width: 22px; } }
  .blog__navigation {
    width: 100%; }
  .blog__button {
    background-color: #FABF49;
    padding: 19px 40px;
    display: table;
    margin: 0 auto;
    margin-top: 80px;
    color: black;
    text-decoration: none;
    font-size: 30px; }
    @media screen and (max-width: 836px) {
      .blog__button {
        margin-top: 50px;
        font-size: 25px; } }
    @media screen and (max-width: 425px) {
      .blog__button {
        margin-top: 50px;
        font-size: 20px; } }
    .blog__button span {
      -webkit-transform: rotate(0.25turn);
              transform: rotate(0.25turn);
      display: inline-block; }

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-evenly; }
  @media screen and (max-width: 700px) {
    .footer__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center; } }
  .footer__head-wrap {
    background-color: #e6e6e6;
    padding: 120px 0px; }
    @media screen and (max-width: 850px) {
      .footer__head-wrap {
        padding: 100px 0px; } }
    @media screen and (max-width: 500px) {
      .footer__head-wrap {
        padding: 80px 0px; } }
  .footer__head h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px; }
    @media screen and (max-width: 1250px) {
      .footer__head h2 {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .footer__head h2 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .footer__head h2 {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }
    @media screen and (max-width: 960px) {
      .footer__head h2 {
        font-size: 23px; } }
    @media screen and (max-width: 840px) {
      .footer__head h2 {
        margin-bottom: 0px; } }
    @media screen and (max-width: 700px) {
      .footer__head h2 {
        text-align: center;
        margin-bottom: 25px; } }
    @media screen and (max-width: 425px) {
      .footer__head h2 {
        font-size: 20px;
        margin-bottom: 25px; } }
.footer__content {
  background: rgba(13, 13, 13, 0.8);
  padding: 150px 0px; }
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 836px) {
    .footer__contacts {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
.footer__contact {
  text-decoration: none;
  color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1200px) {
    .footer__contact {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 450px) {
    .footer__contact {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: solid 2px #FCC200;
      width: 60%; } }
  @media screen and (max-width: 836px) {
    .footer__contact:nth-child(2) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media screen and (max-width: 610px) {
    .footer__contact:nth-child(2) {
      margin-top: 30px; } }
  @media screen and (max-width: 425px) {
    .footer__contact:nth-child(2) {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  .footer__contact:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none; }
  .footer__contact:hover {
    opacity: 0.7; }
.footer__subname {
  font-weight: normal;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media screen and (max-width: 820px) {
    .footer__subname {
      font-size: 20px;
      margin-top: 22px; } }
  @media screen and (max-width: 425px) {
    .footer__subname {
      margin-top: 21px; } }
.footer__img {
  max-height: 60px;
  height: 100%; }
  @media screen and (max-width: 1200px) {
    .footer__img {
      max-width: 40px;
      width: 100%;
      height: auto; } }
.footer__link {
  font-weight: 500;
  font-size: 22px;
  margin: 0px; }
  @media screen and (max-width: 820px) {
    .footer__link {
      font-size: 20px; } }
  @media screen and (max-width: 425px) {
    .footer__link {
      font-size: 16px; } }
.footer__button {
  text-decoration: none;
  background: #2ECC71;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: white;
  padding: 15px 48px;
  font-size: 25px;
  display: inline-table; }
  @media screen and (max-width: 960px) {
    .footer__button {
      font-size: 25px; } }
  @media screen and (max-width: 450px) {
    .footer__button {
      font-size: 20px;
      padding: 10px 20px;
      margin-top: 2vw; } }

.copyright {
  text-align: center;
  background: black;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #FBFBFB;
  padding: 30px 0px; }
  @media screen and (max-width: 425px) {
    .copyright {
      font-size: 10px; } }

/* ��� �������� */
/*.page-blog .blog*/
.page-blog.blog {
  background-color: white;
  word-break: break-word; }
  .page-blog .blog__post {
    margin-bottom: 40px; }
    @media screen and (max-width: 425px) {
      .page-blog .blog__post {
        width: 100%;
        max-width: 100%;
        height: auto; } }

.newest {
  padding: 100px 0px;
  background: rgba(239, 239, 239, 0.8); }
  @media screen and (max-width: 836px) {
    .newest {
      padding: 70px 0px; } }
  @media screen and (max-width: 425px) {
    .newest {
      padding: 50px 0px; } }
  .newest .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 836px) {
      .newest .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .newest__content-wrap {
    max-width: 578px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
  .newest__category {
    font-weight: 300;
    font-size: 18px; }
  .newest__article {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    max-width: 470px; }
    @media screen and (max-width: 1250px) {
      .newest__article {
        font-size: 19px; } }
    @media screen and (max-width: 425px) {
      .newest__article {
        font-size: 17px; } }
  .newest__heading {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 31px; }
    @media screen and (max-width: 1200px) {
      .newest__heading {
        font-size: 40px; } }
    @media screen and (max-width: 836px) {
      .newest__heading {
        font-size: 35px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 500px) {
      .newest__heading {
        font-size: 25px; } }
  @media screen and (max-width: 836px) {
    .newest__slider {
      margin-top: 30px;
      position: relative; } }
  .newest__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    cursor: pointer; }
    @media screen and (max-width: 836px) {
      .newest__slider-nav {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .newest__slider-nav__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; }
      @media screen and (max-width: 836px) {
        .newest__slider-nav__wrap {
          position: absolute;
          width: 100%;
          margin-top: 0px;
          top: 45%; } }
  .newest__slider-arr {
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 15px 16px;
    vertical-align: center;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    line-height: 49.5%; }
    @media screen and (max-width: 836px) {
      .newest__slider-arr {
        background-color: #efefef;
        border: none;
        position: absolute;
        padding: 10px; } }
  .newest__slider-arr:first-child {
    left: -11px; }
  .newest__slider-arr:last-child {
    right: -11px; }
  .newest__slider-numbers {
    margin-left: 10%; }
    @media screen and (max-width: 836px) {
      .newest__slider-numbers {
        display: none; } }

.post {
  margin-top: 50px; }
  @media screen and (max-width: 850px) {
    .post {
      margin-top: 6.25px; } }
  @media screen and (max-width: 500px) {
    .post {
      margin-top: 25px; } }
  .post__content h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-top: 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 836px) {
      .post__content h1 {
        margin-top: 6.25px;
        font-size: 35px;
        line-height: normal; } }
    @media screen and (max-width: 425px) {
      .post__content h1 {
        margin-top: 25px;
        font-size: 25px;
        line-height: normal; } }
  .post__content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    margin: 0px;
    font-size: 17px;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 28px;}
    @media screen and (max-width: 1250px) {
      .post__content p {
        font-size: 17px; } }
    @media screen and (max-width: 425px) {
      .post__content p {
        font-size: 17px; } }
    @media screen and (max-width: 425px) {
      .post__content p {
        font-size: 18px; } }
  .post__content h4{
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
  }
  .post__content h3 {
    font-size: 1.56em;
    margin-top: 1em;
    margin-bottom: 1em;
    }
    .post__content h2 {
    font-size: 1.95em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    }
    .post__content h5 {
    font-size: 1em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    }
    .post__content h6 {
    font-size: 0.8em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    }
    .post__content li{
        font-size: 17px;
    }
  .post__thumbnail {
    max-width: 100%;
    width: 100%; }
  .post__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    font-weight: 500;
    font-size: 25px;
    line-height: 55px; }
    .post__nav a {
      color: black;
      text-decoration: none; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.similar {
  background: rgba(196, 196, 196, 0.3);
  padding: 70px 0px;
  margin-top: 120px; }
  .similar__heading {
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px;
    font-weight: 500;
    text-align: left; }
    @media screen and (max-width: 1250px) {
      .similar__heading {
        font-size: 33px; } }
    @media screen and (max-width: 840px) {
      .similar__heading {
        margin-bottom: 40px; } }
    @media screen and (max-width: 425px) {
      .similar__heading {
        font-size: 20px;
        margin: 0px auto 30px auto;
        text-align: center; } }

.slider > .blog__post {
  position: relative;
}
.slider > .start {
  position: relative;
  left: 0px;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8%; }
  @media screen and (max-width: 1200px) {
    .slider > .start {
      margin-right: 5%; } }
  @media screen and (max-width: 836px) {
    .slider > .start {
      max-width: 48%;
      width: 100%; } }
      
    /*����� ��������*/
  @media screen and (max-width: 425px) {
    .slider > .start {
      width: 100%;
      max-width: 100%;
      margin-bottom: 0px;
      margin-right: 0px;} }
.slider > .middle {
  position: relative;
  margin-right: 8%;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .slider > .middle {
      margin-right: 6%; } }
  @media screen and (max-width: 836px) {
    .slider > .middle {
      max-width: 47%;
      width: 100%; } }
.slider > .end {
  position: relative;
  right: 0px;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0; }
  @media screen and (max-width: 836px) {
    .slider > .end {
      max-width: 47%;
      width: 100%; } }
.slider__photo > img:first-child {
  display: block;
  max-width: 100%;
  width: 100%; }
.slider__photo > img {
  display: none;
  max-width: 100%;
  width: 100%; }

.navigation.post-navigation{
    width: 100%;
}
.inst__post-w{
    width: 100%;
}

/*--------------------------*/
.offer__article li::marker {
    content: none;
}
.offer__article li::before{
    content: "◆";
    margin-right: 10px;
    color: #FCC200;
    -webkit-text-fill-color: #FCC200;
    font-size: 23px;
}
.offer__article li{
    padding-bottom: 10px;
}
.offer__article ul{
    padding-left: 0px;
    list-style-type: none;
}
  /* the slides */
  .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }
  .slick-dots{
      display: flex;
      list-style-type: none;
      padding: 0;
      column-gap: 10px;
  }
  .slick-dots li[role='presentation']{
      border-radius: 50%;
      background: #EFEFEF;
      border: 2px solid black;
  }
  .slick-dots li[role='presentation'].slick-active{
       background: black;
  }
  .slick-dots li{
      width: 20px;
      height: 20px;
  }
  .slick-dots li button{
      display: none;
  }
/*-------------GUTENBERG--------------*/
/*.post__content p{
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 28px;
}
.post h4{
    overflow-wrap: break-word;
    white-space: pre-wrap;
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: 600;
}