@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap" rel="stylesheet');@font-face {
    font-family: "GilroyExtraBold";
    src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
    src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"),url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "GilroyMedium";
    src: url("../fonts/gilroy/Gilroy-Medium.eot");
    src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"),url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "GilroySemibold";
    src: url("../fonts/gilroy/Gilroy-SemiBold.eot");
    src: url("../fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff"),url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "GilroyRegular";
    src: url("../fonts/gilroy/Gilroy-Regular.eot");
    src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"),url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "GilroyBold";
    src: url("../fonts/gilroy/Gilroy-Bold.eot");
    src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"),url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "GilroyBlack";
    src: url("../fonts/gilroy/Gilroy-Black.eot");
    src: url("../fonts/gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/gilroy/Gilroy-Black.woff") format("woff"),url("../fonts/gilroy/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: 0;
    font-family: "Mulish",sans-serif !important;
    -webkit-font-feature-settings: "pnum" on,"lnum" on;
    font-feature-settings: "pnum" on,"lnum" on
}

h1,h2,h3,h4,h5,h6,p,ul,hr {
    margin: 0;
    padding: 0
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

.card {
    border: 0
}

a,input,button,.dropdown {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none !important;
    outline: none !important
}

a:hover,a:focus,a:active,input:hover,input:focus,input:active,button:hover,button:focus,button:active,.dropdown:hover,.dropdown:focus,.dropdown:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none !important
}

input[type=submit],button {
    border: 0;
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),textarea,select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mw {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

.fancybox-slide:before {
    margin: 0
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    left: 50px;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0fd6c6;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 1000;
    border-radius: 50%
}

.scrollup img {
    width: 20px
}

.scrollup:hover {
    opacity: .9
}

.scrollup .fas_icon {
    font-size: 20px;
    color: #fff
}

.scrollup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox-content {
    border-radius: 30px
}

.modal {
    background: rgba(6,24,21,0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.modal .modal-dialog {
    max-width: 800px
}

.modal .modal-dialog .modal-content {
    border-radius: 10px;
    background: #103f37;
    width: 100%;
    max-width: 800px;
    padding: 50px 30px;
    position: relative;
    border: 0
}

.modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../images/close.svg") no-repeat center center/cover;
    width: 16px;
    height: 16px;
    opacity: .4
}

.modal .modal-dialog .modal-content .btn-close:focus,.modal .modal-dialog .modal-content .btn-close:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modal .modal-dialog .modal-content .btn-close:hover {
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    border-bottom: 0;
    padding: 0;
    padding-bottom: 26px
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #fff
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal .modal-dialog .modal-content .modal-body form label {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px
}

.modal .modal-dialog .modal-content .modal-body form .inp_select {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.modal .modal-dialog .modal-content .modal-body form .inp_select::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/chevron_down_white.svg") no-repeat center center/cover;
    position: absolute;
    right: 15px;
    pointer-events: none
}

.modal .modal-dialog .modal-content .modal-body form .inp_select select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,0.7);
    padding: 10px 30px;
    background: transparent
}

.modal .modal-dialog .modal-content .modal-body form .inp_select select:focus,.modal .modal-dialog .modal-content .modal-body form .inp_select select:active,.modal .modal-dialog .modal-content .modal-body form .inp_select select:hover {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modal .modal-dialog .modal-content .modal-body form .inp {
    margin-bottom: 20px
}

.modal .modal-dialog .modal-content .modal-body form .inp input,.modal .modal-dialog .modal-content .modal-body form .inp textarea {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    color: rgba(255,255,255,0.7);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
    background: transparent
}

.modal .modal-dialog .modal-content .modal-body form .inp input:disabled,.modal .modal-dialog .modal-content .modal-body form .inp textarea:disabled {
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.4)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-webkit-input-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-moz-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::-moz-placeholder {
    color: rgba(255,255,255,0.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input:-ms-input-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea:-ms-input-placeholder {
    color: rgba(255,255,255,0.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-ms-input-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::-ms-input-placeholder {
    color: rgba(255,255,255,0.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::placeholder {
    color: rgba(255,255,255,0.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input:focus,.modal .modal-dialog .modal-content .modal-body form .inp input:active,.modal .modal-dialog .modal-content .modal-body form .inp input:hover,.modal .modal-dialog .modal-content .modal-body form .inp textarea:focus,.modal .modal-dialog .modal-content .modal-body form .inp textarea:active,.modal .modal-dialog .modal-content .modal-body form .inp textarea:hover {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modal .modal-dialog .modal-content .modal-body form .inp textarea {
    height: auto;
    min-height: 110px;
    resize: none;
    padding: 20px
}

.modal .modal-dialog .modal-content .modal-body form .btn_c {
    max-width: 100%;
    width: 100%
}

.modal .modal-dialog .modal-content .modal-body form .btn_c .btn_m {
    max-width: 100%
}

@media(max-width: 575px) {
    .scrollup {
        left:10px;
        bottom: 50px
    }

    .modal .modal-dialog .modal-content {
        padding: 30px 10px
    }

    .modal .modal-dialog .modal-content .btn-close {
        top: 10px;
        right: 10px
    }

    .modal .modal-dialog .modal-content .modal-header {
        padding-bottom: 20px
    }

    .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 24px;
        line-height: 30px
    }
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-not-valid {
    border-color: #f00 !important
}

.wpcf7-response-output {
    display: none !important
}

.wpcf7-spinner {
    display: none !important
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: none
}

.btn_c {
    width: 100%
}

.btn_c .btn_m {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    border-radius: 10px;
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 220px;
    padding: 13px 24px;
    height: 50px;
    position: relative
}

.sketch-button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.02),0 4px 16px rgba(0,0,0,0.02),0 4px 24px rgba(0,0,0,0.02);
    box-shadow: 0 1px 2px rgba(0,0,0,0.02),0 4px 16px rgba(0,0,0,0.02),0 4px 24px rgba(0,0,0,0.02);
    max-width: 300px;
    width: 100%;
    text-align: center
}

.sketch-button.start svg {
    -webkit-animation: stroke 1s linear;
    animation: stroke 1s linear
}

.sketch-button .lines {
    position: absolute;
    inset: 0;
    mix-blend-mode: hard-light;
    pointer-events: none;
    z-index: 1
}

.sketch-button .lines>div {
    position: absolute;
    inset: 0
}

.sketch-button .lines>div:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sketch-button .lines>div svg {
    display: block;
    position: absolute;
    inset: 0;
    overflow: visible;
    fill: none;
    stroke-width: 2;
    stroke: #bae7cf;
    width: 100%;
    height: 100%;
    stroke-dasharray: 2 10;
    stroke-dashoffset: 14;
    opacity: 0
}

.sketch-button .lines>div svg:nth-child(1) {
    stroke: #f8fcff
}

.sketch-button .lines>div svg:nth-child(2) {
    stroke-width: 6px;
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.sketch-button .lines>div svg:nth-child(3) {
    stroke-width: 5px;
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.sketch-button .lines>div svg:nth-child(4) {
    stroke-width: 10px;
    -webkit-filter: blur(56px);
    filter: blur(56px)
}

@-webkit-keyframes stroke {
    30%,55% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 4;
        opacity: 0
    }
}

@keyframes stroke {
    30%,55% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 4;
        opacity: 0
    }
}

picture {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fancybox-navigation .fancybox-button {
    width: 60px !important;
    height: 60px !important
}
body, html {
    background: #000705;
    color: #fff;
}

.page {
    overflow: hidden;
    background: #000705;
    position: relative;
    z-index: 1
}

.page .net {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 762px;
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -2;
    opacity: .7
}

.page .net img {
    height: 100%;
    width: auto
}

.page .main_blur {
    position: absolute;
    width: 1000px;
    height: 1000px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -275px;
    left: -400px;
    z-index: -1
}

.page .main_blur img {
    width: 100%;
    height: auto
}

.page .header {
    height: 100px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page .header .mw {
    padding: 10px 2vh;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .left_side .logo a {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .left_side .logo a img {
    width: 225px;
    min-width: 225px;
    height: auto
}

.page .header .mw .right_side {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .right_side .nav {
    margin-right: 40px
}

.page .header .mw .right_side .nav ul {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .right_side .nav ul li {
    margin-right: 22px
}

.page .header .mw .right_side .nav ul li:last-child {
    margin-right: 0
}

.page .header .mw .right_side .nav ul li a {
    color: var(--text-icon-inverted-2,#FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap
}

.page .header .mw .right_side .nav ul li a:hover {
    color: #57b8b2
}

.page .header .mw .right_side .langs {
    position: relative;
    margin-right: 40px
}

.page .header .mw .right_side .langs .choose_lang {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: var(--text-icon-inverted-2,#FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.page .header .mw .right_side .langs .choose_lang.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.page .header .mw .right_side .langs .choose_lang:hover {
    color: #fff
}

.page .header .mw .right_side .langs .choose_lang:hover:after {
    background: url("../images/chevron_down_white.svg") no-repeat center center/cover
}

.page .header .mw .right_side .langs .choose_lang:after {
    content: "";
    position: relative;
    background: url("../images/chevron_down_white.svg") no-repeat center center/cover;
    width: 14px;
    height: 14px;
    min-width: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 10px
}

.page .header .mw .right_side .langs .langs_cont.active {
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.page .header .mw .right_side .langs .langs_cont {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(34,34,34,0.3);
    box-shadow: 0 4px 10px rgba(34,34,34,0.3);
    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: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    z-index: -9;
    opacity: 0;
    right: 0;
    border-radius: 5px
}

.page .header .mw .right_side .langs .langs_cont a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000;
    display: block;
    margin-bottom: 5px
}

.page .header .mw .right_side .langs .langs_cont a.active {
    color: #222
}

.page .header .mw .right_side .langs .langs_cont a:last-child {
    margin-bottom: 0
}

.page .header .mw .right_side .langs select {
    border: 0;
    padding: 10px 0
}

.page .header .mw .right_side .btn_line {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .right_side .btn_line .btn_c {
    margin-right: 20px;
    max-width: 220px
}

.page .header .mw .right_side .btn_line .btn_c:last-child {
    margin-right: 0
}

.page .header .mw .right_side .btn_line .registration {
    border: 1px solid #17c3b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff
}

.page .header .mw .right_side .btn_line .registration:hover {
    background: #57b8b2
}

.page .header .mw .right_side .o_xs_menu {
    display: none;
    width: 30px;
    cursor: pointer
}

.page .header .mw .right_side .o_xs_menu img {
    width: 100%;
    height: auto
}

.page .header_offset {
    position: relative;
    display: block;
    width: 100%;
    height: 100px
}

.page .sticky {
    background: #031916;
    height: 80px
}

.page .main {
    position: relative
}

.page .main .main_cont {
    position: relative;
    z-index: 3
}

.page .main .main_cont .mw {
    padding: 140px 2vh 45px
}

.page .main .main_cont .mw .cont {
    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;
    position: relative;
    border-radius: 30px;
    position: relative;
    height: 406px;
    -webkit-box-shadow: 0 20px 50px rgba(41,146,127,0.08);
    box-shadow: 0 20px 50px rgba(41,146,127,0.08)
}

.page .main .main_cont .mw .cont::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #07514a;
    background: rgba(17,129,118,0.15);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.page .main .main_cont .mw .cont::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/noise.png") no-repeat center center/cover;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: 0
}

.page .main .main_cont .mw .cont .decor {
    position: absolute;
    width: 192px;
    left: -157px;
    z-index: -1
}

.page .main .main_cont .mw .cont .decor img {
    width: 100%;
    height: auto
}

.page .main .main_cont .mw .cont .decor1 {
    position: absolute;
    width: 155px;
    right: -100px;
    z-index: -1
}

.page .main .main_cont .mw .cont .decor1 img {
    width: 100%;
    height: auto
}

.page .main .main_cont .mw .cont .h1 {
    font-family: "GilroyBlack",sans-serif !important;
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 87px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    z-index: 2
}

.page .main .main_cont .mw .cont .h1 b {
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    position: relative;
    white-space: nowrap
}

.page .main .main_cont .mw .cont .h1 b:after {
    content: "";
    background: url("../images/main_decor.svg") no-repeat center center/100% 100%;
    width: 100%;
    position: absolute;
    height: 30px;
    bottom: -15px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.page .main .main_cont .mw .cont p {
    color: rgba(255,255,255,0.6);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    max-width: 760px;
    margin-bottom: 40px;
    z-index: 2
}

.page .main .main_cont .mw .cont .form {
    z-index: 2;
    position: relative
}

.page .main .main_cont .mw .cont .form form {
    max-width: 720px;
    width: 100%;
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2
}

.page .main .main_cont .mw .cont .form form .inp {
    width: 32%;
    margin-bottom: 10px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .mw .cont .form form .inp input {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.6);
    height: 50px;
    background: transparent;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,0.6);
    padding: 15px
}

.page .main .main_cont .mw .cont .form form .inp input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5)
}

.page .main .main_cont .mw .cont .form form .inp input::-moz-placeholder {
    color: rgba(255,255,255,0.5)
}

.page .main .main_cont .mw .cont .form form .inp input:-ms-input-placeholder {
    color: rgba(255,255,255,0.5)
}

.page .main .main_cont .mw .cont .form form .inp input::-ms-input-placeholder {
    color: rgba(255,255,255,0.5)
}

.page .main .main_cont .mw .cont .form form .inp input::placeholder {
    color: rgba(255,255,255,0.5)
}

.page .main .main_cont .mw .cont .form form .btn_c {
    max-width: 220px
}

.page .main .main_cont .mw .cont .form form .row {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px
}

.page .main .main_cont .mw .cont .form form .row .forget_pass {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block
}

.page .main .main_cont .mw .cont .form form .row .forget_pass:hover {
    color: #fff
}

.page .main .main_cont .mw .cont .form form .row span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    line-height: 140%;
    color: rgba(255,255,255,0.6)
}

.page .main .main_cont .mw .cont .form form .row span a {
    color: rgba(255,255,255,0.6);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.page .main .main_cont .mw .cont .form form .row span a:hover {
    color: #fff
}

.page .main .main_cont .mw .cont .soc_icons {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1220px;
    position: relative;
    z-index: 3
}

.page .main .main_cont .mw .cont .soc_icons .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(8px);
    height: 150px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .mw .cont .soc_icons .card:hover {
    background: rgba(17,129,118,0.15);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.page .main .main_cont .mw .cont .soc_icons .card:hover p {
    color: var(--text-icon-inverted-2,#FFF)
}

.page .main .main_cont .mw .cont .soc_icons .card:hover .icon img {
    opacity: 1
}

.page .main .main_cont .mw .cont .soc_icons .card .icon {
    padding-bottom: 16px
}

.page .main .main_cont .mw .cont .soc_icons .card .icon img {
    opacity: .6;
    width: 50px;
    height: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .mw .cont .soc_icons .card p {
    color: rgba(157,157,157,0.6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .xs_menu {
    width: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none
}

.page .xs_menu .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(11,19,17,0.9);
    position: absolute;
    z-index: 99999
}

.page .xs_menu .xs_cont {
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: #0b1311;
    position: relative;
    z-index: 999999;
    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: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 20px
}

.page .xs_menu .xs_cont .c_xs_menu {
    position: absolute;
    right: 20px;
    top: 20px
}

.page .xs_menu .xs_cont .c_xs_menu img {
    width: 30px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 30px
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon {
    font-size: 26px;
    opacity: .7;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
    opacity: 1
}

.page .xs_menu .xs_cont .nav ul {
    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: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.page .xs_menu .xs_cont .nav ul li {
    margin-bottom: 15px
}

.page .xs_menu .xs_cont .nav ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--text-icon-inverted-2,#FFF)
}

.page .xs_menu .xs_cont .nav ul li a:hover {
    color: #fff
}

.page .xs_menu .xs_cont .langs {
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px
}

.page .xs_menu .xs_cont .langs .choose_lang {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--text-icon-inverted-2,#FFF)
}

.page .xs_menu .xs_cont .langs .choose_lang.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.page .xs_menu .xs_cont .langs .choose_lang:after {
    content: "";
    position: relative;
    background: url("../images/chevron_down_white.svg") no-repeat center center/cover;
    width: 14px;
    height: 14px;
    min-width: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 10px
}

.page .xs_menu .xs_cont .langs .langs_cont.active {
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.page .xs_menu .xs_cont .langs .langs_cont {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(34,34,34,0.3);
    box-shadow: 0 4px 10px rgba(34,34,34,0.3);
    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: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    z-index: -9;
    opacity: 0;
    right: 0
}

.page .xs_menu .xs_cont .langs .langs_cont a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
    display: block;
    margin-bottom: 5px
}

.page .xs_menu .xs_cont .langs .langs_cont a.active {
    color: #222
}

.page .xs_menu .xs_cont .langs .langs_cont a:last-child {
    margin-bottom: 0
}

.page .xs_menu .xs_cont .langs select {
    border: 0;
    padding: 10px 0
}

.page .xs_menu .xs_cont .btn_line {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .xs_menu .xs_cont .btn_line .btn_c {
    margin-right: 20px;
    max-width: 220px
}

.page .xs_menu .xs_cont .btn_line .btn_c:last-child {
    margin-right: 0
}

.page .xs_menu .xs_cont .btn_line .registration {
    border: 1px solid #17c3b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff
}

.page .xs_menu .xs_cont .btn_line .registration:hover {
    background: #17c3b2
}

.page .soc_icons_cont .mw {
    padding: 45px 2vh 22px
}

.page .soc_icons_cont .mw .soc_icons_slider {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .soc_icons_cont .mw .soc_icons_slider .slide {
    height: 100px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .soc_icons_cont .mw .soc_icons_slider .slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .xs_menu.active {
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .m_title {
    padding-bottom: 42px
}

.page .m_title .h2 {
    font-family: "GilroyBold",sans-serif !important;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #fff
}

.page .m_title p {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #847e9c
}

.page .subscribe_our_group_in_telegram .mw {
    padding: 22px 2vh 25px
}

.page .subscribe_our_group_in_telegram .mw .cont {
    border-radius: 30px;
    background: -o-linear-gradient(231deg,#57b8b2 -59.39%,#29927f 123.3%);
    background: linear-gradient(219deg,#57b8b2 -59.39%,#29927f 123.3%);
    -webkit-box-shadow: 0 20px 80px 0 rgba(41,146,127,0.16);
    box-shadow: 0 20px 80px 0 rgba(41,146,127,0.16);
    height: 258px;
    position: relative;
    padding: 50px;
    z-index: 2;
    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
}

.page .subscribe_our_group_in_telegram .mw .cont:before {
    content: "";
    background: url("../images/telegram_bg.png") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
}

.page .subscribe_our_group_in_telegram .mw .cont .desc {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-right: 30px;
    font-family: "GilroyBold",sans-serif !important
}

.page .subscribe_our_group_in_telegram .mw .cont .desc a {
    width: 70px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    z-index: 2
}

.page .subscribe_our_group_in_telegram .mw .cont .desc a:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.page .subscribe_our_group_in_telegram .mw .cont .desc a img {
    width: 20px;
    height: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .subscribe_our_group_in_telegram .mw .cont .btn_c {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 10px 20px;
    line-height: 20px;
    z-index: 2;
    text-align: center;
    color: rgba(255,255,255,0.7)
}

.page .subscribe_our_group_in_telegram .mw .cont .btn_c a:hover {
    background: #fff;
    color: rgb(63 164 151);
}

.page .footer {
    position: relative
}

.page .footer .mw {
    padding: 25px 2vh 35px;
    z-index: 2
}

.page .footer .mw .top_cont {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .footer .mw .top_cont .left_side .logo a {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .top_cont .left_side .logo a img {
    width: 225px;
    min-width: 225px;
    height: auto
}

.page .footer .mw .top_cont .right_side {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .top_cont .right_side .nav {
    margin-right: 40px
}

.page .footer .mw .top_cont .right_side .nav ul {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .top_cont .right_side .nav ul li {
    margin-right: 22px
}

.page .footer .mw .top_cont .right_side .nav ul li:last-child {
    margin-right: 0
}

.page .footer .mw .top_cont .right_side .nav ul li a {
    color: rgba(255,255,255,0.6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap
}

.page .footer .mw .top_cont .right_side .nav ul li a:hover {
    color: #fff
}

.page .footer .mw .top_cont .right_side .btn_line {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .top_cont .right_side .btn_line .btn_c {
    margin-right: 20px;
    max-width: 220px
}

.page .footer .mw .top_cont .right_side .btn_line .btn_c:last-child {
    margin-right: 0
}

.page .footer .mw .top_cont .right_side .btn_line .registration {
    border: 1px solid var(--1,#00fff0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.page .footer .mw .top_cont .right_side .btn_line .registration:hover {
    background: #57b8b2
}

.page .footer .mw hr {
    border: 0;
    height: 1px;
    background: rgba(255,255,255,0.1);
    width: 100%;
    margin: 25px 0
}

.page .footer .mw .bottom_cont {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .bottom_cont .left_side p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.page .footer .mw .bottom_cont .left_side p b {
    font-weight: 600
}

.page .footer .mw .bottom_cont .right_side a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.page .footer .mw .bottom_cont .right_side a:hover {
    color: #fff
}

.page_login {
    min-height: 100vh;
    padding-bottom: 200px
}

.page_login .login_main .main_cont .mw {
    padding-top: 60px
}

.page_login .login_main .main_cont .mw .cont {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto
}

.page_login .login_main .main_cont .mw .cont .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    margin-top: 0
}

.page_login .login_main .main_cont .mw .cont .h1 b::after {
    display: none
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form {
    width: 100%;
    max-width: 410px
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form .inp {
    width: 100%;
    margin-bottom: 20px
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c {
    max-width: 100%;
    width: 100%
}

.page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c .btn_m {
    max-width: 100%
}

.page_login .login_main .main_cont .mw .cont .registration_form {
    max-width: 670px;
    margin: 0 auto
}

.page_login .login_main .main_cont .mw .cont .registration_form form .inp {
    width: 48%;
    margin-bottom: 20px
}

.page_login .login_main .main_cont .mw .cont .registration_form form .btn_c {
    max-width: 410px;
    margin: 0 auto
}

.page_login .login_main .main_cont .mw .cont .registration_form form .btn_c .btn_m {
    max-width: 410px
}

.page_login .login_main .main_cont .mw .cont .row {
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 0
}

.page_login .login_main .main_cont .mw .cont .row .remember_me {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.page_login .login_main .main_cont .mw .cont .row .remember_me input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.page_login .login_main .main_cont .mw .cont .row .remember_me:hover .inp_check {
    border-color: #fff
}

.page_login .login_main .main_cont .mw .cont .row .remember_me:hover .txt {
    color: #fff
}

.page_login .login_main .main_cont .mw .cont .row .remember_me input:checked ~ .inp_check::after {
    opacity: 1
}

.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check {
    width: 20px;
    height: 20px;
    border: 1px solid var(--mc2,rgba(255,255,255,0.6));
    border-radius: 3px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-width: 20px;
    margin-right: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check::after {
    content: "";
    background: url("../images/check2.svg") no-repeat center center/cover;
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
    color: var(--mc2,rgba(255,255,255,0.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page_login .login_main .main_cont .mw .cont .not_registration {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 25px
}

.page_login .login_main .main_cont .mw .cont .not_registration span {
    color: var(--mc3,var(--mc2,rgba(255,255,255,0.6)));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.page_login .login_main .main_cont .mw .cont .not_registration span a {
    color: var(--mc3,var(--mc2,rgba(255,255,255,0.6)));
    border-bottom: 1px solid var(--mc3,var(--mc2,rgba(255,255,255,0.6)))
}

.page_login .login_main .main_cont .mw .cont .not_registration span a:hover {
    color: #fff
}

.page_login .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.page_service2 .main {
    height: auto !important;
    min-height: auto
}

.page_service2 .main .main_cont {
    width: 100% !important;
    max-width: 1300px;
    margin: 0 auto
}

.page_service2 .main .main_cont .bottom_cont {
    padding: 30px 2vh !important
}

@media(max-width: 575px) {
    .btn_c .btn_m {
        font-size:14px;
        line-height: 20px;
        padding: 12px;
        height: 50px
    }

    .mw {
        max-width: 500px
    }

    .page .net {
        height: 662px
    }

    .page .main_blur {
        width: 1000px;
        height: 1000px;
        top: -275px;
        left: -400px
    }

    .page .header {
        height: 100px
    }

    .page .header .mw {
        padding: 10px 2vh
    }

    .page .header .mw .left_side .logo a img {
        width: 160px;
        min-width: 160px;
        height: auto
    }

    .page .header .mw .right_side .nav {
        display: none
    }

    .page .header .mw .right_side .langs {
        display: none
    }

    .page .header .mw .right_side .btn_line {
        display: none
    }

    .page .header .mw .right_side .o_xs_menu {
        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;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .page .header_offset {
        height: 100px
    }

    .page .sticky {
        height: 80px
    }

    .page .main .main_cont .mw {
        padding: 80px 2vh 45px
    }

    .page .main .main_cont .mw .cont {
        border-radius: 20px;
        height: auto;
        padding: 20px;
        max-width: 500px;
        margin: 0 auto
    }

    .page .main .main_cont .mw .cont::before {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont::after {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont .decor {
        width: 100px;
        left: -50px
    }

    .page .main .main_cont .mw .cont .decor1 {
        width: 90px;
        right: -30px
    }

    .page .main .main_cont .mw .cont .decor1 img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 auto;
        margin-top: -60px;
        margin-bottom: 20px;
        max-width: 400px
    }

    .page .main .main_cont .mw .cont .h1 b:after {
        width: 100%;
        height: 12px;
        left: 5px;
        top: 45px
    }

    .page .main .main_cont .mw .cont p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .page .main .main_cont .mw .cont .form form {
        width: 100%
    }

    .page .main .main_cont .mw .cont .form form .inp {
        margin-bottom: 10px;
        width: 100%
    }

    .page .main .main_cont .mw .cont .form form .inp input {
        height: 50px;
        width: 100%;
        font-size: 16px
    }

    .page .main .main_cont .mw .cont .form form .btn_c {
        max-width: 100%
    }

    .page .main .main_cont .mw .cont .form form .btn_c .btn_m {
        max-width: 100%
    }

    .page .main .main_cont .mw .cont .form form .row {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        margin-top: 10px
    }

    .page .main .main_cont .mw .cont .form form .row .forget_pass {
        font-size: 12px;
        margin-bottom: 0
    }

    .page .main .main_cont .mw .cont .form form .row span {
        font-size: 12px
    }

    .page .main .main_cont .mw .cont .soc_icons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 400px;
        margin: 0 auto -80px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .main .main_cont .mw .cont .soc_icons .card {
        width: 48%;
        margin-bottom: 10px;
        padding: 15px;
        min-height: 100px;
        height: auto
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon {
        padding-bottom: 10px
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon img {
        width: 40px;
        height: 40px
    }

    .page .main .main_cont .mw .cont .soc_icons .card p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 16px
    }

    .page .xs_menu {
        display: block
    }

    .page .soc_icons_cont .mw {
        padding: 30px 2vh
    }

    .page .soc_icons_cont .mw .soc_icon_slider .slide {
        height: 100px
    }

    .page .partner_panel_is .mw {
        padding: 0 2vh
    }

    .page .partner_panel_is .mw .cont {
        padding: 30px auto;
        max-width: 500px;
        margin: 0 auto
    }

    .page .partner_panel_is .mw .cont .decor {
        position: absolute;
        width: 70px;
        right: -20px;
        top: -30px
    }

    .page .partner_panel_is .mw .cont .m_title {
        padding-bottom: 32px
    }

    .page .partner_panel_is .mw .cont ul {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .partner_panel_is .mw .cont ul li {
        margin-bottom: 30px;
        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;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
        max-width: 300px;
        margin: 0 auto 25px;
        padding-bottom: 25px
    }

    .page .partner_panel_is .mw .cont ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }

    .page .partner_panel_is .mw .cont ul li .num span {
        font-size: 30px
    }

    .page .partner_panel_is .mw .cont ul li p {
        font-size: 16px
    }

    .page .m_title {
        padding-bottom: 35px
    }

    .page .m_title .h2 {
        font-size: 35px;
        line-height: 42px
    }

    .page .m_title p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px
    }

    .page .smm_services .round_decor {
        width: 187px;
        left: -117px;
        top: 25px
    }

    .page .smm_services .mw {
        padding: 70px 2vh 48px
    }

    .page .smm_services .mw .tabs {
        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: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .smm_services .mw .tabs .tabs__caption {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        width: 100%;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .smm_services .mw .tabs .tabs__caption li {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        padding: 14px 10px;
        height: 50px;
        margin: 0 0 12px;
        width: 48%;
        min-width: auto
    }

    .page .smm_services .mw .tabs .tabs__caption li .icon {
        width: 20px;
        margin-right: 10px;
        min-width: 20px;
        height: 20px
    }

    .page .smm_services .mw .tabs_cont {
        margin-top: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content {
        width: 100%;
        height: auto;
        padding: 20px;
        position: relative
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
        right: 15px;
        bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
        width: 80px;
        height: 80px
    }

    .page .first_100_subscribers_for_free .mw {
        padding: 35px 2vh 40px
    }

    .page .first_100_subscribers_for_free .mw .cont {
        border-radius: 25px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .first_100_subscribers_for_free .mw .cont .desc {
        padding: 40px 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .h3 {
        font-size: 28px;
        text-align: center;
        line-height: 34px;
        padding-bottom: 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c {
        margin: 5px 10px;
        max-width: none;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
        margin-right: 10px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
        font-size: 14px;
        line-height: 20px
    }

    .page .first_100_subscribers_for_free .mw .cont .img {
        height: 280px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        bottom: -30px;
        margin-top: -50px
    }

    .page .first_100_subscribers_for_free .mw .cont .decor {
        width: 100%;
        height: 100%;
        max-width: 150px;
        bottom: 0;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        top: auto;
        left: 0
    }

    .page .how_it_work .mw {
        padding: 60px 2vh 60px
    }

    .page .how_it_work .mw .m_title p {
        font-size: 12px;
        line-height: 18px
    }

    .page .how_it_work .mw .cont {
        width: 100%;
        margin: 0 auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .how_it_work .mw .cont .card {
        width: 48%;
        padding: 15px;
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page .how_it_work .mw .cont .card .num span {
        font-size: 16px;
        right: 10px;
        top: 10px;
        line-height: 27px
    }

    .page .how_it_work .mw .cont .card .desc .icon {
        margin-bottom: 14px;
        width: 80px;
        height: 80px
    }

    .page .how_it_work .mw .cont .card .desc .icon img {
        width: 40px;
        height: 40px
    }

    .page .how_it_work .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 20px
    }

    .page .our_benefits .round_decor {
        width: 150px;
        right: -60px;
        top: -55px
    }

    .page .our_benefits .mw {
        padding: 60px 2vh 60px
    }

    .page .our_benefits .mw .m_title {
        padding-bottom: 40px
    }

    .page .our_benefits .mw .m_title .h2 {
        font-size: 30px;
        line-height: 40px
    }

    .page .our_benefits .mw .cont .card {
        width: 100%;
        margin-bottom: 40px;
        min-height: 210px;
        height: auto;
        padding-bottom: 20px
    }

    .page .our_benefits .mw .cont .card:last-child {
        margin-bottom: 0
    }

    .page .our_benefits .mw .cont .card .icon {
        margin-top: -14px;
        width: 60px;
        margin-bottom: 10px;
        height: 60px
    }

    .page .our_benefits .mw .cont .card .icon img {
        width: 30px
    }

    .page .our_benefits .mw .cont .card .desc .h5 {
        font-size: 17px;
        line-height: 23px
    }

    .page .our_benefits .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 18px
    }

    .page .social_media_marketing .round_decor {
        width: 150px;
        left: -75px
    }

    .page .social_media_marketing .round_decor img {
        width: 100%;
        height: auto
    }

    .page .social_media_marketing .mw {
        padding: 80px 2vh 30px
    }

    .page .social_media_marketing .mw .cont {
        margin-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .left_side {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .page .social_media_marketing .mw .cont .left_side .img {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -50px
    }

    .page .social_media_marketing .mw .cont .left_side .img img {
        width: 100%
    }

    .page .social_media_marketing .mw .cont .left_side .decor {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }

    .page .social_media_marketing .mw .cont .right_side {
        width: 100%;
        margin-bottom: 40px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h2 {
        text-align: center
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h3 {
        font-size: 28px;
        text-align: center;
        line-height: 36px
    }

    .page .social_media_marketing .mw .cont .right_side .desc p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 18px
    }

    .page .social_media_marketing .mw .bottom_cont {
        padding: 30px 15px 42px;
        position: relative
    }

    .page .social_media_marketing .mw .bottom_cont p {
        font-size: 14px;
        margin-bottom: 18px;
        text-align: center
    }

    .page .subscribe_our_group_in_telegram .mw {
        padding: 30px 2vh 12px
    }

    .page .subscribe_our_group_in_telegram .mw .cont {
        height: auto;
        padding: 20px;
        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
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a {
        width: 60px;
        height: 35px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a img {
        width: 18px;
        height: 18px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c {
        margin-top: 0
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .footer .mw {
        padding: 14px 2vh 30px
    }

    .page .footer .mw .top_cont {
        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: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side {
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .left_side .logo a {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px
    }

    .page .footer .mw .top_cont .right_side {
        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
    }

    .page .footer .mw .top_cont .right_side .nav {
        margin-right: 0;
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .right_side .nav ul li {
        margin: 0 10px
    }

    .page .footer .mw .top_cont .right_side .nav ul li:last-child {
        margin-right: 10px
    }

    .page .footer .mw .top_cont .right_side .nav ul li a {
        font-size: 16px;
        line-height: 20px
    }

    .page .footer .mw .top_cont .right_side .btn_line {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .btn_line .btn_c {
        margin-right: 20px;
        max-width: 220px
    }

    .page .footer .mw .top_cont .right_side .btn_line .registration {
        font-size: 18px;
        line-height: 21px
    }

    .page .footer .mw hr {
        border: 0;
        height: 1px;
        background: rgba(255,255,255,0.1);
        width: 100%;
        margin: 20px 0
    }

    .page .footer .mw .bottom_cont {
        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
    }

    .page .footer .mw .bottom_cont .left_side {
        margin-top: 10px
    }

    .page .footer .mw .bottom_cont .left_side p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: #a5a5a5;
        text-align: center
    }

    .page .footer .mw .bottom_cont .right_side {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .page .footer .mw .bottom_cont .right_side a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: rgba(255,255,255,0.7);
        text-align: center
    }

    .page .footer .mw .bottom_cont .right_side a:hover {
        color: #fff
    }

    .page_login {
        min-height: 100vh;
        padding-bottom: 350px
    }

    .page_login .login_main .main_cont .mw {
        padding-top: 30px
    }

    .page_login .login_main .main_cont .mw .cont {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page_login .login_main .main_cont .mw .cont .h1 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 0
    }

    .page_login .login_main .main_cont .mw .cont .row {
        margin-top: 15px !important
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin-right: 6px
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check::after {
        width: 14px;
        height: 14px
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
        font-size: 12px;
        line-height: 16px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration {
        margin-top: 20px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration span {
        font-size: 12px;
        line-height: 14px
    }

    .page_service2 .main {
        height: auto !important;
        min-height: auto
    }

    .page_service2 .main .main_cont {
        width: 100% !important;
        max-width: 1300px;
        margin: 0 auto !important
    }

    .page_service2 .main .main_cont .bottom_cont {
        padding: 30px 2vh !important
    }
}

@media(min-width: 576px) and (max-width:767px) {
    .btn_c .btn_m {
        font-size:14px;
        line-height: 20px;
        padding: 12px;
        height: 50px
    }

    .mw {
        max-width: 750px
    }

    .page .net {
        height: 662px
    }

    .page .main_blur {
        width: 1000px;
        height: 1000px;
        top: -275px;
        left: -400px
    }

    .page .header {
        height: 100px
    }

    .page .header .mw {
        padding: 10px 2vh
    }

    .page .header .mw .left_side .logo a img {
        width: 160px;
        min-width: 160px;
        height: auto
    }

    .page .header .mw .right_side .nav {
        display: none
    }

    .page .header .mw .right_side .langs {
        margin-right: 15px
    }

    .page .header .mw .right_side .btn_line {
        margin-right: 15px
    }

    .page .header .mw .right_side .o_xs_menu {
        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;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .page .header_offset {
        height: 100px
    }

    .page .sticky {
        height: 80px
    }

    .page .main .main_cont .mw {
        padding: 80px 2vh 45px
    }

    .page .main .main_cont .mw .cont {
        border-radius: 20px;
        height: auto;
        padding: 20px
    }

    .page .main .main_cont .mw .cont::before {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont::after {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont .decor {
        width: 100px;
        left: -50px
    }

    .page .main .main_cont .mw .cont .decor1 {
        width: 90px;
        right: -30px
    }

    .page .main .main_cont .mw .cont .decor1 img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 45px;
        line-height: 55px;
        margin: 0 auto;
        margin-top: -60px;
        margin-bottom: 20px;
        max-width: 450px
    }

    .page .main .main_cont .mw .cont .h1 b:after {
        width: 100%;
        height: 12px;
        left: 5px;
        top: 45px
    }

    .page .main .main_cont .mw .cont p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .page .main .main_cont .mw .cont .form form {
        width: 100%
    }

    .page .main .main_cont .mw .cont .form form .inp {
        margin-bottom: 15px;
        width: 48%
    }

    .page .main .main_cont .mw .cont .form form .inp input {
        height: 50px;
        width: 100%;
        font-size: 16px
    }

    .page .main .main_cont .mw .cont .form form .btn_c {
        max-width: 100%
    }

    .page .main .main_cont .mw .cont .form form .btn_c .btn_m {
        max-width: 100%
    }

    .page .main .main_cont .mw .cont .form form .row {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        margin-top: 15px
    }

    .page .main .main_cont .mw .cont .form form .row .forget_pass {
        font-size: 14px;
        margin-bottom: 0
    }

    .page .main .main_cont .mw .cont .form form .row span {
        font-size: 14px
    }

    .page .main .main_cont .mw .cont .soc_icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto -80px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .main .main_cont .mw .cont .soc_icons .card {
        width: 31%;
        margin: 0 1% 12px;
        padding: 15px;
        min-height: 100px;
        height: auto
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon {
        padding-bottom: 10px
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon img {
        width: 40px;
        height: 40px
    }

    .page .main .main_cont .mw .cont .soc_icons .card p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 16px
    }

    .page .xs_menu {
        display: block
    }

    .page .soc_icons_cont .mw {
        padding: 30px 2vh
    }

    .page .soc_icons_cont .mw .soc_icon_slider .slide {
        height: 100px
    }

    .page .partner_panel_is .mw {
        padding: 0 2vh
    }

    .page .partner_panel_is .mw .cont {
        padding: 30px auto
    }

    .page .partner_panel_is .mw .cont .decor {
        position: absolute;
        width: 70px;
        right: -20px;
        top: -30px
    }

    .page .partner_panel_is .mw .cont .m_title {
        padding-bottom: 32px
    }

    .page .partner_panel_is .mw .cont ul {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .partner_panel_is .mw .cont ul li {
        margin-bottom: 30px;
        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;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
        max-width: 300px;
        margin: 0 auto 25px;
        padding-bottom: 25px
    }

    .page .partner_panel_is .mw .cont ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }

    .page .partner_panel_is .mw .cont ul li .num span {
        font-size: 30px
    }

    .page .partner_panel_is .mw .cont ul li p {
        font-size: 16px
    }

    .page .m_title {
        padding-bottom: 35px
    }

    .page .m_title .h2 {
        font-size: 35px;
        line-height: 42px
    }

    .page .m_title p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px
    }

    .page .smm_services .round_decor {
        width: 187px;
        left: -117px;
        top: 25px
    }

    .page .smm_services .mw {
        padding: 70px 2vh 48px
    }

    .page .smm_services .mw .tabs {
        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: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .smm_services .mw .tabs .tabs__caption {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        width: 100%;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .smm_services .mw .tabs .tabs__caption li {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        padding: 14px 10px;
        height: 50px;
        margin: 0 0 12px;
        width: 49%;
        min-width: auto
    }

    .page .smm_services .mw .tabs .tabs__caption li .icon {
        width: 20px;
        margin-right: 10px;
        min-width: 20px;
        height: 20px
    }

    .page .smm_services .mw .tabs_cont {
        margin-top: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content {
        width: 100%;
        height: auto;
        padding: 20px;
        position: relative
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
        right: 15px;
        bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
        width: 80px;
        height: 80px
    }

    .page .first_100_subscribers_for_free .mw {
        padding: 35px 2vh 40px
    }

    .page .first_100_subscribers_for_free .mw .cont {
        border-radius: 25px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .first_100_subscribers_for_free .mw .cont .desc {
        padding: 40px 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .h3 {
        font-size: 28px;
        text-align: center;
        line-height: 34px;
        padding-bottom: 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c {
        margin: 5px 10px;
        max-width: none;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
        margin-right: 10px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
        font-size: 14px;
        line-height: 20px
    }

    .page .first_100_subscribers_for_free .mw .cont .img {
        height: 280px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        bottom: -30px;
        margin-top: -50px
    }

    .page .first_100_subscribers_for_free .mw .cont .decor {
        width: 100%;
        height: 100%;
        max-width: 150px;
        bottom: 0;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        top: auto;
        left: 0
    }

    .page .how_it_work .mw {
        padding: 60px 2vh 60px
    }

    .page .how_it_work .mw .m_title p {
        font-size: 12px;
        line-height: 18px
    }

    .page .how_it_work .mw .cont {
        width: 100%;
        margin: 0 auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .how_it_work .mw .cont .card {
        width: 49%;
        padding: 15px;
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page .how_it_work .mw .cont .card .num span {
        font-size: 16px;
        right: 10px;
        top: 10px;
        line-height: 27px
    }

    .page .how_it_work .mw .cont .card .desc .icon {
        margin-bottom: 14px;
        width: 80px;
        height: 80px
    }

    .page .how_it_work .mw .cont .card .desc .icon img {
        width: 40px;
        height: 40px
    }

    .page .how_it_work .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 20px
    }

    .page .our_benefits .round_decor {
        width: 150px;
        right: -60px;
        top: -55px
    }

    .page .our_benefits .mw {
        padding: 60px 2vh 60px
    }

    .page .our_benefits .mw .m_title {
        padding-bottom: 40px
    }

    .page .our_benefits .mw .m_title .h2 {
        font-size: 30px;
        line-height: 40px
    }

    .page .our_benefits .mw .cont .card {
        width: 100%;
        min-height: 210px;
        height: auto;
        padding-bottom: 20px;
        max-width: 450px;
        margin: 0 auto 40px
    }

    .page .our_benefits .mw .cont .card:last-child {
        margin-bottom: 0
    }

    .page .our_benefits .mw .cont .card .icon {
        margin-top: -14px;
        width: 60px;
        margin-bottom: 10px;
        height: 60px
    }

    .page .our_benefits .mw .cont .card .icon img {
        width: 30px
    }

    .page .our_benefits .mw .cont .card .desc .h5 {
        font-size: 17px;
        line-height: 23px
    }

    .page .our_benefits .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 18px
    }

    .page .social_media_marketing .round_decor {
        width: 150px;
        left: -75px
    }

    .page .social_media_marketing .round_decor img {
        width: 100%;
        height: auto
    }

    .page .social_media_marketing .mw {
        padding: 80px 2vh 30px
    }

    .page .social_media_marketing .mw .cont {
        margin-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .left_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 450px;
        margin: 0 auto 30px
    }

    .page .social_media_marketing .mw .cont .left_side .img {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -50px
    }

    .page .social_media_marketing .mw .cont .left_side .img img {
        width: 100%;
        max-width: 400px
    }

    .page .social_media_marketing .mw .cont .left_side .decor {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }

    .page .social_media_marketing .mw .cont .right_side {
        width: 100%;
        margin-bottom: 40px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h2 {
        text-align: center
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h3 {
        font-size: 28px;
        text-align: center;
        line-height: 36px
    }

    .page .social_media_marketing .mw .cont .right_side .desc p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 18px
    }

    .page .social_media_marketing .mw .bottom_cont {
        padding: 30px 15px 42px;
        position: relative
    }

    .page .social_media_marketing .mw .bottom_cont p {
        font-size: 14px;
        margin-bottom: 18px;
        text-align: center
    }

    .page .subscribe_our_group_in_telegram .mw {
        padding: 30px 2vh 12px
    }

    .page .subscribe_our_group_in_telegram .mw .cont {
        height: auto;
        padding: 20px;
        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
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc {
        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;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a {
        width: 60px;
        height: 35px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a img {
        width: 18px;
        height: 18px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c {
        margin-top: 0
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .footer .mw {
        padding: 14px 2vh 30px
    }

    .page .footer .mw .top_cont {
        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: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side {
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .left_side .logo a {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px
    }

    .page .footer .mw .top_cont .right_side {
        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
    }

    .page .footer .mw .top_cont .right_side .nav {
        margin-right: 0;
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .right_side .nav ul li {
        margin: 0 10px
    }

    .page .footer .mw .top_cont .right_side .nav ul li:last-child {
        margin-right: 10px
    }

    .page .footer .mw .top_cont .right_side .nav ul li a {
        font-size: 16px;
        line-height: 20px
    }

    .page .footer .mw .top_cont .right_side .btn_line {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .btn_line .btn_c {
        margin-right: 20px;
        max-width: 220px
    }

    .page .footer .mw .top_cont .right_side .btn_line .registration {
        font-size: 18px;
        line-height: 21px
    }

    .page .footer .mw hr {
        border: 0;
        height: 1px;
        background: rgba(255,255,255,0.1);
        width: 100%;
        margin: 20px 0
    }

    .page .footer .mw .bottom_cont {
        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
    }

    .page .footer .mw .bottom_cont .left_side {
        margin-top: 10px
    }

    .page .footer .mw .bottom_cont .left_side p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: #a5a5a5
    }

    .page .footer .mw .bottom_cont .right_side {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .page .footer .mw .bottom_cont .right_side a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: rgba(255,255,255,0.7)
    }

    .page .footer .mw .bottom_cont .right_side a:hover {
        color: #fff
    }

    .page_login {
        min-height: 100vh;
        padding-bottom: 350px
    }

    .page_login .login_main .main_cont .mw {
        padding-top: 30px
    }

    .page_login .login_main .main_cont .mw .cont {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page_login .login_main .main_cont .mw .cont .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0
    }

    .page_login .login_main .main_cont .mw .cont .reset_pass_form {
        width: 100%;
        max-width: 410px
    }

    .page_login .login_main .main_cont .mw .cont .reset_pass_form form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .page_login .login_main .main_cont .mw .cont .reset_pass_form form .inp {
        width: 100%;
        margin-bottom: 15px
    }

    .page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c {
        max-width: 100%;
        width: 100%
    }

    .page_login .login_main .main_cont .mw .cont .reset_pass_form form .btn_c .btn_m {
        max-width: 100%
    }

    .page_login .login_main .main_cont .mw .cont .row {
        margin-top: 15px !important
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin-right: 6px
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .inp_check::after {
        width: 14px;
        height: 14px
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
        font-size: 14px;
        line-height: 16px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration {
        margin-top: 20px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration span {
        font-size: 14px;
        line-height: 16px
    }

    .page_service2 .main {
        height: auto !important;
        min-height: auto
    }

    .page_service2 .main .main_cont {
        width: 100% !important;
        max-width: 1300px;
        margin: 0 auto !important
    }

    .page_service2 .main .main_cont .bottom_cont {
        padding: 30px 2vh !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .mw {
        max-width:950px
    }

    .page .net {
        height: 662px
    }

    .page .main_blur {
        width: 1000px;
        height: 1000px;
        top: -275px;
        left: -400px
    }

    .page .header {
        height: 100px
    }

    .page .header .mw {
        padding: 10px 2vh
    }

    .page .header .mw .left_side .logo a img {
        width: 160px;
        min-width: 160px;
        height: auto
    }

    .page .header .mw .right_side .nav {
        display: none
    }

    .page .header .mw .right_side .langs {
        margin-right: 15px
    }

    .page .header .mw .right_side .btn_line {
        margin-right: 15px
    }

    .page .header .mw .right_side .o_xs_menu {
        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;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .page .header_offset {
        height: 100px
    }

    .page .sticky {
        height: 80px
    }

    .page .main .main_cont .mw {
        padding: 80px 2vh 45px
    }

    .page .main .main_cont .mw .cont {
        border-radius: 20px;
        height: auto;
        padding: 20px
    }

    .page .main .main_cont .mw .cont::before {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont::after {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont .decor {
        width: 100px;
        left: -50px
    }

    .page .main .main_cont .mw .cont .decor1 {
        width: 90px;
        right: -30px
    }

    .page .main .main_cont .mw .cont .decor1 img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 auto;
        margin-top: -60px;
        margin-bottom: 20px;
        max-width: 500px
    }

    .page .main .main_cont .mw .cont .h1 b:after {
        width: 100%;
        height: 14px;
        left: 0;
        right: 0;
        top: 50px;
        z-index: -1
    }

    .page .main .main_cont .mw .cont p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .page .main .main_cont .mw .cont .form form .inp input {
        height: 50px;
        width: 100%;
        font-size: 16px
    }

    .page .main .main_cont .mw .cont .form form .row {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .page .main .main_cont .mw .cont .form form .row .forget_pass {
        font-size: 14px;
        margin-bottom: 0
    }

    .page .main .main_cont .mw .cont .form form .row span {
        font-size: 14px
    }

    .page .main .main_cont .mw .cont .soc_icons {
        margin: 0 auto -80px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .main .main_cont .mw .cont .soc_icons .card {
        padding: 15px;
        min-height: 100px;
        height: auto
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon {
        padding-bottom: 10px
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon img {
        width: 40px;
        height: 40px
    }

    .page .main .main_cont .mw .cont .soc_icons .card p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 16px
    }

    .page .xs_menu {
        display: block
    }

    .page .soc_icons_cont .mw {
        padding: 30px 2vh
    }

    .page .soc_icons_cont .mw .soc_icon_slider .slide {
        height: 100px
    }

    .page .partner_panel_is .mw {
        padding: 0 2vh
    }

    .page .partner_panel_is .mw .cont {
        padding: 30px auto 0;
        padding-bottom: 10px
    }

    .page .partner_panel_is .mw .cont .decor {
        position: absolute;
        width: 70px;
        right: -20px;
        top: -30px
    }

    .page .partner_panel_is .mw .cont .m_title {
        padding-bottom: 32px
    }

    .page .partner_panel_is .mw .cont ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .partner_panel_is .mw .cont ul li {
        margin-bottom: 30px;
        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;
        border-right: 0;
        width: 100%;
        max-width: 300px
    }

    .page .partner_panel_is .mw .cont ul li .num span {
        font-size: 30px
    }

    .page .partner_panel_is .mw .cont ul li p {
        font-size: 16px
    }

    .page .m_title {
        padding-bottom: 35px
    }

    .page .m_title .h2 {
        font-size: 35px;
        line-height: 42px
    }

    .page .m_title p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px
    }

    .page .smm_services .round_decor {
        width: 187px;
        left: -117px;
        top: 25px
    }

    .page .smm_services .mw {
        padding: 70px 2vh 48px
    }

    .page .smm_services .mw .tabs .tabs__caption {
        margin-right: 0;
        width: 32%
    }

    .page .smm_services .mw .tabs .tabs__caption li {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        padding: 14px 10px;
        height: 50px;
        margin: 0 0 12px;
        min-width: auto
    }

    .page .smm_services .mw .tabs .tabs__caption li .icon {
        width: 20px;
        margin-right: 10px;
        min-width: 20px;
        height: 20px
    }

    .page .smm_services .mw .tabs_cont {
        width: 65%
    }

    .page .smm_services .mw .tabs_cont .tabs__content {
        width: 100%;
        height: auto;
        padding: 20px;
        position: relative
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
        right: 15px;
        bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
        width: 80px;
        height: 80px
    }

    .page .first_100_subscribers_for_free .mw {
        padding: 35px 2vh 30px
    }

    .page .first_100_subscribers_for_free .mw .cont {
        border-radius: 25px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc {
        padding: 40px 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .h3 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
        margin-right: 10px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
        font-size: 14px;
        line-height: 20px
    }

    .page .first_100_subscribers_for_free .mw .cont .img {
        height: 280px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        margin-top: -50px
    }

    .page .first_100_subscribers_for_free .mw .cont .decor {
        width: 100%;
        height: 100%;
        max-width: 150px;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .how_it_work .mw {
        padding: 60px 2vh 60px
    }

    .page .how_it_work .mw .m_title p {
        font-size: 12px;
        line-height: 18px
    }

    .page .how_it_work .mw .cont {
        width: 100%;
        margin: 0 auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .how_it_work .mw .cont .card {
        padding: 15px;
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page .how_it_work .mw .cont .card .num span {
        font-size: 16px;
        right: 10px;
        top: 10px;
        line-height: 27px
    }

    .page .how_it_work .mw .cont .card .desc .icon {
        margin-bottom: 14px;
        width: 80px;
        height: 80px
    }

    .page .how_it_work .mw .cont .card .desc .icon img {
        width: 40px;
        height: 40px
    }

    .page .how_it_work .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 20px
    }

    .page .our_benefits .round_decor {
        width: 150px;
        right: -60px;
        top: -55px
    }

    .page .our_benefits .mw {
        padding: 60px 2vh 60px
    }

    .page .our_benefits .mw .m_title {
        padding-bottom: 40px
    }

    .page .our_benefits .mw .m_title .h2 {
        font-size: 30px;
        line-height: 40px
    }

    .page .our_benefits .mw .cont {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .our_benefits .mw .cont .card {
        width: 48%;
        min-height: 210px;
        padding-bottom: 20px;
        max-width: 450px;
        margin: 0 1% 40px
    }

    .page .our_benefits .mw .cont .card .icon {
        margin-top: -14px;
        width: 60px;
        margin-bottom: 10px;
        height: 60px
    }

    .page .our_benefits .mw .cont .card .icon img {
        width: 30px
    }

    .page .our_benefits .mw .cont .card .desc .h5 {
        font-size: 17px;
        line-height: 23px
    }

    .page .our_benefits .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 18px
    }

    .page .social_media_marketing .round_decor {
        width: 150px;
        left: -75px
    }

    .page .social_media_marketing .round_decor img {
        width: 100%;
        height: auto
    }

    .page .social_media_marketing .mw {
        padding: 80px 2vh 30px
    }

    .page .social_media_marketing .mw .cont {
        margin-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .left_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 450px;
        margin: 0 auto 30px
    }

    .page .social_media_marketing .mw .cont .left_side .img {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -50px
    }

    .page .social_media_marketing .mw .cont .left_side .img img {
        width: 100%;
        max-width: 400px
    }

    .page .social_media_marketing .mw .cont .left_side .decor {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }

    .page .social_media_marketing .mw .cont .right_side {
        width: 100%;
        margin-bottom: 40px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h2 {
        text-align: center
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h3 {
        font-size: 28px;
        text-align: center;
        line-height: 36px
    }

    .page .social_media_marketing .mw .cont .right_side .desc p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 18px
    }

    .page .social_media_marketing .mw .bottom_cont {
        padding: 30px 15px 42px;
        position: relative
    }

    .page .social_media_marketing .mw .bottom_cont p {
        font-size: 14px;
        margin-bottom: 18px;
        text-align: center
    }

    .page .subscribe_our_group_in_telegram .mw {
        padding: 30px 2vh 12px
    }

    .page .subscribe_our_group_in_telegram .mw .cont {
        height: auto;
        padding: 40px 20px;
        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
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc {
        margin-bottom: 30px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
        font-size: 28px;
        line-height: 38px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a {
        width: 60px;
        height: 35px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a img {
        width: 18px;
        height: 18px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c {
        margin-top: 0
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .footer .mw {
        padding: 14px 2vh 30px
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px
    }

    .page .footer .mw .top_cont .right_side .nav {
        margin-right: 20px
    }

    .page .footer .mw .top_cont .right_side .nav ul li {
        margin-right: 10px
    }

    .page .footer .mw .top_cont .right_side .nav ul li a {
        font-size: 14px;
        line-height: 20px
    }

    .page .footer .mw .top_cont .right_side .btn_line .btn_c {
        margin-right: 10px;
        max-width: 220px
    }

    .page .footer .mw .top_cont .right_side .btn_line .registration {
        font-size: 18px;
        line-height: 21px
    }

    .page .footer .mw hr {
        border: 0;
        height: 1px;
        background: rgba(255,255,255,0.1);
        width: 100%;
        margin: 20px 0
    }

    .page_login {
        min-height: 100vh;
        padding-bottom: 200px
    }

    .page_login .login_main .main_cont .mw {
        padding-top: 30px
    }

    .page_login .login_main .main_cont .mw .cont {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page_login .login_main .main_cont .mw .cont .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0
    }

    .page_login .login_main .main_cont .mw .cont .row {
        margin-top: 15px !important
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
        font-size: 14px;
        line-height: 16px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration {
        margin-top: 20px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration span {
        font-size: 14px;
        line-height: 16px
    }

    .page_service2 .main {
        height: auto !important;
        min-height: auto
    }

    .page_service2 .main .main_cont {
        width: 100% !important;
        max-width: 1300px;
        margin: 0 auto !important
    }

    .page_service2 .main .main_cont .bottom_cont {
        padding: 30px 2vh !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .mw {
        max-width:1150px
    }

    .page .net {
        height: 662px
    }

    .page .main_blur {
        width: 1000px;
        height: 1000px;
        top: -275px;
        left: -400px
    }

    .page .header {
        height: 100px
    }

    .page .header .mw {
        padding: 10px 2vh
    }

    .page .header .mw .left_side .logo a img {
        width: 160px;
        min-width: 160px;
        height: auto
    }

    .page .header .mw .right_side .langs {
        margin-right: 15px
    }

    .page .header .mw .right_side .btn_line {
        margin-right: 15px
    }

    .page .header_offset {
        height: 100px
    }

    .page .sticky {
        height: 80px
    }

    .page .main .main_cont .mw {
        padding: 80px 2vh 45px
    }

    .page .main .main_cont .mw .cont {
        border-radius: 20px;
        height: auto;
        padding: 20px
    }

    .page .main .main_cont .mw .cont::before {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont::after {
        border-radius: 20px
    }

    .page .main .main_cont .mw .cont .decor {
        width: 100px;
        left: -50px
    }

    .page .main .main_cont .mw .cont .decor1 {
        width: 90px;
        right: -30px
    }

    .page .main .main_cont .mw .cont .decor1 img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 auto;
        margin-top: -60px;
        margin-bottom: 20px;
        max-width: 600px
    }

    .page .main .main_cont .mw .cont .h1 b:after {
        width: 100%;
        height: 14px;
        left: 5px;
        top: 60px;
        z-index: -1
    }

    .page .main .main_cont .mw .cont p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .page .main .main_cont .mw .cont .form form .inp input {
        height: 50px;
        width: 100%;
        font-size: 16px
    }

    .page .main .main_cont .mw .cont .form form .row {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .page .main .main_cont .mw .cont .form form .row .forget_pass {
        font-size: 14px;
        margin-bottom: 0
    }

    .page .main .main_cont .mw .cont .form form .row span {
        font-size: 14px
    }

    .page .main .main_cont .mw .cont .soc_icons {
        margin: 0 auto -80px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .main .main_cont .mw .cont .soc_icons .card {
        padding: 15px;
        min-height: 100px;
        height: auto
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon {
        padding-bottom: 10px
    }

    .page .main .main_cont .mw .cont .soc_icons .card .icon img {
        width: 40px;
        height: 40px
    }

    .page .main .main_cont .mw .cont .soc_icons .card p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 16px
    }

    .page .xs_menu {
        display: block
    }

    .page .soc_icons_cont .mw {
        padding: 40px 2vh
    }

    .page .soc_icons_cont .mw .soc_icon_slider .slide {
        height: 100px
    }

    .page .partner_panel_is .mw {
        padding: 0 2vh
    }

    .page .partner_panel_is .mw .cont {
        padding: 30px auto 0;
        padding-bottom: 10px
    }

    .page .partner_panel_is .mw .cont .decor {
        position: absolute;
        width: 70px;
        right: -20px;
        top: -30px
    }

    .page .partner_panel_is .mw .cont .m_title {
        padding-bottom: 32px
    }

    .page .partner_panel_is .mw .cont ul {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .partner_panel_is .mw .cont ul li {
        margin-bottom: 30px;
        max-width: 248px;
        padding: 0 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .partner_panel_is .mw .cont ul li:nth-child(3) .num span {
        font-size: 24px
    }

    .page .partner_panel_is .mw .cont ul li .num span {
        font-size: 30px
    }

    .page .partner_panel_is .mw .cont ul li p {
        font-size: 16px
    }

    .page .m_title {
        padding-bottom: 35px
    }

    .page .m_title .h2 {
        font-size: 35px;
        line-height: 42px
    }

    .page .m_title p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px
    }

    .page .smm_services .round_decor {
        width: 187px;
        left: -117px;
        top: 25px
    }

    .page .smm_services .mw {
        padding: 70px 2vh 48px
    }

    .page .smm_services .mw .tabs .tabs__caption li {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        padding: 14px 20px;
        height: 50px;
        margin: 0 0 12px;
        min-width: 240px
    }

    .page .smm_services .mw .tabs .tabs__caption li .icon {
        width: 20px;
        margin-right: 10px;
        min-width: 20px;
        height: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content {
        width: 100%;
        height: auto;
        padding: 30px;
        position: relative
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .h3 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 10px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon {
        right: 15px;
        bottom: 15px
    }

    .page .smm_services .mw .tabs_cont .tabs__content .smm .icon img {
        width: 80px;
        height: 80px
    }

    .page .first_100_subscribers_for_free .mw {
        padding: 35px 2vh 30px
    }

    .page .first_100_subscribers_for_free .mw .cont {
        border-radius: 25px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc {
        padding: 40px 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .h3 {
        font-size: 35px;
        line-height: 45px;
        max-width: 550px;
        padding-bottom: 30px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .btn_c:last-child {
        margin-right: 10px
    }

    .page .first_100_subscribers_for_free .mw .cont .desc .btn_line .registration {
        font-size: 14px;
        line-height: 20px
    }

    .page .first_100_subscribers_for_free .mw .cont .img {
        height: 340px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        margin-top: -50px
    }

    .page .first_100_subscribers_for_free .mw .cont .decor {
        width: 100%;
        height: 100%;
        max-width: 200px;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .how_it_work .mw {
        padding: 60px 2vh 60px
    }

    .page .how_it_work .mw .m_title p {
        font-size: 14px;
        line-height: 18px
    }

    .page .how_it_work .mw .cont {
        width: 100%;
        margin: 0 auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .how_it_work .mw .cont .card {
        padding: 20px 15px;
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page .how_it_work .mw .cont .card .num span {
        font-size: 16px;
        right: 10px;
        top: 10px;
        line-height: 27px
    }

    .page .how_it_work .mw .cont .card .desc .icon {
        margin-bottom: 14px;
        width: 80px;
        height: 80px
    }

    .page .how_it_work .mw .cont .card .desc .icon img {
        width: 40px;
        height: 40px
    }

    .page .how_it_work .mw .cont .card .desc p {
        font-size: 15px;
        line-height: 20px
    }

    .page .our_benefits .round_decor {
        width: 150px;
        right: -60px;
        top: -55px
    }

    .page .our_benefits .mw {
        padding: 60px 2vh 60px
    }

    .page .our_benefits .mw .m_title {
        padding-bottom: 40px
    }

    .page .our_benefits .mw .m_title .h2 {
        font-size: 30px;
        line-height: 40px
    }

    .page .our_benefits .mw .cont {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .our_benefits .mw .cont .card {
        min-height: 210px;
        max-width: 450px;
        padding: 0 10px 15px
    }

    .page .our_benefits .mw .cont .card .icon {
        margin-top: -14px;
        width: 60px;
        margin-bottom: 10px;
        height: 60px
    }

    .page .our_benefits .mw .cont .card .icon img {
        width: 30px
    }

    .page .our_benefits .mw .cont .card .desc .h5 {
        font-size: 17px;
        line-height: 23px
    }

    .page .our_benefits .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 18px
    }

    .page .social_media_marketing .round_decor {
        width: 150px;
        left: -75px
    }

    .page .social_media_marketing .round_decor img {
        width: 100%;
        height: auto
    }

    .page .social_media_marketing .mw {
        padding: 80px 2vh 30px
    }

    .page .social_media_marketing .mw .cont .left_side .img {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .social_media_marketing .mw .cont .left_side .img img {
        width: 100%;
        max-width: 400px
    }

    .page .social_media_marketing .mw .cont .left_side .decor {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }

    .page .social_media_marketing .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page .social_media_marketing .mw .cont .right_side .m_title .h3 {
        font-size: 30px;
        line-height: 36px
    }

    .page .social_media_marketing .mw .cont .right_side .desc p {
        font-size: 15px;
        margin-bottom: 18px
    }

    .page .social_media_marketing .mw .bottom_cont {
        padding: 30px 25px 42px;
        position: relative
    }

    .page .social_media_marketing .mw .bottom_cont p {
        font-size: 15px;
        margin-bottom: 18px
    }

    .page .subscribe_our_group_in_telegram .mw {
        padding: 30px 2vh 12px
    }

    .page .subscribe_our_group_in_telegram .mw .cont {
        height: auto;
        padding: 40px 20px;
        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
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc {
        margin-bottom: 30px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc .h3 {
        font-size: 28px;
        line-height: 38px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a {
        width: 60px;
        height: 35px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .desc a img {
        width: 18px;
        height: 18px
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c {
        margin-top: 0
    }

    .page .subscribe_our_group_in_telegram .mw .cont .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .footer .mw {
        padding: 14px 2vh 30px
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px
    }

    .page .footer .mw .top_cont .right_side .nav {
        margin-right: 20px
    }

    .page .footer .mw .top_cont .right_side .nav ul li {
        margin-right: 10px
    }

    .page .footer .mw .top_cont .right_side .nav ul li a {
        font-size: 14px;
        line-height: 20px
    }

    .page .footer .mw .top_cont .right_side .btn_line .btn_c {
        margin-right: 10px;
        max-width: 220px
    }

    .page .footer .mw .top_cont .right_side .btn_line .registration {
        font-size: 18px;
        line-height: 21px
    }

    .page .footer .mw hr {
        border: 0;
        height: 1px;
        background: rgba(255,255,255,0.1);
        width: 100%;
        margin: 20px 0
    }

    .page_login {
        min-height: 100vh;
        padding-bottom: 200px
    }

    .page_login .login_main .main_cont .mw {
        padding-top: 30px
    }

    .page_login .login_main .main_cont .mw .cont {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page_login .login_main .main_cont .mw .cont .h1 {
        font-size: 50px;
        max-width: 100%;
        line-height: 60px;
        margin-top: 0
    }

    .page_login .login_main .main_cont .mw .cont .row {
        margin-top: 15px !important
    }

    .page_login .login_main .main_cont .mw .cont .row .remember_me .txt {
        font-size: 14px;
        line-height: 16px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration {
        margin-top: 20px
    }

    .page_login .login_main .main_cont .mw .cont .not_registration span {
        font-size: 14px;
        line-height: 16px
    }

    .page_service2 .main {
        height: auto !important;
        min-height: auto
    }

    .page_service2 .main .main_cont {
        width: 100% !important;
        max-width: 1300px;
        margin: 0 auto !important
    }

    .page_service2 .main .main_cont .bottom_cont {
        padding: 30px 2vh !important
    }
}
.close {
    padding: 1px 5px 0;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff0;
    opacity: 1;
    text-decoration: none;
    top: 13px;
    right: 4px;
    position: absolute;
    background: none;
}

.alert-danger {
    color: #ff004f;
    background-color: #ff00471f;
    border-color: #ff0047a3;
}

.alert-success {
    color: #44ffa7;
    background-color: #00ff8b38;
    border-color: #44ffa7;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}