@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
html {
  box-sizing: border-box;
}
.main {
  flex-grow: 1;
}
body {
  display: flex;
  flex-direction: column;
}
html,
body {
  height: 100%;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1465px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.news-page {
  padding-bottom: 50px;
}
.helper__inner {
  display: flex;
  justify-content: space-between;
}
.helper__content {
  max-width: 1075px;
  width: 100%;
}
.helper__video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.helper__video > iframe {
  position: absolute;
  top: 0;
  left:  0;
  width: 100%;
  height: 100%;
  display: block;
}
.helper__title {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.helper__text {
  font-size: 16px;
  color: #272b30;
  font-weight: normal;
  margin-bottom: 60px;
}
.helper__right {
  margin-bottom: 50px;
}
.helper__form {
  position: relative;
  margin-bottom: 80px;
}
.helper__form-title {
  text-transform: uppercase;
  color: #272b30;
  font-size: 16px;
  margin-bottom: 25px;
}
.helper__input {
  background: #f5f5f5;
  padding: 15px 20px;
  border: 2px solid #b5b5b5;
  width: 100%;
  margin-bottom: 10px;
}
.helper__input::placeholder {
  text-transform: uppercase;
  color: #272b30;
  font-size: 16px;
  font-weight: normal;
}
.helper__textarea {
  background: #f5f5f5;
  padding: 15px 20px;
  border: 2px solid #b5b5b5;
  width: 100%;
  resize: none;
  height: 125px;
  margin-bottom: 80px;
}
.helper__textarea::placeholder {
  text-transform: uppercase;
  color: #272b30;
  font-size: 16px;
  font-weight: normal;
}
.helper__btn {
  padding: 20px 40px;
  border: none;
  background: #e30017;
  text-transform: uppercase;
  color: #272b30;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  /* transition: 0.3s ease 0s; */
}
.helper__btn:hover {
  background: #e30017;
}
.helper__news {
  padding-bottom: 70px;
}
.helper__news-link {
  max-width: 300px;
  width: 100%;
  padding: 5px;
  /* transition: 0.3s ease 0s; */
}
.helper__news-link:hover {
  background: #e30017;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}
.helper__news-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.helper__news-title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.helper__news-image {
  margin-bottom: 15px;
}
.helper__news-img {
  width: 285px;
  max-height: 180px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.helper__news-item {
  width: 278px;
  height: 280px;
  background: #e30017;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
  /* transition: 0.3s ease 0s; */
}
.helper__news-item:hover {
  background: #e30017;
}
.helper__news-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
.helper__news-date {
  color: #eaeaea;
  font-size: 12px;
}
.helper__news-box {
  padding: 0 15px;
}
.helper__right-box {
  display: flex;
}
.helper__right-form {
  display: flex;
  flex-direction: column;
  padding: 35px;
  position: relative;
  margin-bottom: 25px;
  /* background: linear-gradient(-55deg, transparent 10%, #262b31 0) right,
              linear-gradient(125deg, transparent 10%, #262b31 0) left;
  background-size: 51% 100%; */
  background-repeat: no-repeat;
  margin-bottom: 30px;
  justify-content: center;
  background: repeating-linear-gradient(135deg, #3b3939, #3b3939 25px, #1c1a19 25px, #1c1a19 50px);
  background-repeat: no-repeat;
  border-radius: 5px;
  padding-bottom: 20px;
}
/*.helper__right-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
  background-image: url('../img/form-black.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}*/
.helper__right-input {
  max-width: 280px;
  width: 100%;
  border: none;
  background: #696969;
  padding: 15px;
  color: #fff;
  margin-bottom: 15px;
  outline: transparent;
  border: none;
  padding: 15px;
  background: #b2b2b2;
  color: #272b30;
  margin-bottom: 15px;
  border-radius: 5px;
}
.helper__right-input::placeholder {
  color: #272b30;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}
.helper__right-btn {
  padding-top: 15px;
  background: #e30017;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  border: none;
  cursor: pointer;
  /* transition: 0.3s ease 0s; */
  margin-bottom: 15px;
  border: none;
  padding: 15px 0;
  background: #fff;
  text-transform: uppercase;
  color: #e30017;
  font-size: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s ease 0s;
  font-weight: bold;
  border-radius: 5px;
}
.helper__right-btn:hover {
  background: #e30017;
  color: #fff;
}
.helper__right-date {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  color: #010101;
}
.helper__right-prev {
  display: block;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  padding: 15px 50px 15px 65px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: none;
  background: #e30017;
  color: #fff;
  max-width: 90%;
  /* transition: 0.3s ease 0s; */
}
.helper__right-prev:hover {
  background: #e30017;
  opacity: 0.9;
}
.helper__right-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../img/icons/prev.png'); */
  background-repeat: no-repeat;
  z-index: -1;
}
.helper__right-next {
  display: block;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  padding: 15px 65px 15px 40px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: none;
  background: #e30017;
  color: #fff;
  /* max-width: 90%; */
  /* transition: 0.3s ease 0s; */
}
.helper__right-next:hover {
  background: #e30017;
  opacity: 0.9;
}
.helper__right-next::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../img/icons/prev.png'); */
  transform: rotate(180deg);
  background-repeat: no-repeat;
  z-index: -1;
}
.helper__block-left {
  position: relative;
}
.helper__block-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 23px solid #fff;
  border-right: 20px solid transparent;
  z-index: 3;
}
.helper__block-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 24px solid #fff;
  border-right: 22px solid transparent;
  z-index: 3;
}
.helper__block-right {
  position: relative;
}
.helper__block-right::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  height: 7px;
  border-top: 23px solid #fff;
  border-right: 20px solid transparent;
  z-index: 3;
  transform: rotate(453deg);
}
.helper__block-right::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 20px;
  border-bottom: 25px solid #fff;
  border-right: 25px solid transparent;
  transform: rotate(270deg);
  z-index: 3;
}
@media (max-width: 1450px) {
  .helper__content {
    max-width: 905px;
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .helper__content {
    max-width: 650px;
    width: 100%;
  }
}
@media (max-width: 1015px) {
  .helper__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .second-header {
    position: relative;
  }
  .second-header::before {
    display: none;
  }
  .helper__title {
    font-size: 24px;
  }
  .helper__inner,
  .helper__news-inner {
    justify-content: center;
  }
  .helper__right {
    display: none;
  }
}
@media (max-width: 325px) {
  .helper__box {
    display: flex;
    justify-content: space-around;
  }
  .helper__right-prev {
    padding: 15px 45px;
  }
  .helper__right-next {
    padding: 15px 45px;
  }
}
