@font-face {
    font-family: 'Roboto Regular';
    src: url("../fonts/Roboto-Regular.html");
}

@font-face {
    font-family: 'Roboto Black';
    src: url("../fonts/Roboto-Black.html");
}

@font-face {
    font-family: 'Roboto Bold';
    src: url("../fonts/Roboto-Bold.html");
}

@font-face {
    font-family: 'Roboto Light';
    src: url("../fonts/Roboto-Light.html");
}

@font-face {
    font-family: 'Roboto Medium';
    src: url("../fonts/Roboto-Medium.html");
}

@font-face {
    font-family: 'Roboto Italic';
    src: url("../fonts/Roboto-Italic.html");
}

@font-face {
    font-family: 'Roboto Regular';
    src: url("../fonts/Roboto-Regular.html");
}

@font-face {
    font-family: 'Roboto Black';
    src: url("../fonts/Roboto-Black.html");
}

@font-face {
    font-family: 'Roboto Bold';
    src: url("../fonts/Roboto-Bold.html");
}

@font-face {
    font-family: 'Roboto Light';
    src: url("../fonts/Roboto-Light.html");
}

@font-face {
    font-family: 'Roboto Medium';
    src: url("../fonts/Roboto-Medium.html");
}

@font-face {
    font-family: 'Roboto Italic';
    src: url("../fonts/Roboto-Italic.html");
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
}

body {
    font-family: "Roboto Regular";
    background: #fff;
    color: #787878;
    line-height: 1.2;
}

.stroke1 {
    display: inline-block;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0px 10px;
}

.button__blackLat {
    font-family: "Roboto Black";
    font-size: 26px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e1e1e;
    border-radius: 42px;
    background: #faa61a;
    -webkit-box-shadow: 0px 4px 0px #ffbf54, 1px 36px 44px -30px #ffbf54;
    box-shadow: 0px 4px 0px #ffbf54, 1px 36px 44px -30px #ffbf54;

    background: -webkit-gradient(linear, left top, right top, from(#faa61a), color-stop(12%, #ffbc4b), color-stop(24%, #ffc25c), color-stop(41%, #ffca72), color-stop(62%, #ffca72), color-stop(83%, #ffbc4b), color-stop(99%, #faa61a));
    background: linear-gradient(to right, #faa61a 0%, #ffbc4b 12%, #ffc25c 24%, #ffca72 41%, #ffca72 62%, #ffbc4b 83%, #faa61a 99%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa61a', endColorstr='#faa61a', GradientType=1);

    position: relative;
}

.button__blackLat:after {
    content: "";
    width: 80%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    position: absolute;
    bottom: 0px;
}

.button__blackLat:hover {
    background: #ff9c35;

    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff9c35), color-stop(12%, #ffae4d), color-stop(25%, #ffc768), color-stop(45%, #ffcb76), color-stop(61%, #ffcb76), color-stop(79%, #ffae4d), color-stop(99%, #ff9c35));
    background: linear-gradient(to right, #ff9c35 1%, #ffae4d 12%, #ffc768 25%, #ffcb76 45%, #ffcb76 61%, #ffae4d 79%, #ff9c35 99%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c35', endColorstr='#ff9c35', GradientType=1);

    -webkit-box-shadow: 0px 4px 0px #ff9230;
    box-shadow: 0px 4px 0px #ff9230;
}

.button__blackLat.go_form {
    width: 280px;
    cursor: pointer;
}

.show-btn {
    height: 30px;
    border-radius: 20px;
    width: 30px;
    cursor: pointer;
    background: url("../images/plus.png") no-repeat center;
    background-color: #faa61a;
    -webkit-box-shadow: 0px 0px 0px 5px #f0fafb;
    box-shadow: 0px 0px 0px 5px #f0fafb;
    margin: 15px auto 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.rotate {
    background: #faa61a url("../images/minus.png") no-repeat center;
}
/* Header */
header{
    background: black;
    color: white;
    padding: 12px 0;
    position: sticky;
    top:0;
    width: 100%;
    z-index: 9;
    /* height: 60px; */
}
header a, .nav-link{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 5px 20px;
}
.nav-link:hover{
    color: #ff00f8;
}
.nav-brand{
    font-family: "Roboto Regular";
    line-height: .9;
    font-size: 14px;
}
.nav-brand b{
    font-family: "Roboto Black";
    display: block;
    font-size: 125%;
}
.block1 {
    background: #ecfbfc;
    width: 100%;
    /* margin-top: 60px; */
}

.block1 .wrapper {
    background: url("../images/window_bgn.png") no-repeat 361px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block1__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 47%;
    position: relative;
}

.block1__left__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block1__left__header__logo {
    width: 117px;
    height: 33px;
}

.block1__left__header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
}

.block1__left__header__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #323232;
    font-family: "Roboto Medium";
    font-size: 19px;
    border-bottom: 1px solid #dfdfdf;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.block1__left__header__item a:hover {
    border-bottom: 1px solid transparent;
}

.block1__left__header__item img {
    height: 22px;
    margin-left: 11px;
}

.block1__left__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 25px;
}

.block1__left__title h1 {
    color: #000;
    font-size: 70px;
    font-family: "Roboto Black";
}

.block1__left__title h1 span {
    color: #faa61a;
}

.block1__left__title h2 {
    font-size: 46px;
    color: #92278f;
    font-family: "Roboto Black";
    margin-top: -20px;
}
html:lang(ro) .block1__left__title h2 {
    font-size: 36px;
}
.block1__left__title p {
    font-size: 18px;
    color: #242424;
    margin-top: 23px;
}

.block1__left__title .tooltip {
    position: absolute;
    font-size: 15px;
    color: #242424;
    font-family: "Roboto Italic";
    right: -58px;
    top: -42px;
}

.block1__left__title .tooltip:before {
    width: 59px;
    height: 43px;
    content: '';
    background: url("../images/arrow_tooltip.png") center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -77px;
    top: 2px;
}
._footer .block1__left__title {
    text-align: center;
}
._footer .button__blackLat.go_form {
    margin: 0 auto 30px;
}
.block1__left__pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 20px;
    margin-top: 110px;
}

.block1__left__pack .block1__left__pack__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    left: 0px;
    top: 26px;

    margin-bottom: 30px;
}

.block1__left__pack .block1__left__pack__inner .center {
    background: url("../images/prod.png") center no-repeat;
    background-size: contain;
    width: 331px;
    height: 325px;
    position: relative;
    top: -70px;

    top: -20px;
    left:-30px;
}

/* Remove when form is fixed - from here*/
/* #order{
    display: none;
}
.block1__left__pack {
    margin-top: 0;
    justify-content: center;
}
.block1__left__pack .block1__left__pack__inner .center {
    width: 500px;
    height: 400px;
} */
/* Remove - to here */

.block1__left__pack .block1__left__pack__sashe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 32px;
}

.block1__left__pack .block1__left__pack__sashe li {
    color: #faa61a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    line-height: 1;
}

.block1__left__pack .block1__left__pack__sashe li:last-child {
    color: #942b91;
    margin-top: -4px;
}

.block1__left__pack .block1__left__pack__sashe li:last-child span {
    background: rgba(148, 43, 145, 0.78);
}

.block1__left__pack .block1__left__pack__sashe li span {
    color: #fff;
    background: #faa61a;
    border-radius: 50%;
    height: 31px;
    width: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    margin-right: 7px;
}

.block1__left__pack .button__blackLat:after {
    left: calc(50% - 110px);
}

.block1__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 52%;
    background: url("../images/keto-body.png") 1px 0 no-repeat;
    background-size: 85% auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block1__right .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block1__right .left li {
    width: 156px;
    position: relative;
}

.block1__right .left li:nth-child(1) {
    width: 151px;
    top: -62px;
}

.block1__right .left li:nth-child(2) {
    width: 125px;
    top: 8px;
    left: -27px;
}

.block1__right .left li:after {
    content: '';
    background: #faa61a url("../images/point.png") center no-repeat;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    display: block;
    right: -32px;
    top: 45px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
}

.block1__right .left li p {
    padding: 10px 0px;
    color: #212121;
    font-size: 20px;
    border-bottom: 1px dashed #afbbbd;
    font-family: "Roboto Black";
    line-height: 1;
}

.block1__right .left li .text {
    font-size: 15px;
    color: #7b7b7b;
    padding: 10px 0px;
    display: block;
}

.block1__right .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block1__right .right li {
    width: 156px;
    position: relative;
    text-align: right;
}

.block1__right .right li:nth-child(1) {
    top: 172px;
    width: 177px;
    left: -50px;
}

.block1__right .right li:nth-child(2) {
    top: 80px;
    width: 189px;
    left: -20px;
}

.block1__right .right li:nth-child(3) {
    top: 14px;
    width: 168px;
}

.block1__right .right li:before {
    content: '';
    background: #faa61a url("../images/point.png") center no-repeat;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: -32px;
    top: 45px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
}

.block1__right .right li p {
    padding: 10px 0px;
    color: #212121;
    font-size: 20px;
    border-bottom: 1px dashed #afbbbd;
    font-family: "Roboto Black";
    line-height: 1;
}

.block1__right .right li .text {
    font-size: 15px;
    color: #7b7b7b;
    padding: 10px 0px;
    display: block;
}

.adaptive__block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block1__left__pack__adaptive {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 20px;
}

.block1__left__pack__adaptive .block1__left__pack__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    left: -36px;
    top: 26px;
}

.block1__left__pack__adaptive .block1__left__pack__sashe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 32px;
}

.block1__left__pack__adaptive .block1__left__pack__sashe li {
    color: #faa61a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    line-height: 1;
}

.block1__left__pack__adaptive .block1__left__pack__sashe li:last-child {
    color: #942b91;
    margin-top: -4px;
}

.block1__left__pack__adaptive .block1__left__pack__sashe li:last-child span {
    background: rgba(148, 43, 145, 0.78);
}

.block1__left__pack__adaptive .block1__left__pack__sashe li span {
    color: #fff;
    background: #faa61a;
    border-radius: 50%;
    height: 31px;
    width: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    margin-right: 7px;
}

.block1__left__pack__adaptive .button__blackLat {
    position: absolute;
    bottom: 27px;
    right: -24px;
    cursor: pointer;
}

.block1__left__pack__adaptive .button__blackLat:after {
    left: calc(50% - 110px);
}

.block2 {
    background: #fff;
    width: 100%;
}
.bg-benefits{
    background: url("../images/bg-benefits.jpg") center bottom;
    background-size: contain;
    background-repeat: no-repeat ;
    padding-bottom: 80px;
}
.block2 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 85px 10px 0px;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block2 .wrapper h1 {
    color: #1e1e1e;
    text-align: center;
    font-family: "Roboto Black";
    font-size: 45px;
    margin-bottom: 25px;
    position: relative;
}
.block2 .wrapper h1 .color-1{
    color: #92278f;
}
.block2 .wrapper h1 :before {
    width: 59px;
    height: 43px;
    content: '';
    background: url("../images/arrow_tooltip1.png") center no-repeat;
    background-size: contain;
    display: none;
    position: absolute;
    left: 73px;
    top: 84px;
}

.block2__wikipedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.block2__wikipedia img {
    width: 109px;
    height: 124px;
}

.block2__wikipedia .block2__wikipedia__text {
    width: 82%;
}

.block2__wikipedia .block2__wikipedia__text p {
    margin-bottom: 19px;
    font-size: 18px;
    color: #787878;
    line-height: 1.5;
}

.block2__wikipedia .block2__wikipedia__text p .wiki_bold {
    font-size: 20px;
    font-family: "Roboto Medium";
    color: #1e1e1e;
}

.block2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.block2__list .left {
    border: 1px solid #dadada;
    border-radius: 8px;
    position: relative;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block2__list .left .block2__list__imgtop {
    background: #fff;
    position: absolute;
    top: -43px;
}

.block2__list .left ul {
    margin-top: 43px;
}

.block2__list .left ul li {
    color: #1e1e1e;
    font-size: 19px;
    position: relative;
    line-height: 2;
    font-family: "Roboto Medium";
}

.block2__list .left ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    left: -22px;
    top: 16px;
    height: 4px;
    background: #da4916;
}

.block2__list .left p {
    color: #da4916;
    font-size: 22px;
    font-family: "Roboto Medium";
    margin: 27px 0px 44px;
}

.block2__list .right {
    border: 1px solid #dadada;
    background: white;
    border-radius: 8px;
    position: relative;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block2__list .right .block2__list__imgtop {
    background: #fff;
    position: absolute;
    top: -43px;
}

.block2__list .right ul {
    margin-top: 43px;
}

.block2__list .right ul li {
    color: #1e1e1e;
    font-size: 19px;
    position: relative;
    line-height: 2;
    font-family: "Roboto Medium";
}

.block2__list .right ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    left: -22px;
    top: 16px;
    height: 4px;
    background: #689c41;
}

.block2__list .right p {
    color: #689c41;
    font-size: 22px;
    font-family: "Roboto Medium";
    margin: 27px 0px 44px;
}

.block3__around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: -38px;
}

.block3__around .button__blackLat {
    margin-top: -38px;
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    z-index: 3;
}

.block3__around .button__blackLat:after {
    left: 10%;
}

.block3 {
    background: url("../images/window_bgn3.png");
    background-color: #ecfbfc;
    overflow: hidden;
    width: 100%;
}

.block3 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 56px;
}

.block3 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block3 .wrapper h1 .blackLat {
    color: #92278f;
}

.block3 .wrapper h1 .blackLat .blackLat-y {
    color: #faa61a;
}

.block3__courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.block3__courses .left {
    background: url("../images/before.png") no-repeat;
    height: 624px;
    width: 493px;
    background-size: contain;
    position: absolute;
    left: -103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block3__courses .left p {
    font-size: 38px;
    color: #bad6ec;
    position: relative;
    font-family: "Roboto Bold";
    top: 149px;
    right: 16px;
}

.block3__courses .right {
    background: url("../images/after.png") no-repeat;
    height: 625px;
    width: 487px;
    background-size: contain;
    position: absolute;
    right: -97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block3__courses .right p {
    font-size: 38px;
    color: #bad6ec;
    position: relative;
    font-family: "Roboto Bold";
    top: 149px;
    right: 29px;
}

.block3__courses .center {
    width: 538px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block3__courses .center h2 {
    color: #737373;
    font-size: 20px;
    text-align: center;
    font-family: "Roboto Medium";
    line-height: 1.5;
    font-weight: normal;
    width: 100%;
}

.block3__courses .center .block3__center__checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px 0px 20px;
    position: relative;
    left: 43px;
}

.block3__courses .center .block3__center__checks .item {
    font-size: 20px;
    color: #212121;
    font-family: "Roboto Bold";
    position: relative;
    width: 187px;
    margin: 38px 58px 0px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block3__courses .center .block3__center__checks .item:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/check.png") center no-repeat;
    height: 30px;
    width: 30px;
    left: -39px;
    top: 5px;
}

.block3__courses .center .block3__center__packs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block3__courses .center .block3__center__packs img {
    max-width: 260px;
    margin-top: 40px;
}

.block3__courses .center .block3__center__packs .left__pack .tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block3__courses .center .block3__center__packs .left__pack .tooltip p {
    color: #faa61a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    line-height: 1;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 131px;
    padding-left: 18px;
    -webkit-box-shadow: -2px 5px 7px 2px #d5edef7a;
    box-shadow: -2px 5px 7px 2px #d5edef7a;
    border-radius: 5px;
    position: relative;
    right: -12px;
    top: 46px;
    font-family: "Roboto Bold";
}

.block3__courses .center .block3__center__packs .left__pack .tooltip p:after {
    content: '';
    display: block;
    border: 20px solid transparent;
    border-left: 32px solid #fff;
    position: absolute;
    right: -36px;
    top: 6px;
}

.block3__courses .center .block3__center__packs .left__pack .tooltip p span {
    color: #fff;
    background: #faa61a;
    border-radius: 50%;
    height: 37px;
    width: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    margin-right: 7px;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip p {
    color: #942b91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    line-height: 1;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    font-family: "Roboto Bold";
    width: 128px;
    padding-left: 23px;
    -webkit-box-shadow: -2px 5px 7px 2px #d5edef7a;
    box-shadow: -2px 5px 7px 2px #d5edef7a;
    border-radius: 5px;
    position: relative;
    right: -51px;
    top: 167px;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip p:after {
    content: '';
    display: block;
    border: 20px solid transparent;
    border-left: 32px solid #fff;
    position: absolute;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -36px;
    top: 6px;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip p span {
    color: #fff;
    background: #942b91;
    border-radius: 50%;
    height: 37px;
    width: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    margin-right: 7px;
}

.block3__courses .center .button__blackLat {
    position: absolute;
    bottom: -86px;
    left: 51px;
    width: 422px;
    cursor: pointer;
    z-index: 3;
}

.block4 {
    background: #fff;
    width: 100%;
    z-index: 1;
}

.block4 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 92px;
}

.block4 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block4 .wrapper h1 .blackLat {
    color: #faa61a;
}

.block4 .wrapper h1 .blackLat .blackLat-y {
    color: #92278f;
}

.block4__usage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block4__usage p {
    color: #737373;
    font-size: 20px;
    font-family: "Roboto Medium";
    margin-top: 32px;
    text-align: center;
    line-height: 1.5;
}

.block4__usage h2 {
    font-family: "Roboto Bold";
    color: #1e1e1e;
    font-size: 24px;
    margin-top: 34px;
}

.block4__usage .block4__usage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 25px;
}

.block4__usage .block4__usage__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 269px;
    position: relative;
}

.block4__usage .block4__usage__items .item:after {
    background: #efefef;
    width: 1px;
    position: absolute;
    display: block;
    height: 82%;
    top: 0;
    content: '';
    right: -13px;
}

.block4__usage .block4__usage__items .item:last-child:after {
    width: 0px;
}

.block4__usage .block4__usage__items .item img {
    height: 140px;
}

.block4__usage .block4__usage__items .item h4 {
    font-size: 18px;
    color: #212121;
    font-family: "Roboto Medium";
    margin-top: 12px;
}

.block4__usage .block4__usage__items .item .text-container {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 0px;
    -webkit-transition: 1s;
    transition: 1s;
    font-family: "Roboto Regular";
    width: 269px;
    margin-top: 5px;
}

.block4__usage .block4__usage__items .item .show {
    height: 128px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.block4__usage .block4__text {
    font-size: 18px;
    color: #787878;
    font-family: "Roboto Regular";
    margin-bottom: 20px;
    width: 100%;
}

.block4__usage h4 {
    color: #1e1e1e;
    font-size: 20px;
    font-family: "Roboto Medium";
    text-align: center;
}

.block4__usage h4 .blackLat {
    color: #faa61a;
}

.block4__usage h4 .blackLat .blackLat-y {
    color: #92278f;
}

.block5 {
    background: #ecfbfc;
    width: 100%;
    z-index: 1;
    background: #ecfbfc url("../images/window_bgn4.png") no-repeat left;
    background-size: contain;
    padding:70px 0;
}
.block5 h1,
.block5 h2{
    text-align: left;
}

.block5 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 0px;
}

.block5 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color:#1e1e1e;
   
}
.block5 .wrapper h1.color-1{
    color:#92278f;
    line-height: .7;
    margin-bottom: 0;
    font-size: 70px;
}
.block5 .wrapper h1 .blackLat {
    color: #faa61a;
}

.block5 .wrapper h1 .blackLat .blackLat-y {
    color: #92278f;
}

.block5 .wrapper h2 {
    color: #737373;
    font-size: 20px;
    font-family: "Roboto Medium";
    margin-bottom: 32px;
    line-height: 1.5;
}

.block5 ul li{
    margin-bottom: 15px;
    position: relative;
}
.block5 ul li::before{
    content: " ";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #92278f;
    position: absolute;
    left: -20px;
    top:calc(50% - 4px)

}
.focus_result_list li {
    font-size: 18px;
    color: #868686;
    line-height: 1.25;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.focus_result_list li:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #868686;
}

.block5__publish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.block5__publish .left {
    background: url("../images/woman_journal.png") no-repeat 0px 56px;
    height: 814px;
    width: 430px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block5__publish .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 690px;
    margin-top: 61px;
    padding-bottom: 48px;
}

.block5__publish .right .show-btn {
    margin: 12px 0;
}

.block5__publish .right h3 {
    font-size: 20px;
    color: #1e1e1e;
}

.block5__publish .right h3 span {
    font-family: "Roboto Black";
}

.block5__publish .right .massage {
    font-size: 18px;
    color: #202020;
    font-family: "Roboto Italic";
    background: #e0f2f3;
    padding: 21px 19px 23px 35px;
    position: relative;
    margin: 25px 0 9px;
    width: 635px;
    line-height: 1.5;
}

.block5__publish .right .massage:after {
    height: 15px;
    width: 23px;
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: 59px;
    background: url("../images/kavicki.png") no-repeat center;
}

.block5__publish .right .massage:before {
    content: '';
    background: url("../images/massage_thing.png") center no-repeat;
    display: block;
    width: 29px;
    height: 17px;
    position: absolute;
    left: -23px;
    top: 41px;
}

.block5__publish .right .block5__publish__text {
    color: #737373;
    font-size: 18px;
    line-height: 1.5;
    height: 494px;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
}

.block5__publish .right .block5__publish__text p {
    margin-top: 14px;
}

.block5__publish .right .block5__publish__text .boldtext {
    font-family: "Roboto Medium";
    color: #1f1f1f;
}

.block5__publish .right .block5__publish__text.show:before {
    display: none !important;
}

.block5__publish .right .show {
    height: 604px;
}

.block6 {
    background: #fff;
    width: 100%;
    z-index: 1;
    padding-bottom: 73px;
}

.block6 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 0px;
}

.block6 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block6 .wrapper h1 .blackLat {
    color: #faa61a;
}

.block6 .wrapper h1 .blackLat .blackLat-y {
    color: #92278f;
}

.block6 .wrapper h2 {
    color: #737373;
    font-size: 20px;
    font-family: "Roboto Medium";
    margin-top: 32px;
    text-align: center;
    line-height: 1.5;
}

.block6__focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #dadada;
    padding-bottom: 46px;
    position: relative;
}

.block6__focus:before {
    position: absolute;
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    bottom: -10px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background: #fff;
}

.block6__focus .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dadada;
    padding: 20px 8px 18px 20px;
    border-radius: 10px;
    margin-top: 34px;
    width: 366px;
}

.block6__focus .left p {
    color: #868686;
    font-size: 20px;
    line-height: 1.5;
}

.block6__focus .left p:nth-child(2) {
    padding-bottom: 16px;
    margin-bottom: 11px;
    position: relative;
}

.block6__focus .left p:nth-child(2):after {
    position: absolute;
    content: '';
    background: #dadada;
    height: 1px;
    width: 94%;
    display: block;
    top: 45px;
}

.block6__focus .left p:nth-child(3) {
    margin-bottom: 14px;
}

.block6__focus .left p .medium-text {
    color: #000000;
    font-family: "Roboto Medium";
}

.block6__focus .left p .bold-text {
    color: #000000;
    font-family: "Roboto Black";
}

.block6__focus .left .block6__focus__text {
    font-size: 18px;
    margin-bottom: 10px;
}

.block6__focus .center {
    background: url("../images/man.png") no-repeat center;
    width: 225px;
    height: 437px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 39px;
}

.block6__focus .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}
.block6__focus .right.table{
    width: auto;
}

.block6__focus .right .block6__right__text {
    color: #1e1e1e;
    font-size: 18px;
    font-family: "Roboto Medium";
    margin-bottom: 13px;
    margin-top: 28px;
}

.pro1 {
    background: url("../images/lines.png") left;
    width: 500px;
    height: 53px;
    border-radius: 10px;
    background-repeat: repeat-y;
    background-color: orange;
    background-position-y: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 92%;
}

.pro2, .pro3, .pro4 {
    background: url("../images/dashed.png") left;
    width: 500px;
    height: 53px;
    border-radius: 10px;
    background-repeat: repeat-y;
    background-color: orange;
    background-position-y: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro2 {
    background-size: 90.8%;
}

.pro3 {
    background-size: 94%;
}

.pro4 {
    background-size: 96%;
}

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

.progress__bgn p {
    font-size: 18px;
    font-family: "Roboto Medium";
    color: #fff;
}

.pro11 {
    font-size: 23px;
    font-family: "Roboto Black";
    color: #fff;
    margin-right: 6px;
    margin-left: 23px;
}

.block6__diagramm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
}

.block6__diagramm h3 {
    font-family: "Roboto Black";
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

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

.block6__diagramm .block6__diagramm__inner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.block6__diagramm .block6__diagramm__inner .line_x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block6__diagramm .block6__diagramm__inner .line_x p {
    color: #000;
    font-family: "Roboto Medium";
    font-size: 18px;
    margin-left: 75px;
    margin-top: -48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block6__diagramm .block6__diagramm__inner .line_x p:before {
    width: 13px;
    position: absolute;
    height: 13px;
    border-radius: 50%;
    background: #faa61a;
    content: '';
    display: block;
    left: -25px;
}

.block6__diagramm .block6__diagramm__inner .line_x p:first-child:before {
    background: #faa61a;
}
.block6__diagramm .block6__diagramm__inner .line_x p:nth-child(2):before{
    background: #B2D6D5;
}
.block6__diagramm .block6__diagramm__inner .line_x p:nth-child(3):before{
background: #DE9292;
}
.block6__diagramm .block6__diagramm__inner .line_x p:nth-child(4):before{
background: #D0D0D0;
}
.block7 {
    background: url("../images/window_bgn3.png");
    background-color: #ecfbfc;
    overflow: hidden;
    width: 100%;
}

.block7 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 55px;
}

.block7 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block7 .wrapper h1 .blackLat {
    color: #92278f;
}

.block7 .wrapper h1 .blackLat .blackLat-y {
    color: #faa61a;
}

.block7 .wrapper h2 {
    color: #737373;
    font-size: 20px;
    font-family: "Roboto Medium";
    margin-top: 32px;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
}

.block7__course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 42px;
}

.block7__course .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    margin: 0 auto;
}

.block7__course .left .course_list li {
    color: #878787;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.block7__course .left .left__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block7__course .left .left__img .left__img__top:after {
    border-bottom: 1px dashed #b6c1c2;
    content: '';
    display: block;
    position: absolute;
    width: 97%;
    height: 1px;
    top: 55px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.block7__course .left .left__img .left__img__bottom {
    background: url("../images/prod.png") no-repeat center;
    width: 348px;
    height: 342px;
    background-size: contain;
}

.block7__course .left .left__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 40px;
    width: 100%;
}

.block7__course .left .left__text h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 22px;
    color: #000;
    font-family: "Roboto Medium";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.block7__course .left .left__text h4 img {
    background: #fff;
    margin-left: 29px;
    padding: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 7px 0px #def3f5;
    box-shadow: 0px 5px 7px 0px #def3f5;
}

.block7__course .left .left__text p {
    color: #878787;
    font-size: 18px;
    line-height: 1.3;
}

.block7__course .left .left__text h5 {
    font-size: 18px;
    color: #1e1e1e;
    margin: 23px 0px;
}

.block7__course .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 51%;
    margin-left: -22px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.block7__course .right .right__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block7__course .right .right__img .right__img__top:after {
    border-bottom: 1px dashed #b6c1c2;
    content: '';
    display: block;
    position: absolute;
    width: 97%;
    height: 1px;
    top: 55px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.block7__course .right .right__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 18px;
    width: 100%;
}

.block7__course .right .right__text h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 22px;
    color: #000;
    font-family: "Roboto Medium";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.block7__course .right .right__text h4 span {
    background: #fff;
    margin-left: 29px;
    padding: 10px 9px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 7px 0px #def3f5;
    box-shadow: 0px 5px 7px 0px #def3f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block7__course .right .right__text p {
    color: #878787;
    font-size: 18px;
    line-height: 1.3;
}

.block7__course .right .right__text h5 {
    font-size: 18px;
    color: #1e1e1e;
    margin: 23px 0px;
}

.block8 {
    background: #fff;
    width: 100%;
    z-index: 1;
}

.block8 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 92px;
}

.block8 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block8 .wrapper h1 .blackLat {
    color: #faa61a;
}

.block8 .wrapper h1 .blackLat .blackLat-y {
    color: #92278f;
}

.block8__usage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 19px;
}

.block8__usage__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 269px;
    position: relative;
}

.block8__usage__items .item:after {
    background: white;

    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(27%, #efefef), color-stop(67%, #efefef), to(white));
    background: linear-gradient(to bottom, white 0%, #efefef 27%, #efefef 67%, white 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);

    width: 1px;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    content: '';
    right: -13px;
}

.block8__usage__items .item:last-child:after {
    width: 0px;
}

.block8__usage__items .item img {
    margin-bottom: -3px;
}

.block8__usage__items .item h4 {
    font-size: 20px;
    color: #212121;
    font-family: "Roboto Medium";
    margin-top: 12px;
    text-align: center;
    margin-bottom: 4px;
}

.block8__usage__items .item .text-container {
    text-align: center;
    font-size: 17px;
    overflow: hidden;
    line-height: 1.5;
    margin-top: 0px;
    -webkit-transition: 1s;
    transition: 1s;
    font-family: "Roboto Regular";
    width: 227px;
}

.block8__usage__items .item .show {
    height: 281px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.block9 {
    background: url("../images/window_bgn3.png");
    background-color: #ecfbfc;
    width: 100%;
}

.block9 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px 55px;
}

.block9 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block9 .wrapper h1 .blackLat {
    color: #92278f;
}

.block9 .wrapper h1 .blackLat .blackLat-y {
    color: #faa61a;
}

.block9 .wrapper h2 {
    color: #737373;
    font-size: 20px;
    font-family: "Roboto Medium";
    margin-top: 22px;
    margin-bottom: -12px;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
}

.block9 .wrapper .button__blackLat {
    width: auto;
    padding: 0 20px;
    margin-top: 35px;
    cursor: pointer;
    z-index: 1;
}

.block9 .wrapper .button__blackLat:after {
    left: 10%;
}

.block9__usage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 19px;
}

.block9__usage__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 285px;
    position: relative;
    margin: 0 39px;
}

.block9__usage__items .item img {
    margin-bottom: -3px;
}

.block9__usage__items .item h4 {
    font-size: 20px;
    color: #212121;
    font-family: "Roboto Bold";
    margin-top: 19px;
    text-align: center;
    margin-bottom: 6px;
    width: 100%;
}

.block9__usage__items .item h5 {
    font-family: "Roboto Medium";
    color: #212121;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
}

.block9__usage__items .item .text-container {
    text-align: center;
    font-size: 18px;
    height: 166px;
    overflow: hidden;
    line-height: 1.5;
    -webkit-transition: 1s;
    transition: 1s;
    font-family: "Roboto Regular";
    width: 285px;
    margin: 0 auto;
    position: relative;
}

.block9__usage__items .item .text-container:before {
    height: 82px;
    width: 100%;
    position: absolute;
    content: '';
    display: block;
    bottom: 0;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 251, 252, 0)), color-stop(1%, rgba(236, 251, 252, 0.01)), to(#ecfbfc));
    background: linear-gradient(to bottom, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ecfbfc', GradientType=0);
}

.block9__usage__items .item .show {
    height: 466px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.block9__usage__items .item .show:before {
    display: none;
}

.block10 {
    background: #fff;
    width: 100%;
    z-index: 1;
}

.block10 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 76px 10px 64px;
}

.block10 .wrapper h1 {
    font-size: 47px;
    font-family: "Roboto Black";
    color: #1e1e1e;
    text-align: center;
}

.block10 .wrapper h1 .blackLat {
    color: #faa61a;
}

.block10 .wrapper h1 .blackLat .blackLat-y {
    color: #92278f;
}

.block10__usage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 19px;
}

.block10__usage__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 285px;
    position: relative;
    margin: 0 57px;
}

.block10__usage__items .item img {
    margin-bottom: -3px;
}

.block10__usage__items .item h4 {
    font-size: 23px;
    color: #212121;
    font-family: "Roboto Bold";
    margin-top: 19px;
    text-align: center;
    margin-bottom: 22px;
    width: 100%;
}

.block10__usage__items .item .text-container-n {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.5;
    -webkit-transition: 1s;
    transition: 1s;
    font-family: "Roboto Regular";
    width: 285px;
    margin: 0 auto;
    position: relative;
}

.footer {
    background: #fff;
    width: 100%;
    z-index: 1;
}

.footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 76px 10px 64px;
}

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

.footer .wrapper .everad__logo img {
    margin-right: 27px;
}

.footer .wrapper .privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .wrapper .privacy a {
    color: #878787;
    text-decoration: underline;
}

.footer .wrapper .indificator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.footer .wrapper p {
    font-size: 17px;
    line-height: 1.5;
    color: #878787;
}

.ever-popup__inner {
    width: 785px !important;
}

.popup__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup__pack {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    left: -36px;
    top: 26px;
}

.popup__pack .center .plashka {
    position: absolute;
    background: url("../images/plashka.png") center no-repeat;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77px;
    height: 77px;
    top: -10px;
    right: 0;
    font-size: 38px;
    color: #1e1e1e;
    font-family: "Roboto Bold";
    display: none;
}

.popup__pack .center .plashka span {
    position: absolute;
    font-size: 21px;
    text-shadow: 0px 1px 1px #f1a33c;
    right: 15px;
    top: 30px;
}
.form__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 20px;
}
.block1__left__pack .form__popup {
    position: absolute;
    bottom: 10px;
    right: -30px;
}
@media (min-width: 1170px){
    .block1__left__pack .form__popup {
        bottom: 50px;
    }
}

.form__popup .price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.form__popup .price__block .old__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #747474;
    font-size: 14px;
    position: relative;
}

.form__popup .price__block .old__price:after {
    background: url("../images/troght.png") no-repeat;
    width: 67px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 33px;
}

.form__popup .price__block .old__price .price {
    color: #2f2f2f;
    margin-top: 4px;
}

.form__popup .price__block .old__price .price .x_price_previous {
    font-size: 39px;
    font-family: "Roboto Black";
    position: relative;
}

.form__popup .price__block .old__price .price .x_currency {
    font-size: 16px;
}

.form__popup .price__block .new__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #747474;
    font-size: 14px;
}

.form__popup .price__block .new__price .price {
    color: #2f2f2f;
}

.form__popup .price__block .new__price .price .x_price_current {
    font-size: 44px;
    font-family: "Roboto Black";
    color: #92278f;
}

.form__popup .price__block .new__price .price .color_cur {
    color: #92278f;
}

.form__popup .form {
    margin-top: 23px;
}

.form__popup .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* .form__popup .form form input:not(:last-child) { */
.form__popup .form form input {
    margin: 7px 0;
    font-size: 18px;
    color: #787878;
    padding: 23px 29px;
    border-radius: 37px;
    border: 1px solid #cccccc;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form__popup .form form .phone-container input {
    padding: 23px 29px 23px 65px;
}
.form__popup .form form select {
    margin: 7px 10px;
    font-size: 18px;
    color: #787878;
    padding: 23px 35px 23px 29px;
    border-radius: 37px;
    border: 1px solid #cccccc;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/sel.png") 92% center no-repeat, #fff;
}

.form__popup .form form .submit-btn {
    border: none;
    font-size: 26px;
    margin-top: 9px;
    cursor: pointer;
    outline: none;
}

.form__popup .form form .submit-btn:after {
    left: 10%;
}

.ever-popup__close {
    height: 59px !important;
    background: #e2a032;
    border-radius: 10px !important;
    right: 2px !important;
    top: -11px !important;
    width: 56px !important;
}

.ever-popup__close:after, .ever-popup__close:before {
    width: 32px !important;
    height: 2px !important;
    background: #000 !important;
    right: 12px !important;
    top: 24px !important;
}

.modal p {
    color: #74ac4a;
    margin-top: 0px;
    font-family: "Roboto Bold";
}

.modal p.comment_privacy {
    color: #fff;
    font-family: "Roboto Italic";
    font-size: 13px;
}

.wrong p {
    color: red;
    margin-top: 0px;
    font-family: "Roboto Bold";
}

._w {
    width: 100%;
}

._footer .block1__right {
    align-items: center;
}

._footer .block1__left__pack .block1__left__pack__inner {
    margin-top: 27px;
    margin-bottom: 27px;
    top: 0;
}

._footer .block1__left__pack {
    justify-content: center;
    margin-top: 0;
}

._go {
    cursor: pointer;
}
footer{
    background: #e5ebf1;
}
@media screen and (min-width: 0\0
) {
    .popup__pieces {
        height: auto !important;
    }
}

@media screen and (max-width: 1169px) {
    .wrapper {
        width: 100%;
    }

    ._footer .adaptive__block1 {
        width: 100%;
        /* -ms-flex-direction: row;
        flex-direction: row; */
    }
    .block1 .block1__left__pack .block1__left__pack__inner {
        left: 100px;
    }

    .block1__left__pack .form__popup {
        right: -210px;
    }

    ._footer .block1__right {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ._footer .block1__left {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .block1__left {
        width: 480px;
    }

    .block1__right {
        width: 484px;
        background-size: cover;
        background-position-x: -30px;
    }



    .adaptive__block1 {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .block1__right .right li:nth-child(1) {
        left: -20px;
    }

    .block1__right .right li:nth-child(2) {
        width: 149px;
        left: 25px;
    }
    .block1__right .right li:nth-child(3) {
        top: 10px;
        width: 128px;
        left: 40px;
    }

    .block2__list .left ul li,
    .block2__list .right ul li {
        font-size: 18px;
    }

    .block2__list .left p,
    .block2__list .right p {
        font-size: 20px;
    }

    .block2 {
        padding-bottom: 20px;
    }

    .block2 .wrapper h1 :before {
        display: none;
    }

    .block3 {
        overflow: visible;
    }

    .block3__courses .right {
        right: 0;
        height: 383px;
        width: 309px;
        bottom: -30px;
    }

    .block3__courses .left {
        left: 0;
        height: 383px;
        width: 309px;
        bottom: -30px;
    }

    .block3__courses .center .button__blackLat {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .block3 .wrapper {
        padding: 20px 10px 30px;
    }

    .block3__courses .center .block3__center__checks .item {
        margin: 0;
    }

    .block3__courses .center .block3__center__checks {
        margin: 15px 0px 20px;
    }

    .block3__courses .right p {
        right: 21px;
    }

    .block4__usage .block4__usage__items .item:after {
        display: none;
    }

    .block4__usage .block4__usage__items .item .text-container {
        font-size: 15px;
    }

    .block4__usage .block4__usage__items .item .text-container {
        height: auto;
        width: 214px;
    }

    .block4__usage .block4__usage__items .item .show {
        height: 112px;
    }

    .block5 .wrapper {
        padding: 35px 10px 0px;
    }

    .block5__publish .right {
        width: 55%;
    }

    .block5__publish .right .show {
        height: auto;
    }

    .block5__publish .right .massage {
        width: auto;
    }

    .pro1, .pro2, .pro3, .pro4 {
        width: 360px;
    }

    .block6 .wrapper {
        padding: 35px 10px 0px;
    }

    .block6__focus .right .block6__right__text {
        width: 360px;
    }

    .block6__focus .center {
        margin-left: 14px;
    }

    .block6__diagramm .block6__diagramm__inner .line_x p {
        font-size: 14px;
    }

    .block7 .wrapper {
        padding: 35px 10px 0px;
    }

    .block8 .wrapper {
        padding: 35px 10px 92px;
    }

    .block9 .wrapper {
        padding: 35px 10px 55px;
    }

    .block8__usage__items .item:after {
        display: none;
    }

    .block9__usage__items .item {
        width: 263px;
    }

    .block10 .wrapper {
        padding: 35px 10px 64px;
    }

    .block10__usage__items .item {
        margin: 0 20px;
    }
}

@media screen and (max-width: 992px) {
    .block1 .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 10px;
        background-position: left center;
    }
    .block1__left__pack .block1__left__pack__inner .center {
        width: 303px;
        height: 319px;
    }
    .block3__courses .center .block3__center__checks .item {
        margin: 38px 30px 0px 17px;
    }
    .block3__courses .center .block3__center__packs img {
        margin-top: 27px;
    }
    .adaptive__block1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* width: 50%; */
        width: 100%;
    }
    .adaptive__block1 .block1__left {
        width: 100%;
    }
    .block1__left__pack .form__popup {
        right: 100px;
    }
    .block1 .block1__left__pack .block1__left__pack__inner {
        left: 0;
    }
    .block1__left__pack .block1__left__pack__inner .center {
        top: 0;
        left: 0;
    }

    .block1__left__title p,
    .block1__left__header {
        display: none;
    }

    .block1__left__title {
        margin-top: 0px;
        text-align: center;
    }

    .block1__right {
        background: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        margin-top: 10px;
        width: auto;
        padding: 0px 45px;
    }

    .block1__right .left li p,
    .block1__right .right li p {
        padding: 5px 0px;
        font-size: 17px;
    }

    .block1__left__pack__adaptive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .block1__right .left li .text,
    .block1__right .right li .text {
        font-size: 14px;
        padding: 5px 0px;
    }

    .block1__right .left li:nth-child(n),
    .block1__right .right li:nth-child(n) {
        top: 0;
        right: 0;
        left: 0;
        text-align: left;
        width: auto;
    }

    .block1__right .left li:after,
    .block1__right .right li:before {
        left: -39px;
        right: auto;
        top: 8px;
        width: 23px;
        height: 23px;
        -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.34902);
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.34902);
    }

    .block1__left__pack__adaptive .block1__left__pack__inner .left {
        width: 150px;
        height: 208px;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner .right {
        width: 150px;
        height: 208px;
        right: 0px;
        top: 71px;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner .center {
        width: 215px;
        height: 277px;
        top: 11px;
        right: 44px;
    }

    .block1__left__pack__adaptive .button__blackLat {
        position: static;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 22px;
    }

    .tooltip {
        display: none;
    }

    .block1__left__header__item {
        margin-left: 20px;
    }

    .block1__left__title h1 {
        font-size: 32px;
    }

    .block1__left__title h2 {
        font-size: 32px;
        margin-top: 0;
    }

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

    .block1__left__pack__adaptive .block1__left__pack__inner {
        top: 0;
        left: -24px;
    }

    .block1__left__pack__adaptive .block1__left__pack__sashe {
        top: 0;
    }

    .block2 .wrapper h1 {
        font-size: 32px;
    }

    .block2 .wrapper {
        padding: 20px 10px 10px;
    }

    .block2__list .left ul li, .block2__list .right ul li {
        font-size: 16px;
        line-height: 1;
        margin-top: 15px;
    }

    .block2__list .left ul li:before,
    .block2__list .right ul li:before {
        top: 5px;
    }

    .block2__list .left p, .block2__list .right p {
        font-size: 17px;
        padding: 2px 20px;
    }

    .block2__list .left ul,
    .block2__list .right ul {
        padding: 4px 41px;
    }

    .block3 .wrapper h1 {
        font-size: 32px;
    }

    .block3__courses .left {
        left: 0;
        height: 266px;
        width: 210px;
        bottom: -30px;
    }

    .block3__courses .right {
        right: 0;
        height: 271px;
        width: 200px;
        bottom: -30px;
    }

    .block3__courses .right p,
    .block3__courses .left p {
        right: 9px;
        font-size: 19px;
        top: 82px;
    }

    .block4 .wrapper {
        padding: 24px 10px 20px;
    }

    .block4 .wrapper h1 {
        font-size: 32px;
    }

    .block4__usage .block4__usage__items .item img {
        height: 109px;
    }

    .block4__usage .block4__usage__items .item {
        width: 176px;
    }

    .block4__usage .block4__usage__items .item .text-container {
        width: 171px;
    }

    .block5 .wrapper h1 {
        font-size: 32px;
    }

    .block5 .wrapper h2 {
        margin-top: 14px;
    }

    .block5__publish .right {
        margin-top: 27px;
    }

    .block5 .wrapper {
        padding: 20px 10px 0px 10px;
    }

    .block5__publish .left {
        height: 649px;
        width: 298px;
    }

    .block5__publish .right {
        width: 58%;
    }

    .block5__publish .right .massage:after {
        right: 6px;
        top: 72px;
    }

    .block6 {
        padding-bottom: 0px;
    }

    .block6 .wrapper {
        padding: 20px 10px 20px;
    }

    .block6 .wrapper h1 {
        font-size: 32px;
    }

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

    .block6__focus .left {
        width: 100%;
    }

    .block6__diagramm .block6__diagramm__inner .line_x {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block6__diagramm .block6__diagramm__inner .line_x p {
        margin-top: 5px;
    }

    .block7 .wrapper {
        padding: 20px 10px 20px;
    }

    .block7 .wrapper h1 {
        font-size: 32px;
    }

    .block7__course .left .left__img .left__img__bottom {
        width: 195px;
        height: 237px;
    }

    .block7__course .left .left__img .left__img__top {
        width: 149px;
        height: 56px;
        margin-left: 41px;
    }

    .block7__course .right .right__img .right__img__bottom {
        width: 195px;
        height: 237px;
    }

    .block7__course .right .right__img .right__img__top {
        width: 149px;
        height: 56px;
        margin-left: 41px;
    }

    .block7__course .right {
        width: 50%;
    }

    .block7__course .left .left__text p,
    .block7__course .right .right__text p {
        font-size: 16px;
    }

    .block8 .wrapper {
        padding: 20px 10px 0px;
    }

    .block8 .wrapper h1 {
        font-size: 32px;
    }

    .block8__usage__items {
        margin-top: 20px;
    }

    .block8__usage__items .item {
        width: 184px;
    }

    .block8__usage__items .item .text-container {
        width: 184px;
        font-size: 15px;
    }

    .block8__usage__items .item h4 {
        font-size: 17px;
    }

    .block9 .wrapper {
        padding: 20px 10px 20px;
    }

    .block9 .wrapper h1 {
        font-size: 32px;
    }

    .block9__usage__items .item .text-container {
        font-size: 15px;
        width: 200px;
    }

    .block9__usage__items .item {
        width: 200px;
        margin: 0 15px;
    }

    .block9__usage__items .item h5 {
        font-size: 14px;
    }

    .block9__usage__items .item .show {
        height: 582px;
    }

    .block10 .wrapper {
        padding: 20px 10px;
    }

    .block10 .wrapper h1 {
        font-size: 32px;
    }

    .block10__usage__items .item {
        width: 248px;
        margin: 0;
    }

    .block10__usage__items .item img {
        max-width: 180px;
    }

    .block10__usage__items .item h4 {
        font-size: 16px;
    }

    .block10__usage__items .item .text-container-n {
        width: 248px;
        font-size: 15px;
    }

    .footer .wrapper .indificator,
    .footer .wrapper .everad__logo p {
        display: none;
    }

    .footer .wrapper {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 10px 30px;
    }

    .ever-popup__inner {
        width: 722px !important;
    }

    .footer .wrapper .everad__logo img {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    ._footer .adaptive__block1 {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    ._footer .block1__right {
        padding: 0;
        margin: 0;
    }

    .form__popup {
        margin: 0 auto;
        max-width: 340px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .block1 .wrapper {
        -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;
    }

    .block1__left {
        width: 470px;
    }

    .block1__left__pack__adaptive .button__blackLat {
        right: 0;
        left: 86px;
        bottom: -71px;
    }

    .block1__left__title {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

    .block1__left__title h2 {
        margin-top: 0px;
        margin-left: 4px;
        font-size: 23px;
    }

    .block1__right {
        width: 300px;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner {
        top: 0;
        left: 0px;
    }

    .block2 {
        padding-bottom: 0px;
    }

    .block2 .wrapper {
        padding: 35px 10px 0px;
    }

    .block2 .wrapper h1 {
        font-size: 28px;
    }

    .block2__wikipedia .block2__wikipedia__text p {
        font-size: 16px;
    }

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

    .block2__wikipedia .block2__wikipedia__text {
        width: auto;
        margin: 20px 0;
        text-align: center;
    }

    .block2__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block2__list .left,
    .block2__list .right {
        width: 80%;
        margin-bottom: 79px;
    }

    .block3 .wrapper h1 {
        font-size: 28px;
    }

    .block3 .wrapper {
        padding: 21px 10px 46px;
    }

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

    .block3__courses .center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .block3__courses .center .block3__center__checks .item {
        font-size: 18px;
    }

    .block3__courses .left,
    .block3__courses .right {
        position: relative;
    }

    .block4 .wrapper h1 {
        font-size: 28px;
    }

    .block4__usage .block4__usage__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .block4__usage .block4__usage__items .item {
        width: 45%;
        margin: 7px;
    }

    .block4__usage .block4__usage__items .item .text-container {
        width: auto;
    }

    .block4__usage .block4__usage__items .item .show {
        height: auto;
    }

    .block5__publish .right .massage {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .block5 .wrapper {
        line-height: 1.2;
    }

    .block5__publish .left {
        display: none;
    }

    .block5__publish .right {
        width: auto;
    }

    .block5 .wrapper h1 {
        font-size: 28px;
    }

    .block6 .wrapper h1 {
        font-size: 28px;
    }

    .block6__focus .center {
        width: 183px;
        height: 405px;
        background-size: contain;
        margin-left: 0;
        margin-top: 27px;
    }

    .block6__focus .left p {
        font-size: 16px;
    }

    .block6__focus .right .block6__right__text {
        font-size: 15px;
        margin-bottom: 3px;
        margin-top: 10px;
        line-height: 1.5;
        width: 256px;
    }

    .pro1, .pro2, .pro3, .pro4 {
        width: 250px;
    }

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

    .block7__course .left,
    .block7__course .right {
        width: 100%;
    }

    .block7 .wrapper h1 {
        font-size: 28px;
    }

    h1 {
        font-size: 23px !important;
        line-height: 1.25;
    }

    .block9 .wrapper .button__blackLat {
        text-align: center;
    }

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

    .block8__usage__items .item .text-container {
        width: auto;
        height: 65px;
    }

    .block8__usage__items .item {
        width: 47%;
        margin-top: 30px;
    }

    .block8__usage__items .item .show {
        height: auto;
    }

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

    .block9__usage__items .item {
        width: 100%;
        margin: 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .block9__usage__items .item h4,
    .block9__usage__items .item h5,
    .block9__usage__items .item .text-container {
        text-align: left;
    }

    .block9__usage__items .item .text-container {
        width: 100%;
    }

    .block9__usage__items .item .text-container {
        height: 86px;
    }

    .block9__usage__items .item .show {
        height: auto;
    }

    .popup {
        width: 300px !important;
    }
 
    .block10__usage__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }

    .block10__usage__items .item .text-container-n {
        width: 100%;
        font-size: 15px;
    }

    .block10__usage__items .item {
        width: 100%;
        margin: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .block10__usage__items .item h4,
    .block10__usage__items .item .text-container-n {
        text-align: left;
        margin-top: 77px;
        font-size: 18px;
    }

    .block10__usage__items .item img {
        margin-right: 15px;
    }

    .ever-popup__inner {
        width: 434px !important;
    }

    .ever-popup__body {
        background: #fff;
        padding: 21px 44px;
    }

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

    .popup__pack {
        left: 0;
        top: 0;
        margin-bottom: 22px;
    }

    .popup__pack .right {
        background-size: contain;
        width: 188px;
        height: 178px;
        position: absolute;
        right: -29px;
        top: 139px;
    }

    .form__popup {
        margin: 0;
    }

    ._footer .block1__left {
        width: 100%;
    }

    .block1__left__title {
        text-align: center;
    }

    .block1__left__pack {
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }

    .block1__left__pack .button__blackLat {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        margin: 40px auto 20px;
    }

    .block1__left__pack .block1__left__pack__inner .center {
        top: -16px;
        left:10px
    }
    .block1__left__pack .form__popup {
        position: relative;
        left:0;
    }
}

@media screen and (max-width: 520px) {
    .block7__course .left .left__text {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
    }

    .block7__course .left .left__text ul li {
        font-size: 14px;
        line-height: 1;
    }

    .block7__course .left .left__img {
        margin-bottom: 20px;
    }

    ._footer .block1__right {
        padding: 0;
        width: 100%;
    }

    .block1__right {
        width: 209px;
    }

    .block1__left {
        width: 300px;
    }

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

    .block1__left__title h2 {
        margin-left: 0;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner {
        left: 0;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner .left {
        width: 100px;
        height: 151px;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner .center {
        width: 208px;
        height: 208px;
    }

    .block1__left__pack__adaptive .block1__left__pack__inner .right {
        width: 108px;
        height: 138px;
        right: 25px;
        top: 62px;
    }

    .block1__left__pack__adaptive .button__blackLat {
        right: 0;
        left: 9px;
        bottom: -71px;
    }

    .block1__left__pack__adaptive .block1__left__pack__sashe {
        top: -11px;
    }

    .block1__left__title h2 {
        font-size: 29px;
        margin-top: 0;
    }

    .block1__left__title p {
        font-size: 12px;
        margin-top: 7px;
    }

    .block1__right .right li p,
    .block1__right .left li p {
        font-size: 16px;
    }

    .block1__right .left li:after, .block1__right .right li:before {
        top: 21px;
    }

    .block2__list .left,
    .block2__list .right {
        width: auto;
    }

    .block2__list .left ul, .block2__list .right ul {
        padding: 0px 30px 0px 29px;
    }

    .block2__list .left p, .block2__list .right p {
        padding: 0px 30px 0px 29px;
    }

    .block3__around .button__blackLat {
        font-size: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .block3__courses .left, .block3__courses .right {
        display: none;
    }

    .block3__courses .center {
        width: auto;
    }

    .block3__courses .center .block3__center__checks {
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0px 20px;
    }

    .block3__courses .center .block3__center__checks .item {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 10px 0px;
        font-size: 14px;
    }

    .block3__courses .center .block3__center__packs .right__pack {
        height: 224px;
        width: 151px;
    }

    .block3__courses .center .block3__center__packs .left__pack {
        height: 230px;
        width: 157px;
    }

    .block3__courses .center .block3__center__checks .item:before {
        left: -33px;
        top: -8px;
    }

    .block3__courses .center .block3__center__packs .left__pack .tooltip p {
        height: 45px;
        width: 113px;
        padding-left: 5px;
        right: -1px;
        top: 20px;
        font-size: 12px;
    }

    .block3__courses .center .block3__center__packs .right__pack .tooltip p {
        height: 46px;
        width: 101px;
        padding-left: 17px;
        right: -61px;
        top: 145px;
        font-size: 12px;
    }

    .block4__usage .block4__usage__items {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block4__usage .block4__usage__items .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }

    .block4__usage .block4__usage__items .item img {
        width: 135px;
    }

    .block4__usage .block4__usage__items .item .text-container {
        font-size: 13px;
    }

    .block4__usage .block4__usage__items .item .text-container {
        height: auto;
    }

    .block4__usage .block4__usage__items .item .show {
        height: auto;
    }

    .block6__focus .center {
        display: none;
    }

    .block6__focus .right .block6__right__text {
        width: 100%;
    }

    .pro1, .pro2, .pro3, .pro4 {
        width: 100%;
    }

    .block6__diagramm .block6__diagramm__inner .line_x p {
        margin-left: 32px;
    }

    .block7__course .left, .block7__course .right {
        -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;
    }

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

    .block8__usage__items .item {
        width: 100%;
    }

    .block8__usage__items .item .text-container {
        width: 100%;
    }

    .block8__usage__items .item .text-container {
        height: 88px;
    }

    .block8__usage__items .item .show {
        height: auto;
    }

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

    .block9__usage__items .item h4, .block9__usage__items .item h5, .block9__usage__items .item .text-container {
        text-align: center;
    }

    .block10__usage__items .item {
        -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;
    }

    .block10__usage__items .item h4, .block10__usage__items .item .text-container-n {
        text-align: center;
    }

    .block10__usage__items .item h4 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .footer .wrapper p {
        display: none;
    }

    .ever-popup__inner {
        width: 298px !important;
    }

    .popup__pack .right {
        background-size: contain;
        width: 173px;
        height: 154px;
        position: absolute;
        right: -19px;
        top: 151px;
    }

    .ever-popup__body {
        background: #fff;
        padding: 21px 6px;
    }

    .popup__pack .center {
        width: 236px;
        height: 222px;
    }

    .popup__pack .left {
        width: 144px;
        height: 151px;
    }

    .popup__pack .right {
        top: 91px;
    }

    .popup__heading {
        font-size: 19px;
    }

    form p {
        margin-top: 14px;
    }
}


@media screen and (max-width: 425px) {
    .block1__left__pack .block1__left__pack__inner .center {
        width: 300px;
        height: 280px;
    }
}

/* ++++++++++++++++++++ [START: TOOLTIP STYLING] ++++++++++++++++++++ */
.qtip-default {
    background-color: #c4040d;
    border-color: #c4040d;
    border-width: 1px;
    color: #ffffff;
    line-height: 14px;
    font-size: 12px;
  }
  
  .parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    font-size: 0;
    display: none !important;
  }
  
  input.error,
  select.error,
  input.parsley-error,
  select.parsley-error {
    color: #c4040d;
    background-color: #f18389;
    border: 1px solid #d8000c;
    -webkit-text-fill-color: #c4040d;
  }
  
  input.parsley-success,
  select.parsley-success {
    color: #59a34a;
    background-color: #e2ffe7;
    border: 1px solid #59a34a;
    -webkit-text-fill-color: #59a34a;
  }


/* phone validation */
.phone-container {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.phone-container .phone-country-code {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 18px;
}
.phone-container input {
    padding-left: 40px;
}
.phone-container .phone-country-code p {
    margin: 0 auto;
}   
.phone-container small {
    font-size: 12px;
    margin: 5px 0;
}

/* terms and conditions */
.terms-conditions {
    padding: 20px 0;
}
.terms-content {
    text-align: center;
}
.terms-content a{
    text-decoration: none;
}
.footer-links a{
    padding: 0 7px;
}
.terms-content p {
    font-size: 12px;
    font-weight: 300;
}
.terms-content p a {
    color: #888888;
    transition: all ease .25s;
}
.terms-content p a:hover {
    color: #faa61a;
}

/* terms page */
.terms-wrapper {
    padding: 100px 0 10px;
    display: flex;
    align-items: center;
    color: #212121;
}
.terms-wrapper h2,
.terms-wrapper h4 {
    color: #000000;
}

.terms-wrapper h4 {
    margin-top: 30px;
}

.terms-wrapper p {
    font-size: 1rem;
    line-height: 1.5;
}
.terms-wrapper p a {
    color: #faa61a;
}
.terms-wrapper p a:hover {
    text-decoration: none;
}
.terms-wrapper .company-info {
    margin-top: 50px;
    text-align: center;
}
.terms-wrapper .company-info h2 {
    margin-bottom: 5px;
}
.terms-wrapper .company-info h2,
.terms-wrapper .company-info p {
    color: #888888;
}

.terms-wrapper .company-info h2 {
    font-size: 0.75rem;
}

.terms-wrapper .company-info p {
    font-size: 0.75rem;
}