*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#app {
  -ms-overflow-x: hidden;
      overflow-x: hidden;
    min-width: 320px;
}

img {
  max-width: 100%;
  height: auto;
}
input[type="submit"] {
  cursor: pointer;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html, body {
  height: 100%;
  min-width: 300px;
}

html {
  font-size: 10px;
  line-height: 1.4;
  min-height: 100%;
}

body {
  font-family: 'Acrom';
  font-size: 24px;
  background-color: #ecfffe;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  min-height: 100%;
}

.project__wrapper {
  position: relative;
}

.container {
  min-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

hr {
  height: 17px !important;
  width: 100%;
  background-color: #f27327;
}

h1 {
  font-size: 138px;
}

h2 {
  font-size: 120px;
}

h3 {
  margin: 10px 0;
  color: #363636;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 24px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 44px;
  }
}

@media (min-width: 1500px) {
  h3 {
    font-size: 50px;
  }
}

h4 {
  color: #0a0a0a;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  h4 {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 28px;
    margin: 0 0 23px;
  }
}

@media (min-width: 1500px) {
  h4 {
    font-size: 32px;
  }
}

p {
  color: #1c1c1c;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 21px;
  }
}

@media (min-width: 1500px) {
  p {
    font-size: 24px;
  }
}
.main__start {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .main__start {
    display: block;
  }
}

.main__start__title {
  z-index: 2;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .main__start__title {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .main__start__title {
    width: 40%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .main__start__title {
    width: 100%;
  }
}

.main__start__bg {
  z-index: 1;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

@media (min-width: 576px) {
  .main__start__bg {
    margin-top: -3em;
  }
}

@media (min-width: 768px) {
  .main__start__bg {
    margin-top: -7em;
  }
}

@media (min-width: 992px) {
  .main__start__bg {
    margin-top: -10em;
  }
}
.main__start__bg__char {
  display: none;
}
.main__start__bg__char__konfetti {
  display: none;
}
@media (min-width: 1200px) {
  .main__start__bg {
    margin-top: 0;
    background-image: url("../img/main_start_bg0.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    position: absolute;
    z-index: -1;
    right: -176px;
    top: -245px;
    width: 1044px;
    height: 1077px;
  }
  .main__start__bg__char {
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url("../img/main_start_bg2.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
       -moz-transform: translate(-45%, -50%);
        -ms-transform: translate(-45%, -50%);
         -o-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
    overflow: hidden;
  }
  .main__start__bg__char__konfetti {
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url("../img/main_start_bg1.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
  }
}

@media (min-width: 1500px) {
  .main__start__bg {
    right: -210px;
    top: -303px;
    width: 1305px;
    height: 1327px;
  }
  .main__start__bg__char {
    width: 676px;
    height: 676px;
  }
  .main__start__bg__char__konfetti {
    width: 676px;
    height: 676px;
  }
}

.main__start__bg img {
  display: block;
  max-width: 300px;
}

@media (min-width: 576px) {
  .main__start__bg img {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .main__start__bg img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .main__start__bg img {
    display: none;
  }
}

.main__about {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .main__about {
    display: block;
    padding: 7em 0 0;
  }
}
@media (min-width: 1500px) {
  .main__about {
    display: block;
    padding: 14em 0 0;
  }
}
.main__about__bg {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}

@media (min-width: 1200px) {
  .main__about__bg {
    width: 982px;
    height: 1034px;
    left: -40%;
    position: absolute;
    z-index: -1;
    background-image: url("../img/main__about__bg0.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  
  .main__about__bg__char {
    background-image: url("../img/main__about__bg1.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    width: 515.4px;
    height: 563px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-150%, -50%);
       -moz-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
         -o-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  
  .main__about__desc {
    -webkit-transform: translate(30px, 15px);
       -moz-transform: translate(30px, 15px);
        -ms-transform: translate(30px, 15px);
         -o-transform: translate(30px, 15px);
            transform: translate(30px, 15px);
      opacity: 0;
  }
  .main__about__desc--animation {
    -webkit-animation: showAboutDesc .8s linear .2s 1 forwards;
       -moz-animation: showAboutDesc .8s linear .2s 1 forwards;
         -o-animation: showAboutDesc .8s linear .2s 1 forwards;
            animation: showAboutDesc .8s linear .2s 1 forwards;
  }
  .main__about__bg--animation {
    -webkit-animation: showAboutBg .8s linear .2s 1 forwards;
       -moz-animation: showAboutBg .8s linear .2s 1 forwards;
         -o-animation: showAboutBg .8s linear .2s 1 forwards;
            animation: showAboutBg .8s linear .2s 1 forwards;
  }
  .main__about__bg--animation .main__about__bg__char {
    -webkit-animation: showAboutBgChar .7s linear .5s 1 forwards;
       -moz-animation: showAboutBgChar .7s linear .5s 1 forwards;
         -o-animation: showAboutBgChar .7s linear .5s 1 forwards;
            animation: showAboutBgChar .7s linear .5s 1 forwards;
  }
}
@media (min-width: 1500px) {
  .main__about__bg {
    width: 1190px;
    height: 1205px;
    left: -37%;
    top: 15%;
  }
  .main__about__bg__char {
    width: 743px;
    height: 720px;
    left: 50%;
  }
  .main__about__desc {
    max-width: 655px;
  }
}
@keyframes showAboutBg {
  0% {
    opacity: 1;
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
       -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
         -o-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@-moz-keyframes showAboutBg {
  0% {
    opacity: 1;
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
       -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
         -o-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@-webkit-keyframes showAboutBg {
  0% {
    opacity: 1;
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
       -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
         -o-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@keyframes showAboutBgChar {
  0% {
    opacity: .5;
    -webkit-transform: translate(-150%, -50%);
       -moz-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
         -o-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  50% {
    opacity: .7;
    -webkit-transform: translate(-75%, -50%);
       -moz-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
         -o-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-moz-keyframes showAboutBgChar {
  0% {
    opacity: .5;
    -webkit-transform: translate(-150%, -50%);
       -moz-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
         -o-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  50% {
    opacity: .7;
    -webkit-transform: translate(-75%, -50%);
       -moz-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
         -o-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes showAboutBgChar {
  0% {
    opacity: .5;
    -webkit-transform: translate(-150%, -50%);
       -moz-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
         -o-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  50% {
    opacity: .7;
    -webkit-transform: translate(-75%, -50%);
       -moz-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
         -o-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes showAboutDesc {
  0% {
    -webkit-transform: translate(30px, 15px);
       -moz-transform: translate(30px, 15px);
        -ms-transform: translate(30px, 15px);
         -o-transform: translate(30px, 15px);
            transform: translate(30px, 15px);
      opacity: 1;
  }
  50% {
    -webkit-transform: translate(15px, 8px);
       -moz-transform: translate(15px, 8px);
        -ms-transform: translate(15px, 8px);
         -o-transform: translate(15px, 8px);
            transform: translate(15px, 8px);
      opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
       -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
      opacity: 1;
  }
}
@-moz-keyframes showAboutDesc {
  0% {
    -webkit-transform: translate(30px, 15px);
       -moz-transform: translate(30px, 15px);
        -ms-transform: translate(30px, 15px);
         -o-transform: translate(30px, 15px);
            transform: translate(30px, 15px);
      opacity: 1;
  }
  50% {
    -webkit-transform: translate(15px, 8px);
       -moz-transform: translate(15px, 8px);
        -ms-transform: translate(15px, 8px);
         -o-transform: translate(15px, 8px);
            transform: translate(15px, 8px);
      opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
       -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
      opacity: 1;
  }
}
@-webkit-keyframes showAboutDesc {
  0% {
    -webkit-transform: translate(30px, 15px);
       -moz-transform: translate(30px, 15px);
        -ms-transform: translate(30px, 15px);
         -o-transform: translate(30px, 15px);
            transform: translate(30px, 15px);
      opacity: 1;
  }
  50% {
    -webkit-transform: translate(15px, 8px);
       -moz-transform: translate(15px, 8px);
        -ms-transform: translate(15px, 8px);
         -o-transform: translate(15px, 8px);
            transform: translate(15px, 8px);
      opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
       -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
      opacity: 1;
  }
}

@media(max-width: 575px) {
  .main__about__bg--mobile {
    display: block;
    max-width: 105%;
    width: 105%;
    -webkit-transform: translateX(-15px);
       -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
         -o-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@media (min-width: 768px) {
  .main__about__bg--mobile {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .main__about__bg--mobile {
    display: none;
  }
}

.main__about__text {
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
}

@media (min-width: 1200px) {
  .main__about__text {
    max-width: 55%;
    margin-left: auto;
    width: auto;
  }
  .experts .title-wrapper {
    max-width: 55%;
    margin-left: auto;
    width: auto;
    -webkit-transform: translateX(-30px);
       -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
         -o-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@media (min-width: 1500px) {
  .main__about__text {
    max-width: 60%;
  }
  .experts .title-wrapper {
    max-width: 60%;
  }
}

.main__about__title {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .main__about__title {
    margin-top: 80px;
  }
}

@media (min-width: 1500px) {
  .main__about__title {
    margin-top: 200px;
  }
}

.main__about p {
  margin-top: 0;
  font-weight: normal;
  color: #0a0a0a;
  font-size: 16px;
}

@media (min-width: 768px) {
  .main__about p {
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .main__about p {
    margin-bottom: 40px;
    line-height: 1.42;
    font-size: 24px;
  }
}

.main__about p:last-child {
  margin-bottom: 0;
}

.project__socials {
  margin-right: 5px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.project__socials--hidden {
  top: -200%;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

@media(max-width: 374px) {
  .header__right .project__socials {
    top: -200%;
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
}

@media (min-width: 576px) {
  .project__socials {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .project__socials {
    margin-right: 30px;
  }
}

.project__socials__link {
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /*border: 2px solid #f27327;*/
  margin-right: 5px;
  width: 35px;
  height: 35px;
}

@media (min-width: 576px) {
  .project__socials__link {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .project__socials__link {
    width: 40px;
    height: 40px;
  }
}

.project__socials__link:last-child {
  margin-right: 0;
}

.project__socials__link i {
  font-size: 18px;
  stroke-width: 2;
  color: #ecfffe;
  text-shadow: -1px 0 #f27327, 0 1px #f27327, 1px 0 #f27327, 0 -1px #f27327;
  -webkit-text-stroke: 1px #f27327;
}

@media (min-width: 768px) {
  .project__socials__link i {
    font-size: 24px;
  }
}

.project__socials__link .fa-instagram {
  text-shadow: none;
  -webkit-text-stroke: 1px #f27327;
}

.project__socials__link:hover {
  /*background-color: #f27327;*/
}

.project__socials__link:hover i {
  text-shadow: none;
  -webkit-text-stroke: 1px #ecfffe;
}

.footer .project__socials {
  width: 300px;
  margin-right: 0;
}

.footer .project__socials__link {
  width: 47px;
  height: 47px;
  border: 2px solid #f27327;
}

@media (min-width: 576px) {
  .footer .project__socials__link {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .footer .project__socials__link {
    width: 57px;
    height: 57px;
    /*border: 3px solid #f27327;*/
  }
}

@media (min-width: 1200px) {
  .footer .project__socials__link {
    width: 67px;
    height: 67px;
  }
}

.footer .project__socials__link i {
  font-size: 24px;
  stroke-width: 2;
  color: #ecfffe;
  text-shadow: -1px 0 #f27327, 0 1px #f27327, 1px 0 #f27327, 0 -1px #f27327;
  -webkit-text-stroke: 1px #f27327;
}

@media (min-width: 768px) {
  .footer .project__socials__link i {
    font-size: 36px;
  }
}

.popup__block__socials .project__socials {
  margin-right: 0;
  width: 200px;
}

@media (min-width: 576px) and (min-height: 400px) {
  .popup__block__socials .project__socials {
    width: 250px;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .popup__block__socials .project__socials {
    width: 250px;
  }
}

@media (min-width: 992px) and (min-height: 650px) {
  .popup__block__socials .project__socials {
    width: 420px;
  }
}

.popup__block__socials .project__socials__link {
  width: 55.5px;
  height: 55.5px;
  /*border: 3px solid #f27327;*/
}

.project__socials__link--insta, .project__socials__link--vk, .project__socials__link--fb  {
  border: none !important;
}
.project__socials__link--insta svg, .project__socials__link--vk svg, .project__socials__link--fb svg {
  width: 100% !important;
  height: 100% !important;
}
.project__socials__link--insta svg, .project__socials__link--insta svg rect, .project__socials__link--insta svg circle, .project__socials__link--insta svg path, .project__socials__link--vk svg, .project__socials__link--vk svg rect, .project__socials__link--vk svg circle, .project__socials__link--vk svg path, .project__socials__link--fb svg, .project__socials__link--fb svg rect, .project__socials__link--fb svg circle, .project__socials__link--fb svg path  {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.project__socials__link--insta svg rect {
  -webkit-transform: translate(9px, 9px);
     -moz-transform: translate(9px, 9px);
      -ms-transform: translate(9px, 9px);
       -o-transform: translate(9px, 9px);
          transform: translate(9px, 9px);
      opacity: 0;
}
.project__socials__link--vk svg rect {
  -webkit-transform: translate(7px, 8px);
     -moz-transform: translate(7px, 8px);
      -ms-transform: translate(7px, 8px);
       -o-transform: translate(7px, 8px);
          transform: translate(7px, 8px);
      opacity: 0;
}
.project__socials__link--fb svg #patternFb use {
  -webkit-transform: scale(0.002);
     -moz-transform: scale(0.002);
      -ms-transform: scale(0.002);
       -o-transform: scale(0.002);
          transform: scale(0.002);
}
.footer .project__socials__link--fb svg rect {
  -webkit-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0095, 0, .005);
     -moz-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0095, 0, .005);
      -ms-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0095, 0, .005);
       -o-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0095, 0, .005);
          transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0095, 0, .005);
      opacity: 0;
}
.header .project__socials__link--fb svg rect {
  -webkit-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0, 0, -.4);
     -moz-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0, 0, -.4);
      -ms-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0, 0, -.4);
       -o-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0, 0, -.4);
          transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.0, 0, -.4);
      opacity: 0;
}
.popup__block__socials .project__socials__link--fb svg rect {
  -webkit-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.009, 0, .005);
     -moz-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.009, 0, .005);
      -ms-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.009, 0, .005);
       -o-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.009, 0, .005);
          transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.009, 0, .005);
  opacity: 0;
}

@media(max-width: 575px) {
  .footer .project__socials__link--fb svg rect{
    -webkit-transform: translate(8px, 8.3px) matrix(1, 0, 0, 1.05, 0, -1.4);
       -moz-transform: translate(8px, 8.3px) matrix(1, 0, 0, 1.05, 0, -1.4);
        -ms-transform: translate(8px, 8.3px) matrix(1, 0, 0, 1.05, 0, -1.4);
         -o-transform: translate(8px, 8.3px) matrix(1, 0, 0, 1.05, 0, -1.4);
            transform: translate(8px, 8.3px) matrix(1, 0, 0, 1.05, 0, -1.4);
  }
  .popup__block__socials .project__socials__link--fb svg rect {
    -webkit-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.059, 0, -1.3);
       -moz-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.059, 0, -1.3);
        -ms-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.059, 0, -1.3);
         -o-transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.059, 0, -1.3);
            transform: translate(8px, 8.4px) matrix(1, 0, 0, 1.059, 0, -1.3);
      }
}

.project__socials__link--insta:hover, .project__socials__link--vk:hover, .project__socials__link--fb:hover {
  background-color: transparent !important;
}
.project__socials__link--insta:hover svg rect, .project__socials__link--vk:hover svg rect, .project__socials__link--fb:hover svg rect {
  opacity: 1;
}
.project__socials__link--insta:hover svg circle, .project__socials__link--vk:hover svg circle, .project__socials__link--fb:hover svg circle {
  fill: #f27327;
}
.project__socials__link--insta:hover svg path, .project__socials__link--vk:hover svg path, .project__socials__link--fb:hover svg path {
  opacity: 0;
}
@media (min-width: 576px) and (min-height: 400px) {
  .popup__block__socials .project__socials__link {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (min-height: 500px) {
  .popup__block__socials .project__socials__link {
   width: 55.5px;
   height: 55.5px;
    /*border: 4px solid #f27327;*/
  }
}
@media (min-width: 992px) and (min-height: 650px) {
  .popup__block__socials .project__socials__link {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1200px) and (min-height: 850px) {
  .popup__block__socials .project__socials__link {
    width: 100px;
    height: 100px;
    /*border: 5px solid #f27327;*/
  }
}

.popup__block__socials .project__socials__link i {
  font-size: 36px;
  stroke-width: 2;
  color: #ecfffe;
  text-shadow: -1px 0 #f27327, 0 1px #f27327, 1px 0 #f27327, 0 -1px #f27327;
  -webkit-text-stroke: 2px #f27327;
}

@media (min-width: 768px) and (min-height: 500px) {
  .popup__block__socials .project__socials__link i {
    font-size: 46px;
    -webkit-text-stroke: 3px #f27327;
  }
}

.svg__title--project {
  width: 240px;
  height: 60px;
}

@media (min-width: 768px) {
  .svg__title--project {
    width: 315px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .svg__title--project {
    width: 420px;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .svg__title--project {
    width: 500px;
    height: 120px;
  }
}

@media (min-width: 1500px) {
  .svg__title--project {
    width: 635px;
    height: 144px;
  }
}

.svg__title--experts {
  width: 200px;
  height: 66px;
}

@media (min-width: 768px) {
  .svg__title--experts {
    width: 300px;
    height: 88px;
  }
}

@media (min-width: 992px) {
  .svg__title--experts {
    width: 400px;
    height: 111px;
  }
}

@media (min-width: 1200px) {
  .svg__title--experts {
    width: 500px;
    height: 133px;
  }
}

@media (min-width: 1500px) {
  .svg__title--experts {
    width: 600px;
    height: 155px;
  }
}

.svg__title--dictionary {
  margin-bottom: 15px;
  width: 180px;
  height: 64px;
}

@media (min-width: 768px) {
  .svg__title--dictionary {
    margin-bottom: 20px;
    width: 250px;
    height: 92px;
  }
}

@media (min-width: 992px) {
  .svg__title--dictionary {
    margin-bottom: 30px;
    width: 360px;
    height: 112px;
  }
}

@media (min-width: 1200px) {
  .svg__title--dictionary {
    margin-bottom: 35px;
    width: 440px;
    height: 134px;
  }
}

@media (min-width: 1500px) {
  .svg__title--dictionary {
    margin-bottom: 45px;
    width: 675px;
    height: 186px;
  }
}

.button__popup {
  position: relative;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f27327;
  outline: none;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 40px;
  width: 66px;
  height: 66px;
  /*margin-top: 60px;*/
  /*z-index: 3;*/

  padding: 0 !important;
}
.button__popup svg {
  /*z-index: 3;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}
.button__popup::before, .button__popup::after {
  position: absolute;
  opacity: 0;
  content: "";
  display: block;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 1px solid #f27327;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  filter: blur(1px);
  -webkit-animation: pulseButton 1.8s linear infinite;
     -moz-animation: pulseButton 1.8s linear infinite;
       -o-animation: pulseButton 1.8s linear infinite;
          animation: pulseButton 1.8s linear infinite;
}
.button__popup::after {
  -webkit-animation-delay: .65s;
     -moz-animation-delay: .65s;
       -o-animation-delay: .65s;
          animation-delay: .65s;
}
@keyframes pulseButton{
  0% {
    -webkit-transform: scale(.5);
       -moz-transform: scale(.5);
        -ms-transform: scale(.5);
         -o-transform: scale(.5);
            transform: scale(.5);
      opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
      opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
      opacity: 0;
  }
}
@-moz-keyframes pulseButton {
  0% {
    -webkit-transform: scale(.5);
       -moz-transform: scale(.5);
        -ms-transform: scale(.5);
         -o-transform: scale(.5);
            transform: scale(.5);
      opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
      opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
      opacity: 0;
  }
}
@-webkit-keyframes pulseButton {
  0% {
    -webkit-transform: scale(.5);
       -moz-transform: scale(.5);
        -ms-transform: scale(.5);
         -o-transform: scale(.5);
            transform: scale(.5);
      opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
      opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
      opacity: 0;
  }
}
.button__popup__background--opened {
  cursor: pointer !important;
  width: 280px !important;
  font-size: 16px !important;
  padding-left: 80px !important;
  padding-right: 10px !important;
  opacity: 1 !important;
  /*z-index: 1 !important;*/
}
.button__popup__background--opened::after  {
  opacity: 1 !important;
}
@media (min-width: 576px) {
  .button__popup {
    /*margin-top: 50px;*/
  }
  .button__popup__background--opened {
    width: 350px !important;
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .button__popup {
    font-size: 50px;
    width: 76px;
    height: 76px;
    /*margin-top: 50px;*/
  }
  .button__popup svg {
    width: 82px;
    height: 82px;
  }
  .button__popup__background--opened {
    width: 451.9px !important;
    font-size: 22px !important;
    padding-left: 90px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .button__popup {
    font-size: 60px;
    width: 86px;
    height: 86px;
    /*margin-top: 60px;*/
  }
  .button__popup svg {
    width: 92px;
    height: 92px;
  }
  .button__popup__background--opened {
    width: 451.9px !important;
    font-size: 24px !important;
    padding-left: 100px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .button__popup {
    font-size: 80px;
    width: 106px;
    height: 106px;
    /*margin-top: 100px;*/
  }
  .button__popup svg {
    width: 112px;
    height: 112px;
  }
  .button__popup__background--opened {
    width: 451.9px !important;
    font-size: 24px !important;
    padding-left: 120px !important;
    padding-right: 47px !important;
  }
}

@media (min-width: 1500px) {
  .button__popup {
    /*margin-top: 150px;*/
  }
}

.button__popup__background {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 15px;
  top: 0;
  z-index: -1;
  border-radius: 60px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4f4f4f;
  height: 66px;
  
  font-size: 0;
  width: 0;
  padding: 0;
  opacity: 0;
}

.button__popup__background:after {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  position: absolute;
  content: "";
  background-image: url(../img/Back_arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 50px;
  height: 50px;
  right: 8%;
  bottom: 2px;
}

@media (min-width: 576px) {
  .button__popup__background:after {
    right: 10%;
    bottom: -3px;
  }
}

@media (min-width: 768px) {
  .button__popup__background {
    height: 76px;
  }
  .button__popup__background:after {
    bottom: 0px;
    right: 26%;
  }
}

@media (min-width: 992px) {
  .button__popup__background {
    height: 86px;
  }
  .button__popup__background:after {
    bottom: 1px;
    right: 20%;
  }
}

@media (min-width: 1200px) {
  .button__popup__background {
    height: 106px;
  }
  .button__popup__background:after {
    bottom: 10px;
    right: 14%;
  }
}

.title-wrapper {
  width: 100%;
}

.main__start .title-wrapper, .h0__animated-title {
  height: 150px;
}

@media (min-width: 576px) {
  .main__start .title-wrapper, .h0__animated-title {
    height: 230px;
  }
}

@media (min-width: 768px) {
  .main__start .title-wrapper, .h0__animated-title {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .main__start .title-wrapper, .h0__animated-title {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .main__start .title-wrapper, .h0__animated-title {
    height: 530px;
  }
  .main__start .title-wrapper {
    -webkit-transform: translate(0px, 40px);
       -moz-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
         -o-transform: translate(0px, 40px);
            transform: translate(0px, 40px);
  }
}

@media (min-width: 1500px) {
  .main__start .title-wrapper, .h0__animated-title {
    height: 550px;
  }
}

.main__about .title-wrapper, .experts .title-wrapper, .dictionary .title-wrapper {
  height: 72px;
}
.dictionary .title-wrapper {
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
}
.dictionary .title-wrapper .button--parent {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .main__about .title-wrapper, .experts .title-wrapper, .dictionary .title-wrapper {
    height: 92px;
  }
}

@media (min-width: 768px) {
  .main__about .title-wrapper, .experts .title-wrapper, .dictionary .title-wrapper {
    height: 124px;
  }
}

@media (min-width: 992px) {
  .main__about .title-wrapper, .experts .title-wrapper, .dictionary .title-wrapper {
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .main__about .title-wrapper, .experts .title-wrapper, .dictionary .title-wrapper {
    height: 150px;
  }
  .experts .title-wrapper {
    height: 100px !important;
  }
  .dictionary .title-wrapper {
      -webkit-transform: translate(-13px, 0);
       -moz-transform: translate(-13px, 0);
        -ms-transform: translate(-13px, 0);
         -o-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
    
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dictionary .title-wrapper .button--parent {
    margin-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .main__about .title-wrapper, .experts .title-wrapper, .dictionary .title-wrapper {
    height: 160px;
  }
  

}

.elem-title {
  color: #1D2020;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 48px;
  
  border: 1px solid transparent;
}

@media (min-width: 576px) {
  .elem-title {
    font-size: 64px;
  }
}

@media (min-width: 768px) {
  .elem-title {
    font-size: 72px;
    margin-bottom: 1em;
  }
}

@media (min-width: 992px) {
  .elem-title {
    font-size: 96px;
  }
}

@media (min-width: 1200px) {
  .elem-title {
    font-size: 120px;
  }
}

@media (min-width: 1500px) {
  .elem-title {
    font-size: 138px;
  }
}

.elem-title .clones, .elem-title .original {
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  height: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.2;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .elem-title .clones, .elem-title .original {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.experts .elem-title .clones, .experts .elem-title .original {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.elem-title .original {
  height: 1em;
  z-index: 3;
}

.scroll-to-bottom .elem-title .s1{
  -webkit-animation: textUpsOne .8s linear 0s 1 forwards;
  -moz-animation: textUpsOne .8s linear 0s 1 forwards;
  -o-animation: textUpsOne .8s linear 0s 1 forwards;
  animation: textUpsOne .8s linear 0s 1 forwards;
}
.scroll-to-bottom .elem-title .s2{
  -webkit-animation: textUpsTwo 1s linear 0s 1 forwards;
  -moz-animation: textUpsTwo 1s linear 0s 1 forwards;
  -o-animation: textUpsTwo 1s linear 0s 1 forwards;
  animation: textUpsTwo 1s linear 0s 1 forwards;
}
.scroll-to-top .elem-title .s1{
  -webkit-animation: textDownOne .7s linear .3s 1 forwards;
  -moz-animation: textDownOne .7s linear .3s 1 forwards;
  -o-animation: textDownOne .7s linear .3s 1 forwards;
  animation: textDownOne .7s linear .3s 1 forwards;
}
.scroll-to-top .elem-title .s2{
  -webkit-animation: textDownTwo .7s linear .2s 1 forwards;
  -moz-animation: textDownTwo .7s linear .2s 1 forwards;
  -o-animation: textDownTwo .7s linear .2s 1 forwards;
  animation: textDownTwo .7s linear .2s 1 forwards;
}

.elem-title .s1 {
  height: .45em;
  margin-bottom: -.2em;
  -webkit-text-stroke: 3px #4f4f4f;
  color: transparent;
  z-index: 2;
  opacity: 0;
}

.elem-title .s2 {
  display: none;
  height: .35em;
  line-height: 1.1;
  margin-bottom: -.3em;
  -webkit-text-stroke: 2px #c0c0c0;
  color: transparent;
  z-index: 1;
  opacity: 0;
}
.h0__animated-title .elem-title .s2 {
  display: none;
}
.elem-title .s3 {
  height: .2em;
  line-height: 1;
  margin-bottom: -.5em;
  display: none;
}

.h1__animated-title {
  display: block;
  font-size: 36px;
  width: 100%;
  margin-bottom: 2em;
  -webkit-animation: slideUpText .5s linear 1 forwards;
  -moz-animation: slideUpText .5s linear 1 forwards;
  -o-animation: slideUpText .5s linear 1 forwards;
  animation: slideUpText .5s linear 1 forwards;
}
.h1__animated-title .elem-title {
  font-size: 36px;
}
@media (min-width: 576px) {
  .h1__animated-title .elem-title {
    font-size: 48px;
  }
}
.dictionary .h1__animated-title {
  margin-left: .1em;
  width: 100%;
}
@media (min-width: 768px) {
  .h1__animated-title {
    margin-left: -.2em;
  }
  .h1__animated-title .elem-title {
    font-size: 64px;
  }
  .dictionary .h1__animated-title {
    margin-left: .2em;
  }
}

@media (min-width: 992px) {
  .h1__animated-title .elem-title{
    font-size: 72px;
  }
}

@media (min-width: 1200px) {
  .h1__animated-title .elem-title{
    font-size: 100px;
  }
  .dictionary .h1__animated-title {
    width: 45%;
  }
}

@media (min-width: 1500px) {
  .h1__animated-title .elem-title{
    font-size: 120px;
  }
}

.h0__animated-title {
  display: block;
  font-size: 36px;
  width: 100%;
  -webkit-animation: slideUpText .5s linear 1 forwards;
  -moz-animation: slideUpText .5s linear 1 forwards;
  -o-animation: slideUpText .5s linear 1 forwards;
  animation: slideUpText .5s linear 1 forwards;
}
.new-title, .new-title--all-words {
  display: block;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00aac0;
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px 0;
  padding: 0 15px;
}
.new-title--all-words {
  color: #01a9c0;
}
.hr-dictionary {
  height: 1px !important;
  background-color: #e05e3e;
  margin: 0;
}

@media (min-width: 576px) {
  .h0__animated-title {
    font-size: 48px;
  }
  .new-title, .new-title--all-words {
    font-size: 21px;
    margin: 30px 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .h0__animated-title {
    font-size: 64px;
    margin-bottom: 1.1em;
  }
  .new-title, .new-title--all-words {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .h0__animated-title {
    font-size: 72px;
    margin-bottom: 1.3em;
  }
  .new-title, .new-title--all-words {
    font-size: 28px;
    margin: 40px 0;
  }
}

@media (min-width: 1200px) {
  .h0__animated-title {
    font-size: 100px;
    margin-bottom: 1.5em;
  }
  .new-title, .new-title--all-words {
    margin: 50px 0;
  }
}

@media (min-width: 1500px) {
  .h0__animated-title {
    font-size: 120px;
  }
}

.dictionary .elem-title .clones, .dictionary .elem-title .original {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .dictionary .elem-title .clones, .dictionary .elem-title .original {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@keyframes textUpsOne {
  0% {
    -webkit-transform: translateY(-15%);
       -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
         -o-transform: translateY(-15%);
            transform: translateY(-15%);
    opacity: .8;
  }
  25% {
    -webkit-transform: translateY(-23%);
       -moz-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
         -o-transform: translateY(-23%);
            transform: translateY(-23%);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: .8;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
         -o-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
            transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
    opacity: 0;
  }
}
@-moz-keyframes textUpsOne {
  0% {
    -webkit-transform: translateY(-15%);
       -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
         -o-transform: translateY(-15%);
            transform: translateY(-15%);
    opacity: .8;
  }
  25% {
    -webkit-transform: translateY(-23%);
       -moz-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
         -o-transform: translateY(-23%);
            transform: translateY(-23%);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: .8;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
         -o-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
            transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
    opacity: 0;
  }
}
@-webkit-keyframes textUpsOne {
  0% {
    -webkit-transform: translateY(-15%);
       -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
         -o-transform: translateY(-15%);
            transform: translateY(-15%);
    opacity: .8;
  }
  25% {
    -webkit-transform: translateY(-23%);
       -moz-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
         -o-transform: translateY(-23%);
            transform: translateY(-23%);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: .8;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
         -o-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
            transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
    opacity: 0;
  }
}
@keyframes textDownOne {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
         -o-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
            transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
    opacity: .1;
  }
  25% {
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateY(-23%);
       -moz-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
         -o-transform: translateY(-23%);
            transform: translateY(-23%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-15%);
       -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
         -o-transform: translateY(-15%);
            transform: translateY(-15%);
    opacity: 0.8;
  }
}
@-moz-keyframes textDownOne {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
         -o-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
            transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
    opacity: .1;
  }
  25% {
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateY(-23%);
       -moz-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
         -o-transform: translateY(-23%);
            transform: translateY(-23%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-15%);
       -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
         -o-transform: translateY(-15%);
            transform: translateY(-15%);
    opacity: 0.8;
  }
}
@-webkit-keyframes textDownOne {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
         -o-transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
            transform: matrix(1, 0, 0, 1, 0, 0) translateY(-45%);
    opacity: .1;
  }
  25% {
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateY(-23%);
       -moz-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
         -o-transform: translateY(-23%);
            transform: translateY(-23%);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-15%);
       -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
         -o-transform: translateY(-15%);
            transform: translateY(-15%);
    opacity: 0.8;
  }
}

@keyframes textUpsTwo {
  0% {
    transform: translateY(0%);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-20%);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-50%);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-80%);
    opacity: 0.8;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-100%);
    opacity: 0;
  }
}
@-moz-keyframes textUpsTwo {
  0% {
    transform: translateY(0%);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-20%);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-50%);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-80%);
    opacity: 0.8;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes textUpsTwo {
  0% {
    transform: translateY(0%);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-20%);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-50%);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-80%);
    opacity: 0.8;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-100%);
    opacity: 0;
  }
}
@keyframes textDownTwo {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-100%);
    opacity: .1;
  }
  25% {
    transform: translateY(-80%);
    opacity: .3;
  }
  50% {
    transform: translateY(-50%);
    opacity: .5;
  }
  75% {
    transform: translateY(-20%);
    opacity: .6;
  }
  100% {
    transform: translateY(0%);
    opacity: .8;
  }
}
@-moz-keyframes textDownTwo {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-100%);
    opacity: .1;
  }
  25% {
    transform: translateY(-80%);
    opacity: .3;
  }
  50% {
    transform: translateY(-50%);
    opacity: .5;
  }
  75% {
    transform: translateY(-20%);
    opacity: .6;
  }
  100% {
    transform: translateY(0%);
    opacity: .8;
  }
}
@-webkit-keyframes textDownTwo {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-100%);
    opacity: .1;
  }
  25% {
    transform: translateY(-80%);
    opacity: .3;
  }
  50% {
    transform: translateY(-50%);
    opacity: .5;
  }
  75% {
    transform: translateY(-20%);
    opacity: .6;
  }
  100% {
    transform: translateY(0%);
    opacity: .8;
  }
}

@keyframes textUpsThree {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-80%);
  }
  50% {
    transform: translateY(-170%);
  }
  75% {
    transform: translateY(-250%);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-300%);
    opacity: 0;
  }
}

@-moz-keyframes textUpsThree {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-80%);
  }
  50% {
    transform: translateY(-170%);
  }
  75% {
    transform: translateY(-250%);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-300%);
    opacity: 0;
  }
}

@-webkit-keyframes textUpsThree {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-80%);
  }
  50% {
    transform: translateY(-170%);
  }
  75% {
    transform: translateY(-250%);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) translateY(-300%);
    opacity: 0;
  }
}

@keyframes slideUpText {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes slideUpText {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes slideUpText {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

.main__start__next {
  width: 80px;
  height: 50px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  z-index: 2;
  position: absolute;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  bottom: 23%;
  left: 40%;
  cursor: pointer;
}

@media (min-width: 576px) {
  .main__start__next {
    bottom: 27%;
    left: 20%;
  }
}

@media (min-width: 768px) {
  .main__start__next {
    bottom: 25%;
    left: 13%;
  }
}

@media (min-width: 992px) {
  .main__start__next {
    bottom: 25%;
    left: 15%;
  }
}

@media (min-width: 1200px) {
  .main__start__next {
    bottom: 0%;
    left: 34%;
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  .main__start__next {
    bottom: -20%;
    left: 29%;
  }
}

.main__start__next--mobile {
  display: block;
}

@media (min-width: 1200px) {
  .main__start__next--mobile {
    display: none;
  }
}

.main__start__next--desktop {
  display: none;
}

@media (min-width: 1200px) {
  .main__start__next--desktop {
    display: block;
  }
}

.main__start__next__text {
  text-align: center;
  opacity: .4;
  -webkit-animation: pulse 2s linear alternate infinite;
  -moz-animation: pulse 2s linear alternate infinite;
  -o-animation: pulse 2s linear alternate infinite;
  animation: pulse 2s linear alternate infinite;
}

.chevron {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  -moz-animation: move 3s ease-out infinite;
  -o-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
  width: 24px;
  height: 4px;
  left: 36%;
  top: 60%;
}

@media (min-width: 1200px) {
  .chevron {
    width: 40px;
    height: 8px;
    left: 24%;
    top: 70%;
  }
}

.chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
  -moz-animation: move 3s ease-out 1s infinite;
  -o-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  -moz-animation: move 3s ease-out 2s infinite;
  -o-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  -moz-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
  -o-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  -moz-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  -o-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

@-moz-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(11px);
    -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
    -o-transform: translateY(11px);
    transform: translateY(11px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    -o-transform: translateY(17px);
    transform: translateY(17px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -moz-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -ms-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -o-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
  }
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(11px);
    -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
    -o-transform: translateY(11px);
    transform: translateY(11px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    -o-transform: translateY(17px);
    transform: translateY(17px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -moz-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -ms-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -o-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(11px);
    -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
    -o-transform: translateY(11px);
    transform: translateY(11px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    -o-transform: translateY(17px);
    transform: translateY(17px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -moz-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -ms-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    -o-transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(24px) scale3d(0.5, 0.5, 0.5);
  }
}

@media (min-width: 1200px) {
  @-moz-keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -o-transform: translateY(15px);
      transform: translateY(15px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(25px);
      -moz-transform: translateY(25px);
      -ms-transform: translateY(25px);
      -o-transform: translateY(25px);
      transform: translateY(25px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -moz-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -ms-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -o-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
    }
  }
  @-webkit-keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -o-transform: translateY(15px);
      transform: translateY(15px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(25px);
      -moz-transform: translateY(25px);
      -ms-transform: translateY(25px);
      -o-transform: translateY(25px);
      transform: translateY(25px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -moz-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -ms-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -o-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
    }
  }
  @keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -o-transform: translateY(15px);
      transform: translateY(15px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(25px);
      -moz-transform: translateY(25px);
      -ms-transform: translateY(25px);
      -o-transform: translateY(25px);
      transform: translateY(25px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -moz-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -ms-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      -o-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
      transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
    }
  }
}

@-moz-keyframes pulse {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.header {
  position: fixed;
  background-color: #ecfffe;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
}
.header .container {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  padding-bottom: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  position: relative;
}

@media (min-width: 1200px) {
  .header .container {
    padding: 19px 17px 0px 17px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1500px) {
  .header .container {
    padding: 19px 32px 0px 17px;
  }
}

.header__logo {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  text-align: center;
}
.header__logo img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
  filter: none; 
  -webkit-filter: blur(0px); 
  -moz-filter: blur(0px); 
  -ms-filter: blur(0px);
   filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-font-smoothing: subpixel-antialiased;
  
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0) scale(1.0, 1.0);
     -moz-transform: perspective(1px) translateZ(0) scale(1.0, 1.0);
      -ms-transform: perspective(1px) translateZ(0) scale(1.0, 1.0);
       -o-transform: perspective(1px) translateZ(0) scale(1.0, 1.0);
          transform: perspective(1px) translateZ(0) scale(1.0, 1.0);
}

@media (min-width: 576px) {
  .header__logo {
    text-align: left;
  }
}

.header__nav {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  display: flex;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

@media (max-width: 1199px) {
  .header__nav {
    max-height: 0;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    opacity: 0;
    
    position: absolute;
    background-color: #ecfffe;
    z-index: 10;
    
    width: 65%;
    right: 50px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.header__nav__link {
  text-decoration: none;
  cursor: pointer;
  color: #00aac0;
  width: 30%;
  text-align: center;
  margin-right: 0;
  padding: 10px 0;
  bottom: 0;
  border-bottom: 2px solid transparent;
}

.header__nav__link:hover, .header__nav__link:active, .header__nav__link:focus {
  border-bottom: 2px solid #f27327;
}
@media(max-width: 767px){
  .header__nav {
    width: 57%;
    right: 40px;
  }
  .header__nav__link {
    font-size: 12px;
  }
}
@media(max-width: 565px){
  .header__nav {
    width: 65%;
    right: 34px;
  }
}
@media(max-width: 430px){
  .header__nav {
    width: 60%;
  }
  .experts__item--3 .experts__item__card {
    -webkit-transform: translateX(0px) !important;
       -moz-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
         -o-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
  /*.experts__item__card__play {
    left: 29% !important;
  }*/
  .experts__item--3 .experts__item__card__play {
    left: 27%;
  }
}
@media(max-width: 429px){
  .header__nav {
    width: 53%;
  }
  .header__nav__link {
    width: auto;
    border: 0;
    border-bottom: 2px solid transparent;
  }
  .header__nav__link:hover, .header__nav__link:active, .header__nav__link:focus {
    border-bottom: 2px solid #f27327;
  }
  .header .container {
    padding-left: 0;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    overflow-y: inherit;
    max-height: 100%;
    width: auto;
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.header__nav--show {
  max-height: 100%;
  -ms-overflow-y: inherit;
  overflow-y: inherit;
  opacity: 1;
}

.header__nav__mobile {
  display: block;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  width: 100%;
  text-align: left;
}

@media (min-width: 576px) {
  .header__nav__mobile {
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .header__nav__mobile {
    display: none;
  }
}

.header__nav__mobile__link {
  text-decoration: none;
  color: #f27327;
  cursor: pointer;
  font-size: 32px;
}

.header__nav__mobile__link:hover, .header__nav__mobile__link:active, .header__nav__mobile__link:focus {
  color: #00aac0;
}

.header__nav__mobile--opened a {
  color: #00aac0;
  text-shadow: -1px 0 #f27327, 0 1px #f27327, 1px 0 #f27327, 0 -1px #f27327;
}

@media (min-width: 1200px) {
  .header__nav__link {
    text-align: left;
    width: auto;
    padding: 16px;
    margin-right: 50px;
    border: none;
    border-bottom: 4px solid transparent;
  }
  .header__nav__link:hover, .header__nav__link:active, .header__nav__link:focus {
    border: none;
    border-bottom: 4px solid #f27327;
  }
}

@media (min-width: 1500px) {
  .header__nav__link {
    margin-right: 100px;
  }
}

.header__nav__link:last-child {
  margin-right: 0;
}

.header__right {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
  width: 100%;
  
  z-index: 9;
}

@media (min-width: 576px) {
  .header__right {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .header__right {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}

.header__right__form {
  position: relative;
  width: 250px;
}

@media (min-width: 576px) {
  .header__right__form {
    margin-right: 10px;
    width: 165px;
  }
}

@media (min-width: 768px) {
  .header__right__form {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .header__right__form {
    margin-right: 0;
  }
}

.header__right__form__button {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  left: 12px;
}

@media (min-width: 576px) {
  .header__right__form__button {
    left: 10px;
  }
}

@media (min-width: 768px) {
  .header__right__form__button {
    left: 23px;
  }
}

.header__right__form__button img {
  width: 22px;
  height: 25px;
}

.header__right__form__search {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: solid 3px #e16b4e;
  outline: none;
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding-left: 45px;
  
  background-color: transparent;
}

.header__right__form__search--acitive {
  width: 170px !important;
}
@media(max-width: 374px) {
  .header__right__form__search--acitive {
    width: 150px !important;
  }
  .header__nav__mobile {
    -webkit-transform: translate(-10px, 0px);
       -moz-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
         -o-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  .header__right {
    -webkit-transform: translate(-10px, 0px);
       -moz-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
         -o-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  .header .header__logo {
    -webkit-transform: translate(-5px, 0);
       -moz-transform: translate(-5px, 0);
        -ms-transform: translate(-5px, 0);
         -o-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}
.header__right__form__search--acitive .header__right__form__search {
  border-radius: 20px;
  border: solid 1px #f27327;
  background-color: transparent;
  width: 100%;
  padding: 4px 9px 4px 36px;
  opacity: 1;
}


@media (min-width: 576px) {
  .header__right__form__search {
    font-size: 18px;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .header__right__form__search {
    padding-left: 60px;
  }
}

.header__right__form__search--desktop {
  display: block;
}

.header__right__form__search--mobile {
  display: none;
}

input[type="search"]::-webkit-input-placeholder {
  font-weight: normal;
  color: #bbbbbb;
  font-family: "Acrom";
  font-size: 12px;
  
}

@media (min-width: 576px) {
  input[type="search"]::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
  }
}

input[type="search"]:-ms-input-placeholder {
  font-weight: normal;
  color: #bbbbbb;
  font-family: "Acrom";
  font-size: 12px;
}

@media (min-width: 576px) {
  input[type="search"]:-ms-input-placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
  }
}

input[type="search"]::-ms-input-placeholder {
  font-family: "Acrom";
  font-size: 12px;
  font-weight: normal;
  color: #bbbbbb;
}

@media (min-width: 576px) {
  input[type="search"]::-ms-input-placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
  }
}

input[type="search"]::-moz-placeholder {
  font-weight: normal;
  color: #bbbbbb;
  font-family: "Acrom";
  font-size: 12px;
}

@media (min-width: 576px) {
  input[type="search"]::-moz-placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
  }
}

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

.form__search-result {
  position: absolute;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-height: 150px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  z-index: 10;
  background-color: #ecfffe;
  left: 15px;
  width: 150px;
  padding: 5px;
  font-size: 14px;
}

.form__search-result a {
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 0;
}

.form__search-result a:hover {
  font-weight: bold;
  color: #00aac0;
}

@media (min-width: 420px) {
  .form__search-result {
    width: 182px;
    left: 40px;
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .form__search-result {
    left: 10px;
    padding: 10px 15px 10px 10px;
  }
}

@media (min-width: 768px) {
  .form__search-result {
    left: 20px;
  }
}

.form__search-result--error {
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: none;
  color: black;
  padding: 5px;
  max-height: 150px;
  left: 15px;
  width: 150px;
  z-index: 10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #ecfffe;
}

@media (min-width: 420px) {
  .form__search-result--error {
    width: 175px;
    left: 40px;
  }
}

@media (min-width: 576px) {
  .form__search-result--error {
    left: 17px;
    padding: 10px 15px 10px 10px;
  }
}

@media (min-width: 768px) {
  .form__search-result--error {
    left: 27px;
  }
}

.form__search-result--show {
  display: flex;
}

.form__search-result::-webkit-scrollbar {
  width: 5px;
}

.form__search-result::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #757575;
  border-radius: 10px;
}

.form__search-result::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #f27327;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.form__search-result::-webkit-scrollbar-thumb:hover {
  background-color: #d9590d;
}
.main {
  padding-top: 40px;
}
@media (min-width: 576px) {
  .main {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-top: 125px;
    padding-bottom: 0em;
  }
}

@media (min-width: 1500px) {
  .main {
    padding-bottom: 6em;
  }
}

.main .container {
  position: relative;
  padding: 15px;
}
.dictionary .container {
  padding-left: 15px;
}
.experts .container {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .main .container {
    padding: 40px 50px 0 60px;
  }
  .dictionary .container {
    padding-left: 60px;
  }
  .experts .container {
    padding-right: 50px;
  }
}

@media (min-width: 1500px) {
  .main .container {
    padding: 60px 69px 0 115px;
  }
  .dictionary .container {
    padding-left: 115px;
  }
  .experts .container {
    padding-right: 69px;
  }
}
.experts {
  margin-top: 2em;
}
.experts .container {
  padding: 0 15px;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .experts .container {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .experts .container {
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .experts {
    margin-top: 3em;
  }
  .experts--card-block-opened {
    margin-top: -4.5em !important;
  }
  .experts .container {
    padding-left: 80px;
    /*margin-top: 0 !important;*/
    margin-top: 0 !important;
  }
}

@media (min-width: 1500px) {
  .experts {
    margin-top: 12em;
  }
  .experts--card-block-opened {
    margin-top: -4em !important;
  }
  .experts .container {
    padding-left: 117px;
  }
}

.experts__item {
  margin-bottom: 10px;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .experts__item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .experts__item {
    max-width: 90%;
  }
}
@media(min-width: 1200px) {
  .experts__item {
    margin-top: -40px;
  }
  .experts__item:nth-child(3) {
    margin-right: 0;
  }
  .experts__item {
    max-width: 90%;
  }
}
@media(min-width: 1500px) {
  .experts__item {
    max-width: 80%;
  }
}
.experts__item:last-child {
  margin-bottom: 0;
}

.experts__item:nth-child(even) {
  margin-right: auto;
}

.experts__item:nth-child(odd) {
  margin-left: auto;
}

.experts__item__card {
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
}
.experts__item__card__avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(157,157,157,1);
     -moz-box-shadow: 3px 3px 10px 0px rgba(157,157,157,1);
          box-shadow: 3px 3px 10px 0px rgba(157,157,157,1);
}
.experts__item__card__avatar {
  width: 125px;
  height: 125px;
}

.experts__item__card__avatar--1 {
  top: -10px;
  left: 30px;
  z-index: 2;
}
.experts__item__card__avatar--2 {
  left: 20px;
  top: -5px;
  z-index: 2;
}
.experts__item__card__avatar--3 {
  right: 30px;
  top: 20px;
  z-index: 2;
} 
@media(max-width: 575px) {
  .expert_bg1 {
    width: 188.8px;
    height: 188.6px;
    -webkit-transform: rotate(-65deg);
       -moz-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
         -o-transform: rotate(-65deg);
            transform: rotate(-65deg);
  }
  .expert_bg2 {
    width: 155.6px;
    height: 170.6px;
  }
  .expert_bg3 {
    width: 190.9px;
    height: 249.9px;
  }
}
@media(min-width: 576px) {
  .experts__item__card__avatar {
    width: 250px;
    height: 250px;
  }
  .experts__item__card__avatar img {
    width: 250px;
    height: 250px;
  }
  .experts__item__card__avatar--1 {
    top: 123px;
    left: 228px;
  }
  .experts__item__card__avatar--2 {
    left: 8px;
    top: 70px;
  }
  .experts__item__card__avatar--3 {
    right: 10px;
    top: 20px;
  }   
}
@media (min-width: 768px) {
  .experts__item__card {
    display: block;
    -webkit-order: inherit;
    -ms-order: inherit;
    order: inherit;
  }
  .experts__item__card__avatar {
    width: 200px;
    height: 200px;
  }
  .experts__item__card__avatar img {
    width: 200px;
    height: 200px;
  }
  .experts__item__card__avatar--1 {
    top: 77px;
    left: 155px;
  }
  .experts__item__card__avatar--2 {
    left: 15px;
    top: 50px;
  }
  .experts__item__card__avatar--3 {
    right: 5px;
    top: 10px;
  }   
}
@media(min-width: 992px) {
  .experts__item__card__avatar {
    width: 250px;
    height: 250px;
  }
  .experts__item__card__avatar img {
    width: 250px;
    height: 250px;
  }
  .experts__item__card__avatar--1 {
    top: 70px;
    left: 160px;
  }
  .experts__item__card__avatar--2 {
    left: 10px;
    top: 55px;
  }
  .experts__item__card__avatar--3 {
    right: -5px;
    top: 5px;
  } 
}
@media(min-width: 1200px) {
  .experts__item__card__avatar {
    width: 320px;
    height: 320px;
  }
  .experts__item__card__avatar img {
    width: 320px;
    height: 320px;
  }
  .experts__item__card__avatar--1 {
    top: 104px;
    left: 228px;
  }
  .experts__item__card__avatar--2 {
    left: -45px;
    top: 20px;
  }
  .experts__item__card__avatar--3 {
    right: -50px;
    top: -15px;
  } 
}
@media(min-width: 1500px) {
  .experts__item__card__avatar--1 {
    top: 110px;
    left: 230px;
  }
  .experts__item__card__avatar--2 {
    left: -60px;
    top: 35px;
  }
  .experts__item__card__avatar--3 {
    right: -75px;
    top: -15px;
  } 
}

.experts__item__card:hover .experts__item__card__play {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.experts__item__card img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .experts__item__card img {
    max-width: 350px;
  }
}

@media (min-width: 992px) {
  .experts__item__card img {
    max-width: 400px;
  }
}

@media (min-width: 1200px) {
  .experts__item__card img {
    max-width: 500px;
  }
}

@media (min-width: 1500px) {
  .experts__item__card img {
    max-width: 550px;
    max-height: 520px;
  }
}

.experts__item__card__play {
  position: absolute;
  bottom: 41%;
  left: 46%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 3;
}

.experts__item:nth-child(2) .experts__item__card__play{
  bottom: 30%;
  left: 45%;
  
}
.experts__item:nth-child(3) .experts__item__card__play{
  bottom: 25%;
  left: 53%;
}
@media(min-width: 1200px) {
  .experts__item__card__play  {
    bottom: 35%;
    left: 53%;
  }
  .experts__item:nth-child(2) .experts__item__card__play{
    bottom: 25%;
    left: 47%;
  }
  .experts__item:nth-child(3) .experts__item__card__play{
    bottom: 25%;
    left: 53%;
  }
}
.experts__item__card__play:before {
  position: absolute;
  left: -49px;
  top: -20px;
}

.experts__item__space-between {
  height: 100%;
  display: none;
}

@media (min-width: 768px) {
  .experts__item__space-between {
    display: block;
    width: 35px;
  }
}

@media (min-width: 992px) {
  .experts__item__space-between {
    width: 45px;
  }
}

@media (min-width: 1200px) {
  .experts__item__space-between {
    width: 110px;
  }
}

@media (min-width: 1500px) {
  .experts__item__space-between {
    width: 150px;
  }
}

.experts__item__text {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .experts__item__text {
    display: block;
    -webkit-order: inherit;
    -ms-order: inherit;
    order: inherit;
    max-width: 360px;
  }
}

@media (min-width: 992px) {
  .experts__item__text {
    max-width: 400px;
  }
}
@media(min-width: 1200px) and (max-width: 1250px) {
  .experts__item--1 {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .experts__item__text {
    max-width: 480px;
  }
  .experts__item--3 {
    max-width: 100%;
    margin-top: 40px;
  }
  .experts__item--3 .experts__item__space-between {
    width: 160px;
  }
  .experts__item--1 .experts__item__text, .experts__item--3 .experts__item__text {
    max-width: 670px;
  }
  .experts__item--2 .experts__item__text {
    max-width: 515px;
  }
  .experts__item--3 .experts__item__card {
    -webkit-transform: translateX(45px);
       -moz-transform: translateX(45px);
        -ms-transform: translateX(45px);
         -o-transform: translateX(45px);
            transform: translateX(45px);
  }
  .experts__item__text--3 {
    -webkit-transform: translate(0px, -50px);
       -moz-transform: translate(0px, -50px);
        -ms-transform: translate(0px, -50px);
         -o-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
}

@media (min-width: 1500px) {
  .experts__item__text {
    max-width: 600px;
  }
  .experts__item--3 .experts__item__space-between {
    width: 210px;
  } 
  .experts__item--2 .experts__item__text {
    max-width: 600px;
  }
  .experts__item--2 .experts__item__space-between {
    width: 90px;
  }
  .experts__item--3 .experts__item__card {
    -webkit-transform: translateX(28px);
       -moz-transform: translateX(28px);
        -ms-transform: translateX(28px);
         -o-transform: translateX(28px);
            transform: translateX(28px);
  }
}

.experts__item__text__name {
  cursor: pointer;
}

.play__scaled {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.dictionary {
  padding-bottom: 20px;
  margin-top: 1em;
}

@media (min-width: 576px) {
  .dictionary {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .dictionary {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .dictionary {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .dictionary {
    margin-top: 8em;
    padding-bottom: 100px;
  }
}

@media (min-width: 1500px) {
  .dictionary {
    margin-top: 5em;
  }
}



@media (max-width: 767px) {
  .dictionary .container {
    padding: 0 15px;
  }
}

.dictionary__title {
  text-align: right;
}

.dictionary__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  text-align: left;
  margin-left: auto;
}
.dictionary__list--wrapper {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .dictionary__list--wrapper {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .dictionary__list--wrapper {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .dictionary__list--wrapper {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .dictionary__list--wrapper {
    margin-bottom: 60px;
  }
}

@media (min-width: 1500px) {
  .dictionary__list {
    /*max-width: 1220px;*/
  }
}

.dictionary__list__item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

@media (min-width: 576px) {
  .dictionary__list__item {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .dictionary__list__item {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .dictionary__list__item {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .dictionary__list__item {
    margin-right: 30px;
  }
}

/*@media (min-width: 1200px) {
  .dictionary__list__item:nth-child(14) {
    margin-right: 120px;
  }
}

@media (min-width: 1500px) {
  .dictionary__list__item:nth-child(14) {
    margin-right: 130px;
  }
}*/

.dictionary__list__item:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #00aac0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 40%;
  left: 110%;
  width: 5px;
  height: 5px;
}

@media (min-width: 576px) {
  .dictionary__list__item__prev, .dictionary__list__item__next {
    display: none;
  }
  .dictionary__list__item:after {
    width: 6px;
    height: 6px;
    left: 108%;
  }
}

@media (min-width: 768px) {
  .dictionary__list__item:after {
    width: 8px;
    height: 8px;
    left: 110%;
  }
}

@media (min-width: 992px) {
  .dictionary__list__item:after {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .dictionary__list__item:after {
    width: 13.7px;
    height: 13.7px;
  }
}

.dictionary__list__item--active .dictionary__list__item__link {
  color: #00aac0;
}

.dictionary__list__item:last-child {
  margin-right: 0;
}

.dictionary__list__item:last-child:after {
  display: none;
}

.dictionary__list__item__link {
  color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: .7px #00aac0;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  font-size: 20px;
}

.dictionary__list__item__link:hover, .dictionary__list__item__link:active, .dictionary__list__item__link:focus {
  font-weight: 800;
  color: #00aac0;
}
@media(min-width: 576px) {
  .dictionary__list__item__link {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .dictionary__list__item__link {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .dictionary__list__item__link {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .dictionary__list__item__link {
    -webkit-text-stroke: 1.7px #00aac0;
    font-size: 54px;
  }
}

@media (min-width: 1500px) {
  .dictionary__list__item__link {
    font-size: 60px;
  }
}

.dictionary__card {
  position: relative;
}

.dictionary__card__words {
  /*display: flex;*/
  display: block;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*padding-left: 5px;*/
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 100%;
  min-height: 240px;
  max-height: 500px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .dictionary__card__words {
    /*display: block;*/
    width: 100%;
    /*height: 250px;*/
    max-height: 600px;
    min-height: 240px;
  }
}

@media (min-width: 768px) {
  .dictionary__card__words {
    width: 540px;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .dictionary__card__words {
    width: 620px;
    height: 340px;
  }
}

@media (min-width: 1200px) {
  .dictionary__card__words {
    width: 740px;
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .dictionary__card__words {
    height: 425px;
  }
}

.dictionary__card__words__wrap {
  -ms-overflow-y: auto;
  overflow-y: auto;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  
  scrollbar-color: #f27327 #00aac0;
  scrollbar-width: thin;
}

.dictionary__card__words__wrap::-webkit-scrollbar,  .dictionary__card--img-long .dictionary__card--img-long__desk::-webkit-scrollbar{
  width: 8px;
}

.dictionary__card__words__wrap::-webkit-scrollbar-track, .dictionary__card--img-long .dictionary__card--img-long__desk::-webkit-scrollbar-track {
  background-color: #00aac0;
  border-left: 1px solid #00aac0;
  border-right: 1px solid #00aac0;
  /*-webkit-box-shadow: inset 0 0 6px #00aac0;*/
}

.dictionary__card__words__wrap::-webkit-scrollbar-thumb, .dictionary__card--img-long .dictionary__card--img-long__desk::-webkit-scrollbar-thumb {
  background-color: rgba(242, 115, 39);
  border-left: 1px solid #00aac0;
  border-right: 1px solid #00aac0;
  /*background-color: rgba(242, 115, 39, 0.7);*/
  /*outline: 2px solid #ecfffe;*/
}

.dictionary__card__words__wrap::-webkit-scrollbar-thumb:vertical:hover, .dictionary__card__words__wrap::-webkit-scrollbar-thumb:horizontal:hover, .dictionary__card--img-long .dictionary__card--img-long__desk::-webkit-scrollbar-thumb:vertical:hover, .dictionary__card--img-long .dictionary__card--img-long__desk::-webkit-scrollbar-thumb:horizontal:hover{
  background-color: #c45c1e;
}

.dictionary__card__words__wrap:vertical:active, .dictionary__card__words__wrap:horizontal:active, .dictionary__card--img-long .dictionary__card--img-long__desk:vertical:active, .dictionary__card--img-long .dictionary__card--img-long__desk:horizontal:active {
  background-color: #73330d;
}

.dictionary__card__words__item {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  clear: left;
  font-size: 22px;
  margin-bottom: 15px;
}

.dictionary__card__words__item:hover, .dictionary__card__words__item:active, .dictionary__card__words__item:focus {
  color: #00aac0;
}

.dictionary__card__words__item:nth-child(odd) {
  width: 35%;
  text-align: left;
}
.dictionary__card__words__item:nth-child(even) {
  width: 35%;
  text-align: left;
  margin-left: 30%;
}
@media (min-width: 576px) {
  .dictionary__card__words__item {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .dictionary__card__words__item:nth-child(odd) {
    width: 45%;
    text-align: left;
  }
  .dictionary__card__words__item:nth-child(even) {
    width: 45%;
    text-align: left;
    margin-left: 10%;
  }
}

@media (min-width: 768px) {
  .dictionary__card__words__item {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
}

@media (min-width: 992px) {
  .dictionary__card__words__item {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
}

@media (min-width: 1200px) {
  .dictionary__card__words__item {
    font-size: 36px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1500px) {
  .dictionary__card__words__item {
    font-size: 40px;
  }
  .dictionary__card__words__item:nth-child(odd) {
    width: 40%;
  }
  .dictionary__card__words__item:nth-child(even) {
    width: 40%;
    margin-left: 20%;
  }
}

.dictionary__card__words__item--active:hover, .dictionary__card__words__item--active:active, .dictionary__card__words__item--active:focus {
  font-size: 24px;
}

@media (min-width: 576px) {
  .dictionary__card__words__item--active:hover, .dictionary__card__words__item--active:active, .dictionary__card__words__item--active:focus {
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  .dictionary__card__words__item--active:hover, .dictionary__card__words__item--active:active, .dictionary__card__words__item--active:focus {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .dictionary__card__words__item--active:hover, .dictionary__card__words__item--active:active, .dictionary__card__words__item--active:focus {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .dictionary__card__words__item--active:hover, .dictionary__card__words__item--active:active, .dictionary__card__words__item--active:focus {
    font-size: 40px;
  }
}

@media (min-width: 1500px) {
  .dictionary__card__words__item--active:hover, .dictionary__card__words__item--active:active, .dictionary__card__words__item--active:focus {
    font-size: 45px;
  }
}

.dictionary__card__bg {
  height: auto;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 170, 192, 0.1);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 300px;
  width: 100%;
}

@media (min-width: 576px) {
  .dictionary__card__bg {
    width: 40%;
    right: -30px;
    top: -60px;
    font-size: 300px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .dictionary__card__bg img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 768px) {
  .dictionary__card__bg {
    -webkit-justify-content: center;
    justify-content: center;
    width: 400px;
    right: -60px;
    top: -100px;
    font-size: 400px;
  }
}

@media (min-width: 992px) {
  .dictionary__card__bg {
    width: 600px;
    right: -100px;
    top: -150px;
    font-size: 500px;
  }
}

@media (min-width: 1200px) {
  .dictionary__card__bg {
    width: 800px;
    right: -140px;
    top: -220px;
    font-size: 700px;
  }
}

@media (min-width: 1500px) {
  .dictionary__card__bg {
    width: 900px;
    right: -85px;
    top: 0;
    font-size: 900px;
  }
}

.dictionary__card--img-short .dictionary__card__bg, .dictionary__card--no-img .dictionary__card__bg, .dictionary__card--img-long .dictionary__card__bg {
  top: 0;
}

@media (min-width: 1500px) {
  .dictionary__card--img-short .dictionary__card__bg, .dictionary__card--no-img .dictionary__card__bg, .dictionary__card--img-long .dictionary__card__bg {
    top: 0;
  }
}

.dictionary__card--img-short__title, .dictionary__card--no-img__title, .dictionary__card--img-long__title {
  position: relative;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00aac0;
  padding-left: 30px;
  font-size: 24px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media(min-width: 576px) {
  .dictionary__card--img-short__title, .dictionary__card--no-img__title {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .dictionary__card--img-short__title, .dictionary__card--no-img__title, .dictionary__card--img-long__title {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .dictionary__card--img-short__title, .dictionary__card--no-img__title, .dictionary__card--img-long__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .dictionary__card--img-short__title, .dictionary__card--no-img__title, .dictionary__card--img-long__title {
    font-size: 48px;
  }
}

@media (min-width: 1500px) {
  .dictionary__card--img-short__title, .dictionary__card--no-img__title, .dictionary__card--img-long__title {
    font-size: 60px;
    padding-left: 120px;
    margin-bottom: 43px;
  }
}

.dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  padding-left: 60px;
  width: 100%;
}

@media (min-width: 576px) {
  .dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
    width: 60%;
    height: 350px;
  }
  .dictionary__card--no-img__desk {
    max-height: 300px !important;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
    font-size: 24px;
    width: 50%;
    height: 350px;
  }
  .dictionary__card--no-img__desk {
    max-height: 350px !important;
  }
}

@media (min-width: 992px) {
  .dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
    width: 40%;
    height: 480px;
  }
  .dictionary__card--no-img__desk {
    max-height: 480px !important;
  }
}

@media (min-width: 1200px) {
  .dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
    height: 551px;
    width: 45%;
  }
  .dictionary__card--no-img__desk {
    max-height: 551px !important;
  }
}

@media (min-width: 1500px) {
  .dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
    padding-left: 120px;
  }
}

.dictionary__card--img-short__desk p, .dictionary__card--no-img__desk p, .dictionary__card--img-long__desk p {
  margin-bottom: 30px;
}

.dictionary__card--img-short__desk p:last-child, .dictionary__card--no-img__desk p:last-child, .dictionary__card--img-long__desk p:last-child {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .dictionary__card--img-short__desk p, .dictionary__card--no-img__desk p, .dictionary__card--img-long__desk p {
    margin-bottom: 60px;
  }
  .dictionary__card--img-short__desk p:last-child, .dictionary__card--no-img__desk p:last-child, .dictionary__card--img-long__desk p:last-child {
    margin-bottom: 90px;
  }
}

.dictionary__card--img-short__desk b, .dictionary__card--no-img__desk b, .dictionary__card--img-long__desk b {
  font-weight: bold;
}

.dictionary__card--img-short__desk strong, .dictionary__card--no-img__desk strong, .dictionary__card--img-long__desk strong {
  font-weight: bolder;
}

.dictionary__card .dictionary__card--img-long__desk {
  height: 100%;
  margin-left: auto;
}

.dictionary__card__same-words {
  padding-left: 60px;
  margin-bottom: 11px;
}

@media (min-width: 1500px) {
  .dictionary__card__same-words {
    padding-left: 120px;
  }
}

.dictionary__card__same-words__title {
  margin-bottom: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 24px;
}

@media (min-width: 768px) {
  .dictionary__card__same-words__title {
    font-size: 24px;
  }
}

.dictionary__card__same-words__list {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .dictionary__card__same-words__list {
    max-width: 55%;
  }
}

.dictionary__card__same-words__list__item {
  color: #00aac0;
  text-decoration: none;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  font-size: 24px;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .dictionary__card__same-words__list__item {
    font-size: 30px;
  }
}

.dictionary__card__same-words__list__item:last-child {
  margin-right: 0;
}

.dictionary__card__same-words__list__item:hover {
  color: #27e6ff;
}

.back-to-words {
  display: flex;
  cursor: pointer;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: transparent;
  text-decoration: none;
  position: absolute;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  left: -20px;
}

.back-to-words::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM70 7L1 7V9L70 9V7Z' fill='%2300AAC0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  display: block;
  height: 16px;
  width: 55px;
}

.back-to-words:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM70 7L1 7V9L70 9V7Z' fill='%23f27327'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .back-to-words {
    left: -5px;
  }
  .back-to-words::before {
    width: 55px;
  }
}

@media (min-width: 768px) {
  .back-to-words {
    left: -5px;
  }
  .back-to-words::before {
    width: 50px;
  }
}

@media (min-width: 992px) {
  .back-to-words {
    left: -5px;
  }
  .back-to-words::before {
    width: 55px;
  }
}

@media (min-width: 1200px) {
  .back-to-words {
    left: -8px;
  }
  .back-to-words::before {
    width: 60px;
  }
}

@media (min-width: 1500px) {
  .back-to-words {
    left: 0;
  }
  .back-to-words::before {
    width: 70px;
  }
}
.dictionary__card--img-long {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dictionary__card--img-long .dictionary__card__bg {
  top: 15%;
  left: 0;
}
.dictionary__card--no-img {
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dictionary__card--no-img  .dictionary__card__footer {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .dictionary__card--no-img  .dictionary__card__footer {
    margin-top: auto;
  }
  .dictionary__card--img-long .dictionary__card__bg {
    width: 254px;
    height: auto;
    min-height: 300px;
  }
  .dictionary__card--img-short .dictionary__card__bg {
    width: 230px;
    height: auto;
  }
  .dictionary__card--img-long {
    min-height: 420px;
  }
  .dictionary__card--img-short, .dictionary__card--no-img {
    min-height: 330px;
  }
}

@media (min-width: 768px) {
  .dictionary__card--img-long .dictionary__card__bg {
    width: 400px;
    height: 400px;
    min-height: 440px;
    top: 40px;
    left: -30px;
  }
  .dictionary__card--img-short .dictionary__card__bg {
    width: 369px;
    height: 353px;
    right: -22px;
  }
  .dictionary__card--img-long {
    min-height: 600px;
  }
  .dictionary__card--img-short, .dictionary__card--no-img {
    min-height: 450px;
  }
}

@media (min-width: 992px) {
  .dictionary__card--img-long .dictionary__card__bg {
    width: 500px;
    height: 500px;
    min-height: 550px;
    top: 50px;
    left: 0;
  }
  .dictionary__card--img-short .dictionary__card__bg {
    width: 500px;
    height: 572px;
    right: -5px;
  }
  .dictionary__card--img-long {
    min-height: 770px;
  }
  .dictionary__card--img-short, .dictionary__card--no-img {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .dictionary__card--img-long .dictionary__card__bg {
    width: 600px;
    height: 600px;
    min-height: 650px;
    top: 60px;
    left: -50px;
  }
  .dictionary__card--img-short .dictionary__card__bg {
    width: 631px;
    height: 695px;
    right: -40px;
  }
  .dictionary__card--img-long {
    min-height: 870px;
  }
  .dictionary__card--img-short, .dictionary__card--no-img {
    min-height: 680px;
  }
}
@media (min-width: 1500px) {
  .dictionary__card--img-long .dictionary__card__bg {
    top: 80px;
    left: -100px;
    width: 737.1px;
    height: 799.7px;
  }
  .dictionary__card--img-short .dictionary__card__bg {
    width: 875px;
    height: 720px;
    right: -100px;
  }
  .dictionary__card--img-long {
    /**/
    min-height: 1050px;
  }
  .dictionary__card--img-short, .dictionary__card--no-img {
    min-height: 800px;
  }
}

.dictionary__card--img-long .dictionary__card__same-words {
  padding-left: 0;
}

.dictionary__card--img-long .dictionary__card__same-words .dictionary__card__same-words__list {
  max-width: 100%;
}

.dictionary__card__footer {
  
}
.dictionary__card__footer .button__popup {
  margin: 0;
}
.dictionary__card__footer .dictionary__card__same-words {
  padding-left: 0;
  margin-bottom: 20px;
}
@media(min-width: 576px) {
  .dictionary__card__footer {
    padding-left: 60px;
    margin-top: 20px;
  }
}
@media(min-width: 1200px) {
  .dictionary__card__footer {
    width: 50%;
  }
  .dictionary__card__footer .dictionary__card__same-words {
    margin-bottom: 60px;
  }
}
@media(min-width: 1500px) {
  .dictionary__card__footer {
    padding-left: 120px;
  }
}
.dictionary__card--img-long .dictionary__card--img-long__footer {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  width: 100%;
  
  margin-top: 20px;
}

@media(min-width: 1200px) {
  .dictionary__card--img-long .dictionary__card--img-long__footer {
    
  }
}

.dictionary__card--img-long__footer .button__popup {
  margin-top: 0;
  margin-bottom: 0;
}
.dictionary__card--img-long__footer .button--parent {
  -webkit-order: 1;
      -ms-order: 1;
          order: 1;
}
.dictionary__card--img-long__footer .dictionary__card__same-words {
  -webkit-order: 0;
      -ms-order: 0;
          order: 0;
      width: 100%;
      margin-bottom: 20px;
}
@media(min-width: 1200px) {
  .dictionary__card--img-long__footer .button--parent {
    -webkit-order: 0;
        -ms-order: 0;
            order: 0;
  }
  .dictionary__card--img-long__footer .dictionary__card__same-words {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
      margin-bottom: 0;
  }
}

.dictionary__card--img-long .dictionary__card--img-long__desk {
  scrollbar-color: #f27327 #00aac0;
  scrollbar-width: thin;
}

@media (min-width: 576px) {
  .dictionary__card--img-long .dictionary__card--img-long__desk {
    max-height: 500px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
}



@media (min-width: 768px) {
  .dictionary__card--img-long .dictionary__card--img-long__desk {
    max-height: 700px;
  }
}

@media (min-width: 1200px) {
  .dictionary__card .dictionary__card--img-long {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dictionary__card--img-long .dictionary__card--img-long__desk {
    max-height: 950px;
    padding-left: 0 !important;
    padding-top: 15px;
  }
  .dictionary__card--img-long__title {
    width: 50%;
  }
  .dictionary__card--img-long .dictionary__card__same-words {
    width: 45%;
    margin-left: auto;
    /*margin-top: 100px;*/
  }
  .dictionary__card--img-long .button__popup {
    /*margin-bottom: 0 !important;
    margin-top: -90px !important;*/
  }
}

@media (min-width: 1500px) {
  .dictionary__card--img-long .dictionary__card--img-long__desk {
    max-height: 1240px;
  }
}

.footer {
  padding: 10px 0 20px;
}

.footer .container {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .footer .container {
    padding: 0 30px;
  }
}

.footer .container:nth-child(1) {
  margin-bottom: 30px;
}

.footer .container:nth-child(2) {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .footer .container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .container:nth-child(1) {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 16px 0 25px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 20px 0 28px;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 25px 0 33px;
  }
}

.footer .header__logo {
  display: block;
  /*background-image: url(../img/LOGO.svg);*/
  width: 193px;
  height: 88px; 
}

.footer .header__logo object{
  width: 100%;
}
.footer__adress {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer__adress {
    margin-bottom: 0;
  }
}

.footer__adress__contacts {
  max-width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer__adress__contacts {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .footer__adress__contacts {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .footer__adress__contacts {
    max-width: 400px;
    margin-top: 63px;
  }
}

@media (min-width: 1500px) {
  .footer__adress__contacts {
    max-width: 480px;
    width: 480px;
  }
}

.footer__adress__contacts p {
  padding-left: 12px;
  margin: 0 0 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer__adress__contacts p {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .footer__adress__contacts p:nth-child(1) p:nth-child(1) {
    max-width: 400px;
  }
}


@media (min-width: 1200px) {
  .footer__links {
    display: block;
    max-width: 400px;
  }
}

.footer__links__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 14px;
}

.footer__links__list:last-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer__links__list {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer__links__list {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .footer__links__list:last-child {
    margin-bottom: 0;
  }
}

.footer__links__list__item {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .footer__links__list__item {
    margin-bottom: 0;
  }
}

.footer__links__list__item a {
  text-decoration: none;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00aac0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .footer__links__list__item a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .footer__links__list__item a {
    font-size: 24px;
  }
}

.footer__links__list__item a:hover {
  color: #00d7f3;
}

.footer__partners__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

@media (min-width: 576px) {
  .footer__partners__title {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer__partners__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .footer__partners__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .footer__partners__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.footer__partners__list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer__partners__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.footer__partners__list__item {
  text-decoration: none;
  margin-bottom: 15px;
  
}

@media (min-width: 768px) {
  .footer__partners__list__item {
    margin-bottom: 30px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .footer__partners__list__item {
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .footer__partners__list__item--dk {
    max-width: 203px;
    max-height: 76px;
  }
}

@media (min-width: 1200px) {
  .footer__partners__list__item--icf {
    max-width: 150px;
    max-height: 96px;
  }
}

@media (min-width: 1200px) {
  .footer__partners__list__item--cult {
    max-width: 154px;
    max-height: 129px;
  }
}

@media (min-width: 1200px) {
  .footer__partners__list__item--rostur {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .footer__partners__list__item--rostur {
    width: 150px;
  }
}
@media (min-width: 576px) {
  .footer__partners__list__item--rostur {
    width: 150px;
  }
}

.footer__agreement {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00aac0;
  margin-top: 30px;
}

.footer__agreement:hover {
  color: #00d7f3;
}

.footer__copyright {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-top: 15px;
}

.popup {
  display: none;
  background-color: rgba(0, 170, 192, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup__block {
  padding-bottom: 10px;
  position: relative;
  background-color: #ecfffe;
  width: 300px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

/*@media (min-width: 576px) and (min-height: 460px) {
  .popup__block {
    width: 420px;
  }
}
*/
@media (min-width: 375px) and (min-height: 550px) {
  .popup__block {
    width: 341px;
    height: 520px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (min-height: 650px) {
  .popup__block {
    width: 720px;
    height: 620px;
  }
}

@media (min-width: 1200px) and (min-height: 850px) {
  .popup__block {
    width: 920px;
    height: 800px;
  }
}

.popup__block__close {
  position: absolute;
  right: 5%;
  top: 4%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.popup__block__close:hover {
  opacity: .5;
}

.popup__block__close svg {
  width: 26px;
  height: 26px;
}

@media (min-width: 768px) and (min-height: 500px) {
  .popup__block__close svg {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 992px) and (min-height: 650px) {
  .popup__block__close svg {
    width: 37px;
    height: 37px;
  }
}

.popup__block__close svg path {
  fill: #f27327;
}

.popup__block__img {
  width: 187px;
  height: 159px;
  margin-top: 7px;
  margin-bottom: 30px;
}

/*@media (min-width: 576px) and (min-height: 400px) {
  .popup__block__img {
    width: 200px;
    height: 200px;
  }
}*/

@media (min-width: 375px) and (min-height: 550px) {
  .popup__block__img {
    width: 291px;
    height: 249px;
    max-height: 347.5px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (min-height: 650px) {
  .popup__block__img {
    width: 400px;
    height: 330px;
    max-height: 410px;
  }
}

@media (min-width: 1200px) and (min-height: 850px) {
  .popup__block__img {
    width: 410px;
    height: 350px;
  }
}

.popup__block__img img {
  height: 100%;
}

.popup__block__title {
  margin-top: -22px;
  color: #1c1c1c;
  text-align: center;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}

/*@media (min-width: 576px) and (min-height: 400px) {
  .popup__block__title {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
}*/

@media (min-width: 375px) and (min-height: 550px) {
  .popup__block__title {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (min-height: 650px) {
  .popup__block__title {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) and (min-height: 850px) {
  .popup__block__title {
    font-size: 36px;
    max-width: 744px;
    margin-bottom: 40px;
  }
}

.experts-popup {
  display: none;
  background-color: rgba(0, 170, 192, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup-open {
  display: flex!important;

  -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}

.experts-popup__block {
  background-color: #00aac0;
  border: solid 3px white;
  position: relative;
  width: 320px;
  height: 200px;
  outline: none;
  
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.experts-popup__block video {
  outline: none;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
}
@media (max-width: 575px) and (max-height: 349px) {
  .experts-popup__block {
    width: 300px;
    height: 200px;
  }
  .experts-popup__close {
    right: 0;
  }
}
@media (min-width: 576px) and (min-height: 350px) {
  .experts-popup__block {
    width: 500px;
    height: 250px;
  }
}

@media (min-width: 768px) and (min-height: 500px) {
  .experts-popup__block {
    width: 550px;
    height: 300px;
  }
}

@media (min-width: 992px) and (min-height: 600px) {
  .experts-popup__block {
    width: 750px;
    height: 450px;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  .experts-popup__block {
    width: 950px;
    height: 550px;
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .experts-popup__block {
    width: 1071px;
    height: 643px;
  }
}

.experts-popup__close {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: -30px;
}
@media (min-width: 576px) and (min-height: 350px) {
  .experts-popup__close {
    top: -30px;
    right: -30px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .experts-popup__close {
    width: 32px;
    height: 32px;
    top: -40px;
    right: -40px;
  }
}

@media (min-width: 992px) and (min-height: 600px) {
  .experts-popup__close {
    width: 38px;
    height: 38px;
    top: -50px;
    right: -50px;
  }
}

.experts-popup__close svg path {
  fill: white;
}

.experts-popup__close:hover {
  opacity: .5;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.hide-list-leave-active {
  animation: heightFocus .8s;
}

.hide-card-leave-active {
  margin-top: 200px;
  transition: all .8s;
  opacity: 0;
}

.hide-card-enter-active {
  transition: opacity .4s;
  opacity: 0;
}

.hide-list-enter-active {
  animation: heightFocus .8s reverse;
}

@keyframes heightFocus {
  0% {
    max-height: 100vh;
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .dictionary__card--all-words .dictionary__card__bg {
    height: 100%;
    width: 100%;
    font-size: 400px;
    left: 0;
    top: 50px;
    text-transform: uppercase;
    -webkit-justify-content: center;
            justify-content: center;
    background-image: none !important;
  }
}
.dictionary__card--no-img .dictionary__card__bg {
  height: 260px;
}
@media(max-width: 1199px) {
  .dictionary__card--all-words .dictionary__card__bg {
    background-image: none !important;
  }
}
.dictionary__card--all-words .dictionary__card__bg img {
  display: none;
}
@media(min-width: 576px) {
  .dictionary__card--no-img .dictionary__card__bg {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .dictionary__card--all-words .dictionary__card__bg {
    height: 120%;
    top: 0;
    right: -120px;
    width: 330px;
  }
  .dictionary__card--all-words .dictionary__card__bg img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dictionary__card--no-img .dictionary__card__bg {
    height: 290px;
  }
}
@media (min-width: 992px) {
  .dictionary__card--all-words .dictionary__card__bg {
    width: 440px;
    right: -90px;
  }
  .dictionary__card--no-img .dictionary__card__bg {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .dictionary__card--no-img .dictionary__card__bg {
    height: 523px;
  }
  .dictionary__card--all-words .dictionary__card__bg {
    width: 1090px;
    height: 590px;
    right: -325px;
    overflow: hidden;
  }
  .dictionary__card--all-words .dictionary__card__bg img {
    display: none;
  }
  .dictionary__card__bg__char {
    overflow: hidden;
    position: absolute;
    width: 495px;
    height: 495px;
    right: 272px;
    top: 64px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-image: url(../img/dict_char.png);
  }
  .dictionary__card__bg__char__konfetti {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/dict_konfetti.png);
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 90%;
    height: 90%;
    left: 30px;
    top: 15px;
  }
}
@media (min-width: 1500px) {
  .dictionary__card--no-img .dictionary__card__bg {
    height: 666px;
  }
  .dictionary__card--all-words .dictionary__card__bg {
    right: -410px;
    width: 1466px;
    height: 800px;
  }
  .dictionary__card__bg__char {
    position: absolute;
    width: 666px;
    height: 666px;
    right: 365px;
    top: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/dict_char.png);
  }
  .dictionary__card__bg__char__konfetti {
    left: 50px;
    top: 30px;
  }
}

/* new design < 575 */
@media(max-width: 374px) {
  .header__logo {
    -webkit-transform: translate(-5px, 0);
       -moz-transform: translate(-5px, 0);
        -ms-transform: translate(-5px, 0);
         -o-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
  .dictionary__card__words__item:nth-child(odd) {
    width: 100%;
  }
  .dictionary__card__words__item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}
@media(max-width: 575px) {
  .h0__animated-title .elem-title {
    font-size: 70px;
  }
  .h1__animated-title .elem-title {
    font-size: 50px;
  }
  .main .container:nth-child(2) {
    margin-top: 4em;
  }
  .main__start .title-wrapper {
    -webkit-transform: translateY(80px);
       -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
         -o-transform: translateY(80px);
            transform: translateY(80px);
  }
  .h0__animated-title .elem-title .clones,.h0__animated-title .elem-title .original {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .elem-title .clones, .elem-title .original {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .header .container {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .h0__animated-title .elem-title .s1 {
    -webkit-text-stroke: 2px #4f4f4f;
  }
  .elem-title .s1 {
    -webkit-text-stroke: 1px #4f4f4f;
  }
  .elem-title .s2 {
    -webkit-text-stroke: 1px #c0c0c0;
  }
  .header__logo {
    /*width: 127px;
    height: 58px;*/
    -webkit-order: 0;
        -ms-order: 0;
            order: 0;
  }
  .header__right {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
      width: auto;
      margin-left: auto;
  }
  .header__nav__mobile {
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
      width: auto;
  }
  .header__nav {
    -webkit-order: 3;
        -ms-order: 3;
            order: 3;
  }
  .header__right .project__socials__link {
    width: 26px;
    height: 26px;
    /*border: 1px solid #f27327;*/
  }
  .header__right .project__socials__link i {
    font-size: 14px;
    stroke-width: 1px;
    text-shadow: 0px 0 #f27327, 0 0px #f27327, 0px 0 #f27327, 0 0px #f27327;
    -webkit-text-stroke: 1px #f27327;  
  }
  .header__right .project__socials__link .fa-instagram {
    -webkit-text-stroke: .5px #f27327;
  }
  .header__right__form {
    width: 35px;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
    height: 29px;
    margin-right: 15px;
  }
  .header__right__form__search {
    width: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
  }
  .footer__partners {
    display: none;
  }
  .main__start {
    height: 600px;
    z-index: 2;
  }
  .main__start__bg {
    width: 500px;
    height: 550px;
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -80%);
    left: 50%;
    top: 65%;
  }
  .main__start__bg img {
    height: 583px;
    max-width: 625px;
    max-height: 625px;
    -webkit-transform: translateX(-38px);
       -moz-transform: translateX(-38px);
        -ms-transform: translateX(-38px);
         -o-transform: translateX(-38px);
            transform: translateX(-38px);
  }
  .main__start__next {
    bottom: -15%;
  }
  .main__start__next__text {
    color: #00aac0;
  }
  /*.chevron {
    top: -60%;
  }*/
  .chevron:before, .chevron:after {
    background: #00aac0;
  }
  .main__about__bg {
    -webkit-order: 0;
        -ms-order: 0;
            order: 0;
  }
  .main__about__text {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }

  .main__about {
    margin-top: -150px;
  }

  .experts__item {
    padding: 0 5px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .experts__item__card {
    width: 190px;
    max-width: 190px;
    max-height: 250px;
  }
  .experts__item--1 .experts__item__card {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .experts__item--1 .experts__item__text {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .experts__item--3 .experts__item__card {
    -webkit-transform: translateX(-15px);
       -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
         -o-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .experts__item__text {
    max-width: 200px;
  }
  .experts__item__text__name {
    max-width: 150px;
  }
  .experts__item__card__play {
    -webkit-transform: scale(.75);
       -moz-transform: scale(.75);
        -ms-transform: scale(.75);
         -o-transform: scale(.75);
            transform: scale(.75);
    bottom: 30%;
  }
  .experts__item__card:hover .experts__item__card__play {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .footer__adress {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-align-items: center;
                align-items: center;
        -webkit-order: 0;
            -ms-order: 0;
                order: 0;
  }
  .footer .header__logo {
    width: 193px;
    height: 88px;
    
  }
  .footer__adress__contacts {
    display: none;
  }
  .footer__links__list {
    text-align: center;
    padding: 0;
    padding-top: 24px;
    margin-bottom: 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .footer__links__list:first-child {
    padding-top: 0;
  }
  .footer__links__list:last-child {
    margin-bottom: 30px;
  }
  .footer__links__list__item {
    margin-bottom: 0;
    max-width: 260px;
  }
  .footer__links__list__item:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #f27327;
  }
  /*.footer__links__list__item:last-child a {
    position: relative;
  }
  .footer__links__list__item:last-child a::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -26px;
    left: 0;
    height: 1px;
    background-color: #f27327;
  }*/
  .footer .project__socials {
    width: 200px;
  }
  .footer .project__socials__link {
    width: 40px;
    height: 40px;
    /*border: 2px solid #f27327;*/
  }
  .footer .project__socials__link i {
    font-size: 21px;
  }
  .footer__agreement, .footer__copyright {
    text-align: center;
  }
  .dictionary__card--img-short {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dictionary__card--img-short .dictionary__card__bg {
    -webkit-order: 3;
        -ms-order: 3;
            order: 3;
  }
  .dictionary__card--img-short .dictionary__card__footer {
    -webkit-order: 4;
        -ms-order: 4;
            order: 4;
      margin-top: 20px;
  }
  .dictionary__card__bg img {
    display: block;
  }
  .dictionary__card__same-words__list__item {
    font-size: 16px;
  }
  .dictionary__card--img-long .dictionary__card__bg, .dictionary__card--img-short .dictionary__card__bg {
    display: block;
    position: relative;
    margin-top: 15px;
  }
  .dictionary__card--img-short__title, .dictionary__card--no-img__title, .dictionary__card--img-long__title {
    padding-left: 0;
    margin: 30px 0;
    margin-top: 40px;
  }
  .dictionary__card--img-short__desk, .dictionary__card--no-img__desk, .dictionary__card--img-long__desk {
    padding-left: 0;
  }
  .back-to-words{
    top: -40px;
    left: 0;
  }
  .dictionary__card--img-short__desk p:last-child, .dictionary__card--no-img__desk p:last-child, .dictionary__card--img-long__desk p:last-child {
    margin-bottom: 15px;
  }
  .dictionary__card__words__item:nth-child(odd) {
    margin-right: 0;
  }
  /*.dictionary__card__words__item {
    width: 45%;
  }*/
  .button__popup__background--opened {
    font-size: 18px !important;
    padding-left: 60px !important;
    width: 320px !important;
    padding-right: 50px !important;
  }
  .button__popup__background:after {
    right: 4%;
    bottom: 6px;
  }
  .dictionary__card--all-words {
    min-height: 300px;
  }
  .dictionary__card--all-words .dictionary__card__bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    font-size: 380px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    background-image: none !important;
    text-transform: uppercase;
    top: 20px;
  }

  .dictionary .container:nth-child(2) {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 20px;
    height: 26px;*/
    width: 100%;
    padding: 0;
  }
  .dictionary__list--wrapper {
    position: relative;
  }
  .dictionary__list {
    white-space: nowrap;
    z-index: 2;
    display: flex;
    overflow: none;
    -ms-overflow-y: hidden;
        overflow-y: hidden;
    -ms-overflow-x: auto;
        overflow-x: auto;
    /*position: absolute;
    left: 40px;*/
    padding-left: 20px;
    margin-right: 10px;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
  .dictionary__list::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
  .dictionary__list::-webkit-scrollbar-track {
    -webkit-appearance: none;
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
  .dictionary__list::-webkit-scrollbar-thumb {
    -webkit-appearance: none;
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
  .dictionary__list__item__prev, .dictionary__list__item__next {
    /*cursor: pointer;*/
    display: block;
    position: absolute;
    width: 17px;
    height: 26px;
    background: white;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    opacity: 0.9;
    z-index: 3;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
  }
  .dictionary__list__item__prev--hidden, .dictionary__list__item__next--hidden {
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
  }
  .dictionary__list__item__prev--hidden {
    left: -50% !important;
  }
  .dictionary__list__item__next--hidden {
    right: -50% !important;
  }
  .dictionary__list__item__prev::before, .dictionary__list__item__prev::after, .dictionary__list__item__next::before, .dictionary__list__item__next::after {
    content: "";
    position: absolute;
    left: 4px;
    width: 12px;
    height: 1px;
    background: #f27327;
  }
  .dictionary__list__item__prev::before, .dictionary__list__item__next::before {
    top: 6px;
    -webkit-transform: rotate(45deg) translate(2px, 1px);
       -moz-transform: rotate(45deg) translate(2px, 1px);
        -ms-transform: rotate(45deg) translate(2px, 1px);
         -o-transform: rotate(45deg) translate(2px, 1px);
            transform: rotate(45deg) translate(2px, 1px);
  }
  .dictionary__list__item__prev::after, .dictionary__list__item__next::after {
    bottom: 6px;
    -webkit-transform: rotate(-45deg) translate(2px, -1px);
       -moz-transform: rotate(-45deg) translate(2px, -1px);
        -ms-transform: rotate(-45deg) translate(2px, -1px);
         -o-transform: rotate(-45deg) translate(2px, -1px);
            transform: rotate(-45deg) translate(2px, -1px);
  }
  .dictionary__list__item__prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dictionary__list__item__next {
    right: 0;
  }
  .experts__item__card__play {
    left: 34%;
    bottom: 30%;
  }
  .experts__item:nth-child(2) .experts__item__card__play{
    bottom: 30%;
    left: 32%;
  }
  .experts__item:nth-child(3) .experts__item__card__play{
    bottom: 15%;
    left: 27%;
  }
}

.mobile__opened {
  transition: .75s;
  max-height: 200px;
  opacity: 1;
}

.header__nav__mobile {
  width: 20px;
  height: 22px;
  cursor: pointer;
  position: relative;
}
/*.header__nav__mobile:hover .header__nav__mobile__burger, .header__nav__mobile:hover::before, .header__nav__mobile:hover::after  {
  background-color: #00aac0;
}*/

.header__nav__mobile::before, .header__nav__mobile::after{
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #f27327;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}
.header__nav__mobile::before {
  top: 0;
}
.header__nav__mobile::after {
  bottom: 0;
}

.header__nav__mobile__burger {
  position: absolute;
  width: 100%;
  top: 45%;
  height: 2px;
  background-color: #f27327;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.header__nav__mobile--opened {
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  overflow: hidden;
}
.header__nav__mobile--opened .header__nav__mobile__burger{
  left: -200%;
  z-index: -1;
}
.header__nav__mobile--opened:before {
  transform: rotate(45deg);
  top: 10px;
}
.header__nav__mobile--opened:after {
  transform: rotate(-45deg);
  bottom: 10px;
}

@media(max-width: 374px) {
  .dictionary__card__words__item {
    width: 100%;
  }

  .experts__item__text {
    max-width: 140px;
  }
  .h0__animated-title .elem-title {
    font-size: 60px;
  }
}


@media(min-width: 1200px) {
  .mr-for-letter {
    margin-right: 100px !important;
  }
  .mr-for-last-letter {
    margin-right: 80px !important;
  }
  .ml-for-wrapped-letters {
    /*margin-left: 8%;*/
  }
}
@media(min-width: 1500px) {
  .mr-for-letter {
    margin-right: 120px !important;
  }
  .mr-for-last-letter {
    margin-right: 100px !important;
  }
}
.dictionary__card__words--randoms {
  height: 100%;
  max-height: 100%;
}
@media(max-width: 374px) {
  .button__popup__background--opened {
    width: 270px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
  }
  .button__popup__background:after {
    right: 12%;
    bottom: -3px;
  }
}

.button--parent {
  position: relative;
  z-index: 1;
}