/*
@media (min-width: 641px) and (max-width: 1200px) {}
@media (max-width: 640px) {}
*/
/*Null styles*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
/*Common style*/
body {
  font-family: "Lato", "Arial", sans-serif;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  margin: 0 auto;
}
.top-bar .logotype {
  width: 130px;
  height: 22px;
  margin: auto 0;
}
.top-bar .top-menu {
  margin: auto 11.67vw auto 3.13vw;
  margin-left: auto10px;
}
.top-bar .top-menu__wrap {
  display: flex;
}
.top-bar .top-menu__item {
  margin: 0 40px 0 0;
}
.top-bar .top-menu__item:last-child {
  margin: 0 0 0 0;
}
.top-bar .top-menu__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}
.top-bar .top-menu__link:hover {
  color: #FF3F3A;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .top-bar .top-menu {
    display: none;
  }
}
@media (max-width: 640px) {
  .top-bar .top-menu {
    display: none;
  }
}
.top-bar .cta {
  display: flex;
}
.top-bar .cta .enter {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin: auto 0 auto 36px;
}
.top-bar .cta .enter__image {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.top-bar .cta .enter__log {
  vertical-align: middle;
  color: #424551;
}
.top-bar .cta .enter__log:hover {
  color: #FF3F3A;
}
.top-bar .cta .enter__reg {
  vertical-align: middle;
  color: #424551;
}
.top-bar .cta .enter__reg:hover {
  color: #FF3F3A;
}
@media (max-width: 640px) {
  .top-bar .cta {
    display: none;
  }
}
.top-bar .bar {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .top-bar .bar {
    display: none;
  }
}

.buttons-basic-solid-large {
  height: 52px;
  padding: 0px 40px;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
  color: #FFFFFF;
}

.buttons-basic-solid-large:hover {
  background: linear-gradient(55.95deg, #e63934 0%, #de5505 100%);
}

.buttons-basic-solid-regular {
  padding: 0px 32px;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #FFFFFF;
}

.buttons-basic-solid-regular:hover {
  background: linear-gradient(55.95deg, #e63934 0%, #de5505 100%);
}

.buttons-basic-outline-large {
  padding: 0px 39px;
  height: 52px;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: 1px solid #F75E05;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buttons-basic-outline-large:hover {
  border: 2px solid #F75E05;
  text-decoration: underline;
}

.buttons-basic-outline-regular {
  padding: 0px 32px;
  height: 44px;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: 1px solid #F75E05;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.play-video {
  display: flex;
  margin: 12px 0 0 0;
  width: 172px;
}
.play-video:hover {
  cursor: pointer;
}
.play-video:hover .play-video__button {
  animation-play-state: paused;
}
.play-video:hover .play-video__text {
  color: #FF3F3A;
}
.play-video__button-wrap {
  width: 84px;
  height: 84px;
  display: flex;
}
.play-video__button {
  width: 52px;
  height: 52px;
  margin: auto;
  border-radius: 50%;
  animation-name: play-button-pulsation;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 1s;
}
.play-video__text-wrap {
  margin: auto 0;
}
.play-video__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #1E212C;
}

@keyframes play-button-pulsation {
  0% {
    outline: 1px solid rgba(255, 63, 58, 0.12);
  }
  100% {
    outline: 16px solid rgba(255, 63, 58, 0.12);
  }
}
.heading {
  max-width: 810px;
}
.heading__pre-title {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .heading__pre-title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .heading__pre-title {
    font-size: 14px;
  }
}
.heading__title {
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .heading__title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .heading__title {
    font-size: 23px;
  }
}
.heading--center {
  margin: 0 auto;
  text-align: center;
}

.badge {
  display: flex;
  border-radius: 4px;
  padding: 1px 8px;
}
.badge__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.badge--marketing {
  width: 80px;
  background: #03CEA4;
}
.badge--management {
  width: 98px;
  background: #5A87FC;
}
.badge--hr {
  width: 111px;
  background: #F89828;
}
.badge--design {
  width: 59px;
  background: #F52F6E;
}

.control-arrow {
  display: flex;
}
.control-arrow__arrow {
  cursor: pointer;
}
.control-arrow .control-arrow__arrow-left:hover circle {
  fill: #FF3F3A;
}
.control-arrow .control-arrow__arrow-left:hover path {
  fill: #FFFFFF;
}
.control-arrow .control-arrow__arrow-right:hover circle {
  fill: #FF3F3A;
}
.control-arrow .control-arrow__arrow-right:hover path {
  fill: #FFFFFF;
}

.bar-panel {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}
.bar-panel .bar-panel-wrap {
  flex-wrap: wrap;
  position: fixed;
  background-color: #FFFFFF;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  padding: 20px;
  text-align: right;
}
.bar-panel .bar {
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.bar-panel .bar-menu {
  margin: 20px 0 0 0;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}
.bar-panel .bar-menu__wrap {
  padding: 10px 0 10px 0;
}
.bar-panel .bar-menu__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  color: #424551;
}
.bar-panel .bar-menu__link:hover {
  color: #FF3F3A;
}
.bar-panel .bar-cta {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bar-panel .bar-cta .bar-enter {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin: 20px 0 0 0;
}
.bar-panel .bar-cta .bar-enter__image {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.bar-panel .bar-cta .bar-enter__log {
  vertical-align: middle;
  color: #424551;
}
.bar-panel .bar-cta .bar-enter__log:hover {
  color: #FF3F3A;
}
.bar-panel .bar-cta .bar-enter__reg {
  vertical-align: middle;
  color: #424551;
}
.bar-panel .bar-cta .bar-enter__reg:hover {
  color: #FF3F3A;
}

.video-panel {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.75);
  justify-content: center;
}
.video-panel .video-panel-wrap {
  position: relative;
  margin: auto 0;
  width: 560px;
  height: 315px;
}
.video-panel__close-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -42px;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../img/control__xmark.svg);
  background-position: center;
  z-index: 2;
  cursor: pointer;
}
.video-panel__close-btn:hover {
  background-size: cover;
  opacity: 0.6;
}
.video-panel__video {
  width: 100%;
  height: 100%;
}

/*Header*/
.header {
  position: relative;
  padding: 20px 20px 80px 20px;
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 640px) {
  .header {
    padding: 20px 20px 40px 20px;
  }
  .header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/header_img.svg);
    opacity: 0.15;
    z-index: -1;
    background-repeat: no-repeat;
  }
}
.header .header-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  margin: 116px auto 0 auto;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header .header-wrap {
    margin: 58px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .header .header-wrap {
    margin: 29px auto 0 auto;
  }
}
.header .header-wrap .header-content {
  position: relative;
  margin: 12px 0 0 0;
}
@media (max-width: 640px) {
  .header .header-wrap .header-content {
    width: 100%;
  }
}
.header .header-wrap .header-content .main-title-wrap {
  max-width: 496px;
  margin: 24px 0 0 0;
}
.header .header-wrap .header-content .main-title-wrap__main-title {
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header .header-wrap .header-content .main-title-wrap__main-title {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .header .header-wrap .header-content .main-title-wrap__main-title {
    font-size: 32px;
  }
}
.header .header-wrap .header-content .header-btn {
  display: flex;
  margin: 60px 0 0 0;
  flex-wrap: wrap;
}
.header .header-wrap .header-content .header-btn__btn-about-us {
  margin: 0 24px 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header .header-wrap .header-content .header-btn__btn-about-us {
    margin: 0 24px 20px 0;
  }
}
@media (max-width: 640px) {
  .header .header-wrap .header-content .header-btn__btn-about-us {
    margin: 0 24px 20px 0;
  }
}
.header .header-wrap .header-content__image {
  width: 100%;
}
@media (max-width: 640px) {
  .header .header-wrap .header-content__image {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.2;
  }
}
@media (max-width: 640px) {
  .header .header-wrap .header-content-img {
    display: none;
  }
}
.header .statistics {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  margin: 189px auto 0 auto;
}
@media (max-width: 640px) {
  .header .statistics {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header .statistics {
    margin: 94px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .header .statistics {
    margin: 40px auto 0 auto;
  }
}
.header .statistics__items {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .header .statistics__items {
    margin: 0 0 10px 0;
  }
}
.header .statistics__count {
  margin: 0 12px 0 0;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  text-align: right;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header .statistics__count {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .header .statistics__count {
    font-size: 30px;
  }
}
.header .statistics__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header .statistics__label {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .header .statistics__label {
    font-size: 16px;
  }
}
.header .statistics__dot-wrap {
  display: flex;
  align-items: center;
  margin: 0 10px 0 10px;
}
@media (max-width: 640px) {
  .header .statistics__dot-wrap {
    display: none;
  }
}
.header .header-mask {
  width: 100%;
  height: 100%;
}
.header .header-mask__shape {
  position: absolute;
  z-index: -1;
}
.header .header-mask__shape--first {
  left: 9.27%;
  top: 21.2%;
}
.header .header-mask__shape--second {
  right: 7.4%;
  top: 3.04%;
}
.header .header-mask__shape--third {
  left: 40.73vw;
  top: 487px;
}
.header .header-mask__shape--fourth {
  left: 38.18vw;
  top: 758px;
}
.header .header-mask__shape--fifth {
  right: 0;
  top: 749px;
}
.header .header-mask__shape--sixth {
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

/*About*/
.about {
  position: relative;
  padding: 0 20px;
}
.about .about-wrap {
  max-width: 1230px;
  margin: 180px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .about .about-wrap {
    margin: 90px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .about .about-wrap {
    margin: 40px auto 0 auto;
  }
}
.about .about-wrap__img-wrap {
  max-width: 705px;
  margin: 0 20px 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .about .about-wrap__img-wrap {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .about .about-wrap__img-wrap {
    display: none;
  }
}
.about .about-wrap__img {
  width: 100%;
}
.about .about-wrap__content {
  width: 390px;
}
.about .about-wrap .bulleted-list {
  margin: 40px 0 48px 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .about .about-wrap .bulleted-list {
    margin: 20px 0 24px 0;
  }
}
@media (max-width: 640px) {
  .about .about-wrap .bulleted-list {
    margin: 20px 0 24px 0;
  }
}
.about .about-wrap .bulleted-list__item {
  margin: 0 0 13px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
  background: url(../img/about__ico-check.svg) no-repeat 0 5px;
  padding-left: 32px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .about .about-wrap .bulleted-list__item {
    font-size: 14px;
  }
}
.about .about-wrap .bulleted-list__item:last-child {
  margin: 0;
}
.about .about-mask__dots {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
  opacity: 0.6;
}
.about .about-mask__circles {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: -1;
}

/*Courses*/
.courses {
  padding: 0 20px;
}
.courses .courses-wrap {
  margin: 180px auto 0 auto;
  max-width: 1230px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .courses .courses-wrap {
    margin: 90px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .courses .courses-wrap {
    margin: 45px auto 0 auto;
  }
}
.courses .courses-wrap .courses-header {
  display: flex;
  justify-content: space-between;
}
.courses .courses-wrap .courses-header__button-wrap {
  align-self: flex-end;
}
.courses .courses-wrap .courses-main {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .courses .courses-wrap .courses-main {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .courses .courses-wrap .courses-main {
    justify-content: center;
  }
}
.courses .courses-wrap .courses-main__card {
  display: flex;
  flex: 1;
  max-width: 600px;
  margin: 0 5px 28px 5px;
  background: #FFFFFF;
  border: 1px solid #E5E8ED;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 4px 4px -4px rgba(30, 33, 44, 0.03);
  border-radius: 4px;
}
.courses .courses-wrap .courses-main__card:hover {
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
}
@media (min-width: 641px) and (max-width: 1200px) {
  .courses .courses-wrap .courses-main__card {
    flex: none;
    width: 600px;
  }
}
@media (max-width: 640px) {
  .courses .courses-wrap .courses-main__card {
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: center;
  }
}
.courses .courses-wrap .courses-main__img-wrap {
  max-width: 214px;
}
@media (max-width: 640px) {
  .courses .courses-wrap .courses-main__img-wrap {
    margin: 0 auto;
  }
}
.courses .courses-wrap .courses-main__content-wrap {
  padding: 32px;
}
.courses .courses-wrap .courses-main__title-wrap {
  margin: 20px 0;
}
.courses .courses-wrap .courses-main__title-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1E212C;
}
.courses .courses-wrap .courses-main__title-link:hover {
  color: #FF4242;
}
.courses .courses-wrap .courses-main__info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #787A80;
}
.courses .courses-wrap .courses-main__info-price {
  font-weight: 700;
  color: #FF4242;
}
.courses .courses-wrap .courses-main__info-speaker {
  color: #787A80;
}
.courses .courses-wrap .courses-main__info-speaker:hover {
  text-decoration: underline;
}

/*Benefits*/
.benefits .benefits-wrap {
  max-width: 1230px;
  margin: 150px auto 0 auto;
  padding: 0 20px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .benefits .benefits-wrap {
    margin: 80px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-wrap {
    margin: 40px auto 0 auto;
  }
}
.benefits .benefits-bar {
  display: flex;
  margin: 60px 0 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .benefits .benefits-bar {
    margin: 40px 0 0 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-bar {
    margin: 20px 0 0 0;
    flex-wrap: wrap;
  }
}
.benefits .benefits-bar__item {
  display: flex;
  justify-content: center;
  width: 25%;
  height: 46px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .benefits .benefits-bar__item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-bar__item {
    width: 100%;
  }
}
.benefits .benefits-bar__item:hover {
  border: 1px solid #FF3F3A;
  border-radius: 4px;
}
.benefits .benefits-bar__icon {
  width: 16px;
}
.benefits .benefits-bar__icon--star {
  content: url(../img/benefits__ico1_false.svg);
}
.benefits .benefits-bar__icon--like {
  content: url(../img/benefits__ico2_false.svg);
}
.benefits .benefits-bar__icon--layouts {
  content: url(../img/benefits__ico3_false.svg);
}
.benefits .benefits-bar__icon--chat {
  content: url(../img/benefits__ico4_false.svg);
}
.benefits .benefits-bar__link {
  margin: auto 0 auto 8px;
  height: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #9A9CA5;
}
.benefits .benefits-bar__link:hover {
  color: #FF3F3A;
}
.benefits .benefits-main {
  display: flex;
  margin: 60px 0 0 0;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .benefits .benefits-main {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-main {
    margin: 20px 0 0 0;
  }
}
.benefits .benefits-main__content-wrap {
  width: 495px;
  margin: 122px 0 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .benefits .benefits-main__content-wrap {
    margin: auto 0 auto 0;
  }
}
@media (max-width: 640px) {
  .benefits .benefits-main__content-wrap {
    margin: 60px 0 0 0;
    width: 100%;
    margin: 60px 0 0 0;
  }
}
.benefits .benefits-main__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #1E212C;
}
.benefits .benefits-main__text {
  margin: 24px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}
@media (max-width: 640px) {
  .benefits .benefits-main__img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.25;
  }
}
.benefits .benefits-main__img {
  width: 100%;
}
@media (max-width: 640px) {
  .benefits .benefits-main__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.benefits-bar__item:hover .benefits-bar__icon--star {
  content: url(../img/benefits__ico1_true.svg);
}

.benefits-bar__item:hover .benefits-bar__icon--like {
  content: url(../img/benefits__ico2_true.svg);
}

.benefits-bar__item:hover .benefits-bar__icon--layouts {
  content: url(../img/benefits__ico3_true.svg);
}

.benefits-bar__item:hover .benefits-bar__icon--chat {
  content: url(../img/benefits__ico4_true.svg);
}

.benefits-bar__item:hover .benefits-bar__link {
  color: #FF3F3A;
}

/*Events*/
.events {
  margin: 121px 0 0 0;
  position: relative;
  padding: 81px 20px 80px 20px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events {
    margin: 60px 0 0 0;
    padding: 40px 20px;
  }
}
@media (max-width: 640px) {
  .events {
    margin: 30px 0 0 0;
    padding: 40px 20px;
  }
}
.events::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  opacity: 0.2;
  z-index: -1;
}
.events .events-wrap {
  max-width: 1230px;
  margin: 0 auto 0 auto;
}
.events .events-wrap__main {
  margin: 60px 0 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events .events-wrap__main {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 640px) {
  .events .events-wrap__main {
    margin: 30px 0 0 0;
  }
}
.events .events-wrap__card {
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 24px 0 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events .events-wrap__card {
    padding: 22px 26px;
  }
}
@media (max-width: 640px) {
  .events .events-wrap__card {
    padding: 16px 20px;
    flex-wrap: wrap;
  }
}
.events .events-wrap__card:hover {
  box-shadow: 0px 80px 80px -20px rgba(255, 63, 58, 0.16), 0px 30px 24px -10px rgba(255, 63, 58, 0.1), 0px 12px 10px -6px rgba(255, 63, 58, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
}
.events .events-wrap__data {
  display: flex;
}
.events .events-wrap__day {
  font-weight: 900;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 1px;
  color: #FF3F3A;
}
.events .events-wrap__month-and-time-wrap {
  margin: 0 0 0 20px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events .events-wrap__month-and-time-wrap {
    margin: 0 20px 0 20px;
    min-width: 66px;
  }
}
@media (max-width: 640px) {
  .events .events-wrap__month-and-time-wrap {
    margin: 0 20px 0 20px;
  }
}
.events .events-wrap__month {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1E212C;
}
.events .events-wrap__time {
  margin: 4px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #787A80;
}
.events .events-wrap__info {
  width: 757px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events .events-wrap__info {
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .events .events-wrap__info {
    margin-right: 20px;
  }
}
.events .events-wrap__title-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events .events-wrap__title-link {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .events .events-wrap__title-link {
    font-size: 18px;
  }
}
.events .events-wrap__title-link:hover {
  color: #FF3F3A;
}
.events .events-wrap__sub-title {
  margin: 4px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #787A80;
}
@media (max-width: 640px) {
  .events .events-wrap__button-wrap {
    margin-top: 10px;
  }
}
.events .events-wrap__button:hover {
  border: none;
  padding: 0px 33px;
  background-clip: border-box;
  -webkit-text-fill-color: #FFFFFF;
  color: #FFFFFF;
}
.events .events-wrap__cta {
  margin: 58px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .events .events-wrap__cta {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 640px) {
  .events .events-wrap__cta {
    margin: 20px 0 0 0;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.events .events-wrap__cta-text {
  margin: auto 40px auto 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #1E212C;
}
@media (max-width: 640px) {
  .events .events-wrap__cta-text {
    margin-bottom: 10px;
  }
}
.events .events-mask__dots {
  position: absolute;
  left: 10px;
  bottom: 7px;
  opacity: 0.8;
  z-index: -1;
}
.events .events-mask__circles {
  position: absolute;
  right: 0;
  top: -142px;
  z-index: -1;
}

/*Certificate*/
.certificate {
  padding: 0 20px;
}
.certificate .certificate-wrap {
  margin: 120px auto 0 auto;
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  height: 454px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .certificate .certificate-wrap {
    margin: 60px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .certificate .certificate-wrap {
    margin: 30px auto 0 auto;
    flex-wrap: wrap;
  }
}
.certificate__content {
  width: 397px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .certificate__content {
    width: 100%;
    margin: 0 auto;
  }
}
.certificate__text {
  margin: 48px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .certificate__text {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 640px) {
  .certificate__text {
    margin: 12px 0 0 0;
  }
}
.certificate__ico-wrap {
  margin: 32px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .certificate__ico-wrap {
    flex-wrap: wrap;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 640px) {
  .certificate__ico-wrap {
    flex-wrap: wrap;
    margin: 12px 0 12px 0;
  }
}
.certificate__img-wrap {
  z-index: 1;
}
.certificate__img {
  width: 100%;
  border: 1px solid #E5E8ED;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
  border-radius: 4px;
}

/*Team*/
.team {
  position: relative;
  padding: 167px 20px 0 20px;
  background: #F4F5F7;
}
.team .team-wrap {
  position: relative;
  margin: 0 auto 0 auto;
  max-width: 1230px;
}
.team .team-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.team .team-main {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .team .team-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .team .team-main {
    flex-wrap: wrap;
  }
}
.team .team-main__card {
  width: 285px;
  z-index: 1;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .team .team-main__card {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .team .team-main__card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.team .team-main__card-img {
  margin: 0 auto;
  max-width: 285px;
  height: 340px;
  background: #FFCF2D;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.team .team-main__card-img-mask {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(30, 33, 44, 0) 43.9%, rgba(30, 33, 44, 0.03) 55.21%, rgba(30, 33, 44, 0.33) 68.73%, rgba(30, 33, 44, 0.56) 76.17%, rgba(30, 33, 44, 0.768225) 83.75%, rgba(30, 33, 44, 0.92) 91.49%, #1E212C 100%);
}
.team .team-main__card-img--first {
  background-image: url(../img/team-img1.webp);
}
.team .team-main__card-img--second {
  background-image: url(../img/team-img2.webp);
}
.team .team-main__card-img--third {
  background-image: url(../img/team-img3.webp);
}
.team .team-main__card-img--fourth {
  background-image: url(../img/team-img4.webp);
}
.team .team-main__socials-bar {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.team .team-main__item {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  fill: #FFFFFF;
  opacity: 0.6;
}
.team .team-main__item:hover {
  opacity: 1;
  cursor: pointer;
}
.team .team-main__item:last-child {
  margin: 0;
}
.team .team-main__name {
  margin: 16px 0 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #424551;
}
.team .team-main__position {
  margin: 4px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #787A80;
}
.team .team-mask__vector {
  position: absolute;
  top: 83px;
  left: 204px;
  z-index: 0;
}
.team .team-mask__dots {
  position: absolute;
  top: 35px;
  right: 525px;
  z-index: 0;
}
.team .team-mask__shapes {
  position: absolute;
  top: 536px;
  right: 0;
  z-index: 0;
}

.team-main__card-img:hover .team-main__card-img-mask {
  display: block;
}

/*Testimonials*/
.testimonials {
  position: relative;
  padding: 180px 0 155px 0;
  background: #F4F5F7;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .testimonials {
    padding: 90px 0 75px 0;
  }
}
@media (max-width: 640px) {
  .testimonials {
    padding: 45px 0 38px 0;
  }
}
.testimonials .testimonials-wrap {
  position: relative;
  margin: 0 auto 0 auto;
  max-width: 1230px;
  padding: 0 20px;
  z-index: 2;
}
@media (max-width: 640px) {
  .testimonials .testimonials-wrap {
    padding: 0 10px;
  }
}
.testimonials .testimonials-slider {
  margin: 60px 0 0 0;
}
.testimonials .testimonials-slider__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials .testimonials-slider__content-wrap {
  max-width: 1020px;
  background: #FFFFFF;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 4px 4px -4px rgba(30, 33, 44, 0.03);
  border-radius: 4px;
  padding: 64px 105px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .testimonials .testimonials-slider__content-wrap {
    padding: 32px 50px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonials-slider__content-wrap {
    padding: 20px;
  }
}
.testimonials .testimonials-slider__content {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.testimonials .testimonials-slider__braces {
  min-width: 28px;
  height: 20px;
  background-image: url(../img/testimonials__braces.svg);
}
@media (max-width: 640px) {
  .testimonials .testimonials-slider__braces {
    display: none;
  }
}
.testimonials .testimonials-slider__testimonial {
  max-width: 752px;
}
.testimonials .testimonials-slider__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #424551;
}
@media (max-width: 640px) {
  .testimonials .testimonials-slider__text {
    font-size: 16px;
  }
}
.testimonials .testimonials-slider__user-profile {
  margin: 24px 0 0 0;
  display: flex;
}
@media (max-width: 640px) {
  .testimonials .testimonials-slider__user-profile {
    flex-wrap: wrap-reverse;
  }
}
.testimonials .testimonials-slider__user-profile-photo {
  margin: 0 20px 0 0;
  width: 72px;
  height: 72px;
  background-image: url(../img/testimonials__user1.webp);
}
@media (max-width: 640px) {
  .testimonials .testimonials-slider__user-profile-photo {
    margin: 10px 10px 0 0;
  }
}
.testimonials .testimonials-slider__user-profile-name-position {
  margin: auto 0;
}
.testimonials .testimonials-slider__user-profile-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #1E212C;
}
.testimonials .testimonials-slider__user-profile-position {
  margin: 4px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
}
.testimonials .testimonials-slider__arrow {
  cursor: pointer;
}
.testimonials .testimonials-slider__footer {
  margin: 56px 0 0 0;
  display: flex;
  justify-content: center;
}
.testimonials .testimonials-slider__dot {
  margin: 0 6px;
  cursor: pointer;
  z-index: 1;
}
.testimonials .testimonials-slider__dot--active line {
  stroke: #424551;
}
.testimonials .testimonials-slider__arrow-left:hover circle {
  fill: #FF3F3A;
}
.testimonials .testimonials-slider__arrow-left:hover path {
  fill: #FFFFFF;
}
.testimonials .testimonials-slider__arrow-right:hover circle {
  fill: #FF3F3A;
}
.testimonials .testimonials-slider__arrow-right:hover path {
  fill: #FFFFFF;
}
.testimonials .testimonials-mask__circles {
  position: absolute;
  top: 0;
  left: 3.91vw;
  z-index: 0;
}
.testimonials .testimonials-mask__shapes {
  position: absolute;
  top: 150px;
  right: 26.04vw;
  z-index: 0;
}
.testimonials .testimonials-mask__dots {
  position: absolute;
  bottom: 98px;
  left: 17.86vw;
  z-index: 0;
}
.testimonials .testimonials-mask__circles-second {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/*Blog*/
.blog {
  padding: 20px;
}
.blog .blog-wrap {
  margin: 120px auto 180px auto;
  max-width: 1230px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .blog .blog-wrap {
    margin: 60px auto 90px auto;
  }
}
@media (max-width: 640px) {
  .blog .blog-wrap {
    margin: 30px auto 45px auto;
  }
}
.blog .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog .blog-main {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .blog .blog-main {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 640px) {
  .blog .blog-main {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
}
.blog .blog-card {
  width: 390px;
  margin: 0 5px;
}
@media (max-width: 640px) {
  .blog .blog-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog .blog-card__image-wrap {
  position: relative;
}
.blog .blog-card__image {
  width: 100%;
  border-radius: 4px;
}
.blog .blog-card__image-badge {
  display: flex;
  padding: 1px 8px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.blog .blog-card__image-badge-ico {
  margin: 0 4px 0 0;
}
.blog .blog-card__image-badge-lable {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #424551;
}
.blog .blog-card__meta-bar {
  margin: 16px 0 0 0;
}
.blog .blog-card__meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
}
.blog .blog-card__meta-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
}
.blog .blog-card__meta-link:hover {
  text-decoration: underline;
}
.blog .blog-card__meta-icon {
  vertical-align: text-top;
}
.blog .blog-card__title {
  margin: 8px 0;
}
.blog .blog-card__title-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1E212C;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .blog .blog-card__title-link {
    font-size: 18px;
  }
}
.blog .blog-card__title-link:hover {
  color: #FF3F3A;
}
.blog .blog-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}
.blog .blog-card__link-wrap {
  margin: 16px 0 0 0;
}
.blog .blog-card__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #1E212C;
}
.blog .blog-card__link-ico {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

/*Subscribe*/
.subscribe {
  position: relative;
  padding: 20px;
}
.subscribe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
  opacity: 0.2;
  z-index: -1;
}
.subscribe .subscribe-wrap {
  margin: 0 auto;
  padding: 120px 0 181px 0;
  max-width: 1230px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .subscribe .subscribe-wrap {
    padding: 100px 0 160px 0;
  }
}
@media (max-width: 640px) {
  .subscribe .subscribe-wrap {
    padding: 100px 0 160px 0;
  }
}
.subscribe .subscribe-form {
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .subscribe .subscribe-form {
    flex-wrap: wrap;
  }
}
.subscribe .subscribe-form__field {
  margin: 0 24px 0 0;
  width: 422px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #D7DADD;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #9A9CA5;
  padding: 13px 0 13px 16px;
}
@media (max-width: 640px) {
  .subscribe .subscribe-form__field {
    margin: 0 auto 20px auto;
  }
}
.subscribe .subscribe-mask__illustration-left {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
@media (max-width: 640px) {
  .subscribe .subscribe-mask__illustration-left {
    width: 50%;
  }
}
.subscribe .subscribe-mask__illustration-right {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}
@media (max-width: 640px) {
  .subscribe .subscribe-mask__illustration-right {
    width: 50%;
  }
}

/*Footer*/
.footer {
  background: #1E212C;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0.05;
  z-index: -1;
}
.footer .footer-wrap {
  margin: 0 auto;
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  padding: 80px 20px 60px 20px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .footer .footer-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrap {
    flex-wrap: wrap;
  }
}
.footer__logo-wrap {
  max-width: 279px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .footer__logo-wrap {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .footer__logo-wrap {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
.footer__text {
  margin: 24px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer .footer-socials {
  display: flex;
  margin: 38px 0 0 0;
}
.footer .footer-socials__link {
  cursor: pointer;
}
.footer .footer-socials__icon {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
  margin: 0 20px 0 0;
  opacity: 0.6;
}
.footer .footer-socials__icon:hover {
  opacity: 1;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .footer__bot-menu {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .footer__bot-menu {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
.footer__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer__bot-menu-wrap {
  margin: 12px 0 0 0;
}
.footer__item {
  margin: 8px 0 0 0;
}
.footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer__link:hover {
  opacity: 1;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .footer__bot-menu-courses {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .footer__bot-menu-courses {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .footer__contact {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .footer__contact {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.footer__icon {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  vertical-align: text-bottom;
}
.footer .footer-subscribe {
  width: 286px;
}
.footer .footer-subscribe__field-wrap {
  position: relative;
  margin: 23px 0 0 0;
}
.footer .footer-subscribe__field {
  width: 100%;
  padding: 9px 0 9px 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer .footer-subscribe__button {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.footer .footer-subscribe__text {
  margin: 12px 0 0 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer .footer-bottom {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .footer .footer-bottom {
    padding: 0 10px;
  }
}
.footer .footer-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0.05;
  z-index: 0;
}
.footer .footer-bottom .footer-bottom-wrap {
  margin: 0 auto;
  max-width: 1230px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer .footer-bottom__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer .footer-bottom__link:hover {
  text-decoration: underline;
}

/*Fonts*/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local("Lato"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("ttf");
}