body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background: #fff;
  font-family: "Montserrat", serif;
  color: #272D4f;
}
body * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.fullscreen {
  overflow: hidden;
}
body.fullscreen .header__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
body.fullscreen .header__video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}

h1 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.header {
  background: url(../img/bg_header.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
}
.header__label {
  background: #B2904C;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  max-width: 880px;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 16px;
}
.header__inner {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 24px;
  border-top: 4px solid #F2AF1B;
  border-bottom: 4px solid #F2AF1B;
  max-width: 880px;
  margin: 0 auto;
}
.header__head {
  text-align: center;
}
.header__head p {
  color: #FF3636;
  font-size: 18px;
  margin-top: 24px;
  display: block;
  margin-bottom: 40px;
  font-weight: 700;
}
.header__block {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.header__block:hover .header__muted span {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.header__video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  padding: 0;
}
.header__video source {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__muted {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: calc(100% - 40px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__muted span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% - 60px);
  background-color: rgba(255, 54, 54, 0.9);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes header__muted-blink {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes header__muted-blink {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header__muted span .header__muted-blink {
  -webkit-animation: header__muted-blink 2s infinite;
          animation: header__muted-blink 2s infinite;
  opacity: 0;
}
.header__muted span .header__muted-blink:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.header__muted span .header__muted-blink:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.header__muted span i {
  width: 100%;
  max-width: 86px;
  margin-bottom: 15px;
}
.header__muted span i svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__muted span i path {
  stroke: #fff;
}
.header__muted span b {
  font-size: 16px;
  text-align: center;
}
.header__muted.hidden {
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
          transform: translate(-50%, -50%) scale(0) !important;
  opacity: 0;
  visibility: hidden !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
    opacity: 0.85;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 54, 54, 0.9);
            box-shadow: 0 0 0 20px rgba(255, 54, 54, 0.9);
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
    opacity: 0.85;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 54, 54, 0.9);
            box-shadow: 0 0 0 20px rgba(255, 54, 54, 0.9);
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 54, 54, 0.9);
    opacity: 0;
  }
}
.header__play-toggle {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96px;
  display: none;
}
.header__play-toggle.active {
  display: block;
}
.header__play-toggle svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.header__play-toggle span {
  display: block;
  -webkit-animation: pulse 2s 1s infinite;
          animation: pulse 2s 1s infinite;
  color: rgba(255, 54, 54, 0.9);
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.85;
}
.header__controls {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 54, 54, 0.4);
  z-index: 20;
}
.header__progress-bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 10px;
  margin: 0 10px;
  background: rgba(255, 54, 54, 0.9);
  border-radius: 10px;
  overflow: hidden;
}
.header__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
.header__buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.header__play-pause {
  border: 0;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 40px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: transparent;
  cursor: pointer;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__play-pause:hover {
  background: rgba(255, 54, 54, 0.9);
}
.header__play-pause span {
  display: none;
  width: 100%;
  height: 100%;
}
.header__play-pause span.active {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.header__play-pause span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.header__rewind {
  border: 0;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  padding: 10px 0;
  background: transparent;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__rewind:hover {
  background: rgba(255, 54, 54, 0.9);
}
.header__rewind img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.header__volume-toggle {
  border: 0;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  padding: 10px 0;
  background: transparent;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__volume-toggle:hover {
  background: rgba(255, 54, 54, 0.9);
}
.header__volume-toggle span {
  display: none;
  width: 100%;
  height: 100%;
}
.header__volume-toggle span.active {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.header__volume-toggle span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.header__volume-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 150px;
  height: 5px;
}
.header__volume-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.header__volume-slider-wrapper {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 10px;
  position: relative;
}
.header__custom-slider {
  width: 100%;
  height: 100%;
  position: relative;
  background: #e0e0e0;
  border-radius: 10px;
}
.header__custom-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 0;
  cursor: pointer;
}
.header__fullscreen {
  border: 0;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  padding: 10px 0;
  background: transparent;
  cursor: pointer;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__fullscreen:hover {
  background: rgba(255, 54, 54, 0.9);
}
.header__fullscreen img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.header__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.header__btn a {
  background: #FF3636;
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
  font-size: 16px;
  width: 100%;
  max-width: 220px;
  height: 56px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn a:hover {
  background: #bd0e0e;
}
.header__caption {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #5D6593;
  text-align: center;
  font-style: italic;
}
.header__advantages {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.header__advantages span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}
.header__advantages strong {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}
.header__advantages small {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #5D6593;
}
.header__advantages u {
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  margin-top: 20px;
  font-style: normal;
  text-align: center;
}

.images-block {
  padding: 40px 0;
  overflow: hidden;
}
.images-block h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.images {
  display: block;
  position: relative;
}
.images__item {
  width: calc(33.33% - 20px);
  margin: 10px;
  margin-bottom: 20px;
}
.images__item img {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.images__item:nth-child(odd) img {
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
}
.images__item:nth-child(even) img {
  -webkit-transform: rotate(5deg) !important;
          transform: rotate(5deg) !important;
}
.images__item img {
  display: block;
  width: 100%;
}

.content {
  padding: 80px 0 100px;
}
.content a {
  color: #272D4f;
}
.content a:hover {
  text-decoration: none;
}
.content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
.content h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}
.content p {
  font-size: 16px;
  margin-bottom: 24px;
}
.content p:last-child {
  margin-bottom: 0 !important;
}
.content ol,
.content ul {
  margin-left: 24px;
  margin-bottom: 24px;
  font-size: 16px;
}
.content ol:last-child,
.content ul:last-child {
  margin-bottom: 0 !important;
}
.content ol li,
.content ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 14px;
}
.content ol li:last-child,
.content ul li:last-child {
  margin-bottom: 0 !important;
}

.footer {
  padding: 40px 0;
  background: #272D4f;
}
.footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
.footer__logo img {
  display: block;
  height: 60px;
  width: auto;
}
.footer__text {
  color: #fff;
  font-size: 14px;
  width: 100%;
  max-width: 1000px;
}
.footer__text a {
  color: #fff;
}
.footer__text a:hover {
  text-decoration: none;
}

.video-duration {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .header__volume-block {
    display: none;
  }
  .header__volume-toggle {
    margin-right: 0;
  }
  .header__fullscreen {
    margin-left: 0;
  }
  .header__advantages {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .images-block__inner {
    padding: 0 50px;
  }
  .images__item {
    width: calc(100% - 40px);
    margin: 0 20px 0;
  }
  .images__item:nth-child(odd) img {
    -webkit-transform: rotate(-3deg) !important;
            transform: rotate(-3deg) !important;
  }
  .images__item:nth-child(even) img {
    -webkit-transform: rotate(3deg) !important;
            transform: rotate(3deg) !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wrap {
    padding: 0 20px;
  }
  .header {
    padding-top: 0;
  }
  .header__label {
    max-width: none;
    width: auto;
    position: relative;
    margin: 0 -20px;
    border-radius: 0;
    font-size: 14px;
  }
  .header__inner {
    padding: 20px 20px 30px;
    position: relative;
    margin: 0 -20px;
    border-radius: 0;
  }
  .header__head p {
    font-size: 16px;
  }
  .header__block {
    margin: 0 -20px;
  }
  .header__volume-block {
    width: 50px;
  }
  .header__btn {
    margin-top: 30px;
  }
  .header__btn a {
    height: 40px;
    font-size: 14px;
  }
  .header__caption {
    font-size: 14px;
  }
  .header__advantages {
    display: block;
  }
  .header__advantages span {
    padding: 20px;
    margin-bottom: 20px;
  }
  .header__advantages span:last-child {
    margin-bottom: 0;
  }
  .header__advantages span strong {
    font-size: 30px;
  }
  .header__advantages span small {
    font-size: 16px;
  }
  .images-block h2 {
    font-size: 24px;
  }
  .images__item {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .content {
    padding: 40px 0;
  }
  .content h3 {
    font-size: 22px;
  }
  .content h4 {
    font-size: 18px;
  }
  .content p {
    font-size: 14px;
  }
  .content ol li,
  .content ul li {
    font-size: 14px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer__logo {
    margin: 30px 0 0;
  }
  .footer__text {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
  }
}