@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  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 {
  height: 100%;
  text-align: justify;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -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, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.burger {
  width: 22px;
  height: 21px;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.burger span {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.burger span:nth-of-type(2) {
  top: calc(50% - 6px);
}

.burger span:nth-of-type(3) {
  top: calc(50% + 6px);
}

.burger.active span:nth-of-type(1) {
  display: none;
}

.burger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  background-color: rgba(255, 255, 255, 0.75);
  width: 80%;
}

.burger.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.75);
  width: 80%;
}

body {
  background: #010503;
  color: #fff;
  font-family: "Roboto";
}

.container {
  max-width: 1550px;
  margin: 0 auto;
}

.main-navigation {
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
}



.logo_head {
  max-height: 76px;
}

.lang_switcher {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu li a {
  color: #FFF;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.nav-menu li a:hover {
  color: #FDEB37;
}

.lang_switcher li a {
  color: #FFF;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.lang_switcher > li:first-child:after {
  content: "|";
  padding: 0 5px;
  font-size: 22.667px;
  line-height: normal;
}

.lang_switcher > li:nth-child(2):after {
  content: "|";
  padding: 0 5px;
  font-size: 22.667px;
  line-height: normal;
}

.lang_switcher .current-lang a{
  color: #FDEB37;
}

.lang_switcher li {
    display: flex;
    align-content: center;
    align-items: center;
}

@media (max-width: 1550px) {
  .main-navigation {
    padding: 25px 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 1550px) {
  .lang_switcher li a {
    font-size: calc(11px + 7.667 * (100vw - 768px) / 782);
  }
  .nav-menu li a {
    font-size: calc(11px + 7.667 * (100vw - 768px) / 782);
  }
  .logo_head {
    max-height: calc(40px + 36 * (100vw - 768px) / 782);
  }
  .lang_switcher > li:first-child:after {
    font-size: calc(11px + 11.667 * (100vw - 768px) / 782);
  }
  .main-navigation {
    padding-top: calc(10px + 15 * (100vw - 768px) / 782);
    padding-left: calc(10px + 15 * (100vw - 768px) / 782);
    padding-right: calc(10px + 15 * (100vw - 768px) / 782);
  }
}
.mobile_header {
  display: none;
}

.mobile_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

.mobile_menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear;
  transition: opacity 0.5s ease, visibility 0s linear;
  background: #010503;
  z-index: 100;
}

@media (max-width: 767px) {
  .main-navigation {
    display: none;
  }
  .mobile_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .mobile_logo img {
    height: 40px;
  }
  .mobile_header .lang_switcher li a {
    font-size: 14px;
  }
  .mobile_header .lang_switcher > li:first-child:after {
    font-size: 14px;
  }
  .mobile_menu {
    position: absolute;
    right: 0;
    top: 58px;
    border: 1px solid #505050;
    padding: 20px;
    width: 100%;
  }
  .mobile_menu li a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
  }
}
.burger {
  width: 22px;
  height: 21px;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.burger span {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.burger span:nth-of-type(2) {
  top: calc(50% - 6px);
}

.burger span:nth-of-type(3) {
  top: calc(50% + 6px);
}

.burger.active span:nth-of-type(1) {
  display: none;
}

.burger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  background-color: #fff;
  width: 80%;
}

.burger.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
  background-color: #fff;
  width: 80%;
}

.hero {
  height: 680px;
  background-repeat: no-repeat;
  background-position: 350px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white_title {
  color: #FFF;
  font-family: Roboto;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.yellow_title {
  color: #FDEB37;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 74px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4px;
}

.yellow_btn {
  color: #090909;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: #FDEB37;
  display: inline-block;
  border-radius: 34.677px;
  border: 1.734px solid #000;
  width: 400px;
  padding: 15px 20px;
}

.yellow_btn:hover {
  background: #fff15b;
}

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

.hero_block_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  text-align: left;
}

.hero_block_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1550px) {
  .yellow_title {
    font-size: calc(30px + 55.333 * (100vw - 768px) / 782);
  }
  .white_title {
    font-size: calc(30px + 55.333 * (100vw - 768px) / 782);
  }
  .yellow_btn {
    font-size: calc(20px + 14.677 * (100vw - 768px) / 782);
    width: calc(250px + 200 * (100vw - 768px) / 782);
  }
  .hero_block {
    padding: calc(30px + -10 * (100vw - 768px) / 782);
  }
  .hero {
    height: calc(300px + 550 * (100vw - 768px) / 782);
    background-position: calc(150px + 200 * (100vw - 768px) / 782);
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .yellow_title {
    font-size: calc(20px + 10 * (100vw - 520px) / 247);
  }
  .white_title {
    font-size: calc(20px + 10 * (100vw - 520px) / 247);
  }
  .yellow_btn {
    font-size: calc(14px + 6 * (100vw - 520px) / 247);
    width: calc(170px + 80 * (100vw - 520px) / 247);
    padding: 5px 10px;
  }
  .hero {
    height: calc(250px + 50 * (100vw - 520px) / 247);
    background-position: calc(20px + 130 * (100vw - 520px) / 247);
  }
  .hero_block_left, .hero_block_right {
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 519px) {
  .yellow_title {
    font-size: calc(18px + 2 * (100vw - 320px) / 199);
    letter-spacing: 2px;
  }
  .white_title {
    font-size: calc(18px + 2 * (100vw - 320px) / 199);
  }
  .yellow_btn {
    font-size: calc(12px + 2 * (100vw - 320px) / 199);
    width: calc(160px + 10 * (100vw - 320px) / 199);
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 10px;
  }
  .hero_block {
    display: block;
    width: 60%;
  }
  .hero {
    height: calc(240px + 10 * (100vw - 320px) / 199);
    background-position: calc(0px + 20 * (100vw - 320px) / 199);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero_block_left, .hero_block_right {
    text-align: center;
  }
}
.running_string {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 32px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.running_string {
  overflow: hidden;
  white-space: nowrap;
}

.running_string_text {
  display: inline-block;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite; /* Измените скорость, указав желаемое время (например, 10s) */
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (min-width: 320px) and (max-width: 1550px) {
  .running_string {
    font-size: calc(16px + 48 * (100vw - 320px) / 1230);
    padding: calc(10px + 22 * (100vw - 320px) / 1230);
  }
}
.spectr_sect_block li {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  height: 70px;
  border-bottom: 1px solid #fff;
  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;
}

.spectr_sect_title {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 21.333px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 75% */
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
}

.spectr_sect_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.spectr_sect_left, .spectr_sect_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.spectr_sect_block li:after {
  content: "";
  display: inline-block;
  background-image: url(../img/icons/icon_list.png);
  width: 23px;
  height: 36px;
}

.port_img {
  height: 540px;
  background-repeat: no-repeat;
  background-position: 0px 30px;
  background-size: cover;
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .port_img {
    height: calc(340px + 200 * (100vw - 1200px) / 350);
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .port_img {
    height: calc(90px + 250 * (100vw - 320px) / 879);
    background-position: 0px;
  }
  .spectr_sect_block {
    display: block;
    width: 60%;
  }
  .spectr_sect .container {
    padding: 20px;
  }
  .spectr_sect_title {
    padding-top: 0;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 879);
    line-height: calc(24px - 8 * (100vw - 320px) / 879);
  }
}
.mezhdu_sect_block {
  padding: 0 100px;
}

.mezhdu_sect_title {
  margin: 50px auto;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 87%;
}

.mezhdu_sect_title .yell_upper {
  color: #ED3;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.mezhdu_sect_title .yell_low {
  color: #ED3;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.mezhdu_sect_text1, .mezhdu_sect_text2 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.943px; /* 160.407% */
  text-align: center;
}

.mezhdu_sect_text1 {
  margin-bottom: 30px;
}

.mezhdu_sect_text2 {
  margin-bottom: 120px;
}

.mezhdu_sect_title2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.mezhdu_sect_title2 .krug {
  text-transform: none;
  border-radius: 71.903px;
  border: 0.959px solid #FDEB37;
  background: rgba(0, 0, 0, 0);
  padding: 0 20px;
}

.mezhdu_sect_map_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  border: 1.333px solid #FFF;
  background: #090909;
  -webkit-box-shadow: 0px 0px 7.985px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 7.985px 0px rgba(0, 0, 0, 0.25);
}

.mezhdu_sect_select {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  padding: 10px 0;
}

.mezhdu_sect_map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1000px;
          flex: 0 1 1000px;
  border-left: 1px solid #fff;
  padding: 20px;
}

.mezhdu_sect_select .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-left: 50px;
}

.mezhdu_sect_select .submenu > div {
  padding: 10px 60px;
}

.mezhdu_sect_select .menu > div {
  cursor: pointer;
}

.mezhdu_sect_select .parent.active {
  background: #39424E;
}

#map_container {
  position: relative;
  background-image: url(../img/map.png);
  width: 100%;
  height: 377px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mezhdu_sect_map .marker {
  position: absolute;
}

.menu .submenu {
  display: none;
}

.menu .submenu.open {
  display: block;
  padding: 10px 0;
}

.mezhdu_sect_select .menu {
  position: relative;
}

.mezhdu_sect_select .menu div.parent:before {
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-right: 5px;
}

.parent.ukr:before {
  content: url("../img/icons/ukr_flag.svg");
}

.parent.kit:before {
  content: url("../img/icons/china_flag.svg");
}

.parent.pol:before {
  content: url("../img/icons/poland_flag.svg");
}

.parent.rum:before {
  content: url("../img/icons/rom_flag.svg");
}

.parent.amer:before {
  content: url("../img/icons/usa_flag.svg");
}

.parent.ukr:after,
.parent.kit:after,
.parent.pol:after,
.parent.rum:after,
.parent.amer:after {
  content: "";
  background-image: url("../img/icons/arrow_bot.png");
  background-size: 14px 9px;
  background-repeat: no-repeat;
  position: absolute;
  left: 85%;
  width: 14px;
  height: 9px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.parent.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 520px) and (max-width: 1550px) {
  .mezhdu_sect_block {
    padding-left: calc(10px + 90 * (100vw - 520px) / 1030);
    padding-right: calc(10px + 90 * (100vw - 520px) / 1030);
  }
  #map_container {
    height: calc(120px + 257 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_select .parent.world {
    padding-top: calc(5px + 7 * (100vw - 520px) / 1030);
    padding-bottom: calc(5px + 7 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_map_block {
    border-radius: calc(10px + 40 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_map .marker {
    width: auto;
    height: calc(15px + 21 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_title {
    margin-top: calc(25px + 25 * (100vw - 520px) / 1030);
    margin-bottom: calc(25px + 25 * (100vw - 520px) / 1030);
    font-size: calc(20px + 12 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_text1, .mezhdu_sect_text2 {
    font-size: calc(14px + 4 * (100vw - 520px) / 1030);
    line-height: normal;
  }
  .mezhdu_sect_text2 {
    margin-bottom: calc(40px + 80 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_title2 {
    font-size: calc(22px + 26 * (100vw - 520px) / 1030);
  }
  .spectr_sect_block li {
    font-size: calc(16px + 8 * (100vw - 520px) / 1030);
    height: calc(50px + 20 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_select .parent {
    font-size: calc(12px + 2 * (100vw - 520px) / 1030);
    padding-left: calc(15px + 35 * (100vw - 520px) / 1030);
    height: calc(25px + 15 * (100vw - 520px) / 1030);
  }
  .spectr_sect_block li:after {
    width: calc(12px + 11 * (100vw - 520px) / 1030);
    height: calc(18px + 18 * (100vw - 520px) / 1030);
    background-size: calc(12px + 11 * (100vw - 520px) / 1030) calc(18px + 18 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_select .menu .parent:after {
    background-size: calc(7px + 7 * (100vw - 520px) / 1030) calc(4px + 5 * (100vw - 520px) / 1030);
    width: calc(7px + 7 * (100vw - 520px) / 1030);
    height: calc(4px + 5 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_select .submenu > div {
    font-size: calc(12px + 2 * (100vw - 520px) / 1030);
    padding-top: calc(5px + 5 * (100vw - 520px) / 1030);
    padding-right: calc(10px + 25 * (100vw - 520px) / 1030);
    padding-bottom: calc(5px + 5 * (100vw - 520px) / 1030);
    padding-left: calc(20px + 65 * (100vw - 520px) / 1030);
  }
  .mezhdu_sect_title .yell_upper, .mezhdu_sect_title .yell_low {
    font-size: calc(20px + 12 * (100vw - 520px) / 1030);
  }
  .spectr_sect_title {
    font-size: calc(16px + 5 * (100vw - 520px) / 1030);
  }
}
@media (min-width: 320px) and (max-width: 519px) {
  .spectr_sect_block {
    width: 100%;
  }
  .mezhdu_sect_title {
    width: 100%;
    font-size: calc(16px + 4 * (100vw - 320px) / 199);
    margin-top: calc(20px + 5 * (100vw - 320px) / 199);
    margin-bottom: calc(20px + 5 * (100vw - 320px) / 199);
  }
  .mezhdu_sect_title2 {
    font-size: calc(20px + 2 * (100vw - 320px) / 199);
    line-height: 35px;
  }
  .mezhdu_sect_title .yell_upper, .mezhdu_sect_title .yell_low {
    font-size: calc(16px + 4 * (100vw - 320px) / 199);
  }
  .mezhdu_sect_block {
    padding: 0 10px;
  }
  .mezhdu_sect_text1, .mezhdu_sect_text2 {
    font-size: calc(13px + 1 * (100vw - 320px) / 199);
    line-height: normal;
  }
  .mezhdu_sect_text2 {
    margin-bottom: calc(30px + 10 * (100vw - 320px) / 199);
  }
  .spectr_sect_block li:after {
    width: 12px;
    height: 18px;
    background-size: 12px 18px;
  }
  .spectr_sect_block li {
    font-size: calc(14px + 2 * (100vw - 320px) / 199);
    height: calc(40px + 10 * (100vw - 320px) / 199);
  }
  .spectr_sect_title {
    font-size: calc(14px + 2 * (100vw - 320px) / 199);
  }
  .mezhdu_sect_map_block {
    display: block;
  }
  #map_container {
    height: calc(100px + 20 * (100vw - 320px) / 199);
  }
  .mezhdu_sect_map_block {
    border-radius: 10px;
  }
  .mezhdu_sect_map .marker {
    width: auto;
    height: 15px;
  }
}
.news .container {
  padding: 0 100px;
}

.news_title {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 25px;
}

.news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 40px;
}

.news_block_1_col,
.news_block_2_col,
.news_block_3_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  border-radius: 33px;
  border: 1px solid #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.news_item_title {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
  margin-bottom: 20px;
}

.news_item_text {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.333px; /* 114.286% */
}

.news_item_title,
.news_item_text {
  padding-left: 20px;
  padding-right: 20px;
}

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

.read_more {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 33px;
  border: 1px solid #fff;
  padding: 10px 15px;
  max-width: 210px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.read_more:hover {
  color: #000;
  background: #fff;
}

h1.title_post {
    margin: 50px auto;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.post_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 15px;
}

.news_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 240px;
    background-position: center;
    width: 100%;
}

.content_post_item {
    color: #FFF;
    font-family: Roboto;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.943px;
}

.img_post_item {
    flex: 0 0 45%;
    max-width: 45%;
}

.img_post_item img {
    width: 100%;
    height: auto;
}

.content_post_item {
    flex: 0 0 45%;
    max-width: 45%;
}

.news_item_img img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 520px) and (max-width: 1550px) {
  .news_item_title, .news_item_text {
    padding-left: calc(5px + 15 * (100vw - 520px) / 1030);
    padding-right: calc(5px + 15 * (100vw - 520px) / 1030);
  }
  .news .container {
    padding: 0 calc(10px + 90 * (100vw - 520px) / 1030);
  }
  .news_block {
    gap: calc(5px + 35 * (100vw - 520px) / 1030);
  }
  .news_item_title {
    font-size: calc(14px + 10 * (100vw - 520px) / 1030);
  }
  .news_item_text {
    font-size: calc(14px + 4 * (100vw - 520px) / 1030);
    padding-left: calc(16px + 5 * (100vw - 520px) / 1030);
    line-height: calc(15px + 6 * (100vw - 520px) / 1030);
  }
  .read_more {
    font-size: calc(11px + 7 * (100vw - 520px) / 1030);
  }
  .news_title {
    font-size: calc(22px + 26 * (100vw - 520px) / 1030);
    padding-top: calc(40px + 60 * (100vw - 520px) / 1030);
    padding-bottom: calc(20px + 20 * (100vw - 520px) / 1030);
  }
  .news_item_img {
    height: calc(90px + 150 * (100vw - 520px) / 1030);
  }
}
@media (min-width: 320px) and (max-width: 519px) {
  .news_block {
    display: block;
    padding: 0 20px;
  }
  .news_item_title, .news_item_text {
    padding-left: calc(5px + 0 * (100vw - 320px) / 199);
    padding-right: calc(5px + 0 * (100vw - 320px) / 199);
  }
  .news .container {
    padding: 0 calc(9px + 1 * (100vw - 320px) / 199);
  }
  .news_item_title {
    font-size: calc(14px + 0 * (100vw - 320px) / 199);
  }
  .news_item_text {
    font-size: calc(14px + 0 * (100vw - 320px) / 199);
    padding-left: calc(16px + 0 * (100vw - 320px) / 199);
    line-height: calc(15px + 0 * (100vw - 320px) / 199);
  }
  .read_more {
    font-size: calc(11px + 0 * (100vw - 320px) / 199);
  }
  .news_title {
    font-size: calc(22px + 0 * (100vw - 320px) / 199);
    padding-top: calc(40px + 0 * (100vw - 320px) / 199);
    padding-bottom: calc(20px + 0 * (100vw - 320px) / 199);
  }
  .news_item_img {
    height: calc(170px + 110 * (100vw - 320px) / 199);
  }
}
footer {
  margin-top: 200px;
  border-top: 1px solid #fff;
  padding-top: 90px;
  padding-bottom: 80px;
}

.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

.footer_col_2_text {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 21.333px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.667px; /* 125% */
  text-align: left;
}

.footer_col_3 li a,
.footer_col_4 li a {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.footer_col_4 {
    text-align: left;
}

.footer_col_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
}

.footer_col_2,
.footer_col_3,
.footer_col_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.footer_col_2_btn {
  margin-top: 30px;
}

.footer_col_2_btn a {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 33px;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-top: 30px;
}

.footer_col_2_btn a:hover {
  color: #000;
  background: #fff;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright_left {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 18.667px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.5%;
          flex: 0 1 42.5%;
}

.copyright_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.5%;
          flex: 0 1 42.5%;
  text-align: right;
}

.copyright_right a {
  margin-right: 10px;
}

.copyright_empty_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

@media (min-width: 520px) and (max-width: 1550px) {
  footer {
    padding-left: calc(10px + 10 * (100vw - 520px) / 1030);
    padding-right: calc(10px + 10 * (100vw - 520px) / 1030);
    margin-top: calc(40px + 160 * (100vw - 520px) / 1030);
    padding-top: calc(30px + 60 * (100vw - 520px) / 1030);
    padding-bottom: calc(30px + 50 * (100vw - 520px) / 1030);
  }
  .footer_col_1 img {
    width: calc(50px + 75 * (100vw - 520px) / 1030);
  }
  .footer_col_2_text {
    font-size: calc(12px + 9 * (100vw - 520px) / 1030);
    line-height: calc(17px + 9 * (100vw - 520px) / 1030);
  }
  .footer_col_3 li a, .footer_col_4 li a {
    font-size: calc(12px + 8 * (100vw - 520px) / 1030);
    line-height: calc(25px + 15 * (100vw - 520px) / 1030);
  }
  .footer_col_2_btn a {
    font-size: calc(9px + 9 * (100vw - 520px) / 1030);
    padding-left: calc(4px + 16 * (100vw - 520px) / 1030);
    padding-right: calc(4px + 16 * (100vw - 520px) / 1030);
    border-radius: calc(10px + 23 * (100vw - 520px) / 1030);
  }
  .footer_block {
    gap: calc(20px + 70 * (100vw - 520px) / 1030);
  }
  .copyright_left {
    font-size: calc(10px + 8 * (100vw - 520px) / 1030);
  }
  .copyright_right img {
    width: calc(20px + 20 * (100vw - 520px) / 1030);
  }
}
@media (min-width: 320px) and (max-width: 519px) {
  footer {
    padding-left: calc(10px + 0 * (100vw - 320px) / 199);
    padding-right: calc(10px + 0 * (100vw - 320px) / 199);
    margin-top: calc(40px + 0 * (100vw - 320px) / 199);
    padding-top: calc(30px + 0 * (100vw - 320px) / 199);
    padding-bottom: calc(30px + 0 * (100vw - 320px) / 199);
  }
  .footer_col_1 img {
    width: calc(50px + 75 * (100vw - 320px) / 199);
  }
  .footer_col_2_text {
    font-size: calc(12px + 6 * (100vw - 320px) / 199);
    line-height: calc(17px + 0 * (100vw - 320px) / 199);
  }
  .footer_col_2 {
    padding: 30px 0;
  }
  .footer_col_3 li a, .footer_col_4 li a {
    font-size: calc(12px + 6 * (100vw - 320px) / 199);
    line-height: calc(25px + 0 * (100vw - 320px) / 199);
  }
  .footer_col_2_btn a {
    font-size: calc(9px + 9 * (100vw - 320px) / 199);
    padding-left: calc(4px + 0 * (100vw - 320px) / 199);
    padding-right: calc(4px + 0 * (100vw - 320px) / 199);
    border-radius: calc(10px + 0 * (100vw - 320px) / 199);
  }
  .footer_block,
  .copyright {
    display: block;
    text-align: center;
  }
  .copyright_left {
    font-size: calc(10px + 8 * (100vw - 320px) / 199);
    padding-bottom: 10px;
  }
  .copyright_right img {
    width: calc(20px + 20 * (100vw - 320px) / 199);
  }
  .copyright_right {
    text-align: center;
  }
}


.less_500{display: none;}
@media (max-width: 490px){
  .less_500{display: block;}
}

.calendar_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 100px;
}

.item_calendar {
    flex: 0 0 45%;
    max-width: 45%;
}

.calendar_inner{
    border-radius: 29.943px;
    border: 1.333px solid #FFF;
    box-shadow: 0px 0px 7.985px 0px;
    padding: 25px;
}

.title_country {
    margin: 10px 0 20px 20px;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.title_country.poland:before {
    content: url(../img/icons/poland_flag.svg);
    display: inline-block;
    width: 27px;
    height: 20px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.title_country.china:before {
    content: url(../img/icons/china_flag.svg);
    display: inline-block;
    width: 27px;
    height: 20px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.title_country.usa:before {
    content: url(../img/icons/usa_flag.svg);
    display: inline-block;
    width: 27px;
    height: 20px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.title_country.roman:before {
    content: url(../img/icons/rom_flag.svg);
    display: inline-block;
    width: 27px;
    height: 20px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.title_holiday {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

li.date_holiday {
    color: #FDEB37;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 0;
}

li.date_holiday span {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.calendar_inner ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.modal-window {
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 410px;
    border-radius: 35px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


input, button, textarea {
    border: 1px solid #c1c1c1;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 15px;
}

textarea{
  max-height: 120px;
}

form.wpcf7-form.init.contact-form {
    display: flex;
    flex-direction: column;
}

form.wpcf7-form.init.contact-form label {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #FDEB37;
    color: #333;
    border: none;
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 35px;
    cursor: pointer;
}

label {
    color: #000;
}

.form_title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1391px){
  li.date_holiday {
    font-size: 28px;
    padding-bottom: 0;
  }
  li.date_holiday span {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 1024px){
  .item_calendar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calendar_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 80px;
    flex-direction: column;
  }
}

.breadcrumb_wrap {
    margin: 40px 0 30px;
}

.breadcrumb_wrap a {
    color: #fff;
}

.photo_contact img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
}

.photo_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px){
  .post_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    padding: 0 20px;
  }
  .img_post_item img {
    width: 100%;
    height: auto;
  }
  .img_post_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  h1.title_post {
    margin: 50px auto;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .content_post_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

div#breadcrumbs {
    padding: 0 15px;
}

.contact_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 30px;
}

.adress_contact {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.adress_contact img {
    width: 35px;
    height: auto;
}

.contact_item {
    flex: 0 0 50%;
    max-width: 50%;
}

.left_contact.contact_item {
    padding-right: 25px;
}

.right_contact.contact_item {
    padding-left: 25px;
}

.adress_contact p {
    font-size: 16px;
    padding-left: 10px;
    line-height: 22px;
}

.title_photo {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
}

@media (max-width: 1024px){
  .contact_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    flex-direction: column;
  }
  .contact_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left_contact.contact_item {
    padding-right: 0px;
  }

  .right_contact.contact_item {
      padding-left: 0px;
  }
}

@media (max-width: 767px){
  
  .calendar_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 15px;
    flex-direction: column;
  }
  .calendar_inner ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
    align-content: flex-start;
  }
  li.date_holiday {
    font-size: 26px;
    padding-bottom: 5px;
    text-align: left;
  }
  .title_country {
    margin: 10px 0 15px 20px;
    font-size: 20px;
  }
  .modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 35px;
  }
  .breadcrumb_wrap {
    margin: 20px 0 20px;
    padding: 0 15px;
  }
  .footer_block ul li{
    text-align: left;
  }
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em .5em 1em !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000 !important;
}