@charset "utf-8";

/* CSS Document */
a,
article,
aside,
b,
blockquote,
body,
caption,
center,
cite,
code,
dd,
div,
dl,
dt,
em,
fgroup,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
i,
iframe,
img,
label,
legend,
li,
main,
nav,
object,
ol,
p,
pre,
q,
s,
section,
small,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0
}

html {
    scroll-behavior: auto;
    /* disable browser's smooth scroll */
}

article,
aside,
fgroup,
figcaption,
figure,
footer,
header,
hr,
main,
nav,
section,
time {
    display: block
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    height: 100% !important;
    margin: auto;
    position: relative
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-focus-ring-color: none
}

button {
    overflow: visible
}

textarea {
    overflow: auto
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ''
}

:focus {
    outline: 0
}

:disabled {
    cursor: default
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 30px
}

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

img {
    display: block;
    margin: 0 0 30px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent
}

.loaded .load-icon {
    display: block
}

.loaded * {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
}

.load-icon {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff
}

.load-icon:before {
    content: "";
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/loader.gif) left top no-repeat
}

html.hidden,
html.hidden body {
    height: auto !important;
    overflow: hidden
}

.desktop.remove-scroll {
    padding-right: 17px
}

.desktop.remove-scroll .popup__mask {
    right: 17px
}

.mac.remove-scroll {
    padding-right: 0
}

.mac.remove-scroll .popup__mask {
    right: 0
}

body {
    min-width: 320px;
    height: 100% !important;
    position: relative;
    font: 18px/27px Roboto, sans-serif;
    background: #fff;
    color: #888
}

.page-container {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

.page-container .what-you-get-intro {
    padding-top: 200px;
    padding-bottom: 100px;

    background-image: url('../img/first-screen-bottom.png'), url('../img/first-screen-bg.jpg');
    background-position: bottom center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    ;
}

.ie .page-container {
    display: block
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px
}

.title-1 {
    font: 600 60px/1 'Darker Grotesque', sans-serif
}

.title-2 {
    font: 600 50px/1 'Darker Grotesque', sans-serif;
    
}

.title-3 {
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    
}

.title-4 {
    font: 600 28px/31px 'Darker Grotesque', sans-serif
}

.title-5 {
    font: 600 22px/26px 'Darker Grotesque', sans-serif
}

.title-6 {
    font: 500 16px/27px 'Darker Grotesque', sans-serif
}

h1 {
    padding: 0 0 30px;
    font: 600 60px/1 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

h2 {
    padding: 0 0 30px;
    font: 600 50px/1 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

h3 {
    padding: 0 0 30px;
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

h4 {
    padding: 0 0 30px;
    font: 600 28px/31px 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

h5 {
    padding: 0 0 30px;
    font: 600 22px/26px 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

h6 {
    padding: 0 0 30px;
    font: 500 16px/27px 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

ul {
    padding: 0 0 21px
}

ul li {
    padding: 0 0 12px 40px;
    position: relative;
    list-style: none
}

ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 20px;
    top: 11px;
    background: #ff8a25;
    border-radius: 50%
}

ul.language-menu li {
    padding: 0 0 12px 0;

}

ul.language-menu li:last-of-type {
    padding-bottom: 0;
}

ul.language-menu li {
    display: flex;
    width: 100%;

}

ul.language-menu li img {
    margin-right: 10px;
    margin-bottom: 0;
}

ul.language-menu li:before {
    width: 0;
}

ol {
    padding: 0 0 22px;
    list-style: none;
    counter-reset: item
}

ol li:before {
    content: counter(item, decimal) ". ";
    counter-increment: item
}

.unordered {
    padding: 0 0 30px
}

.unordered__item {
    padding: 0 0 3px 24px;
    position: relative;
    list-style: none
}

.unordered__item:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 10px;
    top: 11px;
    background: #ff8a25;
    border-radius: 50%
}

p {
    padding: 0 0 33px
}

.orange {
    color: #ff8a25
}

blockquote {
    margin: 6px 0 41px;
    padding: 50px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, .06);
    border-radius: 20px
}

blockquote:after,
blockquote:before {
    display: none
}

blockquote p {
    max-width: 708px;
    padding: 0;
    font: 500 28px/31px 'Darker Grotesque', sans-serif;
    color: #888
}

blockquote p:after,
blockquote p:before {
    content: "“"
}

blockquote footer {
    padding: 22px 50px 0 0;
    position: relative;
    font: 600 22px/26px 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

blockquote footer:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -2px;
    right: -10px;
    background: url(../img/svg/quote.svg) 0 0/100% 100% no-repeat
}

a {
    text-decoration: none;
    color: #3a0f23;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.desktop a:hover {
    color: #ff8a25
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #b3b1b7 !important
}

::-webkit-input-placeholder {
    line-height: normal;
    opacity: 1 !important;
    color: #b3b1b7 !important
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #b3b1b7 !important
}

.text-input {
    width: 100%;
    height: 60px;
    margin: 0 0 20px;
    padding: 5px 29px;
    display: block;
    background: #fff;
    border: 1px solid #e6ebfc;
    border-radius: 30px;
    font: 14px/1 Roboto, sans-serif;
    color: #3a0f23
}

.textarea {
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
    margin: 0 0 16px;
    padding: 23px 29px;
    display: block;
    background: #fff;
    border: 1px solid #e6ebfc;
    border-radius: 20px;
    font: 14px/24px Roboto, sans-serif;
    color: #3a0f23;
    resize: none
}

.button {
    max-width: 100%;
    height: 69px;
    margin: 0 0 22px;
    padding: 0 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 30px;
    font: 500 16px/60px Roboto, sans-serif;
    color: #fff;
    text-align: center;
    ;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 5px 10px rgba(252, 104, 58, .25)
}

.button:after,
.button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.button:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 138, 37, .991703)), to(rgba(222, 113, 42, .991703)));
    background: -webkit-linear-gradient(right, rgba(255, 138, 37, .991703) 0, rgba(222, 113, 42, .991703) 100%);
    background: linear-gradient(270deg, rgba(255, 138, 37, .991703) 0, rgba(222, 113, 42, .991703) 100%)
}

.button:after {
    opacity: 0;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(rgba(222, 113, 42, .991703)), to(rgba(255, 138, 37, .991703)));
    background: -webkit-linear-gradient(right, rgba(222, 113, 42, .991703) 0, rgba(255, 138, 37, .991703) 100%);
    background: linear-gradient(270deg, rgba(222, 113, 42, .991703) 0, rgba(255, 138, 37, .991703) 100%)
}

.desktop a.button:hover,
.desktop button.button:hover {
    box-shadow: 0 5px 20px rgba(252, 104, 58, .45);
    color: #fff
}

.desktop a.button:hover:after,
.desktop button.button:hover:after {
    opacity: 1
}

.button__text {
    position: relative;
    z-index: 2;

}

.button__cols {
    height: 100%;
    margin: 0 -5px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    text-transform: none
}

.button__col {
    padding: 0 5px
}

.button__text-small {
    display: block;
    font: 10px/1 Roboto, sans-serif
}

.button__text-big {
    display: block;
    font: 500 14px/24px Roboto, sans-serif;
    text-transform: uppercase
}

.button__icon {
    width: 24px;
    height: 24px;
    display: block;
    position: relative
}

.button__icon:after,
.button__icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.button__icon:after {
    opacity: 0
}

.button__icon_1:before {
    background: url(../img/svg/google-play.svg) 0 0/100% 100% no-repeat
}

.button__icon_1:after {
    background: url(../img/svg/google-play-orange.svg) 0 0/100% 100% no-repeat
}

.button__icon_2 {
    top: -2px
}

.button__icon_2:before {
    background: url(../img/svg/apple.svg) 0 0/100% 100% no-repeat
}

.button__icon_2:after {
    background: url(../img/svg/apple-orange.svg) 0 0/100% 100% no-repeat
}

.button_big {
    height: 69px;
    line-height: 69px;
    border-radius: 35px
}

.button_big:after,
.button_big:before {
    border-radius: 35px
}

.button_border {
    color: #ff8a25;
    box-shadow: none
}

.button_border:before {
    background: #fff;
    border: 2px solid #ff8a25
}

.button_border .button__icon:before {
    opacity: 0
}

.button_border .button__icon:after,
.desktop .button_border:hover .button__icon:before {
    opacity: 1
}

.desktop .button_border:hover .button__icon:after {
    opacity: 0
}

.close-button {
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.close-button:after,
.close-button:before {
    content: "";
    width: 14px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #442fa6
}

.close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.desktop .close-button:hover {
    background: #ff8a25
}

.desktop .close-button:hover:after,
.desktop .close-button:hover:before {
    background: #fff
}

.close-button_orange {
    background: #ff8a25;
    border: 2px solid #ff8a25
}

.close-button_orange:after,
.close-button_orange:before {
    top: 8px;
    left: 2px;
    background: #fff
}

.desktop .close-button_orange:hover {
    background: #fff
}

.desktop .close-button_orange:hover:after,
.desktop .close-button_orange:hover:before {
    background: #ff8a25
}

.share-button {
    padding: 0 0 0 24px;
    display: inline-block;
    position: relative;
    font: 14px/24px Roboto, sans-serif;
    color: #888
}

.share-button:after,
.share-button:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.share-button:before {
    background: url(../img/svg/share.svg) 0 0/100% 100% no-repeat
}

.share-button:after {
    opacity: 0;
    z-index: 1;
    background: url(../img/svg/share-orange.svg) 0 0/100% 100% no-repeat
}

.desktop .share-button:hover {
    color: #ff8a25
}

.desktop .share-button:hover:after {
    opacity: 1
}

.reply-button {
    padding: 0 0 0 26px;
    display: inline-block;
    position: relative;
    font: 14px/24px Roboto, sans-serif;
    color: #ff8a25
}

.reply-button:after,
.reply-button:before {
    content: "";
    width: 16px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.reply-button:before {
    background: url(../img/svg/reply.svg) 0 0/100% 100% no-repeat
}

.reply-button:after {
    opacity: 0;
    z-index: 1;
    background: url(../img/svg/reply-black.svg) 0 0/100% 100% no-repeat
}

.desktop .reply-button:hover {
    color: #3a0f23
}

.desktop .reply-button:hover:after {
    opacity: 1
}

.arrow-button {
    width: 41px;
    height: 30px;
    margin: 0 0 20px;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.arrow-button:after,
.arrow-button:before {
    content: "";
    width: 41px;
    height: 16px;
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrow-button:before {
    background: url(../img/svg/slider-arrow-grey.svg) 0 0/100% 100% no-repeat
}

.arrow-button:after {
    background: url(../img/svg/slider-arrow-orange.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1
}

.desktop .arrow-button:hover:after {
    opacity: 1
}

.mob-button {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    border: 2px solid #ff8a25;
    border-radius: 50%
}

.mob-button:after,
.mob-button:before,
.mob-button__icon:before {
    content: "";
    width: 18px;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 12px;
    left: 50%;
    border-bottom: 2px solid #fff
}

.mob-button:after {
    top: 17px
}

.mob-button__icon:before {
    top: 22px
}

.header {
    min-width: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

.header__cols {
    max-width: 1920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative
}

.header__left {
    min-width: 0;
    padding: 60px 0 0 70px;
    position: absolute;
    top: 0;
    left: 0
}

.header__right {
    min-width: 0;
    padding: 55px 70px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.header__center {
    width: 1200px;
    margin: auto;
    padding: 50px 30px 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

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

.header__inner-col {
    padding: 0 15px
}

.header__inner-col_mob,
.hide-mob {
    display: none
}

.header-logo {
    display: inline-block;
    vertical-align: top
}

.header-logo__image {
    max-width: 99px;
    margin: 0
}

.main-nav {
    margin: 0 -32px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-nav_center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.main-nav__item {
    padding: 0 64px 0 0;
    position: relative
}

.main-nav__item:before {
    display: none
}

.main-nav__item:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 30px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%
}
footer li.main-nav__item:nth-of-type(4),
footer li.main-nav__item:nth-of-type(6),
footer li.main-nav__item:nth-of-type(11) {
  padding-right: 0;
}
footer li.main-nav__item:nth-of-type(4):after,
footer li.main-nav__item:nth-of-type(6):after,
footer li.main-nav__item:nth-of-type(11):after {
    display: none
}

.main-nav__item:last-child:after {
    display: none
}

.main-nav__link {
    display: block;
    font: 16px/35px Roboto, sans-serif;
    white-space: nowrap;
    color: #fff
}

.main-nav__button {
    height: 35px;
    margin: 0 -32px 0 0;
    padding: 0 19px;
    display: block;
    font: 500 16px/31px Roboto, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #ff8a25;
    border: 2px solid #ff8a25;
    border-radius: 18px;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.desktop .main-nav__button:hover {
    background: #ff8a25;
    color: #fff
}

.desktop .main-nav__link:hover {
    color: #ff8a25
}

.header-tel {
    padding: 0 0 0 31px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 500 19px/24px Roboto, sans-serif;
    color: #fff !important;
    white-space: nowrap
}

.header-tel:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/svg/smartphone.svg) 0 0/100% 100% no-repeat
}

.footer {
    min-width: 0;
    width: 100%;
    min-height: 546px;
    margin: 194px 0 0;
    position: relative;
    z-index: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff
}

.footer__bg {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.subscription__bg {
    min-height: 330px;
    margin: 0 0 -35px;
    padding: 20px 50px 70px 455px;
    position: relative;
    bottom: 74px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 30px 20px rgba(47, 21, 135, .15);
    border-radius: 20px
}

.subscription__envelope {
    width: 373px;
    height: 425px;
    position: absolute;
    top: -115px;
    left: 40px;
    background: url(../img/mail.png) 0 0/100% 100% no-repeat
}

.subscription__max {
    max-width: 597px
}

.subscription__title {
    padding: 0 0 5px;
    display: block;
    position: relative;
    bottom: 1px;
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    ;
    color: #3a0f23
}

.subscription__text {
    max-width: 440px;
    padding: 7px 0;
    display: block
}

.subscribe {
    padding: 19px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subscribe__left {
    width: 100%;
    min-width: 0
}

.subscribe__right {
    padding: 0 0 0 20px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.subscribe__button,
.subscribe__input {
    margin: 0
}

.footer-logo {
    margin: 0 0 10px;
    max-width: 80%;
    display: inline-block;
    vertical-align: top;
    font: 40px/170% Codystar, cursive;
    color: rgba(255, 255, 255, .2) !important
}

.footer-logo img {

    width: 100%;
    display: inline-block;
    margin: auto;
}

.footer-top {
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
    text-align: center
}

.footer-bottom {
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.copyrights {
    padding: 10px 0;
    display: block;
    font: 14px/170% Roboto, sans-serif;
    color: #3a0f23
}

.main {
    min-width: 0;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.first-screen {
    min-height: 830px;
    padding: 251px 0 150px;
    position: relative;
    color: #fff
}

.first-screen__bg-1 {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.first-screen__bg-2 {
    width: 1920px;
    height: 400px;
    margin: 0 0 0 -960px;
    position: absolute;
    bottom: -64px;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.first-screen__pseudotext {
    width: 1920px;
    margin: 0 0 0 -960px;
    padding: 0 0 27px 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    font: 120px/142px Codystar, cursive;
    color: #ccc;
    opacity: .2;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.first-screen__pseudotext:before {
    content: attr(data-title);
    display: block
}

.first-screen__main {
    position: relative;
    z-index: 3
}

.first-screen__max {
    max-width: 570px;
    position: relative
}

.first-screen__elements {
    width: 927px;
    height: 523px;
    margin: -19px 0 0 -141px;
    position: absolute;
    top: 0;
    left: 100%
}

.first-screen__phone {
    width: 300px;
    height: auto;
    border-radius: 20px;
    clip-path: inset(0 0 2px 0);
    transform: rotate(10deg) translateX(50px);
    margin: -100px 0 0 29px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1
}

.first-screen__content {
    position: relative;
    z-index: 2
}

.first-screen__title {
    padding: 0 0 22px;
    position: relative;
    bottom: 7px;
    ;
    font: 800 80px/90% 'Darker Grotesque', sans-serif;
    color: #fff
}

.first-screen__text {
    padding: 0 0 52px;
    font: 500 28px/110% 'Darker Grotesque', sans-serif
}

.first-screen__button {
    margin: 0 0 20px;
    min-height: 69px;
}

.above-title {
    padding: 0 0 0 30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font: 500 12px/170% Roboto, sans-serif;
    color: #ff8a25;
    letter-spacing: .1em
}

.above-title:after,
.above-title:before {
    content: "";
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ff8a25;
    border-radius: 50%
}

.above-title:after {
    margin-left: 10px
}

.main-top {
    padding: 182px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-title {
    padding: 10px 0 30px;
    position: relative;
    font: 600 50px/1 'Darker Grotesque', sans-serif;
    ;
    text-align: center
}

.main-title:before {
    content: attr(data-title);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font: 40px/47px Codystar, cursive;
    color: #ccc
}

.main-title__text {
    display: block;
    position: relative;
    z-index: 1
}

.main-title__text:after,
.main-title__text:before {
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 0 14px -8px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: #ff8a25;
    border-radius: 50%
}

.main-title__text:after {
    margin: 0 0 14px 2px
}

.main-title_align-left {
    text-align: left
}

.main-title_align-left .main-title__text:after,
.main-title_align-left .main-title__text:before {
    left: 0;
    margin: 0 0 14px
}

.main-title_align-left .main-title__text:after {
    margin: 0 0 14px 10px
}

.main-title_white {
    color: #fff
}

.main-title_white:before {
    color: rgba(255, 255, 255, .35)
}

.side-element {
    width: 273px;
    height: 384px;
    margin: 0;
    position: absolute;
    left: 50%;
    z-index: 1
}

.what-you-get {
    width: 100%;
    min-width: 0;
    padding: 0px 0 100px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative
}

.what-you-get__main {
    position: relative;
    z-index: 2
}

.what-you-get__right-element {
    margin: 0 0 0 616px;
    bottom: -102px
}

.features {
    margin: 0 -15px;
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature {
    width: 60%;
    margin-left: 20%;
    padding: 0 15px 30px
}

.feature__bg {
    min-height: 100%;
    padding: 34px 32px 35px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(139, 233, 255, 0.4);
    border-radius: 20px
}

.feature__image {
    width: 100%;
    max-width: 294px;
    margin: 0 auto 36px
}

.feature__content {
    padding: 0 8px
}

.feature__title {
    padding: 0 0 15px;
    font: 600 28px/31px 'Darker Grotesque', sans-serif
}

.feature__text {
    padding: 0 0 15px
}

.most-popular {
    width: 100%;
    min-width: 0;
    padding: 0 0 47px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative
}

.most-popular__main {
    position: relative;
    z-index: 2
}

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

.most-popular__left {
    width: 100%;
    min-width: 0;
    padding: 0 30px 0 13px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.most-popular__right {
    width: 458px;
    padding: 49px 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.most-popular__image {
    width: 100%;
    max-width: 609px;
    margin: 0 0 20px
}

.most-popular__text {
    padding: 0 0 32px;
    font: 500 28px/110% 'Darker Grotesque', sans-serif
}

.most-popular__left-element {
    margin: 0 0 0 -844px;
    bottom: -174px
}

.check-list {
    padding: 0 0 20px
}

.check-list__item {
    padding: 0 0 20px 41px;
    position: relative;
    font: 16px/170% Roboto, sans-serif
}

.check-list__item:before {
    display: none
}

.check-list__item:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/svg/check.svg) 0 0/100% 100% no-repeat
}

.presentation-block {
    min-height: 1198px;
    margin: 0 0 144px;
    padding: 389px 0 0;
    position: relative
}

.presentation-block__bg {
    width: 1920px;
    height: 1198px;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../img/presentation-bg.png) 0 0/100% 100% no-repeat
}

.presentation-block__main {
    position: relative;
    z-index: 2
}

.ui-slider {
    padding: 51px 0 0
}

.ui-slider__arrows {
    height: 50px;
    margin: 0 0 -111px;
    position: relative
}

.ui-slider__all {
    height: 750px;
    position: relative
}

.ui-slider__list-wrap {
    width: 1660px;
    margin: 0 0 0 -830px;
    padding: 30px 265px 70px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    overflow: hidden
}

.ui-slider__list-wrap.loaded .ui-slider__bg,
.ui-slider__list-wrap.loaded img {
    opacity: 0
}

.ui-slider__list {
    position: relative;
    z-index: 1;
    overflow: visible !important
}

.ui-slider__list .slick-list,
.ui-slider__list .slick-track {
    overflow: visible !important
}

.ui-slider__bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.ui-slider__bg-left {
    width: 387px;
    height: 510px;
    margin: 0;
    position: absolute;
    bottom: 171px;
    left: 0
}

.ui-slider__bg-right {
    width: 461px;
    height: 519px;
    margin: 0;
    position: absolute;
    bottom: 192px;
    right: -62px
}

.ui-slider__image-wrap {
    height: 690px;
    position: relative;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out;
    opacity: 0;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2)
}

.ui-slider__image {
    width: 329px;
    margin: 0 0 0 -164.5px;
    position: absolute;
    top:00%;
    left: 50%;
    box-shadow: 0 10px 20px rgba(139, 233, 255, 0.403);
    border-radius: 20px;
    clip-path: inset(0 0 2px 0);
}
#other .ui-slider__image{
    background-color: #fff;
    padding: 0 10px;
        height:80%;
        object-fit: contain;
        border: 5px solid rgba(139, 233, 255, 0.403);
}
 


.ui-slider__item {
    position: relative
}

.ui-slider__item.active-1 {
    z-index: 1
}

.ui-slider__item.active-1 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(.71);
    -ms-transform: scale(.71);
    transform: scale(.71)
}

.ui-slider__item.active-2 {
    z-index: 2
}

.ui-slider__item.active-2 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(.855);
    -ms-transform: scale(.855);
    transform: scale(.855);
    left: -25px
}

.ui-slider__item.active-3 {
    z-index: 3
}

.ui-slider__item.active-3 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ui-slider__item.active-4 {
    z-index: 2
}

.ui-slider__item.active-4 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(.855);
    -ms-transform: scale(.855);
    transform: scale(.855);
    left: 25px
}

.ui-slider__item.active-5 {
    z-index: 1
}

.ui-slider__item.active-5 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(.71);
    -ms-transform: scale(.71);
    transform: scale(.71)
}

.downloads-block {
    padding: 100px 0 0px;
    position: relative
}

.downloads-block__main {
    position: relative;
    z-index: 2
}

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

.downloads-block__left {
    width: 465px;
    padding: 0 30px 0 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.downloads-block__right {
    width: 100%;
    max-width: 555px;
    padding: 31px 0 0
}

.downloads-block__right-element {
    margin: 0 0 0 616px;
    top: -177px
}

.downloads__text {
    padding: 0 0 50px
}

.downloads__buttons {
    margin: 0 -10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.downloads__button-wrap {
    padding: 0 10px 20px
}

.downloads__button {
    margin: 15px
}

.prices {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.prices__col {
    width: 50%;
    max-width: 292px;
    padding: 0 15px
}

.prices__top {
    margin: 0 0 30px;
    padding: 0 0 12px;
    position: relative
}

.prices__top:after {
    content: "";
    width: 100%;
    max-width: 242px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x
}

.prices__title {
    padding: 0 0 10px;
    font: 500 12px/170% Roboto, sans-serif;
    color: #ff8a25;
    text-transform: uppercase;
    letter-spacing: .1em
}

.prices__cost {
    margin: 0 0 -13px;
    display: block;
    font: 500 32px/54px Roboto, sans-serif;
    color: #3a0f23
}

.prices__cost span {
    padding: 0 0 0 3px;
    position: relative;
    bottom: 11px;
    font-size: 16px
}

.prices__per {
    display: block
}

.responses-block {
    position: relative
}

.responses-block__main {
    position: relative;
    z-index: 2
}

.responses-block__cols {
    margin: 0 -15px -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.responses-block__left {
    width: 100%;
    padding: 6px 15px 0
}

.responses-block__right {
    padding: 0 15px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.responses-block__left-element {
    margin: 0 0 0 -910px;
    top: -166px
}

.responses {
    width: 1930px;
    padding: 30px 0 30px 400px;
    position: relative;
    right: 400px;
    overflow: hidden
}

.responses.loaded {
    height: 300px
}

.responses.loaded .responses__bg {
    opacity: 0
}

.responses__list {
    position: relative;
    z-index: 1;
    overflow: visible !important
}

.responses .slick-list,
.responses__list .slick-track {
    overflow: visible !important
}

.responses__item {
    opacity: 0;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out
}

.responses__item.active-1,
.responses__item.active-2,
.responses__item.active-3 {
    opacity: 1
}

.responses__bg {
    margin: 0 30px 0 0;
    padding: 30px 40px 40px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, .06);
    border-radius: 20px
}

.responses__bg:before {
    content: "";
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
    display: block;
    background: url(../img/svg/quote.svg) 0 0/100% 100% no-repeat
}

.responses__quote {
    margin: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.responses__quote:after,
.responses__quote:before {
    display: none
}

.responses__text {
    max-width: none;
    min-height: 108px;
    margin: 0 0 30px;
    padding: 0;
    font: 16px/27px Roboto, sans-serif;
    color: #888
}

.responses__text:before {
    content: "“"
}

.responses__text:after {
    content: "”"
}

.respondent {
    margin: 0 -10px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font: 500 16px/27px Roboto, sans-serif
}

.respondent:before {
    display: none
}

.respondent__col {
    padding: 0 10px
}

.respondent__image {
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%
}

.respondent__name {
    display: block;
    font: 500 16px/27px Roboto, sans-serif;
    color: #3a0f23
}

.trial-block {
    min-height: 914px;
    margin: 0 0 -58px;
    padding: 132px 0 190px;
    position: relative
}

.trial-block__bg {
    width: 1920px;
    height: 1064px;
    margin: 0 0 0 -960px;
    position: absolute;
    top: -150px;
    left: 50%;
    background: url(../img/trial-block-bg.png) 0 0/100% 100% no-repeat
}

.trial-block__main {
    position: relative;
    z-index: 2
}

.trial-block__right-element {
    margin: 0 0 0 636px;
    top: 131px
}

.trial {
    min-height: 564px;
    margin: 0 110px;
    position: relative;
    color: #fff
}

.trial__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/trial-bg.png) center center/cover no-repeat;
    border-radius: 20px
}

.trial__bg-left {
    width: 150px;
    height: 309px;
    margin: 0 -40px 0 0;
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: 2;
    background: url(../img/svg/trial-left.svg) 0 0/100% 100% no-repeat
}

.trial__bg-right {
    width: 211px;
    height: 422px;
    margin: 0 0 0 -101px;
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 2;
    background: url(../img/svg/trial-right.svg) 0 0/100% 100% no-repeat
}

.trial__icons-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden
}

.trial__icons {
    width: 837px;
    height: 368px;
    margin: 0 0 0 -426px;
    position: absolute;
    top: 159px;
    left: 50%
}

.trial__pseudotext {
    width: 960px;
    margin: 0 0 0 -480px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    font: 100px/118px Codystar, cursive;
    color: rgba(204, 204, 204, .2);
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.trial__content {
    width: 100%;
    padding: 28px 30px 32px;
    display: table;
    position: relative;
    z-index: 3;
    text-align: center
}

.trial__cell {
    height: 504px;
    display: table-cell;
    vertical-align: middle
}

.trial__title {
    max-width: 560px;
    margin: auto;
    padding: 0 0 30px;
    position: relative;
    bottom: 8px;
    font: 800 80px/72px 'Darker Grotesque', sans-serif;
    ;
    color: #fff
}

.trial__button {
    min-width: 180px;
    margin: 0
}

.trial-icon {
    position: absolute
}

.trial-icon_1 {
    width: 58px;
    height: 46px
}

.faq-block {
    padding: 0 0 81px;
    position: relative
}

.faq-block__main {
    position: relative;
    z-index: 2
}

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

.faq-block__left {
    width: 50%;
    max-width: 564px;
    padding: 0 10px 0 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.faq-block__right {
    width: 100%;
    min-width: 0;
    padding: 9px 0 0 20px
}

.faq-block__title {
    max-width: 500px
}

.faq-block__left-element {
    margin: 0 0 0 -872px;
    top: 70px
}

.faq__title {
    padding: 0;
    font: 600 24px/110% 'Darker Grotesque', sans-serif;
    color: #3a0f23;
    position: relative
}

.faq__item {
    position: relative
}

.faq__item.active .faq__title:before {
    opacity: 0
}

.faq__item.active .faq__title:after {
    opacity: 1
}

.faq__item.active .faq__button:before {
    background: #ff8a25
}

.faq__item.active .faq__button:after {
    opacity: 0
}

.faq__title:after,
.faq__title:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    background: url(../img/dashed.png) repeat-x
}

.faq__title:after {
    z-index: 1;
    opacity: 0;
    background-image: url(../img/dashed-orange.png)
}

.faq__button {
    padding: 20px 30px 20px 0;
    display: block;
    position: relative;
    z-index: 1;
    color: #3a0f23
}

.faq__button:after,
.faq__button:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 3px;
    background: #888;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.faq__button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.desktop .faq__button:hover {
    color: #3a0f23
}

.desktop .faq__button:hover:after,
.desktop .faq__button:hover:before {
    background: #ff8a25
}

.faq__hide {
    display: none
}

.faq__content {
    padding: 30px 20px 10px
}

.faq__content ol:last-child,
.faq__content p:last-child,
.faq__content ul:last-child {
    padding-bottom: 0
}

.open-video {
    max-width: 554px;
    margin: 0 0 50px;
    display: block;
    position: relative
}

.desktop .open-video:hover .open-video__icon:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(255, 255, 255, .95)
}

.open-video__image {
    width: 100%;
    margin: 0
}

.open-video__icon {
    width: 100px;
    height: 100px;
    margin: -49px 0 0 -49px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1
}

.open-video__icon:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 10px rgba(252, 104, 58, .25);
    border-radius: 50%
}

.open-video__icon:after {
    content: "";
    width: 45px;
    height: 49px;
    margin: -19px 0 0 -19px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: url(../img/svg/video.svg) 0 0/100% 100% no-repeat
}

.latest-block {
    padding: 0 0 50px;
    position: relative
}

.latest-block__main {
    position: relative;
    z-index: 2
}

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

.latest-block__left {
    width: 510px;
    padding: 48px 30px 0 0;
    position: relative;
    z-index: 2;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.latest-block__right {
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 1
}

.latest-block__text {
    max-width: 450px;
    margin: 0 0 17px
}

.read-more {
    margin: 0 0 20px;
    padding: 0 0 3px;
    display: inline-block;
    vertical-align: top;
    color: #ff8a25;
    border-bottom: 2px solid #ff8a25;
    font: 500 12px/20px Roboto, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: none ease-out;
    -ms-transition: none ease-out;
    transition: none ease-out
}

.desktop .read-more:hover {
    color: #ff8a25;
    border-color: transparent
}

.latest-news__list-wrap {
    width: 1930px;
    padding: 30px 0 30px 400px;
    position: relative;
    right: 400px;
    overflow: hidden
}

.latest-news__list-wrap.loaded {
    height: 300px
}

.latest-news__list-wrap.loaded .latest-news__bg {
    opacity: 0
}

.latest-news__list {
    position: relative;
    z-index: 1;
    overflow: visible !important
}

.latest-news .slick-list,
.latest-news__list .slick-track {
    overflow: visible !important
}

.latest-news__arrows {
    display: none
}

.latest-news__article {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.latest-news__article.active-1,
.latest-news__article.active-2 {
    opacity: 1
}

.latest-news__bg {
    min-height: 295px;
    margin: 0 30px 0 0;
    padding: 40px 40px 39px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, .06);
    border-radius: 20px
}

.latest-news__date {
    display: block;
    font: 500 12px/170% Roboto, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ff8a25
}

.latest-news__content {
    min-height: 189px;
    overflow: hidden
}

.latest-news__title {
    margin: 0 0 27px;
    padding: 0;
    font: 600 28px/31px 'Darker Grotesque', sans-serif;
    overflow: hidden
}

.latest-news__link {
    color: #3a0f23
}

.desktop .latest-news__link:hover {
    color: #ff8a25
}

.latest-news__text {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden
}

.latest-news__bottom {
    margin: 0 -28px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.latest-news__col {
    padding: 0 28px 0 0;
    position: relative
}

.latest-news__col:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 12px;
    background: #ff8a25;
    border-radius: 50%
}

.latest-news__col:last-child:after {
    display: none
}

.author {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.author__col {
    padding: 0 5px
}

.author__image {
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 50%
}

.author__name {
    padding: 0;
    display: inline-block;
    font: 14px/24px Roboto, sans-serif;
    color: #888
}

.author__title {
    padding: 0;
    display: inline-block;
    font: 500 16px/24px Roboto, sans-serif;
    color: #3a0f23
}

.inner-top {
    min-height: 469px;
    padding: 158px 0 175px;
    position: relative
}

.inner-top__bg-1 {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.inner-top__bg-2 {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.inner-top__main {
    position: relative;
    z-index: 3;
    color: #fff
}

.inner-top__title {
    padding: 0 0 31px;
    font: 600 60px/1 'Darker Grotesque', sans-serif;
    color: #fff
}

.inner-top__pseudotitle {
    width: 100%;
    padding: 0 0 0 70px;
    position: absolute;
    bottom: 76px;
    left: 0;
    z-index: 1
}

.inner-top__pseudotitle:before {
    content: attr(data-title);
    display: block;
    font: 120px/142px Codystar, cursive;
    color: rgba(204, 204, 204, .2)
}

.breadcrumbs {
    margin: 0 -12px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 14px/24px Roboto, sans-serif;
    color: #b3b1b7
}

.breadcrumbs__item {
    margin: 0 12px 0 0;
    padding: 0 14px 0 0;
    position: relative
}

.breadcrumbs__item:before {
    display: none
}

.breadcrumbs__item:after {
    content: "";
    width: 2px;
    height: 2px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    background: #b3b1b7
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs__link {
    color: #b3b1b7
}

.desktop .breadcrumbs__link:hover {
    color: #fff
}

.page-404 {
    padding: 42px 0 29px;
    position: relative
}

.page-404__main {
    position: relative;
    z-index: 1
}

.page-404__right-element {
    margin: 0 0 0 616px;
    bottom: -67px
}

.page-404__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.page-404__left {
    width: 488px;
    padding: 20px 30px 20px 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.page-404__right {
    width: 100%;
    min-width: 0;
    max-width: 609px
}

.page-404__image {
    width: 100%;
    margin: 0
}

.page-404__title-1 {
    padding: 0 0 11px;
    font: bold 88px/1 'Darker Grotesque', sans-serif
}

.page-404__title-2 {
    padding: 0 0 30px;
    font: 600 50px/1 'Darker Grotesque', sans-serif;
    
}

.page-404__text {
    max-width: 410px;
    padding: 0 0 29px;
    font: 500 28px/31px 'Darker Grotesque', sans-serif;
    color: #888
}

.search-form {
    margin: 0 0 20px;
    position: relative
}

.search-form__input {
    width: 100%;
    height: 60px;
    padding: 5px 50px 5px 29px;
    background: #fff;
    border: 1px solid #e6ebfc;
    border-radius: 30px;
    color: #3a0f23
}

.search-form__button {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 23px;
    z-index: 1
}

.search-form__button:after,
.search-form__button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.search-form__button:before {
    background: url(../img/svg/search.svg) 0 0/100% 100% no-repeat
}

.search-form__button:after {
    opacity: 0;
    z-index: 1;
    background: url(../img/svg/search-orange.svg) 0 0/100% 100% no-repeat
}

.desktop .search-form__button:hover:after {
    opacity: 1
}

.inner-content {
    padding: 74px 0 20px;
    position: relative
}

.inner-content__main {
    position: relative;
    z-index: 1
}

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

.inner-content__left {
    width: 100%;
    min-width: 0;
    padding: 0 50px 0 0
}

.inner-content__right {
    width: 262px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.inner-content__right .search-form {
    margin: 0 0 50px
}

.inner-content__left-element {
    margin: 0 0 0 -869px;
    top: 288px
}

.inner-content__right-element-1 {
    margin: 0 0 0 627px;
    top: 1820px
}

.inner-content__right-element-2 {
    margin: 0 0 0 627px;
    top: 2679px
}

.widget {
    padding: 0 0 21px
}

.widget__title {
    margin: 0 0 25px;
    padding: 0 0 11px;
    display: block;
    position: relative;
    font: 600 28px/31px 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

.widget__title:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x
}

.recent-posts {
    padding: 0
}

.recent-posts__item {
    padding: 0 0 25px
}

.recent-posts__item:before {
    display: none
}

.recent-posts__date {
    padding: 0 0 5px;
    display: block;
    text-transform: uppercase;
    font: 500 12px/170% Roboto, sans-serif;
    color: #ff8a25;
    letter-spacing: .1em
}

.recent-posts__title {
    max-height: 52px;
    margin: 0 0 12px;
    padding: 0;
    font: 600 22px/26px 'Darker Grotesque', sans-serif;
    overflow: hidden
}

.recent-posts__link {
    display: block;
    color: #3a0f23
}

.desktop .recent-posts__link:hover {
    color: #ff8a25
}

.recent-posts__text {
    max-height: 54px;
    padding: 0;
    overflow: hidden
}

.recent-comments {
    padding: 0 0 4px
}

.recent-comments__item {
    padding: 0 0 25px;
    position: relative
}

.recent-comments__item:before {
    content: "";
    width: 22px;
    height: 22px;
    margin: 0 0 3px;
    display: block;
    position: static;
    top: auto;
    left: auto;
    background: url(../img/svg/message.svg) 0 0/100% 100% no-repeat;
    border-radius: 0
}

.recent-comments__title {
    max-height: 54px;
    padding: 0;
    font: 16px/27px Roboto, sans-serif;
    color: #888;
    overflow: hidden
}

.recent-comments__link {
    display: block;
    color: #888
}

.desktop .recent-comments__link:hover {
    color: #ff8a25
}

.side-images {
    margin: 0 -1px 0 0;
    padding: 0 0 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side-images__item {
    width: 33.333%;
    max-width: 87px;
    padding: 0 1px 1px 0
}

.side-images__item:before {
    display: none
}

.side-images__link {
    display: block
}

.side-images__photo {
    width: 100%;
    margin: 0
}

.tags {
    margin: 0 0 0 -30px;
    padding: 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.tags:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff
}

.tags__item {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative
}

.tags__item:before {
    display: none
}

.tags__item:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    left: 13px;
    background: #ff8a25;
    border-radius: 50%
}

.tags__link {
    display: block;
    color: #888
}

.desktop .tags__link:hover {
    color: #ff8a25
}

.article {
    padding: 0 0 92px
}

.article__bg {
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, .06);
    border-radius: 20px;
    overflow: hidden
}

.article__short-content {
    padding: 49px 40px 38px
}

.article__short-image {
    display: block;
    position: relative;
    overflow: hidden
}

.article__full-image {
    margin: 0 0 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.article__photo {
    width: 100%;
    margin: 0
}

.article__date {
    min-width: 60px;
    padding: 14px 13px 12px;
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 1;
    background: #ff8a25;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0
}

.article__month {
    padding: 0 0 3px;
    display: block;
    font: 500 14px/17px Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em
}

.article__day {
    display: block;
    font: bold 28px/34px Roboto, sans-serif
}

.article__short-title {
    padding: 0 0 12px;
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    
}

.article__short-text {
    padding: 0 0 28px
}

.article__short-bottom {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.article__short-col {
    padding: 0 10px
}

.article__arrow {
    margin: 0
}

.article__full-top {
    margin: 0 0 41px;
    padding: 0 0 30px;
    position: relative
}

.article__full-top:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x
}

.article__full-content h2 {
    padding: 0 0 25px;
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    
}

.article__full-content h3,
.article__full-content h4 {
    padding: 0 0 22px;
    font: 600 28px/31px 'Darker Grotesque', sans-serif
}

.article__full-bottom {
    margin: 0 -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.article__full-col {
    padding: 0 13px
}

.article__full-footer {
    margin: 0 0 40px;
    padding: 7px 0 20px;
    position: relative
}

.article__full-footer:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x
}

.article__full-tags {
    display: block;
    font: 600 16px/24px Roboto, sans-serif;
    color: #3a0f23
}

.short-articles {
    padding: 0 0 10px
}

.short-articles .article {
    padding-bottom: 50px
}

.post-info {
    margin: 0 -28px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-info__col {
    padding: 0 28px 0 0;
    position: relative
}

.post-info__col:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 12px;
    background: #ff8a25;
    border-radius: 50%
}

.post-info__col:last-child:after {
    display: none
}

.post-info__category {
    color: #888
}

.desktop a.post-info__category:hover {
    color: #ff8a25
}

.post-info__date {
    display: block;
    font: 500 12px/24px Roboto, sans-serif;
    color: #888;
    letter-spacing: .1em;
    text-transform: uppercase
}

.load-more {
    text-align: center
}

.user-info {
    padding: 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, .06);
    border-radius: 20px
}

.user-info__left {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0
}

.user-info__right {
    width: 100%;
    padding: 10px 0 10px 34px
}

.user-info__image-wrap {
    width: 185px;
    height: 204px;
    padding: 47px 0 0;
    background: url(../img/svg/photo-bg.svg) 0 0/100% 100% no-repeat
}

.user-info__image {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%
}

.user-info__title {
    padding: 0 0 15px;
    font: 600 28px/31px 'Darker Grotesque', sans-serif
}

.user-info__text {
    padding: 0 0 38px
}

.comments-block__title {
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    
}

.comments {
    padding: 8px 0 50px
}

.comment {
    margin: 0 0 40px;
    padding: 0 0 34px;
    position: relative
}

.comment_response {
    padding-left: 50px
}

.comment:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x
}

.comment__top {
    padding: 0 0 20px
}

.comment__text {
    padding: 0
}

.leave-reply__title {
    padding: 0 0 39px;
    font: 600 36px/1 'Darker Grotesque', sans-serif;
    
}

.leave-reply__cols {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.leave-reply__col {
    width: 50%;
    padding: 0 10px
}

.leave-reply__button {
    margin-top: 4px
}

.popup {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    background: rgba(255, 255, 255, .5);
    color: #fff
}

.popup.active .popup__window {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.popup_video .popup__window {
    max-width: 960px;
    padding: 20px;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    background: #fff
}

.popup_video .popup__close {
    top: -30px;
    right: 0
}

.popup_video .popup__cell {
    padding: 55px 30px 40px
}

.popup_video .popup__close:after,
.popup_video .popup__close:before {
    background: #ff8a25
}

.popup__row {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative
}

.popup__cell {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: table-cell;
    vertical-align: middle
}

.popup__window {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 80px 40px 50px;
    position: relative;
    z-index: 1;
    background: #442fa6;
    box-shadow: 0 4px 70px #3a379b;
    border-radius: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.popup__window_bg {
    padding-bottom: 88px
}

.popup__window_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/popup-bg.png) 0 0/cover no-repeat;
    border-radius: 20px
}

.popup__window_bg:after {
    content: "";
    width: 171px;
    height: 522px;
    margin: 0 -39px 0 0;
    position: absolute;
    bottom: 235px;
    right: 100%;
    z-index: 1;
    background: url(../img/svg/popup-left.svg) 0 0/100% 100% no-repeat
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3
}

.popup__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.popup__content {
    position: relative;
    z-index: 2
}

.popup__pseudotitle:before {
    content: attr(data-title);
    width: 600px;
    margin: 0 0 0 -300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    font: 80px/94px Codystar, cursive;
    text-transform: uppercase;
    color: rgba(204, 204, 204, .2);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-frame {
    overflow: hidden
}

.video-frame img {
    max-width: 100%;
    margin: 0
}

.video-frame iframe {
    max-width: 100% !important;
    margin: 0;
    padding: 0 !important;
    top: .5px !important
}

.trial-form {
    max-width: 460px;
    margin: auto
}

.trial-form__title {
    padding: 0 0 30px;
    display: block;
    font: 600 50px/1 'Darker Grotesque', sans-serif;
    ;
    color: #fff
}

.trial-form__text {
    padding: 0 0 40px;
    display: block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    border: none !important
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: relative
}

.arrows-1 .slick-next,
.arrows-1 .slick-prev {
    width: 41px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrows-1 .slick-next:before,
.arrows-1 .slick-prev:before {
    content: "";
    width: 41px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0
}

.arrows-1 .slick-prev:before {
    background: url(../img/svg/slider-arrow.svg) 0 0/100% 100% no-repeat
}

.arrows-1 .slick-next:before {
    background: url(../img/svg/slider-arrow-next.svg) 0 0/100% 100% no-repeat
}

.desktop .arrows-1 .slick-next:hover,
.desktop .arrows-1 .slick-prev:hover {
    opacity: 1
}

.arrows-1 .slick-next {
    left: auto;
    right: 0
}

.arrows-2 {
    width: 142px;
    overflow: hidden
}

.arrows-2 .slick-next,
.arrows-2 .slick-prev {
    width: 41px;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    z-index: 2
}

.arrows-2 .slick-next:after,
.arrows-2 .slick-next:before,
.arrows-2 .slick-prev:after,
.arrows-2 .slick-prev:before {
    content: "";
    width: 41px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrows-2 .slick-prev:before {
    background: url(../img/svg/slider-arrow-grey.svg) 0 0/100% 100% no-repeat
}

.arrows-2 .slick-next:before {
    background: url(../img/svg/slider-arrow-grey-next.svg) 0 0/100% 100% no-repeat
}

.arrows-2 .slick-prev:after {
    background: url(../img/svg/slider-arrow-orange.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1
}

.arrows-2 .slick-next:after {
    background: url(../img/svg/slider-arrow-orange-next.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1
}

.desktop .arrows-2 .slick-next:hover:after,
.desktop .arrows-2 .slick-prev:hover:after {
    opacity: 1
}

.arrows-2 .slick-next {
    float: right
}

#ui-datepicker-div {
    width: 280% !important;
    padding: 0 0 12px !important;
    z-index: 90 !important;
    background: #fff;
    box-shadow: 0 30px 20px rgba(47, 21, 135, .15);
    border-radius: 20px;
    display: none;
    overflow: visible;
    color: #3a0f23
}

#ui-datepicker-div table {
    width: 100%;
    margin: 0
}

.ui-datepicker-header {
    margin: 0 0 52px;
    padding: 0 0 11px;
    display: block;
    position: relative;
    font: 600 28px/110% 'Darker Grotesque', sans-serif;
    color: #3a0f23
}

.ui-datepicker-header:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x
}

.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker-calendar thead th {
    padding-bottom: 9px;
    font: 16px/27px Roboto, sans-serif;
    color: #888;
    text-align: center
}

.ui-datepicker-calendar td {
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    overflow: hidden
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    height: 36px;
    display: block;
    background: #e6ebfc;
    color: #888;
    font: 14px/36px Roboto, sans-serif
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
    background: #ff8a25;
    color: #fff !important
}

.ui-state-disabled a,
.ui-state-disabled span {
    cursor: default
}

.ui-datepicker-unselectable a,
.ui-datepicker-unselectable span {
    opacity: .3;
    background: 0 0 !important
}

.desktop .ui-datepicker-calendar td a:hover {
    color: #ff8a25;
    text-decoration: none
}

.ui-datepicker-calendar td.radius-top-left a,
.ui-datepicker-calendar tr:first-child td[data-handler] a {
    border-top-left-radius: 5px
}

.ui-datepicker-calendar tr:first-child td[data-handler]+td[data-handler] a {
    border-top-left-radius: 0
}

.ui-datepicker-calendar td.radius-top-right a,
.ui-datepicker-calendar td.radius-top-right span,
.ui-datepicker-calendar tr:first-child td:last-child a {
    border-top-right-radius: 5px
}

.ui-datepicker-calendar td.radius-bottom-left a,
.ui-datepicker-calendar td.radius-bottom-left span,
.ui-datepicker-calendar tr:last-child td:first-child a {
    border-bottom-left-radius: 5px
}

.ui-datepicker-calendar td.radius-bottom-right a,
.ui-datepicker-calendar td.radius-bottom-right span,
.ui-datepicker-calendar tr:last-child td:last-child a {
    border-bottom-right-radius: 5px
}

.ui-datepicker-next,
.ui-datepicker-prev {
    width: 41px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    cursor: pointer
}

.ui-datepicker-next:after,
.ui-datepicker-next:before,
.ui-datepicker-prev:after,
.ui-datepicker-prev:before {
    content: "";
    width: 31px;
    height: 12px;
    margin: -6px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out
}

.ui-datepicker-prev:before {
    background: url(../img/svg/slider-arrow-grey.svg) 0 0/100% 100% no-repeat
}

.ui-datepicker-next:before {
    background: url(../img/svg/slider-arrow-grey-next.svg) 0 0/100% 100% no-repeat
}

.ui-datepicker-prev:after {
    background: url(../img/svg/slider-arrow-orange.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1
}

.ui-datepicker-next:after {
    background: url(../img/svg/slider-arrow-orange-next.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1
}

.desktop .ui-datepicker-next:hover:after,
.desktop .ui-datepicker-prev:hover:after {
    opacity: 1
}

.ui-datepicker-next {
    left: auto;
    right: 0
}

.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
    opacity: .3;
    cursor: default
}

.ui-datepicker-next.ui-state-disabled:after,
.ui-datepicker-prev.ui-state-disabled:after {
    opacity: 0 !important
}

@media screen and (min-width:1921px) {

    .first-screen__bg-1,
    .first-screen__bg-2,
    .footer__bg,
    .inner-top__bg-1,
    .inner-top__bg-2,
    .presentation-block__bg,
    .trial-block__bg {
        content: "";
        width: 100%;
        margin: 0;
        left: 0
    }

    .inner-pseudotext {
        width: 1920px;
        margin: 0 0 0 -960px;
        left: 50%
    }
}

@media screen and (max-width:1800px) {
    .header__left {
        padding: 60px 0 0 40px
    }

    .header__right {
        padding: 55px 40px 0 0
    }

    .inner-top__pseudotitle {
        padding: 0 0 0 36px
    }
}

@media screen and (max-width:1550px) {
    .header__cols {
        padding: 0 40px;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

    .header__center {
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-grow: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-shrink: 1
    }

    .header__left {
        padding: 60px 0 0;
        position: static;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-grow: 0
    }

    .header__right {
        padding: 55px 0 0;
        position: static;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-grow: 0
    }

    .main-nav {
        -webkit-justify-content: end;
        -ms-justify-content: end;
        justify-content: end
    }

    .main-nav.main-nav_center {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }
}

@media screen and (max-width:1279px) {
    .header__cols {
        padding: 0 30px
    }

    .header__center {
        max-width: 80%;
        padding: 28px 30px 0
    }

    .inner-top__pseudotitle {
        padding: 0 0 0 22px
    }
}

@media screen and (max-width:1279px) and (min-width:901px) {
    .header__center .main-nav__item {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .header__center .main-nav__item:nth-child(3) {
        margin-right: -24px
    }

    .header__center .main-nav__item:nth-child(3):after {
        display: none
    }
}

@media screen and (max-width:1100px) {
    .footer {
        margin: 200px 0 0
    }

    .subscription__bg {
        padding: 20px 30px 60px 415px
    }

    .subscription__envelope {
        left: 20px
    }

    .subscribe__right {
        padding: 0 0 0 15px
    }

    .first-screen__elements {
        margin: -19px 0 0 -241px
    }

    .first-screen__phone {
        margin: -140px 0 0 -71px
    }

    .main-top {
        padding: 140px 0 0
    }

    .side-element {
        display: none
    }

    .what-you-get {
        padding: 0 0 60px
    }

    .features {
        margin: 0 -7.5px
    }

    .feature {
        padding: 0 7.5px 20px
    }

    .feature__bg {
        padding: 34px 20px 25px
    }

    .feature__content {
        padding: 0
    }

    .most-popular {
        padding: 0 0 10px
    }

    .most-popular__right {
        width: 420px;
        padding: 0
    }

    .presentation-block {
        min-height: 1128px;
        margin: 0 0 80px;
        padding: 319px 0 0
    }

    .presentation-block__bg {
        top: -50px
    }

    .downloads-block {
        padding: 0 0 70px
    }

    .downloads-block__left {
        width: 440px
    }

    .downloads__text,
    .downloads__title {
        max-width: 450px
    }

    .responses-block__cols {
        margin: 0;
        display: block
    }

    .responses-block__left,
    .responses-block__right {
        width: auto;
        padding: 0
    }

    .responses-block__title {
        padding-bottom: 20px
    }

    .responses {
        width: auto;
        margin: 0 -60px 0 -30px;
        padding: 30px;
        right: auto
    }

    .responses__item.active-3 {
        opacity: 0
    }

    .responses__bg {
        padding: 30px
    }

    .trial-block {
        min-height: 894px;
        margin: 0;
        padding: 72px 0 190px
    }

    .trial-block__bg {
        top: -230px
    }

    .trial {
        margin: 0 90px
    }

    .faq-block {
        padding: 0 0 65px
    }

    .latest-block {
        padding-top: 20px
    }

    .latest-block__cols {
        display: block
    }

    .latest-block__left {
        width: auto;
        padding: 0
    }

    .latest-block__right {
        width: auto
    }

    .latest-block__title {
        max-width: 500px
    }

    .latest-block__text {
        margin: 0
    }

    .latest-news__list-wrap {
        width: auto;
        margin: 0 -60px 0 -30px;
        padding: 30px;
        right: auto
    }

    .latest-news__bg {
        min-height: 275px;
        padding: 30px
    }

    .inner-content__left {
        padding-right: 30px
    }

    .article {
        padding: 0 0 50px
    }

    .article__short-content {
        padding: 25px 20px 28px
    }

    .article__date {
        left: 30px
    }

    .article__short-title {
        font-size: 30px
    }

    .article__short-text {
        padding: 0 0 22px
    }

    .article__short-bottom {
        margin: 0 -10px
    }

    .article__short-col {
        padding: 0 10px
    }

    .article__arrow {
        margin: 0
    }

    .article__full-top {
        margin: 0 0 30px
    }

    .article__full-bottom {
        margin: 0 -10px
    }

    .article__full-col {
        padding: 0 10px
    }

    .short-articles {
        padding: 0 0 10px
    }

    .short-articles .article {
        padding-bottom: 30px
    }

    .comments {
        padding: 5px 0 20px
    }

    .comments-block__title {
        padding: 0 0 25px
    }

    .comment {
        margin: 0 0 30px;
        padding: 0 0 32px
    }

    .leave-reply__title {
        padding: 0 0 38px
    }
}

@media screen and (max-width:1024px) {
    p {
        padding: 0 0 27px
    }

    ul li {
        padding: 0 0 5px 19px
    }

    ul li:before {
        left: 0
    }

    blockquote {
        margin: 3px 0 35px;
        padding: 30px
    }

    blockquote p {
        font: 500 22px/26px 'Darker Grotesque', sans-serif
    }

    blockquote footer {
        font: 600 20px/24px 'Darker Grotesque', sans-serif
    }

    .page-404 {
        padding-top: 20px
    }

    .page-404__left {
        width: 360px;
        padding-right: 10px
    }

    .inner-content {
        padding-top: 20px
    }

    .inner-content__right .search-form {
        margin: 0 0 30px
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .user-info {
        padding: 20px
    }

    .user-info__right {
        padding: 10px 0 10px 20px
    }

    .user-info__image-wrap {
        width: 110px;
        height: 204px;
        background: 0 0
    }

    .user-info__text {
        padding: 0 0 25px
    }
}

@media screen and (max-width:991px) {
    .ui-slider {
        padding: 5px 0 0
    }

    .ui-slider__arrows {
        margin: 0 0 -65px
    }
}
.footer-logos{
    display:flex;justify-content:center;align-items:center;gap:20px
}

@media screen and (max-width:900px) {
    .footer-logos a{
    max-width: 45%;
}
 .footer-logos a img{
    max-width: 100%!important;
}
    .page-container .what-you-get-intro {
        padding-top: 200px;
        padding-bottom: 100px;

        background-image: url('../img/first-screen-bottom.png'), url('../img/first-screen-bg.jpg');
        background-position: bottom center, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% auto, cover;
    }

    .feature {
        width: 100%;
        margin-left: 0%;
        text-align: left !important;
    }

    .header__center,
    .header__center .main-nav {
        display: none
    }

    .header__inner-col_mob {
        display: block;
        position: relative;
        bottom: 12px
    }

    .hide-mob {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        background: rgba(0, 0, 0, .7)
    }

    .hide-mob .header-mob {
        padding: 20px 0 0
    }

    .hide-mob .main-nav {
        margin: 0;
        padding: 0;
        display: block
    }

    .hide-mob .main-nav__item {
        margin: 0 !important;
        padding: 0 !important
    }

    .hide-mob .main-nav__item:after {
        display: none
    }

    .hide-mob .main-nav__link {
        color: #3a0f23
    }

    .hide-mob .main-nav__button {
        min-width: 120px;
        margin: 15px 0;
        display: inline-block
    }

    .hide-mob.active .hide-mob__bg {
        left: 0
    }

    .hide-mob__bg {
        width: 260px;
        min-height: 100%;
        padding: 35px 20px 20px;
        position: relative;
        left: -261px;
        background: #fff;
        -webkit-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
        text-align: center
    }

    .hide-mob__mask {
        width: 2000px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%
    }

    .hide-mob__close {
        position: absolute;
        top: 20px;
        right: 20px
    }

    .footer {
        margin: 80px 0 0
    }

    .footer-nav {
        max-width: 440px;
        margin: auto
    }

    .subscription__bg {
        min-height: 0;
        margin: 0 0 -35px;
        padding: 40px 30px;
        text-align: center
    }

    .subscription__envelope {
        display: none
    }

    .subscription__max {
        max-width: none
    }

    .subscription__text {
        margin: auto
    }

    .first-screen__elements {
        display: none
    }

    .first-screen__phone {
        margin: 420px 0 0 -145px;
        width: 150px;
    }

    .first-screen__pseudotext {
        width: 1100px;
        margin: 0 0 65px -550px;
        padding: 0;
        text-align: center;
        font: 80px/100px Codystar, cursive
    }

    .main-title_align-left {
        text-align: center
    }

    .main-title_align-left .main-title__text:after,
    .main-title_align-left .main-title__text:before {
        left: 50%;
        margin: 0 0 14px -8px
    }

    .main-title_align-left .main-title__text:after {
        margin: 0 0 14px 2px
    }

    .feature__bg {
        padding-bottom: 20px
    }

    .feature__image {
        margin: 0 auto 25px
    }

    .feature__title {
        padding: 0 0 15px;
        font: 600 24px/28px 'Darker Grotesque', sans-serif
    }

    .feature__text {
        font: 15px/26px Roboto, sans-serif
    }

    .most-popular {
        padding: 0
    }

    .most-popular__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .most-popular__left,
    .most-popular__right {
        width: 100%;
        padding: 0
    }

    .most-popular__image {
        display: none
    }

    .most-popular__title {
        max-width: 600px;
        margin: auto
    }

    .most-popular__text {
        max-width: 500px;
        margin: auto;
        text-align: center
    }

    .downloads-block {
        padding: 0 0 70px
    }

    .downloads-block__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
      .downloads-block__cols.reverse-sm {
       flex-direction: column-reverse;
    }

    .downloads-block__left {
        width: 100%;
        padding: 0
    }

    .downloads-block__right {
        width: 100%;
        max-width: none;
        padding: 31px 0 0
    }

    .downloads {
        text-align: center
    }

    .downloads__title {
        margin: auto
    }

    .downloads__text {
        max-width: 550px;
        margin: auto;
        padding: 0 0 35px
    }

    .downloads__buttons {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .prices__col,
    .prices__top:after {
        max-width: none
    }

    .trial {
        margin: 0
    }

    .trial__bg-left,
    .trial__bg-right {
        display: none
    }

    .trial__pseudotext {
        width: 800px;
        margin: 0 0 10px -400px;
        font: 77px/98px Codystar, cursive
    }

    .faq-block {
        padding: 0 0 80px
    }

    .faq-block__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faq-block__left {
        width: 100%;
        margin: auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .faq-block__right {
        width: 100%;
        padding: 0 0 45px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .faq-block__title {
        margin: auto;
        padding-bottom: 20px
    }

    .open-video {
        max-width: 400px;
        margin: auto
    }

    .latest-block {
        padding-top: 0
    }

    .latest-block__left {
        text-align: center
    }

    .latest-block__text,
    .latest-block__title {
        margin: auto
    }

    .inner-top {
        min-height: 415px;
        padding: 130px 0 120px
    }

    .inner-top__bg-1,
    .inner-top__bg-2 {
        width: 1700px;
        margin: 0 0 0 -850px
    }

    .inner-top__title {
        padding: 0 0 20px
    }

    .inner-top__pseudotitle {
        bottom: 80px
    }

    .inner-top__pseudotitle:before {
        font: 90px/1 Codystar, cursive
    }

    .inner-content {
        padding-bottom: 40px
    }

    .inner-content__right {
        width: 250px
    }

    .page-404 {
        padding-top: 10px;
        padding-bottom: 40px
    }

    .page-404__left,
    .page-404__title-1 {
        padding: 0
    }

    .page-404__title-2 {
        padding: 0 0 18px
    }
}

@media screen and (max-width:900px) and (min-width:480px) {
    .footer .main-nav__item {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .footer .main-nav__item:nth-child(3) {
        margin-right: -24px
    }

    .footer .main-nav__item:nth-child(3):after {
        display: none
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 18px;
        line-height: 28px
    }

    .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .text-input {
        padding: 5px 20px
    }

    blockquote {
        margin: 3px 0 35px;
        padding: 25px 20px
    }

    blockquote p {
        font: 500 18px/24px 'Darker Grotesque', sans-serif
    }

    blockquote footer {
        padding: 16px 50px 0 0;
        font: 600 18px/24px 'Darker Grotesque', sans-serif
    }

    blockquote footer:before {
        width: 40px;
        height: 40px;
        top: 8px;
        right: -3px
    }

    .header__left {
        padding-top: 45px
    }

    .header__right {
        padding-top: 40px
    }

    .header__inner-cols {
        margin: 0 -10px
    }

    .header__inner-col {
        padding: 0 10px
    }

    .subscription__bg {
        margin: 0 0 -40px;
        padding: 40px 20px
    }

    .subscription__title {
        font: 600 32px/1 'Darker Grotesque', sans-serif
    }

    .first-screen {
        min-height: 0;
        padding: 0
    }

    .first-screen__bg-1 {
        width: 960px;
        margin: 0 0 0 -480px
    }

    .first-screen__bg-2 {
        width: 1200px;
        height: 250px;
        margin: 0 0 0 -600px;
        bottom: 0
    }

    .first-screen__pseudotext {
        display: none
    }

    .first-screen__max {
        max-width: 330px;
        margin: auto
    }

    .first-screen__content {
        width: 100%;
        display: table;
        table-layout: fixed
    }

    .first-screen__cell {
        height: 100vh;
        padding: 130px 0 80px;
        display: table-cell;
        vertical-align: middle
    }

    .first-screen__title {
        padding: 0 0 20px;
        bottom: 3px;
        font: 800 36px/1 'Darker Grotesque', sans-serif
    }

    .first-screen__text {
        padding: 0 0 34px;
        font: 500 22px/26px 'Darker Grotesque', sans-serif
    }

    .main-top {
        padding: 60px 0 0
    }

    .main-title {
        padding: 10px 0 30px;
        font: 600 32px/1 'Darker Grotesque', sans-serif;
        text-align: center
    }

    .main-title:before {
        font: 26px/35px Codystar, cursive
    }

    .main-title__text:after,
    .main-title__text:before {
        content: "";
        width: 6px;
        height: 6px;
        margin: 0 0 14px -8px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        background: #ff8a25;
        border-radius: 50%
    }

    .main-title__text:after {
        margin: 0 0 14px 2px
    }

    .what-you-get {
        width: 100%;
        min-width: 0;
        padding: 0 0 35px
    }

    .features {
        padding: 0 0 15px
    }

    .feature {
        width: 100%;
        padding: 0 15px 20px;
        text-align: center
    }

    .feature__bg {
        padding: 30px 20px 15px
    }

    .feature__image {
        margin: 0 auto 25px
    }

    .feature__title {
        padding: 0 0 15px;
        font: 600 24px/28px 'Darker Grotesque', sans-serif
    }

    .feature__text {
        padding: 0 0 15px
    }

    .most-popular__title {
        max-width: none
    }

    .most-popular__text {
        margin: auto;
        padding: 0 0 32px;
        font: 500 22px/26px 'Darker Grotesque', sans-serif;
        text-align: center
    }

    .check-list__item {
        padding: 0 0 15px 32px;
        font-size: 15px
    }

    .check-list__item:after {
        top: 1px
    }

    .presentation-block {
        min-height: 600px;
        margin: 0 0 35px;
        padding: 170px 0 0
    }

    .presentation-block__bg {
        width: 1200px;
        height: 749px;
        margin: 0 0 0 -600px;
        top: -40px
    }

    .presentation-block__title {
        padding-bottom: 15px
    }

    .ui-slider__list-wrap {
        width: 1400px;
        margin: 0 0 0 -700px
    }

    .ui-slider__image-wrap {
        height: 589px
    }

    .ui-slider__image {
        width: 280px;
        margin: 0 0 0 -140px
    }

    .ui-slider__all {
        height: 650px;
        position: relative
    }

    .downloads-block {
        padding: 0 0 50px
    }

    .downloads__buttons {
        margin: 0 -10px;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .downloads__title {
        max-width: none
    }

    .downloads__text {
        max-width: none;
        text-align: center
    }

    .prices {
        margin: 0 -10px
    }

    .prices__col {
        padding: 0 10px
    }

    .prices__title {
        padding: 0
    }

    .responses-block__title {
        padding-bottom: 15px
    }

    .responses-block__right {
        margin-bottom: -20px
    }

    .responses {
        margin: 0 -40px 0 -20px;
        padding: 30px 20px
    }

    .responses__bg {
        margin: 0 20px 0 0;
        padding: 15px 20px 30px
    }

    .responses__text {
        min-height: 0;
        margin: 0 0 25px;
        font: 15px/26px Roboto, sans-serif;
        color: #888
    }

    .respondent__name {
        font: 500 15px/26px Roboto, sans-serif
    }

    .trial-block {
        min-height: 435px;
        margin: 0;
        padding: 30px 0 0;
        position: relative
    }

    .trial-block__bg {
        width: 1200px;
        height: 635px;
        margin: 0 0 0 -600px;
        position: absolute;
        top: -200px
    }

    .trial {
        min-height: 314px
    }

    .trial__icons,
    .trial__pseudotext {
        display: none
    }

    .trial__content {
        padding: 28px 20px 32px
    }

    .trial__cell {
        height: 254px
    }

    .trial__title {
        max-width: 280px;
        padding: 0 0 35px;
        bottom: auto;
        font: 800 38px/1 'Darker Grotesque', sans-serif
    }

    .faq-block__title {
        max-width: none;
        padding-bottom: 20px
    }

    .faq__button {
        padding: 20px 30px 22px 0
    }

    .faq__content {
        padding: 30px 0 10px
    }

    .latest-block {
        padding: 0 0 10px
    }

    .latest-news__list-wrap {
        margin: 0 -40px 0 -20px;
        padding: 30px 20px
    }

    .latest-news__bg {
        min-height: 0;
        margin: 0 20px 0 0;
        padding: 30px 22px
    }

    .latest-news__date {
        display: block;
        font: 500 12px/170% Roboto, sans-serif;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #ff8a25
    }

    .latest-news__content {
        min-height: 180px;
        overflow: hidden
    }

    .latest-news__title {
        margin: 0 0 22px;
        font-size: 26px;
        line-height: 29px
    }

    .inner-top {
        min-height: 342px;
        padding: 115px 0 120px
    }

    .inner-top__bg-1,
    .inner-top__bg-2 {
        width: 1400px;
        margin: 0;
        left: -120px
    }

    .inner-top__title {
        padding: 0 0 18px;
        font-size: 40px
    }

    .inner-top__pseudotitle {
        padding: 0 0 0 15px;
        bottom: 60px
    }

    .inner-top__pseudotitle:before {
        font: 75px/1 Codystar, cursive
    }

    .page-404 {
        padding: 0 0 45px
    }

    .page-404__cols {
        display: block
    }

    .page-404__left {
        width: auto;
        padding: 0 0 20px
    }

    .page-404__right {
        width: auto;
        min-width: 0;
        max-width: none
    }

    .page-404__image {
        max-width: 320px;
        margin: auto
    }

    .page-404__title-1 {
        padding: 0 0 5px;
        font: bold 50px/1 'Darker Grotesque', sans-serif
    }

    .page-404__title-2 {
        padding: 0 0 15px;
        font-size: 32px
    }

    .page-404__text {
        max-width: none;
        padding: 0 0 24px;
        font: 500 22px/26px 'Darker Grotesque', sans-serif
    }

    .search-form__input {
        padding: 5px 40px 5px 20px
    }

    .search-form__button {
        right: 20px
    }

    .inner-content {
        padding: 15px 0
    }

    .inner-content__cols {
        display: block
    }

    .inner-content__left {
        width: auto;
        padding: 0 0 30px
    }

    .inner-content__right {
        width: auto
    }

    .widget {
        padding: 0
    }

    .side-images__item {
        max-width: none;
        width: 16.666%
    }

    .article {
        padding: 0 0 40px
    }

    .article__date {
        min-width: 50px;
        padding: 11px 10px 8px;
        left: 20px
    }

    .article__month {
        padding: 0;
        font: 500 12px/16px Roboto, sans-serif
    }

    .article__day {
        font: bold 24px/30px Roboto, sans-serif
    }

    .article__short-title {
        padding: 0 0 14px;
        font-size: 24px
    }

    .short-articles .article {
        padding-bottom: 20px
    }

    .side-images {
        padding: 7px 0 28px
    }

    .article__full-content h2 {
        padding: 0 0 27px;
        font-size: 28px
    }

    .article__full-content h3,
    .article__full-content h4 {
        padding: 0 0 24px;
        font-size: 22px
    }

    .user-info {
        padding: 20px
    }

    .user-info__right {
        padding: 15px 0 15px 20px
    }

    .comments-block {
        padding: 0
    }

    .comments-block__title {
        padding: 0 0 27px;
        font-size: 28px
    }

    .comments {
        padding-bottom: 10px
    }

    .leave-reply__title {
        padding: 0 0 27px;
        font-size: 28px
    }

    .leave-reply__cols {
        margin: 0 -7.5px
    }

    .leave-reply__col {
        padding: 0 7.5px
    }

    .popup_video .popup__cell {
        padding: 55px 0 0
    }

    .popup_video .popup__close {
        right: 20px
    }

    .popup__cell {
        padding: 0
    }

    .popup__window {
        padding: 50px 20px 30px
    }

    .popup__pseudotitle,
    .popup__window_bg:after {
        display: none
    }

    .trial-form {
        max-width: none;
        text-align: center
    }

    .trial-form__title {
        padding: 0 0 22px;
        font: 600 32px/1 'Darker Grotesque', sans-serif
    }

    .trial-form__text {
        padding: 0 0 30px
    }
}

@media screen and (max-width:600px) {
    .user-info {
        padding: 20px 20px 25px;
        display: block;
        text-align: center
    }

    .user-info .post-info {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .user-info__right {
        width: auto;
        padding: 0
    }

    .user-info__image-wrap {
        margin: 0 auto 25px
    }

    .user-info__title {
        padding: 0 0 10px;
        font-size: 22px
    }

    .user-info__text {
        padding: 0 0 15px
    }

    .side-images__item {
        width: 25%
    }
}

@media screen and (max-width:479px) {
    .header__left {
        width: 100%
    }

    .header-logo {

        margin-top: -36px;
    }

    .header-logo--mobile {

        width: 120px;
        margin: auto;
    }

    .header__right {
        display: none
    }

    .header__inner-cols {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

    .header__inner-col {
        padding: 0 10px
    }

    .header__inner-col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .header__inner-col:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .hide-mob .main-nav__button {
        margin-bottom: 5px
    }

    .header-tel {
        color: #3a0f23 !important
    }

    .footer .main-nav {
        margin: 0;
        display: block;
        text-align: center
    }

    .footer .main-nav__item {
        margin: 0;
        padding: 0
    }

    .footer .main-nav__item a {
        text-align: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer .main-nav__item:after {
        display: none
    }

    .footer .main-nav__button {
        margin: 10px 0 0;
        display: inline-block
    }

    .footer .main-nav__link {
        display: inline-block
    }

    .subscribe {
        display: block
    }

    .subscribe__left {
        width: auto;
        min-width: 0
    }

    .subscribe__right {
        padding: 0
    }

    .subscribe__input {
        margin: 0 0 20px
    }

    .subscribe__button {
        width: 100%
    }

    .ui-slider__arrows {
        margin: 0 0 -15px
    }

    .presentation-block__title {
        padding-bottom: 0
    }

    .prices__col {
        width: 100%
    }

    .downloads__button-wrap {
        width: 100%;
        text-align: center
    }

    .downloads__button {
        min-width: 200px;
        margin-bottom: 15px;
    }

    .article__full-top .post-info__col:first-child,
    .article__short-bottom .post-info__col:first-child,
    .comment .post-info__col:first-child {
        width: 100%;
        margin: 0 0 7px
    }

    .article__full-top .post-info__col:first-child:after,
    .article__short-bottom .post-info__col:first-child:after,
    .comment .post-info__col:first-child:after {
        display: none
    }

    .article__short-bottom {
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end
    }

    .article__arrow {
        top: 2px
    }

    .article__full-bottom {
        display: block
    }

    .article__full-col:first-child {
        padding-bottom: 5px
    }

    .leave-reply__cols {
        display: block
    }

    .leave-reply__col {
        width: auto
    }

    .leave-reply__button {
        width: 100%;
        padding: 0
    }
}

@media screen and (max-width:400px) {
    .open-video__icon {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px
    }

    .trial-form__button {
        width: 100%
    }

    .side-images__item {
        width: 33.333%
    }
}

/* Your Style Here */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-btn {
    background: transparent;
    color: white;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.language-btn:focus {
    outline: 2px solid #0066ff;
}

.language-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    padding: 0;
    list-style: none;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 90px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}
.who-image{
    width: 80%;
    margin: auto;
}

@media screen and (max-width:479px) {}

@media screen and (max-width:900px) {
    .who-image{
    width: 100%;
    margin: auto;
}
    .language-dropdown {
        margin-top: 15px
    }

    .language-menu {
        position: absolute;
        top: 100%;
        right: -100%;
        margin-top: 6px;
        padding: 0;
        list-style: none;
        background: white;
        border-width: 0;
        border-radius: 4px;
        min-width: 90px;
        box-shadow: none;
        z-index: 1000;
    }

    .header-logo--mobile {

        width: 120px;
        margin: auto;
    }
}

.header-logo__image.header-logo--mobile {
    max-width: 120px !important;
    width: 120px;
    margin: auto;
}

.language-menu li a {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    padding: 8px 14px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.language-menu li a:hover,
.language-menu li a:focus {
    background-color: #f0f0f0;
    color: #3a0f23;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 359 / 795;
    cursor: pointer;
    overflow: hidden;
    margin: auto;
    clip-path: inset(0 0px 2px 0);
    border-radius: 20px;

}
.video-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; /* initially hidden */
}

.video-wrapper.active::after {
  display: block;
  backdrop-filter: none;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    width: 60px;
    height: 60px;
    color: rgb(58, 15, 35);
    background-color: #8be9ff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    padding: 0.5em 0.6em;
    pointer-events: none;
    /* Let the wrapper handle the click */
    transition: opacity 0.3s ease;
}

.break {
    flex-basis: 100%;
}

.justify-content-center {
    justify-content: center;
}
/* Overlay backdrop */
.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Modal visible state */
.modal.show {
  opacity: 1;
  visibility: visible;
}

/* Dialog container */
.modal-content {
  background: #fff;
  border-radius: 8px;
  max-width: 90%;
  min-width: 90%;
  max-height: 90%;
  min-height: 400px;
  overflow-y: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

/* Animate dialog appearance */
.modal.show .modal-content {
  transform: translateY(0);
}

/* Close button */
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}

/* Optional: Lock background scroll when modal is open */
body.modal-open {
  overflow: hidden;
}
.dropdown-item span{
    font-size: 16px;
}
