html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

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

a {
    text-decoration: none;
    color: inherit
}

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

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p {
    margin: 0 0 15px 0
}

p:last-child {
    margin: 0 !important
}

body {
    overflow-x: hidden;
    margin: 0;
    color: #102017;
    font-family: "Mulish";
    height: 100%;
    background: #fbfcfd;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    background: #fbfcfd
}

.wrapper {
    margin: 96px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1335px;
    margin: 0 auto;
    padding: 0px 15px
}

.languege {
    width: 80px;
    border: 1px solid var(--border);
    border-radius: 50px;
    margin: 0 15px 0 auto
}

.languege__child {
    position: relative;
    height: 45px;
    padding: 10px;
    cursor: pointer
}

.languege__child::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 5px
}

.languege__child:hover .languege__dropdown {
    z-index: 10;
    width: 100%;
    left: 0;
    top: 48px
}

.languege__child:hover .languege__dropdown-wrap {
    display: block
}

.languege__child>span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 100%
}

.languege__child>span img {
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px
}

.languege__dropdown-wrap {
    position: absolute;
    display: none;
    z-index: 10;
    right: 0;
    top: 39px;
    padding: 25px 15px !important;
    border-radius: 5px;
    background: #fff;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%
}

.languege__dropdown-wrap li+li {
    margin: 20px 0 0 0 !important
}

.languege__dropdown-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.languege__dropdown-wrap a img {
    margin: 0 0px 0 10px !important
}

.languege__dropdown li:hover {
    color: #007bd6
}

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

.soc li {
    margin: 0 30px 0 0
}

.soc a {
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2d3a32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.soc a:hover {
    background-color: #f14723
}

.dss-title {
    max-width: 930px;
    width: 100%;
    margin: 0 auto 37px;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.breadcrumb {
    margin: 30px 0 0 0
}

.breadcrumb 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
}

.breadcrumb li {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px !important
}

.breadcrumb a {
    font-size: 12px;
    color: #aeaeae;
    font-weight: 700
}

.breadcrumb li+li {
    padding: 0 0 0 13px;
    margin: 0 0 0 3px
}

.breadcrumb li+li::after {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    margin: 0;
    padding: 0;
    color: #aeaeae
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    line-height: 150%;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 14px 40px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn img,
.btn svg {
    margin: 0 10px 0 0
}

.btn--transparent {
    border-color: #ef4d2e;
    color: #102017 !important
}

.btn--transparent:hover {
    background-color: #ef4d2e;
    color: #fff !important
}

.btn--transparent-green {
    border-color: #2db85e;
    color: #fff
}

.btn--transparent-green:hover {
    background-color: #2db85e
}

.btn--transparent-green:hover svg path {
    fill: #fff
}

.btn--green {
    background: #2db85e;
    color: #fff !important
}

.btn--green:hover {
    border-color: #1a803e;
    background: #1a803e
}

.btn--red {
    background-color: #ef4d2e;
    color: #fff !important
}

.btn--red:hover {
    background: #2db85e
}

.btn--white {
    border-color: #fff;
    color: #fff
}

.btn--white:hover {
    background-color: #fff;
    color: #102017
}

.header {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    -webkit-box-shadow: 1px 11px 19px -14px rgba(16, 32, 23, .2);
    box-shadow: 1px 11px 19px -14px rgba(16, 32, 23, .2);
    background: #fff
}

.header__inner {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 96px
}

.header__logo {
    display: block;
    width: 147px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__box {
    margin: 0 30px 0 auto
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav a {
    font-weight: 600;
    font-size: 14px;
    color: #aeaeae;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    padding: 5px 12.5px
}

.header__nav a:hover {
    color: #102017
}

.header__btns-mob,
.header__menu-btn {
    display: none
}

.header .btn {
    margin: 0 0 0 15px
}

.dss-intro {
    padding: 100px 0 40px;
    overflow: hidden
}

.dss-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-intro__left {
    width: 50%;
    position: relative;
    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
}

.dss-intro__left::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 25px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/intro-decor.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 75px;
    height: 105px
}

.dss-intro__right {
    width: 50%
}

.dss-intro__title {
    position: relative;
    font-size: 48px;
    font-family: "Unbounded";
    font-weight: 500;
    padding: 0 60px 0 0;
	width: min-content;
}

.dss-intro__title img {
    position: absolute;
    right: 0;
    top: -30px;
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-intro__subtitle {
    line-height: 120%;
    font-weight: 700;
    max-width: 476px;
    width: 100%;
    font-size: 32px
}

.dss-intro__right-bot {
    margin: 95px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 475px
}

.dss-intro__right-bot img {
    width: 185px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 90px;
    display: block;
    margin: 0 10px 0 0
}

.dss-intro .btn {
    width: 100%
}

.dss-intro__text {
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 140%;
    color: #646564
}

.dss-intro__imgs {
    position: relative;
    margin: -25px -65px 50px 65px;
    z-index: -1
}

.dss-intro__imgs img {
    display: block;
    max-width: 100%
}

.dss-intro__imgs>div {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.dss-intro .laptop {
    width: 635px
}

.dss-intro .animation-1 {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 200px;
    max-width: 160px
}

.dss-intro .animation-2 {
    top: 150px;
    position: absolute;
    left: 210px;
    max-width: 274px
}

.dss-intro .animation-3 {
    position: absolute;
    z-index: 1;
    left: -60px;
    top: 42px;
    max-width: 175px
}

.dss-intro .circle-animation {
    position: absolute;
    bottom: 80px;
    z-index: 1;
    left: -50px;
    width: 800px
}

.hero-label {
    padding: 0 15px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    color: #1b2c22;
    border: 1px solid #1b2c22;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 12px
}

.dss-video {
    padding: 60px 0 0
}

.dss-video__inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.dss-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 25px
}

.decision {
    padding-top: 135px
}

.decision .dss-title {
    max-width: 930px;
    width: 100%
}

.decision__info {
    font-weight: 600;
    max-width: 745px;
    width: 100%;
    margin: 0 auto 37px;
    text-align: center;
    color: #646564
}

.decision__item {
    margin: 0 0 37px 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-height: 400px;
    height: 100%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.decision__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.decision__item:nth-child(even) .lms-tags p {
    text-align: right
}

.decision__item:nth-child(even) .decision__item-right {
    padding-left: 121px
}

.decision__item:nth-child(even) .lms-tags {
    top: 42%;
    right: 52px;
    left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 365px
}

.decision__item-left {
    position: relative;
    width: 50%
}

.decision__item-left img {
    display: block;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.decision__item-right {
    width: 50%;
    padding: 0 20px 0 0
}

.decision__item-title {
    font-family: "Mulish";
    max-width: 450px;
    width: 100%;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 22px
}

.decision__item-text {
    margin: 0 0 35px 0;
    max-width: 500px;
    line-height: 140%;
    color: #646564
}

.decision .lms-tags {
    position: absolute;
    left: 10%;
    top: 30%;
    max-width: 536px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Unbounded"
}

.decision .lms-tags p {
    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;
    height: 69px;
    font-family: "Unbounded", sans-serif;
    font-size: 48px;
    border-radius: 10px;
    padding: 6px 10px;
    background: #f14723;
    font-weight: 500
}

.types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px
}

.types__item {
    width: 50%;
    overflow: hidden;
    position: relative;
    max-height: 500px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 67px;
    padding-left: 128px;
    padding-right: 60px;
    padding-bottom: 97px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 25px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/vector.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 43%
}

.types__item:nth-child(even) {
    padding-top: 67px;
    padding-left: 128px;
    padding-right: 60px;
    padding-bottom: 97px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/vector-2.svg");
    background-position: bottom left;
    background-size: 20%
}

.types .dss-title {
    margin: 0 0 22px 0
}

.types__text p {
    line-height: 140%;
    color: #646564
}

.types__text strong {
    font-weight: 600;
    display: block;
    margin-top: 15px
}

.types .btn {
    margin: 34px 0 0 0
}

.dss-offer {
    padding-top: 130px
}

.dss-offer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    padding-left: 57px;
    padding-right: 57px;
    padding-bottom: 66px;
    padding-top: 64px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: #1b2c22;
    width: 100%;
    background-image: url("/wp-content/themes/bestclevers/images/icons/dss-offerbg.svg");
    background-repeat: no-repeat;
    background-size: 24%;
    background-position: top right
}

.dss-offer__left {
    width: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 70px 0 0;
    position: relative;
    z-index: 2
}

.dss-offer__left::after {
    content: "";
    position: absolute;
    top: -150px;
    right: -95px;
    background-image: url(/wp-content/themes/bestclevers/images/icons/offer-decor.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 475px;
    height: 470px;
    z-index: -1
}

.dss-offer__left img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.dss-offer__right {
    max-width: 675px;
    width: 100%;
    position: relative;
    z-index: 3
}

.dss-offer__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    margin-bottom: 30px;
    margin: 0 0 30px 0
}

.dss-offer__text {
    margin: 0 0 80px 0;
    font-weight: 700;
    line-height: 140%;
    color: #aeaeae;
    font-size: 20px
}

.dss-offer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dss-offer .btn {
    width: calc(50% - 35px);
    margin: 0 0 0 35px
}

.mentors {
    padding-top: 160px
}

.mentors__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.mentors__item .btn {
    margin: 30px 0 0 0
}

.mentors__inner {
    max-width: 1165px;
    width: 100%;
    margin: 0 auto
}

.mentors__left {
    padding-top: 20px;
    max-width: 460px;
    width: 100%;
    position: relative;
    z-index: 3
}

.mentors__title {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    color: #102017
}

.mentors__title::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 4px solid #ef4d2e;
    border-radius: 50%
}

.mentors__title:first-child {
    margin: 0
}

.mentors__text {
    margin: 11px 0 0 0
}

.mentors__right {
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 2
}

.mentors__right::after {
    content: "";
    position: absolute;
    bottom: -87px;
    left: -90px;
    width: 437px;
    height: 448px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/mentor-decor1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1
}

.mentors__right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.mentors--twoo .mentors__right {
    max-width: 455px
}

.mentors--twoo .mentors__right::after {
    display: none
}

.mentors--twoo .mentors__title::after {
    border-color: #2db85e
}

.mentors--twoo .mentors__left {
    max-width: 570px
}

.mentors--twoo .btn {
    margin: 100px auto 0
}

.dss-start {
    overflow: hidden;
    padding-top: 155px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

.dss-start__inner {
    padding: 56px 28px 56px 124px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 25px;
    background: #fff
}

.dss-start__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-start__left {
    padding-top: 20px;
    width: 50%
}

.dss-start__text {
    margin: 0 0 40px 0
}

.dss-start__text strong {
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
    display: block;
    margin-bottom: 17px
}

.dss-start__text p {
    color: #646564
}

.dss-start__title {
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700
}

.dss-start__right {
    width: 50%
}

.dss-start__right img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-start .btn {
    margin: 80px auto 0
}

.dss-start__img-mob {
    display: none
}

.waves {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 170px;
    z-index: -1
}

.waves img {
    width: 100%;
    -o-object-position: bottom;
    object-position: bottom
}

.dss-list li {
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
    position: relative
}

.dss-list li::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 4px solid #ef4d2e;
    border-radius: 50%
}

.dss-about {
    padding-top: 115px
}

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

.dss-about__left {
    margin: 0 45px 0 0;
    width: 35%
}

.dss-about__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-about__right {
    width: 65%
}

.dss-about .dss-title {
    margin: 0 0 65px 0;
    text-align: left
}

.dss-about__text p {
    font-weight: 600;
    line-height: 140%;
    color: #646564;
    margin-bottom: 29px
}

.dss-about__text strong {
    position: relative;
    display: block;
    font-weight: 700;
    line-height: 140%;
    color: #102017;
    padding: 0 0 0 30px
}

.dss-about__text strong::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 4px solid #ef4d2e;
    border-radius: 50%
}

.mob-title {
    display: none
}

.faq {
    padding-top: 53px
}

.faq__item {
    margin: 0 0 10px 0
}

.faq__title {
    position: relative;
    padding-left: 147px;
    padding-right: 75px;
    padding-top: 36px;
    padding-bottom: 36px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700
}

.faq__title::after {
    content: "";
    position: absolute;
    right: 50px;
    top: 42px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 9px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.faq__title.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__content {
    padding-left: 147px
}

.faq__content p {
    line-height: 140%;
    color: #646564
}

.faq__content strong {
    color: #102017;
    font-weight: 800
}

.faq__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.faq__item.active .faq__content {
    max-height: 1000px;
    margin-bottom: 38px;
    margin-top: 40px
}

.question {
    padding-top: 90px
}

.question__inner {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 52px;
    padding-bottom: 55px;
    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;
    background: #1b2c22 url("/wp-content/themes/bestclevers/images/content/question-bg.svg") no-repeat;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 25px
}

.question .dss-title {
    color: #fff;
    margin-bottom: 30px;
    text-align: center
}

.question__text {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #aeaeae;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 42px
}

.question .btn:hover {
    background-color: #ef4d2e;
    border-color: #ef4d2e
}

.blog {
    margin-top: 100px
}

.blog-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 44px 38px
}

.blog-items .blog-item {
    height: 360px;
    position: relative;
    width: 100%;
    border-radius: 15px
}

.blog-items .blog-item {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.blog-items .blog-item .blog-image {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 15px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.blog-items .blog-item .blog-image .bg-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.blog-items .blog-item .blog-image img {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.blog-items .blog-item .blog-bottom .category {
    background: #ef4d2e;
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 700;
    max-width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 150%;
    text-transform: none;
    color: #fff;
    width: 100%;
    margin-bottom: 17px
}

.blog-items .blog-item .blog-bottom h3 {
    font-family: "Unbounded";
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    padding-right: 25px;
    width: 100%
}



.blog-items .blog-item:first-child .blog-bottom .date {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    opacity: .5;
    margin-bottom: 22px
}

.blog-items .blog-item .blog-bottom .date {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    opacity: .5;
    margin-bottom: 22px
}

.blog-items .blog-item .blog-bottom {
    margin-left: 25px;
    height: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}



.blog-items .blog-item:hover .blog-image>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blog .container>.btn {
    margin: 45px auto 0;
    color: #102017
}

.blog .container>.btn svg {
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.blog .container>.btn:hover {
    color: #fff
}

.blog .container>.btn:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.blog.page--blog {
    margin-top: 0;
}

.ready {
    margin-top: 38px;
    padding-top: 73px;
    padding-bottom: 113px;
    background: #f14723 url("/wp-content/themes/bestclevers/images/icons/ready-bg.svg") no-repeat;
    background-position: left -419px;
    overflow: hidden
}

.ready__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ready__left {
    margin: 0 20px 0 0
}

.ready .dss-title {
    color: #fff;
    text-align: left
}

.ready__right {
    max-width: 655px;
    width: 100%
}

.ready__text {
    margin: 75px 0 60px 0;
    font-weight: 700;
    max-width: 500px;
    width: 100%;
    color: #fff;
    font-size: 20px
}

.ready .btn {
    width: 100%
}

.blog__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog__title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #2db85e !important;
    font-weight: 600;
    line-height: 150%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.blog-category {
    padding: 50px 0 100px 0
}

.blog-category__links, .blog-category__links {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.blog-category__links a, .blog-category__links button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 20px 10px 0 !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    -webkit-transition: .2s ease !important;
    -o-transition: .2s ease !important;
    transition: .2s ease !important;
    color: #aeaeae;
	background: none;
	border: none;
}

.blog-category__link-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 20px 10px 0 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    -webkit-transition: .2s ease !important;
    -o-transition: .2s ease !important;
    transition: .2s ease !important;
    color: #aeaeae;
    background: none;
    border: none;
    color: #102017 !important
}

.blog-category__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px
}

.blog-category__item {
    width: calc(25% - 30px);
    margin: 0 0 30px 30px;
	display: flex;
	flex-direction:  column;
}

.blog-category__img {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    height: 180px;
    border-radius: 15px;
    overflow: hidden
}

.blog-category__item:hover .blog-category__img img{
	transform: scale(1.1);
}

.blog-category__img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.blog-category__img img {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.blog-category__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding: 15px
}

.blog-category__sticker {
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.blog-category__date {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    opacity: .5
}

.blog-category__content {
	display: flex;
	flex-direction: column;
    margin-top: 20px;
	flex: 1 1 auto;
}
.blog-category__content-info{
	flex: 1 1 auto;
}

.blog-category__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #102017;
    margin-bottom: 6px
}

.blog-category__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #959595;
    margin-bottom: 10px;
}

.blog-category__more {
    text-decoration: underline;
    font-weight: 700;
    font-size: 12px;
	display: none;
}

.load-more-button {
    cursor: pointer;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #2db85e !important
}

.another-article {
    padding: 120px 0
}

.dss-banner .dss-title {
    color: #fff;
    margin: 0;
    font-size: 32px;
    text-align: left
}

.dss-banner__inner {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ef4d2e;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
    row-gap: 30px;
    min-height: 180px;
    position: relative;
    z-index: 1
}

.dss-banner__inner::after {
    content: "";
    position: absolute;
    left: -175px;
    top: 0;
    width: 450px;
    height: 450px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/article-icon-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1
}

.dss-banner__inner::before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 450px;
    height: 450px;
    background-image: url("/wp-content/themes/bestclevers/images/icons/article-icon-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1
}

.dss-banner .btn {
    background: #ef4d2e
}

.article p {
    margin: 0 0 30px 0
}

.article .container>img {
    float: right;
    margin: 1em 0 1em 1em;
    max-width: 50%;
    height: auto
}

.article .container .left-float {
    float: left;
    margin: 1em 1em 1em 0;
    max-width: 50%;
    height: auto
}

.article h1 {
    font-size: 40px;
    line-height: 120%;
    margin: 20px 0 0 0;
}

.article h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0 30px 0
}

.article h3 {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 20px
}

.article ul {
    margin: 0 0 30px 0
}

.article ul li {
    position: relative;
    font-weight: 700;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0
}

.article ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6.5px;
    height: 6.5px;
    background-color: #102017;
    border-radius: 50%
}

.post-top {
    margin: 20px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px
}

.post-top__left {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-bottom .category {
    border-radius: 5px;
    padding: 2px 5px;
    background: #ef4d2e;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase
}

.date {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #aeaeae
}

.post-inner {
    max-width: 900px;
    margin: 0 auto;
}

.post-inner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}







.rate {
    margin-top: 70px
}

.rate-advantages-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 0 -40px
}

.rate-advantage-item {
    padding: 30px;
    margin: 0 0 30px 40px;
    width: calc(33.33333% - 40px);
    border-radius: 25px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rate-advantage-top {
    border-radius: 15px;
    background: #f14723;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 50px
}

.rate-top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.rate-advantage-top h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Unbounded", sans-serif;
    color: #fff
}

.rate-advantage-top span {
    font-size: 20px;
    font-weight: 700;
    font-family: "Unbounded", sans-serif;
    color: #fff;
    padding: 10px 15px;
    display: block;
    background: #f14723;
    width: 100%;
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
    border-top-right-radius: .625rem
}

.rate-advantage-item:last-child .rate-advantage-top {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0rem
}

.rate-advantage-item:last-child .rate-advantage-top .rate-top__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem 1rem 0rem;
    width: 100%;
    background: #f14723;
    max-width: 10.9375rem;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem
}

.rate-advantage-item p {
    margin-top: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.price {
    padding-top: 120px
}

.price .dss-title {
    margin: 0 auto 50px
}

.price-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.price-item {
    position: relative;
    padding: 35px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
	max-width: 400px;
}

.price-item h3 {
    text-align: center;
    font-size: clamp(20px, 2.2222222222vw, 32px);
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px
}

.price-item .price-label {
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
    padding: .375rem .75rem;
    border-radius: .375rem;
    background: #3aca6f;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    line-height: 100%
}

.price-item:nth-child(3) {
    border: .125rem solid rgba(241, 71, 35, .2);
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05)
}

.price-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.tab-btn {
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .625rem;
    border: .125rem solid #2db85e;
    padding: .625rem .875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%
}

.tab-btn.active {
    border-color: rgba(0, 0, 0, 0);
    background: #2db85e !important;
    color: #fff
}

.tab-btn:hover {
    background: rgba(45, 184, 94, .3)
}

.price-value__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;
    row-gap: .625rem;
    padding-bottom: clamp(21px, 2.2222222222vw, 32px);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.price-value {
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

span.price-number {
    color: #f14723;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

span.period {
    color: #102017;
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
    line-height: 120%;
    text-transform: lowercase;
}

.price-ua {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.name-period {
    color: rgba(16, 32, 23, .4);
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.price-item .sub-elem-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem
}

.price-resource {
    padding-top: clamp(21px, 2.2222222222vw, 32px);
    padding-bottom: clamp(21px, 2.2222222222vw, 32px);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    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
}

.price-resource p strong {
    color: #2db85e;
    margin-left: .1875rem
}

.price-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.price-counter__item {
    cursor: pointer;
    width: 1.5625rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #2db85e
}

.price-counter__item:hover {
    background: #2db85e
}

.price-counter__item:hover svg path {
    fill: #fff
}

.price-text__block {
    padding-top: clamp(20px, 2.2222222222vw, 32px)
}

.price-text__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: clamp(14px, 1.25vw, 18px)
}

.price-text__block ul li {
    display: none;
    margin-left: 1.5rem;
    position: relative
}

.price-text__block ul li:nth-child(-n+8) {
    display: list-item
}

.price-text__block ul li:before {
    content: "";
    height: .375rem;
    width: .375rem;
    position: absolute;
    top: .5rem;
    left: -1.5rem;
    border-radius: 50%;
    background: #f14723
}

.price-text__block ul li strong {
    margin-right: .25rem
}

.price-button__show {
    height: 3.4375rem;
    cursor: pointer;
    margin-top: 1.125rem;
    padding: .625rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(241, 71, 35, .08)
}

.price-button__show span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f14723;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.price-item .btn--green {
    margin-top: 1.5rem;
    width: 100%
}

.price-item .btn--green svg path {
    stroke: #fff
}

.price-item.show {
    z-index: 22
}

.price-overlay.show {
    overflow: auto;
    display: block
}

.price-overlay {
    display: none;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(0.3125rem);
    backdrop-filter: blur(0.3125rem);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21
}

.price-item.show .price-text__block ul li {
    display: list-item
}

.workshop {
    padding-top: 120px;
    padding-bottom: 80px
}

.workshop .container>p {
    color: #646564;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: clamp(24px, 5vw, 72px)
}

.workshop-tabs {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    right: 40%;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.workshop-tab {
    max-width: 7.5rem;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .625rem;
    border: .125rem solid #2db85e;
    padding: .625rem .875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%
}

.workshop-tab.active {
    border-color: rgba(0, 0, 0, 0);
    background: #2db85e;
    color: #fff
}

.workshop-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: clamp(15px, 3.0555555556vw, 44px);
    -moz-column-gap: clamp(15px, 3.0555555556vw, 44px);
    column-gap: clamp(15px, 3.0555555556vw, 44px)
}

.workshop-item {
    height: auto
}

.workshop-item.left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05)
}

.workshop-item.left.dev {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.workshop-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: clamp(15px, 3.0555555556vw, 44px);
    -moz-column-gap: clamp(15px, 3.0555555556vw, 44px);
    column-gap: clamp(15px, 3.0555555556vw, 44px)
}

.workshop-item.left .workshop-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05)
}

.workshop-item.left .workshop-row {
    height: 70px;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: .0625rem solid rgba(0, 0, 0, .05)
}

.workshop-row:first-child {
    pointer-events: none
}

.workshop-row:first-child {
    border-top-right-radius: 1.5625rem;
    border-top-left-radius: 1.5625rem
}

.workshop-row .workshop-column {
    height: auto;
    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;
    padding-top: 21px;
    padding-bottom: 21px
}

.workshop-row .workshop-column.left {
    padding-left: 50px;
    padding-right: 47px;
    border-right: .0625rem solid rgba(0, 0, 0, .05);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%
}

.workshop-row .workshop-column.right {
    padding-left: 22px;
    padding-right: 58px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%
}

.workshop-item.left .workshop-row.active {
    background: rgba(45, 184, 94, .05)
}

.workshop-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .375rem;
    padding: .375rem .75rem;
    color: #2db85e;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    background: rgba(58, 202, 111, .2)
}

.workshop-row.active .workshop-column .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.workshop-column .icon {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25rem;
    background: #2db85e;
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.workshop-item.left .workshop-row .workshop-column.right .workshop-text p strong {
    color: #f14723
}

.workshop-item.left .workshop-row .workshop-column.right .workshop-price-month p strong {
    color: #f14723
}

.workshop-price-month p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.workshop-price-month p span {
    font-weight: 600
}

.price-ua {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    color: #000
}

.workshop-row .workshop-column p {
    font-size: 20px;
    margin: 0
}

.workshop-item.left .workshop-row .workshop-column {
    height: auto;
    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;
    padding-top: 21px;
    padding-bottom: 21px
}

.workshop-item.left .workshop-row .workshop-column.right .workshop-text p em {
    display: block;
    font-style: normal;
    font-size: .75rem
}

.workshop-item.right {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 47px;
    padding-bottom: 3.2rem;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05)
}

.workshop-item.right .bg-right {
    position: absolute;
    top: 0;
    right: 0
}

.workshop-item.right .workshop-title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1.5rem
}

.workshop-price {
    display: block;
    color: #102017;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

span.workshop-number {
    color: #f14723;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.workshop-item.right p {
    color: rgba(16, 32, 23, .4);
    font-size: .875rem;
    font-weight: 500;
    line-height: 120%
}

.workshop-item.right a {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    max-width: 12.125rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9375rem 2.5rem;
    border-radius: .625rem;
    background: #f14723;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%
}

.workshop-item.right .workshop-counter .workshop-counter__text p {
    font-size: 1rem;
    color: #000;
    margin: 0
}

.workshop-counter .workshop-counter__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.workshop-counter {
    margin-bottom: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.workshop-counter strong {
    margin-left: .3125rem;
    color: #2db85e
}

.workshop-counter .workshop-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.workshop-buttons .counter-button {
    cursor: pointer;
    width: 1.5625rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #2db85e
}

.workshop-counter .workshop-buttons .counter-button:hover {
    background: #2db85e
}

.workshop-counter .workshop-buttons .counter-button:hover svg path {
    fill: #fff
}

.workshop-item.right .workshop-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem
}

.workshop-item.right .workshop-list ul li {
    position: relative;
    color: #102017;
    font-size: 1rem;
    font-weight: 600;
    line-height: 140%;
    margin-left: 1.5rem
}

.workshop-item.right .workshop-list ul li:before {
    content: "";
    width: .5625rem;
    height: .5625rem;
    background: url("/wp-content/themes/bestclevers/images/icons/check.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: .5rem;
    left: -1.5rem
}

.workshop-item.right .workshop-list ul li strong {
    margin-left: .25rem
}

.faq-banner {
    padding: 100px 0 60px
}

.faq-banner .dss-title {
    color: #fff;
    text-align: left;
    margin: 0;
    font-weight: 700
}

.faq-banner__inner {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1.5625rem;
    background: url("/wp-content/themes/bestclevers/images/content/bg-cta.png") no-repeat center/cover;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.faq-banner__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.8125rem
}

.faq-banner__text {
    color: #fff;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 140%
}

.faq-banner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

.faq-banner .btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 20rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #fff;
    font-size: clamp(16px, 1.3888888889vw, 20px);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: clamp(13px, 1.3888888889vw, 20px);
    padding-bottom: clamp(13px, 1.3888888889vw, 20px);
    color: #f14723;
    font-weight: 700;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    line-height: 150%
}

.faq-banner .btn:hover {
    background-color: #2db85e;
    border-color: #2db85e;
    color: #fff
}

.hero {
    padding-top: 100px
}

.hero .dss-title {
    text-align: left;
    font-weight: 700
}

.hero-item.left h1 {
    max-width: 34.375rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    font-family: "Unbounded";
    margin: 0 0 35px 0
}

.hero-items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 2.6875rem;
    -moz-column-gap: 2.6875rem;
    column-gap: 2.6875rem
}

.hero-item {
    width: 50%
}

.hero-item.right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.hero-item.left {
    margin-top: 3.125rem;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero-item.right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.hero-item.left p {
    color: #646564;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 35px !important
}

.mob-subtitle {
    display: none
}

.possible {
    padding-top: 120px
}

.possible .container p {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #646564;
    max-width: 46.5625rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: clamp(52px, 4.7222222222vw, 68px)
}

.possible-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.possible-item {
    height: auto;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05)
}

.possible-image {
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
    max-height: 21.875rem;
    width: 100%;
    overflow: hidden
}

.possible-image img {
    height: 100%;
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
    max-width: none;
    width: 100%
}

.possible-block {
    padding: 1.25rem;
    padding-left: clamp(20px, 2.7777777778vw, 40px);
    padding-right: clamp(20px, 2.7777777778vw, 40px)
}

.possible-block h3 {
    font-size: clamp(20px, 1.6666666667vw, 24px);
    margin-bottom: 1.125rem
}

.possible-item .possible-block p {
    text-align: left;
    max-width: 29.375rem;
    margin: 0;
    margin-bottom: 1.875rem
}

.possible-block a {
    color: #f14723;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.possible-block a:hover {
    color: #2db85e
}

.possible-block a:hover svg path {
    fill: #2db85e
}

.users {
    padding-top: 120px
}

.users .dss-title {
    text-align: left
}

.users-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: clamp(30px, 4.3055555556vw, 62px)
}

.users-item.left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.users-item.left p {
    margin: 0 0 30px 0
}

.users-item.right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    border-radius: 30px;
    overflow: hidden
}

.users-item.right img {
    max-width: none;
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profitable {
    padding-top: 120px
}

.profitable-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profitable-item {
    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: auto;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    -webkit-box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05);
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, .05)
}

.profitable-image {
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
    max-height: 13.625rem;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%
}

.profitable-image img {
    height: 100%;
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
    max-width: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profitable-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.25rem;
    padding-left: clamp(20px, 2.7777777778vw, 40px);
    padding-right: clamp(20px, 2.7777777778vw, 40px)
}

.profitable-block h3 {
    font-size: clamp(20px, 1.6666666667vw, 24px);
    margin-bottom: 1.125rem
}

.profitable-block p {
    text-align: left;
    max-width: 29.375rem;
    margin: 0;
    margin-bottom: 1.875rem
}

.profitable-block a {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    color: #f14723;
    display: flex;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.faq-banner--twoo .faq-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.faq-banner--twoo .faq-banner__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%
}

.faq-banner--twoo .btn {
    margin: 30px 0 0 0
}

.network {
    padding-top: 120px
}

.network .dss-title {
    text-align: left
}

.network-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: clamp(22px, 6.5277777778vw, 94px)
}

.network-item.left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.network-item.left img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.network-item.right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.network-item.right h2 {
    margin-bottom: clamp(22px, 2.9166666667vw, 42px)
}

.network-item p {
    color: #646564;
    margin-bottom: 2.625rem
}

.network__subtitle {
    font-size: clamp(20px, 1.9444444444vw, 28px);
    font-family: "Mulish";
    margin-bottom: clamp(22px, 2.2222222222vw, 32px);
    font-weight: 700
}

.network-box-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px
}

.network-box-title::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ef4d2e
}

.network-box {
    margin: 0 0 40px 0
}

.footer {
    background-color: #1b2c22;
    color: #aeaeae;
    font-size: 14px;
    padding: 33px 0 23px
}

.footer a {
    font-weight: 600;
    font-size: 14px;
    color: #aeaeae;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer a:hover {
    color: #fff
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__col {
    padding: 0 20px 0 0
}

.footer__col:last-child {
    padding: 0
}

.footer__col:nth-child(1) {
    max-width: 400px;
    width: 100%
}

.footer__col:nth-child(1) p {
    margin: 0 0 30px 0
}

.footer__col:nth-child(2) {
    max-width: 150px;
    width: 100%
}

.footer__col:nth-child(3) {
    max-width: 265px;
    width: 100%
}

.footer__col:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    width: 100%
}

.footer__logo {
    width: 150px;
    display: block;
    margin: 0 0 40px 0
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__menu li {
    margin: 15px 0 0 0
}

.footer__info-item {
    margin: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__info-item a,
.footer__info-item p {
    padding: 0 0 0 15px;
    font-weight: 700
}

.footer__link {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: .625rem;
    font-weight: 600;
    font-size: 14px;
    color: #aeaeae;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__link:hover {
    border-color: #ef4d2e
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    padding: 35px 0 0 0;
    margin: 45px 0 0 0;
    border-top: 2px solid #646564
}

.footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__bottom-list li {
    margin: 0 65px 0 0
}

.footer__bottom-list a {
    font-size: 14px;
    font-weight: bold;
    color: #aeaeae
}

.footer__mennu-mob {
    display: none
}

.date-picker {
	padding-top: 120px;
}
.date-picker .datepicker-box {
	min-height: 600px;
	height: 700px;
}

.date-picker h2{
	font-size: 45px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 37px;
}

.date-picker p{
	margin: 0px auto;
	max-width: 46.5625rem;
	text-align: center;
	font-size: 1rem;
}

@media(max-width: 1200px) {
    .dss-offer__inner {
        background-image: none
    }

    .dss-offer__left::after {
        display: none
    }

    .dss-offer .btn {
        width: calc(100% - 35px);
        margin: 30px 0 0 35px
    }

    .dss-offer__text {
        margin: 0 0 30px 0
    }

    .dss-offer__title {
        font-size: 42px
    }

    .dss-offer__text {
        font-size: 18px
    }

    .dss-offer__inner {
        padding-left: 25px;
        padding-right: 25px
    }

    .dss-title {
        font-size: 32px
    }

    .dss-start__inner {
        padding-left: 25px;
        padding-right: 25px
    }

    .waves {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(max-width: 1100px) {
    .header__inner>.btn {
        display: none
    }

    .header__btns-mob,
    .header__menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__box {
        margin: 0;
        position: fixed;
        top: 85px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 85px);
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s
    }

    .header__box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__menu-btn {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
        position: relative;
        height: 30px;
        width: 27px
    }

    .header__menu-btn span {
        display: block;
        width: 70%;
        height: 4px;
        border-radius: 50%;
        background-color: #000;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        width: 100%;
        height: 4px;
        border-radius: 50%;
        background-color: #000;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 100%;
        height: 4px;
        border-radius: 50%;
        background-color: #000;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn.active::after {
        bottom: 13px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header__menu-btn.active::before {
        top: 13px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__menu-btn.active span {
        opacity: 0
    }

    .header__inner {
        height: 85px
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__nav li {
        margin: 0 0 40px 0
    }

    .header__nav a {
        font-weight: 600;
        font-size: 20px;
        color: #102017;
        padding: 5px 12.5px
    }

    .header__btns-mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 375px;
        width: 100%
    }

    .header__btns-mob .btn {
        margin: 0 0 30px 0;
        width: 100%
    }

    .dss-intro .laptop {
        width: 575px
    }
	.decision__item{
		overflow: hidden;
	}
    .decision__item:nth-child(even) .decision__item-right {
        padding-left: 20px
    }

    .decision .lms-tags {
        left: 20px
    }

    .decision__item:nth-child(even) .lms-tags {
        right: 20px
    }

    .types__item {
        padding: 70px 20px !important;
        background-image: none !important
    }

    .faq__title {
        padding-left: 24px;
        padding-right: 50px;
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 18px
    }

    .faq__title:after {
        right: 25px
    }

    .faq__content {
        padding-left: 24px
    }

    .faq {
        padding-top: 70px
    }

    .faq .dss-title {
        text-align: center
    }

    .blog-category__item {
        width: calc(33.33333% - 30px)
    }

    .workshop .container .workshop-items {
        height: auto;
        max-height: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem
    }

    .workshop-tabs {
        right: 0;
        margin: 0 auto 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 992px) {
    .question__inner {
        background-image: none
    }

    .dss-intro__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-intro__left {
        width: 100%
    }

    .hero-label {
        margin: 0 auto 40px
    }

    .dss-intro__right {
        width: 100%
    }

    .dss-intro .circle-animation {
        width: 600px
    }

    .dss-intro__left::after {
        right: -5%;
        top: 0
    }

    .footer__inner,
    .footer__bottom-list {
        -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;
        text-align: center
    }

    .footer__bottom-list li {
        margin: 0 0 20px 0
    }

    .footer__mennu-desk {
        display: none
    }

    .footer__mennu-mob {
        display: block
    }

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

    .footer__menu a {
        display: block;
        text-align: center
    }

    .footer__menu li {
        margin: 0 0 20px 0
    }

    .footer__logo {
        margin: 0 auto 30px
    }

    .footer__info-item {
        margin: 5px 0 0 0
    }

    .footer__col {
        padding: 0
    }

    .footer__col:nth-child(3) {
        margin: 30px 0 0 0
    }

    .footer__col:nth-child(4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 30px
    }

    .dss-offer__inner {
        -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;
        padding: 20px 20px 60px 20px
    }

    .dss-offer__left {
        margin: 0 0 30px 0;
        max-width: 380px;
        width: 100%
    }

    .dss-offer__title {
        text-align: center
    }

    .blog .container .blog-items {
        row-gap: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .ready__text {
        margin: 0 0 37px 0
    }

    .rate-advantages-items {
        -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
    }

    .rate-advantage-item {
        width: calc(100% - 40px)
    }

    .price-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .price-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .workshop-item.left .workshop-row .workshop-column.left,
    .workshop-item.left .workshop-row .workshop-column.right {
        padding: 5px !important
    }

    .workshop-item.left .workshop-row .workshop-column.right {
        -webkit-column-gap: 20px !important;
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }

    .workshop-item.left .workshop-row .workshop-column.right {
        border-radius: .625rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: 3.75rem;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem
    }

    .workshop-items .workshop-item.left .workshop-row .workshop-column p {
        font-size: 14px !important
    }

    .workshop-column .workshop-label {
        font-size: 12px !important
    }

    .workshop .container .workshop-items .workshop-item.right {
        padding: 30px 20px !important;
        border-radius: .625rem
    }

    .workshop .dss-title {
        text-align: center
    }

    .workshop {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .profitable-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 25px 0
    }

    .network-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .network {
        padding-top: 10px
    }
}

@media(max-width: 844px) {
    .decision__item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        max-height: none
    }

    .decision__item-right {
        padding: 20px;
        width: 100%
    }

    .decision__item-left {
        width: 100%;
        overflow: hidden
    }

    .decision__item-left img {
        border-radius: 0;
        width: 110%
    }

    .decision .lms-tags {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .decision .lms-tags p {
        font-size: 28px;
        height: 50px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .decision__item:nth-child(even) .lms-tags {
        right: auto;
        left: 20px
    }
}

@media(max-width: 768px) {
	.decision__item:nth-child(even) .lms-tags {
		top: 15%;
	}
	
    .dss-intro__title {
        font-size: 30px;
        width: 100%;
        padding: 0
    }

    .dss-intro__title img {
        position: static;
        width: 24px;
        height: 24px
    }

    .dss-intro__subtitle {
        max-width: 100%;
        font-size: 20px
    }

    .dss-intro__right-bot {
        margin: 40px 0 30px 0
    }

    .dss-intro__text {
        font-size: 12px
    }

    .dss-intro__imgs {
        margin: -25px -65px 50px 30px
    }

    .dss-intro .laptop {
        width: 375px
    }

    .dss-intro .animation-1 {
        width: 80px;
		top: 50px;
		left: 100px;
    }

    .dss-intro .animation-2 {
        width: 140px;
        left: 115px;
		top: 95px;
    }

    .dss-intro .animation-3 {
        width: 90px;
		left: -30px;
    }

    .dss-intro .circle-animation {
        width: 390px;
        bottom: 45px
    }

    .dss-intro__right-bot img {
        width: 80px;
        height: 40px
    }

    .dss-video {
        padding: 10px 0 0 0
    }

    .dss-intro {
        padding: 40px 0
    }

    .hero-label {
        font-size: 10px
    }

    .btn {
        font-size: 14px
    }

    .dss-title {
        text-align: left;
        font-size: 25px
    }

    .decision__info {
        text-align: left
    }

    .decision__item-text {
        font-size: 14px
    }

    .lms-tags {
        row-gap: 0 !important;
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lms-tags p {
        margin: 0 0 10px 0 !important
    }

    .decision {
        padding-top: 55px
    }

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

    .types__item {
        margin: 0 0 37px 0;
        width: 100%;
        padding: 30px 20px !important
    }

    .dss-offer__title {
        font-size: 25px
    }

    .dss-offer__text {
        font-size: 14px
    }

    .dss-offer {
        padding-top: 33px
    }

    .mentors {
        padding-top: 70px
    }

    .mentors__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .mentors__right::after {
        display: none
    }

    .mentors--twoo .mentors__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mentors {
        overflow: hidden
    }

    .mentors__right {
        margin: 0 auto 20px;
        max-width: 100%;
        width: 130%
    }

    .mentors__right img {
        width: 130%;
        margin: 0 0 0 -12%
    }

    .mentors__title {
        font-size: 18px
    }

    .mentors__title::after {
        top: 0
    }

    .mentors__text {
        font-size: 14px
    }

    .mentors--twoo .btn {
        margin: 30px auto 0
    }

    .mentors .btn {
        width: 100%
    }

    .mentors__left {
        max-width: 100%
    }

    .dss-start__right {
        display: none
    }

    .dss-start__img-mob {
        display: block
    }

    .dss-start__left,
    .dss-start__right {
        width: 100%
    }

    .dss-start__img-mob {
        width: 130%;
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
        margin: 0 0 25px 0
    }

    .dss-start__img-mob img {
        width: 130%
    }

    .dss-start__text p {
        font-size: 14px
    }

    .dss-list {
        font-size: 14px
    }

    .dss-start__inner {
        padding-top: 30px;
        padding-bottom: 21px
    }

    .dss-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-about__left {
        margin: 0 0 30px 0;
        width: 100%;
        max-width: 400px
    }

    .dss-about__right {
        width: 100%
    }

    .mob-title {
        display: block;
        margin: 0 0 30px 0 !important
    }

    .dss-about__right .dss-title {
        display: none
    }

    body {
        font-size: 14px
    }

    .question {
        padding-top: 60px
    }

    .ready {
        background-image: none;
        position: relative;
        z-index: 2;
        padding-top: 90px;
        padding-bottom: 205px
    }

    .ready:after {
        content: "";
        width: 300px;
        height: 300px;
        position: absolute;
        background: url("/wp-content/themes/bestclevers/images/icons/after.svg") no-repeat;
        background-position: top;
        top: 0;
        right: -80px;
        z-index: -1
    }

    .ready:before {
        content: "";
        width: 300px;
        height: 300px;
        position: absolute;
        background: url("/wp-content/themes/bestclevers/images/icons/before.svg") no-repeat;
        background-position: bottom;
        bottom: 0;
        left: -80px;
        z-index: -1
    }

    .ready__text {
        font-size: 16px
    }

    .blog-category__item {
        width: calc(100% - 30px)
    }

    .blog-category__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dss-banner__inner::before {
        right: -333px;
        bottom: -43px
    }

    .dss-banner__inner::after {
        left: -205px;
        top: 100px
    }

    .dss-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article .container>img {
        float: none !important;
        display: block;
        margin: 1em auto;
        max-width: 100% !important
    }

    .article h1 {
        font-size: 28px;
        margin: 30px 0 20px 0
    }

    .article h2 {
        font-size: 25px;
        margin: 30px 0 20px 0
    }

    .post-top {
        margin: 40px 0 20px 0
    }

    .another-article {
        padding: 80px 0
    }

    .rate-advantage-top {
        margin: 0 0 20px 0;
        border-radius: 10px
    }

    .rate-advantage-item {
        padding: 20px 20px 30px 20px;
        border-radius: 15px
    }

    .rate-advantage-item p {
        font-size: 16px
    }

    .price-item {
        padding: 35px 20px;
        margin: 0 0 40px 0
    }

    .price-item .price-label {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    .workshop-item.right a {
        width: 100%;
        max-width: 100%
    }

    .workshop .container .workshop-items .workshop-item.right .bg-right {
        top: -1.875rem;
        right: -1.875rem
    }

    .workshop-counter {
        margin-bottom: 20px
    }

    .faq-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        background-image: url("/wp-content/themes/bestclevers/images/content/bg-mob.png")
    }

    .faq-banner__right {
        margin: 30px 0 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .faq-banner .btn {
        width: 100%
    }

    .faq-banner .dss-title {
        font-size: 32px;
        text-align: center
    }

    .faq-banner {
        padding: 70px 0 60px
    }

    .hero-items {
        row-gap: 0rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero-item.right {
        width: 100% !important
    }

    .hero-item.left p {
        display: none
    }

    .mob-subtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 15.625rem;
        margin-bottom: 1.875rem
    }

    .possible-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem
    }

    .users-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .users {
        padding-top: 60px
    }

    .users .dss-title {
        margin: 0 0 25px 0
    }

    .users-item.right {
        border-radius: 10px
    }
	.date-picker {
		padding-top: 60px;
	}

	.date-picker h2{
		font-size: 28px;
		text-align: center;
		width: 90%;
		margin: 0 auto;
		max-width: 800px;
		margin-bottom: 30px;
	}
	.date-picker p {
		max-width: 90%;
	}
	.price {
		padding-top: 40px;
	}
}