@import "./fonts.css";
body {
    margin: 0;
}
body * {
    margin: 0;
    box-sizing: border-box;
}
.non-breaking-space {
    white-space: nowrap;
}
.main-info {
    display: flex;
    flex-direction: column;
}
.main-info__image {
    margin: 20px 0;
    max-width: 316px;
    max-height: 106px;
}
.main-button {
    display: block;
    padding: 23px 10px;
    background: #12b67b;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 400px;
    text-align: center;
    font: 14px/1.4 "GothamSSm Medium", serif;
}
.main-button:hover {
    background: #05a96e;
}
.main-block-title {
    margin-top: 93px;
    font: 32px/1.2 "GothamSSm Medium", serif;
    color: #000;
    letter-spacing: -0.72px;
}
.main-block-product {
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
    flex-direction: column;
}
.main-block__product-text {
    margin-top: 9px;
    margin-bottom: 20px;
}
.main-block__learn_image {
    max-width: 320px;
    max-height: 173px;
}
.main-block__page_image {
    max-width: 320px;
    max-height: 153px;
}
.main-block__suite_image {
    max-width: 320px;
    max-height: 167px;
}
.item {
    padding-left: 5px;
}
.title,
ul {
    margin-bottom: 30px;
}
.title {
    padding-left: 30px;
    margin-top: 55px;
    font: 24px/1.2 "GothamSSm Medium", serif;
    letter-spacing: -0.48px;
}
.title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    bottom: -18px;
    left: 0;
}
.main-block-product__learn_title,
.main-block-product__page_title,
.main-block-product__suite_title,
.title,
li {
    position: relative;
}
.main-block-product__suite_title::before {
    background: url(../img/suite-icon.svg) no-repeat;
}
.main-block-product__learn_title::before,
.main-block-product__page_title::before,
.main-block-product__suite_title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
}
.main-block-product__learn_title::before {
    background: url(../img/learn-icon.svg) no-repeat;
}
.main-block-product__page_title::before {
    background: url(../img/page-icon.svg) no-repeat;
}
ul {
    padding-left: 10px;
    list-style-type: none;
}
.top-block__title:before,
li::before {
    position: absolute;
    height: 4px;
    content: "";
}
li::before {
    top: 12px;
    left: -8px;
    width: 4px;
    border-radius: 50%;
    background: #505050;
}
.product_button {
    padding: 20px 8px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    max-width: 293px;
    margin-right: 20px;
    font: 14px/1.2 "GothamSSm Medium", serif;
    text-align: center;
    transition: 0.5s;
}
.main-block__suite_button {
    background: #dc5880;
}
.main-block__suite_button:hover {
    background: #d0436e;
}
.main-block__learn_button {
    background: #12b67b;
    padding: 20px 2px;
}
.main-block__learn_button:hover {
    background: #05aa6e;
}
.main-block__page_button {
    background: #ff5a49;
}
.main-block__page_button:hover {
    background: #f14331;
}
.product_link {
    text-transform: uppercase;
    color: #000;
    font: 14px/1 "GothamSSm Medium", serif;
}
.product_image {
    margin-top: 50px;
    margin-bottom: 0;
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    overflow: hidden;
}
.text {
    font: 16px/28px "GothamSSm Light", serif;
    letter-spacing: -0.32px;
    color: #505050;
}
.top-block {
    background-color: #fff;
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
}
.top-block__desktop {
    display: none;
    max-width: 100%;
    margin: 0 auto 25px;
}
.top-block__mobile {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    padding: 30px;
}
.top-block {
    background: #201f27;
}
.top-block__logo {
    width: 121px;
    height: 28px;
}
.top-block__text {
    margin-top: 80px;
    font: 14px/1 "GothamSSm Medium", serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.28px;
}
.top-block__title {
    font: 32px/1.4 "GothamSSm Medium", serif;
    color: #fff;
    letter-spacing: -0.64px;
    margin-top: 15px;
    position: relative;
    margin-bottom: 50px;
}
.top-block__title:before {
    background: linear-gradient(90deg, #dc5880 0, #a446b2 25.96%, #7838da 40.2%, #2690ce 50.71%, #1fabee 56.39%, #31ded4 78.3%, #39c391 100%);
    width: 100%;
    bottom: -20px;
}
.main-block__product_buttons {
    display: flex;
    flex-direction: column-reverse;
}
.knowledge-base_title {
    font: 32px/1 "GothamSSm Medium", serif;
    color: #000;
    letter-spacing: -0.72px;
    margin-bottom: 23px;
}
.knowledge-base__item {
    background: #f7f7f7;
    max-width: 304px;
    padding: 10px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 295px;
    margin-bottom: 50px;
    transition: all 0.3s ease;
}
.knowledge-base__item:hover {
    transform: translate(0, -8px);
}
.knowledge-base__item_title {
    text-decoration: underline;
    text-transform: uppercase;
    position: relative;
    font: 24px/1 "GothamSSm Medium", serif;
    margin-top: 30px;
}
.knowledge-base__item_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    top: 40px;
    left: 0;
}
.knowledge-base__container {
    display: flex;
    margin-bottom: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7px;
    padding-top: 10px;
}
.knowledge-base_link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.knowledge_base__item_arrow {
    position: absolute;
    background: url(../img/arrow.svg) no-repeat;
    width: 45px;
    height: 46px;
    margin-left: auto;
    display: block;
    bottom: 20px;
    right: 15px;
}
.knowledge_base__item_text {
    display: block;
    margin: 50px auto 20px;
}
.knowledge_base__item_text-guides {
    margin-bottom: 10px;
}
.bottom-block {
    max-width: 1280px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    background: #201f27;
}
.bottom-block__button {
    padding: 22px 80px;
    max-width: 381px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font: 14px/1.4 "GothamSSm Medium", serif;
    letter-spacing: -0.28px;
    transition: 0.6s;
    position: relative;
    background: 0 0;
    z-index: 1;
}
.bottom-block__button::before,
.bottom-block__button:after {
    content: "";
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bottom-block__button::before {
    background: linear-gradient(98deg, #ff2c84 0.63%, #a53bb5 17.3%, #3b4dee 44.34%, #2ad5b9 112.29%);
}
.bottom-block__button:after {
    background: linear-gradient(98deg, #ff2c84 26.43%, #a53bb5 53.76%, #3b4dee 85.84%, #2ad5b9 151.13%);
    opacity: 0;
    transition: 0.6s;
}
.bottom-block__button:hover:after {
    transition: inherit;
    opacity: 100;
}
.bottom-block__title {
    display: block;
    color: #fff;
    margin: 30px auto 40px;
    text-align: center;
    font: 32px/32px "GothamSSm Medium", serif;
    letter-spacing: -0.956px;
    max-width: 375px;
}
.bottom-block__logo {
    display: block;
}
.social-media {
    display: flex;
    justify-content: space-between;
    margin: 70px auto;
    flex-direction: column;
}
.social-media__link {
    display: inline-block;
    width: 108px;
    height: 108px;
}
.social-media__links {
    display: flex;
    max-width: 340px;
    justify-content: space-between;
    margin-top: 30px;
}
.social-media__content_text {
    max-width: 463px;
}
.social-media__content_title {
    font: 32px/1 "GothamSSm Medium", serif;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.social-media__img {
    transition: 0.5s;
    width: 65px;
    height: 65px;
    padding-top: 10px;
}
.social-media__img:hover {
    transform: scale(1.02);
}
@media screen and (min-width: 400px) {
    .knowledge-base__container {
        padding-top: 10px;
    }
    .main-button {
        padding: 23px 16px;
    }
    .product_button {
        padding: 20px 31px;
    }
    .main-block__learn_button {
        padding: 20px 27px;
    }
}
@media screen and (min-width: 480px) {
    .knowledge-base__container {
        justify-content: space-evenly;
    }
    .social-media {
        margin: 0 auto;
        padding: 100px 0 !important;
    }
    .knowledge_base__item_text {
        margin: 50px auto 40px;
    }
    .knowledge_base__item_text-guides {
        margin-bottom: 10px;
    }
    .main-block__learn_image {
        max-width: 743px;
        max-height: 402px;
    }
    .main-block__page_image {
        max-width: 772px;
        max-height: 369px;
    }
    .main-block__suite_image {
        max-width: 745px;
        max-height: 389px;
    }
    ul {
        margin-bottom: 53px;
    }
}
@media screen and (min-width: 768px) {
    .knowledge-base__item {
        max-width: 400px;
    }
    .knowledge-base__text,
    .knowledge-base_title {
        text-align: center;
    }
    .top-block__desktop {
        display: block;
    }
    .top-block__mobile {
        display: none;
    }
    .top-block {
        background: 0 0;
    }
    .main-block__product_buttons {
        display: block;
    }
    .bottom-block {
        height: 420px;
        background: url(../img/bg.svg) no-repeat;
    }
    .bottom-block__title {
        max-width: 663px;
        font: 39px/55px "GothamSSm Medium", serif;
    }
    .social-media__img {
        width: 100px;
        height: 100px;
    }
    .social-media__img:hover {
        transform: scale(1.04);
    }
    .social-media__links {
        max-width: 460px;
    }
    .bottom-block__button {
        padding: 22px 110px;
    }
}
@media screen and (min-width: 990px) {
    .knowledge-base_title,
    .main-block-title,
    .social-media__content_title {
        font: 36px/1.4 "GothamSSm Bold", serif;
    }
    .main-block-product {
        margin-bottom: 113px;
    }
}
@media screen and (min-width: 1024px) {
    .social-media__links {
        margin-top: 0;
    }
    .main-info,
    .social-media {
        flex-direction: row;
    }
    .main-info {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .main-info__image {
        display: block;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1150px) {
    .main-info__text {
        max-width: 600px;
    }
}
@media screen and (min-width: 1280px) {
    .bottom-block__title {
        max-width: 1183px;
    }
    .wrapper {
        width: 1280px;
        padding: 0;
    }
    .main-info__text {
        max-width: 904px;
    }
    .main-block-product {
        flex-direction: row;
    }
    .main-block__product_container {
        max-width: 422px;
    }
    .product_image {
        margin-top: 44px;
    }
    .main-info__image {
        margin-top: 20px;
    }
    .main-info {
        margin-bottom: 0;
    }
    .main-button {
        max-width: 293px;
    }
    .main-block__product-text_suite {
        max-width: 414px;
    }
    .main-block__suite-list {
        max-width: 412px;
    }
    .knowledge-base__container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .knowledge-base__item {
        padding-top: 10px;
        max-width: 304px;
    }
    .knowledge-base__text,
    .knowledge-base_title {
        text-align: left;
    }
    .bottom-block__title {
        font-size: 47px;
    }
    .knowledge-base__container {
        padding-top: 10px;
    }
}