.site-logged-user header.header {
  margin-top: 32px;
}

@media (max-width: 782px) {
  .site-logged-user header.header {
    margin-top: 46px;
  }
}

.main-header--grid .main-header__subtitle--mb-20 {
  margin-bottom: 20px;
}

.main-header--grid .main-header__title--services {
  margin-bottom: 82px;
}

.content-empty {
  padding-bottom: 200px;
}

@media (max-width: 1023px) {
  .main-header--grid .main-header__title--services {
    margin-bottom: 10px;
  }
}

/* .sectioned-page__content a {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #dd0c15;
  transition: opacity 0.3s ease;
}

.sectioned-page__content a:hover {
  opacity: 0.6;
} */

a.sectioned-page__framed-block-button {
  color: #f9f9f9;
}

.color-inherit {
  color: inherit;
  transition: color 0.3s ease;
}

.color-inherit:hover {
  color: #fcfcfcbf;
}

.page-filter [type="reset"] {
  text-transform: none;
}

.nav-list {
  row-gap: 20px;
}

.product__content a {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0055a2;
  transition: opacity 0.3s ease;
}

.product__content a:hover {
  opacity: 0.6;
}

.product__header .main-header__image {
  pointer-events: none;
}

.solutions__companies a {
  transition: opacity 0.3s ease;
}

.solutions__companies a:hover {
  opacity: 1;
}

.import__content ul span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0055a2;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}

/* form .form__input--checkbox:last-of-type {
  padding: 0;
  justify-content: center;
} */

/* .form__input--checkbox input:checked + .custom-toggle__icon::before {
  background-color: #9eaab1;
} */

/* .form__input--checkbox .custom-toggle__icon {
  border-color: #9eaab1;
  width: 16px;
  height: 16px;
  top: 2px;
} */

/* .form__input--checkbox input:checked + .custom-toggle__icon {
  border-color: #9eaab1;
} */

/* .form__input--checkbox label {
  padding-left: 25px;
}

.form__input--checkbox .custom-toggle__icon::before {
  width: 10px;
  height: 10px;
}

.form__input--checkbox .form__text {
  font-weight: 400;
} */

/* .form__policy-link {
  text-decoration: underline;
} */

/* .subscribe__form-text .form__policy-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #9eaab1;
} */

/* .form__input--checkbox .input-message {
  margin-bottom: -20px;
  font-size: 16px;
  right: 50%;
  transform: translateX(50%);
} */

.import__content strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0055a2;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
  padding: 0;
  border: none;
  background-color: transparent;
}

.about__content--import .sectioned-page__content ul {
  list-style: none;
  padding: 0;
}

.about__content--import .sectioned-page__content ul li {
  margin-bottom: 20px;
}

.about__content--import .sectioned-page__content h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
}

.services-courses__content .services-courses__section--pad {
  display: flex;
  justify-content: space-between
}

.services-courses__content .services-courses__section--pad .sectioned-page__btns {
  width: 20%;
}

@media (min-width: 768px) {
  .main-page__events .upcoming-events__cards--col-1 {
    grid-template-columns: none;
  }

  .main-page__events .upcoming-events__cards--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-page__events .upcoming-events__cards--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }


}

@media (max-width: 768px) {
  .services-courses__content .services-courses__section--pad {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-courses__content .services-courses__section--pad .sectioned-page__btns {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .services-courses__content .services-courses__section--pad .sectioned-page__btns {
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .main-page__events .upcoming-events__cards--col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.event__body a {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0055a2;
  transition: opacity 0.3s ease;
}

.event__body a:hover {
  opacity: 0.6;
}

.main-slide--image {
  padding: 0;
}

.main-slide--image .main-slide__image {
  position: static;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  border-radius: 0;
  transform: translateX(0);
}

.main-slide--image .main-slide__image img {
  position: static;
  max-height: 450px;
  object-position: initial;
  transform: scale(1);
}

@media (max-width: 450px) {
  .main-slide {
    min-height: 450px;
  }
}
.content__vebinar {
  width: 60%;
  color: #fff;
}
.platform-benefit__list {
  list-style-type: none;
  padding-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
.platform-benefit__list-item {
  position: relative;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -.44px;
  padding-left: 14px;
}

.platform-benefit__list-item::before {
  position: absolute;
  top: 10px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0055a2;
  content: "";
}

.support__sofros {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-around;
}

.support__sofros .content__block {
  width: 70%;
}

.support__sofros .sidebar__block {
  width: 25%;
}

.mass-media__item-info{
  position: relative;
}
.mass-media__item-tags{
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  top: 25px;
  left: 22px;
  right: 22px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #fcfcfc;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  box-shadow: 0 0 3px rgba(0, 0, 0, .35);
}
.mass-media__item-tags a{
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}
.mass-media__item-tags a:hover{
  color:#0055a2;
}
.mass-media__item-long{
  position: absolute;
  top: -4px;
  right: 20px;
  font-size: 14px;
  color:#4d4d4d;
  display: flex;
  align-items: center;
}
.mass-media__item-long:before{
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%234d4d4d'%3E%3Cpath d='M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM3.00683 12C3.00683 16.9668 7.03321 20.9932 12 20.9932C16.9668 20.9932 20.9932 16.9668 20.9932 12C20.9932 7.03321 16.9668 3.00683 12 3.00683C7.03321 3.00683 3.00683 7.03321 3.00683 12Z'/%3E%3Cpath d='M12 5C11.4477 5 11 5.44771 11 6V12.4667C11 12.4667 11 12.7274 11.1267 12.9235C11.2115 13.0898 11.3437 13.2343 11.5174 13.3346L16.1372 16.0019C16.6155 16.278 17.2271 16.1141 17.5032 15.6358C17.7793 15.1575 17.6155 14.5459 17.1372 14.2698L13 11.8812V6C13 5.44772 12.5523 5 12 5Z'/%3E%3C/g%3E%3C/svg%3E");
}

.socBlock{
  padding: 35px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px;
}

.socBlock__title{
  padding: 0 0 5px;
  font-weight: 600;
}

.socLinks{
  display: flex;
  gap: 5px;
}

.socLinks__item{
  display: block;
  flex-shrink: 0;
  height: 48px;
  width: 48px;
  background-size: 44px 44px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.socLinks__item--yt{
  background-color: #F00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M26.3927 11.7142C26.152 10.7926 25.4394 10.0694 24.5336 9.823C22.8931 9.375 16.3184 9.375 16.3184 9.375C16.3184 9.375 9.74054 9.375 8.1032 9.823C7.19743 10.0694 6.48486 10.7926 6.24416 11.7142C5.80078 13.3814 5.80078 16.863 5.80078 16.863C5.80078 16.863 5.80078 20.3446 6.241 22.0118C6.48169 22.9334 7.19427 23.6566 8.10003 23.903C9.74054 24.351 16.3153 24.351 16.3153 24.351C16.3153 24.351 22.8931 24.351 24.5305 23.903C25.4362 23.6566 26.1488 22.9334 26.3895 22.0118C26.8297 20.3446 26.8297 16.863 26.8297 16.863C26.8297 16.863 26.8297 13.3814 26.3927 11.7142ZM14.1649 20.0214V13.7046L19.6596 16.863L14.1649 20.0214Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
.socLinks__item--tg{
  background-color: #64a9dc;
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.socLinks__item--vk{
  background-color: #07f;
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
}
.socLinks__item--rt{
  background-color: #100943;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.40923 9.00647H2.59616V6.67665H8.40923C8.74879 6.67665 8.98488 6.73659 9.10337 6.84127C9.22186 6.94596 9.29525 7.14011 9.29525 7.42373V8.26028C9.29525 8.55911 9.22186 8.75326 9.10337 8.85794C8.98488 8.96263 8.74879 9.00736 8.40923 9.00736V9.00647ZM8.80803 4.48014H0.130859V14.4436H2.59616V11.2021H7.13945L9.29525 14.4436H12.0559L9.67902 11.1869C10.5553 11.0553 10.9488 10.7834 11.2733 10.3351C11.5978 9.88686 11.7606 9.1702 11.7606 8.21376V7.46667C11.7606 6.89943 11.7013 6.45118 11.5978 6.10761C11.4944 5.76405 11.3175 5.46522 11.0664 5.1968C10.8011 4.94271 10.5058 4.76376 10.1512 4.64387C9.79663 4.53919 9.35361 4.47925 8.80803 4.47925V4.48014Z' fill='white'%3E%3C/path%3E%3Cpath d='M13.9506 4.4792C14.9966 4.4792 15.8446 3.63095 15.8446 2.58457C15.8446 1.5382 14.9966 0.689941 13.9506 0.689941C12.9046 0.689941 12.0566 1.5382 12.0566 2.58457C12.0566 3.63095 12.9046 4.4792 13.9506 4.4792Z' fill='%23ED143B'%3E%3C/path%3E%3C/svg%3E");
}