* {
  box-sizing: border-box;
}
body {
  margin: 0 !important;
  background-color: #fff;
}
p {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}
.ctContent {
  margin: 0 auto;
  box-sizing: border-box;
}
.ctContent {
  width: 100%;
  background: #fff;
}
.btnWrapper {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  max-width: 1000px;
}
.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-family: sans-serif;
  font-size: 24px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btnWrapper__btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.facebookComment {
  border-bottom: 1px solid #dae1e8;
}
.facebookComment__container {
  padding: 0 10px;
}
.facebookComment__titleWrapper {
  margin-bottom: 10px;
  padding: 6px 7px 5px 9px;
  background-color: #dae2e8;
}
.facebookComment__title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #45688e;
}
.facebookComment__wrapper {
  display: flex;
  margin-top: 10px;
  padding-bottom: 15px;
}
.facebookComment__name,
.facebookComment__published {
  font-family: sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #2b587a;
}
.facebookComment__published {
  font-weight: 400;
  font-size: 15px;
  color: #999;
}
.facebookComment__avatar {
  margin: 7px 10px 0 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.facebookComment__avatar.commentAvatarDef {
  background-blend-mode: normal;
  background-clip: content-box;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.facebookComment__comment {
  font-family: sans-serif;
  font-weight: 400;
}
.facebookComment:last-child {
  border-bottom: none;
}
.line {
  width: 100%;
  background-color: transparent;
}
.line__container {
  padding: 3px 0;
  width: 100%;
}
.line__bg {
  width: 100%;
  height: 3px;
  background: #000;
}
.oneImageWidget__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paragraphWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}
@media (max-width: 767px) {
  .btnWrapper__btn {
    font-size: 20px;
  }
}
.header,
.header *,
.footer,
.footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
.header img,
.footer img {
  display: block;
}
.header ul,
.footer ul {
  list-style: none;
}
.header {
  background: linear-gradient(180deg, #f5f5f5, #e3e4e4);
  padding-top: 20px;
  position: relative;
  margin-bottom: 10px;
}
.header-bg-gradient {
  height: 40px;
  background: linear-gradient(to right, #fcfcfc, #f3f3f3);
  clip-path: polygon(100%0, 0 0, 0 100%, 100% calc(100% - 20px));
  position: absolute;
  top: 0;
  width: 100%;
}
.header-container {
  max-width: 1000px;
  padding: 0 5px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-btn {
  background: #d0021b;
  border-radius: 3px;
  padding: 10px 16px;
  display: inline-block;
  color: #fff;
}
.header-menu {
  display: flex;
  align-items: center;
  column-gap: 18px;
  margin-top: 25px;
}
.header-menu li {
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
  color: #4a4a4a;
  padding: 15px 0 20px;
}
.header-menu li.active {
  position: relative;
}
.header-menu li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #3157a1;
  margin: 0 auto;
}
.header-menu-more {
  display: flex;
  align-items: center;
  margin-left: auto;
  column-gap: 10px;
  cursor: pointer;
}
.header-top-mobile {
  display: none;
}
.sf-hidden {
  display: none;
}
@media (max-width: 1100px) {
  .header-container {
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .header .header-top .header-btn,
  .header .header-menu {
    display: none;
  }
  .header-container {
    padding: 0 10px 15px;
  }
  .header .header-top img {
    width: 110px;
  }
  .header-top-mobile {
    display: flex;
  }
}
.footer {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.14);
  color: #4a4a4a;
  margin-top: 20px;
}
.footer-container {
  max-width: 976px;
  margin: 0 auto;
}
.footer-top {
  padding: 40px 0;
}
.footer-middle {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0;
  column-gap: 30px;
}
.footer-bottom {
  padding: 30px 0;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 16px;
}
.footer-middle-list-title {
  font-size: 22px;
  margin-bottom: 20px;
  pointer-events: none;
}
.footer-middle-list li {
  font-size: 17px;
  margin-top: 15px;
}
.footer-bottom2 {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .footer-container {
    padding: 0 10px;
  }
}
@media (max-width: 800px) {
  .footer-middle {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .footer-bottom ul {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (max-width: 500px) {
  .footer-middle {
    grid-template-columns: 1fr;
    row-gap: 0;
    border-bottom: 0;
    padding: 0;
  }
  .footer-middle-list ul {
    display: none;
  }
  .footer-middle-list.active ul {
    display: block;
  }
  .footer-middle-list-title {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    position: relative;
    pointer-events: all;
    cursor: pointer;
  }
  .footer-middle-list-title::after {
    content: "";
    background-image: url("/img/icon_arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-out;
  }
  .footer-middle-list.active .footer-middle-list-title::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .footer-top img {
    max-width: 100%;
  }
  .footer-bottom2 {
    padding-bottom: 75px;
  }
}
.fly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fly__link {
  position: fixed;
  bottom: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fly__link a {
  color: #fff;
  font-weight: 700;
}
.fly__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #d22b2b;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 1.4;
  font-family: sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  will-change: transform;
  padding: 12px;
}
.fly__button:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.pulse {
  position: relative;
}
.pulse:after,
.pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}
.pulse:before {
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}
.pulse:after {
  -webkit-animation: pulse 2s 0.4s infinite linear;
  animation: pulse 2s 0.4s infinite linear;
}
.pulse:hover:after,
.pulse:hover:before {
  display: none;
}
.btn-logo--pozition {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  .btn-logo--pozition {
    gap: 5px;
  }
}
.animated__btn {
  animation: heartRate 2s infinite linear;
}
@keyframes heartRate {
  0% {
    transform: scale(1);
    animation-timing-function: linear;
  }
  50% {
    transform: scale(1.2);
    animation-timing-function: linear;
  }
  100% {
    transform: scale(1);
  }
}
.video-container {
  text-align: center;
  margin: 20px 0;
}
.video-container-link {
  z-index: 214;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
}
.video-container-link img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 470px;
  padding: 10px;
  margin: 40px auto 100px;
}
