/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    background-color: #F3EFEB;
}

body.active {
    overflow: hidden;
}

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

p {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    cursor: pointer;
}

:focus {
    outline: none;
}

.section-slug,
.discussion .section-slug,
.benefits .section-slug,
.offer .section-slug {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 60px;
}

.big-tittle,
.intro-heading h1 {
    margin: 0;
    color: #131313;
    font-style: normal;
    font-weight: 600;
    font-size: 90px;
    line-height: 110%;
}

.normal-title,
.discussion .normal-title,
.benefits .normal-title,
.offer .normal-title {
    display: inline-block;
    color: #131313;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
}

.normal-title.location-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.normal-title.location-mark::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-image: url(../img/map-pin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fill-btn,
.discussion-form button,
.intro-heading__price ul li .discussion-form button,
.discussion-form .intro-heading__price ul li button,
.speakers a.fill-btn,
.intro-heading__price ul li .fill-btn {
    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: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 20px 50px;
    color: #F3EFEB;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #FC4005;
    border: 1px solid #131313;
    border-radius: 50px;
}

.fill-btn:hover,
.discussion-form button:hover,
.intro-heading__price ul li .discussion-form button:hover,
.discussion-form .intro-heading__price ul li button:hover,
.speakers a.fill-btn:hover,
.intro-heading__price ul li .fill-btn:hover {
    color: #F3EFEB;
    background-color: #d43503;
}

.border-btn {
    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: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 20px 50px;
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #131313;
    background-color: #F3EFEB;
    border: 1px solid #131313;
    border-radius: 50px;
}

.border-btn:hover {
    color: #F3EFEB;
    background-color: #FC4005;
}

.submit-btn {
    padding: 0;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #131313;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #131313;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.submit-btn:hover {
    color: #FC4005;
    border-bottom: 1px solid #FC4005;
}

.social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links__item {
    position: relative;
    max-width: 440px;
    width: 100%;
    border: 1px solid #131313;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-links__item:not(:nth-of-type(1)) {
    margin-left: -50px;
}

.social-links__item:nth-child(2n) {
    border: 1px solid #FC4005;
}

.social-links__item:nth-child(2n)::after {
    background-color: #FC4005;
    border: 1px solid #FC4005;
}

.social-links__item:nth-child(2n) .social-links__item-content span {
    color: #F3EFEB;
}

.social-links__item::after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #F3EFEB;
    content: "";
}

.social-links__item-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-links__item-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.social-links__item-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-links__item-content span {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #131313;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-links__item-content:hover span {
    font-size: 40px;
}

.hamburger-overlay {
    height: 100%;
    width: 100%;
    padding: 150px 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #FC4005;
    overflow-y: hidden;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.hamburger-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.hamburger-overlay a.close-btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
    right: 11px;
    top: -120px;
    color: #fff;
}

.hamburger-overlay a.close-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 2px;
    width: 30px;
    background: #F3EFEB;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 5px;
}

.hamburger-overlay a.close-btn span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger-overlay a.close-btn span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger-overlay__menu ul li {
    margin-bottom: 20px;
}

.hamburger-overlay__menu ul li:last-child {
    margin-bottom: 0;
}

.hamburger-overlay__menu ul li a {
    position: relative;
    color: #F3EFEB;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 77px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hamburger-overlay__menu ul li a::after {
    position: absolute;
    bottom: 0px;
    content: "";
    display: block;
    width: 0%;
    height: 5px;
    background-color: #F3EFEB;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.hamburger-overlay__menu ul li a:hover::after {
    width: 100%;
}

.hamburger-overlay__additional-social ul li {
    margin-bottom: 20px;
    text-align: right;
}

.hamburger-overlay__additional-social ul li:last-child {
    margin-bottom: 0;
}

.hamburger-overlay__additional-social ul li a {
    position: relative;
    color: #F3EFEB;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hamburger-overlay__additional-social ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #F3EFEB;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.hamburger-overlay__additional-social ul li a:hover::after {
    width: 100%;
}

.hamburger-overlay__additional .underline-btn {
    margin-left: auto;
    color: #F3EFEB;
}

.hamburger-overlay__additional .underline-btn::before {
    background-color: #F3EFEB;
}

.hamburger-overlay__additional .underline-btn::after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #131313;
    -webkit-transition: top 0.1s ease-out;
    -o-transition: top 0.1s ease-out;
    transition: top 0.1s ease-out;
    z-index: 10;
}

.header.sticky-hidden {
    top: -77px;
    background-color: rgba(242, 238, 234, 0.95);
    border-bottom: 1px solid #c5c1bd;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
    z-index: 1;
}

.header.sticky-show {
    top: 0;
    opacity: 1;
}

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

.header-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-menu nav ul li {
    margin-right: 30px;
}

.header-menu nav ul li:last-child {
    margin-right: 0;
}

.header-menu nav ul li a {
    color: #131313;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-menu nav ul li a.active {
    color: #FC4005;
}

.header-menu nav ul li a:hover {
    color: #FC4005;
}

.header .fill-btn {
    padding: 10px 30px;
    font-size: 16px;
}

.header-mobile {
    position: relative;
    display: none;
    width: 30px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 10;
}

.header-mobile span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #131313;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 5px;
    opacity: 1;
    z-index: 3;
}

.header-mobile span:nth-of-type(1) {
    top: 0px;
}

.header-mobile span:nth-of-type(2) {
    top: 10px;
}

.header-mobile span:nth-of-type(3) {
    top: 20px;
}

.header-mobile.open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.header-mobile.open span:nth-of-type(2) {
    opacity: 0;
}

.header-mobile.open span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.header-mobile:hover span:nth-of-type(2) {
    width: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.header.overlay-is-open {
    background-color: #F3EFEB;
}

.intro {
    position: relative;
    margin-top: 77px;
    padding: 100px 0 100px 0;
}

.intro-heading {
    position: relative;
}

.intro-heading h1 {
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 120%;
}

.intro-heading h1 span {
    padding: 10px 30px;
    color: #f3efeb;
    font-size: 36px;
    background-color: #141414;
    border-radius: 50px;
    text-transform: uppercase;
    vertical-align: middle;
}

.intro-heading__desc {
    margin-bottom: 50px;
}

.intro-heading__desc div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro-heading__desc div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro-heading__desc div ul li {
    margin-right: 15px;
}

.intro-heading__desc div ul li:last-child {
    margin-right: 0;
}

.intro-heading__desc div ul li .border-btn {
    padding: 20px 15px;
    border: 1px solid #f3efeb;
}

.intro-heading__desc div ul li .border-btn:hover {
    color: #141414;
    background-color: #F3EFEB;
}

.intro-heading__desc div ul li .border-btn strong {
    margin-left: 10px;
    color: #fc4007;
    font-weight: 700;
}

.intro-heading__desc div .take-gift {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: shake 2s ease-out infinite alternate;
    animation: shake 2s ease-out infinite alternate;
}

.intro-heading__desc div .take-gift:hover {
    -webkit-animation: none;
    animation: none;
    cursor: pointer;
}

.intro-heading__desc div .take-gift p {
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    color: #131313;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}

.intro-heading__desc p {
    max-width: 860px;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    color: rgba(19, 19, 19, 0.6);
    font-size: 18px;
    line-height: 150%;
}

.intro-heading__desc p span {
	color: #131313;
    font-weight: 700;
    text-transform: uppercase;
}

.intro-heading__price {
    padding: 30px 50px;
    background-color: #131313;
    border-radius: 20px;
}

.intro-heading__price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro-heading__price ul li {
    margin-right: 50px;
}

.intro-heading__price ul li .promotion-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.intro-heading__price ul li .promotion-timer h4 {
    margin: 0;
    margin-right: 30px;
    color: #F3EFEB;
    font-size: 21px;
    line-height: 140%;
}

.intro-heading__price ul li .promotion-timer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.intro-heading__price ul li .promotion-timer__item {
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
}

.intro-heading__price ul li .promotion-timer__item:last-child {
    margin: 0;
    padding: 0;
}

.intro-heading__price ul li .promotion-timer__item:last-child::after {
    display: none;
}

.intro-heading__price ul li .promotion-timer__item::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: rgba(243, 239, 235, 0.2);
}

.intro-heading__price ul li .promotion-timer__item span {
    display: block;
    color: #FC4005;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.intro-heading__price ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 590px);
    margin-right: 0;
}

.intro-heading__price ul li p {
    display: inline-block;
    margin: 0;
    margin-bottom: 5px;
    color: #F3EFEB;
    font-size: 21px;
    font-weight: 700;
}

.intro-heading__price ul li .strong {
    color: #F3EFEB;
    font-size: 46px;
    font-weight: 700;
}

.intro-heading__price ul li .strong span {
    font-size: 28px;
}

.intro-heading__price ul li .strong.red-text {
    color: #FC4005;
}

.intro-heading__price ul li small {
    display: block;
    color: rgba(243, 239, 235, 0.6);
    font-size: 14px;
}

.intro-heading__price ul li small strong {
	color: #fc4007;
}

.intro-heading__price ul li .fill-btn,
.intro-heading__price ul li .discussion-form button,
.discussion-form .intro-heading__price ul li button {
    width: 100%;
    padding: 15px 50px;
    border: 1px solid #F3EFEB;
}

.intro-heading__promotion {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #131313;
    border-radius: 20px;
}

.intro-heading__promotion h4 {
    margin: 0;
    margin-bottom: 60px;
    color: #131313;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.intro-heading__promotion ul {
    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;
}

.intro-heading__promotion ul li {
    position: relative;
    margin-right: 100px;
    padding-right: 100px;
}

.intro-heading__promotion ul li::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #FC4005;
}

.intro-heading__promotion ul li:last-child {
    margin: 0;
    padding: 0;
}

.intro-heading__promotion ul li:last-child::after {
    display: none;
}

.intro-heading__promotion ul li span {
    display: block;
    width: 160px;
    max-width: 100%;
    padding: 15px;
    background-color: #F3EFEB;
    border-radius: 10px;
    color: #FC4005;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}

.intro-heading__promotion ul li small {
    display: block;
    margin-top: 15px;
    color: rgba(19, 19, 19, 0.8);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.offer {
    position: relative;
    padding: 100px 0;
    background-color: #131313;
    overflow: hidden;
}

.offer .section-slug {
    color: #F3EFEB;
    border: 1px solid #F3EFEB;
}

.offer .normal-title {
    color: #F3EFEB;
}

.offer .fill-btn,
.offer .discussion-form button,
.discussion-form .offer button,
.offer .intro-heading__price ul li .discussion-form button,
.intro-heading__price ul li .discussion-form .offer button,
.offer .discussion-form .intro-heading__price ul li button,
.discussion-form .intro-heading__price ul li .offer button,
.offer .speakers a.fill-btn,
.speakers .offer a.fill-btn,
.offer .intro-heading__price ul li .fill-btn,
.discussion-form .offer .intro-heading__price ul li button,
.intro-heading__price ul li .offer .fill-btn,
.intro-heading__price ul li .offer .discussion-form button {
    width: 100%;
    margin-top: 50px;
}

.offer .fill-btn {
    border: 1px solid #F3EFEB;
}

.offer-collapse {
    margin-top: 70px;
}

.offer-collapse__item {
    position: relative;
    border: 0;
    border-bottom: 1px solid rgba(243, 239, 235, 0.3);
    background: transparent;
}

.offer-collapse__item:first-child {
    border-top: 1px solid rgba(243, 239, 235, 0.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.offer-collapse__item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.offer-collapse__item-head .accordion-button {
    padding: 20px 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offer-collapse__item-head .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offer-collapse__item-head .accordion-button::after {
    display: none;
}

.offer-collapse__item-head .accordion-button .count {
    color: #F3EFEB;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
}

.offer-collapse__item-head .accordion-button .strong {
    width: 100%;
    margin-left: 30px;
    color: #F3EFEB;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.offer-collapse__item-head .accordion-button .strong i.icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.offer-collapse__item-head .accordion-button:hover .count,
.offer-collapse__item-head .accordion-button:hover .strong {
    color: #FC4005;
}

.offer-collapse__item-head .accordion-button.collapsed .strong i.icon {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.offer-collapse__item-body {
    padding: 0;
    padding-left: 100px;
    padding-bottom: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.offer-collapse__item-body p {
    margin-bottom: 15px;
    color: #F3EFEB;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.offer-collapse__item-body p:last-child {
    margin: 0;
}

.offer-collapse__item.active .offer-collapse__item-head .strong i.icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.offer-collapse__item.active .offer-collapse__item-body {
    max-height: 300px;
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.results {
    position: relative;
    /* padding: 100px 0; */
    /* padding-bottom: 100px; */
    overflow: hidden;
}

.results .section-heading {
    display: none;
    margin-bottom: 70px;
}

.results-ticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    background-color: #fc4007;
}

.results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-animation: ticker 20s linear infinite;
            animation: ticker 20s linear infinite;
}

.results-list .results-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
}

.results-list .results-list__item-icon {
    margin-right: 20px;
}

.results-list .results-list__item-icon svg path {
    fill: #f3efeb;
}

.results-list .results-list__item-text {
    color: #f3efeb;
    font-size: 34px;
    text-transform: uppercase;
}

.results video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.results.play-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    content: "";
    background-image: url(https://skillboost.bohdan-buryi.com.ua/wp-content/uploads/2024/05/result-background-blur.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
}

.results.play-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    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: 100px;
    height: 100px;
    background-color: #FC4005;
    background-image: url(https://skillboost.bohdan-buryi.com.ua/wp-content/uploads/2024/05/play-svgrepo-com.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    border-radius: 50%;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

.testimonials {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.testimonials.black-bg {
    background-color: #131313;
}

.testimonials.black-bg .section-slug {
    color: #F3EFEB;
    border: 1px solid #F3EFEB;
}

.testimonials.black-bg .normal-title {
    color: #F3EFEB;
}

.testimonials .section-heading {
    margin-bottom: 50px;
}

.testimonials .section-heading__content {
    text-align: center;
}

.testimonials .section-heading__content .normal-title {
    margin: 0;
}

.testimonials-heading {
    margin-bottom: 50px;
}

.testimonials-heading__block {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.testimonials-carousel__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testimonials.black-bg .testimonials-carousel__nav ul li {
    border: 1px solid #f3efeb;
}

.testimonials-carousel__nav ul li {
    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: 46px;
    height: 46px;
    background-color: #FC4005;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.testimonials-carousel__nav ul li:hover {
    background-color: #131313;
}

.testimonials-carousel__nav ul li:last-child {
    margin-right: 0;
}

.testimonials.black-bg .testimonials-carousel__card {
    border: 1px solid #f3efeb4f;
}

.testimonials-carousel__card {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 335px;
    margin: 0 15px;
    padding: 10px;
    border: 1px solid #FC4005;
}

.testimonials-carousel__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonials-carousel__card-top .surname {
    color: #131313;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.testimonials-carousel__card-top .status {
    color: #131313;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 0.7;
}

.testimonials-carousel__card-bottom .strong {
    margin-bottom: 15px;
    color: #131313;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.benefits {
    position: relative;
    padding: 100px 0;
    background-color: #131313;
    overflow: hidden;
}

.benefits.white-bg {
    background-color: #f3efeb;
    border-bottom: 1px solid #1313131f;
}

.benefits.white-bg .section-slug {
    color: #131313;
    border: 1px solid #131313;
}

.benefits.white-bg .normal-title {
    color: #131313;
}

.benefits .section-slug {
    color: #F3EFEB;
    border: 1px solid #F3EFEB;
}

.benefits .normal-title {
    color: #F3EFEB;
}

.benefits .section-heading {
    margin-bottom: 70px;
}

.benefits-list__item {
    position: relative;
    max-width: 440px;
    width: 100%;
    background-color: #F3EFEB;
    border: 1px solid #000000;
    border-radius: 50%;
}

.benefits-list__item::after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #F3EFEB;
    content: "";
}

.benefits-list__item-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.benefits-list__item-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.benefits-list__item-content {
    display: table-cell;
    vertical-align: middle;
}

.benefits-list__item-content .strong {
    color: #131313;
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
}

.benefits-list__item-content p {
    margin: 0;
    color: #131313;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    opacity: 0.7;
}

.benefits-list__item:not(:nth-of-type(1)) {
    margin-left: -50px;
}

.benefits-list__item:nth-of-type(2) {
    border: 1px solid #FC4005;
}

.benefits-list__item:nth-of-type(2)::after {
    background-color: #FC4005;
}

.benefits-list__item:nth-of-type(2) .strong {
    color: #fff;
}

.benefits-list__item:nth-of-type(2) p {
    color: #fff;
}

.speakers {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.speakers-list {
    margin-top: 50px;
}

.speakers-list__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.speakers-list__card:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}

.speakers-list__card:nth-of-type(2) .speakers-list__card-content {
    padding: 0;
    padding-right: 50px;
}

.speakers-list__card-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.speakers-list__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.speakers-list__card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
    max-width: 100%;
    padding-left: 50px;
}

.speakers-list__card-content .heading-speakers {
    margin-bottom: 30px;
}

.speakers-list__card-content .heading-speakers h3 {
    margin-bottom: 15px;
    color: #131313;
    font-size: 34px;
    font-weight: 700;
    line-height: 130%;
}

.speakers-list__card-content .heading-speakers span {
    display: block;
    font-size: 18px;
    color: rgba(19, 19, 19, 0.7);
}

.speakers-list__card-content .benefits-speakers {
    margin-bottom: 30px;
}

.speakers-list__card-content .benefits-speakers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.speakers-list__card-content .benefits-speakers ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.speakers-list__card-content .benefits-speakers ul li .strong {
    color: #131313;
    font-size: 36px;
    font-weight: 700;
}

.speakers-list__card-content .benefits-speakers ul li p {
    color: rgba(19, 19, 19, 0.7);
    font-size: 16px;
}

.speakers-list__card-content .about-speakers h5 {
    margin-bottom: 15px;
    color: #131313;
    font-size: 24px;
    font-weight: 700;
}

.speakers-list__card-content .about-speakers p {
    margin: 0;
    color: rgba(19, 19, 19, 0.7);
    font-size: 16px;
    line-height: 150%;
}

.speakers a.fill-btn {
    width: 100%;
}

.speakers a.fill-btn,
.speakers .intro-heading__price ul li a.fill-btn,
.intro-heading__price ul li .speakers a.fill-btn {
    margin: 0 auto;
}

.discussion {
    position: relative;
    padding: 100px 0;
    background-color: #131313;
    overflow: hidden;
}

.discussion .section-slug {
    color: #F3EFEB;
    border: 1px solid #F3EFEB;
}

.discussion .normal-title {
    color: #F3EFEB;
}

.discussion-form {
    margin-top: 50px;
}

.discussion-form__item {
    position: relative;
    margin-bottom: 35px;
    line-height: 0;
}

.discussion-form__item-input {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    color: rgba(243, 239, 235, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(243, 239, 235, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.discussion-form__item-input~.input-focus {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FC4005;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.discussion-form__item-input:focus~.input-focus {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.discussion-form__item-input::-moz-placeholder {
    color: rgba(243, 239, 235, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.discussion-form__item-input::-webkit-input-placeholder {
    color: rgba(243, 239, 235, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.discussion-form__item-input:-ms-input-placeholder {
    color: rgba(243, 239, 235, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.discussion-form__item-input::-ms-input-placeholder {
    color: rgba(243, 239, 235, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.discussion-form__item-input::placeholder {
    color: rgba(243, 239, 235, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.discussion-form button {
    margin-top: 50px;
    width: 100%;
    border: 1px solid #F3EFEB;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 30px;
    padding: 15px;
    color: rgba(243, 239, 235, 0.6);
    border-color: #565554;
    border-radius: 50px;
    text-align: center;
}

.footer {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.footer.footer-black {
    background-color: #131313;
}

.footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer.footer-black .footer-link small {
    color: #f3efeb;
}

.footer-link small {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
}

.footer-link a {
    display: inline-block;
    margin-bottom: 30px;
    color: #FC4005;
    font-size: 36px;
    font-weight: 500;
}

.footer-link a:hover {
    color: #d43503;
}

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

.footer-link__payment li {
    margin-right: 30px;
}

.footer-link__payment li:last-child {
    margin-right: 0;
}

.footer.footer-black .footer-link__payment li img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.footer.footer-black .footer-link__payment li:nth-of-type(2) img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.footer.footer-black .footer-info img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.footer-info img {
    width: 200px;
    max-width: 100%;
}

.footer.footer-black .footer-info p {
    color: #f3efeb;
    opacity: 0.5;
}

.footer-info p {
    margin: 30px 0 30px 0;
    color: rgba(19, 19, 19, 0.4);
}

.footer-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-info ul li {
    margin-right: 15px;
}

.footer-info ul li:last-child {
    margin-right: 0;
}

.footer.footer-black .footer-info ul li a {
    color: #f3efeb;
    opacity: 0.5;
}

.footer-info ul li a {
    font-size: 16px;
    color: rgba(19, 19, 19, 0.4);
    text-decoration: underline;
}

.footer-info ul li a:hover {
    color: #131313;
}

.notfound {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 266px);
    overflow: hidden;
}

.notfound h1 {
    margin-bottom: 50px;
    color: #FC4005;
    font-style: normal;
    font-weight: 500;
    font-size: 170px;
    line-height: 100%;
    text-align: center;
}

.notfound h1 span {
    display: inline-block;
}

.notfound .fill-btn {
    margin: 0 auto;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    5% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    35% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    45% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    55% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    65% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    85% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    5% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    35% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    45% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    55% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    65% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    85% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 1400px) {

    .normal-title,
    .offer .normal-title,
    .benefits .normal-title,
    .discussion .normal-title {
        font-size: 28px;
    }

    .intro-heading h1 {
        font-size: 60px;
    }

    .intro-heading h1 span {
        padding: 13px 40px;
        font-size: 28px;
    }

    .intro-heading__desc div .take-gift p {
        display: none;
    }

    .intro-heading__desc div .take-gift img {
        width: 100px;
    }

    .intro-heading__price ul li .promotion-timer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-heading__price ul li .promotion-timer h4 {
        margin-bottom: 15px;
    }

    .intro-heading__price ul li .promotion-timer__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .intro-heading__price ul li .promotion-timer__list .promotion-timer__item {
        width: 100%;
    }

    .intro-heading__price ul li .promotion-timer__list .promotion-timer__item small {
        text-align: center;
    }

    .offer-collapse__item-head .accordion-button .count {
        font-size: 21px;
    }

    .offer-collapse__item-head .accordion-button .strong {
        margin-left: 50px;
        font-size: 21px;
    }

    .benefits-list__item-content .strong {
        font-size: 80px;
    }

    .speakers-list__card-content .heading-speakers h3 {
        font-size: 28px;
    }

    .speakers-list__card-content .benefits-speakers ul li {
        padding: 20px;
    }

    .speakers-list__card-content .benefits-speakers ul li .strong {
        font-size: 28px;
    }

    .notfound {
        height: calc(100vh - 290px);
    }
}

@media only screen and (max-width: 1200px) {
    .intro-heading h1 {
        font-size: 50px;
    }

    .intro-heading h1 span {
        padding: 10px 30px;
        font-size: 24px;
    }

    .intro-heading__price {
        padding: 30px;
    }

    .intro-heading__price ul li {
        margin-right: 50px;
    }

    .intro-heading__price ul li:last-child {
        width: auto;
    }

    .intro-heading__price ul li .promotion-timer h4 {
        margin-right: 0;
    }

    .intro-heading__price ul li p {
        width: 130px;
        max-width: 100%;
        font-size: 18px;
    }
	
	.intro-heading__price ul li:last-child {
        width: 450px;
    }

    .intro-heading__price ul li .strong {
        font-size: 36px;
    }

    .offer-collapse__item-head .accordion-button .count {
        font-size: 18px;
    }

    .offer-collapse__item-head .accordion-button .strong {
        margin-left: 30px;
        font-size: 18px;
    }

    .offer-collapse__item-head .accordion-button .strong i.icon img {
        height: 30px;
    }

    .speakers-list__card {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    .speakers-list__card:nth-of-type(2) .speakers-list__card-content {
        padding-right: 30px;
    }

    .speakers-list__card-content {
        padding-left: 30px;
    }

    .discussion .normal-title br {
        display: none;
    }

    .footer-link a {
        font-size: 28px;
    }

    .footer-link__payment li img {
        height: 25px;
    }

    .notfound {
        height: calc(100vh - 266px);
    }

    .notfound h1 {
        font-size: 110px;
        line-height: 110%;
    }
}

@media only screen and (max-width: 992px) {
    .header .fill-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .header-menu nav ul li {
        margin-right: 15px;
    }

    .header .border-btn {
        padding: 10px 30px;
    }

    .intro {
        margin-top: 74px;
        padding: 50px 0;
    }

    .intro-heading h1 {
        font-size: 45px;
    }

    .intro-heading__desc {
        margin-bottom: 30px;
    }

    .intro-heading__desc p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .intro-heading__price ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .intro-heading__price ul li {
        margin-right: 100px;
    }

    .intro-heading__price ul li:last-child {
        width: 100%;
    }

    .intro-heading__price ul li p {
        width: 100%;
    }

    .intro-heading__price ul li .strong {
        font-size: 46px;
    }

    .intro-heading__price ul li .promotion-timer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .intro-heading__price ul li .promotion-timer h4 {
        margin: 30px 0;
        font-size: 28px;
    }

    .intro-heading__price ul li .promotion-timer__item span {
        font-size: 36px;
    }

    .intro-heading__price ul li .promotion-timer__item small {
        font-size: 16px;
    }

    .results-ticker {
        padding: 20px 0;
    }

    .results-list .results-list__item-text {
        font-size: 28px;
    }

    .offer {
        padding: 70px 0;
    }

    .offer-collapse {
        margin-top: 50px;
    }

    .testimonials {
        padding: 70px 0;
    }

    .benefits {
        padding: 70px 0;
    }

    .benefits-list__item-content .strong {
        font-size: 60px;
    }

    .benefits-list__item-content p {
        width: 120px;
        max-width: 100%;
        margin: 0 auto;
    }

    .speakers {
        padding: 70px 0;
    }

    .speakers-list__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .speakers-list__card:nth-of-type(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .speakers-list__card:nth-of-type(2) .speakers-list__card-content {
        padding: 0;
    }

    .speakers-list__card-image {
        width: 50%;
    }

    .speakers-list__card-content {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .discussion {
        padding: 70px 0;
    }

    .footer-link small {
        font-size: 14px;
    }

    .footer-link a {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .footer-link__payment li img {
        height: 20px;
    }

    .footer-info img {
        width: 150px;
    }

    .footer-info p {
        margin: 15px 0 15px 0;
        font-size: 14px;
    }

    .footer-info ul li a {
        font-size: 14px;
    }

    .notfound {
        height: calc(100vh - 248px);
    }

    .notfound h1 {
        font-size: 90px;
        line-height: 110%;
    }
}

@media only screen and (max-width: 768px) {
    .header-menu {
        display: none;
    }

    .header .fill-btn {
        display: none;
    }

    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .intro {
        margin-top: 55px;
        padding: 50px 0;
    }

    .intro-heading h1 {
        font-size: 34px;
    }

    .intro-heading h1 span {
        padding: 7px 20px;
        font-size: 21px;
    }

    .intro-heading__desc div ul li .fill-btn,
    .intro-heading__desc div ul li .border-btn {
        padding: 15px 25px;
        font-size: 16px;
    }

    .results-ticker {
        padding: 15px 0;
    }

    .results-list .results-list__item-text {
        font-size: 24px;
    }

    .offer {
        padding: 50px 0;
    }

    .offer .section-slug {
        margin-bottom: 30px;
    }

    .offer-collapse {
        margin-top: 30px;
    }

    .testimonials {
        padding: 50px 0;
    }

    .testimonials .section-slug {
        margin-bottom: 30px;
    }

    .testimonials .section-heading__content {
        text-align: left;
    }

    .testimonials-carousel__nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .benefits {
        padding: 50px 0;
    }

    .benefits .section-slug {
        margin-bottom: 30px;
    }

    .benefits-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .benefits-list__item {
        max-width: 50%;
        margin: 0;
    }

    .benefits-list__item:not(:nth-of-type(1)) {
        margin-left: -30px;
    }

    .benefits-list__item:last-child {
        margin-top: -50px;
        margin-bottom: 0;
    }

    .benefits-list__item .strong {
        margin-bottom: 15px;
        font-size: 50px;
    }

    .speakers {
        padding: 50px 0;
    }

    .speakers .section-slug {
        margin-bottom: 30px;
    }

    .speakers-list__card:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .speakers-list__card-image {
        width: 100%;
    }

    .speakers-list__card-content .heading-speakers span {
        font-size: 16px;
    }

    .discussion {
        padding: 50px 0;
    }

    .discussion .section-slug {
        margin-bottom: 30px;
    }

    .discussion .section-heading {
        margin-bottom: 0px;
    }

    .footer-link {
        margin-bottom: 30px;
    }

    .footer-link small {
        font-size: 16px;
    }

    .footer-link a {
        margin-bottom: 15px;
        font-size: 34px;
    }

    .footer-link__payment li img {
        height: 25px;
    }

    .footer-info img {
        width: 200px;
    }

    .footer-info p {
        margin: 15px 0 15px 0;
        font-size: 14px;
    }

    .footer-info ul li a {
        font-size: 16px;
    }

    .hamburger-overlay__menu ul li {
        margin-bottom: 30px;
    }

    .hamburger-overlay__menu ul li a {
        font-size: 36px;
        line-height: 100%;
        text-transform: capitalize;
    }

    .hamburger-overlay__menu ul li a::after {
        display: none;
    }

    .hamburger-overlay__additional a.fill-btn,
    .hamburger-overlay__additional .intro-heading__price ul li a.fill-btn,
    .intro-heading__price ul li .hamburger-overlay__additional a.fill-btn {
        width: 100%;
        padding: 20px 30px;
        color: #131313;
        font-size: 16px;
        background-color: #F3EFEB;
    }

    .notfound {
        height: calc(100vh - 392px);
    }

    .notfound h1 {
        font-size: 70px;
        line-height: 110%;
    }
}

@media only screen and (max-width: 576px) {

    .normal-title,
    .offer .normal-title,
    .benefits .normal-title,
    .discussion .normal-title {
        font-size: 28px;
    }

    .header-menu {
        display: none;
    }

    .header .border-btn {
        display: none;
    }

    .intro {
        margin-top: 55px;
        padding: 50px 0 50px 0;
    }

    .intro-heading h1 {
        font-size: 36px;
        line-height: 130%;
    }

    .intro-heading h1 span {
        padding: 10px 20px;
        font-size: 21px;
    }

    .intro-heading__desc {
        margin-bottom: 30px;
    }

    .intro-heading__desc p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 140%;
    }

    .intro-heading__desc .fill-btn,
    .intro-heading__desc .intro-heading__price ul li .fill-btn,
    .intro-heading__price ul li .intro-heading__desc .fill-btn,
    .intro-heading__desc .speakers a.fill-btn,
    .speakers .intro-heading__desc a.fill-btn,
    .intro-heading__desc .discussion-form button,
    .discussion-form .intro-heading__desc button,
    .intro-heading__desc .intro-heading__price ul li .discussion-form button,
    .intro-heading__price ul li .discussion-form .intro-heading__desc button,
    .intro-heading__desc .discussion-form .intro-heading__price ul li button,
    .discussion-form .intro-heading__price ul li .intro-heading__desc button {
        width: 100%;
    }

    .intro-heading__desc div ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .intro-heading__desc div ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .intro-heading__desc div ul li:last-child {
        margin-bottom: 0;
    }

    .intro-heading__desc div ul li .fill-btn,
    .intro-heading__desc div ul li .border-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .intro-heading__desc div .take-gift {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 100;
    }

    .intro-heading__desc div .take-gift p {
        display: none;
    }

    .intro-heading__desc div .take-gift img {
        width: 70px;
    }

    .intro-heading__price {
        padding: 30px;
    }

    .intro-heading__price ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-heading__price ul li {
        margin: 0;
        margin-bottom: 15px;
    }

    .intro-heading__price ul li:last-child {
        width: 100%;
    }

    .intro-heading__price ul li .promotion-timer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .intro-heading__price ul li .promotion-timer h4 {
        margin: 0;
        margin-bottom: 15px;
    }

    .intro-heading__price ul li .promotion-timer__item {
        margin-right: 30px;
        padding-right: 30px;
    }

    .results-list .results-list__item-text {
        font-size: 18px;
    }

    .offer {
        padding: 50px 0;
    }

    .offer .section-slug {
        margin-bottom: 30px;
    }

    .offer-collapse {
        margin-top: 30px;
    }

    .offer-collapse__item-head .accordion-button .count {
        font-size: 18px;
        line-height: 24px;
    }

    .offer-collapse__item-head .accordion-button .strong {
        margin-left: 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .offer-collapse__item-head .accordion-button .strong i.icon img {
        height: 30px;
    }

    .offer-collapse__item-body {
        padding-left: 35px;
    }

    .offer-collapse__item-body p {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonials {
        padding: 50px 0;
    }

    .testimonials .section-slug {
        margin-bottom: 30px;
    }

    .testimonials .section-heading__content {
        text-align: left;
    }

    .testimonials .section-heading__content .normal-title {
        width: 100%;
        max-width: 100%;
    }

    .testimonials-carousel__nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .benefits {
        padding: 50px 0;
    }

    .benefits .section-slug {
        margin-bottom: 30px;
    }

    .benefits-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 30px;
    }

    .benefits-list__item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .benefits-list__item:not(:nth-of-type(1)) {
        margin-left: 0;
    }

    .benefits-list__item:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    .benefits-list__item .strong {
        margin-bottom: 15px;
        font-size: 80px;
    }

    .benefits-list__item p {
        font-size: 16px;
        line-height: 130%;
    }

    .speakers {
        padding: 50px 0;
    }

    .speakers .section-slug {
        margin-bottom: 30px;
    }

    .speakers-list {
        margin-top: 30px;
    }

    .speakers-list__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px !important;
    }

    .speakers-list__card-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .speakers-list__card-content {
        width: 100%;
        padding: 0 !important;
        margin: 0;
    }

    .speakers-list__card-content .benefits-speakers ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .speakers-list__card-content .benefits-speakers ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .speakers-list__card-content .benefits-speakers ul li:last-child {
        margin-bottom: 0;
    }

    .speakers .fill-btn,
    .speakers .intro-heading__price ul li .fill-btn,
    .intro-heading__price ul li .speakers .fill-btn,
    .speakers a.fill-btn,
    .speakers .discussion-form button,
    .discussion-form .speakers button,
    .speakers .intro-heading__price ul li .discussion-form button,
    .intro-heading__price ul li .discussion-form .speakers button,
    .speakers .discussion-form .intro-heading__price ul li button,
    .discussion-form .intro-heading__price ul li .speakers button {
        width: 100%;
    }

    .discussion {
        padding: 50px 0;
    }

    .discussion .section-slug {
        margin-bottom: 30px;
    }

    .discussion .section-heading {
        margin: 0;
    }

    .footer-link a {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .footer-link__payment {
        margin-bottom: 15px;
    }

    .footer-link__payment li {
        margin-right: 15px;
    }

    .footer-link__payment li img {
        height: 20px;
    }

    .footer-info p {
        margin: 15px 0;
        font-size: 14px;
    }

    .footer-info ul li a {
        font-size: 14px;
    }

    .hamburger-overlay__additional-social {
        margin: 30px 0;
    }

    .hamburger-overlay__additional-social ul li {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {

    .normal-title,
    .offer .normal-title,
    .benefits .normal-title,
    .discussion .normal-title {
        font-size: 24px;
    }

    .intro-heading h1 {
        font-size: 32px;
        line-height: 120%;
    }

    .intro-heading h1 span {
        padding: 5px 15px;
        font-size: 18px;
    }

    .intro-heading__price ul li .promotion-timer h4 {
        font-size: 24px;
    }

    .intro-heading__price ul li .fill-btn {
        padding: 20px 30px;
        font-size: 16px;
    }

    .offer-collapse__item-head .accordion-button .count {
		display: none;
        font-size: 16px;
    }

    .offer-collapse__item-head .accordion-button .strong {
        margin-left: 0;
        font-size: 16px;
    }

    .offer-collapse__item-head .accordion-button .strong i.icon img {
        height: 20px;
    }

    .benefits-list__item .strong {
        font-size: 60px;
    }

    .hamburger-overlay {
        padding: 100px 0;
    }

    .hamburger-overlay__menu ul li a {
        font-size: 28px;
    }

    .notfound h1 {
        font-size: 50px;
        line-height: 110%;
    }

    .notfound .fill-btn {
        padding: 20px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    .intro-heading h1 span {
        font-size: 16px;
    }

    .intro-heading h1 {
        font-size: 28px;
        line-height: 120%;
    }
}

@media only screen and (max-width: 375px) {
    .fill-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .intro-heading h1 {
        font-size: 24px;
        line-height: 120%;
    }

    .intro-heading__price {
        padding: 20px;
    }

    .intro-heading__price ul li .promotion-timer__item {
        margin-right: 20px;
        padding-right: 20px;
    }

    .intro-heading__price ul li .promotion-timer__item span {
        font-size: 28px;
    }

    .intro-heading__price ul li .fill-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .discussion-form button {
        padding: 15px 30px;
        font-size: 16px;
    }

    .footer-link a {
        font-size: 21px;
    }

    .footer-link__payment li img {
        height: 18px;
    }

    .notfound h1 {
        font-size: 40px;
        line-height: 110%;
    }

    .notfound .fill-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {
    .intro-heading__price ul li .promotion-timer h4 {
        font-size: 21px;
        line-height: 130%;
    }

    .intro-heading__price ul li .fill-btn {
        padding: 15px 18px;
        font-size: 16px;
    }
}