*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Roboto, sans-serif
}

body {
    color: #333333;
    position: relative;
    overflow-x: hidden
}

.overflow-hidden {
    overflow: hidden;
}

.container {
    padding-left: 20px !important;
    padding-right: 20px !important
}

ul {
    list-style: none;
    padding: 0;
}

i:before {
    font-family: FontAwesome
}

a {
    text-decoration: none !important;
    color: #3200FF;
}

button {
    outline: 0 !important
}

.p-0 {
    padding: 0 !important
}

.z-index-22 {
    z-index: 22;
    position: relative
}

.like-h1, h1, h1 span {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 100%;
    margin: 24px 0 20px;
    z-index: 99;
}

h1 {
    font-weight: 800;
    font-size: 52px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 18px 0;
    margin-bottom: 16px!important;
}

h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 110%;
    text-transform: capitalize;
}

.vats-block {
    display: flex;
    flex-direction: row;
}

.vats-svg {
    margin-top: 80px;
    margin-right: 38px;
}

.vats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}

.vats svg {
    margin-bottom: 12px;
}

.heading {
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
}

.bold {
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.normal {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.normal-text {
    font-size: 15px;
    line-height: 20px
}

.small-text {
    font-size: 15px;
    line-height: 22px
}

.row {
    /*margin: 0 0 0 -15px;*/
}

.button {
    font-family: Montserrat, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    top: 0;
    transition: .2s linear
}

.button:hover {
    top: -3px
}

.button:active {
    top: 0
}

.button-flat {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    border: none;
    border-radius: 4px;
    background: 0 0
}

.button-flat:hover {
    color: #ff3c32 !important
}

.button-flat:active {
    background: #fafafa
}

.button-outline {
    text-align: center;
    color: #3200ff;
    border: 2px solid #3200ff;
    border-radius: 4px;
    background: #ffffff;
    padding: 8px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .07)
}

.button-outline:hover {
    color: #ff3c32;
    border: 2px solid #ff3c32;
    box-shadow: 0 6px 14px rgba(255, 60, 50, .12)
}

.button-outline:active {
    box-shadow: none
}

.button-primary {
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #3200ff;
    background: #3200ff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .07)
}

.button-primary:hover {
    color: #fff;
    border: 2px solid #ff3c32;
    background: #ff3c32;
    box-shadow: 0 15px 25px rgba(255, 60, 50, .15), 0 0 6px rgba(255, 60, 50, .12)
}

.button-primary:active {
    color: #fff;
    border: 2px solid #ff3c32;
    background: #ff3c32;
    box-shadow: none
}

.button-red {
    text-align: center;
    border: 2px solid #ff3c32;
    background: #ff3c32;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 6px 14px rgba(255, 60, 50, .12)
}

.button-red:hover {
    text-align: center;
    border: 2px solid #3200ff;
    background: #3200ff;
    color: #fff;
    box-shadow: 0 15px 25px rgba(50, 0, 255, .15), 0 0 6px rgba(50, 0, 255, .12);
    border-radius: 4px
}

.button-red:active {
    border: 2px solid #0000bc;
    background: #0000bc;
    box-shadow: none
}

.button-l, .button-m, .button-s {
    padding: 10px 0;
    width: 107px
}

.button-with-arrow {
    display: flex;
    flex-direction: row;
    width: 169px;
}

.button-with-arrow span {
    margin-left: 24px;
}

.button-with-arrow svg {
    margin-left: 28px;
    transition: .3s;
}

.button-with-arrow:hover svg {
    margin-left: 32px;
    transition: .3s;
}

header {
    width: 100%;
    position: absolute;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);;
    padding: 14px 30px;
    z-index: 111;
}

.navigation {
    display: none
}

.navigation .navi-link {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    margin: 0 24px;
    transition: .3s ease-out
}

.navigation .navi-link:after {
    display: block;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FF3C32;
    content: "";
    transition: width .3s ease-out
}

.navigation .navi-link:hover {
    transition: .3s ease-out;
    color: #FF3C32
}

.navigation .navi-link:hover:after {
    width: 100%
}

.header-border {
    border: 2px solid red
}

header .header-content {
    display: flex;
    align-items: center
}

.header-content-center {
    align-items: center
}

header .buttons {
    display: none
}

.logo {
    margin: 0 auto;
    /*background: url(../img/logos/richpush-logo.svg) no-repeat center;*/
    /*background-size: contain;*/
    width: 200px;
}

#menu {
    background: #ffffff;
    width: 100vw;
    height: 95%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    overflow: auto;
    opacity: 1;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 99
}
#menu.active{
    top: 58px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15), 0px 0px 6px rgba(0, 0, 0, 0.12);
}
#menu.active{
    top: 58px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15), 0px 0px 6px rgba(0, 0, 0, 0.12);
}

.opacity {
    opacity: .5 !important;
    transition: .3s;
}

#toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
    z-index: 10;
    margin-left: -10px;
    margin-top: 2px;
}
#toggle-close{
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
}
.close-index{
    z-index: 12!important;
    cursor: pointer;
}
#toggle:hover .burger-line, #toggle:hover .burger-line:after, #toggle:hover .burger-line:before {
    background: red;
}

#toggle input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

#toggle input:checked + span {
    background: 0 0 !important;
    left: 0;
}

#toggle input:checked + span:after {
    transform: rotate(45deg) translate(-1px, -12px);
    left: -1px;
    top: 11px;
    background: #34495e;
    width: 20px
}

#toggle input:checked + span:before {
    transform: rotate(-45deg) translate(-4px, 16px);
    left: -2px;
    top: -12px;
    background: #34495e;
}

#toggle span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, .8);
    margin-top: 10px;
    transition: all .1s;
    left: 8px;
    top: 8px
}

#toggle span:after, #toggle span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, .8);
    top: -6px;
    left: 0;
    transition: all .3s;
}

#toggle span:after {
    top: 6px;
    width: 12px
}

#menu .first {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
    background: #fafafa
}

.lang {
    width: 98px;
    height: 28px
}

#menu .first .button-flat {
    margin-top: 24px
}

#menu .first .row {
    margin-top: 40px
}

#menu .first .row .button-outline {
    margin-right: 16px
}

.bottom-menu {
    padding: 50px 16px 0
}

#menu .second-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#menu .grey-heading {
    margin: 0 auto;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 20px;
}

.prod-fam-link {
    color: rgba(0, 0, 0, 0.8);
}

.prod-fam-link:hover {
    color: #ffffff;
}

.prod-fam-link-1:hover .pops-text svg {
    fill: #ffffff;
    transition: .3s
}

.prod-fam-link-2:hover .native-text svg {
    fill: #ffffff;
    transition: .3s
}
.prod-fam-link-2:hover .push-text svg {
    fill: #ffffff;
    transition: .3s
}
.prod-fam-link-1:hover .prod-family-1 {
    background: #3200FF;
    transition: .5s;
}

.prod-fam-link-2:hover .prod-family-2 {
    background: #FFA700;
    transition: .5s;
}
.native-text svg{
    fill: #A100FF;
}
.prod-fam-link:hover .native-text svg {
    fill: #ffffff;
    transition: .3s
}
.prod-fam-link-3:hover .prod-family-3 {
    background: #A100FF;
    transition: .5s;
}

.prod-family {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    margin: 6px 12px 12px 0;
    text-align: left;
    max-width: 344px;
    height: 144px;
    background: #F9F9F9;
}

.union-arrow {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.menu-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.pops-text svg {
    fill: #3200FF;
    width: 117px;
    height: 10px;
}

.push-text svg {
    fill: #FFA700;
    width: 117px;
    height: 10px;
}

.crown-prod-fam {
    background: url("../images/logos/crown-prod-fam-full.svg");
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.au{
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 797px;
}
.list-item-num {
    display: inline-block;
}
.list-item:first-of-type div:last-of-type {
    width: 84%;
    display: inline-table;
}
.list-item:first-of-type {
    width: 130%;
    display: flex;
    flex-direction: row-reverse;
}
.prod-text {
    margin-top: 12px;
}

.list-item{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.list-item-text{
    padding-left: 10px;
}

.list-item-img{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    transition: .3s;
}
.hoverimg:hover{
    width: 150%!important;
    transition: .3s;
}
.list-item-num{
    display: inline-block;
}

.campaign-img{
    width: 100%;
    margin-bottom: 40px;
}

.list-item:first-of-type{
    width: 130%;
    display: flex;
    flex-direction: row-reverse;
}

.list-item:first-of-type div:last-of-type{
    width: 84%;
    display: inline-table;
}

.list-item:first-of-type .description{
    width: 210px;
    margin-left: 70px;
}
.irow{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.irow img{
    width: 30%;
    margin-left: 5px;
}
@media (max-width: 768px) {
    .irow{
        flex-wrap: wrap;
    }
    .irow img{
        width: auto;
        max-width: 100%;
        margin: 5px 5px 0 0;
    }
}
.tip{
    margin-top: 20px;
}

.tip ul{
    list-style: inside;
    padding-left: 5px;
}

.tip ul li{
    padding-left: 15px;
}

.tip a{
    color: orangered;
}

.description .marker-text{
    display: contents;
}

.description .marker{
    display: inline-block;
}

.marker{
    width: 9px;
    padding-left: 0;
    padding-top: 5px !important;
    padding-bottom: 5px;
}

.list-item, .last-content{
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
}

.list-item:nth-of-type(2) img{
    width:120%
}

.list-item:nth-of-type(3) img{
    width: 130%;
}

.list-item:nth-of-type(4) img{
    width: 100%;
}

.list-item:nth-of-type(5) img{
    width:100%
}

.list-item:nth-of-type(6) img{
    width: 100%;
}

.list-item:nth-of-type(7) img{
    width: 150%;
}

hr {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0
}

.third-block {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 16px;
    margin: 32px 0;
}

.third-block .bold {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 130%;
}

.third-block .button {
    margin-top: 21px
}

.second-block, .third-block {
    padding-left: 0;
    padding-right: 0
}

.main-content {
    padding-top: 140px;
}

.main-content .heading {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
}

.main-content .ex {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}
.main-content .description{
    margin-top: 16px;
    display: inline-block;
}
.main-content .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.main-content .right svg {
    margin-right: -15px;
}
.m-row{
    margin-left: 0;
    margin-top: 93px;
}
.cell {
    border-top: 2px solid #FFA700;
    width: auto;
    min-width: 132px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 11px;
}

.still {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #FF3C32;
    text-align: right;
}

.cell-1 {
    padding: 11px 6px 20px 20px;
}

.cell .heading {
    font-family: Montserrat,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}

.cell .text {
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
}

.town {
    width: 100%;
    margin-top: 40px;
}

.content {
    padding: 110px 0;
}

.content .container {
    padding-left: 200px;
}

.description {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    margin-top: 35px;
    display: inline-block;
}

.small-heading {
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    margin: 50px 0 25px 0;
}

.li .text {
    font-weight: normal;
    font-size: 18px;
    line-height: 225%;
    padding-left: 0;
}
@media (min-width: 1440px) {
    .seg:hover{
        width: 150%;
        transition: .3s;
    }
}

.marker {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 9px;
    padding-top: 17px;
    display: inline-block;
}

.row-margin {
    margin: 0;
}

.banner-ex {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    margin-top: 40px;
}

.banner {
    margin-top: 10px;
    border: 1px solid #E5E5E5;
    padding: 15px;
    width: 307px;
    height: 216px;
    display: block;
}

.banner-1, .banner-2 {
    width: 100%;
    height: 100%;
}

.banner-1 {
    background: url("../images/banner-1.png") no-repeat center;
    background-size: contain;
}

.banner-2 {
    background: url("../images/banner-2.png") no-repeat center;
    background-size: contain;
}

.second-content {
    margin-top: 35px;
}

.second-heading {
    margin-top: 45px;
    padding-left: 0;
}

.strong-heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin-top: 35px;
    margin-bottom: 8px;
}

.ro-w {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.description-small-top {
    margin-top: 15px;
}

.third-content {
    margin-top: 50px;
}

.target-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.second-target-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

.target-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 30px;
    background: #F9F9F9;
    border-radius: 31px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    margin-right: 14px;
    cursor: pointer;
}

.target-button svg {
    margin-left: 7px;
    margin-top: -2px;
}

.os-ex {
    width: 310px;
    height: 191px;
    border: 1px solid #E5E5E5;
    overflow-x: scroll;
    font-size: 12px;
    padding: 15px;
    font-weight: normal;
    line-height: 150%;
    margin-top: 6px;
}

.os-ex div {
    margin-bottom: 12px;
}

.jc-b {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.last-content {
    margin-top: 80px;
}
.last-content h2{
    margin-bottom: 50px;
}
.content .last-container {
    padding-left: 15px;
    margin-top: 40px;
}
.right-des{
    margin-top: 87px;
    float: right;
}
@media (max-width: 1199px) {
    .right-des{
        float: left;
    }
}
.auu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stat-row {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}
.stat-row div{
    max-width: 241px;
}
.td-cell{
    border-top: 2px solid #FFA700!important;
    padding: 18px 0 38px 0;
}
.td-cell-right{
    margin-top: -368px;
}
.td-cell-pad{
    padding-bottom: 35px;
}
.td-cell .heading{
    font-family: Montserrat,sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
}
.td-cell .large-num {
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    font-size: 31px;
    line-height: 110%;
    margin-top: 5px;
    padding-right: 10px;
}
.large-num .normal{
    font-weight: normal;
    font-size: 18px;
    line-height: 104%;
}
.cost-per{
    font-weight: normal;
    font-size: 12px;
    line-height: 164%;
    margin-top: 15px;
}
.red{
    color: #FF3C32;
}
.launch-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 76px;
    background: #FF3C32;
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    transition: .3s;
}

.launch-button:hover {
    background: #e8372d;
    transition: .3s;
    color: white;
}

footer {
    background: #F9F9F9;
}

footer .container {
    padding: 108px 0 64px;
}
.crown {
    background: url(../images/logos/crown-mob.svg) no-repeat center;
    width: 25px;
    height: 25px
}

.footer-column {
    padding: 0
}

.footer-column .grey {
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .1em;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase
}

.footer-column .link {
    display: block;
    margin-top: 22px;
    color: #3200FF;
    transition: .3s;
}

.footer-column .link:hover {
    color: #FF3C32;
    transition: .3s;
}

.footer-column .normal-text {
    margin-top: 22px
}

.footer-column .social {
    width: 26px;
    height: 26px;
    margin-top: 24px;
    margin-right: 32px
}

.footer-column svg {
    fill: rgba(0, 0, 0, 0.54);
    transition: .3s
}

.footer-column svg:hover {
    fill: #FF3C32;
    transition: .3s
}

.pay {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pay .row {
    display: flex;
    align-items: center;
}

.pay .icon {
    margin-left: 32px
}

.master-card {
    background: url(../images/Mastercard.svg) no-repeat center;
    background-size: contain;
    width: 48px;
    height: 38px;
}

.alfa-bank {
    background: url(../images/alfa.svg) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 70px;
}

.visa {
    background: url(../images/visa.svg) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 23px
}

.webmoney {
    background: url(../images/webmoney.svg) no-repeat center;
    background-size: contain;
    width: 120px;
    height: 29px
}

.webm-block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.check-pas {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    margin-top: -7px
}

.footer-txt {
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.54)
}

.last-row {
    margin-top: 24px
}

.reserved {
    margin-bottom: 8px
}

.term {
    padding-left: 15px;
    margin-right: 24px;
    transition: .3s;
}

.term:hover {
    color: #FF3C32;
    transition: .3s;
}

.right-design-block {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px
}

.right-design {
    background: url(../img/logos/right.svg) no-repeat center;
    background-size: contain;
    width: 110px;
    height: 41px
}

.tab-none {
    display: none
}

.mob-none {
    display: block;
    margin-bottom: 24px;
    border: #ffffff;
}

@media (min-width: 415px) {
    .phone {
        margin-left: -90px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: none
    }

    #menu {
        height: auto
    }

    #menu hr {
        display: none
    }

    #menu .grey-heading {
        margin: 0
    }

    .buttons-row {
        display: flex;
        flex-direction: column
    }

    .buttons-row .button {
        width: 100%;
        max-width: 174px;
        margin-top: 16px
    }

    .second-block, .third-block {
        padding-left: 16px;
        padding-right: 16px
    }

    .bottom-menu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 32px
    }

    .phone {
        margin: 0 auto;
    }

    .right-tech-girl {
        display: none
    }

    .technology-second-block {
        margin-left: 30%
    }

    .right-tech {
        justify-content: flex-start
    }

    .right-tech-child {
        width: 100%
    }

    .left-tech-man {
        width: 316px;
        height: 467px;
        left: -84px
    }

    .orange-circle {
        width: 250px;
        height: 250px;
        right: 0
    }

    .man {
        background: url(../img/man-mid.png) no-repeat center;
        background-size: contain;
        width: 316px;
        height: 467px
    }

    .right-design-block {
        margin-top: 0;
    }
    .icon-row{
        padding-left: 15px;
    }

}

@media (min-width: 768px) {
    .p-0-desk {
        padding-left: 0;
        padding-right: 0;
    }

    .larger-normal-text {
        font-size: 15px;
        line-height: 25px;
    }

    .container {
        max-width: none;
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    h1 {
        font-size: 40px;
        line-height: 48px;
        margin: 32px 0 16px;
        margin-top: 0;
    }

    header {
        width: 100%;
    }

    header .buttons {
        display: flex
    }

    header .buttons .button {
        margin-left: 16px
    }

    #toggle {
        margin-left: -6px
    }

    #toggle span:after, #toggle span:before {
        width: 24px
    }

    #toggle span {
        width: 24px
    }

    #toggle span:after {
        width: 20px
    }

    #toggle input:checked + span:after {
        width: 24px;
        width: 24px
    }

    #toggle span:after, #toggle span:before {
        top: -8px
    }

    #toggle span:after {
        top: 8px
    }

    #main .container {
        margin-bottom: 200px
    }

    #main .container .main-content {
        align-items: flex-start;
        text-align: left;
        padding: 130px 0 0;
    }

    .logo {
        margin-left: 64px;
        width: 217px;
    }

    #menu .first, .bottom-menu {
        padding-left: 32px;
        padding-right: 32px
    }

    .buttons-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        margin-top: 18px
    }

    .buttons-row .button {
        width: 126px;
        margin-top: 16px;
        margin-right: 16px
    }

    .second-block {
        padding-left: 0;
        padding-right: 32px;
    }

    .second-block-container {
        margin-top: 32px;
        padding-left: 0;
    }

    .third-block {
        padding-left: 32px;
        border: none
    }

    .gradient-line {
        text-align: center;
        width: 292px
    }

    .grey-heading {
        text-align: left;
        font-weight: 600;
        font-size: 13px;
        line-height: 170%;
        letter-spacing: .1em
    }

    #menu .first .row {
        display: none
    }

    .button-flat {
        font-size: 18px;
        line-height: 20px
    }

    .button-s {
        font-size: 13px;
        line-height: 16px;
        padding: 6px 0
    }

    .button-m {
        font-size: 15px;
        line-height: 24px;
        padding: 8px 0
    }

    .button-l {
        width: 158px;
        font-size: 15px;
        line-height: 24px;
        padding: 14px 0
    }

    .video {
        width: 859px;
        height: 586px
    }

    .phone {
        position: absolute;
        width: 859px;
        height: 586px;
        margin-left: 150px;
        margin-top: 170px
    }

    #main .container .normal-text {
        max-width: 300px
    }

    .heading {
        font-size: 28px;
        line-height: 141%
    }

    .normal-text {
        font-size: 17px;
        line-height: 27px
    }

    .larger-normal-text {
        font-size: 19px;
        line-height: 161%;
    }

    .small-text {
        font-size: 15px;
        line-height: 25px
    }

    .feature-heading {
        max-width: 214px;
        font-size: 18px;
        line-height: 150%
    }

    .feature .small-text {
        font-size: 13px;
        line-height: 22px
    }

    .align-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-bottom: 48px;
        margin-top: 36px;
        background: #fbfafb;
        height: 800px;
    }

    #technology {
        /*margin-top: 64px*/
        margin-top: -80px;
    }

    #technology .larger-normal-text {
        max-width: 60%;
        margin: 0 auto;
    }

    .feature-img {
        width: 92px;
        height: 92px
    }

    .left-tech-man {
        left: 0;
        height: 790px;
        margin-top: -15px;
    }

    .push {
        width: 281px;
        height: 230px;
    }

    .video2 {
        width: 281px;
        height: 230px
    }

    .man {
        position: absolute;
        background: url(../img/man-mid.png) no-repeat center;
        background-size: contain;
        width: 410px;
        height: 100%;
        left: -42px;
        margin-top: -30px;
        z-index: 2
    }

    .orange-circle {
        width: 380px;
        height: 380px
    }

    .right-tech {
        justify-content: flex-start;
        margin-bottom: 16px
    }

    .right-tech-child {
        width: 100%;
        margin-bottom: 0
    }

    .stats {
        display: flex;
        justify-content: flex-end
    }

    .stat .orange-line {
        width: 80px
    }

    .desk-reverse {
        display: block;
        margin-top: 32px;
        margin-bottom: 64px;
        width: 80%
    }

    .reverse-block .blue-link {
        display: block;
        margin-top: 8px
    }

    .mob-reverse {
        display: none
    }


    .get-in-touch {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: url("../img/get-in-touch-back.svg") no-repeat center;
        background-size: contain;
        padding: 42px 0 18px 110px;
        margin-top: -20px;
        width: 680px;
        height: 169px;

    }

    .left-rec, .right-rec {
        display: none;
    }

    .left-rec-tablet {
        position: absolute;
        background: url(../img/left-rec-tablet.svg) no-repeat center;
        height: 99px;
        width: 32px;
        display: block;
        left: -32px;
        margin-top: -24px
    }

    .bottom-rec-tablet {
        position: absolute;
        display: block;
        left: 25px;
        margin-top: 99px
    }

    .launch-block {
        padding-top: 48px
    }

    .white-logo {
        background: url(../img/logos/white-logo-mid.svg);
        width: 166px;
        height: 29px;
    }


    .corner {
        width: 117px;
        height: 121px;
        margin-top: -64px;
        background: url(../img/corner-mid.svg) no-repeat center
    }

    .gradient-rect {
        position: absolute;
        right: 0;
        width: 612px;
        height: 306px;
        margin-top: -242px;
        background-image: url(../img/gradient-rect-mid.svg);
        background-repeat: no-repeat;
        background-position: 103px 100%
    }

    .crown {
        width: 44px;
        height: 22px;
        background: url(../images/logos/crown-tab.svg) no-repeat center
    }

    .launch-block .normal {
        margin-bottom: 36px
    }

    footer .container .footer-content {
        padding: 48px 0
    }
}

@media (min-width: 900px) {
    .get-in-touch {
        padding-left: 130px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }

    .prod-family-1 {
        margin-right: 12px;
    }

    #menu .second-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .crown-prod-fam {
        background: url("../img/logos/crown-prod-fam-full.svg");
        background-size: contain;
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }

    .pops-text svg, .push-text svg {
        width: 100px;
        height: 14px;
    }

    .phone {
        margin-left: 197px;
        margin-top: 140px
    }

    .push {
        width: 320px;
        height: 270px;
    }

    .video2 {
        width: 320px;
        height: 270px;
    }

    .tab-none {
        display: block
    }

    .mob-none {
        display: none
    }

    .stats {
        max-width: 80%;
    }

    .pay {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    #menu .second-block {
        flex-direction: row;
    }

    .second-block .small-text {
        font-size: 15px;
        line-height: 25px;
    }

    .crown-prod-fam {
        background: url("../images/logos/crown-prod-fam-full.svg");
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .pops-text svg {
        width: 118px;
        height: 10px;
    }

    .push-text svg {
        width: 118px;
        height: 10px;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 1140px
    }

    #technology {
        background: none
    }

    h1, h1 span {
        font-weight: 800;
        font-size: 56px;
        line-height: 68px;
        max-width: none;
        /*margin-top: 30px;*/
        margin-bottom: 38px
    }

    .small-text {
        font-size: 17px;
        line-height: 27px
    }

    .prod-text {
        font-size: 14px;
        line-height: 21px;
    }

    .header-content {
        max-width: 1263px;
        margin: 0 auto
    }

    .navigation {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 0 auto
    }

    #menu.active {
        top: 71px
    }

    #menu .first {
        display: none
    }

    #main .container .main-content {
        padding: 228px 0 0;
        padding-top: 150px;
    }

    header .header-content {
        align-items: center;
        padding-right: 0;
        padding-left: 0
    }

    header {
        padding-bottom: 12px
    }

    header .buttons .button-s {
        font-size: 15px;
        line-height: 24px;
        padding: 8px 0;
        width: 126px
    }

    .logo {
        margin-left: 58px;
        width: 217px;
    }

    #menu .grey-heading {
        max-width: 1140px;
        margin: 0 auto
    }

    #menu .menu-row {
        max-width: 1140px;
        margin: 0 auto
    }

    .gradient-line {
        width: 332px;
        padding-top: 6px;
        padding-bottom: 6px
    }

    #main .container {
        margin-bottom: 60px;
    }

    #main .container .normal-text {
        font-size: 19px;
        line-height: 161%;
        max-width: 382px;
    }

    #main .container .buttons-row a {
        margin-right: 16px
    }

    .phone {
        background: url(../images/phone-desk.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0;
        margin-left: 340px;
        width: 1084px;
        height: 750px;
        margin-top: 90px;
    }

    .video {
        width: 1084px;
        height: 750px;
        margin-top: 0
    }

    #technology {
        margin-top: -40px;
    }

    .heading {
        font-size: 40px;
        line-height: 130%
    }

    .features {
        padding-top: 48px
    }

    .feature-heading {
        font-size: 22px;
        line-height: 150%;
        max-width: 336px;
        margin-top: 32px;
        margin-bottom: 20px
    }

    .feature .small-text {
        font-size: 17px;
        line-height: 27px
    }

    .feature-img {
        width: 144px;
        height: 144px
    }

    .align-right {
        margin-top: 60px
    }

    .align-right, .technology-second-block {
        text-align: left;
        align-items: flex-start;
        margin-left: 17%
    }

    .right-tech {
        justify-content: flex-start;
        margin-bottom: 48px;
    }

    .desk-reverse {
        width: 30%;
        margin-top: 0;
    }

    .blue-link i {
        font-size: 12px
    }

    .desk-reverse .normal {
        margin-bottom: 16px
    }

    .stat .orange-line {
        width: 164px;
        height: 3px
    }

    .stat .heading {
        font-size: 28px;
        line-height: 141%
    }

    .stat .small-text {
        max-width: 171px
    }

    .stats {
        margin-top: 64px;
        width: 80%
    }

    .right-tech-child {
        width: 70%
    }

    .push {
        width: 412px;
        height: 333px;
        margin-left: 0;
        margin-right: 68px;
    }


    .orange-circle {
        width: 397px;
        height: 397px;
        left: 51px
    }

    .experts-row {
        margin: 0 auto;
        max-width: 1140px
    }

    #experts {
        padding-top: 190px
    }

    #experts .experts-row {
        margin-bottom: 159px
    }

    #experts .grey {
        font-size: 16px;
        line-height: 162%
    }

    #experts .container .row {
        margin-top: 40px
    }

    #experts .container .row .small-text {
        width: 40%;
        margin-right: 48px
    }

    #experts .container .row .personal-data .small-text {
        width: 100%
    }

    /*.owl-nav {*/
    /*    display: block*/
    /*}*/
    .ex-ul {
        width: 50%;
        margin: 0
    }

    .ex-li {
        margin-bottom: 16px
    }

    #experts .container .row .ex-ul .small-text {
        width: 100%
    }

    #experts .heading {
        width: 624px
    }


    .team-link-block {
        position: absolute;
        right: 0;
        height: 650px;
        margin-top: -74px;
        overflow: hidden;
    }

    .team {
        position: relative;
        background: url(../img/team-desk.png) no-repeat center;
        background-size: contain;
        margin-left: 35px;
        width: 530px;
        height: 417px;
    }

    .get-in-touch {
        position: relative;
        align-items: flex-start;
        padding-left: 128px;
        max-width: 649px;
        margin-top: -90px;
        width: 680px;
        height: 169px;
    }

    .bottom-rec-tablet {
        display: none
    }

    .left-rec-tablet {
        position: absolute;
        background: url(../img/left-rec-desck.svg) no-repeat center;
        height: 138px;
        width: 124px;
        display: block;
        left: -32px;
        margin-top: -16px
    }

    .right-rec-tablet {
        display: block;
        position: absolute;
        background: url(../img/right-rec-tablet.svg) no-repeat center;
        height: 198px;
        width: 124px;
        left: 457px;
        margin-top: -60px
    }

    .slide-text {
        margin-top: 22px
    }

    .owl-carousel button.owl-dot {
        width: 46px;
        height: 4px
    }

    .owl-next span, .owl-prev span {
        position: absolute;
        font-size: 84px;
        color: #3200FF;
        transition: .3s;
        left: 0;
    }

    .owl-next span:hover {
        color: rgba(50, 0, 255, 0.81);
        transition: .3s
    }

    .owl-prev {
        display: none
    }

    .owl-next {
        position: absolute;
    }

    .like-h1 {
        font-size: 50px;
        line-height: 120%;
        max-width: 525px
    }

    .white-logo {
        background: url("../images/logos/white-logo.svg") no-repeat center;
        background-size: contain;
        width: 214px;
        height: 36px;
    }

    .launch-block .normal {
        font-size: 26px;
        line-height: 30px
    }

    .launch-block .button-l {
        padding: 18px 0
    }

    .launch-block .normal {
        margin-bottom: 64px
    }

    footer .container .footer-content {
        padding: 64px 0
    }

    .master-card {
        width: 48px;
        height: 38px
    }

    .visa {
        width: 70px;
        height: 23px
    }

    .webmoney {
        width: 120px;
        height: 29px
    }

    .crown {
        background: url(../images/logos/crown-desk.svg) no-repeat center;
        width: 49px;
        height: 24px
    }

    .inner-img-1 {
        display: none;
    }
}

@media (min-width: 1440px) {
    .right-tech-girl {
        display: block;
        width: 509px;
        height: 614px;
        margin-top: -540px;
        margin-left: 638px
    }

    .white-bottom-rect {
        width: 400px;
        height: 150px;
        margin-left: 91px;
        margin-top: 555px;
    }



    /*.get-in-touch:after {*/
    /*    content: '';*/
    /*    transform: rotate(90deg);*/
    /*    border-top: 50px solid transparent;*/
    /*    border-left: 108px solid #ffa700;*/
    /*    border-bottom: 50px solid transparent;*/
    /*    position: absolute;*/
    /*    width: 10%;*/
    /*    height: 90%;*/
    /*    right: -54px;*/
    /*    z-index: 21;*/
    /*    top: 4px*/
    /*}*/
    .launch-block {
        padding: 84px 0;
        width: 100%;
        overflow: hidden
    }

    .corner {
        width: 210px;
        height: 218px;
        right: 0;
        margin-top: -85px;
        background: url(../img/corner-desk.svg) no-repeat center;
        z-index: 87;
    }

    .gradient-container {
        display: flex;
        justify-content: flex-end
    }

    .gradient-rect {
        position: absolute;
        width: 1084px;
        height: 568px;
        margin-top: -482px;
        background-image: url(../img/gradient-rec-desk.svg);
        background-repeat: no-repeat;

    }

    #experts {
        padding-top: 190px;
        padding-bottom: 90px;
    }

}

@media (min-width: 1670px) {
    .align-right, .technology-second-block {
        margin-left: 20%
    }

    .left-tech-man {
        left: 5%
    }

    .team {
        background: url("../img/team-desk@2x.png") no-repeat center;
        background-size: contain;
    }
}

@media (min-width: 1920px) {
    .align-right, .technology-second-block {
        margin-left: 22%
    }

    .left-tech-man {
        left: 10%
    }
}

@media (min-width: 2200px) {
    .left-tech-man {
        left: 14%
    }
}

@media (max-width: 1439px) {
    .corner {
        right: 0;
        margin-top: -49px
    }

    .gradient-rect {
        right: 0
    }

    .team {
        width: 494px;
        height: 400px;
    }

    .launch-block {
        margin-top: 130px;
    }
}

@media (max-width: 1400px) {
    .owl-carousel {
        right: 10%;
    }

    .forum-foto {
        background-size: contain;
    }

    .button-conf {
        width: 154px;
    }
}

@media screen and (max-width: 1200px) {
    head {
        min-width: 320px
    }
}

@media (max-width: 1280px) {
    .table-campaigns img {
        width: 100%;
    }

    .mountain-content .content {
        display: none;
    }

    .mountain-content .content-tab {
        display: block;
        background: url("../img/graph.svg") no-repeat center;
        background-size: contain;
        width: 90%;
        height: 300px;
        margin: 0 35px;
        padding-top: 673px;
        position: relative;
    }

    .step-row .step-2 {
        padding: 0 2px 0 10px;
    }

    .step-row .step-3 {
        padding: 0 0 0 22px;
    }

    .step-row .step-4 {
        padding: 0 0px 0 23px;
    }

    .step-row .step-5 {
        padding: 0px 0px 0 53px;
    }
}

@media (max-width: 1199px) {
    .td-cell-right{
        margin-top: 0;
    }
    .revers-r{
        flex-direction: column-reverse;
    }
    .none-td{
        display: none;
    }

    .mountain {
        margin-left: 285px;
    }

    .none {
        display: none;
    }

    .blue-stats {
        padding-top: 40px;
        padding-bottom: 94px;
        background-image: url(../img/blue_map_tablet.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .blue-stat {
        margin-top: 54px;
    }

    #map {
        background-image: none;
        margin-top: 0;
    }

    .bottom-map {
        margin-top: 76px;
    }

    .td-line {
        margin-left: 0;
    }

    .td-line-1 {
        width: 100%;
    }

    .td-line-10 {
        width: 100%;
    }

    .geo-heading-desk {
        display: none;
    }

    .geo-heading-tab {
        display: block;
    }

    .bottom-map .geo-txt {
        padding-top: 0;
    }

    .blur-adscore .bottom-border {
        width: 90%;
    }

    #testimonials {
        background: url(../img/testimonials-back-tablet.svg) no-repeat center;
        background-size: cover;
        background-attachment: inherit;
    }

    #testimonials .heading {
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
    }

    #testimonials .heading-rect {
        margin-left: -50px;
        margin-top: -83px;
    }

    .table-campaigns img {
        display: none;
    }

    .selfe-serve-table-left {
        margin-right: 0;
    }

    .accordion li .drop-down-toggle {
        padding: 20px 20px 20px 60px;
    }

    .accordion .inner {
        padding: 0;
    }

    .accordion .inner .inner-text {
        padding: 0 60px 24px 60px;
    }

    .inner-img-1 img {
        width: 100%;
        margin-top: 30px;
    }

    .review-column {
        display: grid;
    }

    .step .red-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF3C32;
        border-radius: 50%;
        width: 27px;
        height: 27px;
        font-family: Montserrat, sans-serif;
        color: white;
        font-weight: 600;
        font-size: 16px;
        z-index: 2;
    }

    .step .step-txt {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
    }

    .step {
        padding: 0 10px !important;
    }

    .plan-block .like-h1 {
        font-weight: 800;
        font-size: 56px;
        line-height: 68px;
        max-width: none;
    }

    #mountain {
        padding-top: 120px;
    }

    .mountain-block {
        margin-top: -144px;
    }

    .mountain-content .content-tab {
        background: url(../img/graph-tab.svg) no-repeat center;
        background-size: contain;
        padding-top: 630px;
        width: 100%;
        margin: 0 10px 0 -20px;
    }

    .team {
        width: 371px;
        height: 309px;
        margin-bottom: -56px;
        margin-left: 66px;
    }

    .team {
        margin-left: 24px;
    }

    .conf-date {

    }

}

@media screen and (min-width: 1201px) {
    head {
        min-width: 1201px
    }
}

@media (max-width: 991px) {

    .list-item:first-of-type{
        display: block;
        width: 100%;
    }

    .list-item:first-of-type .description {
        margin: 0 0 15px 0;
    }

    .campaign-img:hover{
        width: 100%;
    }

    .cell{
        margin-bottom: 30px;
    }
    .none-991 {
        display: none;
    }

    .mountain {
        margin-left: 32px;
    }

    /*.pay {*/
    /*    justify-content: flex-start*/
    /*}*/
    .pay .icon {
        margin-right: 22px;
        margin-left: 0
    }

    .webm-block {
        align-items: flex-start
    }

    .mountain-img {
        background: url(../img/mountain-tab.svg) no-repeat center;
    }

    .conf-date {
        font-size: 12px;
        line-height: 170%;
        margin: 16px 0 6px 0;
    }

    .upcoming {
        font-size: 12px;
    }

    .upcoming svg {
        width: 20px;
        height: 20px;
        margin-right: -2px;
    }

    .forum-foto-block {
        height: 160px;
    }

    .upcoming-forum .conf-name {
        font-size: 14px;
        line-height: 22px;
    }

    .button-conf {
        font-size: 14px;
        line-height: 17px;
        margin-top: 16px;
    }

    .owl-carousel {
        right: 5%;
    }

    .forums {
        margin-top: 130px;
    }

    .forum {
        padding: 10px;
    }

    .owl-stage {
        padding-top: 26px;
    }

    .forum-heading {
        text-align: center;
    }

    .forum-heading .heading {
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
    }

    .forum-heading .normal {
        font-size: 17px;
        line-height: 27px;
    }

    .blue-stat {
        text-align: center;
    }


    .list-item-img{
        width: 100%;
    }

    .campaign-img{
        width: 100%;
    }

}

@media (max-width: 767px) {
    .footer-column, .last-row{
        padding: 0 15px;
    }
    .pay .row {
        margin: 0 10px;
    }
    .mountain {
        position: relative;
        margin-left: -192px;
        margin-top: 40px;
    }
    .cases{
        margin-top: -220px;
    }
    #toggle-close {
        margin-left: -10px;
    }

    #menu .grey-heading {
        display: flex;
        align-items: flex-start;
        margin-bottom: 22px;
        margin-left: 15px;
    }

    .second-block-container {
        padding-left: 0;
    }

    .corner {
        margin-top: -49px
    }

    .right-tech-girl {
        right: 0
    }

    .red-rect {
        margin-top: 50px
    }

    .push-row {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .push {
        width: 280px;
        height: 230px;
        background: none;
        margin-bottom: 48px;
        margin-right: 0
    }

    .video2 {
        width: 280px;
        height: 230px
    }

    .table {
        margin-top: 34px;
    }

    #adscore .container {
        margin-top: 64px;
    }

    .blur-adscore {
        height: 250px;
        margin-top: 115px;
    }

    .blur-adscore-content-1 {
        padding-bottom: 22px;
    }

    .blur-adscore-content-1, .blur-adscore-content-2 {
        justify-content: center;
        text-align: center;
    }

    #testimonials {
        margin-top: 64px;
    }

    .team {
        margin: 0 auto -56px auto;
    }

    .footer-column-top {
        margin-bottom: 32px
    }

    .footer-column .grey {
        font-size: 11px;
        line-height: 16px
    }

    .footer-column .normal-text {
        margin-top: 8px;
        font-size: 15px;
        line-height: 20px
    }

    .footer-column .social {
        margin-top: 24px;
        margin-right: 24px
    }

    .right-design-block {
        justify-content: flex-start;
    }

    .terms-block {
        display: flex;
        flex-direction: column-reverse
    }

    .reserved {
        margin-top: 22px
    }

    .master-card {
        background: url(../images/master-card-mob.svg) no-repeat center;
        width: 36px;
        height: 30px
    }

    .vis {
        background: url(../images/visa-mob.svg) no-repeat center;
        width: 54px;
        height: 20px
    }

    .webmoney {
        background: url(../images/webmoney-mob.svg) no-repeat center;
        width: 92px;
        height: 22px
    }

    .right-design {
        background: url(../images/logos/right-mob.svg) no-repeat center;
        background-size: contain;
        width: 92px;
        height: 34px
    }

    .accordion li .drop-down-toggle {
        padding: 20px;
    }

    footer .container .footer-content {
        padding: 22px 0
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .webm-block {
        margin-top: 20px
    }

    .mountain-content .content-tab {
        background: url(../img/graph-tab.svg) no-repeat center;
        background-size: contain;
        padding-top: 690px;
        width: 90%;
        margin: 0 0 0 7px;
    }
}

@media (max-width: 576px) {
    .cell{
        text-align: center;
        max-width: 132px;
        margin-right: 0;
    }
    .main-content{
        text-align: center;
    }
    .content{
        padding-top: 50px;
    }
    .vats-svg{
        display: none;
    }
    .vats{
        margin-top: 20px;
    }
    .marker{
        align-items: flex-start;
        padding-top: 10px;
    }
    .li .text {
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        padding-left: 0;
    }
    .li{
        margin-bottom: 20px;
    }
    .m-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 50px;
    }
    .social{
        padding-left: 15px;
    }
    footer .container{
        padding-top: 50px;
    }

    .case {
        padding: 15px;
    }

    h1 {
        font-size: 41px;
        line-height: 100%;
    }

    #main .container .main-content .descrip {
        font-size: 15px;
        line-height: 154%;
    }

    .bottom-menu {
        padding-bottom: 100px;
    }

    .white-bottom-rect {
        display: none;
    }

    .blue-stat .num {
        font-weight: 900;
        font-size: 40px;
        line-height: 44px;
    }

    .bottom-map {
        margin-top: 64px;
    }

    .geo-heading-tab {
        font-weight: 900;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .td {
        margin: auto 0;
    }

    .selfe-serve .container {

    }

    .accordion li .drop-down-toggle,
    .accordion .inner .inner-text {
        padding-right: 15px;
        padding-left: 15px;
    }

    #testimonials .heading-rect {
        display: none;
    }

    #testimonials {
        background: url(../img/testimonials-back-mob.svg) no-repeat center;
        background-size: cover;
        background-attachment: inherit;
    }

    .plan-block .like-h1 {
        font-weight: 900;
        font-size: 40px;
        line-height: 44px;
        max-width: 200px;
    }

    #mountain {
        padding-top: 80px;
    }

    .mountain-img {
        background: url(../img/mountain-mob.svg) no-repeat top;
        background-size: cover;
    }

    .mountain-text {
        max-width: 230px;
    }

    .mountain-content {
        display: none;
    }

    .mountain-block {
        margin-top: -174px;
    }

    .mountain-img {
        position: relative;
    }

    .step-row {
        display: flex;
        flex-direction: column;
        margin-top: -365px;
    }

    .step-row .step {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 28px;
    }

    .step .red-circle {
        width: 36px;
        height: 36px;
        margin-right: 18px;
    }

    .step .step-txt {
        margin-top: 0;
        width: 190px;
        text-align: left;
    }

    .forums {
        margin-top: 80px;
    }

    .past {
        display: block;
        font-family: Montserrat, sans-serif;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        margin-top: 8px;
    }

    .owl-carousel {
        right: 0;
    }

    .owl-stage {
        padding-top: 12px;
    }

    .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    .owl-carousel button.owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.12);
        margin: 0 4px;
    }

    .owl-carousel button.active {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.54);
        margin: 0 4px;
    }

    .forum-heading .normal {
        color: rgba(0, 0, 0, 0.54);
    }

    .forum-foto-block {
        width: 328px;
        height: 220px;
    }

    .forum-foto {
        width: 100%;
        height: 100%;
    }

    .forum {
        width: 330px;
        margin: 0 auto;
    }

    .upcoming-events {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 38px;
    }

    .past {
    }

    #faq .heading {
        text-align: center;
        font-size: 24px;
    }

    .inner-text {
        font-size: 12px;
        width: 90%;
        padding-bottom: 9px;
    }

    .accordion li .drop-down-toggle {
        padding: 9px 14px;
        font-size: 14px;
        line-height: 19px;
    }

    .owl-stage .owl-item:nth-child(1),
    .owl-stage .owl-item:nth-child(2),
    .owl-stage .owl-item:nth-child(3),
    .forum .upcoming {
        display: none;
    }

    .upcoming-forum-mob {
        display: flex;
        align-items: flex-start;
        border: 1px solid rgba(0, 0, 0, 0.12);
        margin-bottom: 24px;
    }

    .mob-conf-img {
        width: 100%;
    }

    .conf-name-mob {
        height: auto !important;
    }
}

@media (max-width: 490px) {
    .mountain-img {
        background-size: contain;
    }

    .step-row {
        margin-top: -430px;
    }
}

@media (max-width: 415px) {
    .left-tech-man {
        margin-top: -45px
    }

    .team {
        width: 327px;
        height: 273px;
    }
}

@media (max-width: 415px) {
    .step-row {
        margin-top: -500px;
    }
}

@media (max-width: 4890px) {
    .term {
        width: 40%;
    }
}

.pay .row{
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .pay .row{
        justify-content: center;
    }
}
.master-card {
    background: url(../../../assets-old-cases/img/Mastercard.svg) no-repeat center;
    background-size: contain;
    width: 48px;
    height: 38px;
}

.discover {
    background: url(../../../assets-old-cases/img/discover.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 38px
}
.union {
    background: url(../../../assets-old-cases/img/union.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 38px
}
.jcb {
    background: url(../../../assets-old-cases/img/jcb.png) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 38px
}
.cb {
    background: url(../../../assets-old-cases/img/cb.jpg) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 38px
}
.interac {
    background: url(../../../assets-old-cases/img/interac.png) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 38px
}
.am-ex {
    background: url(../../../assets-old-cases/img/am-ex.png) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 38px
}

.alfa-bank {
    background: url(../../../assets-old-cases/img/alfa.svg) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 50px
}

.visa {
    background: url(../../../assets-old-cases/img/visa.svg) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 50px
}

.webmoney {
    background: url(../../../assets-old-cases/img/webmoney.svg) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 50px
}

.webm-block {
    display: flex;
    flex-direction: column;
    align-items: center
}
.paxum {
    background: url(../../../assets-old-cases/img/paxum.png) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 50px
}
.capitalist {
    background: url(../../../assets-old-cases/img/capitalist.png) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 50px
}
.stripe {
    background: url(../../../assets-old-cases/img/stripe.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 50px
}
.payoneer {
    background: url(../../../assets-old-cases/img/payoneer.png) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 50px
}
.right-align-column {
    position: relative;
}
@media screen and (min-width: 1200px) {
    .right-align-column {
        position: absolute;
        right: 0;
    }
}

.footer__bottom .bottom__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 148px;
}
.footer__bottom .bottom__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 160px;
}
.footer__bottom .bottom__item:nth-child(3) {
    width: 180px;
}
.footer__bottom a.bottom__link {
    width: fit-content;
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    text-decoration: none;
}
.footer__bottom .footer__copyright {
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-top: 20px;
}
@media (max-width:767px) {
    .footer__bottom {
        padding-top: 34px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .footer__bottom .bottom__grid {
        gap: 22px;
        column-gap: 2px;
    }
    .footer__bottom .bottom__item {
        width: 138px;
    }
    .footer__bottom .bottom__item:nth-child(3) {
        width: 180px;
    }
    .footer__bottom .footer__copyright {
        margin-top: 44px;
    }
}