* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: Axiforma;
    src: local("Axiforma"), url(../fonts/Axiforma-Regular.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: Axiforma;
    src: local("Axiforma"), url(../fonts/Axiforma-SemiBold.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: Axiforma;
    src: local("Axiforma"), url(../fonts/Axiforma-Bold.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 800;
    font-style: normal;
    font-family: Axiforma;
    src: local("Axiforma"), url(../fonts/Axiforma-Black.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: Axiforma;
    src: local("Axiforma"), url(../fonts/Axiforma-Heavy.woff2) format("woff2");
    font-display: swap;
}
html {
    font-size: 10px;
}
@media (max-width: 1440px) {
    html {
        font-size: 9px;
    }
}
@media (max-width: 1320px) {
    html {
        font-size: 8px;
    }
}
@media (max-width: 1160px) {
    html {
        font-size: 7px;
    }
}
@media (max-width: 1024px) {
    html {
        font-size: 3.125vw;
    }
}
body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    min-width: 320px;
    color: #151515;
    font-size: 1.8rem;
    font-family: Axiforma;
    line-height: 1.833333333333333;
}
@media (max-width: 1024px) {
    body {
        font-size: 1.2rem;
        line-height: 1.583333333333333;
    }
}
a {
    outline: 0;
    background-color: transparent;
    color: #393939;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input,
textarea {
    outline: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.transition {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.container {
    margin: 0 auto;
    width: 128rem;
}
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
        width: 100%;
    }
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 1024px) {
    .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27rem;
    height: 6rem;
    border-radius: 1.5rem;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .btn {
        width: 100%;
        height: 4rem;
        font-size: 1.2rem;
    }
}
.btn-yellow {
    background-color: #fead10;
    color: #fff;
}
.btn-yellow:hover{
    background-color: #7723ff;
}
.content {
    padding-right: 9.5rem;
    color: #9a9ab8;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.625;
}
@media (max-width: 1024px) {
    .content {
        padding-right: 0;
        font-size: 1.2rem;
        line-height: 1.583333333333333;
    }
}
.content p {
    margin: 0;
    margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
    .content p {
        margin-bottom: 2rem;
    }
}
.content a {
    color: $red;
    text-decoration: underline;
}
.content img {
    margin-bottom: 3rem;
    width: 100%;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content strong {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 91rem;
    color: #7723ff;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.6875;
}
@media (max-width: 1024px) {
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content strong {
        margin-top: 3.5rem;
        margin-bottom: 1.5rem;
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}
.content iframe {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    width: 93.5rem;
    height: 52.5rem;
    border-radius: 1.5rem;
}
@media (max-width: 1024px) {
    .content iframe {
        margin-top: 0.5rem;
        margin-bottom: 2rem;
        width: 100%;
        height: 16.5rem;
        border-radius: 1rem;
    }
}
.content img {
    margin-top: 4rem;
    margin-bottom: 2rem;
    max-width: 63.5rem;
}
.footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4rem;
    height: 7rem;
    background: #7723ff;
}
@media (max-width: 1024px) {
    .footer {
        margin-top: 2.5rem;
        height: 5rem;
    }
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .footer .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__logo {
    width: 20rem;
}
@media (max-width: 1024px) {
    .footer__logo {
        width: 7rem;
    }
}
.footer__link {
    margin-left: 2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .footer__link {
        margin-left: 1.5rem;
        font-size: 1.1rem;
    }
}
.footer__link:hover {
    color: #fead10;
}
@media (max-width: 1024px) {
    .footer__menu {
      width:100%;
    }
}
.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7rem;
    background: #f7f7fc;
}
@media (max-width: 1024px) {
    .header {
        height: 6rem;
    }
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    width: 20rem;
}
@media (max-width: 1024px) {
    .header__logo {
        width: 9.5rem;
    }
}
.header__link {
    margin-left: 2rem;
    color: #9a9ab8;
    font-weight: 700;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .header__link {
    margin-left: 1rem;
    font-size: .8rem;
}
}
.header__link:hover {
    color: #7723ff;
}
.main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5.5rem;
    color: #9a9ab8;
    font-weight: 700;
    font-size: 1.8rem;
    white-space:nowrap;
}
@media (max-width: 1024px) {
    .main__item {
        margin-right: 3rem;
        font-size: 1.1rem;
    }
}
.main__item img {
    margin-right: 1rem;
    height: 2.3rem;
    transition: all .3s ease;
}
.main__item:hover img{
    transform: rotate(180deg);
}
@media (max-width: 1024px) {
    .main__item img {
        margin-right: 0.7rem;
        height: 1.3rem;
    }
}
.main__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.5rem;
    margin-bottom: 5.5rem;
    width: 100%;
    height: 28rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .main__img {
        margin-top: 3rem;
        margin-bottom: 3rem;
        height: 7rem;
        border-radius: 1rem;
    }
}
.main__img img {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease;
}
.main__img:hover img{
    width: 110%;
    height: 110%;
}
@media (max-width: 1024px) {
    .main__img img {
        border-radius: 1rem;
    }
}
.main__ol,
.main__ul {
    margin: 0;
    padding: 0;
    color: #7723ff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.625;
}
@media (max-width: 1024px) {
    .main__ol,
    .main__ul {
        font-size: 1.2rem;
        line-height: 1.583333333333333;
            margin-bottom: 4rem;
    }
}
.main__ol li a,
.main__ul li a {
    color: #7723ff;
    font-weight: 500;
}
.main__ul li a:hover{
    color: #fead10; 
}
.main__ol + .content,
.main__ul + .content {
    margin-top: 9rem;
}
@media (max-width: 1024px) {
    .main__ol + .content,
    .main__ul + .content {
        margin-top: 0;
    }
}
.main__ul {
    list-style: none;
}
.main__ol {
    list-style-position: inside;
}
.table {
    margin-bottom: 4.5rem;
    counter-reset: table;
}
@media (max-width: 1024px) {
    .table {
        margin-bottom: 2.5rem;
    }
}
.table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5rem;
    margin-bottom: 0.5rem;
    height: 6rem;
    border-radius: 1.5rem;
    background-color: #7723ff;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .table__head {
        margin-top: 4rem;
        height: 4.5rem;
        font-size: 1.2rem;
    }
}
.table__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.table__item:nth-child(1) {
    width: 13rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(1) {
        width: 9rem;
    }
}
.table__item:nth-child(2) {
    width: 55rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(2) {
        display: block;
        width: 9rem;
    }
}
.table__item:nth-child(3) {
    width: 86rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(3) {
        display: none;
    }
}
.table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
    padding-left: 3rem;
    height: 8.5rem;
    border-radius: 1.5rem;
    background-color: #f7f7fc;
    transition: all .3s ease;
    border: 2px solid #f7f7fc;
}
.table__row:hover{
    border-color: #7723ff;
}
@media (max-width: 1024px) {
    .table__row {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1rem;
        padding: 1.5rem 1.5rem 2rem;
        height: auto;
    }
}
.table__name {
    width: 35rem;
    color: #7723ff;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.666666666666667;
}
@media (max-width: 1024px) {
    .table__name {
        width: 10rem;
        font-size: 1.2rem;
        line-height: 1.666666666666667;
    }
}
.table__offer {
    color: #373737;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.666666666666667;
}
@media (max-width: 1024px) {
    .table__offer {
        width: 15.5rem;
        font-size: 1.2rem;
        line-height: 1.666666666666667;
    }
}
.table .btn {
    margin-left: auto;
}
@media (max-width: 1024px) {
    .table .btn {
        margin-top: 1.5rem;
        margin-left: 0;
    }
}
.title {
    margin: 0;
}
.title-h1 {
    margin-top: 4.5rem;
    margin-bottom: 2.5rem;
    width: 91rem;
    color: #7723ff;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.6875;
}
@media (max-width: 1024px) {
    .title-h1 {
        margin-top: 3rem;
        margin-bottom: 1.5rem;
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.666666666666667;
    }
}
.title-h2 {
    margin-top: 7rem;
    margin-bottom: 2.5rem;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.666666666666667;
    color: #7723ff;
}
@media (max-width: 1024px) {
    .title-h2 {
        margin-top: 5rem;
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}
:root {
  --color-pbg: #7723ff;
  --color-link: #fff;
}


.part {
  margin: 0 auto 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
  background: var(--color-pbg);
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.part a {
  color: var(--color-link);
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s ease;
}

.part a:hover {
  opacity: .7;
}

.part__title {
  font-size: 28px;
  font-weight: bold;
  color: #7723ff;
  margin-bottom: 20px;
}