html {
    overflow-x: hidden;
    position: relative
}

body {
    font-family: nunito, sans-serif;
    background: -o-linear-gradient(top, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background: -webkit-linear-gradient(linear, left top, left bottom, from(rgba(63, 43, 115, 1)), to(rgba(104, 61, 214, 1)));
    background: linear-gradient(180deg, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background-attachment: fixed;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

main {
    overflow: hidden;
    background: -o-linear-gradient(top, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background: -webkit-linear-gradient(linear, left top, left bottom, from(rgba(63, 43, 115, 1)), to(rgba(104, 61, 214, 1)));
    background: linear-gradient(180deg, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background-attachment: fixed;
    flex: 1 0 auto
}

.btn {
    display: inline-block;
    padding: 42px 56px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.reg-title {
    margin-top: 150px
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

span.logo__text {
    font-size: 23px;
    color: #4d4d50;
    font-weight: 700;
    white-space: nowrap;
    font-family: nunito, sans-serif
}

.btn span {
    position: relative;
    color: #fff;
    text-align: center;
    font-family: TT Firs Neue;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    z-index: 3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:hover span, .btn:active span {
    color: #beed8f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn::before {
    content: " ";
    display: inline-block;
    width: 100%;
    background: #73bf6b;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    z-index: 2;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn::after {
    content: " ";
    display: inline-block;
    width: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 2;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:hover::before, .btn:active::before {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:hover::after, .btn:active::after {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header {
    background-color: rgb(255, 255, 255);
    padding: 20px 0
}

.header__logo {
    margin-left: 20px;
    max-width: 250px
}

.hero {
    height: 100%;
    width: 100%;
    background: url("coins.webp") -30px -100px / cover no-repeat,
    url("pattern.webp") center center / cover no-repeat,
    linear-gradient(135deg, rgba(0, 146, 70, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(206, 43, 55, 1) 100%);
    padding: 200px 150px 270px;
}

.hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero__big-col {
    width: 60%;
    position: relative;
    padding: 20px;

}

.hero__big-col::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: #000;
    opacity: .2;
    z-index: 2;
}

.hero__header {
    position: relative;
    z-index: 3;
    color: #fff;
    display: inline-block;
    text-align: left;
    font-family: tt firs neue;
    font-size: 157px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: relative
}

.hero__header-decor {
    position: absolute;
    z-index: -1;
    bottom: 25%;
    right: 12%;
    word-spacing: -15px
}

.hero__header-decor::before {
    content: " ";
    display: none;
    position: absolute;
    width: 870px;
    height: 500px;
    background-image: url("wallet.webp");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    top: -365px;
    left: -175px
}

.hero__col {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-top: 0px
}

.hero__comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
}

.hero__comment-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1.5fr 1fr;
    grid-template-rows:1.5fr 1fr;
    width: 35%;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border: 2px solid #fff
}

.hero__comment-img img {
    width: 100%
}

.hero__comment-text-block {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    padding: 20px;
    border-radius: 0 0 50px 50px
}

.hero__comment-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero__comment-title-block hr {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0
}

.hero__comment-title {
    font-size: 35px;
    font-weight: 700
}

.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.form {
    max-width: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.form__input {
    border-radius: 20px;
    border: 1px solid #fff;
    background: -o-linear-gradient(274deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    background: linear-gradient(176deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 40px 15px;
    width: 100%
}

.form__input::-webkit-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input::-moz-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input:-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input::-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input::placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea {
    border-radius: 20px;
    border: 1px solid #fff;
    background: -o-linear-gradient(274deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    background: linear-gradient(176deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    resize: none;
    padding: 40px 15px;
    width: 100%
}

.form__textarea:focus-visible {
    outline: none
}

.form__textarea::-webkit-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea::-moz-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea:-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea::-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea::placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.description {
    background: -o-linear-gradient(top, #1E1E1E 50%, rgba(30, 30, 30, 0.00) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1E1E1E), to(rgba(30, 30, 30, 0.00)));
    background: linear-gradient(180deg, #1E1E1E 50%, rgba(30, 30, 30, 0.00) 100%);
    width: 100%
}

.description .wrapper {
    padding-top: 80px
}

.screen-block {
    padding: 0 40px;
    margin-bottom: 30px
}

.screen-block__wrapper {
    background: url("") no-repeat;
    background-size: 100%;
    padding: 130px 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: -120px
}

.screen-block__text {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    width: 45%
}

.screen-block__exchange-rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 50%
}

.screen-block__first-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 50%
}

.screen-block__second-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 50%
}

.screen-block__rates-block {
    border-radius: 20px;
    background: #333;
    padding: 30px 20px;
    max-width: 365px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.screen-block__currency {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1
}

.screen-block__number {
    color: #beed8f;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.screen-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    background: #beed8f;
    border-radius: 50%
}

.screen-block__icon--purple {
    background: #b79cfe
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.description__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px
}

.description__title {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    text-align: center
}

.description__subtitle {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-align: center
}

.review-block {
    padding: 60px;
    padding-top: 6.2vw;
    height: 540px;
    width: 39.4vw;
    background: url("dialog.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px
}

.review-block__avatar {
    width: 100%;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    display: flex;
    aspect-ratio: 1/1
}

.review-block__avatar img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .14);
    object-fit: cover
}

.review-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.review-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.review-block__text {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase
}

.advantages {
    background: url("pattern.webp") center center / cover no-repeat,
    linear-gradient(135deg, rgba(0, 146, 70, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(206, 43, 55, 1) 100%);
    padding: 300px 200px 30px;
    position: relative
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 80px
}

.advantages__card {
    border-radius: 40px;
    border: 1px solid #fff;
    background: rgba(217, 217, 217, .46);
    max-width: 420px;
    width: 100%;
    color: #000;
    font-family: nunito, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    overflow: hidden;
    text-transform: uppercase
}

.advantages__card-wrapper {
    background: -o-linear-gradient(75deg, #D9D9D9 0%, rgba(217, 217, 217, 0.46) 100%);
    background: linear-gradient(15deg, #D9D9D9 0%, rgba(217, 217, 217, 0.46) 100%);
    padding: 30px;
    height: 100%;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.advantages__card-icon {
    border-radius: 20px;
    background: #2f2f2f;
    max-width: 135px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px
}

.advantages__text-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.advantages__card-title {
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    height: 3.1em
}

.advantages__text-block {
    margin-top: 100px;
    margin-left: 200px;
    width: 35%
}

.advantages__title {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 60px
}

.advantages__text {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    margin-top: 40px
}

.advantages__decor-left {
    position: absolute;
    bottom: -90px;
    z-index: 3;
    left: 0
}

.advantages__decor-right {
    position: absolute;
    bottom: 38%;
    right: 0
}

.advantages__decor-bottom {
    position: absolute;
    bottom: -50px;
    right: 10%
}

.advantages__decor-bottom img {
    width: 90%
}

.advantages__decor-coins {
    position: absolute;
    bottom: -70px;
    right: 2%;
    z-index: 3
}

.advantages__decor-coins img {
    width: 90%
}

.crypto-exchanges {
    background: #fff;
    position: relative;
    z-index: 2
}

.crypto-exchanges__list {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crypto-exchanges__list img {
    max-width: 80px
}

.connect {
    padding: 75px 0;
    background: url("likes.webp") 0% 20% / cover no-repeat,
    linear-gradient(135deg, rgba(0, 146, 70, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(206, 43, 55, 1) 100%) !important;
}

.connect-title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 100px
}

.connect__comments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 75px
}

.connect__comment-block {
    border-radius: 40px;
    background: #fff;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1130px;
    width: 100%;
    height: 100%
}

.connect__comment-avatar {
    border-radius: 50%;
    border: 3px solid #61b3ff;
    max-width: 114px;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden
}

.connect__comment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-left: 130px
}

.connect__comment-title {
    color: #155ea0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    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-bottom: 15px
}

.connect__comment-text {
    color: #5a5a5a;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px
}

.connect__comment-btns {
    color: #61b3ff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.connect__comment-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.connect__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.connect__comment::before {
    content: " ";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("comment.webp");
    margin-right: 5px
}

.connect__comment-like::before {
    content: " ";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("like.webp");
    margin-right: 5px
}

.footer {
    flex: 0 0 auto
}

.footer__upper-block {
    background-color: #fff;
    padding: 70px 0
}

.footer__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.footer__link {
    color: #3b4034;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 2px solid transparent
}

.footer__link:hover {
    border-color: #3b4034
}

.footer__tagline {
    color: #3b4034;
    font-size: 36px;
    font-style: normal;
    font-weight: 600
}

.footer__lover-block {
    background: 0 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(0, 146, 70, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(206, 43, 55, 1) 100%);
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer__copyright {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    border-radius: 30px;
}

.footer__logo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chat-slider--mobile {
    display: none
}

.green-text {
    color: #beed8f
}

.another-font {
    font-family: tt firs neue
}

.gallery {
    width: 100%;
    position: relative;
    top: 64px
}

.gallery-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 540px;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.gallery-item {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 0
}

.gallery-item-1 {
    left: 16.5%;
    opacity: .95;
    z-index: 3;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translateX(-50%) scale(.85);
    -ms-transform: translateX(-50%) scale(.85);
    transform: translateX(-50%) scale(.85)
}

.gallery-item-2 {
    opacity: .98;
    z-index: 4;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.gallery-item-3 {
    left: 83.5%;
    opacity: .95;
    z-index: 3;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translateX(-50%) scale(.85);
    -ms-transform: translateX(-50%) scale(.85);
    transform: translateX(-50%) scale(.85)
}

.gallery-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
    position: absolute;
    z-index: 3;
    bottom: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-controls button {
    background: -o-linear-gradient(305deg, rgba(51, 51, 51, 1) 0%, rgba(98, 98, 98, 1) 100%);
    background: linear-gradient(145deg, rgba(51, 51, 51, 1) 0%, rgba(98, 98, 98, 1) 100%);
    border: 0;
    cursor: pointer;
    margin: 0 5px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-transform: capitalize
}

.gallery-controls button::after {
    content: " ";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -o-linear-gradient(305deg, rgba(63, 43, 115, 1) 0%, rgba(110, 63, 230, 1) 100%);
    background: linear-gradient(145deg, rgba(63, 43, 115, 1) 0%, rgba(110, 63, 230, 1) 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.gallery-controls button:hover::after, .gallery-controls button:active::after {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.gallery-controls button:focus {
    outline: none
}

.gallery-controls-prev {
    position: relative
}

.gallery-controls-prev::before {
    content: " ";
    display: inline-block;
    height: 5px;
    background-image: url("left-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 4;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.gallery-controls-next {
    position: relative
}

.gallery-controls-next::before {
    content: " ";
    display: inline-block;
    height: 5px;
    background-image: url("right-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-nav {
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%
}

.gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px
}

.gallery-nav li.gallery-item-selected {
    background: #555
}

.gallery-item {
    width: 38.4vw
}

.gallery-controls {
    bottom: -10vw
}

.advantages {
    padding-top: 15vw
}

span.small_h1 {
    font-size: .7em
}