@font-face {
  font-family: "HeliosExtC";
  src: local("HeliosExtC"), url("../fonts/heliosextc.woff2") format("woff2"), url("../fonts/heliosextc.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "HeliosExtC";
  src: local("HeliosExtLightC"), url("../fonts/heliosextlightc.woff2") format("woff2"), url("../fonts/heliosextlightc.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "HeliosExtC";
  src: local("HeliosExtBlackC"), url("../fonts/heliosextblackc.woff2") format("woff2"), url("../fonts/heliosextblackc.woff") format("woff");
  font-weight: 900;
}

@font-face {
  font-family: "RoadRadio";
  src: local("RoadRadioThin"), local("Road Radio Thin"), url("../fonts/RoadRadio-Thin.woff2") format("woff2"), url("../fonts/RoadRadio-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "RoadRadio";
  src: local("RoadRadio"), local("Road Radio"), url("../fonts/RoadRadio-Bold.woff2") format("woff2"), url("../fonts/RoadRadio-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Tenoture";
  src: local("Tenoture"), url("../fonts/tenoture.woff2") format("woff2"), url("../fonts/tenoture.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria"), local("Geometria Regular"), url("../fonts/Geometria.woff2") format("woff2"), url("../fonts/Geometria.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Bold"), local("Geometria Bold"), url("../fonts/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: local("Inter-SemiBold"), local("Inter SemiBold"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Furore";
  src: local("Furore"), url("../fonts/Furore.woff2") format("woff2"), url("../fonts/Furore.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Play";
  src: local("Play Regular"), local("Play-Regular"), url("../fonts/Play-Regular.woff2") format("woff2"), url("../fonts/Play-Regular.woff") format("woff");
  font-weight: 400;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

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

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

body {
  background-color: #0a0019;  
  background-image: url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-internship.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right 426px, left 1500px, right 1726px, left 3900px;
}

.container {
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}

.title {
  font-family: "RoadRadio", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 70px;
}

.title span {
  color: #c618d9;
}

/* .button {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, color-stop(12.5%, #8501f1), color-stop(76%, #b009c0));
  background: linear-gradient(270deg, #8501f1 12.5%, #b009c0 76%);
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 4px 40px rgba(63, 15, 255, 0.5));
          filter: drop-shadow(0px 4px 40px rgba(63, 15, 255, 0.5));
  padding: 16px 69px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5), 5px 5px 40px rgba(0, 0, 0, 0.5);
}

.button:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(12.5%, #b009c0), color-stop(76%, #8501f1));
  background: linear-gradient(270deg, #b009c0 12.5%, #8501f1 76%);
} */

.header {
  padding: 0 0 0;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  margin: 0 0 0 0px;
  height: auto;
}

.header__logo img {
  margin-top: 0px;
}

.header__banners-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.partners-header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.partners-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-header__item:first-child img {
  max-width: 84px;
}

.partners-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-auth__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons__link {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(0, 25, 255, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 25, 240, 0.5), 0px 0px 20px rgba(240, 0, 250, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 25, 240, 0.5), 0px 0px 20px rgba(240, 0, 250, 0.5);
  padding: 11px 30px;
  border-radius: 20px;
}

.buttons__link:hover {
  background: rgba(0, 25, 240, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 25, 240, 0.5), 0px 0px 10px rgba(240, 0, 250, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 25, 240, 0.5), 0px 0px 10px rgba(240, 0, 250, 0.5);
}

@media (max-width: 850px) {
  .header {
    margin-bottom: 40px;
  }
  .header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .partners-header__row {
    gap: 20px;
  }
}

.wrap-vacancy {
  background: url("../img/vacancy/vacancy-right-bot.png") no-repeat right bottom 162px, url("../img/vacancy/vacancy-left-bot.png") no-repeat left bottom, url("../img/vacancy/vacancy-left-top.png") no-repeat 0 0, #0a0019;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.vacancy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0px 0 20px 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 600px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pagination a {
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination a::after {
  content: "";
  width: 11px;
  height: 18px;
  background: url("../img/vacancy/arrow.svg") no-repeat 0 0;
  margin: 0 10px;
}

.title {
  font-family: "Furore", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  text-shadow: 0px 0px 4px #ff007a, 0px 0px 10px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

.title_big_indent {
  margin-bottom: 80px;
}

.list-vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1000px) {
  .list-vacancy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px 40px;
  }
}

.vacancy-item {
  -ms-flex-preferred-size: 0 0 353px;
      flex-basis: 0 0 353px;
  max-width: 353px;
  position: relative;
  text-align: center;
}

.vacancy-item__title {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -150px;
  width: 100%;
  max-width: 300px;
  background: rgba(150, 0, 255, 0.2);
  border: 2px solid #9600ff;
  -webkit-box-shadow: 0px 0px 10px #0019f0, 0px 0px 20px #f000fa;
          box-shadow: 0px 0px 10px #0019f0, 0px 0px 20px #f000fa;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 10px 20px;
  font-family: "Play", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons {
  text-align: center;
}

.button {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 33px;
}

.button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/vacancy/icons/icon-arrow.svg") no-repeat 0 0;
  margin-left: 10px;
}

.terms__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 50px;
  margin-bottom: 80px;
}

@media (max-width: 850px) {
  .terms__row {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .terms__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.terms__item {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  text-align: center;
}

.terms__image {
  margin-bottom: 20px;
}

.terms__text {
  font-size: 24px;
  line-height: 30px;
  font-family: "Play", sans-serif;
}

.subtitle {
  font-size: 32px;
  line-height: 40px;
  font-family: "Furore", sans-serif;
  text-shadow: 0px 0px 40px #0794fb;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .subtitle {
    font-size: 26px;
  }
}

.requirements {
  padding-bottom: 90px;
  background: url("../img/vacancy/bgrequirements.png") no-repeat 50% 100%/100% auto;
}

@media (max-width: 850px) {
  .requirements {
    background: none;
  }
}

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

@media (max-width: 850px) {
  .requirements__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}

@media (max-width: 500px) {
  .requirements__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

.requirements__item {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 850px) {
  .requirements__image {
    display: none;
  }
}

.requirement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.requirement:not(:last-child) {
  margin-bottom: 90px;
}

@media (max-width: 500px) {
  .requirement:not(:last-child) {
    margin-bottom: 45px;
  }
}

.requirement__image {
  position: relative;
}

.requirement__image::before {
  content: "";
  position: absolute;
}

@media (max-width: 850px) {
  .requirement__image::before {
    display: none;
  }
}

.requirement__image_type_1::before {
  width: 201px;
  height: 50px;
  background: url("../img/vacancy/line-1.png") no-repeat 0 0;
  right: -168px;
  top: 0;
}

.requirement__image_type_2::before {
  width: 128px;
  height: 10px;
  background: url("../img/vacancy/line-2.png") no-repeat 0 0;
  right: -108px;
  margin-top: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.requirement__image_type_3::before {
  width: 121px;
  height: 50px;
  background: url("../img/vacancy/line-3.png") no-repeat 0 0;
  right: -94px;
  top: 0;
}

.requirement__image_type_4::before {
  width: 201px;
  height: 51px;
  background: url("../img/vacancy/line-4.png") no-repeat 0 0;
  left: -157px;
  bottom: 0;
}

.requirement__image_type_5::before {
  width: 145px;
  height: 35px;
  background: url("../img/vacancy/line-5.png") no-repeat 0 0;
  left: -135px;
  top: 50%;
  margin-top: -45px;
}

.requirement__image_type_6::before {
  width: 170px;
  height: 65px;
  background: url("../img/vacancy/line-6.png") no-repeat 0 0;
  left: -60px;
  top: -58px;
}

.requirement__text_type_small {
  padding: 0 20px;
}

.requirement__text_type_xsmall {
  padding: 0 40px;
}

.responsibilities {
  background: url("../img/vacancy/respons-bot.png") no-repeat 50% 100%;
  padding-bottom: 65px;
  margin-bottom: 80px;
}

.responsibilities__title {
  background: url("../img/vacancy/respons-top.png") no-repeat 50% 100%;
  padding-bottom: 36px;
  margin-bottom: 20px;
}

.responsibilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.responsibilitie {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 850px) {
  .responsibilitie {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.responsibilitie_type_1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 850px) {
  .responsibilitie_type_1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.responsibilitie_type_3 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -80px;
}

@media (max-width: 850px) {
  .responsibilitie_type_3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.responsibilitie_type_4 {
  margin-top: -80px;
}

@media (max-width: 850px) {
  .responsibilitie_type_2 {
    margin-top: -80px;
  }
}

.responsibilitie__item {
  font-size: 24px;
  line-height: 30px;
  font-family: "Play", sans-serif;
  padding: 60px 100px;
  margin-bottom: 20px;
}

@media (max-width: 950px) {
  .responsibilitie__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  .responsibilitie__item {
    background: url("../img/vacancy/3.png") no-repeat 0 50%/100% 170px !important;
    width: 485px;
    padding-left: 70px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: left !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 500px) {
  .responsibilitie__item {
    width: 100%;
    padding-left: 50px;
    line-height: 24px;
  }
}

.responsibilitie__item_type_1 {
  background: url("../img/vacancy/1.png") no-repeat 100% 50%/100% 150px;
  text-align: right;
  margin-right: -25px;
}

@media (max-width: 850px) {
  .responsibilitie__item_type_1 {
    text-align: center;
  }
}

.responsibilitie__item_type_2 {
  background: url("../img/vacancy/3.png") no-repeat 0 50%/100% 150px;
  margin-left: -25px;
}

.responsibilitie__item_type_3 {
  background: url("../img/vacancy/2.png") no-repeat 100% 50%/100% 150px;
  text-align: right;
  margin-right: -25px;
}

.responsibilitie__item_type_4 {
  background: url("../img/vacancy/4.png") no-repeat 0 50%/100% 150px;
  margin-left: -25px;
}

.modal-backdrop {
  background: rgba(10, 0, 25, 0.77);
  opacity: 1 !important;
}

.popup {
  background: url("../img/vacancy/bgmodal.png") rgba(150, 0, 255, 0.1) no-repeat 100% 0;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  -webkit-box-shadow: 0px 0px 40px #c618d9;
          box-shadow: 0px 0px 40px #c618d9;
  max-width: 800px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 90px 0;
  z-index: 9999;
  height: auto;
  display: none;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.popup__title {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding-left: 68px;
  padding-right: 68px;
}

.popup__title span {
  color: #c618d9;
  display: block;
}

.popup__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  padding-left: 68px;
  padding-right: 120px;
}

.popup__text a {
  color: #c618d9;
}

.popup__button {
  text-align: center;
}

.popup__button button {
  -webkit-filter: drop-shadow(0px 4px 40px rgba(63, 15, 255, 0.5));
          filter: drop-shadow(0px 4px 40px rgba(63, 15, 255, 0.5));
  width: 114px;
  background: -webkit-gradient(linear, right top, left top, color-stop(12.5%, #8501f1), color-stop(76%, #b009c0));
  background: linear-gradient(270deg, #8501f1 12.5%, #b009c0 76%);
  border-radius: 5px;
  color: #fff;
  padding: 16px 0;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5), 5px 5px 40px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 18px;
}

.popup-link {
  cursor: pointer;
}

@media (max-width: 800px) {
  .popup {
    width: 94%;
    padding: 40px 0 40px;
    background-image: none;
  }
  .popup__title {
    font-size: 30px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup__title span {
    display: inline-block;
  }
  .popup__text {
    padding-left: 20px;
    padding-right: 20px;
    padding-right: 0;
  }
}


.partners {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 0;
}

.partners__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

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

.partners__item img {
  max-height: 35px;
}

.logo-footer {
  margin: -45px 0 0 -50px;
  display: block;
}

@media (max-width: 768px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
    max-width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 565px) {
  .partners__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 660px) {
  .title {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 550px) {
  .title {
    font-size: 35px;
  }
}

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

@media (max-width: 470px) {
  .title span {
    display: block;
  }
}

@media (max-width: 400px) {
  .title {
    font-size: 30px;
    line-height: 42px;
  }
}
