@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../font/Roboto-Bold.eot?") format("embedded-opentype"),
    url("../font/Roboto-Bold.woff") format("woff"),
    url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../font/Roboto-Medium.eot") format("embedded-opentype"),
    url("../font/Roboto-Medium.woff") format("woff"),
    url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url("../font/Roboto-Regular.eot") format("embedded-opentype"),
    url("../font/Roboto-Regular.woff") format("woff"),
    url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

html {
  overflow-x: hidden;
}

body {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  color: #444;
  font: 400 16px "Roboto";
  margin: 0 auto;
  min-height: 100vh;
}

body.mobile {
  overflow: hidden;
}

@media only screen and (min-width: 831px) {
  .page-wrapper {
    margin-top: 115px;
  }
}

@media only screen and (max-width: 830px) {
  .page-wrapper {
    margin-top: 110px;
  }
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

.header,
.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  width: 100%;
  min-height: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #081e35;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header.mobile {
  max-height: 100vh;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*   justify-content: space-between; */
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-logo {
  min-width: 175px;
  height: 91px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  cursor: pointer;
  position: relative;
  z-index: 101;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .container-burger .header-logo {
  margin-right: 0;
}

.header-navigation,
.header.mobile .header-navigation {
  max-width: 850px;
  width: 105%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: -6px;
  margin-right: -6px;
  position: relative;
  padding: 0;
}

.navigator-item-menu {
  display: block;
  position: absolute;
  /* 	width: 226px; */
  left: 115px;
  top: 38px;
  background: #ffffff;
  /* border-radius: 8px; */
  padding: 24px;
  z-index: 30;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  list-style-type: none;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.hidden.active .navigator-item-menu,
.header.mobile .header-navigation .hidden.active .navigator-item-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  max-height: 800px;
}

.header-navigation .navigator-item a div,
.header-navigation .navigator-item-menu a div,
.navigator-item-menu a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(253, 200, 74, 0.2);
  /* border-radius: 7px; */
  margin-right: 12px;
  display: none;
}

.header-navigation .navigator-item a div svg,
.header-navigation .navigator-item-menu a div svg,
.navigator-item-menu a div svg {
  margin-left: 0;
}

.header-navigation .navigator-item-menu a:not(:last-of-type),
.header-navigation .navigator-item-menu a:not(:last-of-type) {
  margin-bottom: 8px;
}

.navigator-item.clicked svg,
.navigator-item.clicked svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-navigation li,
.header.mobile .header-navigation li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 11px;
  margin-right: 11px;
}

.header-navigation a,
.header-navigation .navigator-item-menu a {
  margin-left: 6px;
  margin-right: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  word-wrap: break-word;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.navigator-item {
  margin-bottom: 0;
  position: relative;
}

.container-menu {
  display: flex;
  flex-direction: column;
  padding-left: 75px;
}

.container-menu div:first-child {
  display: flex;
  justify-content: space-between;
}

.header.container {
  display: flex;
  justify-content: space-between;
}

.navigator-item::after {
  content: "";
  width: 5.77px;
  height: 5.77px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  /*position: absolute;*/
  /*top: 40%;*/
  margin-left: 11.5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  /*right: -11.5px;*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hidden.active .navigator-item::after {
  top: 50%;
  -webkit-transform: rotate(317deg);
  -ms-transform: rotate(317deg);
  transform: rotate(317deg);
}

.header-navigation .navigator-item-menu a {
  color: #202c53;
  padding: 0;
  margin: 0;
}
.navigator-item:nth-last-child(1)::after {
  content: none !important;
}

.header-button,
.header-navigation .header-button,
.application-form-button,
.support-btn {
  min-width: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3b745;
  border-radius: 8px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202c53;
}

.header-navigation .header-button {
  display: none;
}

.header.mobile .header-navigation .header-button {
  max-width: 310px;
  width: 100%;
  height: 48px;
  min-height: 48px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

.header-button:hover .support-btn:hover {
  background: #ffe23c;
}

.burger-container {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 101;
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}

.burger-container.mobile .header-burger {
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.burger-container.mobile .header-burger::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.burger-container.mobile .header-burger::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.burger-container:hover {
  border: 1.5px solid #fff;
}

.burger-container:hover {
  border: 0;
}

.header-burger {
  width: 30px;
  height: 2.5px;
  background-color: #fff;
  position: relative;
  top: 0;
  right: 0;
  z-index: 101;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.header-burger:before {
  content: "";
  width: 30px;
  height: 2.5px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header-burger:after {
  content: "";
  width: 30px;
  height: 2.5px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*Main*/

.main {
  width: 100%;
  min-height: 660px;
  max-height: 900px;
  height: 100%;
  /* margin-top: 84px; */
  margin-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main-content.slick-initialized.slick-slider {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 660px;
  max-height: 900px;
}

.main-item.slick-slide {
  width: 100%;
  max-height: 900px;
  height: calc(100vh - 74px);
  min-height: 660px;
  outline: none;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-image: url(../image/main/background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.main-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
.main-content.slick-initialized.slick-slider .slick-next.slick-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 284px;
  right: calc(50% - 620px);
  z-index: 10;
  background-color: #fdc84a;
  border-radius: 50%;
  outline: none;
  border: 0;
  cursor: pointer;
  color: transparent;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  transform: translateY(-50%);
}

.main-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
  /* 	 right: calc(50% - 620px); */
  left: 40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(90deg);
}

.main-content.slick-initialized.slick-slider .slick-next.slick-arrow {
  right: 40px;
  transform: translateY(-50%) rotate(-90deg);
}

.main-content.slick-initialized.slick-slider .slick-prev.slick-arrow::before,
.main-content.slick-initialized.slick-slider .slick-next.slick-arrow::before {
  content: "";
  width: 5.62px;
  height: 5.62px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.main-content.slick-initialized.slick-slider .slick-prev.slick-arrow:hover,
.main-content.slick-initialized.slick-slider .slick-next.slick-arrow:hover {
  opacity: 0.8;
}

.main-content.slick-initialized.slick-slider
  .slick-prev.slick-arrow.slick-disabled,
.main-content.slick-initialized.slick-slider
  .slick-next.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.main .container {
  padding: 0;
  top: 10%;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 455px;
  margin: 0;
}

.main-container h1,
.main-container h2,
.main.program h1 {
  margin: 0;
  margin-bottom: 32px;
  max-width: 469px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
}
.main-container p,
.main.program p {
  margin: 0;
  margin-bottom: 48px;
  max-width: 416px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  opacity: 1;
}

.main-container p {
  max-width: 416px;
  width: 100%;
}

.main-container a:first-of-type,
.main.program a {
  min-width: 210px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 56px;
  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;
  background: #f3b745;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.main-container a:first-of-type:hover {
  background: #ffe23c;
}

.popup-buttons-video {
  height: auto;
  max-height: 32px;
  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;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 240px;
}

.main-container a:last-of-type:hover {
  color: #fdc84a;
}

.popup-buttons-video {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-buttons-video div {
  width: 32px;
  height: 32px;
  background: #30485f;
  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;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-buttons-video:hover div {
  background: #fdc84a;
}

.popup-buttons-video:hover div svg path {
  fill: #202c53;
}

.main-container .button-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-container .button-container a {
  margin-right: 10px;
}

.main-container .button-container a:last-child {
  margin-right: 0;
}

.main-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 100px;
}

.main-menu-item {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #30485f;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  /* border-radius: 8px; */
  padding: 24px 30px;
  padding-right: 20px;
}

.main-menu-item:first-of-type {
  margin-left: 0;
}

.main-menu-item:last-of-type {
  margin-right: 0;
}

.main-menu-item a {
  width: 100%;
  height: 40px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.main-menu-item a:hover {
  color: #fdca4a;
}

.main-menu-item a:hover div {
  background-color: rgba(253, 202, 74, 0.2);
}

.main-menu-item a div {
  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;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 26px;
  background-color: rgba(132, 162, 224, 0.1);
  /* border-radius: 12px; */
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

/*Training_Programs*/

.Training_Programs {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
}

.Training_Programs .container h2,
.Training_Programs .container h1,
.about-program .container h2,
.result .container h2,
.training-program .container h2,
.Teachers .container h1,
.Advantages_program .container h2,
.enroll-training .container h2,
.coment .container h2,
.contact .container h2,
.support-page .container h1,
.we-collect .container h2,
.collect-diagrama .container h2,
.application_form .container h2 {
  width: 100%;
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
  text-align: center;
}

.Training_Programs .container p {
  max-width: 479px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #30485f;
  opacity: 0.5;
}

.training-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.training-container .row {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  min-width: 288px;
  margin-bottom: 30px;
}

.training-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 288px;
  /* width:-webkit-100%; */
  /* width:-moz-100%; */
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  background: rgba(122, 156, 187, 0.1);
  /* border-radius: 16px; */
  margin-left: auto;
  margin-right: auto;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.training-item:hover {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.training-item div {
  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;
  min-width: 56px;
  width: 100%;
  height: 155px;
  margin-bottom: 16px;
  /* background: rgba(253,202,74,0.2); */
  background: transparent;
  border-radius: 14px;
}

.training-item div img {
  border-radius: 0px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.Training_Programs .container .training-container .training-item p {
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: rgba(48, 72, 95, 0.5);
  margin-bottom: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.Training_Programs
  .container
  .training-container
  .training-item
  p:first-of-type {
  margin-bottom: 8px;
  text-transform: inherit;
  letter-spacing: normal;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #30485f;
  opacity: 1;
}

.Training_Programs .container .training-container .training-item .all-progran {
  max-width: 211px;
  position: relative;
  z-index: 10;
  margin-top: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.all-progran::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 0.2em solid #30485f;
  border-left: 0.2em solid #30485f;
  position: absolute;
  top: 30%;
  right: -20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*Student*/

.student,
.support-study {
  width: 100%;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.student .container,
.support-study .container {
  /* background-image: url(../image/student/background.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0 auto;
  /* border-radius: 16px; */
}

.student .container h2,
.support-study .container h2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}

.student .container p,
.support-study .container p {
  width: 37%;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.student .container div,
.support-study .container div {
  width: 100%;
}

.student-button,
.support-button {
  min-width: 210px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 56px;
  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;
  margin: 0 auto;
  background: #f3b745;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.student .container div a:hover,
.support-study .container div a:hover {
  background: #ffe23c;
}

/*Upcoming_events*/

.Upcoming_events {
  width: 100%;
  background: #f2f6f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.Upcoming_events h1,
.Upcoming_events h2 {
  margin: 0 auto;
  margin-bottom: 64px;
  font-family: "Roboto";
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
}

.event-content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
}

.event-item {
  margin: 0 auto;
  margin-left: 15px;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.event-item:hover {
  /* border-radius: 16px; */
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.Upcoming_events .event-item .event-photo {
  /*   max-width: 816px; */
  width: 100%;
  height: 429px;
  margin: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* border-radius: 16px; */
}

.Upcoming_events .event-item h3 {
  width: 59%;
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  text-align: left;
}

.Upcoming_events .event-item .event-photo div {
  max-width: 210px;
  width: 100%;
}

.Upcoming_events .event-item .event-photo div p:first-of-type {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #fdca4a;
  border-bottom: 4px solid #fdca4a;
}

.Upcoming_events .event-item .event-photo div p:last-of-type {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #fdca4a;
}

.event-button {
  min-width: 240px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 56px;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  background: #30485f;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.event-button:hover {
  background: #325187;
}

.event-content .slick-track {
  left: 0;
}

.event-content.slick-initialized.slick-slider.slick-dotted
  .slick-prev.slick-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: transparent;
  background-color: #fdca4a;
  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;
  position: absolute;
  top: 196px;
  left: 0px;
  z-index: 1;
  border: 0;
  outline: none;
  cursor: pointer;
}

.event-content.slick-initialized.slick-slider.slick-dotted
  .slick-next.slick-arrow {
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  background-color: #fdca4a;
  top: 196px;
  right: 0px;
  z-index: 1;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.event-content.slick-initialized.slick-slider.slick-dotted
  .slick-prev.slick-arrow::before,
.event-content.slick-initialized.slick-slider.slick-dotted
  .slick-next.slick-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(-135deg);
  -ms-transform: translate(-50%) rotate(-135deg);
  transform: translate(-50%) rotate(-135deg);
}

.event-content.slick-initialized.slick-slider.slick-dotted
  .slick-prev.slick-arrow:hover,
.event-content.slick-initialized.slick-slider.slick-dotted
  .slick-next.slick-arrow:hover {
  opacity: 0.8;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.event-content.slick-initialized.slick-slider.slick-dotted .slick-dots {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
}

.slick-dots button {
  background: #30485f;
  opacity: 0.2;
  color: transparent;
  border: none;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  outline: none;
  padding: 0;
  margin-right: 8px;
}

.slick-dots li[class="slick-active"] button {
  background: #30485f;
  opacity: 1;
}

/*news*/

.news {
  width: 100%;
  padding-bottom: 48px;
}

.news h2 {
  margin: 0;
  margin-bottom: 64px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
}

.news-content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.news-item-content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.news-item {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  outline: none;
  margin-bottom: 30px;
  padding: 10px;
  height: 550px;
}

.news-item-read-more {
  margin: 0 15px;
}

.news-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-cat-link {
  display: inline-block;
  color: #fdc84a;
}

.item-photo {
  max-width: none;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* margin-bottom: 25px; */
}

.item-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-item a {
  position: relative;
  /* margin-bottom: 16px; */
  margin-right: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font: bold 14px/21px "Roboto";
  text-transform: uppercase;
  /* color: #8FBBD9; */
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.news-item a:first-of-type::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fdc84a;
  border-radius: 50%;
  margin-left: 12px;
}

.news-item h4 a {
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  font: 500 20px/30px "Roboto";
  color: #30485f;
}

.news-item span {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: rgba(48, 72, 95, 0.7);
  position: relative;
}

.news-item span::before {
  content: "";
  display: flex;
  width: 4px;
  height: 4px;
  background: #fdc84a;
  border-radius: 50%;
  margin-right: 12px;
}

.news-item h4 {
  /*   width: 100%;
  margin: 0;
  margin-bottom: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #30485F;
	min-height: 60px; */
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #30485f;
  height: 100px;
  max-width: 450px;
  padding-bottom: 125px;
}

.news-item p {
  margin: 0;
  margin-bottom: 16px;
  font: normal 16px/24px "Roboto";
  color: rgba(48, 72, 95, 0.5);
  word-break: break-all;
}

.news-item .details {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font: bold 14px/20px "Roboto";
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7a9cbb;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  position: relative;
}

.news-item .details::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 0.15em solid #8fbbd9;
  border-left: 0.15em solid #8fbbd9;
  position: absolute;
  top: 30%;
  right: -20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-item a:hover,
.news-item .details:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.news-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
.coment-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
  background: #30485f;
  color: transparent;
  position: absolute;
  top: -76px;
  right: 88px;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  outline: none;
  cursor: pointer;
}

.news-item-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
.coment-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
  background: #30485f;
  color: transparent;
  position: absolute;
  top: -76px;
  right: 88px;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  outline: none;
  cursor: pointer;
}

.coment-content .slick-track {
  display: flex !important;
}

.news-content.slick-initialized.slick-slider .slick-next.slick-arrow,
.coment-content.slick-initialized.slick-slider .slick-next.slick-arrow {
  width: 32px;
  height: 32px;
  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;
  background: #30485f;
  color: transparent;
  position: absolute;
  top: -76px;
  right: 35px;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.news-item-content.slick-initialized.slick-slider .slick-next.slick-arrow,
.coment-content.slick-initialized.slick-slider .slick-next.slick-arrow {
  width: 32px;
  height: 32px;
  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;
  background: #30485f;
  color: transparent;
  position: absolute;
  top: -76px;
  right: 35px;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.news-content.slick-initialized.slick-slider
  .slick-prev.slick-arrow.slick-disabled,
.coment-content.slick-initialized.slick-slider
  .slick-prev.slick-arrow.slick-disabled,
.news-content.slick-initialized.slick-slider
  .slick-next.slick-arrow.slick-disabled,
.coment-content.slick-initialized.slick-slider
  .slick-next.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.news-item-content.slick-initialized.slick-slider
  .slick-prev.slick-arrow.slick-disabled,
.coment-content.slick-initialized.slick-slider
  .slick-prev.slick-arrow.slick-disabled,
.news-item-content.slick-initialized.slick-slider
  .slick-next.slick-arrow.slick-disabled,
.coment-content.slick-initialized.slick-slider
  .slick-next.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.news-content.slick-initialized.slick-slider .slick-prev.slick-arrow::before,
.news-content.slick-initialized.slick-slider .slick-next.slick-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}

.news-item-content.slick-initialized.slick-slider
  .slick-prev.slick-arrow::before,
.news-item-content.slick-initialized.slick-slider
  .slick-next.slick-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}

.join-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3b745;
  border-radius: 8px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  font: bold 14px/21px "Roboto" !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202c53 !important;
  margin: 20px auto 0;
}

.join-button:hover {
  background: #ffe23c;
}

.all-news {
  min-width: 240px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 56px;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  background: #30485f;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.all-news:hover {
  background: #325187;
}

/*support*/

.support {
  width: 100%;
  padding-top: 88px;
  padding-bottom: 120px;
}

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

.support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 43%;
  padding-left: 100px;
}

.support-content h2 {
  margin: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #202c53;
}

.support-content p {
  margin: 0;
  width: 100%;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: rgba(38, 57, 97, 0.5);
}

.support-content a {
  width: 100%;
  max-width: 210px;
  height: 56px;
  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;
  margin: 0;
  margin-bottom: 51px;
  background: #fdca4a;
  /* border-radius: 8px; */
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202c53;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.support-content a:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.support-photo {
  max-width: 605px;
  width: 100%;
  height: 400px;
}

/*Video-galery*/

.video-galery {
  background: #f2f6f9;
  width: 100%;
  /*   height: 100%; */
  padding-top: 50px;
  padding-bottom: 50px;
}

.video-container-decktop,
.video-container,
.video-galery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1028px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.video-container-decktop {
  margin-bottom: 48px;
}

.video-container.slick-initialized.slick-slider {
  display: none;
}

.video-galery .container h2,
.video-container-decktop h2 {
  margin: 0;
  margin-bottom: 15px;
  width: 50%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #202c53;
}

.video-galery .container p {
  margin: 0;
  /*   margin-bottom: 64px; */
  /*   width: 42%; */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgba(48, 72, 95, 0.5);
}
.text-content {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgba(48, 72, 95, 0.5);
}

.video-photo-first {
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1028px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /* border-radius: 16px; */
}

.video-main svg,
.video-main svg circle,
.video-main svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(33.3% - 20px);
  max-width: 322px;
  margin-bottom: 30px;
  outline: none;
}

.video-item:first-of-type {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.video-item.main-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}

.video-item.main-video p,
.video-item.main-video a {
  display: none;
}

.video-item:nth-of-type(2) {
  margin-left: 0;
}

.video-item:nth-of-type(4) {
  margin-right: 0;
}

.video-item:first-of-type p,
.video-item:first-of-type a {
  display: none;
}

.video-photo {
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  margin-bottom: 14px;
  cursor: pointer;
  /* border-radius: 16px; */
}

.video-photo span,
.video-photo-first span {
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.video-photo:hover span,
.video-photo-first:hover span {
  opacity: 0.9;
  background: #fdc84a;
}

.video-photo-first,
.video-photo svg,
.video-photo svg circle,
.video-photo svg path {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.video-photo:hover svg path,
.video-photo-first:hover svg path {
  fill: #fff;
  opacity: 1;
}

.video-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.video-item a {
  width: 100%;
  margin-bottom: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #30485f;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.video-item a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}
.video-item a,
.video-item p {
  min-height: 38px;
}
.video-container .video-item p,
.video-container-decktop .video-item p {
  margin: 0;
  width: 100%;
  font: normal 16px/24px "Roboto";
  color: rgba(48, 72, 95, 0.5);
}

.video-button,
.photo-button {
  min-width: 240px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 56px;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  background: #30485f;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.video-button:hover,
.photo-button:hover {
  background: #325187;
}

/*photo-galery*/

.photo-galery {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.photo-galery .container {
  max-width: 1028px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-galety-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo-galery .container h2 {
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
}

.photo-button {
  margin: 0;
}

.photo-button:last-of-type {
  display: none;
}

.photo-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 711px;
  width: 100%;
  height: 470px;
  margin-right: 24px;
  /* border-radius: 16px; */
}

.photo-container {
  max-width: 293px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 223px;
  margin-bottom: 24px;
  /* border-radius: 16px; */
}

/*footer*/

/*footer*/

footer {
  width: 100%;
  background: #081e35;
  padding-top: 50px;
  padding-bottom: 51px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
  margin-top: auto;
}

.footer-content {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 28px;
}

.footer-left {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-left .footer-logo {
  margin: 0;
  width: 140px;
  height: 59px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 34px;
  cursor: pointer;
}

.footer-social {
  max-width: 160px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10.5px;
  margin-right: -10.5px;
}

.footer-left a {
  margin-left: 9.5px;
  margin-right: 9.5px;
  margin-bottom: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #a2a2a2;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-left a:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-left .footer-social a svg {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-left .footer-social a:hover svg {
  opacity: 0.5;
}

.footer-left a:last-of-type {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background-size: contain;
  background-position: left;
}

.footer-right {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-right-item h4,
.footer-right-contact h4 {
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #f3b745;
}

.footer-right-item a,
.footer-right-contact a,
.footer-right-contact div {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 15px;
}

.footer-right-contact div {
  cursor: auto;
}

.footer-right-contact a div {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 15px;
  margin-top: 8px;
  opacity: 0.5;
}

.footer-right-contact a p,
.footer-right-contact div p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 15px;
  margin-top: 0;
  opacity: 0.3;
}

.footer-right-contact div p {
  cursor: auto;
}

.footer-right-item a:hover,
.footer-right-contact a:hover {
  color: #fff;
}

.footer-right-contact {
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-right-contact a span:first-of-type {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 4px;
}

.footer-right-contact a span:last-of-type {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18.75px;
  color: #ffffff;
}

.all-right {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  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;
}

.all-right a,
.all-right p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.all-right p {
  cursor: auto;
}

.all-right p svg {
  margin-left: 8px;
}

/*Adapt*/
@media (max-height: 1024px) {
  .main-item.slick-slide {
    height: 93vh;
  }
}

@media (max-height: 864px) {
  .main-item.slick-slide {
    height: 91vh;
  }
}

@media (max-height: 800px) {
  .main-menu-bottom {
    margin-bottom: 55px;
  }
}

@media (max-height: 750px) {
  .main .container {
    top: 7%;
  }
}

@media (max-width: 600px) and (max-height: 750px) {
  .main .container {
    top: -1%;
  }
}

@media (max-width: 1920px) {
  .header .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
}

@media (max-width: 1360px) {
  .header .container {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow {
    right: 50px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    left: 50px;
  }
}

@media (max-width: 1280px) {
  .header-navigation a {
    font-size: 14px;
    padding: 7px;
  }

  .header-button {
    max-width: 140px;
    height: 44px;
  }

  .main-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
  .main-content.slick-initialized.slick-slider .slick-next.slick-arrow {
    right: 30px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    left: 30px;
  }
}

@media (max-width: 1250px) {
  .header,
  .container,
  .main-item,
  .main-menu-bottom,
  .video-galey .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-menu-item a div {
    margin-right: 15px;
  }

  .Training_Programs .container .training-container .training-item a svg {
    margin-left: 5px;
  }

  .training-item {
    padding: 32px 18px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow {
    right: 30px;
  }

  .news-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .video-photo {
    border-radius: 16px;
  }

  .video-item {
    max-width: 300px;
  }
}

@media (max-width: 1180px) {
  .training-container .row {
    width: 33.3%;
  }
}

@media (max-width: 1077px) {
  .Training_Programs .container .training-container .training-item a svg {
    margin-left: 4px;
  }

  .training-item {
    padding: 32px 24px;
  }
}

@media (max-width: 1024px) {
  .header.mobile {
    max-height: 100vh;
  }

  .header-navigation .navigator-item-menu a div {
    display: none !important;
  }

  .header.mobile .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigator-item-menu {
    display: block;
    position: absolute;
    width: 226px;
    left: 115px;
    top: 50px;
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    z-index: 30;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    list-style-type: none;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }

  .hidden.active .navigator-item-menu,
  .header.mobile .header-navigation .hidden.active .navigator-item-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    max-height: 800px;
  }

  .header-navigation .navigator-item a div,
  .header-navigation .navigator-item-menu a div,
  .navigator-item-menu a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(253, 200, 74, 0.2);
    border-radius: 7px;
    margin-right: 12px;
  }

  .header-navigation .navigator-item a div svg,
  .header-navigation .navigator-item-menu a div svg,
  .navigator-item-menu a div svg {
    margin-left: 0;
  }

  .header-navigation li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 11px;
    margin-right: 11px;
  }

  .header-navigation a,
  .header.mobile .header-navigation .navigator-item-menu a {
    margin-left: 6px;
    margin-right: 6px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    word-wrap: break-word;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }

  .header.mobile .header-navigation .navigator-item,
  .header.mobile .header-navigation a {
    font-size: 24px;
    line-height: 40px;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 30;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navigator-item {
    margin-bottom: 0;
    position: relative;
  }

  .navigator-item::before {
    content: "";
    width: 5.77px;
    height: 5.77px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 40%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -11.5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .header.mobile .navigator-item::before {
    right: 0;
    top: 50%;
  }

  .hidden.active .navigator-item::before {
    top: 50%;
    -webkit-transform: rotate(317deg);
    -ms-transform: rotate(317deg);
    transform: rotate(317deg);
  }

  .header.mobile .header-navigation li {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 0px;
    margin: 0;
  }

  .header.mobile .header-navigation li .navigator-item,
  .header.mobile .header-navigation li a {
    width: 100%;
  }

  .header-navigation .navigator-item-menu a {
    color: #202c53;
    padding: 0;
    margin: 0;
  }

  .header.mobile .header-navigation .hidden .navigator-item-menu {
    display: block;
    max-height: 0;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background: #30485f;
    padding: 0;
    z-index: 30;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    list-style-type: none;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main {
    margin-top: 74px;
  }

  .header-button {
    display: none;
  }

  .header-navigation .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-navigation,
  .header.mobile .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 78px);
    padding-top: 32px;
    position: absolute;
    z-index: 100;
    top: 76px;
    left: 6px;
    right: 0;
    max-width: 1440px;
    background: #30485f;
    -webkit-transform: translate(-200%);
    -ms-transform: translate(-200%);
    transform: translate(-200%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: scroll;
  }

  .header.mobile .header-navigation {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .header.mobile .header-navigation .navigator-item-menu a,
  .header.mobile .header-navigation a {
    font-size: 22px;
  }

  .header.mobile .header-navigation .hidden.active .navigator-item-menu {
    padding-bottom: 20px;
  }

  .header.mobile .header-navigation .hidden.active .navigator-item {
    padding-bottom: 20px;
  }

  .header-content-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .burger-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }

  .main .container {
    margin-top: 80px;
  }

  .main-container h1, .main-container h2{
    font-size: 50px;
    line-height: 58px;
  }

  .main-container p {
    font-size: 18px;
  }

  .main-menu-item {
    width: calc(25% - 12.5px);
    padding: 15px 20px;
  }

  .main-menu-item a {
    font-size: 14px;
    height: 40px;
  }

  .main-menu-item a div {
    margin-right: 12px;
  }

  .Training_Programs {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .training-item {
    padding: 28px 18px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    p:first-of-type {
    height: 60px;
    text-align: left;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    p:last-of-type {
    font-size: 14px;
    line-height: 20px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    .all-progran {
    font-size: 14.5px;
    line-height: 18px;
    display: inline-block;
    letter-spacing: 0.06em;
  }

  /*
  
  .Training_Programs .container .training-container .training-item .all-progran:before{
        content: '';
        width: 7px;
        height: 1px;
        background-color: #202C53;
        transition: transform 0.3s;
        position: absolute;
        top: 44%;
        right: 0;
        transform: rotate(45deg);
    }
  
  */

  .Upcoming_events .event-item .event-photo {
    height: 380px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow,
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    top: 45%;
  }

  .student,
  .support-study {
    padding-bottom: 80px;
  }

  .student .container,
  .support-study .container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .student .container h2,
  .support-study .container h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .student .container p,
  .support-study .container p {
    max-width: 458px;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
  }

  .news .container {
    padding-right: 0;
  }

  .news h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 44px;
  }

  .news-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .news-item h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-item p {
    font-size: 15px;
    line-height: 22px;
  }

  .video-galery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-galery.container h2 {
    margin-bottom: 44px;
    font-size: 36px;
    line-height: 50px;
  }

  .video-galery .container p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 44px;
  }

  .video-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video-item a {
    font-size: 18px;
    line-height: 28px;
  }

  .video-galery .container .video-item p {
    font-size: 15px;
    line-height: 22px;
  }

  .video-button,
  .photo-button {
    margin-top: 0;
  }

  .photo-galery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .photo-galery .container h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 44px;
  }
}

@media (max-width: 970px) {
  .video-item {
    max-width: 259px;
  }
}

@media (max-width: 950px) {
  .footer-left {
    max-width: 140px;
    width: 100%;
  }

  .footer-right-contact {
    max-width: 144px;
    width: 100%;
  }

  .all-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .all-right p:first-of-type {
    margin-right: 30px;
    margin-bottom: 32px;
  }
}

@media (min-width: 901px) {
  .video-item {
    margin-left: 15.5px;
    margin-right: 15.5px;
  }
}

@media (max-width: 900px) {
  .video-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-menu-item a {
    font-size: 13px;
    height: 40px;
  }

  .training-container .row {
    width: 50%;
  }

  .Upcoming_events {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .Upcoming_events h1,
  .Upcoming_events h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  .Upcoming_events .event-item h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .Upcoming_events .event-item .event-photo div p:first-of-type {
    font-size: 28px;
    line-height: 38px;
  }

  .Upcoming_events .event-item .event-photo div p:last-of-type {
    font-size: 36px;
    line-height: 40px;
  }

  .event-button {
    height: 50px;
  }

  .video-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video-photo {
    height: 300px;
  }

  .video-item:first-of-type {
    max-width: 100%;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-photo-first {
    height: 300px;
  }

  .video-item:first-of-type a,
  .video-item:first-of-type p {
    display: block;
  }

  .video-container .video-item:nth-of-type(2) {
    margin-left: 10px;
  }

  .video-container-decktop {
    display: none;
  }

  .video-container.slick-initialized.slick-slider {
    display: block;
  }

  .video-container .video-item:nth-of-type(4) {
    margin-right: 10px;
  }

  .video-item:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .photo-galety-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photo-main {
    max-width: 100%;
    margin-right: 0;
  }

  .photo-container {
    max-width: 100%;
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .photo {
    max-width: none;
    width: calc(50% - 15px);
    height: 305px;
  }
}

@media (max-width: 850px) {
  .all-progran::before {
    border-left: 0.2em solid #30485f;
    border-top: 0.2em solid #30485f;
  }

  .photo {
    height: 260px;
  }

  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-social {
    margin: 0;
  }

  .footer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-left {
    max-width: 100%;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-right-item,
  .footer-right-contact {
    max-width: 25%;
    width: 100%;
    margin-top: 26px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    .all-progran {
    font-size: 13px;
  }
}

@media (max-width: 750px) {
  .header.mobile .header-navigation li .navigator-item,
  .header.mobile .header-navigation a {
    font-size: 22px;
  }

  .header.mobile .header-navigation .navigator-item-menu a {
    font-size: 20px;
  }

  .main .container {
    top: -1%;
  }

  .main-container h1, .main-container h2 {
    font-size: 44px;
    line-height: 50px;
    padding-top: 30px;
    margin-bottom: 22px;
  }

  .main-container p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 38px;
  }

  .main-container a:first-of-type {
    height: 50px;
    font-size: 13px;
  }

  .popup-buttons-video {
    font-size: 12px;
  }

  .main-menu-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .main-menu-item {
    margin-bottom: 25px;
  }

  .training-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Upcoming_events .event-item h3 {
    font-size: 25px;
    width: 61%;
  }

  .video-item {
    max-width: 100%;
  }

  .video-galery .container {
    padding-right: 30px;
  }
}

@media (max-width: 720px) {
  .main-menu-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 690px) {
  .event-content .slick-track {
    left: 0;
  }

  .event-content {
    padding-left: 20px;
  }

  .photo-main {
    height: 390px;
  }

  .photo {
    height: 200px;
  }

  .footer-right-item {
    max-width: 27%;
  }

  .footer-right-contact {
    max-width: 50%;
  }

  .all-right p:first-of-type {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .training-item {
    max-width: 258px;
    min-width: 160px;
  }

  .training-container .row {
    min-width: 100px;
  }
}

@media (max-width: 600px) {
  .header.mobile .header-navigation li .navigator-item,
  .header.mobile .header-navigation a {
    font-size: 20px;
    line-height: 22px;
  }

  .header.mobile .header-navigation .navigator-item-menu a {
    font-size: 18px;
  }

  .main-menu-item {
    margin-top: 0;
    margin-bottom: 16px;
    padding: 8px;
  }

  .main .container {
    margin-top: 40px;
  }

  .main-container {
    margin: 0 auto;
  }

  .main-content.slick-initialized.slick-slider.slick-dotted .slick-dots {
    position: absolute;
    bottom: 202px;
    left: 0;
    right: 0;
  }

  .main-content.slick-initialized.slick-slider.slick-dotted .slick-dots button {
    width: 6px;
    height: 6px;
    background: #fdc84a;
    opacity: 0.2;
  }

  .main-content.slick-initialized.slick-slider.slick-dotted
    .slick-dots
    li[class="slick-active"]
    button {
    opacity: 1;
  }

  .main-item.slick-slide {
    background-image: url(../image/main/background-mobile.jpg);
  }

  .main-container h1, .main-container h2 {
    max-width: 265px;
    font-size: 32px;
    line-height: 44px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
  }

  .main-container p {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
  }

  .main-container a:first-of-type {
    height: 56px;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .popup-buttons-video {
    width: 100%;
  }

  .main-menu-bottom {
    margin-bottom: 0;
    bottom: 24px;
  }

  .main-content.slick-vertical.slick-initialized.slick-slider.slick-dotted
    .slick-dots {
    position: absolute;
    top: 68%;
  }

  .main-content.slick-vertical.slick-initialized.slick-slider.slick-dotted
    .slick-dots
    button {
    background: #fdc84a;
    opacity: 0.2;
    color: transparent;
    border: none;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    outline: none;
    padding: 0;
    margin-right: 8px;
  }

  .main-content.slick-vertical.slick-initialized.slick-slider.slick-dotted
    .slick-dots
    li[class="slick-active"]
    button {
    background: #fdc84a;
    opacity: 1;
  }

  .training-item {
    max-width: 228px;
  }

  .Training_Programs .container .training-container .training-item a svg {
    margin-left: 5px;
  }

  .Upcoming_events h1,
  .Upcoming_events h2 {
    text-align: left;
    font-size: 28px;
    padding-left: 30px;
  }

  .Upcoming_events .event-item h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .Upcoming_events .event-item .event-photo div {
    max-width: 72px;
  }

  .Upcoming_events .event-item .event-photo div p:first-of-type {
    font-size: 24px;
  }

  .Upcoming_events .event-item .event-photo div p:last-of-type {
    font-size: 32px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow,
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    background: #30485f;
    top: -80px;
    right: 35px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow::before,
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 39%;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    right: 88px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow.slick-disabled,
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow.slick-disabled {
    opacity: 0.5;
  }

  .video-galery {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .video-galery .container {
    padding-right: 0;
  }

  .video-galery .container h2 {
    width: 100%;
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 24px;
    text-align: center;
  }

  .video-galery .container p {
    width: 93%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
  }

  .video-photo-first span,
  .video-photo span {
    width: 64px;
    height: 64px;
  }

  .video-container.slick-initialized.slick-slider
    .video-item.slick-slide
    p:last-of-type {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px;
  }

  .video-item,
  .video-item,
  .video-item:first-of-type,
  .video-container .video-item:nth-of-type(2),
  .video-container .video-item:nth-of-type(4) {
    margin-left: 0;
    margin-right: 16px;
  }

  .photo-galery {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .photo-main {
    height: 347px;
  }

  .photo-container {
    margin-top: 16px;
  }

  .photo {
    height: 180px;
    width: calc(50% - 8px);
  }

  .photo-button:first-of-type {
    display: none;
  }

  .photo-button:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
  }

  .photo-galery .container h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 32px;
  }
}

@media (max-width: 540px) {
  .all-progran::before {
    top: 65%;
    right: -15px;
  }

  .teacher-img {
    order: 1;
  }

  .training-item {
    max-width: 194px;
  }

  .student {
    padding-bottom: 56px;
  }

  .support-study {
    padding-bottom: 0;
  }

  .student,
  .support-study {
    padding-left: 0;
    padding-right: 0;
  }

  .student .container {
    background-image: url(../image/student/background-student-mobile.jpg);
    border-radius: 0;
  }

  .support-study .container {
    background-image: url(../image/student/background-support-mobile.jpg);
    border-radius: 0;
  }

  .student .container h2,
  .support-study .container h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .student .container p,
  .support-study .container p {
    font-size: 16px;
    line-height: 24px;
  }

  .photo-main {
    height: 317px;
  }

  .photo {
    height: 160px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 26px;
    padding-left: 25px;
  }

  .footer-content {
    margin-bottom: 34px;
  }

  .footer-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-right-item {
    max-width: 50%;
  }

  .all-right p:first-of-type {
    margin-right: 0;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .header.mobile .header-navigation li .navigator-item,
  .header.mobile .header-navigation a {
    font-size: 18px;
    line-height: 21.09px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
  }

  .header.mobile .header-navigation li .navigation-item-menu {
    width: 24px;
    height: 24px;
  }

  .header.mobile .header-navigation .navigator-item-menu a {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 16px;
    margin: 0;
  }

  .header-navigation .header-button {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .Upcoming_events {
    padding-top: 46px;
  }

  .event-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .Upcoming_events .event-item .event-photo {
    max-height: 320px;
  }

  .Upcoming_events h1 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow,
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    width: 28px;
    height: 28px;
    top: -65px;
    right: 25px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    right: 73px;
  }

  .Upcoming_events .event-item h3 {
    max-width: 158px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .Upcoming_events .event-item .event-photo {
    padding: 32px 24px;
  }

  .Upcoming_events .event-item .event-photo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Upcoming_events .event-item .event-photo div p:first-of-type {
    max-width: 56px;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 2px solid #fdca4a;
  }

  .Upcoming_events .event-item .event-photo div p:last-of-type {
    font-size: 23px;
    line-height: 32px;
  }

  .event-button {
    height: 56px;
  }

  .news {
    padding-bottom: 56px;
  }

  .news h2 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .news-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
  .news-content.slick-initialized.slick-slider .slick-next.slick-arrow {
    width: 28px;
    height: 28px;
    top: -64px;
    right: 25px;
  }

  .news-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
    right: 73px;
  }

  .news-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .news-item p {
    font-size: 14px;
    line-height: 24px;
  }

  .news-item .details {
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .header,
  .container,
  .main-item,
  .main-menu-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container p {
    font-size: 18px;
  }

  .popup-buttons-video {
    font-size: 14px;
  }

  .main-menu-item {
    padding: 12px 16px;
  }

  .main-menu-item a {
    height: auto;
    line-height: 16px;
    font-size: 12px;
  }

  .main-menu-item a div {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }

  .Training_Programs {
    padding-top: 30px;
    padding-bottom: 26px;
  }

  .Training_Programs .container h2 {
    max-width: 294px;
    font-size: 28px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .training-item {
    max-width: 160px;
  }

  .all-progran::before {
    right: 43px;
  }

  .training-item div {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    p:first-of-type {
    height: auto;
    font-size: 14px;
    line-height: 21px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    p:last-of-type {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    .all-progran {
    font-size: 12px;
    line-height: 20px;
  }

  .Training_Programs .container .training-container .training-item a svg {
    margin-left: 7px;
    width: 5px;
    height: 8px;
  }

  .photo-main {
    height: 280px;
    margin-bottom: 16px;
  }

  .photo-container {
    margin-top: 0;
  }

  .photo {
    height: 130px;
  }

  .all-right a svg {
    margin-top: 7px;
  }
}

@media (max-width: 420px) {
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow,
  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-prev.slick-arrow {
    width: 24px;
    height: 24px;
    top: -65px;
    right: 66px;
  }

  .event-content.slick-initialized.slick-slider.slick-dotted
    .slick-next.slick-arrow {
    right: 25px;
  }

  .slick-prev slick-arrow.slick-disabled {
    opacity: 0.5;
  }
}

@media (max-width: 400px) {
  .event-content .slick-track {
    left: 0px;
  }

  .Upcoming_events .event-item .event-photo {
    max-width: 290px;
  }

  .news-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
  .news-content.slick-initialized.slick-slider .slick-next.slick-arrow {
    width: 24px;
    height: 24px;
  }

  .news-content.slick-initialized.slick-slider .slick-prev.slick-arrow::before,
  .news-content.slick-initialized.slick-slider .slick-next.slick-arrow::before {
    top: 39%;
  }

  .news-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
    right: 66px;
  }

  .footer-right-contact {
    max-width: 52%;
  }

  .footer-right-item {
    max-width: 48%;
  }
}

@media (max-width: 375px) {
  .event-content .slick-track {
    left: 0px;
  }
}

@media (max-width: 374px) {
  .main-menu-item a {
    font-size: 11px;
  }

  .training-item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .training-item:nth-of-type(even) {
    margin-right: auto;
  }

  .training-item:nth-of-type(odd) {
    margin-left: auto;
  }

  .all-progran::before {
    top: 30%;
    right: -17px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    p:first-of-type {
    font-size: 16px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    p:last-of-type,
  .Training_Programs
    .container
    .training-container
    .training-item
    .all-progran {
    font-size: 13px;
  }

  .student .container h2,
  .support-study .container h2 {
    font-size: 25px;
  }

  .student-button,
  .support-button {
    height: 48px;
    font-size: 13px;
  }

  .Upcoming_events h2 {
    font-size: 23px;
  }

  .item-photo {
    height: 280px;
  }

  .all-news {
    height: 50px;
    font-size: 13px;
  }

  .video-galery .container {
    padding-right: 20px;
  }

  .video-photo {
    width: 100%;
  }

  .video-item,
  .video-item,
  .video-item:first-of-type,
  .video-container .video-item:nth-of-type(2),
  .video-container .video-item:nth-of-type(4) {
    margin-left: 5px;
    margin-right: 5px;
  }

  .photo-galery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .photo-galery .container h2 {
    margin-bottom: 20px;
  }

  .video-button,
  .photo-button {
    height: 50px;
  }

  .footer-right-item {
    margin-top: 26px;
  }

  .all-right p:first-of-type {
    margin-bottom: 22px;
  }

  .all-right p {
    text-align: center;
  }

  .all-right p svg {
    margin-top: 15px;
  }
}

@media (max-width: 360px) {
  .training-container .row {
    width: 100%;
  }

  .video-photo,
  .video-photo-first {
    height: 270px;
  }

  .photo-main {
    height: 250px;
  }

  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*popup*/
body.popup-active-overflow {
  overflow: hidden;
}

.popup-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1010;
}

.popup-block::-webkit-scrollbar {
  width: 0;
}

.popup-block.popup-active {
  display: block;
}

.popup-container {
  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;
  height: 100%;
  overflow: auto;
}

.popup {
  position: relative;
  margin: 1%;
  background-color: transparent;
}

.popup-close {
  position: relative;
  margin: 0 -2rem 0.625rem auto;
  width: 1.625rem;
  height: 1.625rem;
  cursor: pointer;
}

.popup-close:after,
.popup-close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -0.4375rem;
  width: 0.875rem;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.popup-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-video-content iframe {
  width: 53.125rem;
  height: 29.95rem;
}

@media screen and (max-width: 991px) {
  .popup-video-content iframe {
    width: 630px;
    height: 356px;
  }
}

@media screen and (max-width: 750px) {
  .popup-video-content iframe {
    width: 490px;
    height: 276px;
  }
}

@media screen and (max-width: 575px) {
  .popup-video-content iframe {
    width: 360px;
    height: 204px;
  }
}

@media screen and (max-width: 420px) {
  .popup-close {
    margin: 0 -8px 10px auto;
  }

  .popup-video-content iframe {
    width: 310px;
    height: 176px;
  }
}

.schedule-demo-iframe {
  width: 100%;
  height: 400px;
  height: 80vh;
}

@media screen and (max-width: 991px) {
  .schedule-demo-iframe {
    height: 100%;
    height: 100vh;
  }
}

/*popup end*/

/*Main_scren_Program_Page*/

.main.program {
  background-image: url(../image/program-page-photo/Main/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main.program .container {
  margin-top: 0;
}

.main.program h1 {
  max-width: 577px;
}

.main.program p {
  max-width: 489px;
}
.main.program.align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main.program.align-bottom .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main.program.align-bottom .container h1,
.main.program.align-bottom .container p {
  text-align: left;
}
.main.program.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main.program .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main.program .container h1,
.main.program .container p {
  /*   text-align: center; */
}

/*Block_About_program*/

.about-program {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-video-container {
  max-width: 1028px;
  width: 100%;
  position: relative;
  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;
  margin: 0 auto;
  margin-bottom: 184px;
}

.about-video {
  /* border-radius: 32px; */
  max-width: 1028px;
  width: 100%;
  border: 3px solid #202c53;
}

.about-video-container span {
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-community article {
  margin: 100px auto 25px;
}

.about-program-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;

  /* 	border: 20px solid lightblue;
    padding-top: 50px;
    padding-left: 10px; */
}

.about-program-container-item-margined {
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
}

.about-video-container span:hover {
  opacity: 0.7;
  background: #fdc84a;
}

.about-video-container span:hover svg path {
  opacity: 1;
  fill: #fff;
}

.about-program-container-item:not(:last-of-type) {
  margin-bottom: 130px;
}

.about-program-container-item:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-program-container-item:nth-of-type(3) .content-photo::before {
  content: "";
  left: auto;
  right: -64px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(130, 159, 255, 0.2)),
    to(rgba(130, 159, 255, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  border-radius: 16px 16px 0px 0px;
}

.about-program-container-item:nth-of-type(odd) {
  flex-direction: row;
}

.about-program-container-item:nth-of-type(odd) .content-video {
  margin-left: 30px;
}

.about-program-container-item:nth-of-type(odd) .content-video::before {
  content: "";
  left: -64px;
  right: auto;
  background: linear-gradient(
    180deg,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  /* border-radius: 16px 16px 0px 0px; */
}

.about-program-container-item:nth-child(even) .content-photo::before {
  content: "";
  left: auto;
  right: -35px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(130, 159, 255, 0.2)),
    to(rgba(130, 159, 255, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  border-radius: 0px;
  /* border-radius: 16px 16px 0px 0px; */
}

@media (max-width: 1250px) {
  .about-program-container-item:nth-of-type(odd) .content-video::before {
    margin-right: 0;
  }

  .about-program-container-item:nth-of-type(odd) .content-video {
    margin-left: 50px;
  }
}

@media (max-width: 960px) {
  .about-program {
    padding-top: 147px;
  }
}

@media (max-width: 680px) {
  .about-program {
    padding-top: 123px;
  }
}

@media (max-width: 426px) {
  .content-video::before {
    max-width: 196px;
    width: 100%;
    height: 221px;
  }
}

@media (max-width: 360px) {
  .about-program-container-item:nth-of-type(odd) .content-video {
    margin-left: 7px;
  }

  .about-program-container-item:nth-of-type(odd) .content-video::before {
    left: -20px;
  }
}

.content-photo {
  margin-left: 40px;
  margin-right: 30px;
}

.content-photo img {
  max-width: 477px;
  width: 100%;
  min-width: 330px;
  min-height: 249px;
}

.content-photo-nodecor {
  margin-left: 0;
  margin-right: 0;
}

.content-photo-nodecor img {
  max-width: 477px;
  width: 100%;
  min-width: 330px;
  min-height: 249px;
}

.content-photo,
.content-video {
  position: relative;
}

.content-photo::before,
.content-video::before {
  content: "";
  max-width: 318px;
  width: 100%;
  height: 357px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(253, 200, 74, 0.25)),
    to(rgba(253, 200, 74, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(253, 200, 74, 0.25) 0%,
    rgba(253, 200, 74, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(253, 200, 74, 0.25) 0%,
    rgba(253, 200, 74, 0) 100%
  );
  border-radius: 0;
  position: absolute;
  top: -67px;
  left: -64px;
  z-index: -1;
}

.content-video img {
  max-width: 477px;
  width: 100%;
  min-width: 330px;
  min-height: 249px;
}

.content-video .content-video-button {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.content-video .content-video-button:hover {
  background-color: rgba(253, 200, 74, 0.7);
}

.content-video .content-video-button svg path {
  transition: 0.3s;
}

.content-video .content-video-button:hover svg path {
  fill: #fff;
}

.content-text {
  max-width: 479px;
  width: 100%;
  margin-top: -35px;
  margin-right: 30px;
  font-family: "Roboto";
}

.content-header-nodecor {
  margin-top: 0;
}

.content-text-nomargin {
  margin-top: 0 !important;
  margin-right: 0 !important;
}

.content-text h3 {
  width: 80%;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #30485f;
}

.content-text ul {
  list-style-type: none;
  padding-left: 0;
}

.content-text ul li {
  width: 90%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: inherit;
  position: relative;
}

.content-text ul li:not(:last-of-type) {
  margin-bottom: 8px;
}

/*Result-Block*/

.result {
  width: 100%;
  background: #f4f9ff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.result::after {
  content: "";
  background-image: url(../image/program-page-photo/block-result/Ellipse%20279.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 900px;
  width: 100%;
  height: 716px;
  position: absolute;
  top: 0;
  left: 0;
}

.result-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.result-content .row {
  margin-left: 15px;
  margin-right: 15px;
  width: 25%;
  min-width: 393px;
  margin-bottom: 30px;
}

.result-item {
  width: 100%;
  min-width: 393px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  /* border-radius: 16px; */
  padding: 40px 30px;
  align-content: flex-start;
}

.result-logo {
  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;
  width: 56px;
  height: 56px;
  background: rgba(253, 200, 74, 0.2);
  border-radius: 14px;
  margin-bottom: 24px;
}

.result-item h4 {
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #30485f;
}

.result-item ul {
  list-style-type: none;
  padding-left: 33px;
}

.result-item ul li {
  margin: 0;
  margin-bottom: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444;
  opacity: 0.8;
  position: relative;
}

.result-item ul li::before {
  content: "";
  height: 6.311737060546875px;
  width: 11.995798110961914px;
  border-top: 0.1rem solid #fdc84a;
  border-right: 0.1rem solid #fdc84a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  left: -30px;
}

/*training program*/

.training-program {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.training-program .training-program-menu {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 64px;
}

.training-program .training-program-menu li {
  max-width: 180px;
  width: 100%;
  min-width: 165px;
  height: 56px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(48, 72, 95, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #30485f;
}

.training-program .training-program-menu li:hover {
  background-color: #30485f;
  color: #fff;
}

.training-menu-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}

.training-menu-block:not(:nth-of-type(2)) {
  display: none;
}

.training-menu-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1028px;
  width: 100%;
  padding: 10px 22px;
  background: #f4f9ff;
  /* border-radius: 8px; */
  cursor: pointer;
  margin: 0 auto;
}

.training-menu-block li:not(:last-of-type) {
  margin-bottom: 16px;
}

.training-menu-block li h4 {
  width: 97%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #30485f;
  margin: 0;
  margin-bottom: 16px;
  position: relative;
}

.training-menu-block li span,
.Teachers-content-item span,
.Teachers-content-desctop a span,
.all-teachers span,
.enroll-text span {
  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;
  position: relative;
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.Teachers-content-item span,
.all-teachers span,
.enroll-text span {
  margin-left: 5px;
  margin-bottom: 15px;
}

.training-menu-block li span::before,
.training-menu-block li span::after,
.Teachers-content-item span::before,
.Teachers-content-item span::after,
.Teachers-content-desctop a span::before,
.Teachers-content-desctop a span::after,
.all-teachers span::before,
.all-teachers span::after,
.enroll-text span::before,
.enroll-text span::after {
  content: "";
  width: 2px;
  height: 6px;
  background: #30485f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.training-menu-block li span::after,
.Teachers-content-item span::after,
.Teachers-content-desctop a span::after,
.all-teachers span::after,
.enroll-text span::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 11px;
}

.Teachers-content-item span::after,
.Teachers-content-desctop a span::after,
.enroll-text span::after {
  top: 18px;
}

.Teachers-content-item span::before,
.Teachers-content-desctop a span::before,
.enroll-text span::before {
  top: 14px;
  right: 11px;
}

.training-menu-block li.active span,
.Teachers-content-item.active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.all-teachers span::before {
  top: 5px;
  right: 11px;
}

.Teachers-content-desctop a {
  margin: 0 auto;
  margin-top: 18px;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

/*

.training-menu-block li h4::before{
  transform: rotate(45deg);
}

.training-menu-block li h4::after{
  transform: rotate(135deg);
}

*/

.training-menu-block li p {
  display: none;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444;
  opacity: 0.8;
}

/*Teachers*/

.Teachers {
  width: 100%;
  padding-bottom: 50px;
}

.Teachers-content-desctop,
.Teachers-content-tablet-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.Teachers-content-tablet-mobile.slick-initialized.slick-slider.slick-dotted {
  display: none;
}

.Teachers-content-item {
  min-width: 605px;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f9ff;
  /* border-radius: 16px; */
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px;
  margin-bottom: 32px;
}

.Teachers-content-item img {
  margin-right: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 150px;
  max-height: 150px;
}

.teachers-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.Teachers-content-item h4 {
  margin: 0;
  margin-bottom: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #30485f;
}

.Teachers-content-item p {
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  opacity: 0.8;
}

/*.Teachers-content-item p:last-of-type{
  margin-bottom: 32px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 1;
}*/

.Teachers-content-item a,
.coment-item a {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.Teachers-content-item a:hover,
.coment-item a:hover {
  color: #8fbbd9;
}

.Teachers-content-item a:hover span::before,
.Teachers-content-item a:hover span::after {
  background: #8fbbd9;
}

.Teachers .container .all-teachers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: 16px;
}

.Teachers .container .all-teachers:hover {
  color: #8fbbd9;
}

.Teachers .container .all-teachers:hover span::before,
.Teachers .container .all-teachers:hover span::after {
  background: #8fbbd9;
}

/*Advantages_program*/

.Advantages_program {
  width: 100%;
  padding-bottom: 100px;
}

.Advantages_program-container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 69px;
  padding-bottom: 74px;
  position: relative;
}

.Advantages_program-container img {
  position: absolute;
  min-width: 320px;
  width: 100%;
  min-height: 517px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1;
}

.Advantages_program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  max-width: 460px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(32, 44, 83, 0.05);
  box-shadow: 0px 4px 20px rgba(32, 44, 83, 0.05);
  /* border-radius: 16px; */
  margin-bottom: 30px;
}

.Advantages_program-item:first-of-type {
  margin-left: -35px;
  margin-right: 50px;
}

.Advantages_program-item:last-of-type {
  margin-left: 50px;
}

.Advantages_program-item div {
  min-width: 56px;
  height: 56px;
  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;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #30485f;
  margin-right: 24px;
  background: #f3b745;
  /* border-radius: 14px; */
}

.Advantages_program-item p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
}

/*Enroll-block*/

.enroll-training {
  width: 100%;
  padding-bottom: 10px;
}

.enroll-training .container h2 {
  margin-bottom: 32px;
}

.enroll-training .container p {
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #30485f;
  opacity: 0.5;
}

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

.enroll-item {
  max-width: 1030px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 90px;
}

.enroll-item:nth-of-type(2),
.enroll-item:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.enroll-step-icon {
  width: 100px;
  min-width: 100px;
  margin-right: 71px;
  margin-left: 71px;
  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;
  height: 100px;
  background-color: rgba(243, 183, 69, 0.2);
  border-radius: 50%;
  position: relative;
}

.enroll-step-icon::after {
  content: "";
  width: 1px;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  height: 202px;
  position: absolute;
  top: 124px;
}

/* .enroll-item:nth-of-type(4) .enroll-step-icon::after,
.enroll-item:nth-of-type(7) .enroll-step-icon::after{
  display: none;
} */
.enroll-item:nth-of-type(6) {
  padding-top: 75px;
}
.enroll-item:nth-of-type(2) .enroll-step-icon,
.enroll-item:nth-of-type(4) .enroll-step-icon {
  margin-left: 71px;
  margin-right: 0;
}
.enroll-item:nth-of-type(6) .enroll-step-icon,
.enroll-item:nth-of-type(8) .enroll-step-icon {
  margin-left: 0px;
  margin-right: 71px;
}
.enroll-step-icon span {
  width: 64px;
  min-width: 64px;
  height: 64px;
  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;
  background: #f3b745;
  border-radius: 50%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #30485f;
}

.enroll-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enroll-item:nth-of-type(2) .enroll-text-content,
.enroll-item:nth-of-type(4) .enroll-text-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.enroll-text {
  max-width: 393px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.enroll-text h4 {
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #30485f;
}

.enroll-training .container .enroll-content .enroll-item .enroll-text p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #444;
  text-align: left;
  opacity: 0.8;
}

.enroll-text a {
  margin-top: 24px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.enroll-text a:hover {
  color: #8fbbd9;
}

.enroll-text a:hover span::before {
  background-color: #8fbbd9;
}

.enroll-text a:hover span::after {
  background-color: #8fbbd9;
}

.enroll-text span::before,
.enroll-text span::after {
  height: 8px;
}

.enroll-text span::before {
  top: 11px;
}

.enroll-text span::after {
  top: 16px;
}

/*Block-coment*/

.coment {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.coment-content {
  margin-left: -15px;
}

.coment .container h2 {
  text-align: left;
}

.coment-item {
  width: 100%;
  min-height: 40vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 32px;
  background: #f2f6f9;
  /* border-radius: 16px; */
  margin-left: 16px;
  margin-right: 16px;
  outline: none;
}

.coment-item a {
  text-decoration: none;
}

.coment-item p::before {
  content: "";
  position: absolute;
  top: -48px;
  background-image: url(../image/program-page-photo/block-coments/coment-item.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 38px;
}

.coment-item p {
  margin: 0;
  margin-top: 56px;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #30485f;
  position: relative;
}

.coment-item-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.coment-item-user .user-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.coment-item-user div h4 {
  margin: 0;
  margin-bottom: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #30485f;
}

.coment-item-user div p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.5;
}

.coment-item-user div p::before {
  width: 0;
  height: 0;
}

.read-all {
  margin-top: 10px;
  text-align: right;
}

.coment-content.slick-initialized.slick-slider .slick-prev.slick-arrow,
.coment-content.slick-initialized.slick-slider .slick-next.slick-arrow {
  top: -108px;
}

.coment-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
  right: 200px;
}

.coment-content.slick-initialized.slick-slider .slick-next.slick-arrow {
  right: 136px;
}

.coment-content.slick-initialized.slick-slider .slick-prev.slick-arrow::before,
.coment-content.slick-initialized.slick-slider .slick-next.slick-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}

/*Contact*/

.contact {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.contact .container h2 {
  padding-top: 100px;
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.contact-item {
  width: 30.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
  background: #ffffff;
  /* border-radius: 16px; */
}

.contact-item h3 {
  width: 100%;
  margin: 0;
  margin-bottom: 48px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #30485f;
}

.contact-item:last-of-type a {
  height: 32px;
}

.contact-item h4 {
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #30485f;
}

.contact-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 252px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #444;
  opacity: 0.8;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-item a:hover {
  color: #8fbbd9;
}

.contact-item a div {
  width: 17px;
  height: 17px;
  margin-right: 20px;
}

.contact-item svg {
  margin-top: 10px;
}

.contact-item a:not(:last-of-type) {
  margin-bottom: 16px;
}

/*Adapt*/

@media (max-width: 1440px) {
  .coment .container {
    margin-right: 0;
    margin-left: 100px;
    max-width: 1340px;
  }
}

@media (max-width: 1250px) {
  .main.program {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-video {
    margin-right: 50px;
  }

  .content-text h3 {
    font-size: 28px;
  }

  .content-text li {
    font-size: 16px;
  }

  .result-content .row {
    width: 45%;
  }

  .training-program .training-program-menu li {
    min-width: 165px;
  }

  .Teachers-content-item {
    min-width: 465px;
    width: 45%;
    padding: 20px;
  }

  .Teachers-content-item h4 {
    font-size: 20px;
  }

  .Teachers-content-item p {
    font-size: 15px;
  }

  .Teachers-content-item p {
    height: 48px;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .Teachers-content-item span,
  .Teachers-content-desctop a span {
    margin-left: 5px;
  }

  .Teachers-content-item a {
    font-size: 13px;
  }

  .Advantages_program-item:first-of-type {
    margin-right: 40px;
  }

  .Advantages_program-item {
    max-width: 430px;
  }

  .Advantages_program-item p {
    font-size: 15px;
  }

  .coment .container {
    padding-right: 0;
    max-width: 1240px;
  }

  .contact-item {
    padding: 35px 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .enroll-step-icon {
    position: absolute;
    left: 41%;
    -webkit-transform: translateX(-41%);
    -ms-transform: translateX(-41%);
    transform: translateX(-41%);
  }

  coment-content slick-initialized slick-slider {
    max-width: 1240px;
    width: 100%;
  }

  .coment-content.slick-initialized.slick-slider .slick-next.slick-arrow {
    right: 30px;
  }

  .coment-content.slick-initialized.slick-slider .slick-prev.slick-arrow {
    right: 102px;
  }

  .coment .container {
    margin-left: 0px;
  }
}

@media (max-width: 1024px) {
  .header-menu-mobile {
    display: block !important;
  }

  .main.program h1 {
    font-size: 52px;
    line-height: 58px;
  }

  .main.program p {
    font-size: 19px;
    line-height: 30px;
  }

  .training-menu-block li h4 {
    width: 90%;
  }

  .result-content .row {
    min-width: 339px;
  }

  .result-item {
    min-width: 339px;
    padding: 30px 25px;
  }

  .result-item h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .result-item ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .training-menu-block li h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .training-menu-block li p {
    font-size: 16px;
    line-height: 26px;
  }

  .Advantages_program-item:first-of-type {
    margin-left: 0;
  }

  .Advantages_program-item:nth-of-type(3) {
    margin-left: 35px;
  }

  .Advantages_program-item:last-of-type {
    margin-left: 40px;
  }

  .Teachers-content-desctop {
    display: none;
  }

  .Teachers-content-tablet-mobile.slick-initialized.slick-slider.slick-dotted {
    display: block;
  }

  .Teachers-content-item.slick-slide {
    min-width: 1px;
  }

  .Teachers .container .all-teachers {
    margin-top: 32px;
  }

  .Teachers-content-item span::before,
  .Teachers-content-desctop a span::before,
  .all-teachers span::before {
    top: 13px;
  }

  .Teachers-content-item span::after,
  .Teachers-content-desctop a span::after,
  .all-teachers span::after {
    top: 9px;
  }

  .Teachers-content-item span,
  .Teachers-content-desctop a span,
  .all-teachers span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .Teachers-content-item img {
    margin-bottom: 20px;
  }

  .Advantages_program-item {
    max-width: 400px;
  }

  .Training_Programs .container h2,
  .Training_Programs .container h1,
  .about-program .container h2,
  .result .container h2,
  .training-program .container h2,
  .Teachers .container h1,
  .Advantages_program .container h2,
  .enroll-training .container h2,
  .coment .container h2,
  .contact .container h2,
  .Support .container h2,
  .We-collect .container h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .coment-item p {
    font-size: 18px;
    line-height: 32px;
  }

  .contact-item a {
    font-size: 18px;
    line-height: 30px;
  }

  .coment-content.slick-initialized.slick-slider.slick-dotted .slick-dots {
    margin-top: 32px;
  }

  .Teachers-content-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 960px) {
  .content-text h3 {
    width: 100%;
    font-size: 24px;
  }

  .content-text li {
    width: 100%;
    font-size: 14px;
  }

  .about-program,
  .result,
  .training-program,
  .Advantages_program,
  .enroll-training {
    padding-top: 80px;
  }

  .enroll-training {
    padding-bottom: 100px;
  }

  .about-program .container h2 {
    margin-bottom: 33px;
    font-size: 36px;
    line-height: 46px;
  }

  .teachers-text-content {
    min-height: 258px;
  }

  .Advantages_program-item {
    max-width: 375px;
    padding: 20px;
  }

  .Advantages_program-item p {
    font-size: 14px;
  }

  .enroll-item {
    margin-left: 100px;
  }

  .enroll-step-icon {
    left: 0;
    -webkit-transform: translatex(-50px);
    -ms-transform: translatex(-50px);
    transform: translatex(-50px);
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .enroll-step-icon span {
    min-width: 34px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .enroll-text-content {
    margin-left: 30px;
  }

  .enroll-item:nth-of-type(2) .enroll-text-content,
  .enroll-item:nth-of-type(4) .enroll-text-content {
    margin-right: 30px;
    margin-left: 0;
    min-width: 300px;
  }

  .contact-item {
    padding: 20px;
    width: 45%;
    margin-bottom: 40px;
    min-height: 290px;
  }
}

@media (max-width: 860px) {
  .Advantages_program-item {
    max-width: 329px;
    padding: 20px;
  }

  .Advantages_program-item:nth-of-type(3) {
    margin-left: 10px;
  }

  .Advantages_program-item:first-of-type {
    margin-right: 20px;
  }

  .Advantages_program-item:last-of-type {
    margin-left: 20px;
  }

  .enroll-item img {
    max-width: 300px;
    max-height: 250px;
  }

  .enroll-step-icon::after {
    top: 95px;
  }

  .enroll-training .container p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 44px;
  }

  .enroll-item {
    margin-bottom: 70px;
  }

  .enroll-item:last-of-type {
    margin-bottom: 0;
  }

  .enroll-text h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .enroll-training .container .enroll-content .enroll-item .enroll-text p {
    font-size: 16px;
    line-height: 30px;
  }

  .enroll-text a {
    font-size: 13px;
  }

  .coment-item svg {
    width: 34px;
    height: 28px;
  }

  .coment-item p {
    font-size: 16px;
    line-height: 30px;
  }

  .contact {
    padding-bottom: 80px;
  }

  .contact .container h2 {
    padding-top: 80px;
    margin-bottom: 44px;
  }

  .contact-item h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .contact-item h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .contact-item a {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .content-photo-nodecor {
    order: 1;
  }

  .content-text-nomargin {
    order: 2;
  }

  .content-photo {
    margin-left: 40px;
    margin-right: 30px;
  }

  .content-photo img {
    min-width: 280px;
    min-height: 209px;
  }

  .content-video {
    margin-right: 40px;
  }

  .content-video img {
    min-width: 280px;
    min-height: 209px;
  }

  .result-content .row {
    min-width: 290px;
  }

  .result-item {
    min-width: 290px;
  }

  .result-item ul li {
    font-size: 14px;
  }

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

  .training-program .training-program-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 585px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 18px;
  }

  .training-program .training-program-menu li {
    max-width: 240px;
  }

  .training-program-menu li {
    margin-bottom: 30px;
  }

  .Advantages_program-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Advantages_program-item {
    max-width: 294px;
  }

  .enroll-item img {
    max-width: 230px;
    height: 200px;
  }
}

@media (max-width: 680px) {
  .about-program,
  .result,
  .training-program {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .about-program-container-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-video {
    width: 100%;
    margin-right: 65px;
  }

  .content-text {
    margin-top: 32px;
    margin-right: 0;
  }

  .result-content .row {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .result-item {
    padding: 32px 24px;
  }

  .result-item h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .result-item ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .Advantages_program-item {
    max-width: 400px;
  }

  .Advantages_program-container {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .Advantages_program-item:first-of-type,
  .Advantages_program-item:nth-of-type(3),
  .Advantages_program-item:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }

  .enroll-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .enroll-item img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }

  .enroll-item:nth-of-type(2),
  .enroll-item:nth-of-type(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .enroll-text {
    max-width: 100%;
  }

  .enroll-step-icon {
    left: -120px;
    top: 50%;
  }

  .enroll-step-icon::after {
    height: 315px;
    top: 135px;
  }
}

@media (max-width: 610px) {
 .main.program {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    background-image: url(../image/program-page-photo/Main/background-mobile.png);
  }
  .main-program a:first-of-type,
  .main.program a {
    bottom: 35px !important;
  }
  .main.program .container {
    margin-top: -10% !important;
  }
  .main.program h1 {
    margin-bottom: 0;
    min-width: 100%;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
  }

  .main.program p {
    padding-top: 0px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0px;
  }

  .main.program a {
    /* 	  padding-top:35px; */
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
  }

  .content-photo::before {
    content: "";
    max-width: 270px;
    height: 300px;
  }

  .about-program .container h2,
  .result .container h2,
  .training-program .container h2,
  .Teachers .container h1,
  .Advantages_program .container h2 {
    margin-bottom: 33px;
    font-size: 28px;
    line-height: 40px;
  }

  .Advantages_program {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .about-video-container {
    margin-bottom: 120px;
  }

  .about-program-container-item:not(:last-of-type) {
    margin-bottom: 120px;
  }

  .content-text h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .content-text li {
    font-size: 16px;
    line-height: 24px;
  }

  .about-video {
    min-width: 335px;
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-photo img {
    min-width: 295px;
    min-height: 235px;
  }

  .training-program .training-program-menu li {
    max-width: 180px;
    font-size: 12px;
    line-height: 18px;
  }

  .training-menu-block li h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .training-menu-block li p {
    font-size: 14px;
    line-height: 21px;
	padding-bottom: 5px;
  }

  .training-menu-block li span::before,
  .training-menu-block li span::after {
    height: 7px;
  }

  .training-menu-block li span::after {
    right: 11px;
  }

  .training-menu-block li {
    padding: 20px 16px;
  }

  .training-menu-block li:not(:last-of-type) {
    margin-bottom: 12px;
  }

  .enroll-item img {
    max-width: 260px;
    max-height: 200px;
  }

  .enroll-item {
    margin-left: 70px;
  }

  .enroll-step-icon {
    margin-left: 71px;
    margin-right: 0;
  }

  .enroll-text-content {
    margin-left: 0;
  }

  .enroll-step-icon {
    left: -95px;
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  .contact-item {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 32px 24px;
  }

  .contact-item h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .contact-item h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .contact-item a {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 426px) {
  .main.program h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .main.program p {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .content-photo::before {
    max-width: 196.91px;
    height: 221.44px;
    top: -40px;
    left: -40px;
  }

  .about-program-container-item:nth-of-type(3) .content-photo::before {
    top: -40px;
    right: -40px;
  }

  .training-program .training-program-menu li {
    max-width: 165px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .result-content .row {
    max-width: 335px;
    width: 100%;
  }

  .Teachers-content-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 25px;
    /*     max-height: 450px; */
  }

  .Teachers-content-item img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .teachers-text-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 216px;
  }

  .Teachers-content-item h4 {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 8px;
  }

  .Teachers-content-item p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
  }

  .Teachers-content-item p:last-of-type {
    margin-bottom: 24px;
  }

  .Teachers-content-item a {
    font-size: 14px;
    height: 100%;
  }

  .Teachers-content-item span {
    margin-left: 0;
    margin-right: 0;
  }

  .Advantages_program-item div {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .Advantages_program-item:first-of-type,
  .Advantages_program-item:nth-of-type(3),
  .Advantages_program-item:last-of-type {
    margin-bottom: 16px;
  }

  .content-video::before {
    right: -44px;
  }

  .content-video {
    margin-right: 44px;
  }

  .enroll-training {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .Training_Programs .container h2,
  .Training_Programs .container h1,
  .about-program .container h2,
  .result .container h2,
  .training-program .container h2,
  .Teachers .container h1,
  .Advantages_program .container h2,
  .enroll-training .container h2,
  .coment .container h2,
  .contact .container h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: center;
  }

  .enroll-training .container h2 {
    margin-bottom: 16px;
  }

  .enroll-training .container p {
    font-size: 18px;
    line-height: 28px;
  }

  .enroll-item img {
    max-width: 232px;
    max-height: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .enroll-step-icon span {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 21px;
  }

  .enroll-text h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .enroll-training .container .enroll-content .enroll-item .enroll-text p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .enroll-text a {
    font-size: 14px;
    line-height: 20px;
  }

  .enroll-step-icon::after {
    top: 90px;
  }

  .coment-item.slick-slide {
    min-height: 350px !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 32px 24px;
  }

  .coment-item p::before {
    width: 24px;
    height: 20px;
    top: -40px;
  }

  .coment-item p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .coment-item-user .user-photo {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }

  .coment-item-user div h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px;
  }

  .coment-item-user div p {
    font-size: 12px;
    line-height: 18px;
  }

  .coment {
    padding-bottom: 56px;
  }

  .coment-content.slick-initialized.slick-slider.slick-dotted .slick-dots {
    margin-top: 16px;
  }

  .contact-item {
    width: 100%;
  }

  .enroll-item {
    max-width: 240px;
  }

  .enroll-item:nth-of-type(2) .enroll-text-content,
  .enroll-item:nth-of-type(4) .enroll-text-content {
    min-width: 240px;
  }

  .enroll-text span {
    width: 5px;
    height: 8px;
    right: -15px;
    top: -8px;
  }

  .contact {
    padding-bottom: 56px;
  }

  .contact .container h2 {
    padding-top: 56px;
  }

  .contact-item {
    max-width: 335px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .main.program h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .main.program p {
    font-size: 16px;
  }

  .about-video {
    min-width: 280px;
    min-height: 240px;
  }

  .content-photo img {
    min-width: 270px;
    min-height: 215px;
  }

  .content-video {
    margin-left: 10px;
  }

  .content-photo::before {
    left: -20px;
  }

  .about-program-container-item:nth-of-type(3) .content-photo::before {
    right: -20px;
  }

  .about-program-container-item:nth-of-type(3) .content-photo {
    margin-right: 10px;
  }

  .about-video-container {
    margin-bottom: 100px;
  }

  .content-video {
    margin-right: 7.5px;
  }

  .content-video::before {
    right: -20px;
    top: -45px;
  }

  .about-program-container-item:not(:last-of-type) {
    margin-bottom: 100px;
  }

  .result-content .row {
    max-width: 280px;
  }

  .training-program .training-program-menu li {
    max-width: 140px;
    min-width: 140px;
  }

  .Teachers-content-item a {
    font-size: 13px;
  }

  .enroll-item {
    margin-left: 55px;
  }

  .enroll-step-icon {
    left: -87px;
  }

  .coment .container h2 {
    font-size: 26px;
  }

  .contact-item {
    max-width: 280px;
  }

  .contact-item h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .contact-item h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .contact-item a {
    font-size: 16px;
  }

  .all-right a,
  .all-right p {
    text-align: center;
  }
}

/*Support-Page*/

.support-container {
  width: 100%;
}

.support-page {
  background: #f4f9ff;
  width: 100%;
  padding-top: 135px;
  padding-bottom: 50px;
}

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

.flex-support {
  max-width: 970px;
  width: 100%;
}

.support-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}

.item-container {
  width: 25%;
  margin-bottom: 30px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

.support-item {
  min-width: 220px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 15px;
  background: #ffffff;
  border: 2px solid #fdc84a;
  /* border-radius: 16px; */
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.support-item.active {
  opacity: 1;
}

.support-item:hover {
  -webkit-box-shadow: 0 0 10px 0 #202c53;
  box-shadow: 0 0 10px 0 #202c53;
}

.support-icon {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  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;
  background-color: rgba(243, 183, 69, 0.2);
  border-radius: 50%;
  margin-bottom: 16px;
}

.support-item p {
  width: 100%;
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #30485f;
}

/*Colect*/

.we-collect {
  width: 100%;
  padding-bottom: 90px;
}

.We-collect {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 50px;
}

.collect-image {
  max-width: 1028px;
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  margin-bottom: 64px;
  border-radius: 16px;
}

.collect-image img {
  max-width: 1028px;
  width: 100%;
  border-radius: 16px;
}

.collect-content {
  max-width: 1028px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.collect-text {
  width: 393px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collect-text p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: rgba(48, 72, 95, 0.5);
}

.collect-text p:first-of-type {
  margin-bottom: 16px;
}

.collect-counter {
  max-width: 423px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f9ff;
  /* border-radius: 16px; */
  padding: 40px 32px;
  color: rgba(48, 72, 95, 0.4);
}

.collect-counter .collect-button {
  margin: 0 auto;
  max-width: 359px;
  width: 100%;
  max-height: 56px;
  padding: 18px;
  background: #30485f;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.collect-counter .collect-button:hover {
  background: #325187;
}

.collect-counter p {
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.collect-counter-head,
.collect-counter-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.collect-counter-head p:first-of-type {
  font-family: "Roboto";
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #30485f;
}

.collect-counter-head p:last-of-type {
  width: auto;
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #30485f;
}

.counter {
  width: 359px;
  height: 8px;
  /* border-radius: 8px; */
  background-color: rgba(48, 72, 95, 0.1);
  margin-bottom: 16px;
}

.scale {
  width: 53px;
  height: 8px;
  background-color: #f3b745;
  /* border-radius: 4px; */
}

.collect-counter-footer {
  margin-bottom: 24px;
}

.collect-counter-footer p {
  width: auto;
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  color: rgba(48, 72, 95, 0.4);
}

/*collect-diagrama*/

.collect-diagrama {
  width: 100%;
  padding-bottom: 90px;
}

.collect-diagrama .container h2 {
  margin-bottom: 32px;
}

.collect-diagrama p {
  max-width: 736px;
  margin: 0 auto;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: rgba(48, 72, 95, 0.5);
}

.collect-diagrama p:last-of-type {
  max-width: 1028px;
  text-align: left;
  margin-bottom: 0;
}

.diagrama {
  max-width: 1028px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f2f6f9;
  /* border-radius: 16px; */
  padding: 80px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.diagrama-img {
  max-width: 344px;
  height: 344px;
  margin-right: 20px;
  position: relative;
}

.diagrama-img img {
  min-width: 50px;
  max-width: 100%;
}

/*.diagrama-img::before{
  content: "2 Млн";
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #30485F;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 45%;
}*/

/*.diagrama-img::after{
  content: "Гривень";
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(48, 72, 95, 0.4);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 52%;
}*/

.diagrama-img p {
  font-weight: 600;
  font-size: 24px;
  color: #2b3966;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px !important;
}

.diagrama ul {
  margin: 0;
}

.diagrama ul li {
  list-style-type: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #30485f;
  margin: 0;
}

.diagrama ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}

.diagrama ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(48, 72, 95, 0.1);
}

.diagrama ul li div {
  min-width: 16px;
  height: 16px;
  margin-right: 24px;
  margin-top: 0;
}

.diagrama ul li p {
  margin: 0;
  margin-left: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 72, 95, 0.5);
  text-align: left;
}

/*Whoo/How*/

.whoo_how {
  width: 100%;
  padding-bottom: 90px;
}

.whoo {
  max-width: 1028px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.whoo-text-content {
  max-width: 1028px;
  width: 100%;
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  margin-right: 30px;

  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444;
}

.whoo-text-content h2,
.whoo-image h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
  margin: 0;
  margin-bottom: 32px;
}

.whoo-text-content p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444;
}

.whoo-text-content p:first-of-type {
  margin-bottom: 16px;
}

.whoo-image {
  max-width: 500px;
  width: 100%;
  height: 524px;
  margin-right: 20px;
}

.whoo-image h2 {
  display: none;
}

.whoo-image img {
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
  border-radius: 16px;
}

/*help*/

.help {
  width: 100%;
  padding-bottom: 0px;
}

.help .container h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #30485f;
  margin: 0;
  margin-bottom: 32px;
}

.help .container p {
  max-width: 496px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: rgba(48, 72, 95, 0.5);
}

.help-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.help-item-container {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.help-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  background: #f2f6f9;
  /* border-radius: 16px; */
}

.help_icon {
  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;
  margin-right: 24px;
  width: 56px;
  height: 56px;
  background: rgba(243, 183, 69, 0.1);
  border-radius: 14px;
}

.help-text-content {
  max-width: 420px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.help-text-content h4 {
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.help .container .help-text-content p {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: rgba(48, 72, 95, 0.5);
}

.help-text-content .help-button {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  width: 220px;
  height: 56px;
  margin-top: auto;
  background: #30485f;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  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;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.help-text-content a:hover {
  background: #325187;
}

/*support-progect*/

.support-progect {
  width: 100%;
}

.support-progect .container h2 {
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #30485f;
}

.payment {
  max-width: 768px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 49px;
}

.payment a {
  max-width: 180px;
  width: 100%;
  height: 56px;
  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;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 15px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(32, 44, 83, 0.5);
  color: #30485f;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.payment a.active {
  background: #30485f;
  color: #fff;
}

.payment-form {
  display: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* background: #F3B745; */
  /* border-radius: 16px; */
  padding: 80px 106px;
}

.payment-form.active {
  display: block;
}

.payment-form a {
  text-decoration: none;
}

.payment-form a input {
  text-align: center;
}

.payment-left {
  min-width: 541px;
  width: 100%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 541px;
  background: #ffffff;
  /* border-radius: 16px; */
  padding: 28px 32px 24px 25px;
}

.payment-left .payment-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(32, 44, 83, 0.1);
}

.payment-data div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}

.payment-data label {
  margin-left: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #202c53;
  position: relative;
}

.payment-data div input {
  width: 16px;
  height: 16px;
  opacity: 0.2;
  border: 2px solid #202c53;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  visibility: hidden;
}

.payment-data div input:focus,
.payment-data div input:active,
.payment-data div input:checked {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-offset: 0;
  border: 0;
  outline: none;
  opacity: 1;
  background-image: url(../image/Page-Support/input-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
}

.payment-data label::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  top: 17%;
  left: -31px;
  opacity: 0.2;
  border: 2px solid #202c53;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.payment-data input:checked + label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  outline-offset: 0;
  border: 0;
  outline: none;
  opacity: 1;
  background-image: url(../image/Page-Support/input-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.payment-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.payment-sum-radio {
  min-width: 282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.payment-sum-radio div {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.payment-sum-radio div input {
  position: absolute;
  left: -999px;
}

.payment-sum-radio div input:checked + label,
.payment-sum-radio div input:checked + label span {
  background: #202c53;
  color: #fff;
}

.payment-sum-radio div label {
  width: 84px;
  height: 40px;
  background: #fff;
  /* border-radius: 8px; */
  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;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #202c53;
  border: 1px solid rgba(32, 44, 83, 0.2);
}

.payment-sum-radio div label span {
  margin-left: 3px;
  margin-top: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  color: #202c53;
}

.input-nummer {
  max-width: 140px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(32, 44, 83, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius: 8px; */
  padding: 11px 16px;
  padding-right: 36px;
  outline: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202c53;
  position: relative;
}

.input-nummer::-webkit-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202c53;
  opacity: 0.15;
}

.input-nummer::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202c53;
  opacity: 0.15;
}

.input-nummer:-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202c53;
  opacity: 0.15;
}

.input-nummer::-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202c53;
  opacity: 0.15;
}

.input-nummer::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202c53;
  opacity: 0.15;
}

.nummer-label {
  -webkit-transform: translateY(41%) translateX(-32px);
  -ms-transform: translateY(41%) translateX(-32px);
  transform: translateY(41%) translateX(-32px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  color: #202c53;
}

.payment-submit {
  width: 100%;
  height: 56px;
  background: #202c53;
  /* border-radius: 8px; */
  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;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.payment-submit:hover {
  background: #325187;
}

.payment-right {
  max-width: 391px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment-right h4 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202c53;
}

.payment-right input {
  margin: 0;
  margin-bottom: 16px;
  max-width: 391px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  /* border-radius: 8px; */
  cursor: pointer;
  outline: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  padding: 12px 13px;
  color: #202c53;
}

.input-nummer-container {
  display: flex;
  justify-content: center;
}

.payment-right input::-webkit-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 44, 83, 0.5);
}

.payment-right input::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 44, 83, 0.5);
}

.payment-right input:-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 44, 83, 0.5);
}

.payment-right input::-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 44, 83, 0.5);
}

.payment-right input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 44, 83, 0.5);
}

/*Adapt*/

@media (max-width: 1240px) {
  .payment-form {
    padding: 50px;
  }

  .payment-left {
    min-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .payment {
    margin-bottom: 39px;
  }

  .payment-right {
    max-width: 360px;
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .support-page {
    padding-top: 165px;
    padding-bottom: 80px;
  }

  .support-page-content {
    margin-left: -8px;
    margin-right: -8px;
  }

  .support-item {
    min-width: 200px;
  }

  .item-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  .we-collect {
    padding-bottom: 80px;
  }

  .collect-image {
    min-height: 315px;
    margin-bottom: 34px;
  }

  .collect-text {
    font-size: 16px;
    max-width: 383px;
    margin-right: 30px;
  }

  .collect-counter {
    max-width: 385px;
  }

  .collect-counter p {
    font-size: 15px;
    line-height: 22px;
  }

  .collect-counter-head p:first-of-type {
    font-size: 42px;
    line-height: 52px;
  }

  .collect-counter-head p:last-of-type {
    font-size: 20px;
    line-height: 32px;
  }

  .collect-counter-footer p {
    font-size: 15px;
    line-height: 24px;
  }

  .diagrama {
    padding: 50px;
  }

  .diagrama-img svg {
    width: 320px;
    height: 320px;
  }

  .diagrama ul li div {
    width: 14px;
    height: 14px;
    margin-right: 16px;
  }

  .diagrama ul li {
    font-size: 28px;
    line-height: 42px;
  }

  .diagrama ul li p {
    font-size: 15px;
  }

  .collect-diagrama,
  .whoo_how {
    padding-bottom: 80px;
  }

  .collect-diagrama .container h2,
  .whoo-text-content h2,
  .whoo-image h2,
  .help .container h2,
  .support-progect .container h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 16px;
  }

  .collect-diagrama p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .whoo-image {
    height: 490px;
  }

  .whoo-text-content {
    max-width: 480px;
    width: 100%;
    margin-right: 20px;
  }

  .whoo-text-content p {
    font-size: 14px;
    line-height: 26px;
  }

  .help {
    padding-bottom: 80px;
  }

  .support-progect .container h2 {
    margin-bottom: 44px;
  }

  .payment a {
    font-size: 14px;
    line-height: 22px;
  }

  .payment-right {
    max-width: 330px;
  }
}

@media (max-width: 980px) {
  .payment-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .payment-left-container {
    width: 100%;
  }

  .payment-left {
    max-width: 641px;
    margin: 0 auto;
    margin-bottom: 16px;
    min-width: 1px;
    position: relative;
  }

  .payment-submit {
    max-width: 341px;
    margin: 0 auto;
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .payment-right {
    max-width: 641px;
    margin: 0 auto;
    margin-top: 24px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment-right input {
    max-width: 491px;
  }
}

@media (max-width: 860px) {
  .support-item {
    min-width: 170px;
    padding: 20px 15px;
  }

  .diagrama {
    padding: 40px;
  }

  .diagrama ul {
    padding-left: 20px;
  }

  .diagrama-img svg {
    width: 280px;
    height: 280px;
  }

  .diagrama-img::before {
    top: 34%;
    font-size: 18px;
    line-height: 22px;
  }

  .diagrama-img::after {
    top: 41%;
    font-size: 11px;
    line-height: 17px;
  }

  .help-item-container {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .support-page-content {
    max-width: 480px;
    justify-content: space-between;
  }

  .item-container {
    width: 50%;
    min-width: 180px;
  }

  .support-item {
    padding: 30px 15px;
    min-width: 220px;
    height: 100%;
  }

  .support-item p {
    width: 100%;
  }

  .collect-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collect-text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .collect-counter {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }

  .diagrama {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .diagrama-img {
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .diagrama-img svg {
    width: 340px;
    height: 340px;
    margin: 0 auto;
  }

  .diagrama-img::before {
    top: 42%;
  }

  .diagrama-img::after {
    top: 49%;
  }

  .whoo {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .whoo-text-content h2 {
    display: none;
  }

  .whoo-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .whoo-image img {
    max-width: 550px;
    max-height: 450px;
  }

  .whoo-image h2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .whoo-text-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .help .container p {
    font-size: 16px;
    line-height: 26px;
  }

  .help-text-content h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .help .container .help-text-content p {
    font-size: 14px;
    line-height: 21px;
  }

  .help-text-content .help-button {
    height: 52px;
    font-size: 13px;
  }

  .payment {
    margin-bottom: 29px;
  }

  .payment a {
    font-size: 13px;
    line-height: 21px;
    height: 52px;
  }
}

@media (max-width: 620px) {
  .item-container {
    width: 50%;
    min-width: 159px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .support-item {
    min-width: 159px;
    padding: 20px 15px;
  }

  .support-item {
    padding: 40px 15px;
  }

  .support-item p {
    font-size: 14px;
    line-height: 21px;
  }

  .support-icon {
    margin-bottom: 6px;
  }

  .collect-image img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .collect-image {
    min-height: 200px;
  }

  .collect-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collect-text p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .collect-counter-head p:first-of-type {
    font-size: 34px;
  }

  .collect-counter {
    padding: 30px 22px;
  }

  .diagrama {
    padding: 25px;
  }

  .diagrama ul {
    padding-left: 0;
  }

  .help-item {
    padding: 22px;
  }

  .payment-form {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .support-progect .container {
    padding-left: 0;
    padding-right: 0;
  }

  .payment {
    padding-left: 30px;
    padding-right: 30px;
  }

  .payment-left .payment-data {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }

  .payment-data div input {
    width: 12.8px;
    height: 12.8px;
  }

  .payment-data label {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-data div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .input-nummer {
    padding: 11px 8px;
    padding-right: 32px;
  }

  .payment-sum-radio {
    min-width: 1px;
  }

  .payment-sum-radio div label {
    width: 74px;
  }

  .whoo-image img {
    max-height: 350px;
  }
}

@media (max-width: 510px) {
  .payment-sum {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .input-nummer {
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }

  .nummer-label {
    top: 70%;
  }

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

  .payment a {
    font-size: 12px;
  }

  .payment-sum-radio div label {
    width: 91px;
  }

  .payment-sum-radio {
    margin: 0 auto;
  }

  .help_icon {
    margin-right: 0;
    margin-top: 24px;
  }

  .help-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .help-text-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .help .container .help-text-content p {
    text-align: center;
  }

  .payment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  .payment a {
    max-width: 156px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .payment-form {
    padding: 32px 20px;
  }

  .payment-left {
    padding: 24px 20px;
  }

  .payment-left .payment-data {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .payment-data div input:focus,
  .payment-data div input:active,
  .payment-data div input:checked {
    width: 12.9px;
    height: 12.9px;
  }

  .payment-data label {
    margin-left: 9.6px;
  }

  .input-nummer-container {
    width: 100%;
    max-width: 295px;
  }

  .nummer-label {
    transform: translateY(60%) translateX(-32px);
  }

  .whoo-image img {
    max-height: 300px;
  }
}

@media (max-width: 425px) {
  .support-page {
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .we-collect {
    padding-bottom: 56px;
  }

  .support-page .container h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 32px;
    text-align: center;
  }

  .support-item {
    padding: 16px 30px;
  }

  .item-container {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 140px;
  }

  .we-collect .container {
    padding-left: 0;
    padding-right: 0;
  }

  .we-collect .container h2 {
    max-width: 242px;
    font-size: 28px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .collect-counter {
    padding: 24px;
  }

  .collect-counter p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  .collect-counter-head p:first-of-type {
    font-size: 32px;
    line-height: 44px;
  }

  .collect-counter-head p:last-of-type {
    font-size: 16px;
    line-height: 24px;
  }

  .collect-counter-footer p {
    font-size: 16px;
    line-height: 24px;
  }

  .collect-counter .collect-button {
    padding: 18px;
  }

  .collect-image img {
    min-height: 260px;
    border-radius: 0;
    padding: 0 15px;
  }

  .collect-image {
    min-height: 160px;
  }

  .collect-diagrama {
    padding-bottom: 56px;
  }

  .collect-diagrama .container h2 {
    max-width: 256px;
    font-size: 28px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .collect-diagrama p {
    margin-bottom: 56px;
  }

  .diagrama {
    padding: 40px 20px;
    margin-bottom: 24px;
  }

  .diagrama-img,
  .diagrama-img svg {
    max-width: 271px;
    width: 100%;
    height: 271px;
  }

  .diagrama-img::before {
    font-size: 20px;
    line-height: 24px;
  }

  .diagrama-img::after {
    top: 51%;
    font-size: 12px;
    line-height: 18px;
  }

  .diagrama ul li {
    font-size: 20px;
    line-height: 30px;
  }

  .diagrama ul li div {
    margin-right: 8px;
    margin-top: 8px;
  }

  .diagrama ul li p {
    font-size: 14px;
    line-height: 21px;
    margin-left: 16px;
  }

  .collect-diagrama p:last-of-type {
    font-size: 16px;
    line-height: 24px;
  }

  .whoo_how {
    padding-bottom: 56px;
  }

  .whoo {
    padding-left: 0;
    padding-right: 0;
  }

  .whoo-image h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .whoo-image img {
    max-width: 100%;
    max-height: 355px;
    border-radius: 0;
    margin-left: 15px;
  }

  .whoo-text-content p {
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
  }

  .help {
    padding-bottom: 36px;
  }

  .help .container h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .help .container p {
    line-height: 24px;
    margin-bottom: 40px;
  }

  .help-content {
    margin: 0;
  }

  .help-item-container {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }

  .help-item {
    padding: 32px 20px;
  }

  .help_icon {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .help-text-content h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .help-text-content .help-button {
    font-size: 14px;
  }

  .support-progect .container h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .payment-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .payment-right h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .payment-data input:checked + label::after,
  .payment-data label::after {
    width: 12.8px;
    height: 12.8px;
  }

  .payment-right input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-right input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-right input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-right input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-right input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-submit {
    top: 87%;
  }

  .payment a {
    max-width: 130px;
  }
}

@media (max-width: 360px) {
  .item-container {
    min-width: 130px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }

  .support-item {
    min-width: 130px;
    padding: 15px 10px;
  }

  .collect-image img {
    min-height: 160px;
  }

  .collect-counter-footer p {
    width: 100%;
  }

  .collect-counter-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collect-counter-footer p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .payment-left {
    padding: 24px 15px;
  }

  .payment-data div {
    margin-left: 5px;
    margin-right: 5px;
  }

  .payment-data label {
    margin-left: 6.6px;
  }

  .payment-sum-radio div label {
    width: 71px;
  }

  .payment-submit {
    max-width: 280px;
  }

  .collect-diagrama p:last-of-type {
    font-size: 14px;
    line-height: 21px;
  }

  .payment-data label::after {
    top: 15%;
    left: -18px;
  }
}

/*Support-progect*/

.support_UETS {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.support_UETS .title {
  margin: 0 auto;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
  text-align: center;
}

.progect-active-done {
  max-width: 519px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 116px;
}

.progect-active-done .progect-progres-proces,
.progect-active-done .progect-progres-done {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  margin-left: 8px;
  margin-right: 8px;
  width: 250px;
  height: 56px;
  left: 266px;
  border: 1px solid rgba(48, 72, 95, 0.2);
  box-sizing: border-box;
  /* border-radius: 8px; */
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #30485f;
  transition: 0.3s;
}

.progect-active-done .progect-progres-proces:hover,
.progect-active-done .progect-progres-done:hover {
  color: #fff;
  background-color: #325187;
}

.progect-active-done .progect-progres-proces:hover,
.progect-active-done .progect-progres-done:hover {
  background-color: #325187;
}

.progect-active-done .progect-progres-proces.active,
.progect-active-done .progect-progres-done.active {
  background-color: #30485f;
  color: #fff;
}

.progect-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.progect-item-container {
  width: 30%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.progect-item {
  max-width: 393px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f2f6f9;
  /* border-radius: 16px; */
}

.progect-item .program-image {
  max-width: 393px;
  height: 240px;
  margin-bottom: 24px;
  border-radius: 16px 16px 0px 0px;
}

.progect-item .program-image img {
  max-width: 393px;
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.progect-item-text-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
  padding-right: 24px;
}

.progect-item-text-content h4 {
  margin: 0;
  margin-bottom: 16px;
  max-width: 316px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #30485f;
}

.progect-item-text-content p {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 72, 95, 0.5);
}

.progect-counter {
  max-width: 345px;
  width: 100%;
  height: 8px;
  background: rgba(48, 72, 95, 0.1);
  /* border-radius: 4px; */
  margin-bottom: 16px;
}

.progect-counter div {
  width: 53px;
  height: 8px;
  background: #fdc84a;
  /* border-radius: 4px; */
}

.progect-nummer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.progect-nummer p:first-of-type {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(48, 72, 95, 0.4);
}

.progect-nummer p:last-of-type {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #30485f;
}

.progect-nummer p:last-of-type span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #30485f;
  margin-left: 8px;
}

.progect-nummer-legend {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.progect-nummer-legend p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(48, 72, 95, 0.4);
}

.progect-nummer-legend p:last-of-type {
  letter-spacing: 0.05em;
}

/*Adapt*/

@media (max-width: 1240px) {
  .progect-item .program-image img {
    min-height: 220px;
  }

  .progect-item .program-image {
    height: 220px;
  }

  .progect-item-text-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .progect-nummer-legend p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 1024px) {
  .support_UETS {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .support_UETS .container h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 44px;
  }

  .progect-active-done .progect-progres-proces,
  .progect-active-done .progect-progres-done {
    font-size: 14px;
    height: 52px;
  }

  .progect-active-done {
    margin-bottom: 70px;
  }

  .progect-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .progect-item-container {
    width: 46%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .progect-item {
    max-width: 100%;
  }

  .progect-item .program-image,
  .progect-item .program-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .progect-nummer-legend p {
    font-size: 12px;
    line-height: 18px;
  }

  .progect-nummer p:first-of-type {
    font-size: 16px;
    line-height: 24px;
  }

  .progect-nummer p:last-of-type {
    font-size: 20px;
  }

  .progect-active-done .progect-progres-proces,
  .progect-active-done .progect-progres-done {
    font-size: 12px;
    line-height: 18px;
    height: 50px;
  }
}

@media (max-width: 610px) {
  .support_UETS {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .support_UETS .container h2 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .progect-item-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .progect-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 425px) {
  .progect-item-container {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .progect-active-done .progect-progres-proces,
  .progect-active-done .progect-progres-done {
    font-size: 11px;
    line-height: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*Page Blog*/

.blog-search {
  width: 100%;
  padding-top: 135px;
  padding-bottom: 50px;
  background: #f2f6f9;
}

.blog-search .container h1 {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #30485f;
}

.blog-search .container p {
  display: none;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #30485f;
  opacity: 0.5;
}

.blog-search-form {
  max-width: 554px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.blog-input-search {
  width: 554px;
  height: 56px;
  background: #ffffff;
  /* border-radius: 8px;  */
  padding: 16px 48px;
  padding-right: 170px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
}

.blog-input-search[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.blog-input-search[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

.blog-search-label {
  position: absolute;
  top: 35%;
  left: 18.5px;
  opacity: 0.5;
}

.blog-input-search::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 72, 95, 0.5);
}

.blog-submit {
  position: absolute;
  top: 8%;
  right: 5px;
  max-width: 165px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #30485f;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
  outline: none;
}

/*Blog-post*/

.blog-post {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 111px;
  position: relative;
}

.refresh-button {
  position: absolute;
  bottom: 121px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-filter {
  display: flex;
  justify-content: left;
  /*max-width: 410px;*/
  margin-bottom: 48px;
  margin-left: -8px;
  margin-right: -8px;
}

.blog-filter a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 10px 20px;
  /*height: 36px;*/
  background: #fff;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(48, 72, 95, 0.6);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.blog-filter a.active {
  background: #30485f;
  color: #fff;
}

.blog-filter a:hover,
.blog-filter a.active:hover {
  background: #325187;
  color: #fff;
}

.blog-content {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.blog-content:not(:nth-of-type(2)) {
  display: none;
}

.blog-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news-item.blog {
  display: flex;
  flex-wrap: wrap;
  max-width: 393px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

/*Adapt*/

@media (max-width: 1250px) {
  .news-item.blog {
    max-width: 100%;
    width: 47%;
  }

  .blog-wrap {
    justify-content: space-between;
  }

  .item-photo.blog {
    max-width: 100%;
    width: 100%;
    height: 370px;
  }
}

@media (max-width: 1024px) {
  .blog-post {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .refresh-button {
    bottom: 80px;
  }

  .news-item.blog {
    max-width: 100%;
    width: 46.4%;
  }

  .item-photo.blog {
    height: 310px;
  }

  .blog-search {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .blog-search .container h1 {
    font-size: 36px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .blog-search .container p {
    font-size: 16px;
    line-height: 23px;
  }

  .blog-input-search {
    max-width: 549px;
    width: 100%;
    height: 50px;
  }

  .blog-submit {
    max-width: 160px;
    height: 40px;
    top: 4px;
    right: 9px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 870px) {
  .news-item.blog {
    width: 45.9%;
  }
}

@media (max-width: 768px) {
  .item-photo.blog {
    height: 250px;
  }

  .refresh-button {
    width: 28px;
    height: 40px;
  }

  .news-item.blog {
    width: 45.5%;
  }
}

@media (max-width: 698px) {
  .news-item.blog {
    width: 44.5%;
  }
}

@media (max-width: 610px) {
  .blog-post .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .blog-search {
    padding-top: 141px;
    padding-bottom: 56px;
  }

  .blog-search .container h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .blog-search .container p {
    font-size: 14px;
    line-height: 21px;
  }

  .news-item.blog {
    width: 100%;
  }

  .item-photo.blog {
    height: 300px;
  }

  .blog-filter {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .blog-filter a {
    margin-bottom: 20px;
    min-width: 140px;
    height: 46px;
    border: 1px solid rgba(32, 44, 83, 0.1);
    font-size: 14px;
  }

  .teachers-home .blog-filter a:not(:first-child) {
    display: none;
  }

  .blog-post {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .refresh-button,
  .blog-post-arrow {
    width: 23px;
    height: 35px;
    bottom: 40px;
  }

  .blog-submit {
    right: 5px;
  }
}

@media (max-width: 510px) {
  .blog-input-search {
    max-width: 500px;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
    padding: 14px 40px;
    padding-right: 110px;
  }

  .blog-submit {
    max-width: 100px;
    height: 32px;
    font-size: 12px;
  }

  .blog-input-search::placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .blog-search-label {
    left: 13.5px;
  }

  .item-photo.blog {
    height: 230px;
  }
}

@media (max-width: 360px) {
  .blog-filter a {
    min-width: 130px;
  }
}

/*blog-page-inside*/
.blog-page-inside {
  font-family: "Roboto", sans-serif;
}
.blog-page-inside .blog-inside-head,
.blog-page-inside .blog-inside-suptitle {
  display: flex;
}
.blog-page-inside .blog-inside-head {
  justify-content: space-between;
  align-items: center;
  max-width: 816px;
  margin: 0 auto;
}
.blog-page-inside .blog-inside-suptitle {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 816px;
  width: 100%;
  margin: 0 auto 30px;
  padding-left: 20px;
  color: #30485f;
}
.blog-page-inside .blog-inside-suptitle h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
}
.blog-page-inside .blog-inside-suptitle p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.blog-page-inside .blog-inside-suptitle span {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
}
.blog-page-inside .blog-inside-suptitle span:first-of-type {
  margin-right: 32px;
}
.blog-page-inside .blog-inside-container {
  width: 100%;
  margin: 20px auto;
  padding: 0 20px;
}
.blog-page-inside .blog-inside-container > h1 {
  text-align: center;
}
.blog-page-inside .blog-inside-container > p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.blog-page-inside .blog-inside-container > p:nth-last-of-type(2) {
  margin-bottom: 16px;
}

.crumbs_blog {
  display: flex;
  margin-bottom: 30px;
}

.crumbs,
.crumbs_end {
  display: flex;
  align-items: center;
  font: normal 16px/24px "Roboto";
  color: #000000;
  opacity: 0.6;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.crumbs::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
  transform: rotate(135deg);
  transition: transparent;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 0.6;
}

.crumbs:hover {
  opacity: 1;
  color: #8fbbd9;
}

.crumbs_end {
  font-weight: 500;
  opacity: 1;
}

.crumbs_end:hover {
  color: #8fbbd9;
}

.content-page p,
.content-page span {
  margin: 0;
  font: normal 16px/24px "Roboto";
  color: #444;
}

div.teacher-img > img {
  width: 225px;
}

.blog-inside-image {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 64px;
  border-radius: 16px;
  max-width: 816px;
  margin: 0 auto;
}

.blog-inside-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-inside-item {
  width: 100%;
  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;
  background: #f4f9ff;
  /* border-radius: 10px; */
  padding: 64px 140px;
  padding-top: 110px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.blog-inside-item .blog-inside-item-teg {
  margin: 0;
  margin-bottom: 24px;
  opacity: 1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #30485f;
  position: relative;
}

.blog-inside-item .blog-inside-item-teg:first-of-type::after {
  content: "";
  width: 29px;
  height: 22px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='22' viewBox='0 0 29 22' fill='none'%3E%3Cpath d='M1.16291 12.1282L9.01253 0H13.9549L8.86717 10.3654C9.93317 10.8355 10.8053 11.5876 11.4837 12.6218C12.1621 13.609 12.5013 14.7137 12.5013 15.9359C12.5013 17.5812 11.8956 19.015 10.6842 20.2372C9.47285 21.4124 7.99499 22 6.25063 22C4.50627 22 3.0284 21.4124 1.81704 20.2372C0.605681 19.015 0 17.5812 0 15.9359C0 14.5727 0.387636 13.3034 1.16291 12.1282ZM16.208 12.1282L24.0576 0H29L23.9123 10.3654C24.9783 10.8355 25.8505 11.5876 26.5288 12.6218C27.2072 13.609 27.5464 14.7137 27.5464 15.9359C27.5464 17.5812 26.9407 19.015 25.7293 20.2372C24.518 21.4124 23.0401 22 21.2957 22C19.5514 22 18.0735 21.4124 16.8622 20.2372C15.6508 19.015 15.0451 17.5812 15.0451 15.9359C15.0451 14.5727 15.4327 13.3034 16.208 12.1282Z' fill='%23F3B745'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-inside-item .blog-inside-item-familie {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8fbbd9;
  opacity: 1;
}

.blog-inside-text-content-first {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-inside-text-content-first h3 {
  margin: 0;
  margin-bottom: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #30485f;
}

.blog-inside-text-content-first p:first-of-type,
.blog-inside-text-content-first ul li {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  text-align: left;
  opacity: 0.8;
}

.blog-inside-text-content-first p {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  text-align: left;
  opacity: 0.8;
}

.blog-inside-text-content-first ul {
  padding-left: 30px;
}

.blog-inside-text-content-first ul li {
  list-style-type: none;
  margin-bottom: 16px;
  position: relative;
}

.blog-inside-text-content-first ul li::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -30px;
  width: 14.16px;
  height: 10.26px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #fdc84a;
  border-right: 2px solid #fdc84a;
}

.blog-inside-text-content-last {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-inside-text-content-last h3 {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #30485f;
}

.blog-inside-text-content-last ul {
  padding-left: 16px;
  margin: 0;
}

.blog-inside-text-content-last ul li:not(:last-of-type) {
  margin-bottom: 64px;
}

.blog-inside-text-content-last ul li {
  list-style-type: decimal;
  padding-left: 0;
  position: relative;
}

.blog-inside-text-content-last ul li::marker {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  padding-left: 16px;
}

.blog-inside-text-content-last ul li p,
.blog-inside-text-content-last ul li p:first-of-type {
  margin: 0;
  margin-left: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  opacity: 0.5;
  text-align: left;
}

.blog-inside-text-content-last ul li p:first-of-type {
  margin-bottom: 16px;
}

.blog-inside-text-content-last-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-gap: 5px;
  /*margin-left: -16px;
  margin-right: -16px;*/
}

.blog-inside-text-content-last-image div {
  max-width: 390px;
  width: 100%;
  height: 320px;
  margin-top: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 16px; */
  margin-right: 16px;
  margin-left: 16px;
}

/*blog-page-inside-form*/

.blog-page-inside-form {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f9ff;
}

.blog-page-inside-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 819px;
  width: 100%;
  margin: 0 auto;
}

.blog-page-inside-form form h2 {
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #30485f;
}

.blog-page-inside-form form p {
  max-width: 539px;
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #30485f;
  opacity: 0.5;
}

.blog-page-inside-form form div {
  max-width: 470px;
  width: 100%;
  position: relative;
}

.input-email {
  max-width: 470px;
  width: 100%;
  height: 56px;
  background: #ffffff;
  /* border-radius: 8px; */
  padding: 16px;
  padding-right: 180px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  cursor: pointer;
  outline: none;
  border: 0;
}

.input-email::-webkit-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  opacity: 0.5;
}

.input-email::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  opacity: 0.5;
}

.input-email:-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  opacity: 0.5;
}

.input-email::-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  opacity: 0.5;
}

.input-email::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #30485f;
  opacity: 0.5;
}

.input-submit {
  max-width: 165px;
  width: 100%;
  height: 48px;
  background: #30485f;
  /* border-radius: 6px; */
  position: absolute;
  top: 4px;
  right: 0;
  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;
  outline: none;
  cursor: pointer;
  border: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.block_redactor,
.block_redactor p {
  color: #000;
  font: normal 16px/24px "Roboto";
}

.block_redactor a {
  text-decoration: none;
  color: #30485f;
  font: normal 16px/24px "Roboto";
}
.block_redactor a:hover {
  color: #18242f;
}
.wpcf7-form br {
  display: none;
}

.blog-iside-button {
  width: 100%;
  text-align: center;
}

.bloks_button {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 8px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202c53;
  text-decoration: none;
  /*margin: 20px auto;*/
}

/*Adapt*/

@media (max-width: 1024px) {
  .crumbs,
  .crumbs_end {
    font-size: 14px;
    line-height: 21px;
  }

  .blog-page-inside {
    padding-bottom: 100px;
  }

  .blog-inside-container p:first-of-type {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-inside-container h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .blog-inside-item .blog-inside-item-teg:first-of-type::after {
    top: -35px;
  }

  .blog-inside-text-content-first h3,
  .blog-inside-text-content-last h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .blog-page-inside-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-page-inside-form form h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .blog-page-inside-form form p {
    font-size: 16px;
    line-height: 24px;
  }

  .input-email::-webkit-input-placeholder {
    font-size: 15px;
  }

  .input-email::-moz-placeholder {
    font-size: 15px;
  }

  .input-email:-ms-input-placeholder {
    font-size: 15px;
  }

  .input-email::-ms-input-placeholder {
    font-size: 15px;
  }

  .input-email,
  .input-email::placeholder {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .blog-inside-text-content-last-image div {
    height: 240px;
  }

  .blog-inside-image {
    height: 305px;
    margin-bottom: 32px;
  }

  .blog-inside-suptitle {
    margin-bottom: 32px;
  }

  .blog-inside-item {
    padding: 44px 100px;
    padding-top: 80px;
  }
}

@media (max-width: 610px) {
  .crumbs_blog {
    margin-bottom: 40px;
  }

  .crumbs,
  .crumbs_end {
    align-items: flex-start;
    font-size: 12px;
    line-height: 19px;
  }

  .crumbs::after {
    margin-top: 10px;
  }

  .blog-page-inside {
    padding-bottom: 56px;
  }

  .blog-inside-suptitle h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .blog-inside-image {
    height: 230px;
  }

  .blog-inside-item {
    padding: 54px 50px;
    padding-top: 80px;
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .blog-inside-text-content-last-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    /* margin-top: 24px;*/
  }

  .blog-inside-text-content-last ul li:not(:last-of-type) {
    margin-bottom: 0;
  }

  .blog-inside-text-content-last-image div:first-of-type {
    margin-right: 0;
  }

  .blog-inside-text-content-last-image div {
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .blog-inside-text-content-first h3,
  .blog-inside-text-content-last h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .blog-page-inside-form {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .blog-page-inside-form form h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .input-email::-webkit-input-placeholder {
    font-size: 14px;
    height: 44px;
  }

  .input-email::-moz-placeholder {
    font-size: 14px;
    height: 44px;
  }

  .input-email:-ms-input-placeholder {
    font-size: 14px;
    height: 44px;
  }

  .input-email::-ms-input-placeholder {
    font-size: 14px;
    height: 44px;
  }

  .input-email,
  .input-email::placeholder {
    font-size: 14px;
    height: 44px;
  }

  .input-submit {
    max-width: 130px;
    height: 42px;
    font-size: 14px;
    top: 1px;
  }
}

@media (max-width: 425px) {
  .blog-inside-suptitle h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .blog-inside-suptitle span {
    font-size: 14px;
  }

  .blog-inside-suptitle {
    margin-bottom: 10px;
  }

  .blog-inside-container p {
    font-size: 14px;
  }

  .blog-inside-item {
    padding: 54px 30px;
    padding-top: 80px;
  }

  .blog-inside-container p:first-of-type {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .blog-inside-text-content-first h3,
  .blog-inside-text-content-last h3 {
    font-size: 22px;
  }

  .blog-inside-text-content-first p:first-of-type,
  .blog-inside-text-content-first ul li {
    font-size: 14px;
  }

  .blog-inside-text-content-last ul li p,
  .blog-inside-text-content-last ul li p:first-of-type {
    font-size: 14px;
  }

  .blog-inside-text-content-last ul li::marker {
    font-size: 15px;
  }

  .blog-page-inside-form form h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .blog-page-inside-form form p {
    font-size: 14px;
  }

  .input-submit {
    max-width: 110px;
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .blog-inside-suptitle h2 {
    font-size: 26px;
  }

  .blog-inside-image {
    margin-bottom: 16px;
  }

  .blog-inside-text-content-first h3,
  .blog-inside-text-content-last h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .blog-inside-text-content-first ul {
    margin: 0;
  }

  .input-submit {
    max-width: 90px;
    font-size: 12px;
  }
}

/*community-support*/

.support_UETS {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.support_UETS:not(:nth-of-type(2)) {
  display: none;
}

.support_UETS h2 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
  text-align: center;
}

.community-suptitle {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 805px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #30485f;
  opacity: 0.5;
}

.community-triger {
  max-width: 285px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 70px;
}

.triger-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #30485f;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.triger-text.active {
  opacity: 1;
}

.triger-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 36px;
  /* border-radius: 18px; */
  background: rgba(0, 0, 0, 0.05);
  margin-left: 16px;
  margin-right: 16px;
  padding: 5px;
}

.triger-icon,
.triger-icon {
  width: 26px;
  height: 26px;
  background: #fdc84a;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.triger-icon.active {
  opacity: 1;
}

.community-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 64px;
}

.community-item {
  display: flex;
  flex-direction: column;
  max-width: 393px;
  background: #f9f9f9;
  /* border-radius: 16px; */
  padding: 48px 32px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.community-item-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 386px;
  width: 100%;
  height: 3px;
  background: #f3b745;
  -webkit-clip-path: polygon(
    8px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 5px) 0,
    100% 100%,
    0 5px
  );
  clip-path: polygon(
    8px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 5px) 0,
    100% 100%,
    0 5px
  );
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50px;
}

.community-item h3 {
  margin: 0;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #30485f;
  text-align: center;
}

.community-item h3 span {
  margin-left: 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #30485f;
  opacity: 0.5;
}

.community-item .community-item-suptitle {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: rgba(48, 72, 95, 0.8);
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  text-align: center;
}

.community-item ul {
  padding-left: 35px;
  margin: 0;
  margin-bottom: 24px;
}

.community-item ul li {
  position: relative;
  margin: 0;
  margin-bottom: 12px;
  list-style-type: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 72, 95, 0.5);
}

.community-item ul li::before {
  content: "";
  width: 8px;
  height: 14px;
  border-top: 0.15rem solid #f3b745;
  border-left: 0.15rem solid #f3b745;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: -30px;
  top: 10%;
}

.community-item p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #30485f;
  opacity: 0.5;
}

.community-item p:not(:last-of-type) {
  margin-bottom: 12px;
}

.community-item p:last-of-type {
  margin-bottom: 58px;
}

.community-button-container {
  width: 100%;
  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;
  margin-top: auto;
}

.community-button {
  max-width: 329px;
  width: 100%;
  height: 56px;
  margin-top: auto;
  background: #30485f;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.community-button:hover {
  background: #325187;
}

.community-contact-title {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Roboto";
  font-style: normal;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #30485f;
}

.contact-us {
  max-width: 860px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 32px;
}

.contact-us-item {
  max-width: 393px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  background: #f4f9ff;
  /* border-radius: 16px; */
  margin-left: 15px;
  margin-right: 15px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #30485f;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-us-item:hover {
  color: rgba(48, 72, 95, 0.5);
}

.contact-us-item div {
  width: 32px;
  height: 32px;
  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;
  /* border-radius: 50%; */
  background: rgba(253, 200, 74, 0.2);
  margin-right: 24px;
}

.contact-us-footer {
  margin: 0 auto;
  max-width: 805px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #30485f;
  opacity: 0.5;
}

/*Adapt*/

@media (max-width: 1250px) {
  .community-form-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .community-item {
    max-width: 46.9%;
    width: 100%;
  }

  .community-item-border {
    max-width: 560px;
    left: -1px;
  }
}

@media (max-width: 1150px) {
}

@media (max-width: 1024px) {
  .support_UETS {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .support_UETS h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .community-suptitle {
    font-size: 16px;
    line-height: 24px;
  }

  .community-item {
    padding: 34px 16px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .community-item h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .community-item h3 span {
    font-size: 15px;
  }

  .community-item .community-item-suptitle {
    font-size: 20px;
  }

  .community-form-container {
    margin-bottom: 44px;
  }

  .contact-us-item {
    font-size: 16px;
  }

  .contact-us-footer {
    font-size: 16px;
  }

  .contact-us {
    max-width: 710px;
    width: 100%;
  }

  .contact-us-item {
    max-width: 323px;
  }
}

@media (max-width: 453px) {
  form > div.contact-form-wrap > p:last-child > input {
    margin-left: 5%;
  }
}

@media (max-width: 768px) {
  .community-item {
    max-width: 45.9%;
  }

  .contact-us-item {
    max-width: 244px;
    width: 100%;
    font-size: 15px;
    padding: 20px;
  }

  .contact-us-item div {
    min-width: 32px;
  }
}

@media (max-width: 610px) {
  .pum-theme-default-theme .pum-container {
    width: 100% !important;
    left: auto !important;
  }

  .community-form-container {
    margin: 0 auto;
  }

  .community-item {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .community-item:last-of-type {
    margin-bottom: 32px;
  }

  .contact-us-item {
    max-width: 393px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .contact-us-item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .contact-us {
    margin-bottom: 24px;
  }
}

@media (max-width: 425px) {
  .support_UETS {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .support_UETS h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .community-suptitle {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .community-triger {
    max-width: 240px;
    width: 100%;
    margin-bottom: 40px;
  }

  .triger-text {
    font-size: 14px;
    line-height: 21px;
  }

  .community-item {
    padding: 34px 24px;
    max-width: 100%;
  }

  .community-item h3 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .community-item h3 span {
    font-size: 14px;
  }

  .community-item .community-item-suptitle {
    padding-bottom: 24px;
  }

  .community-item p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .community-item ul li {
    font-size: 14px;
  }

  .community-item p {
    font-size: 14px;
  }

  .community-item p:last-of-type {
    margin-bottom: 48px;
  }

  .community-button {
    font-size: 12px;
    height: 48px;
  }

  .community-contact-title {
    font-size: 20px;
  }

  .contact-us-footer {
    font-size: 14px;
  }
}

/*photo-gallery*/

.photo-gallery {
  width: 100%;
  padding-top: 134px;
  padding-bottom: 26px;
}

.photo-gallery .container h1 {
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #202c53;
  text-align: center;
}

.photo-main.inside {
  max-width: 815px;
  height: 563px;
}

.photo-container.inside {
  max-width: 390px;
}

.photo.inside {
  height: 270px;
}

.photo-galety-item:not(:nth-of-type(2)) {
  display: none;
}

.photo-galety-container.reverse {
  flex-direction: row-reverse;
}

.photo-main.inside.reverse {
  margin-right: 0;
  margin-left: 30px;
}

/*Adapt*/

@media (max-width: 1250px) {
  .photo-main.inside {
    height: 500px;
  }

  .photo-container.inside {
    max-width: 320px;
  }

  .photo.inside {
    height: 238px;
  }
}

@media (max-width: 1150px) {
  .photo-main.inside {
    height: 450px;
  }

  .photo-container.inside {
    max-width: 290px;
  }

  .photo.inside {
    height: 212px;
  }
}

@media (max-width: 1024px) {
  .photo-gallery {
    padding-top: 164px;
    padding-bottom: 80px;
  }

  .photo-main.inside {
    height: 400px;
  }

  .photo-container.inside {
    max-width: 270px;
  }

  .photo.inside {
    height: 186px;
    margin-left: 0;
    margin-right: 0;
  }

  .photo.inside:nth-of-type(odd) {
    margin-right: 32px;
  }
}

@media (max-width: 900px) {
  .photo-main.inside {
    height: 400px;
  }

  .photo-container.inside {
    max-width: 900px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .photo.inside {
    height: 305px;
  }

  .photo-main.inside.reverse {
    margin-left: 0;
  }

  .photo-gallery .container h1 {
    margin-bottom: 32px;
    font-size: 34px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .photo.inside {
    height: 245px;
  }
}

@media (max-width: 620px) {
  .photo-main.inside {
    height: 325px;
  }

  .photo.inside {
    height: 190px;
  }

  .photo-gallery {
    padding-top: 140px;
    padding-bottom: 56px;
  }
}

@media (max-width: 510px) {
  .photo-main.inside {
    height: 280px;
  }

  .photo-gallery .container h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .photo.inside {
    height: 160px;
  }
}

@media (max-width: 460px) {
  .photo.inside {
    height: 130px;
  }

  .photo.inside:nth-of-type(odd) {
    margin-right: 16px;
  }
}

@media (max-width: 360px) {
  .photo-main.inside {
    height: 220px;
  }

  .photo.inside {
    height: 110px;
  }
}

/*Event-page*/

.Upcoming_events.page {
  padding-top: 184px;
  padding-bottom: 100px;
  width: 100%;
  margin-bottom: 0;
}

.event-page .container h2 {
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
}

.event-content-page {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.Upcoming_events.page .event-item h3 {
  width: 60%;
}

/*Adapt*/

@media (min-width: 830px) {
  .page {
    max-width: 1140px;
    width: 100%;
  }

  .page.page-template-single_blog_tmp {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 829px) {
  .page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) {
  .Upcoming_events.page .event-item h3 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .Upcoming_events.page {
    padding-top: 164px;
    padding-bottom: 80px;
  }

  .event-content-page {
    justify-content: space-between;
  }

  .Upcoming_events.page .event-item .event-photo {
    max-width: 716px;
    height: 328px;
    padding: 28px;
  }

  .Upcoming_events.page .event-item h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .Upcoming_events.page .event-item .event-photo div p:first-of-type {
    font-size: 28px;
    line-height: 40px;
  }

  .Upcoming_events.page .event-item .event-photo div p:last-of-type {
    font-size: 36px;
  }

  .event-item.page {
    margin-left: 10px;
    margin: 10px;
  }
}

@media (max-width: 950px) {
  .Upcoming_events .event-item .event-photo div {
    max-width: 71px;
    justify-content: center;
  }

  .Upcoming_events.page .event-item .event-photo div p:first-of-type {
    font-size: 24px;
  }

  .Upcoming_events.page .event-item .event-photo div p:last-of-type {
    font-size: 32px;
  }
}

@media (max-width: 700px) {
  .Upcoming_events.page h1,
  .Upcoming_events.page h2 {
    text-align: center;
    padding: 0;
  }

  .event-content-page {
    justify-content: center;
  }

  .Upcoming_events .event-item .event-photo {
    height: 300px;
  }

  .Upcoming_events.page .event-item h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .Upcoming_events.page {
    padding-top: 140px;
    padding-bottom: 56px;
  }

  .Upcoming_events.page h1,
  .Upcoming_events.page h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .Upcoming_events.page .event-item h3 {
    font-size: 20px;
    max-width: 75%;
    width: 100%;
  }

  .Upcoming_events .event-item .event-photo {
    max-height: 200px;
  }

  .Upcoming_events .event-item .event-photo div {
    max-width: 60px;
  }

  .Upcoming_events.page .event-item .event-photo div p:first-of-type {
    font-size: 20px;
  }

  .Upcoming_events.page .event-item .event-photo div p:last-of-type {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .Upcoming_events .event-item .event-photo {
    max-height: 270px;
    padding: 20px;
  }

  .Upcoming_events.page .event-item h3 {
    font-size: 18px;
    max-width: 65%;
  }
}

/*Teachers*/

.Teachers.home_page {
  padding-top: 134px;
}

.Teachers-content-item.home_page {
  width: 47.2%;
  min-width: 1px;
}

.teachers-tab-container:not(:nth-of-type(2)) {
  display: none;
}

/*Adapt*/

@media (max-width: 1099px) {
  .Teachers-content-item.home_page {
    width: 47.8%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .Teachers-content-item.home_page p {
    height: auto;
    min-height: 1px;
  }

  .Teachers-content-item.home_page p:last-of-type {
    margin-bottom: 16px;
  }
}

@media (max-width: 1024px) {
  .Teachers.home_page {
    padding-top: 164px;
    padding-bottom: 80px;
  }

  .Teachers-content-desctop.home_page {
    display: flex;
  }

  .Teachers-content-item.home_page {
    flex-wrap: wrap;
    width: 47.6%;
  }

  .Teachers-content-item.home_page img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .Teachers-content-item.home_page .teachers-text-content {
    height: auto;
    min-height: 1px;
  }

  .Teachers-content-item.home_page h4 {
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
  }

  .Teachers-content-item.home_page p {
    text-align: center;
  }

  .Teachers-content-item.home_page a {
    margin: 0 auto;
    text-align: center;
  }

  .Teachers-content-item.home_page span {
    margin-bottom: -2px;
  }
}

@media (max-width: 865px) {
  .Teachers-content-item.home_page {
    width: 47.2%;
  }
}

@media (max-width: 768px) {
  .Teachers-content-item.home_page {
    width: 46.9%;
  }
}

@media (max-width: 690px) {
  .Teachers-content-item.home_page {
    width: 46.5%;
  }

  .Teachers-content-item.home_page a {
    font-size: 12px;
  }
}

@media (max-width: 610px) {
  .Teachers.home_page {
    padding-top: 140px;
    padding-bottom: 56px;
  }

  .teachers-home .blog-filter {
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .Teachers-content-desctop.home_page {
    justify-content: center;
  }

  .Teachers-content-item.home_page {
    width: 90%;
  }

  .Teachers-content-item.home_page a {
    font-size: 13px;
  }
}

@media (max-width: 426px) {
  .Teachers.home_page {
    padding-top: 140px;
    padding-bottom: 56px;
  }

  .Teachers.home_page .container h2 {
    padding: 0px;
  }

  .Teachers-content-item.home_page h4 {
    margin-bottom: 8px;
  }

  .Teachers-content-item.home_page a {
    height: auto;
  }
}

@media (max-width: 360px) {
  .Teachers-content-item.home_page {
    padding: 20px;
    width: 95%;
  }

  .teachers-home .blog-filter a {
    margin-left: 5px;
    margin-right: 5px;
  }

  .Teachers-content-item.home_page p {
    font-size: 15px;
  }

  .Teachers-content-item.home_page a {
    font-size: 12px;
  }
}

/*Arckhiv*/

.arckhiv {
  padding-top: 134px;
}

.Training_Programs.arckhiv h1 {
  width: 100%;
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #30485f;
  text-align: center;
}

.Training_Programs
  .container
  .training-container
  .training-item
  .all-progran.archiv {
  font-size: 13px;
}

.Training_Programs.arckhiv .container h1 {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .Training_Programs.arckhiv {
    padding-top: 164px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    .all-progran.archiv {
    font-size: 12px;
  }

  .Training_Programs.arckhiv h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 600px) {
  .all-progran::before {
    right: -20px;
    top: 65%;
    transform: rotate(135deg) translate(-10px);
  }
}

@media (max-width: 540px) {
  .teacher-img-subtitle {
    margin-left: unset !important;
  }

  .all-progran::before {
    right: -20px;
    transform: rotate(135deg) translate(-10px);
  }
}

@media (max-width: 460px) {
  .all-progran::before {
    right: 0px;
  }
}

@media (max-width: 425px) {
  .Training_Programs.arckhiv {
    padding-top: 141px;
  }

  .Training_Programs.arckhiv h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: center;
    padding-right: 20px;
  }
}

@media (max-width: 360px) {
  .all-progran::before {
    right: -20px;
    top: 30%;
  }
}

/*Resource Adapt*/
@media (max-width: 600px) {
  .all-progran.resource::before {
    top: 30%;
    right: -20px;
  }
}

@media (max-width: 540px) {
  .all-progran.resource::before {
    top: 65%;
    right: 105px;
  }
}

@media (max-width: 460px) {
  .all-progran.resource::before {
    top: 65%;
    right: 75px;
  }
}

@media (max-width: 374px) {
  .all-progran.resource::before {
    top: 65%;
    right: 75px;
  }

  .Training_Programs
    .container
    .training-container
    .training-item
    .all-progran.resource {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .all-progran.resource::before {
    top: 30%;
    right: -20px;
  }
}

.teacher-img-subtitle {
  margin-left: 60px;
  width: 100%;
  max-width: 816px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 540px) {
  .teacher-img-subtitle {
    flex-direction: column;
    text-align: center;
  }

  .blog-inside-container p:first-of-type {
    text-align: left;
    padding-top: 15px;
  }
}

#primary > section > div.blog-inside-container.teachers > p {
  justify-content: flex-start;
}

.clear::before {
  display: none;
}

.nav-links span {
  color: #293e60;
}

.nav-links a {
  text-decoration-color: #293e60;
}

.application_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #f4f9ff;
}

.application_form > div > h2 {
  margin-bottom: 30px !important;
}

.application_form > div > p,
.list_questions li label,
.list_questions li label ~ p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #30485f;
  text-align: center;
  opacity: 0.5;
}

.list_questions li label,
.list_questions li label ~ p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.application_form div form {
  margin: auto;
  max-width: 550px;
}

.list_questions li {
  list-style: none;
  border: 1px solid #7a9cbb;
  /* border-radius: 5px; */
  padding: 20px;
  background-color: #e1effe;
  margin-bottom: 15px;
}

.list_questions li label {
  display: block;
  margin-top: 14px;
}

.list_questions li input {
  border: none;
  border-bottom: 1px dotted #30485f;
  background-color: #dbe9f7de;
  /* border-radius: 5px; */
  height: 1.75rem;
  margin-top: 10px;
}

.list_questions li input:focus-visible {
  outline-color: #c3d8eb;
  /* 	outline: none; */
}

label.required:after {
  content: " *";
  color: red;
}

label ~ p.block_subtitle {
  font-size: 0.75rem;
}

.list_questions li label ~ p.block_subtitle {
  font-size: 0.75rem;
}

.application-form-button {
  margin: auto;
}

.application_form .check_item label {
  display: inline;
  opacity: 1;
}

.application_form .check_item input {
  height: 0.75rem;
  margin-right: 5px;
}

.application_form .check_item .another_variant {
  height: 1.75rem;
  margin-left: 10px;
}

.list_questions li input[type="file"] {
  border-bottom: none;
  background: none;
}

.answer_table thead {
  font-size: 0.75rem;
  text-align: center;
}

.answer_table td:not(:first-child) {
  text-align: center;
}

header .container.header-menu-2 {
  justify-content: center;
  z-index: 1;
}

.header-menu-2 ul {
  width: auto;
}

.header-menu-mobile {
  display: none;
}

/* Diagram */
.unit {
  fill: none;
  stroke-width: 10;
  cursor: pointer;

  animation-name: render;
  animation-duration: 1.5s;
  transition-property: all;
  transition-duration: 1.5s;
}

.unit:hover,
.hovered {
  opacity: 0.8;
  stroke-width: 12;
}

/* End Diagram */

.navigator-item-menu li {
  margin-left: 0;
  margin-right: 0;
}

.navigator-item-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.news-item span::before {
  display: none;
}

.news-item a::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fdc84a;
  border-radius: 50%;
  margin-left: 12px;
}

.news-item a.details::after {
  display: none;
}
.header-navigation a:hover {
  color: #f3b745;
  transition: all 0.5s ease;
}
/* .header-navigation li:hover{
  color: red;
} */

.refresh-button {
  bottom: -50px;
}

#true_loadmore {
  cursor: pointer;
}

body > section.blog-page-inside > div > div.blog-inside-container > ul {
  padding-left: 30px;
}

body > section.blog-page-inside > div > div.blog-inside-container > ul > li {
  list-style-type: none;
  margin-bottom: 16px;
  position: relative;
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  text-align: left;
  opacity: 0.8;
}

body
  > section.blog-page-inside
  > div
  > div.blog-inside-container
  > ul
  > li::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -30px;
  width: 14.16px;
  height: 10.26px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #fdc84a;
  border-right: 2px solid #fdc84a;
}

.navigator-item {
  white-space: nowrap;
}

a.navigator-item[href="#pll_switcher"] + .navigator-item-menu {
  width: unset;
}

.main.program .container {
  margin-top: -80px;
}

.video-button.video-button_youtube {
  width: 100px;
  height: 56px;
  min-width: unset;
  padding: unset;
  margin: 0 auto;
  background: unset;
  border-radius: 8px;
}

.video-button.video-button_youtube svg {
  width: 100px;
  height: 56px;
}

.video-button.video-button_youtube svg:hover {
  opacity: 0.6;
  width: 100px;
  height: 56px;
}

.navigation.post-navigation {
  display: flex;
  flex-wrap: wrap;
}

.navigation.post-navigation h2 {
  width: 100%;
  text-align: center;
}

.navigation.post-navigation .nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin: 0 10px;
}

.blog-inside-container p {
  flex-wrap: wrap;
  font: 400 20px "Roboto";
  margin: 0;
}

.nav-subtitle,
.blog-inside-container > pre {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 400 20px "Roboto";
  margin: 0;
}

.hidden.active .navigator-item-menu,
.header.mobile .header-navigation .hidden.active .navigator-item-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  max-height: 800px;
}

.header-navigation
  .hidden.active
  .navigator-item-menu
  .hidden
  .navigator-item-menu {
  display: none;
}

.header-navigation
  .hidden.active
  .navigator-item-menu
  .hidden:hover
  .navigator-item-menu {
  display: unset;
  position: absolute;
  top: 0;
  /*     transform: translate(180px, -24px); */
  width: unset;
  left: 100%;
  top: -100%;
}

.header-navigation a,
.header-navigation .navigator-item-menu a {
  white-space: nowrap;
}

.row a {
  text-decoration: none; /* Убирает подчеркивание для ссылок */
}

.search.result .result-item {
  display: block;
}

.search.result .result-item div {
  margin-bottom: 16px;
}

.search.result .result-item h4 a {
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #202c53;
}

.search.result .result-item_none {
  background: none;
}

.search.result .result-item.result-item_none p {
  text-align: center;
}

.search.result .navigation.posts-navigation h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

.search.result .navigation.posts-navigation a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.search.result .navigation.posts-navigation .nav-links {
  display: flex;
}

.search.result .navigation.posts-navigation .nav-links div:first-child::after {
  content: "|";
  margin-left: 20px;
  margin-right: 20px;
}

.search.result .result-item p {
  width: 100%;
  max-height: 80px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  /* display: -ms-flexbox; */
  /* display: flex; */
  text-align: left;
  color: rgba(32, 44, 83, 0.8);
  margin-bottom: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
}

.nda {
  text-decoration: none; /* Убирает подчеркивание для ссылок */
}

.search.result .result-item img {
  max-width: 320px;
  min-width: 100%;
  max-height: 220px;
  min-height: 220px;
  object-fit: cover;
  border-radius: 20px;
}

.search.result .result-item div {
  min-width: 100%;
}

.main .container {
  position: unset;
}

.main-container {
  max-width: 800px;
  justify-content: flex-start;
  margin-top: 7%;
}

.main-container h1,
.main-container h2,
.main.program h1,
.main-container p,
.main.program p {
  max-width: 100%;
}

.main-container a:first-of-type,
.main.program a {
  position: absolute;
  bottom: 30%;
}

.main-container a:last-of-type {
  position: absolute;
  /*   margin-left: 240px; */
  margin-bottom: 10px;
  /*left: 10%;*/
  bottom: 30%;
  /*bottom: 5%;*/
}

@media (min-width: 1600px) {
  .main-container a:first-of-type,
  .main.program a,
  .main-container a:last-of-type {
    bottom: 20%;
  }
}

@media (min-width: 1700px) {
  .main-container a:first-of-type,
  .main.program a,
  .main-container a:last-of-type {
    bottom: 15%;
  }
}

.pum.pum-overlay.pum-theme-2821.pum-theme-default-theme.popmake-overlay.pum-click-to-close.click_open.pum-active {
  background-color: rgba(48, 72, 95, 0.8);
}

.contact-form-wrap .submit-button-popup {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  margin-left: 72px;
}

.cf7sg-popup .wpcf7-form-control.wpcf7-submit.input-submit {
  background-color: #30485f;
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.wpcf7-form-control-wrap.blog-form-mail
  .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.input-email {
  border-radius: 8px;
}

@media (max-width: 600px) {
  .main-container a:last-of-type {
    width: unset;
    bottom: 35%;
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .main-container a:first-of-type,
  .main.program a {
    bottom: 24%;
    left: 50%;
    transform: translate(-50%);
  }
  .main-container a:last-of-type {
    /*       bottom: 35%; */
    left: 50%;
    transform: translate(-50%);
  }
}
/*PROGRAM-about*/
.about-program-container-item:nth-of-type(3) .content-photo::before {
  content: "";
  max-width: 318px;
  width: 100%;
  height: 357px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(253, 200, 74, 0.25)),
    to(rgba(253, 200, 74, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(253, 200, 74, 0.25) 0%,
    rgba(253, 200, 74, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(253, 200, 74, 0.25) 0%,
    rgba(253, 200, 74, 0) 100%
  );
  border-radius: 0px;
  /* border-radius: 16px 16px 0px 0px; */
  position: absolute;
  top: -67px;
  left: -64px;
  z-index: -1;
}

.about-program-container-item:nth-child(even) .content-photo::before {
  left: auto;
  right: -35px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(130, 159, 255, 0.2)),
    to(rgba(130, 159, 255, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(130, 159, 255, 0.2) 0%,
    rgba(130, 159, 255, 0) 100%
  );
  border-radius: 0px;
  /* border-radius: 16px 16px 0px 0px; */
}
.about-program-container-item_first > .content-text p {
  width: 90%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444;
  opacity: 1;
  position: relative;
}
.about-program-container-item_first .content-photo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-program-container-item_first .content-photo span {
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-program-container-item_first .content-photo span:hover {
  opacity: 0.7;
  background: #fdc84a;
}
.about-program-container-item_first .content-photo span:hover path {
  fill: rgb(255, 255, 255);
}
.about-program .about-video-container {
  margin-bottom: 0;
}
/*\\PROGRAM-about*/

.contact-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.block_redactor div {
  opacity: 1;
}

.contact-form-wrap h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  font-family: Roboto, sans-serif;
}

.field_popup {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  font-size: 22px;
  padding: 10px 30px;
  color: #c3d8eb;
  border: none;
  background-color: #7a9cbb;
}

.field_popup::placeholder {
  color: #c3d8eb;
}

.submit-button-popup {
  width: 210px;
  height: 56px;
  border-radius: 8px;
  border: none;
  background-color: #f3b745;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}

.blog-inside p img {
  opacity: 1;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.block-teachers {
  margin-bottom: 45px;
}

.block-teachers .ajax-loader {
  display: none !important;
}

@media (max-width: 600px) {
  #popmake-2830 {
    width: 100% !important;
    left: 0 !important;
  }
}

.--only-photo .content-text {
  display: none;
}

.--only-photo .content-photo {
  margin: 0;
  width: 100%;
}

.--only-photo .content-photo img {
  max-width: 100%;
  width: 100%;
  min-width: 330px;
  min-height: 249px;
}

.news-programs {
  padding: 50px 20px;
}
.news-programs__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-programs__item {
  flex: 1 1 calc(33% - 10px);
  padding: 32px 24px;
  background: rgba(122, 156, 187, 0.1);
}
.news-programs__image a {
  display: inline-block;
}

.news-programs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-programs__title a {
  margin-bottom: 8px;
  text-transform: inherit;
  letter-spacing: normal;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #30485f;
  opacity: 1;
  text-decoration: none;
}

.news-programs__btn {
  max-width: 211px;
  position: relative;
  z-index: 10;
  margin-top: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #30485f;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.news-programs__btn::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 0.2em solid #30485f;
  border-left: 0.2em solid #30485f;
  position: absolute;
  top: 30%;
  right: -20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.container-watch {
  width: 1300px;
  font-family: "Roboto", sans-serif;
  padding-top: 155px;
  padding-left: 320px;
  padding-right: 0;
}
.blog-header p {
  display: inline-flex;
  align-items: flex-start;
}
.blog-header p:first-child {
  color: var(--Yellow, #fdc84a);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 21px; */
  text-transform: uppercase;
}
.blog-header p:last-child {
  color: var(--Dark-Blue, #202c53);
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 21px; */
  opacity: 0.7;
  margin-left: 28px;
}
.h1-text {
  margin: 0;
  padding: 45px 43px 48px 0;
  min-width: 773px;
  color: #30485f;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  line-height: 64px;
}

.p-text {
  color: #30485f;
  font-family: "Roboto", bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 550;
  line-height: 40px;
}
.p1-text {
  width: 813px;
  /* height: 368px; */
  color: #2c3034;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.video {
  position: relative;
  margin: 2em 0;
}

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

.video .play-button {
  width: 70px;
  height: 70px;
  background-color: white;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.svg-big {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-timeline {
  width: 814px;
}
.video-timeline ul {
  list-style: none;
  padding: 0;
}
.video-timeline ul li::before {
  content: attr(data-time);
  color: #30485f;
  margin-right: 10px;
  font-weight: bold;
}
.video-timeline ul li {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 40px;
}
.related-courses {
  padding-left: 100px;
  width: 1345px;
  /* max-height: 471px; */
  flex-shrink: 0;
}
.related-courses-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.circle-button {
  margin-left: 1px;
}

.related-courses h2 {
  display: flex;
  color: #30485f;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: bold;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.circle-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #657d91; /* Колір кнопки ліворуч */
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
  margin: 8px;
}
.circle-button.right {
  background-color: #2e4663;
}
.circle-button svg {
  fill: white;
}
.video-cards {
  display: flex;
  max-width: 100%;
  gap: 30px;
  /* transition: transform 0.3s ease; */
}
.video-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 425px;
  height: 340px;
  object-fit: cover;
  flex-shrink: 0;
}

.video-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.video-card .video-overlay {
  position: relative;
}

.video-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-card .play-button svg {
  fill: rgb(48, 72, 95);
  width: 24px;
  height: 24px;
}

.video-card .content {
  padding: 15px;
}
.video-card .title {
  color: var(--Dark-Blue, #202c53);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 30px; /* 150% */
}
.view-link-container {
  display: flex;
  align-items: center;
}

.view-link {
  color: #1976d2;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}
.view-link {
  width: 80px;
  height: 20px;
  color: #7a9cbb;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

svg {
  fill: #7a9cbb;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .container-watch {
    width: 100%;
    padding-left: 0 !important;
  }
  .blog-header {
    padding-left: 20px;
  }
  .h1-text {
    font-size: 32px;
    line-height: 40px;
    padding: 0 20px;
    min-width: unset;
  }

  .p-text {
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
  }

  .p1-text {
    width: auto !important;
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
  }
  .video {
    width: auto;
    padding: 0 20px;
  }
  .video-timeline {
    width: 100%;
  }

  .video-timeline ul li {
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .related-courses {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .related-courses h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .video-cards {
    flex-direction: column;
    gap: 20px;
  }

  .video-card {
    width: 100%;
    height: auto;
  }

  .video-card img {
    width: 100%;
    height: auto;
  }

  .video-card .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .h1-text {
    font-size: 28px;
    line-height: 36px;
  }

  .p-text {
    font-size: 20px;
    line-height: 28px;
  }

  .related-courses h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.container-listen {
  width: 1300px;
  font-family: "Roboto", sans-serif;
  padding-top: 155px;
  padding-left: 320px;
  padding-right: 0;
}
.blog-header p {
  display: inline-flex;
  align-items: flex-start;
}
.blog-header p:first-child {
  color: var(--Yellow, #fdc84a);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-header p:last-child {
  color: var(--Dark-Blue, #202c53);
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  margin-left: 28px;
}
.h1-text {
  margin: 0;
  padding: 45px 43px 48px 0;
  min-width: 773px;
  color: #30485f;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  line-height: 64px;
}

.p-text {
  color: #30485f;
  font-family: "Roboto", bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 550;
  line-height: 40px;
}
.p1-text {
  width: 813px;
  color: #2c3034;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.podcast-container {
  padding: 24px;
  background: #f2f6f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 196, 196, 0.1);
  overflow: hidden;
  display: flex;
  width: 850px;
  height: auto;
  flex-shrink: 0;
}

.podcast-info {
  display: flex;
  flex-direction: row;
}

.podcast-image {
  width: 352px;
  height: 352px;
  flex-shrink: 0;
  object-fit: cover;
}

.podcast-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.podcast-details h2 {
  padding-left: 30px;
  color: #30485f;
  /* text-align: center; */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.audio-controls {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.audio-controls input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: #fff;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0;
}

.audio-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  /* background: #30485f; */
  cursor: pointer;
  border-radius: 50%;
  /* box-shadow: -100vw 0 0 100vw #30485f; */
}

.audio-controls input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  /* background: #30485f; */
  cursor: pointer;
  border-radius: 50%;
}

.audio-controls input[type="range"]::-moz-range-progress {
  /* background: #30485f; */
}

.time-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

#progress-bar {
  flex-grow: 1;
}
.media-controls {
  padding-left: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.control-button {
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  background: #f2f6f9;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.control-button img {
  width: 40px;
  height: 40px;
  display: block;
}

.control-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #34495e;
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
}

.text-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-button {
  top: 55% !important;
}
.control-button span p {
  color: #30485f;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
#play-button {
  width: 64px !important;
  height: 64px !important;
}
.rotate-button img {
  transform: scaleX(-1);
}

.podcast-platforms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 600px;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.podcast-platforms a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.platform-button {
  display: flex;
  gap: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: box-shadow 0.3s ease;
}
.platform-button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.spotify {
  text-decoration: none;
  /*   height: 25px; */
  display: inline-flex;
  padding: 11px 50px 12px 50px;
  justify-content: center;
  align-items: center;
}

.soundcloud {
  text-decoration: none;
  /*   height: 25px; */
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
}

.apple {
  text-decoration: none;
  height: 25px;
  display: inline-flex;
  padding: 12px 23px 12px 24px;
  justify-content: center;
  align-items: center;
}

.google {
  text-decoration: none;
  height: 25px;
  display: inline-flex;
  padding: 12px 19px;
  justify-content: center;
  align-items: center;
}
.video-timeline {
  width: 814px;
}
.video-timeline ul {
  list-style: none;
  padding: 0;
}
.video-timeline ul li::before {
  content: attr(data-time);
  color: #30485f;
  margin-right: 10px;
  font-weight: bold;
}
.video-timeline ul li {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 40px;
}
.related-courses {
  padding-left: 100px;
  width: 1345px;
  /* max-height: 471px; */
  flex-shrink: 0;
}
.related-courses-header {
  min-width: 1350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.circle-button {
  margin-left: 1px;
}

.related-courses h2 {
  display: flex;
  color: #30485f;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: bold;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.circle-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #657d91; /* Колір кнопки ліворуч */
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
  margin: 8px;
}
.circle-button.right {
  background-color: #2e4663;
}
.circle-button svg {
  fill: white;
}
.video-cards {
  display: flex;
  max-width: 100%;
  gap: 30px;
  /* transition: transform 0.3s ease; */
}
.video-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 425px;
  height: 340px;
  object-fit: cover;
  flex-shrink: 0;
}

.video-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.video-card .video-overlay {
  position: relative;
}

.video-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-card .play-button svg {
  fill: rgb(48, 72, 95);
  width: 24px;
  height: 24px;
}

.video-card .content {
  padding: 0 15px;
}
.video-card .title {
  color: var(--Dark-Blue, #202c53);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 30px; /* 150% */
}
.view-link-container {
  display: flex;
  align-items: center;
}

.view-link {
  color: #1976d2;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}
.view-link {
  width: 80px;
  height: 20px;
  color: #7a9cbb;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

svg {
  fill: #7a9cbb;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .container-listen {
    width: 100%;
    padding-left: 0 !important;
  }
  .podcast-container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .podcast-info {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  .podcast-image {
    min-width: 95% !important;
    height: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
    object-fit: cover;
  }

  .podcast-details h2 {
    color: #30485f;
    text-align: left;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    padding: 0 !important;
  }

  .audio-controls {
    padding: 0 !important;

    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .audio-controls input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #fff;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
  }

  .audio-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    /* background: #30485f; */
    cursor: pointer;
    border-radius: 50%;
    /* box-shadow: -100vw 0 0 100vw #30485f; */
  }

  .audio-controls input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    /* background: #30485f; */
    cursor: pointer;
    border-radius: 50%;
  }

  .audio-controls input[type="range"]::-moz-range-progress {
    /* background: #30485f; */
  }

  .time-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px; /* Зменшено для мобільних пристроїв */
  }

  #progress-bar {
    flex-grow: 1;
  }

  .media-controls {
    width: 100%;
    padding: 20px 0 !important;
    display: flex;
    justify-content: center; /* Центрування по горизонталі */
    align-items: center; /* Центрування по вертикалі */
    margin: 0 auto; /* Центрування самого контейнера */
    padding-left: 0 !important;
    gap: 0;
  }

  .control-button {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6f9;
    font-size: 12px; /* Зменшено для мобільних пристроїв */
    cursor: pointer;
  }

  .control-button img {
    width: 40px;
    height: 40px;
  }

  .control-button span {
    color: #34495e;
    font-size: 14px; /* Зменшено для мобільних пристроїв */
    font-weight: bold;
  }
  #play-button img {
    width: 64px !important;
    height: 64px !important;
  }

  .podcast-platforms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 !important;
  }
  .platform-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }

  .platform-button:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .blog-header {
    padding-left: 20px;
  }
  .h1-text {
    font-size: 32px;
    line-height: 40px;
    padding: 0 20px;
    min-width: unset;
  }

  .p-text {
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
  }

  .p1-text {
    width: auto !important;
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
  }
  .video {
    width: auto;
    /* padding: 0 20px; */
    padding-left: 25% !important;
  }
  .video-timeline {
    width: 100%;
  }

  .video-timeline ul li {
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .related-courses {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .related-courses h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .video-cards {
    flex-direction: column;
    gap: 20px;
  }

  .video-card {
    width: 100%;
    height: auto;
  }

  .video-card img {
    width: 100%;
    height: auto;
  }

  .video-card .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .slick-slide {
    display: inline-block !important; /* Відображаємо всі слайди в рядок */
  }

  .news-content .slick-track {
    display: flex !important;
    flex-direction: row;
  }

  .news-item.blog {
    flex: 1; /* Займає доступний простір */
    width: 100%; /* Повна ширина слайду */
  }
}
@media (min-width: 601px) {
  .whoo_how {
    padding-top: 120px;
  }
}
.main-section {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.support-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  padding-bottom: 40px;
  width: 931px;
  bottom: 40%;
  left: 10%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
}

.text-overlay-p {
  position: absolute; /* Абсолютне позиціонування */
  top: calc(100% - 280px); /* Відступ від низу text-overlay */
  left: 10%; /* Вирівнювання з text-overlay */
  margin: 0;
  max-width: 416px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  opacity: 1;
}

.first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.text-content {
  text-align: left;
  padding-top: 100px;
}
.p-content {
  color: #30485f;
  width: 816px;
  opacity: 0.8;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0; /* Відступ знизу між абзацами */
}

/* Прибираємо відступ з останнього абзацу */
.p-content:last-child {
  margin-bottom: 0;
}

.image-content {
  padding-top: 100px;
}
.first-image {
  width: 1240px;
  height: 600px;
  flex-shrink: 0;
}
.second {
  background-color: #f2f6f9;
  width: 100%;
}

.container-sup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 150px 20px 20px 20px;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 90px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.section-content {
  display: flex;
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  box-sizing: border-box;
}

.img-1,
.img-2 {
  width: 45%;
  height: auto;
  box-sizing: border-box;
}

.section.reverse {
  flex-direction: row-reverse;
}

.original,
.reversed {
  padding: 0;
}
/* Заголовок секції */
.help-h2 {
  color: #30485f;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
}

/* Текстовий контент */
.section h2 {
  width: 80%;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #30485f;
}
.section p {
  width: 90%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444;
  opacity: 1;
}
/* Стилі для нового блоку з відео та картками */
.help-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
}
.help-section h2 {
  color: #30485f;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 140% */
}
.description {
  color: #30485f;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  opacity: 0.5;
}
.video-wrapper {
  position: relative; /* Для правильного позиціонування play-button */
  display: inline-block; /* Для збереження розмірів відео */
}

.video-image {
  width: 1240px;
  height: 698px;
  flex-shrink: 0;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.youtube-video {
  display: none;
  width: 100%;
  height: 360px;
  border-radius: 8px;
  border: none;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  background-color: #f2f6f9;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  width: 550px;
  border: radius 16px;
  text-align: left;
  display: flex;
  flex-direction: row; /* Вертикальне розміщення елементів */
  gap: 20px; /* Відстань між блоками */
  width: 605px;
  min-height: 100%; /* Забезпечує, що картки мають однакову висоту */
}

.card-icon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
}

.icon-background {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(243, 183, 69, 0.1);
  width: 56px;
  height: 56px;
}

.icon-background svg {
  opacity: 1;
  width: 32px;
  height: 32px;
  fill: #f3b745;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Забезпечує, що кнопка буде внизу */
  height: 100%;
}

.card-content h3 {
  color: #30485f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.card-content p {
  font-size: 16px;
  color: #30485f;
  line-height: 24px;
  text-align: left;
  opacity: 0.8;
  padding-right: 75px;
  margin: 0 0 20px 0; /* Відступи між текстом і кнопкою */
  flex-grow: 1; /* Займає всю доступну висоту */
}

.btn {
  background-color: #30485f;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  align-self: flex-start;
  width: 220px;
  height: 56px;
  margin-top: auto;
}

.btn:hover {
  background-color: #263849;
}
.supports-container {
  display: flex;
  width: 1240px;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 0 100px 0 150px;
}
.support-details {
  height: auto;
  width: 1250px;
  align-self: stretch;
  border: 1px solid #dfdfdf;
}
.supports-container h2 {
  color: #30485f;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
}

.buttons-sup {
  display: inline-flex;
  height: 75px;
  min-width: 100%;
  padding: 15px 0 10px 20px;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-bottom: 1px solid #dfdfdf;
}
.currency-button {
  display: flex;
  width: 209.94px;
  height: 48px;
  padding: 15.47px 33.36px 14.53px 33.55px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #fcb814;
  cursor: pointer;
  z-index: 10;
  background: #fff;
}
.currency-button.active {
  display: flex;
  width: 209.94px;
  height: 48px;
  padding: 15.47px 41.95px 14.53px 41.45px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #fcb814;
  background: #fcb814;
}

.currency-button.active {
  background-color: #ffc107;
  color: #fff;
}

.details-sup {
  display: flex;
  /* width: 1189.91px;
  height: 332.83px; */
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 7.48px;
  flex-shrink: 0;
  padding: 25px 25px 0 25px;
}

.detail-item {
  width: 1189.91px;
  height: 60.58px;
  flex-shrink: 0;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.detail-label {
  flex: 0 0 200px;
  color: #30485f;
  font-style: normal;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
}

.detail-value {
  flex: 1;
  display: flex;
  width: 497.45px;
  height: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #30485f;
  text-align: left; /* Вирівнювання по лівому краю */
  padding-left: 110px; /* Відступ для значення */
}

.copy-button {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  flex: 0 0 auto;
  background-color: transparent; /* Прозорий фон */
  color: #333;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px; /* Відступ між текстом і іконкою */
}

.copy-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.copy-all {
  display: flex;
  /* justify-content: center; */
  margin-top: 20px;
  width: 190px;
  margin: 0;
  /* padding-left: 16px; */
  padding-bottom: 25px;
  min-height: 48px;
  padding-top: 15px;
}
.details-container {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

.copy-all-button {
  display: inline-flex;
  padding: 13px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 8px; /* Заокруглені куточки */
  background: #f3b745; /* Жовтий фон */
  border: none; /* Прибираємо обведення */
  outline: none; /* Прибираємо контур (outline) */
  cursor: pointer; /* Додаємо зміну курсора на кнопку */
}
.outer-container {
  display: flex;
  justify-content: center; /* Центрування по горизонталі */
  align-items: center; /* Центрування по вертикалі */
  box-sizing: border-box; /* Врахування padding для контейнера */
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box; /* Врахування padding для контейнера */
}

.cards-container {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cards-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.cards-content h2 {
  width: auto;
  margin-bottom: 0;
  padding-bottom: 16px;
  /* max-height: 64px; */
  padding-left: 100px;
  padding-right: 100px;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}

.button {
  text-decoration: none;
  color: #f3b745;
  font-family: "Gill Sans Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button:hover {
  text-decoration: underline;
}
.button svg {
  width: 14px;
  height: 14px;
}
.card-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.donation-card {
  position: relative;
  width: 608px;
  height: 400px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.donation-content {
  display: flex;
  max-width: 544px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 32px 32px 32px;
}

.donation-content h2 {
  width: 420px;
  height: 88px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 137.5% */
  margin: 0;
}

.donation-content p {
  color: #fff;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 5px;
}

.donation-button {
  text-decoration: none;
  display: flex;
  padding: 17.5px 31.69px 17.5px 32.31px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f3b745;
}
.donation-content a {
  color: #30485f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.donation-button:hover {
  background-color: #e0a639;
}

@media (max-width: 768px) {
  .details-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .support-image {
    width: 100%;
    height: 450px;
  }
  .text-overlay {
    max-width: 469px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    color: #ffffff;
    margin: 0;
    /* margin-bottom: 32px; */
    /* padding-left: 86px; */
    padding-right: 86px;
  }

  .text-overlay-p {
    max-width: 416px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    opacity: 1;
    margin: 0;
    margin-bottom: 48px;
    padding-top: 100px;
  }

  .container-sup {
    max-width: 100%;
    /* padding-left: 35px; */
  }
  .text-content {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .p-content {
    max-width: 100%;
  }
  .image-content {
    padding-top: 32px;
  }
  .first-image {
    max-width: 100%;
    height: auto;
  }
  .first,
  .second {
    width: 335px;
    background-color: #fff;
    padding-left: 35px;
  }
  .section,
  .section.reverse {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .section {
    padding: 20px 20px 20px 0 !important;
    gap: 0;
  }
  /* .section,
  .section.reverse {
    flex-direction: column;
    padding: 0;
    padding-top: 20px;
  } */
  .section-content,
  .img-1,
  .img-2 {
    max-width: 100%; /* На маленьких екранах елементи займають всю ширину секції */
    width: 100%;
  }
  .section-content h2,
  p {
    margin: 0;
  }
  .section-content h2 {
    max-width: 335px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .section-content p {
    width: 335px;
    height: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 24px;
  }
  /* .img-1,
  .img-2 {
    width: 335px !important;
    height: 100% !important;
    padding: 0;
    border-radius: 0px !important;
  }
  .img-2 {
    padding-bottom: 48px;
  } */

  .video-image,
  .video-wrapper {
    width: 335px !important;
    height: 189px !important;
    flex-shrink: 0;
  }
  .help-section {
    width: 335px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0 !important;
  }

  .help-h2 {
    padding-top: 15px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
  }
  .help-section p {
    text-align: center;
    max-height: 250px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-bottom: 24px;
  }

  .cards,
  .card {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    /* height: 484px; */
    flex-shrink: 0;
    margin: 0;
  }
  .card-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-content button {
    align-self: center;
  }
  .cards-p {
    width: 295px;
    min-height: auto;
    flex-shrink: 0;
    padding-right: 0 !important;
    /* margin-bottom: 0 !important; */
  }
  .btn {
    background-color: #30485f;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 20px;
    cursor: pointer;
    align-self: center;
    text-align: center;
    width: 220px;
    height: 56px;
    margin-top: auto;
  }
  .supports-container {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 335px;
    height: auto;
    flex-shrink: 0;
  }

  .supports-container h2 {
    padding-left: 25px;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }

  .support-details {
    height: auto;
    width: 335px;
  }

  .currency-button,
  .currency-button.active {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .buttons-sup {
    display: flex;
    flex-direction: column;
    width: 317px !important;
    min-width: 0px !important;
    height: auto;
    flex-shrink: 0;
    padding-left: 16px;
    padding-bottom: 15px;
  }
  .currency-button,
  .currency-button.active {
    width: 300px;
    height: 48px;
  }

  .details {
    display: flex;
    width: 335px;
    height: auto;
    padding: 0;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    position: relative;
  }

  .detail-item {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    justify-content: left;
    padding-left: 16px;
    padding-right: 16px;
    position: relative; /* Для використання псевдоелементів */
  }

  .detail-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dfdfdf;
  }

  .detail-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 1px; */
    background-color: #dfdfdf;
  }

  .detail-label {
    display: flex;
    max-height: 20px;
    margin: 0;
    margin-top: 16px;
    flex-direction: column;
    justify-content: center;
    padding: 5px 10px;
    align-self: stretch;
    margin-left: 0;
  }

  .detail-value {
    padding-left: 0;
    max-width: 310px;
    /*     max-height: 48px; */
    padding: 5px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  .copy-all {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .details-container {
    height: 600px;
  }
}
.details-container {
  height: auto;
}
.support-section {
  text-align: center;
  padding: 100px 20px 40px 20px;
  background-color: #ffffff;
}
.support-h2 {
  color: #30485f;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.support-p {
  color: #30485f;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  opacity: 0.5;
}
.outer-container {
  display: flex;
  justify-content: center; /* Центрування по горизонталі */
  align-items: center; /* Центрування по вертикалі */
  box-sizing: border-box; /* Врахування padding для контейнера */
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box; /* Врахування padding для контейнера */
}

.cards-container {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.cards-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1; /* Градієнт на передньому плані, але під контентом */
}
.cards-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 2;
}

.cards-content h2 {
  width: auto;
  margin-bottom: 0;
  padding-bottom: 16px;
  /* max-height: 64px; */
  padding-left: 100px;
  padding-right: 100px;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}

.sup-btn {
  text-decoration: none;
  color: #f3b745;
  font-family: "Gill Sans Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.sup-btn:hover {
  text-decoration: underline;
}
.sup-btn svg {
  width: 14px;
  height: 14px;
}
.card-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.donation-card {
  position: relative;
  width: 608px;
  height: 400px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.backgrounds-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.donation-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(48, 72, 95, 0.4) 0%,
    rgba(48, 72, 95, 0.4) 100%
  );
  z-index: 1; /* Градієнт поверх зображення, але під контентом */
}
.donation-content {
  display: flex;
  max-width: 544px;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 32px 32px 32px;
}

.donation-content h2 {
  width: 420px;
  height: 88px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 137.5% */
  margin: 0;
}

.donation-content p {
  color: #fff;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 5px;
}

.donation-button {
  text-decoration: none;
  display: flex;
  padding: 17.5px 31.69px 17.5px 32.31px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f3b745;
}
.donation-content a {
  color: #30485f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.donation-button:hover {
  background-color: #e0a639;
}
@media (max-width: 768px) {
  .support-section {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Вирівнювання по вертикалі */
    align-items: center; /* Вирівнювання по горизонталі */
    text-align: center;
    padding: 0;
    background-color: #ffffff;
    padding-top: 100px;
  }

  .support-h2 {
    min-width: 245px;
    max-height: 32px;
    color: #30485f;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
  }

  .support-p {
    max-width: 306px;
    max-height: 48px;
    color: #30485f;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    opacity: 0.8;
  }
  .outer-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center; /* Центрування по горизонталі */
    align-items: center; /* Центрування по вертикалі */
    box-sizing: border-box; /* Врахування padding для контейнера */
  }

  .gallery-container {
    display: grid;
    grid-template-columns: 1fr; /* Одна колонка */
    gap: 20px;
    /* max-width: 1200px; */
    width: 100%;
    padding: 20px;
    box-sizing: border-box; /* Врахування padding для контейнера */
  }

  .cards-container {
    position: relative;
    min-width: 335px; /* Ширина для карток */
    min-height: 230px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Забезпечує покриття всього контейнера зображенням */
    z-index: 0; /* Зображення на задньому плані */
  }

  .cards-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ); /* Градієнт поверх зображення */
    z-index: 1; /* Градієнт на передньому плані */
  }
  .cards-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
  }

  .cards-content h2 {
    min-width: 283px;
    /* padding: 0; */
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .sup-btn {
    display: flex;
    width: 128px;
    height: 20px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #f3b745;
    font-family: "Gill Sans Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  .sup-btn:hover {
    text-decoration: underline;
  }

  .sup-btn svg {
    width: 14px;
    height: 14px;
  }
  .card-wrapper {
    display: flex;
    flex-direction: column; /* Вертикальне вирівнювання карток */
    gap: 20px; /* Відстань між картками */
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .donation-card {
    position: relative;
    width: 335px;
    height: 320px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }

  .donation-content {
    display: flex;
    z-index: 1;
    max-width: 544px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 32px 32px 32px;
  }

  .donation-content h2 {
    max-width: 295px;
    max-height: 64px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
  }

  .donation-content p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .donation-button {
    text-decoration: none;
    display: flex;
    padding: 17.5px 31.69px 17.5px 32.31px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f3b745;
    align-self: center; /* Центрування кнопки */
  }
  .backgrounds-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; /* Зображення під контентом */
  }

  .donation-button:hover {
    background-color: #e0a639;
  }
  .donation-content a {
    color: #30485f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
	  .description{
    max-width: 390px;
    padding-left: 35px;
  }
	.first,.second {
        width: auto !important;
	}
.first {
        padding-right: 20px !important
}
}

/* @media (max-width: 768px) {
.main.program {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    background-image: url(../image/program-page-photo/Main/background-mobile.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
}
} */
.blog-inside-text-content-last-image img{
  max-height:466px;
  max-width:1100px;
  
}
@media (max-width: 768px) {
  .blog-inside-text-content-last-image img {
    max-width: 100%;
    max-height: 100vh;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
	    .header.mobile .header-navigation .hidden.active .navigator-item {
  text-align: left;
        white-space: normal;
    }
}