@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-spacing: 0;
}

.sk_table
{
margin: 0 auto;
width:100%;
height:100%;
}
.sk_table td
{
border: solid 1px black;
text-align:center;
vertical-align:middle;
padding:5px;
}
a,
a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}

input, button, select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

/**************
END RESETT CSS
****************/
@font-face {
    font-family: "AkzidenzPro";
    src: url("../font/AkzidenzGroteskPro-Ext.woff") format("woff");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "AkzidenzPro";
    src: url("../font/AkzidenzGroteskPro-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "AkzidenzPro";
    src: url("../font/AkzidenzGroteskPro-Md.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "AkzidenzPro";
    src: url("../font/AkzidenzGroteskPro-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "AkzidenzPro";
    src: url("../font/AkzidenzGroteskPro-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "AkzidenzPro-Cn";
    src: url("../font/AkzidenzGroteskPro-XBdCn.woff") format("woff");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "AkzidenzPro-Cn";
    src: url("../font/AkzidenzGroteskPro-BoldCn.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "AkzidenzPro-Cn";
    src: url("../font/AkzidenzGroteskPro-MdCn.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "AkzidenzPro-Cn";
    src: url("../font/AkzidenzGroteskPro-Cn.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "AkzidenzPro-Cn";
    src: url("../font/AkzidenzGroteskPro-LightCn.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "PTSans";
    src: url("../font/PTSans-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "PTSans";
    src: url("../font/PTSans-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "PTSans-Narrow";
    src: url("../font/PTSans-NarrowBold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "PTSans-Narrow";
    src: url("../font/PTSans-Narrow.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

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

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

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*HEADER*/
.header {
    position: relative;
}

.header--white {
    background-color: #fff;
}

.header--about .menu li a {
    color: #fff;
}

.header--about .menu li a:after {
    background-color: #fff;
}

.menu__btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--yellow);
    border-radius: 50px;
    padding: 4px;
    display: none;
}

.menu__btn__text {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--green);
}

.burger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

.burger span:last-child {
    margin-bottom: 0;
}

.menu {
    margin-left: -3em;
}

.menu li a {
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--black);
    font-family: "PTSans", sans-serif;
    position: relative;
    padding-right: 0.8em;
    margin-right: 0.6em;
}

.menu li a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--yellow);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.menu li a:after {
    content: '';
    width: 0;
    max-width: 2.6875em;
    height: 3px;
    background-color: var(--blue);
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.menu li a:hover:after {
    width: 50%;
}

.menu li:last-child a {
    margin-right: 0;
    padding-right: 0;
}

.menu li:last-child a:before {
    display: none;
}

.menu .mobile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--yellow);
    padding: 25px 25px 25px 30px;
    display: none;
}

.menu .mobile__item span {
    font-size: 24px;
    font-weight: 700;
}

.close {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("../img/ico/delete.svg") left top no-repeat;
    background-size: contain;
}

.header__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--yellow);
    border-radius: 40px;
}

.header__btn a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 40px;
}

.download {
    background-color: var(--yellow);
    color: #fff;
    padding: 1.1em 1.5em 1.1em 3em;
    display: block;
    position: relative;
}

.download:before {
    content: '';
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: var(--green) url("../img/ico/download.png") center center no-repeat;
    background-size: 70%;
    position: absolute;
    left: -1.25em;
    top: .4em;
}

.download:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-box-shadow: -6px 0 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: -6px 0 10px -1px rgba(0, 0, 0, 0.3);
}

.enter {
    background-color: #fff;
    color: var(--black);
    padding: 1.1em 3em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.enter:hover {
    -webkit-transform: translateX(5px) scale(1.05);
    transform: translateX(5px) scale(1.05);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.enter--red {
    background-color: var(--red);
    color: #fff;
}

.figure1 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 66rem;
    z-index: -1;
}

/*TOP-SECTION*/
.top-section {
    position: relative;
    margin-top: 6.7em;
}

.top-section:hover .figure2 {
    background-color: var(--yellow);
}

.figure2 {
    display: block;
    width: 50em;
    height: 50em;
    border-radius: 150px;
    background-color: var(--blue);
    position: absolute;
    left: 0;
    bottom: -45%;
    -webkit-transform: translateX(-70%) rotate(45deg);
    transform: translateX(-70%) rotate(45deg);
    z-index: -1;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.figure-white {
    display: block;
    width: 80em;
    height: 80em;
    background-color: #fff;
    border-radius: 140px;
    -webkit-transform: rotate(45deg) translateY(10em);
    transform: rotate(45deg) translateY(10em);
    position: absolute;
    left: 0;
    top: 80%;
    z-index: -2;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.top-section__descr,
.top-section__img {
    width: 50%;
    position: relative;
}

.top-section__descr {
    padding-left: 3em;
    padding-top: 7em;
}

.top-section__title {
    font-size: 4.8rem;
    letter-spacing: .24rem;
    line-height: 1.3;
    font-family: "AkzidenzPro-Cn";
    font-weight: 800;
    margin-bottom: .5em;
    position: relative;
}

.top-section__title:before {
    content: '';
    width: 13.3rem;
    height: 8.1rem;
    background: transparent url("../img/ico/wave-lg.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: -.15em;
    left: -.9em;
    z-index: -1;
}

.top-section__text {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    max-width: 520px;
}

.wave {
    position: absolute;
    top: 100%;
    right: -2.5em;
}

.plus {
    position: absolute;
    left: 0;
    top: 50%;
}

.notebook {
    width: 74.7em;
    position: relative;
    left: -3em;
}

.notebook-body {
    width: 53em;
    position: absolute;
    top: 2.3em;
    left: 10.8em;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.notebook-body.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.top-section__descr__block {
    display: none;
}

/*TITLE*/
.title-block {
    margin-bottom: 6em;
    cursor: default;
}

.title-block:hover .title:before {
    border-radius: 40%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.title {
    display: block;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.9px;
    position: relative;
    z-index: 1;
}

.title:before {
    content: '';
    width: 2em;
    height: 2em;
    background-color: var(--yellow);
    border-radius: 20px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    position: absolute;
    top: .9em;
    left: -.9em;
    z-index: -1;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.title .green {
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
}

.subtitle {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.6px;
    padding-top: 1em;
    position: relative;
    z-index: 1;
}

.download-block .subtitle {
    padding-left: 1.5em;
}

.download-block .subtitle:before {
    content: '';
    width: 1.1666em;
    height: 1.1666em;
    background: transparent url("../img/ico/plus.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 3.25em;
    top: -.2em;
}

/*download-block*/
.download-block {
    padding-left: 12em;
    margin-bottom: 9em;
}

.download-block:hover .num {
    color: var(--green);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.demo {
    padding-left: 6.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.demo__left {
    font-size: 4.8rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 1.2px;
    position: relative;
}

.demo__left .num {
    font-size: 30rem;
    line-height: 1;
    position: absolute;
    top: 3rem;
    right: 7rem;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.demo__right {
    padding-top: 6.5em;
    position: relative;
    left: -3em;
}

.demo__right__text {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: 300;
    display: block;
    letter-spacing: 0.75px;
}

.demo__right__btn {
    display: block;
    background-color: var(--green);
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    line-height: 1;
    padding: .76em 10px;
    text-align: center;
    border-radius: 40px;
    margin-top: 1.6em;
    overflow: hidden;
    position: relative;
}

.demo__right__btn:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    height: 140%;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -150%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.demo__right__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.demo__right__btn:hover:before {
    left: 150%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.demo__right__btn:active {
    -webkit-transform: translateY(0) scale(0.95);
    transform: translateY(0) scale(0.95);
}

.demo__right__btn span {
    position: relative;
    z-index: 2;
}

/*service*/
.service {
    margin-bottom: 7em;
}

.service .title-block {
    padding: 6em 0 0 10em;
    position: relative;
    z-index: 1;
}

.service .title {
    display: inline-block;
}

.service .title:before {
    top: .3em;
}

.service .title:after {
    content: '';
    width: .777em;
    height: .777em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 4.45em;
    top: -.5em;
}

.service .subtitle {
    display: block;
    padding: .5em 0 0 3.2em;
}

.service__body {
    max-width: 1170px;
    border: 1px dashed var(--yellow);
    border-radius: 100px;
    background: transparent url("../img/bg/white-bg.png") left top no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0 50px 60px -10px rgba(255, 204, 0, 0.2), 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 50px 60px -10px rgba(255, 204, 0, 0.2), 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.service__body:before {
    content: '';
    width: 70em;
    height: 70em;
    background: transparent url("../img/bg/yellow-square.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: -17em;
    left: -20em;
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.service__list li {
    width: 25%;
    margin-bottom: 4.5em;
}

.service__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5em;
    height: 14em;
}

.service__img img {
    max-width: 100%;
    max-height: 100%;
}

.service__text {
    font-size: 2.1rem;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

/*advantage*/
.advantage {
    margin-bottom: 7.5em;
    position: relative;
}

.advantage:hover .figure4 {
    -webkit-transform: translate(10em, -50%);
    transform: translate(10em, -50%);
}

.advantage .slick-arrow {
    display: block !important;
    width: 7.7em;
    height: 7.7em;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.advantage .slick-arrow img {
    width: 100%;
    -webkit-filter: drop-shadow(-0.5em 2em 1em rgba(40, 171, 226, 0.5));
    filter: drop-shadow(-0.5em 2em 1em rgba(40, 171, 226, 0.5));
    -webkit-transition: all .2s;
    transition: all .2s;
}

.advantage .slick-arrow:hover img {
    -webkit-filter: drop-shadow(-0.2em 2em 1em rgba(40, 171, 226, 0.8));
    filter: drop-shadow(-0.2em 2em 1em rgba(40, 171, 226, 0.8));
}

.advantage .slick-arrow:active img {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: drop-shadow(-0.2em 1em 1em rgba(40, 171, 226, 0.8));
    filter: drop-shadow(-0.2em 1em 1em rgba(40, 171, 226, 0.8));
}

.advantage .next-slide {
    top: 0;
    right: 46em;
}

.advantage .prev-slide {
    top: 5.5em;
    right: 51em;
}

.figure4 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 27em;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.advantage__slider .title-block {
    padding: 3.5em 0 0 4em;
    margin-bottom: 7.5em;
}

.advantage__slider .title {
    display: inline-block;
}

.advantage__slider .title:before {
    top: -0.1em;
}

.advantage__slider .title:after {
    content: '';
    width: .777em;
    height: .777em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: .9em;
    top: -.9em;
}

.advantage__slide__text {
    width: 50%;
}

.slide__descr {
    padding-left: 7em;
}

.slide__descr__title {
    color: var(--blue);
    font-size: 3rem;
    margin-bottom: .7666em;
}

.slide__descr__text {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    line-height: 1.6;
    max-width: 540px;
}

.advantage__slide__img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantage__slide__img img {
    max-width: 100%;
}

/*compare*/
.compare {
    padding: 10.6em 0 11.4em;
    background: #fff url("../img/bg/bg-pattern.jpg") left top;
    border-top-right-radius: 500px;
    position: relative;
}

.compare:before {
    content: '';
    width: 30em;
    height: 30em;
    border-radius: 50%;
    background-color: var(--green);
    position: absolute;
    top: 7em;
    right: 2em;
    z-index: -1;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.compare:hover:before {
    width: 40em;
    height: 40em;
    top: 2em;
    right: 0;
    background-color: var(--blue);
}

.compare .title-block {
    margin-bottom: 6.5rem;
}

.compare .title {
    display: inline-block;
}

.compare .title:before {
    top: 0;
    left: -1em;
}

.compare .title:after {
    content: '';
    width: .777em;
    height: .777em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 7.3em;
    top: -.9em;
}

.compare__list {
    margin: 0 -1.5em;
}

.compare__item {
    width: 33.333%;
    padding: 0 1.5em;
}

.compare__item__active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.compare__item__active .compare__body {
    background-color: var(--green);
    color: #fff;
    border: 5px solid var(--blue);
}

.compare__item__active .compare__body:before {
    content: '';
    width: 6.4em;
    height: 6.4em;
    border-radius: 50%;
    background: #28abe2 url("../img/ico/check-white.png") center center no-repeat;
    position: absolute;
    top: -1em;
    right: .1em;
}

.compare__body {
    background-color: #eaf0f2;
    border-radius: 50px;
    padding: 3.3em 1.9em 4em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare__body_title {
    font-size: 3.6rem;
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
    margin-bottom: 1.5em;
    padding-left: 1.2em;
}

.compare__body_title span {
    display: block;
    font-size: 2.4rem;
}

.compare__body_title.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.compare__body_title.flex:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(234, 250, 253, 0.24);
    position: absolute;
    top: calc(100% + .7em);
    left: 0;
}

.compare__body_title.flex img {
    height: 58px;
    width: 55px;
}

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

.compare__body__list li {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare__body__list li:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.8333em;
    height: 1.8333em;
    border-radius: 10px;
    background: #fff url("../img/ico/check-green.png") center center no-repeat;
    display: block;
    margin-right: .5em;
}

.compare__btn {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--black);
    padding: 1em 2.333em;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.compare__btn:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 204, 51, 0.1)), to(rgba(102, 204, 51, 0.5)));
    background: linear-gradient(90deg, rgba(102, 204, 51, 0.1), rgba(102, 204, 51, 0.5));
    height: 140%;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -150%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.compare__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.compare__btn:hover:before {
    left: 150%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*telegram*/
.telegram {
    padding: 11.2em 0 8.5em;
}

.telegram .container {
    max-width: 1170px;
}

.telegram .title:before {
    top: -.1em;
    left: -.9em;
}

.telegram .subtitle {
    padding: .5em 0 0 1.4em;
}

.telegram .subtitle:before {
    content: '';
    width: 1.1666em;
    height: 1.1666em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 3em;
    top: -.7em;
}

.telegram .subtitle:after {
    content: '';
    width: 4.125em;
    height: 4.125em;
    background: transparent url("../img/ico/lamp.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -2.666em;
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    z-index: -1;
}

.telegram__container.flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.telegram__left,
.telegram__right {
    width: 50%;
}

.telegram__left {
    background-color: var(--yellow);
    color: var(--black);
    border-radius: 100px 100px 0;
    padding: 8em 8em 8em 4.4em;
    margin-top: 5em;
    position: relative;
}

.telegram__left:before {
    content: '';
    width: 2.3em;
    height: 5.9em;
    background: transparent url("../img/ico/cross.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 28%;
    top: -2.2em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.telegram__left:hover:before {
    top: 0;
}

.telegram__left__list li {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 1.1em;
    font-weight: 300;
    cursor: default;
}

.telegram__left__list li:last-child {
    margin-bottom: 0;
}

.telegram__left__list li:before {
    content: '';
    width: 1.3em;
    height: .5em;
    border-bottom: 1px solid var(--black);
    border-left: 1px solid var(--black);
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    margin-right: .7em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.telegram__left__list li:hover:before {
    border-color: var(--blue);
}

.telegram__right {
    border-radius: 0 100px 100px;
    background: var(--blue) url("../img/bg/blue-pattern.jpg") left top;
    color: #fff;
    padding: 4em 4em 6em;
    position: relative;
}

.telegram__right:before {
    content: '';
    width: 13.6em;
    height: 11.2em;
    background: transparent url("../img/figure/green-figure.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 8em;
    top: -10em;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.telegram__right:after {
    content: '';
    width: 5.9em;
    height: 5.4em;
    background: transparent url("../img/ico/dot.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    left: 25%;
    top: 0;
    -webkit-transform: translateY(-220%);
    transform: translateY(-220%);
}

.telegram__right:hover:before {
    top: -8em;
}

.telegram__right__title {
    font-size: 2.4rem;
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
    letter-spacing: 0.6px;
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
}

.telegram__right__text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.5em;
    font-weight: 300;
}

.telegram__right__btn {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: var(--black);
    padding: 1.30em;
    border-radius: 40px;
    background-color: var(--yellow);
    position: relative;
    overflow: hidden;
}

.telegram__right__btn:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 204, 51, 0.1)), to(rgba(102, 204, 51, 0.5)));
    background: linear-gradient(90deg, rgba(102, 204, 51, 0.1), rgba(102, 204, 51, 0.5));
    height: 140%;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -150%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.telegram__right__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.telegram__right__btn:hover:before {
    left: 150%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*period*/
.period {
    padding: 7.5em 0 15em;
    border-top-left-radius: 300px;
    background: transparent url("../img/bg/bg-pattern.jpg") left top;
}

.period .container {
    max-width: 1170px;
}

.period .title:before {
    top: -.2em;
    left: -1em;
}

.period .subtitle {
    padding: .9em 0 0 1.5em;
}

.period .subtitle:before {
    content: '';
    width: 1.1666em;
    height: 1.1666em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: -.4em;
}

.period__top__right input {
    display: none;
}

.period__top__right input:checked + label:before {
    background: #28abe2 url("../img/ico/check-white.png") center center no-repeat;
    background-size: 60%;
}

.period__top__right label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.period__top__right label:hover {
    color: var(--yellow);
}

.period__top__right label:before {
    content: '';
    width: 1.666em;
    height: 1.666em;
    border-radius: 50%;
    background-color: #28abe2;
    margin-right: 1.2em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.period__btn {
    padding: 10px 0;
}

.period__btn__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 2.5em;
    width: 100%;
    border-radius: 13px;
    background-color: var(--blue);
    padding: 0 10em;
    margin-top: 8em;
}

.period__btn__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.period__btn__item input {
    display: none;
}

.period__btn__item input:checked + label .term__btn {
    width: 7.3em;
    height: 7.3em;
    background-color: var(--green);
}

.period__btn__item input:checked + label .term {
    top: -50%;
    color: var(--green);
}

.period__btn__item label {
    display: block;
    cursor: pointer;
}

.period__btn__item label:hover .term {
    color: var(--green);
}

.period__btn__item:last-child .term__btn {
    margin-right: 0;
}

.term {
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--blue);
    display: block;
    position: absolute;
    white-space: nowrap;
    top: -75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color .2s;
    transition: color .2s;
}

.term__btn {
    display: block;
    width: 5.8em;
    height: 5.8em;
    border-radius: 50%;
    background-color: var(--blue);
    position: relative;
    z-index: 2;
}

.term__btn:before {
    content: '';
    width: 2.6em;
    height: 2.6em;
    background-color: var(--yellow);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.period__block {
    margin-top: 11.7em;
    border-radius: 100px 100px 100px 0;
    background-color: var(--yellow);
}

.period__pro,
.period__online {
    width: 50%;
}

.period__block__title {
    font-size: 3rem;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 1em 0;
}

.period__block__title b {
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
}

.period__pro {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.period__pro:hover .diagramm {
    -webkit-transform: rotateX(40deg);
    transform: rotateX(40deg);
}

.diagramm {
    max-width: 100%;
    display: block;
    margin: 0 auto 3em;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.period__online__item {
    padding-top: 6em;
    color: #fff;
    position: relative;
    z-index: 1;
}

.period__online__item:before {
    content: '';
    width: 100%;
    height: 120%;
    border-radius: 100px;
    background-color: var(--blue);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.period__online__item:hover:before {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.period__online__item .buy {
    background-color: #fff;
    color: #000;
}

.period__block__text {
    font-size: 1.8rem;
    line-height: 2.666em;
    text-align: center;
}

.period__block__price {
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.period__block__price .price {
    display: block;
    font-size: 2.4rem;
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
}

.period__block__price p {
    font-size: 1.8rem;
}

.buy {
    display: block;
    font-size: 2.4rem;
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
    background-color: var(--blue);
    border-radius: 40px;
    color: #fff;
    padding: .8em 0;
    line-height: 1;
    text-align: center;
    min-width: 240px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
    overflow: hidden;
}

.buy:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 204, 51, 0.1)), to(rgba(102, 204, 51, 0.5)));
    background: linear-gradient(90deg, rgba(102, 204, 51, 0.1), rgba(102, 204, 51, 0.5));
    height: 140%;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -150%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.buy:hover {
    -webkit-transform: translateY(50%) scale(1.05);
    transform: translateY(50%) scale(1.05);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.buy:hover:before {
    left: 150%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*question*/
.question {
    padding: 8em 0;
}

.question__forum,
.question__about {
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 6em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.question__forum {
    width: 40%;
    position: relative;
}

.question__forum:before {
    content: '';
    width: 14.6em;
    height: 14.5em;
    background: transparent url("../img/ico/dot-circle.png") left top no-repeat;
    position: absolute;
    bottom: 1.5em;
    left: -4.5em;
    z-index: -1;
    -webkit-transition: all 6s;
    transition: all 6s;
}

.question__forum:after {
    content: '';
    width: 6em;
    height: 6em;
    background: transparent url("../img/ico/dot-lg.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.question__forum:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.question__forum .title-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.question__forum .title:before {
    top: -.2em;
    left: .7em;
}

.question__forum .title:after {
    content: '';
    width: .777em;
    height: .777em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 3.1em;
    top: -.7em;
}

.question__forum .subtitle {
    padding-top: .5em;
}

.question__forum .question__btn {
    background-color: var(--blue);
    color: #fff;
}

.question__about {
    width: 57%;
}

.question__about .question__btn {
    background-color: var(--yellow);
    color: var(--black);
}

.question__about__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.question__about__text .blue {
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 800;
}

.question__btn {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    padding: 1em .5em;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.question__btn:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    height: 140%;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -150%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.question__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.question__btn:hover:before {
    left: 150%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*info*/
.info {
    padding: 10em 0 7em;
    background: transparent url("../img/bg/bg-pattern.jpg") left top;
    border-top-right-radius: 500px;
    position: relative;
}

.info:before {
    content: '';
    width: 30em;
    height: 30em;
    border-radius: 50%;
    background-color: var(--green);
    position: absolute;
    top: 4em;
    right: 1em;
    z-index: -1;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.info:hover:before {
    -webkit-transform: translate(-20%, 10%);
    transform: translate(-20%, 10%);
    background-color: var(--yellow);
}

.info .title {
    display: inline-block;
}

.info .title:before {
    top: -.3em;
    left: -1em;
}

.info .title:after {
    content: '';
    width: .777em;
    height: .777em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 4.5em;
    top: -.7em;
}

.info .subtitle {
    display: block;
    padding: .6em 0 0 1.5em;
}

.info-list {
    margin: 0 -1.5em 6.5em;
}

.info-list.flex {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.info__item {
    padding: 0 1.5em;
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info__top {
    position: relative;
}

.info__top img {
    width: 100%;
}

.info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 1em;
    bottom: 1em;
}

.info__link:before {
    content: '\2192';
    position: absolute;
    right: .3em;
    top: .35em;
    color: #000;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.info__link:after {
    content: '';
    line-height: 1;
    width: 1.666em;
    height: 1.666em;
    border-radius: 50%;
    background-color: var(--yellow);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1em;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.info__link:hover {
    color: var(--yellow);
}

.info__link:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.info__descr {
    background-color: var(--main-bg);
    padding: 2em;
    height: 100%;
}

.info__descr h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2em;
}

.info__descr h3 a {
    color: var(--black);
}

.info__descr h3 a:hover {
    color: var(--green);
}

.info__descr p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

/*reviews*/
.reviews .title:after {
    display: none;
}

.reviews .subtitle:before {
    content: '';
    width: 1.1666em;
    height: 1.1666em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 6.2em;
    top: -.6em;
}

.reviews__btn {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    padding: 1.222em 3.666em;
    background-color: var(--red);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.reviews__btn:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 204, 51, 0.1)), to(rgba(102, 204, 51, 0.5)));
    background: linear-gradient(90deg, rgba(102, 204, 51, 0.1), rgba(102, 204, 51, 0.5));
    height: 140%;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -150%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.reviews__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.reviews__btn:hover:before {
    left: 150%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.reviews-slider .slick-list.draggable {
    padding: 10em 0 !important;
}

.reviews-slider .slick-arrow {
    position: absolute;
    width: 4.5em;
    height: 4.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.reviews-slider .slick-arrow img {
    width: 100%;
    -webkit-filter: drop-shadow(-0.5em 2em 1em rgba(40, 171, 226, 0.5));
    filter: drop-shadow(-0.5em 2em 1em rgba(40, 171, 226, 0.5));
    -webkit-transition: all .2s;
    transition: all .2s;
}

.reviews-slider .slick-arrow:hover img {
    -webkit-filter: drop-shadow(-0.2em 2em 1em rgba(40, 171, 226, 0.8));
    filter: drop-shadow(-0.2em 2em 1em rgba(40, 171, 226, 0.8));
}

.reviews-slider .slick-arrow:active img {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: drop-shadow(-0.2em 1em 1em rgba(40, 171, 226, 0.8));
    filter: drop-shadow(-0.2em 1em 1em rgba(40, 171, 226, 0.8));
}

.reviews-slider .prev-slide {
    left: -6em;
}

.reviews-slider .next-slide {
    right: -6em;
}

.reviews__item {
    border: 1px dashed var(--green);
    border-radius: 20px;
    background-color: #f7f7f7;
    padding: 3em;
    outline: none;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.reviews__item.slick-center {
    background-color: #fff;
    -webkit-transform: scale(1.6) translateY(10%);
    transform: scale(1.6) translateY(10%);
    position: relative;
    -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 10;
}

.reviews__item.slick-center .avatar {
    width: 3em;
    height: 3em;
}

.reviews__item.slick-center .reviews__item__top__title {
    font-size: 1.4rem;
}

.reviews__item.slick-center .reviews__item__top__subtitle {
    font-size: .9rem;
}

.reviews__item.slick-center .reviews__item__body p {
    font-size: 1rem;
}

.reviews__item__top {
    margin-bottom: 1.2rem;
}

.avatar {
    display: block;
    width: 4.8em;
    height: 4.8em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    margin-right: 10px;
}

.reviews__item__top__title {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
}

.reviews__item__top__title a {
    color: var(--black);
}

.reviews__item__top__title a:hover {
    color: var(--green);
}

.reviews__item__top__subtitle {
    display: block;
    font-size: 1.3rem;
    color: #999999;
}

.reviews__item__body p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

/*partner*/
.partner:hover .airplan {
    -webkit-transform: translate(100%, -10%) scale(0.7);
    transform: translate(100%, -10%) scale(0.7);
}

.airplan {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.partner__title {
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: .5em;
}

.partner__question {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    padding-bottom: .5em;
    position: relative;
    margin-right: 2em;
}

.partner__question:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--yellow);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.partner__mail {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.2;
    margin-right: 2em;
}

.partner__mail a {
    display: block;
    color: var(--blue);
    text-decoration: underline;
}

.partner__mail a:hover {
    text-decoration: none;
}

/*footer*/
.footer {
    background-color: var(--blue);
    position: relative;
    color: #fff;
    padding-top: 3.5em;
}

.footer:before {
    content: '';
    width: 100%;
    height: 10px;
    background: transparent url("../img/bg/foot-bg.png") left top repeat-x;
    position: absolute;
    left: 0;
    top: -7px;
}

.footer:hover .footer__bottom:after {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

.footer a {
    color: #fff;
}

.foot-menu li {
    margin-right: 5em;
}

.foot-menu li a {
    display: block;
    position: relative;
    padding-bottom: .5em;
    font-size: 1.8rem;
    font-weight: 300;
}

.foot-menu li a:after {
    content: '';
    width: 0;
    height: 5px;
    background-color: var(--yellow);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.foot-menu li a:hover:after {
    width: 50%;
}

.foot__phone a {
    display: block;
    font-size: 1.6rem;
    margin-bottom: .7em;
}

.foot__phone a:last-child {
    margin-bottom: 0;
}

.foot__phone a:hover {
    color: var(--green);
}

.footer__bottom {
    margin-top: 2em;
    position: relative;
    overflow: hidden;
}

.footer__bottom:after {
    content: '';
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background-color: var(--yellow);
    position: absolute;
    right: 0;
    top: 75%;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.footer__bottom p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    padding-left: 5em;
}

/*Blog*/
.blog.container {
    padding-bottom: 15em;
}

.blog__banner {
    width: 100%;
    display: block;
}

.blog__menu {
    padding: 3.5em 0;
}

.blog__menu li {
    margin-right: 3px;
}

.blog__menu li a {
    display: block;
    font-size: 18px;
    padding: .7222em 1em;
    border-radius: 20px;
    color: var(--black);
    border: 1px dashed transparent;
}

.blog__menu li a.active {
    border-color: var(--blue);
}

.blog__menu li a:hover {
    border-color: var(--yellow);
}

.blog__articles {
}

.blog__articles li {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 393px;
}

.blog__articles li img {
    width: 100%;
}

.blog__menu li {
    margin-right: 3px;
}

.pagination_button {
    width: 100% !important;
    float: left;
    margin-left: unset !important;
}

.col-md-8 {
    width: 69%;
    float: left;
}

.col-md-4 {
    width: 30%;
    float: left;
}



@media (min-width: 1281px) {
    .blog__articles div {
        margin-bottom: 31px !important;
        margin-left: 20px !important;
    }
}

@media (max-width: 1280px) {
    div.lya {
        width: 31% !important;
    }

    .blog__articles div {
        margin-left: 1% !important;
    }

    .blog__article__top {
        width: 31% !important;
    }
}

@media (max-width: 1023px) {
    div.lya {
        width: 47% !important;
        float: left !important;
    }

    .blog__articles div {
        margin-bottom: 4% !important;
        margin-left: 2% !important;
    }

    .blog__article__top {
        width: 47% !important;
        float: left;
    }

    .blog__articles {
        -webkit-column-count: unset !important;
        column-count: unset !important;
        -webkit-column-gap: unset !important;
        column-gap: unset !important;
    }
}

@media (max-width: 768px) {

    .col-md-8 {
        width: unset;
        float: unset;
    }

    .col-md-4 {
        width: unset;
        float: unset;
    }
    .blog__article__top {
        width: 100% !important;
        margin-left: unset !important;
    }

    .blog__articles div {
        margin-left: unset !important;
    }

}

@media (max-width: 480px) {
    .blog__articles div {
        width: 100% !important;
        margin-left: unset !important;
    }

    div.lya {
        width: 100% !important;
    }
}

.blog__menu li a {
    display: block;
    font-size: 18px;
    padding: .7222em 1em;
    border-radius: 20px;
    color: var(--black);
    border: 1px dashed transparent;
}

.blog__menu div a.active {
    border-color: var(--blue);
}

.blog__menu div a:hover {
    border-color: var(--yellow);
}

.blog__articles div {
    margin-bottom: 31px;
    margin-left: 25px;
}

.lya {
    overflow: hidden;
    float: left;
}

.blog__article__top {
    width: 393px;
    float: left;
}

.blog__articles div img {
    width: 100%;
}

.blog__menu div a {
    display: block;
    font-size: 18px;
    padding: .7222em 1em;
    border-radius: 20px;
    color: var(--black);
    border: 1px dashed transparent;
}

.blog__article__link {
    display: block;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.blog__article__link:hover .blog__data {
    background-color: rgba(0, 0, 0, 0.2);
}

.blog__article__link:hover > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog__article__link:hover .view:before {
    -webkit-animation: eye 1s linear;
    animation: eye 1s linear;
}

.blog__article__link > img {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "PTSans", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.blog__data__title {
    padding: 3em 3em 1em;
}

.blog__data__title h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: .5em;
}

.blog__data__title p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.blog__data__title--lg h2 {
    font-size: 3rem;
    position: relative;
    z-index: 1;
}

.blog__data__title--lg h2:before {
    content: '';
    width: 1em;
    height: 100%;
    background-color: var(--blue);
    position: absolute;
    top: 0;
    left: -.2em;
    z-index: -1;
}

.blog__data__title--lg h2 span {
    position: relative;
    z-index: 1;
}

.blog__data__bottom {
    font-size: 1.6rem;
    padding: 1.25em 1.875em;
    border-top: 1px dashed rgba(255, 255, 255, 0.27);
    line-height: 1;
}

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

.view:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.1875em;
    height: .7em;
    background: transparent url("../img/ico/eye.png") left top no-repeat;
    background-size: contain;
    margin-right: .5em;
}

/*Blog Inner*/
.blog__inner {
    padding-top: 6em;
}

.blog__inner__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
}

.blog__inner__aside {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 270px;
}

/*.blog__inner__top__img {
  background: transparent url("../img/blog/blog-lg.jpg") left top no-repeat;
  background-size: cover;
  position: relative;
  padding: 8em 5em; }*/
.blog__inner__top__img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.blog__inner__top__img h1 {
    font-family: "PTSans", sans-serif;
    font-size: 3rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: .8em;
    position: relative;
    max-width: 70%;
    z-index: 1;
}

.blog__inner__top__menu {
    position: relative;
    margin-bottom: 4.5em;
    z-index: 1;
}

.blog__inner__top__menu li {
    margin-right: 10px;
}

.blog__inner__top__menu li a {
    display: block;
    font-size: 18px;
    padding: .7222em 1em;
    border-radius: 20px;
    color: #fff;
    border: 1px dashed var(--blue);
}

.blog__inner__top__menu li a:hover {
    border-color: #fff;
}

.blog__inner__top__data {
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.blog__inner__top__data .view {
    padding-left: 2em;
}

.blog__inner__option {
    background-color: #fff;
    padding: 30px 60px 30px 30px;
    border-bottom: 1px dashed rgba(10, 11, 12, 0.3);
}

.share span {
    font-size: 16px;
    color: #000;
    padding-right: 10px;
}

.social li:not(:last-child) {
    margin-right: 4px;
}

.social a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.author {
    position: relative;
    padding-right: 50px;
}

.author__title span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

.author__title span b {
    font-weight: 700;
}

.author__img {
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    border-radius: 5px;
    overflow: hidden;
}

.blog__inner__text {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
}

.blog__inner__text h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: .5em;
}

.blog__inner__text p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.blog__inner__text p img {
    max-width: 100%;
    margin: 15px;
}

.blog__inner__text ul, .blog__inner__text ol {
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
}

.blog__inner__text ol li, .blog__inner__text ul li {
    line-height: 1.4;
    padding-bottom: 10px;
}

.blog__inner__text ol li {
    list-style: decimal;
}

.blog__inner__text ul li {
    list-style: disc;
}

.related h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.search__block {
    padding: 30px 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.search__line {
    border: 1px dashed var(--blue);
    position: relative;
    padding: 6px;
    border-radius: 40px;
    overflow: hidden;
}

.search__line .btn {
    width: 94px;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 16px;
    padding: 12px 0;
    position: absolute;
    top: 3px;
    right: 6px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.search__input {
    display: block;
    width: calc(100% - 98px);
    height: 53px;
    font-size: 16px;
    padding: 0 0 0 6px;
    margin-left: 10px;
}

.aside__nav {
    background-color: #fff;
}

.aside__nav__title {
    display: block;
    font-size: 24px;
    padding: 30px 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.aside__nav__title .burger {
    display: none;
}

.aside__menu {
    padding: 30px 0;
}

.aside__menu li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 35px;
}

.aside__menu li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    left: 8px;
    top: 5px;
}

.aside__menu li:last-child {
    margin-bottom: 0;
}

.aside__menu li a {
    font-size: 18px;
    color: #000;
}

.aside__menu li a:hover {
    color: var(--blue);
    text-decoration: underline;
}

/*About*/
.head-about {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.scope {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 10em;
    margin-top: 30px;
}

.scope__descr {
    width: 40%;
    color: #fff;
}

.scope__descr h1 {
    font-size: 72px;
    margin-bottom: .5em;
    font-weight: 300;
}

.scope__descr h1 b {
    display: block;
    font-family: "AkzidenzPro-Cn", sans-serif;
    font-weight: 700;
}

.scope__descr p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.scope__img {
    width: 60%;
    padding: 4em 0 0 6em;
}

.screen {
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 -15px 0 -5px rgba(236, 239, 246, 0.5);
    box-shadow: 0 -15px 0 -5px rgba(236, 239, 246, 0.5);
    position: relative;
}

.screen:before {
    content: '';
    width: calc(100% - 25px);
    height: 10px;
    background: rgba(236, 239, 246, 0.3);
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: -20px;
    left: 12px;
}

.screen:after {
    content: '';
    width: calc(100% - 40px);
    height: 10px;
    background: rgba(236, 239, 246, 0.15);
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: -30px;
    left: 20px;
}

.screen img {
    width: 100%;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
}

.about-block {
    margin-bottom: 100px;
}

.about-block .title {
    display: inline-block;
}

.about-block .title:after {
    content: '';
    width: .777em;
    height: .777em;
    background: transparent url(../img/ico/plus.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 5.6em;
    top: .2em;
}

.main-window {
    width: 50%;
    /*margin-top: -20%;*/
    border-radius: 10px;
    background-color: #eceff6;
    padding: 0 10px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.main-window__top {
    padding: 15px 0;
    border-bottom: 1px dashed var(--blue);
}

.main-window__top__dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 6px;
}

.main-window__top__dot .red {
    background-color: var(--red);
}

.main-window__top__dot .green {
    background-color: var(--green);
}

.main-window__top__dot .yellow {
    background-color: var(--yellow);
}

.main-window__top__burger {
    width: 22px;
}

.main-window__top__burger span {
    display: block;
    height: 3px;
    background-color: #d5ddee;
    margin-bottom: 2px;
    border-radius: 4px;
}

.main-window__top__burger span:last-child {
    margin-bottom: 0;
}

.main-window__option {
    padding-top: 30px;
}

.main-window__option h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-left: 23px;
}

.main-window__list {
    height: 100%;
    max-height: 575px;
    overflow-y: auto;
}

.main-window__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 45px;
}

.main-window__list li:before {
    content: '';
    width: 13px;
    height: 13px;
    background: transparent url("../img/ico/green-check.png") left top no-repeat;
    background-size: contain;
    margin-right: 10px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.about-programm {
    width: 50%;
    padding: 80px 0 0 5em;
}

.about-programm__item {
    width: 48%;
    margin-bottom: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-programm__item:hover .about-programm__count {
    background-color: var(--green);
}

.about-programm__item:hover .about-programm__count:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.about-programm__title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
}

.about-programm__title .btn {
    display: block;
    width: 139px;
    padding: 12px;
    text-align: center;
    border-radius: 19px;
    border: 1px dashed #28abe2;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--blue);
}

.about-programm__title .btn span {
    display: block;
}

.about-programm__title .btn span:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    -webkit-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.about-programm__title .btn:hover {
    background-color: var(--blue);
    color: #fff;
}

.about-programm__title .btn:hover span:after {
    border-color: #fff;
}

.about-programm__num {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 94px;
    height: 94px;
    position: relative;
    margin-left: 10px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    border-radius: 50%;
    -webkit-box-shadow: 6px 16px 40px rgba(102, 204, 51, 0.5);
    box-shadow: 6px 16px 40px rgba(102, 204, 51, 0.5);
}

.about-programm__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    background-color: #b6e898;
    border: 8px solid var(--green);
    letter-spacing: 1.2px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.about-programm__count:before {
    content: '';
    width: calc(100% - 11px);
    height: calc(100% - 11px);
    border: 6px solid #96dc6e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-programm__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd200), to(#ffeb00));
    background: linear-gradient(to bottom, #ffd200, #ffeb00);
    position: absolute;
    right: 0;
    bottom: -10px;
}

.about-programm__arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(-3px, 3px);
    transform: rotate(45deg) translate(-3px, 3px);
    border-radius: 3px;
}

/*profile*/
.profile {
    background-color: var(--blue-bgr);
    padding-bottom: 80px;
}

.profile__nav {
    background-color: #fff;
    margin: 25px 0;
    border-radius: 40px;
    border: 1px dashed var(--yellow);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 1em;
}

.profile__nav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 3px;
}

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

.profile__nav li a {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1.1em 2em .9em;
    font-weight: 700;
    white-space: nowrap;
    border: 1px dashed transparent;
    border-radius: 40px;
}

.profile__nav li a:hover, .profile__nav li a.active {
    color: var(--blue);
    border-color: var(--blue);
}

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

.profile__nav__btn .burger {
    background-color: #fff;
    border: 1px dashed var(--yellow);
}

.profile__nav__btn .burger span {
    background-color: #000;
}

.profile__nav__btn__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 24px;
}

.profile__body {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 7em 5em;
}

.instruments__body {
    background-color: #fff;
    border-radius: 20px;
    padding: 5em 5em;
	margin-bottom: 5em;
}

.profile__title {
    color: var(--blue);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.666em 0 1.3em;
    line-height: 1;
    border-bottom: 1px dashed var(--blue);
    margin-bottom: 20px;
}

.notice {
    background-color: var(--light-yellow);
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 30px 25px 45px;
    position: relative;
    margin: 0 0 30px 25px;
}

.notice a {
    color: var(--blue);
    text-decoration: underline;
}

.notice a:hover {
    text-decoration: none;
}

.notice:before {
    content: '';
    width: 3.625em;
    height: 3.9375em;
    background: transparent url("../img/ico/notice.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notice--green {
    background-color: #eef9e9;
}

.notice--green:before {
    background: transparent url("../img/ico/notice-green.png") left top no-repeat;
    background-size: contain;
}

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

.profile__btn .btn {
    margin: 0 7px;
    font-family: "PTSans";
}

.download-file input {
    display: none;
}

.download-file label {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0.75em 1em .7em;
    border-radius: 20px;
    background-color: var(--blue);
    color: #fff;
    border: 1px dashed transparent;
    text-transform: initial;
    font-family: "PTSans";
    -webkit-transition: all .2s;
    transition: all .2s;
}

.download-file label:hover {
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue);
}

.agree input {
    display: none;
}

.agree input:checked + label:before {
    background: #fff url("../img/ico/check-black.png") center center no-repeat;
    background-size: 60%;
}

.agree label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--black);
    text-transform: capitalize;
    cursor: pointer;
}

.agree label:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    border: 1px solid var(--yellow);
    background: #fff;
    margin-right: .5em;
}

.pay-system {
    margin-bottom: 40px;
}

.pay-system li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed var(--blue);
    border-radius: 20px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 11em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.pay-system a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed var(--blue);
    border-radius: 20px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 11em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.pay-system li:last-child {
    margin-right: 0;
}

.pay-system li a {
    display: block;
}

.pay-system li img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.pay-system li:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    border-color: var(--yellow);
    -webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1);
}

/*license__list*/
.license__list {
    margin: 0 -10px;
}

.license__list__item {
    padding: 0 10px;
    margin-bottom: 30px;
    width: 33.333%;
}

.license__list__item:hover .license__list__body {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.license__list__item:hover .license__list__content {
    -webkit-box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);
}

.license__list__item--best .license__list__title {
    background-color: #f9c701;
    color: var(--black);
    position: relative;
}

.license__list__item--best .license__list__title:before {
    content: 'best';
    width: 4.1875em;
    height: 4.1875em;
    border-radius: 50%;
    background-color: var(--green);
    color: #fff;
    font-size: .888em;
    font-weight: 700;
    position: absolute;
    top: -1em;
    right: -.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.license__list__item--best .license__list__title:after {
    content: '';
    font-size: .888em;
    width: calc(4.1875em + 4px);
    height: calc(4.1875em + 4px);
    border-radius: 50%;
    border: 1px dashed var(--green);
    position: absolute;
    top: calc(-1em - 3px);
    right: calc(-.5em - 3px);
}

.license__list__item--best:hover .license__list__title:before {
    -webkit-transform: rotate(0) scale(1.1);
    transform: rotate(0) scale(1.1);
}

.instruments__list__item {
    padding: 0 10px;
    margin-bottom: 30px;
    width: 50%;
}

.instruments__list__item:hover .license__list__body {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.instruments__list__item:hover .license__list__content {
    -webkit-box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);
}

.instruments__list__item--best .license__list__title {
    background-color: #f9c701;
    color: var(--black);
    position: relative;
}

.instruments__list__item--best .license__list__title:before {
    content: 'best';
    width: 4.1875em;
    height: 4.1875em;
    border-radius: 50%;
    background-color: var(--green);
    color: #fff;
    font-size: .888em;
    font-weight: 700;
    position: absolute;
    top: -1em;
    right: -.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.instruments__list__item--best .license__list__title:after {
    content: '';
    font-size: .888em;
    width: calc(4.1875em + 4px);
    height: calc(4.1875em + 4px);
    border-radius: 50%;
    border: 1px dashed var(--green);
    position: absolute;
    top: calc(-1em - 3px);
    right: calc(-.5em - 3px);
}

.instruments__list__item--best:hover .license__list__title:before {
    -webkit-transform: rotate(0) scale(1.1);
    transform: rotate(0) scale(1.1);
}

.license__list__body {
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.license__list__title {
    background-color: var(--blue);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 1.277em 1em 1.1em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
}

.license__list__content {
    background-color: #fff;
    padding: 2em 2em 3em;
    border-radius: 0 0 20px 20px;
    border: 1px dashed var(--blue);
    border-top: none;
    -webkit-box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.license__list__content__title {
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-bottom: 1em;
    font-weight: 600;
    border-bottom: 1px dashed var(--blue);
    margin-bottom: 1.1em;
}

.license__price {
    width: 10.6em;
    height: 10.6em;
    border-radius: 50%;
    border: 1px dashed var(--green);
    padding: .6em;
    margin: 0 auto 2em;
}

.license__price__summa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--green);
    color: #fff;
    font-size: 3rem;
    font-family: "PTSans", sans-serif;
}

.license__price__summa:after {
    content: '\20BD';
    padding-left: 5px;
}

.buy__license {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: "PTSans", sans-serif;
    padding: .8333em .5em .7em;
    border-radius: 40px;
    border: 1px dashed var(--blue);
}

.buy__license:hover {
    background-color: var(--blue);
    color: #fff;
}

/*profile__demo*/
.profile__demo {
    padding-top: 20px;
    text-align: center;
}

.profile__demo__title {
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1.5;
    max-width: 80%;
    margin: 0 auto 1.5em;
}

.demo__btn {
    display: block;
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding: .766em .5em .7em;
    width: 100%;
    max-width: 15.8333em;
    border-radius: 40px;
    background-color: var(--green);
    margin: 0 auto 1em;
}

.demo__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.rule {
    font-size: 1.8rem;
    padding: 1.666em 0;
}

.rule a {
    color: var(--blue);
    text-decoration: underline;
}

.rule a:hover {
    text-decoration: none;
}

.system {
    display: block;
    width: 100%;
    max-width: 15em;
    font-size: 1.8rem;
    color: #000;
    border-radius: 40px;
    border: 1px dashed var(--green);
    padding: 1.111em 1em;
    margin: 0 auto;
}

.system:hover {
    background-color: var(--green);
    color: #fff;
    border-color: transparent;
}

/*table*/
.table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
}

.table tr td {
    border: 1px dashed var(--blue);
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 25px 5px;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.table tr td:first-child {
    border-left: 1px dashed var(--blue);
}

.table tr td:last-child {
    border-right: 1px dashed var(--blue);
}

.table tr td:last-child:after {
    display: none;
}

.table tr td:after {
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    border-right: 1px dashed var(--blue);
    position: absolute;
    top: 10px;
    right: 0;
}

.table thead tr td, .table thead tr th {
    border-top: 1px dashed var(--blue);
    -webkit-box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2);
}
.table > thead > tr > th {
    border-bottom: none;
}

.table thead tr td:first-child , .table thead tr th:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.table thead tr td:last-child, .table thead tr th:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.table tbody {
    background: var(--blue-bg);
}

.table tbody tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.table tbody tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

/*programm*/
.referal {
    margin-bottom: 30px;
}

.referal__input {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--black);
    border: 1px dashed var(--blue);
    border-radius: 40px;
}

.programm__data {
    border-top: 1px dashed var(--blue);
    margin-bottom: 30px;
}

.programm__data li {
    border-bottom: 1px dashed var(--blue);
    font-size: 18px;
    padding: .888em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.programm__data__money {
    font-weight: 700;
    font-family: "PTSans";
    white-space: nowrap;
}

.programm__data__money:after {
    content: '\20BD';
    padding-left: 5px;
}

/*profile__from*/
.profile__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile__form__line {
    width: 48%;
    margin-bottom: 25px;
}

.profile__form__line span {
    display: block;
    font-size: 16px;
    font-family: "PTSans";
    margin-bottom: .5em;
    padding-left: .8em;
}

.profile__form__line span sup {
    display: inline-block;
    vertical-align: top;
    color: var(--red);
}

.profile__input {
    display: block;
    width: 100%;
    height: 55px;
    border: 1px dashed var(--blue);
    background-color: var(--blue-bg);
    border-radius: 40px;
    font-size: 18px;
    padding-left: 1em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.profile__input:focus {
    background-color: #fff;
}

.change {
    color: var(--red);
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .7em;
    margin-bottom: 5px;
    font-family: "PTSans";
}

.change:after {
    content: '?';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.3em;
    height: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--red);
    color: #fff;
    margin-left: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.change:hover {
    color: var(--blue);
    text-decoration: underline;
}

.change:hover:after {
    background-color: var(--blue);
}

.profile__form__btn {
    width: 100%;
}

.profile__form__btn__mail {
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.profile__form__btn__mail input {
    display: none;
}

.profile__form__btn__mail input:checked + label:before {
    background: #fff url(../img/ico/check-black.png) center center no-repeat;
    background-size: 60%;
}

.profile__form__btn__mail label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.profile__form__btn__mail label:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    border: 1px solid var(--yellow);
    background: #fff;
    margin-right: .5em;
}

.profile_submit {
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: var(--yellow);
    border-radius: 40px;
    width: 12.5em;
    height: 3.625em;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.profile_submit:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

/*popup__form*/
.popup-container {
    width: 100%;
    height: 100%;
    background: var(--blue-bg) url("../img/bg/popup-bg.jpg") left top no-repeat;
    background-size: cover;
}

.popup-container__logo {
    text-align: center;
}

.popup-container__logo img {
    max-width: 300px;
}

.popup__form {
    position: absolute;
    width: 90%;
    max-width: 430px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
}

.popup__form:before {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px dashed #fff;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}

.popup__form .profile_submit {
    color: var(--black);
    min-width: 14.375em;
    height: 2.9375em;
    display: block;
    margin: 0 auto;
}

.popup__form__title {
    font-size: 30px;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 1em;
    border-bottom: 1px dashed var(--blue);
    font-weight: 300;
    margin-bottom: 1.5em;
}

.popup__form__line,
.popup__form__check {
    margin-bottom: 20px;
}

.popup__form__check input {
    display: none;
}

.popup__form__check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--blue);
    font-size: 14px;
    cursor: pointer;
}

.popup__form__check label:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 2.3571em;
    height: 2.3571em;
    border-radius: 50%;
    border: 1px dashed var(--blue);
    background: var(--blue-bg);
    margin-right: .5em;
}

.popup__form__text {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.popup__form__text a {
    color: var(--blue);
    text-decoration: underline;
}

.popup__form__text a:hover {
    text-decoration: none;
}

.popup__form__forgot {
    text-align: center;
    margin-top: 20px;
}

.blog__menu a.active {
    padding: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

.popup__form__forgot a {
    font-size: 16px;
    color: var(--black);
}

.popup__form__forgot a:hover {
    color: var(--blue);
}

:root {
    --green: #66cc33;
    --light-yellow: #fff9e0;
    --yellow: #ffcc00;
    --black: #1a1d22;
    --grey: #eaf0f2;
    --blue: #28abe2;
    --blue-bg: #f3fbfe;
    --main-bg: #fafafa;
    --red: #f24841;
}

html, body {
    min-height: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: "AkzidenzPro", sans-serif;
    background-color: var(--main-bg);
    color: var(--black);
}

a {
    color: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

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

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

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

.flex--wrap {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.green {
    color: var(--green);
}

.blue {
    color: var(--blue);
}

b {
    font-weight: 700;
}

.btn {
    display: block;
    font-size: 1.8rem;
    padding: 1.111em;
    width: 12.777em;
    border-radius: 1.5em;
    text-align: center;
    color: #fff;
}

.btn--green {
    background-color: var(--green);
}

.btn--blue {
    background-color: var(--blue);
}

.btn--darkblue {
    background-color: rgba(242, 72, 65, 1);
}

.btn--center {
    margin: 0 auto;
}

.btn:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.btn:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 90;
    display: none;
}

::-webkit-input-placeholder {
    font-family: "PTSans";
    font-size: 16px;
    color: var(--black);
}

::-moz-placeholder {
    font-family: "PTSans";
    font-size: 16px;
    color: var(--black);
}

/* Firefox 19+ */
:-moz-placeholder {
    font-family: "PTSans";
    font-size: 16px;
    color: var(--black);
}

/* Firefox 18- */
:-ms-input-placeholder {
    font-family: "PTSans";
    font-size: 16px;
    color: var(--black);
}

.modal-dialog {
    width: 430px;
}

@-webkit-keyframes rotate {
    0%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes rotate {
    0%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes eye {
    0%,
    35%,
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    25%,
    75% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
}

@keyframes eye {
    0%,
    35%,
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    25%,
    75% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
}

/*media*/
@media (max-width: 1600px) {
    html {
        font-size: .6vw;
    }

    .figure1 {
        max-width: 45rem;
    }

    .figure2 {
        height: 35em;
        width: 35em;
        border-radius: 10em;
    }

    .figure-white {
        width: 50em;
        height: 50em;
    }

    .service__body:before {
        width: 55em;
        height: 55em;
    }

    .figure4 {
        width: 20em;
    }
}

@media (max-width: 1366px) {
    .wave {
        right: 2.5em;
    }

    .compare__body__list li,
    .term,
    .menu li a,
    .slide__descr__text,
    .telegram__right__text,
    .period__top__right,
    .period__block__text,
    .info__descr p,
    .foot-menu li a {
        font-size: 2rem;
    }

    .reviews__item.slick-center .reviews__item__body p,
    .footer__bottom p {
        font-size: 1.4rem;
    }

    .compare {
        border-top-right-radius: 50em;
    }

    .figure4 {
        display: none;
    }

    .period__top__right label {
        font-size: 16px;
    }

    .reviews__btn {
        font-size: 18px;
    }

    .reviews-slider .slick-arrow {
        width: 30px;
        height: 30px;
        z-index: 10;
    }

    .reviews-slider .next-slide {
        right: 15px;
    }

    .reviews-slider .prev-slide {
        left: 15px;
    }

    .reviews__item.slick-center .reviews__item__top__subtitle {
        font-size: 7px;
    }

    .reviews-slider .slick-list.draggable {
        padding: 100px 0 !important;
    }

    .btn,
    .blog__inner__top__data {
        font-size: 15px;
    }

    .blog__inner__top__img h1 {
        font-size: 30px;
        max-width: 90%;
    }

    .scope__descr,
    .scope__img {
        width: 50%;
    }

    .main-window {
        width: 40%;
        margin-top: -6%;
    }

    .about-programm {
        width: 60%;
    }

    .profile__nav li a {
        font-size: 1.7rem;
    }

    .table tr td {
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {
    .logo {
        width: 200px;
    }

    .logo img {
        width: 100%;
    }

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

    .menu__btn.hide {
        opacity: 0;
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }

    .header__btn a {
        font-size: 15px;
    }

    .menu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        z-index: 100;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .menu.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .menu li {
        border-bottom: 1px solid var(--grey);
    }

    .menu li a {
        font-size: 16px;
        padding: 16px 40px;
    }

    .menu li a:before, .menu li a:after {
        display: none;
    }

    .menu li a:active {
        color: var(--blue);
    }

    .menu li .close {
        padding: 0;
        margin-right: 0;
    }

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

    .header--about .menu li a {
        color: #000;
    }

    .top-section__img {
        display: none;
    }

    .top-section__descr {
        width: 100%;
        margin-bottom: 15em;
    }

    .top-section__title {
        font-size: 48px;
    }

    .top-section__title:before {
        width: 2em;
        height: 1.1em;
        top: .25em;
        left: -.4em;
    }

    .top-section__text {
        font-size: 20px;
    }

    .wave {
        right: -3em;
    }

    .figure1 {
        display: none;
    }

    .figure1--mobile {
        display: block;
        width: 45em;
        height: 45em;
        border-radius: 10em;
        background-color: var(--blue);
        position: absolute;
        right: -10em;
        top: -5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }

    .title-block {
        margin-bottom: 40px;
    }

    .title {
        font-size: 8rem;
    }

    .subtitle {
        font-size: 4rem;
    }

    .demo {
        padding-left: 0;
        display: block;
        position: relative;
    }

    .demo__left {
        font-size: 7rem;
        width: 100%;
    }

    .demo__left .num {
        font-size: 50rem;
        position: static;
        display: block;
    }

    .demo__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 40%;
    }

    .demo__right__text {
        font-size: 6rem;
        line-height: 1.4;
    }

    .demo__right__btn {
        font-size: 4.5rem;
        width: 100%;
    }

    .service__text {
        font-size: 2.8rem;
    }

    .advantage__slide__img {
        display: none;
    }

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

    .slide__descr__title {
        font-size: 24px;
    }

    .slide__descr__text {
        font-size: 18px;
        max-width: none;
    }

    .advantage .prev-slide,
    .advantage .next-slide {
        top: 100%;
        right: auto;
    }

    .advantage {
        margin-bottom: 0;
        padding-bottom: 80px;
    }

    .advantage .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .advantage .prev-slide {
        left: calc(50% - 30px);
    }

    .advantage .next-slide {
        left: calc(50% + 30px);
    }

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

    .compare__list > li {
        width: 90%;
        max-width: 480px;
        margin-bottom: 60px;
    }

    .compare__list > li:last-child {
        margin-bottom: 0;
    }

    .compare__body {
        padding: 40px 9%;
    }

    .compare__body_title {
        font-size: 40px;
        text-align: center;
        padding-left: 0;
        margin-bottom: 50px;
    }

    .compare__body_title span {
        font-size: 24px;
    }

    .compare__body__list li,
    .telegram__right__text,
    .telegram__right__btn {
        font-size: 18px;
    }

    .compare__item__active .compare__body:before {
        width: 66px;
        height: 66px;
    }

    .compare__btn {
        font-size: 16px;
        max-width: 90%;
    }

    .telegram__left:before {
        display: none;
    }

    .telegram__right:before, .telegram__right:after {
        display: none;
    }

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

    .telegram__left, .telegram__right {
        width: 100%;
    }

    .telegram__left {
        padding: 40px;
        border-radius: 50px 50px 0 50px;
    }

    .telegram__right {
        border-radius: 0 50px 50px 50px;
        padding: 60px 40px;
    }

    .telegram__left__list li,
    .telegram__right__title,
    .buy {
        font-size: 24px;
    }

    .telegram__right__btn {
        max-width: 500px;
        margin: 0 auto;
    }

    .telegram .subtitle:after {
        width: 60px;
        height: 60px;
        top: -50px;
    }

    .term {
        font-size: 12px;
    }

    .diagramm {
        max-width: 50%;
    }

    .period__block__title {
        font-size: 30px;
    }

    .period__block__text,
    .period__block__price p {
        font-size: 18px;
    }

    .period__pro,
    .period__online__item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .period__block__price .price,
    .question__about__text,
    .question__btn {
        font-size: 24px;
    }

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

    .question__forum,
    .question__about {
        width: 100%;
    }

    .question__forum {
        margin-bottom: 30px;
    }

    .question__forum:before {
        display: none;
    }

    .question__forum:after {
        width: 40px;
        height: 40px;
    }

    .question__about__text {
        margin-bottom: 30px;
    }

    .question__forum .title-block {
        display: inline-block;
    }

    .info {
        border-top-right-radius: 0;
    }

    .info:before {
        display: none;
    }

    .info-list {
        margin: 70px 0;
    }

    .info__item {
        width: 100%;
        margin-bottom: 60px;
    }

    .info__item:last-child {
        margin-bottom: 0;
    }

    .info__top {
        position: relative;
        height: 80px;
        background-color: var(--blue);
    }

    .info__top img {
        width: auto;
        max-width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .info__link {
        font-size: 18px;
        bottom: 25px;
    }

    .info__descr {
        padding: 20px;
    }

    .info__descr p,
    .reviews__item__top__title {
        font-size: 14px;
    }

    .reviews__item__top__subtitle {
        font-size: 10px;
    }

    .reviews__item__body p {
        font-size: 14px;
    }

    .partner__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .partner__body.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .partner__question {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .partner__mail {
        font-size: 24px;
        position: relative;
    }

    .airplan {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 90px;
    }

    .blog__articles {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .blog__articles li {
        margin-bottom: 34px;
    }

    .blog__data__title h2 {
        font-size: 4rem;
    }

    .blog__data__title--lg h2 {
        font-size: 5rem;
    }

    .blog__data__title p,
    .blog__data__bottom {
        font-size: 2.4rem;
    }

    .blog__inner.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 25px;
    }

    .blog__inner__body {
        padding-right: 0;
    }

    .blog__inner__aside {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 50px;
        padding: 0 10px 0 0;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 20px 30px -10px rgba(255, 204, 0, 0.2), 0 10px 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 30px -10px rgba(255, 204, 0, 0.2), 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    }

    .blog__inner__aside.active {
        z-index: 100;
    }

    .search__block {
        padding: 0;
        background-color: transparent;
        margin-bottom: 0;
        width: 250px;
    }

    .aside__nav {
        position: relative;
    }

    .aside__nav__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        padding: 0;
        border-bottom: none;
    }

    .aside__nav__title .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
        border: 1px dashed var(--yellow);
        margin-left: 15px;
    }

    .aside__nav__title .burger span {
        background-color: #000;
    }

    .aside__nav__title.active {
        color: var(--blue);
    }

    .aside__nav__title.active .burger {
        border-color: var(--blue);
    }

    .aside__menu {
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #fff;
        width: 300px;
        padding: 30px 15px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        border-radius: 20px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .aside__menu.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .search__input {
        font-size: 14px;
    }

    .header--white {
        background-color: transparent;
    }

    .scope.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 60px;
        margin-bottom: 60px;
    }

    .scope__descr, .scope__img {
        width: 100%;
        text-align: center;
    }

    .scope__descr {
        margin-bottom: 80px;
    }

    .scope__descr p {
        max-width: 760px;
        margin: 0 auto;
    }

    .scope__img {
        padding-left: 0;
    }

    .screen {
        max-width: 760px;
        margin: 0 auto;
    }

    .about-block__body.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-window,
    .about-programm {
        width: 100%;
        max-width: 560px;
    }

    .profile__nav {
        position: relative;
        padding: 4px;
    }

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

    .profile__nav__btn.active .profile__nav__btn__text {
        color: var(--blue);
    }

    .profile__nav__btn.active .burger {
        border-color: var(--blue);
    }

    .profile__menu {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 2px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        border-radius: 20px;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        -webkit-transition: all .2s;
        transition: all .2s;
        z-index: 10;
    }

    .profile__menu.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    .profile__nav li a {
        font-size: 14px;
        display: inline-block;
        border: none;
    }

    .profile__demo__title {
        font-size: 22px;
    }

    .demo__btn {
        font-size: 24px;
    }

    .rule {
        font-size: 18px;
    }

    .system {
        font-size: 16px;
    }

    .popup__form {
        max-height: 98vh;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .service__list li {
        width: 50%;
        margin-bottom: 40px;
    }

    .service__img {
        height: 25em;
    }

    .service__text {
        font-size: 4rem;
    }

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

    .blog__articles {
        -webkit-column-count: 1;
        column-count: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blog__articles li {
        width: 49%;
        margin-bottom: 20px;
    }

    .blog__articles .blog__article__top {
        width: 100%;
    }

    .blog__articles .blog__article__top .blog__article__link {
        max-width: 400px;
        margin: 0 auto;
    }

    .blog__data__title h2 {
        font-size: 24px;
    }

    .blog__data__title--lg h2 {
        font-size: 28px;
    }

    .blog__data__title p,
    .blog__data__bottom {
        font-size: 16px;
    }

    .license__list__item {
        width: 50%;
    }
	
    .instruments__list__item {
        width: 50%;
    }	

    .license__list__title {
        font-size: 16px;
        padding: 1em .5em .8em;
    }

    .license__list__content {
        padding: 15px 15px 20px;
    }

    .license__list__content__title {
        font-size: 16px;
        padding-bottom: .8em;
    }

    .license__price {
        width: 90px;
        height: 90px;
    }

    .license__price__summa {
        font-size: 26px;
    }

    .buy__license {
        font-size: 20px;
    }

    .table thead {
        display: none;
    }

    .table tbody, .table tr, .table td {
        display: block;
    }

    .table tbody {
        padding: 10px 5px;
        border-radius: 20px;
    }

    .table tr:not(:last-child) {
        margin-bottom: 30px;
    }

    .table tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px dashed var(--blue) !important;
        border-radius: 20px;
        margin-bottom: 5px;
        background-color: #fff;
        font-size: 14px;
        padding: 15px 10px;
    }

    .table tr td:before {
        content: attr(data-label);
        color: #000;
    }

    .table tr td:after {
        display: none;
    }

    .download-file label {
        width: 100%;
        white-space: nowrap;
    }

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

    .profile__btn.flex .btn {
        margin: 0 0 10px;
    }
	
    .profile__btn.flex .profile_submit {
        margin: 0 0 10px;
    }	
}

@media (max-width: 767px) {
    .header__btn {
        background-color: transparent;
    }

    .header__btn a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 0;
        margin-left: 7px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .header__btn a span {
        display: none;
    }

    .download {
        background-image: url("../img/ico/download.png");
    }

    .download:before {
        display: none;
    }

    .enter {
        background-color: var(--green);
        background-image: url("../img/ico/user.png");
    }

    .demo__left .num {
        font-size: 55rem;
    }

    .demo__right__text {
        font-size: 5rem;
    }

    .demo__right__btn {
        font-size: 6rem;
        margin-top: 1em;
    }

    .demo__right {
        width: 60%;
        left: 30%;
        bottom: 50%;
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
    }

    .title {
        font-size: 10rem;
    }

    .subtitle {
        font-size: 7rem;
    }

    .period__top.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .term__btn {
        width: 20px;
        height: 20px;
    }

    .period__btn__item input:checked + label .term__btn {
        width: 30px;
        height: 30px;
    }

    .period__btn__line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
        height: auto;
        padding: 0;
    }

    .period__btn__item {
        width: 25%;
        margin-bottom: 35px;
    }

    .term {
        font-size: 14px;
        top: -100%;
    }

    .term__btn:before {
        width: 15px;
        height: 15px;
    }

    .period__block.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent;
    }

    .period__pro {
        background-color: var(--yellow);
        border-radius: 50px;
        margin-bottom: 70px;
    }

    .period__pro, .period__online {
        width: 100%;
    }

    .period__online {
        background-color: var(--blue);
        border-radius: 50px;
    }

    .period__online .period__block__title {
        color: #fff;
    }

    .period__online__item {
        padding-top: 0;
    }

    .period__online__item .buy {
        background-color: var(--yellow);
    }

    .period__online__item:before {
        display: none;
    }

    .reviews__btn {
        font-size: 14px;
    }

    .reviews__item {
        padding: 15px;
    }

    .avatar {
        width: 25px;
        height: 25px;
    }

    .blog__data__title h2 {
        font-size: 20px;
    }

    .blog__data__title p {
        font-size: 14px;
    }

    .search__block {
        width: 200px;
    }

    .search__line {
        padding: 4px;
        height: 51px;
    }

    .search__line .btn {
        width: 60px;
        font-size: 12px;
        top: 3px;
        right: 4px;
    }

    .search__input {
        width: calc(100% - 65px);
        height: 36px;
    }

    .blog__inner__option.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 20px;
    }

    .share {
        margin-top: 40px;
    }

    .scope.flex {
        padding-top: 30px;
    }

    .scope__descr h1 {
        font-size: 42px;
    }

    .about-programm__item {
        width: 100%;
        margin-bottom: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pay-system.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pay-system.flex li {
        width: 30%;
        height: 100px;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        margin-bottom: 10px;
    }

    .pay-system.flex a {
        width: 30%;
        height: 100px;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        margin-bottom: 10px;
    }

    .pay-system.flex img {
        width: 109px;
    }

    .profile__form__line {
        width: 100%;
    }

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

    .profile__form__btn__mail {
        width: 90%;
        margin-bottom: 30px;
    }

    .profile_submit {
        margin: 0 auto;
    }

    .popup__form {
        padding: 20px 10px;
    }

    .popup__form:before {
        display: none;
    }

    .popup__form__title {
        font-size: 20px;
        margin-bottom: 1em;
        padding-bottom: .7em;
    }

    .popup__form__line {
        margin-bottom: 15px;
    }

    .popup__form__line .profile__input {
        height: 40px;
    }

    .popup-container__logo img {
        width: 180px;
    }
}

@media (max-width: 545px) {
    .blog__data__title h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .blog__data__title h2 {
        font-size: 20px;
    }

    .top-section__title {
        font-size: 36px;
    }

    .top-section__title:before {
        width: 4em;
        height: 2.1em;
        top: -.35em;
    }

    .top-section__text {
        font-size: 18px;
    }

    .demo__right__text {
        font-size: 6rem;
    }

    .service__img {
        height: 35em;
    }

    .service__text {
        font-size: 7rem;
    }

    .service__body {
        border-radius: 10em;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

    .telegram .subtitle br,
    .period .subtitle br {
        display: none;
    }

    .telegram .subtitle:after {
        right: 50px;
    }

    .telegram__left {
        padding: 30px 20px;
    }

    .telegram__left__list li {
        font-size: 18px;
    }

    .telegram__right__title {
        font-size: 20px;
    }

    .telegram__right {
        padding: 30px 20px;
    }

    .telegram__right__text {
        font-size: 16px;
    }

    .period__block__text {
        line-height: 1.4;
    }

    .title {
        font-size: 26px;
    }

    .subtitle,
    .question__btn {
        font-size: 18px;
    }

    .question__forum, .question__about {
        border-radius: 50px;
    }

    .question__forum:after {
        display: none;
    }

    .partner {
        margin-bottom: 40px;
    }

    .reviews-slider .slick-list.draggable {
        padding: 50px 0 !important;
    }

    .foot-menu.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .foot-menu li a {
        font-size: 14px;
        white-space: nowrap;
    }

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

    .foot__phone a {
        font-size: 16px;
    }

    .footer {
        padding-top: 35px;
    }

    .foot__logo {
        display: block;
        width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .foot__logo img {
        width: 100%;
    }

    .footer__bottom p {
        font-size: 12px;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .footer__bottom.flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .footer__bottom:after,
    .service__body:before {
        display: none;
    }

    .compare .title-block,
    .advantage__slider .title-block {
        margin-bottom: 30px;
    }

    .period__top__right label:before {
        margin-right: .5em;
    }

    .blog__articles li {
        width: 100%;
    }

    .blog__data__title {
        padding: 0 15px;
    }

    .blog__data__bottom {
        padding: 10px 15px;
    }

    .blog__menu li {
        margin: 0 10px 10px 0;
    }

    .blog__menu li a {
        border-color: var(--blue);
    }

    .blog__banner {
        display: none;
    }

    .blog__menu {
        padding: 30px 0;
    }

    .license__list__item {
        width: 100%;
    }
	
    .instruments__list__item {
        width: 100%;
    }	

    .pay-system.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pay-system.flex li {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        width: 48%;
        height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .pay-system.flex a {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        width: 48%;
        height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 460px) {
    .aside__nav {
        display: none;
    }

    .modal-dialog {
        width: auto;
    }

    .search__block {
        width: 100%;
    }

    .blog__inner__aside {
        padding-right: 0;
    }

    .blog__inner__option.flex {
        padding-left: 10px;
    }

    .author {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .author__img {
        width: 80px;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .author__img img {
        width: 100%;
    }

    .share {
        margin-top: 15px;
    }

    .blog__inner__option.flex {
        padding-top: 0;
        padding-right: 10px;
    }

    .author__title {
        padding-right: 10px;
    }

    .blog__inner__top__menu.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog__inner__top__menu.flex li {
        margin-bottom: 10px;
    }

    .blog__inner__top__menu li a {
        font-size: 16px;
    }

    .blog__inner__top__img h1 {
        font-size: 24px;
    }

    .blog__inner__text {
        padding: 20px 15px;
    }

    .blog__inner__text h2 {
        font-size: 22px;
    }

    .blog__inner__text p {
        font-size: 18px;
    }

    .blog__inner__text p img, .blog__inner__text div img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .menu__btn {
        width: 40px;
        height: 40px;
        padding: 3px;
    }

    .menu__btn__text {
        display: none;
    }

    .burger {
        width: 34px;
        height: 34px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .header__btn a {
        width: 40px;
        height: 40px;
    }

    .airplan {
        display: none;
    }

    .notice {
        margin-left: 0;
        padding: 20px 15px;
    }

    .notice:before {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 30px;
        height: 32px;
    }

    .table tr td {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
    }

    .table tr td:before {
        display: block;
        margin-bottom: 10px;
    }

    .pay-system.flex li {
        height: 75px;
    }

    .pay-system.flex a {
        height: 75px;
        margin-right: unset;
        margin-left: 10px;
    }

    .pay-system.flex img {
        width: 107px;
    }


    .programm__data li,
    .referal__input {
        font-size: 15px;
    }

    .programm__data li {
        padding-left: 0;
        padding-right: 0;
    }

    .change {
        font-size: 12px;
    }

    .profile__form__btn__mail {
        width: 100%;
    }

    .profile__form__btn__mail label {
        font-size: 14px;
    }

    .popup-container__logo img {
        width: 100px;
    }
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
    position: absolute;
    right: 0;
    z-index: 500;
}

.profile_submit {
    display: inline-block;
}

.popup__form__title {
    padding-top: 1em;
}

.help-block-error {
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
}

.has-error .profile__input {
    border: 1px dashed red;
}

.popup__form__check label.checked::before {
    border: 1px dashed green;
    background: var(--blue-bg);
}




/*# sourceMappingURL=style.css.map */