@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/css/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjYUvaYr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(/css/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    font-family: "Google Sans", sans-serif;
}

/*Хвала файрфоксу*/
@-moz-document url-prefix() {
    .mobile-list-open{
        height: -moz-max-content !important;
    }

    .about-info-block{
        width: -moz-max-content !important;
    }
}

.pictest {
    display: flex;
    flex-direction: column;
    align-items: end;
}

/*------------*/
/*Цвета текста*/
/*------------*/

.font-gold{
    color: #e6b800;
}

.font-red{
    color: #cc0000;
}

.font-green{
    color: #00cc44;
}

.font-blue{
    color: #0273d4;
}

.font-blue.title-text{
    color: #0273d4 !important;
}

.font-white{
    color: white;
}

.font-dark-gray{
    color: #4a5960 !important;
}

.top-header{
    position: fixed;
    height: fit-content;
    display: block;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,.12);
    border-bottom: 0;
    left: 0px;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 40000;
}

.article-title-div{
    margin: 26.8px 0 30px 0;
}

.marg-24{
    margin: 24px 0 24px 0;
}

.contact
{
    height: 540px !important;
}

.m-auto
{
    margin-left: auto;
    margin-right: auto;
}

.team-text-block .normal-text
{
    padding: 0 12px;
    text-align: left;
}

.h1, .h2-fix{
    font: 400 32px/40px Google Sans,sans-serif !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 32px;
    line-height: 40px;
    font-family: "Google Sans", sans-serif;
    letter-spacing: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 155%;
}

.pic-small-header-solutions
{
    background-repeat: no-repeat;
    background-position: 16px 15px;
    background-size: 24px;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    padding-left: 48px;
    transition: background .2s ease;
    cursor: pointer;
}

.pic-small-header-solutions:hover
{
    background-color: #ececff;
}

.smaller
{
    background-size: 17px !important;
    background-position: 20px 17px !important;
}

.header-logo
{
    color: black;
    background: white;
}

.h3 {
    font: 500 20px/25px Roboto,sans-serif;
    color: #4a5960;
    margin: 0 0 14px 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    display: block;
}

.footer-list-title
{
    margin-bottom: 6px !important;
}

.social-footer-text
{
    color: white !important;
    margin: 16px 0;
}

.h3-bottom-white
{
    color: white;
    margin: 32px 0 16px 0;
    overflow: hidden;
    font: 500 18px/30px Google Sans,sans-serif;
}

.h3-2{
    font: 500 20px/30px Google Sans,sans-serif;
    margin: 16px 0 12px 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    display: block;
}

.pad-top-48 {
    padding-top: 48px;
}

.pad-bot-32{
    padding-bottom: 32px;
}

.article-title, .article-title-text{
    margin: 28px 0 26px 0;
}

.article-title-text {
    color: #77909c;
    font-size: 26px;
    line-height: 1.4;
}

.font-gray-16 {
    font: 400 16px/24px Roboto,sans-serif;
    color: #4a5960;
}

.font-gray-18 {
    font: 400 18px/24px Roboto,sans-serif;
    color: #4a5960;
}

header li {
    color: #536e7a;
}

li {
    list-style-type: none;
}

.mobile-menu-solid
{
    display: block;
    width: 100%;
    background: white;
    opacity: 1;
    height: 100%;
    right: -277px;
    max-width: 280px;
    z-index: 19997;
    position: fixed;
    transition: right 0.2s;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-menu-transparent
{
    display: block;
    opacity: 0.5;
    background: black;
    height: 100%;
    width: 100%;
}

.mobile-menu-features-list,
.mobile-menu-company-list,
.mobile-menu-resources-list
{
    transition: top 0.2s;
    display: none;
    flex-direction: column;
    visibility: visible;
}

.second-item-features,
.second-item-company,
.second-item-resources
{
    display: none;
}

.second-item-features a
{
    margin-left: 12px;
}

.second-item-features:hover,
.second-item-company:hover,
.second-item-resources:hover
{
    background: #d7d7d7;
}

.second-item-features:last-child,
.second-item-company:first-child,
.second-item-resources:first-child
{
    padding-bottom: 0px;
}

.second-item-features-show,
.second-item-company-show,
.second-item-resources-show
{
    display: block;
}

.mobile-list-open
{
    height: fit-content !important;
    height: min-content !important;
}

.mobile-menu-item
{
    font: 400 14px/22px Google Sans,sans-serif;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mobile-menu-item:hover
{
    background-color: #f7f7f7;
}

.mobile-menu-item a
{
    padding: 12px 8px 12px 4px;
    display: block;
    color: #5f6368 !important;
    &.no-icon {
        padding-left: 34px !important;
    }
}

.page-black-mask
{
    top: 0px !important;
    display: block;
    margin-top: 64px;
    height: calc(100% - 64px);
    width: 0%;
    position: fixed;
    z-index: 19996;
}

.footer-linkbox-column li
{
    padding: 6px 0;
    cursor: pointer;
    line-height: 18px;
}

.green-btn
{
    background-color: #4caf50 !important;
    border-radius: 4px !important;
}

.green-btn:hover
{
    background-color: #51c355 !important;
}

.content-block
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 16px 0;
    box-sizing: border-box;
}

.content-cell-3, .content-cell-3-s
{
    width: 31.0%;
    padding: 1%;
    display: inline-block;
    flex-direction: column;
    vertical-align: top;
    transition: all 0.2s ease-out;
}

.content-cell-3-s:hover {
    background-color: #f7f7f7;
    cursor: pointer;
    border-radius: 12px;
}

.cb-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.cb-title > img {
    height: 100%;
}

.integrations_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    position: relative;
    border-radius: 32px;
    background-color: rgb(248 248 248);
    margin-bottom: 20px;
    min-height: 120px;
}

.integrations_heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #000000;
    position: relative;
    margin: 0;
}

.integrations_box {
    margin: 0px 20px;
}

.integrations_box2 {
    display: flex;
    width: 110px !important;
    height: 60px;
    padding: 24px;
}

.integrations_box2 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
}

.w100 {
    width: 100% !important;
}

integrations_box2 img:nth-child(6) {
height: min-intrinsic;
}

@media (max-width: 1110px) {
    .integrations_heading-wrapper {
        max-width: none;
        width: 100%;
        text-align: center;
    }
    .integrations_box, .integrations_box2 {
        width: 33%;
        text-align: center;
        margin: 4px 0;
    }
    .integrations_box2 {
        height: max-content;
    }
}

@media (max-width: 767px) {
    .integrations_box, .integrations_box2 {
        width: calc(50% - 36px) !important;
        max-width: 170px;
        text-align: center;
        margin: 4px 0;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.font-family-google-sans {
    font-family: 'Google Sans',sans-serif;
}

.site-blue {
    color: #0273d4;
}

.p-for-quotes {
    font-size: 20px;
    color: #36474f !important;
}

@media(max-width: 1000px) {
    .p4gaming_box_l {
        padding: 10px 0 0 0;
    }
    .p4gaming_box_l_text {
        margin-left: auto;
    }
}

.price-compare-check {
    width: 16px;
    height: 16px;
}

.quotes-title {
    width: 100% !important;
    max-width: 1188px !important;
    padding-bottom: 80px !important;
    line-height: 1.4 !important;
    text-wrap: balance;
    margin-left: 15px !important;
}

.quotes-title h1 {
    line-height: 1.15 !important;
}

.p {
    margin: 20px 0 20px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.blocks {
    display: flex;
    max-width: 1056px;
    margin: auto;
}

.block {
    width: 50%;
}

.p4gaming_box_l {
    width: 60%;
    padding-top: 40px;
}

@media (max-width: 800px) {
    .p4gaming_box_l {
        width: 100%;
        padding-bottom: 32px !important;
        padding-top: 32px !important;
    }
}

.features-tab-half, .features-tab-quarter, .bottom-list, .mobile-menu-item a:hover{
    color: #1a73e8 !important;
}

.footer-linkbox-column ul li:hover
{
    color: white;
}

.arrow-down-mobile2
{
    flex-direction: column;
    align-items: flex-start;
}

.arrow-down-mobile2 .tiny-arrow
{
    display: block;
    position: absolute;
    content: "";
    left: 35%;
    top: 20px;
    width: 15px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    -webkit-transition: all .2s linear;
    -o-transition: .2s all linear;
    transition: all .2s linear;
}

.text-wrapper
{
    padding: 2px 0 0 47px;
}

.unvisible
{
    visibility: hidden;
}

.hidden-list
{
    display: none;
}

.hidden
{
    display: none !important;
}

.social-footer, .utility-footer
{
    background: #666;
    color: #fff;
    height: fit-content;
}

/*Firefox no dashline on active elements*/
:focus {
    outline:none;
}

.utility-footer
{
    display: flex;
    padding: 10px 24px;
    background: #5f6368;
}

.utility-footer-link
{
    margin: 8px 16px 8px 0px;
    color: #bdc1c6 !important;
    font: 14px/16px Roboto,sans-serif;
}

.footer-row:not(:nth-child(2)) .utility-footer-link:not(:first-child)::before
{
    content: "|";
    margin-right: 8px;
}

.footer-row
{
    padding-bottom: 0px;
    display: flex;
    float: left;
    align-items: center;
}

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

.content-section-full{
    position: relative;
    margin-left: -10000px;
    margin-right: -10000px;
    padding-left: 10000px;
    padding-right: 10000px;
    background: #f7f7f7;
}

.features-tab-innerbox
{
    display: flex;
    flex: 1;
    height: 100%;
    align-items: stretch;
    justify-content: space-around;
    flex-flow: row wrap;
}

.black-text
{
    color: black !important;
}

.footer-linkbox-list
{
    color: #bdc1c6 !important;
    font: 14px/16px Roboto,sans-serif;
    display: flex;
    padding: 0;
}

.language-list
{
    position: fixed;
    display: none;
    right: 0px;
    z-index: 99999;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,.37);
    margin: 0 24px 0 0;
    width: 120px;
    min-width: 120px;
}

.language-item
{
    cursor: default;
    font: 14px/32px Roboto,sans-serif !important;
    color: black !important;
    margin: 0;
    height: 50%;
    width: 100%;
    text-align: center;
}

.language-item:hover
{
    background-color: #ececff;
    cursor: pointer;
}

.footer-new-title
{
    padding: 28px 0 8px 0 !important;
}

.footer-linkbox-column
{
    display: block;
    flex: 1 1 25%;
    padding: 24px 16px 32px;
    align-self: start;
}

.footer-linkbox
{
    background-color: #3c4043;
}

.capitalize
{
    text-transform: capitalize;
}

.features-tab-half{
    position: relative;
    padding: 4px 0px 0px 0px;
    /* padding: 40px 20px 12px 20px; */
    flex: 2 2 0;
    display: block;
    border-right: 1px solid #d8d8d8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(216, 216, 216);
    max-width: 100%;
    height: auto;
}

.company-tab
{
    height: auto !important;
    border: none !important;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24), inset 0 4px 6px -4px rgba(0,0,0,.24) !important;
    position: fixed !important;
    background-color: white !important;
    z-index: -6;
    width: 130px !important;
    max-width: 600px;
    max-height: 657px !important;
}

.scr-background
{
    position: absolute;
    width: 100%;
    background-size: 100%;
    z-index: -177;
    filter: opacity(25%);
}

.scr-bg
{
    display: none;
    position: absolute;
    width: calc(100vw + 300px);
    height: 500px;
    left: -300px;
    background-size: 65%;
    z-index: -177;
    filter: opacity(15%);
}

@media (min-width: 1000px)
{
    .scr-bg
    {
        display: block;
    }
}

.scr-bg2{
    margin-top: -300px;
    height: 800px;
}

.features-block
{
    padding: 0px 16px;
}

.h3-title-for-main {
    font-size: 18px;
    text-align: center;
}

.peerclick-intro
{
    position: relative;
    height: auto;
    /*margin: 0 -1000px;*/
    /*padding: 0 1110px;*/
}

.peerclick-intro-background
{
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain auto;
    background-position-y: 4vh;
    width: calc(100vw - 34px);
    height: 100%;
    filter: opacity(20%);
    z-index: -1;
}

* {
    margin: 0;
    padding: 0;
}

.no-m {
    margin: 0px !important
}

html, body{
    height: fit-content;
    font: 400 16px/24px Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.0em;
    text-size-adjust: 100%;
    font-display: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.img-logo{
    margin: auto;
    align-self: auto;
    cursor: pointer;
    height: 50px;
    width: 200px;
    padding-left: 8px;
}

.bottom-logo
{
    display: flex;
    border-bottom: solid 1px #80868b;
    height: 74px;
    width: 96% !important;
}

.img-logo-item
{
    align-self: auto;
    cursor: pointer;
    height: 27.4px;
    width: 200px;
    margin-bottom: auto;
    margin-top: auto;
}

.full-width{
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-container{
    display: flex;
    align-items: stretch;
    justify-content: left;
}

.flex-block-2
{
    display: block;
    flex: 1 1 0;
    text-align: center;
    margin: 16px 24px;
}

.flex-tab{
    display: inline-flex;
    color: rgba(0,0,0,.54);
}

.article-margin{
    line-height: 112%;
}

.text-gray{
    color: #77909c;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
}

.text-gray b {
    font-weight: 500;
}

.text-medium-gray
{
    line-height: 28px;
    color: #4a5960;
}

.cl-gray
{
    color: #4a5960 !important;
}

.text-medium-gray-i
{
    line-height: 28px;
    color: #4a5960 !important;
}

.text-blue{
    color: #0273d4;
    font-weight: 300;
}

.text-black{
    color: black;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
}

.arrow-img
{
    width: 16px;
    height: 16px;
    align-self: center;
    vertical-align: middle;
    padding-right: 10px;
}

.bottom-content-row{
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
}

ul {
    list-style: disc outside;
}

.flex-ul{
    display: inline-flex;
}

.peerclick-tabs-menu{
    height: 100%;
}

.menu-scroll-left, .menu-scroll-right, .menu-scroll-right-ru
{
    padding: 0 8px;
    border: none;
    background: white;
    height: 64px;
    cursor: pointer;
    vertical-align: middle;
    flex: 1 1 0;
}

.menu-scroll-right, .menu-scroll-right-ru
{
    right: 0px;
    display: none;
    position: sticky;
    width: 40px;
    max-width: 40px;
}

.menu-scroll-left
{
    left: 0px;
    display: inline-block;
    position: sticky;
    visibility: hidden;
    width: 0px;
    max-width: 0px;
}

.menu-scroll-right
{
    right: -3px;
}

.white{
    background-color: transparent;
}

.lower-tab-header-ecom, .lower-tab-header-aff{
    display: none;
    height: 210px;
    padding-bottom: 14px;
    color: #36474f !important;
}

.show2 {
    display: block !important;
    min-height: 210px;
    height: max-content;
}

.content-section {
    position: relative;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 20px 0 20px;
    margin: 0;
    flex: 1 1 auto;
}

.flex-header-submenu-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.flex-header-submenu-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: 33%;
}

.flex-header-submenu-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 70px;
    padding: 6px;
    width: 325px;
    line-height: 1.6;
    color: #36474f;
    border-radius: 10px;
    transition: 0.8s all ease-in-out;
}

.header-submenu-title {
    height: 30px !important;
    color: #0273d4 !important;
}

.flex-header-submenu-content-upper {
    display: flex;
    padding: 4px 0 0px 4px;
    font-size: 14px;
    flex-direction: row;
    font-weight: 500;
}

.igaming-content .peerclick-intro-header-left {
    align-items: center;
    justify-items: center;
}

.igaming-content .large-button {
    width: auto;
}

.compare-sticky-header {
    display: none !important;
}

.compare-sticky-header-visible {
    display: table !important;
}

.title-row th {
    background-color: #f6f7ff;
    text-align: center !important;
}

.flex-header-submenu-icon {
    width: 22px;
    height: 22px;
    padding-right: 6px;
    padding-bottom: 4px;
}

.flex-header-submenu-content-lower {
    padding: 4px 0 4px 32px;
    font-size: 12px;
}

.h1-headline{
    font: 400 40px/60px Google Sans,sans-serif;
    color: #36474f;
    text-align: center;
}

.drop-block
{
    position: absolute;
    display: none;
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    top: 65px;
    left: 180px;
    width: 200px;
    z-index: 3;
    height: min-content;
    color: rgba(0,0,0,.54) !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .12) !important;
    & .header-menu-li, a
    {
        width: 100%;
    }
    & .header-tab-link {
        height: 50px !important;
    }
}

.drop-block2 {
    left: unset;
    margin-left: -48px;
}

#product-button:hover .drop-block
{
    display: flex !important;
}

#company-tab2:hover .drop-block
{
    display: flex !important;
}

.header-menu-icon
{
    width: 22px;
    height: 22px;
    margin-left: 8px;
}

.full
{
    width: 100%;
    height: 100%;
    min-width: 33px;
    display: block;
}

.content-block-2 {
    margin: 24px 0 20px 0;
    padding: 0 0 2px 0;
    position: relative;
}

.content-block-2:last-child{
    border-bottom: 1px solid #ddd;
}

.content {
    position: relative;
    display: block;
    background: transparent;
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important;
}

a {
    text-decoration: none;
}

@media(max-width: 800px) {
    .pictest {
        align-items: center !important;
    }
    .h3-title-for-main {
        font-size: 14px !important;
    }
}

@media(max-width: 768px) {
    .h1, .h2-fix {
        font-size: 20px !important;
    }

    .peerclick-intro-header {
        padding: 18px 0 18px 0 !important;
    }

    .improve_header, 
    .h1-title-block, 
    .mob-fs-22, 
    .solutions-title h1 {
        font-size: 20px !important;
    }

    .what-peerclick-right, .what-peerclick-left {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .what-peerclick-left {
        padding: 20px 20px !important;
    }


    .bottom-content-row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .article-title-text, .compared-tracker {
        font-size: 14px !important;
    }

    .improve_box {
        font-size: 14px !important;
    }
    
    .compared-tracker2 {
        font-size: 12px !important;
    }
}

.footer-link
{
    color: #bdc1c6 !important;
    font: 14px/16px Roboto,sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 16px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.footer-link:hover
{
    color: white !important;
}

.content-link{
    font: 500 14px/24px Roboto,sans-serif;
    color: #1a73e8;
    outline: 0;
    padding-right: 24px;
    position: relative;
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

.main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.show-1190px
{
    display: inline-flex !important;
}

.hide-1190px
{
    display: none !important;
}

/* ----------------------------- */
/* ------------FOOTER----------- */
/* ----------------------------- */

.footer-list-title
{
    color: white;
    font: 14px/16px Roboto,sans-serif;
    font-weight: 500 !important;
}

.footer-list-title ul li
{
    cursor: pointer;
}

.footer{
    position: relative;
    background: midnightblue;
    flex: 0 0 auto;
    z-index: 9999;
}

.social-icon
{
    display: block;
    float: left;
    margin: 0 16px 0 0;
}

.social-icons-block
{
    display: flex;
}

.icon-telegram
{
    height: 35px;
    width: 35px;
    background-position: 5px 6px;
    background-size: 23px;
    background-color: white;
    margin: 0 16px 0 0;
    float: left;
    border-radius: 50%;
}

.icon-telegram-black
{
    background-position: 8px 21px;
    background-size: 20px;
    padding-left: 32px !important;
}

.mobile-menu-item .icon-telegram-black
{
    background-position: 2px 4px;
    background-size: 20px;
    padding-left: 27px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.icon-telegram:hover, .icon-telegram2
{
    background-color: #2b9ed4;
}

.icon-facebook
{
    background-position: 0 -177px;
    background-size: 35px;
    height: 35px;
    width: 35px;
}

.icon-facebook:hover, .icon-facebook2
{
    background-position: -35px -176px !important;
}

.arrow-down-header
{
    width: 8px;
    height: 8px;
    background-size: 8px;
    transition: all 0.25s ease-out;
}

.aff-header-tab:hover .arrow-down-header,
.header-menu-li:hover .arrow-down-header
{
    transform: rotate(-180deg);
}

.header-menu-li:hover
{
    background-color: #f7f7f7;
}

.social-icons-block {
    display: flex;
    align-items: center;
}

.social-icons-block a:first-child {
    width: 60px;
}

.social-icons-block a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.social-icons-block a img {
    width: 100%;
}

.social-icons-block a.icon-telegram img {
    width: 83%;
}

.social-icons-block a.icon-blog {
    width: 150px;
}

.icon-blog img{
    background-color: white;
}

/* ----------------------------- */
/* ------------HEADER----------- */
/* ----------------------------- */

.header-section
{
    height: 64px;
}

.header-nav-tab
{
    /*display: inline-flex;*/
    flex-direction: column;
    align-items: start;
    text-align: left;
}

.language-item-link
{
    text-decoration: none !important;
    color: #536e7a !important;
    display: block;
    line-height: 49px;
}

.company-tab-links
{
    font-size: 14px;
    color: #536e7a;
    width: 100%;
    display: block;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    font: 400 14px/22px Google Sans,sans-serif;
}

.features-tab-link:hover
{
    color: #1a73e8;
}

.hidden-header-tab {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24), inset 0 4px 6px -4px rgba(0,0,0,.24);
    position: fixed;
    background-color: white;
    top: 50px !important;
    display: none;
}

.visible-header-tab{
    overflow-x: auto;
    overflow-y: auto;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24), inset 0 4px 6px -4px rgba(0,0,0,.24);
    position: fixed;
    background-color: white;
    top: 64px !important;
    display: block;
    /*height: 700px;*/
    max-height: calc(90% - 50px);
}

.peerclick-intro-header-right
{
    width: calc(240px + 32vw);
    height: calc(135px + 18vw);
    min-width: 480px;
    min-height: 270px;
    max-width: 672px;
    max-height: 378px;
    padding-right: 16px;
    display: block;
    border: 0;
    position: relative;
    align-self: center;
}

.peerclick-intro-header-right iframe, .rocketchat-iframe
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px !important;
}

.peerclick-intro-header{
    z-index: 1;
    display: flex;
    position: relative;
    padding: 50px 0 20px 0;
    flex-direction: row;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-tab-link{
    display: inline-flex;
    gap: 4px;
    padding: 0 14px;
    box-sizing: content-box;
    align-items: center;
    height: 62px;
    white-space: nowrap;
    font: 400 14px/22px Google Sans,sans-serif;
    color: rgba(0,0,0,.54);
    border-bottom: 2px solid transparent;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition: color .2s;
    transition-timing-function: ease;
}

.header-tab-link:hover{
    color: rgba(0,0,0,.87);
}

.peerclick-header-logo{
    padding: 0px 24px 0px 8px;
    background-color: white;
    flex: 0 0 0;
    justify-content: center;
    align-items: center;
}

.peerclick-header-right{
    background-color: white;
    flex: 1 1 0;
    justify-content: flex-end;
    min-width: 302px;
    align-items: center;
    z-index: 19999;
}

.peerclick-header-right-ru{
    background-color: white;
    flex: 1 1 0;
    justify-content: flex-end;
    min-width: 320px;
    align-items: center;
    z-index: 19999;
}

.peerclick-header-menu{
    flex: 2.7 2.7 0;
    justify-content: flex-start;
    background-color: white;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.header-menu-li{
    display: block;
    text-align: center;
    align-items: center;
    box-sizing: content-box;
    padding: 0;
    display: inline-flex;
    height: 100%;
}

.second-header-row
{
    position: fixed;
    height: 64px;
    width: 100%;
    display: none;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,.12);
}

/* ----------------------------- */
/* ------------BUTTONS---------- */
/* ----------------------------- */

.button-login:hover{
    background: #4c8aef !important;
    color: white !important;
}

.header-tab-link, .flex-header-submenu-item
{
    transition: background-color, border .2s;
    transition-timing-function: ease;
}

.header-tab-link:hover, .flex-header-submenu-item:not(.header-submenu-title):hover
{
    background-color: #f7f7f7;
}

.large-button{
    margin: 12px 10px;
    line-height: 48px;
    height: 48px;
    max-width: 320px;
    text-align: center;
    padding: 12px 48px;
    display: inline-block;
    font: 500 14px/24px Roboto,sans-serif !important;
    vertical-align: middle;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-decoration-style: solid;
    border-radius: 2px;
}

.social-button
{
    padding: 8px 16px;
    vertical-align: middle;
    height: auto !important;
    margin: 0px !important;
}

.social-button:hover
{
    background: #e6ffff !important;
}

.button-blue{
    color: white;
    background: #4285f4;
    transition: background-color ease-in-out 0.2s;
}

.button-blue:hover{
    background: #4c8aef;
}

.button-white,
.button-blue,
.button-login{
    border-radius: 5px !important;
}


.button-white{
    color: #4285f4;
    background: white;
    border: 1px solid #dfdfdf;
}

.button-white:hover{
    background: #f9fbff;
}

.button-try
{
    display: flex;
    padding: 0px 23px !important;
    margin: 0px !important;
    border-bottom: 1px #dfdfdf !important;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    line-height: 34px !important;
    border-bottom-style: solid !important;
    height: 34px !important;
    font: 400 14px/22px Google Sans,sans-serif;
    color: #4285f4 !important;
}

.header-menu-button img {
    width: 100%;
}

.header-menu-button a {
    display: flex;
    align-items: center;
}

.header-menu-button
{
    width: 33px;
    height: 100%;
    margin-left: 18px;
    background-size: 38px;
    background-position-y: center;
    display: none;
    z-index: 29997;
}

.button-login
{
    background: #4285f4;
    font: 400 14px/22px Google Sans,sans-serif;
    color: white;
    display: flex;
    flex: 0 0 auto;
    height: 34px;
    padding: 0 16px;
    margin: 0 16px;
    border-radius: 2px;
}

/*---------------------------------------------------Privacy/Terms---------------------------------------------------------*/

.privacy-wrapper
{
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    padding: 16px 24px 0 24px;
}

.normal-text, .title-text, .subtitle-text, .subtitle-text-smaller, .privacy-list li
{
    letter-spacing: .2px;
    line-height: 24px;
    font-family: Roboto,Arial,sans-serif;
}

.normal-text
{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.87);
}

.normal-text-bigger
{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.87);
}

.title-text, .subtitle-text, .partnership-medium-title, .subtitle-text-smaller
{
    color: #3c4043;
    font-family: 'Google Sans',sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-top: 24px;
}

.privacy-list, .terms-list, .partnership-list
{
    margin: 0 0 0 16px;
}

.privacy-list li, .terms-list li, .partnership-list li
{
    list-style-type: disc;
    color: rgba(0,0,0,0.87);
    font-size: 14px;
    font-weight: 400;
    padding-left: 16px;
    padding-top: 20px;
}

.partnership-list li
{
    text-align: left;
    padding-left: 16px;
    margin-left: 20px;
    /*list-style-type: none !important;*/
}

.p-list-item:before
{
    background-size: 69%;
    background-repeat: no-repeat;
    size: 13px 15px;
    position: absolute;
    left: -20px;
    top: 4px;
}

.indent
{
    padding-top: 20px;
    margin: 10px 0;
}

.indent-small
{
    padding-top: 15px;
    margin: 5px 0;
}

.partnership, .about-text-block
{
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin: 30px 0px;
}

.partnership-medium-title
{
    font-size: 30px !important;
    padding-bottom: 12px;
}

.centered-title
{
    max-width: 1060px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8;
}

.purple-colored
{
    box-shadow: 0px 0px 3px 3px #ececff;
    background: #ececff;
}

.flex-block-2 select, .flex-block-2 input
{
    background: white;
    display: block;
    border: 2px solid rgb(212, 212, 212);
    padding: 10px 10px 10px 10px;
}

.flex-block-2 select
{
    width: calc(100% - 24px);
}

.flex-block-2 input
{
    width: calc(100% - 24px);
}

.form-item
{
    padding: 10px 40px 10px 40px;
}

.form-item-24
{
    padding: 10px 40px 10px 40px;
    width: calc(100% - 104px);
}

.checkbox-block-2x3
{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.check-label
{
    color: #3c4043;
    font-size: 12px;
    padding: 4px 16px 3px 24px;
}

.check-item
{
    flex: 1 1 40%;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    padding: 4px 16px;
}

.check-item input, .check-item span
{
    display: block;
    justify-self: left;
    display: block;
}

.top-traffic-label
{
    color: #3c4043;
    font-family: Roboto,Arial,sans-serif;
    padding-bottom: 16px;
}

.top-traffic-label
{
    color: #3c4043;
    font-family: Roboto,Arial,sans-serif;
    padding-bottom: 16px;
}

.flex-header-submenu-review
{
    background-color: #f6f7ff;
    width: 300px;
    height: 200px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.flex-row
{
    width: 100%;
    display: flex;
    height: fit-content;
}

.flex-row2
{
    display: flex;
    flex-direction: row;
}

.checkbox
{
    width: 20px !important;
}

.align-start
{
    align-items: flex-start !important;
}

.price-block-column
{
    display: block;
    width: 240px;
    text-align: center;
    top: 8px;

    min-height: 600px;
    max-height: 770px;
    height: calc(100% - 16px);
}

.fullprice-3:before
{
    content: '';
    width: 70px;
    height: 4px;
    background: #e6222b;
    position: absolute;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg);
    border-radius: 100px;
    top: 36px;
    left: 201px;
    z-index: 999;
}

.fullprice-3.fix:before
{
    content: '';
    width: 52px;
    height: 4px;
    background: #e6222b;
    position: absolute;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-29deg);
    border-radius: 100px;
    top: 36px;
    left: 196px;
    z-index: 999;
}

.fullprice-3
{
    font-size: 38px !important;
    position: absolute;
    color: #222222 !important;
    margin-top: 0px;
    padding-left: 168px;
    padding-top: 10px;
}

.money-blue
{
    display: block;
    font-size: 48px;
    color: #222222;
    line-height: 1.5;
    padding-right: 80px;
}

.photo-img
{
    width: 230px;
    height: auto;
}

.about-info
{
    max-width: 660px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-title, .contact-title
{
    font-size: 42px;
    font-family: 'Google Sans',sans-serif;
    font-weight: 500;
    color: #3c4043;
}

.contact-title
{
    margin-bottom: 24px;
}

.about-info-block
{
    display: flex;
    text-align: center;
    padding-top: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.about-info-block div
{
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    padding-left: 40px;
}

.captcha-block
{
    display: block;
    margin: 16px auto 0 40px;
    width: fit-content;
}

.submit-block, .bottom-contact-form-info
{
    display: block;
    padding: 24px 40px 12px 40px;
}

.bottom-contact-form-info
{
    text-align: left;
}

.submit-button
{
    width: 30% !important;
    min-width: 150px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 24px 0 auto;
}

.office-locations-block
{
    margin-top: 0px;
    width: 110%;
    margin-left: -5%;
    height: auto;
    opacity: 50%;
}

.about-info-block div:not(:last-child)
{
    border-right: 1px solid #dfdfdf;
}

.bottom-line-120
{
    display: block;
    margin: 26px auto 0 auto;
    width: 120px;
    border-bottom: 1px solid #dfdfdf;
}

.after-pricing-block
{
    text-align: center;
    margin: 32px auto 0 auto;
    max-width: 800px;
}

.good-submit
{
    background: #4285f4 !important;
    color: white;
    margin: 0 auto;
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    height: 40px;
    text-align: center;
    line-height: 18px;
}

.no-style-link
{
    text-decoration: none;
    color: white !important;
    width: 100%;
    height: 100%;
    display: block;
}

.fullsize-link
{
    display: block;
    width: 100%;
    height: 100%;
}

.active p
{
    font-weight: 500;
}

.blue-block
{
    cursor: pointer;
    font: 16px/18px 'Google Sans',sans-serif;
    line-height: 32px;
    border-radius: 4px;
    transition: background-color ease-in-out 0.3s;
}

.white-block
{
    background: transparent;
    color: rgba(0,0,0,0.87);
    line-height: 32px;
}

.partnership-data-panel
{
    text-align: left;

}

.possible-payment img
{
    width: 60px;
    padding-left: 4px;
    padding-right: 4px;
    height: auto;
}

.solutions-title
{
    display: flex;
    text-align: center;
    height: 200px;
    color: #3c4043;
    font-family: 'Google Sans',sans-serif;
    padding-bottom: 60px;
}

.solutions-title h1{
    font-size: 32px;
}

.solutions-title p {
    font-size: 22px;
}

.center-block {
    display: block;
    align-self: center;
    max-width: 600px;
    min-width: 600px;
    flex: 2 2 0;
}

.right-block {
    display: block;
    flex: 1 1 0;
}

.many-lines-img
{
    background: url(/static/lines/lines-5.svg) no-repeat;
    background-size: 200px auto;
    background-position: 0 25px;
    background-color: transparent;
}

.solution-background
{
    background: url(/static/lines/background-solutions.png);
    background-size: 2500px auto;
    background-position: center top;
    background-color: transparent;
}

.peerclick-intro-header-left
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media handheld and (max-width: 900px), screen and (max-width: 900px), screen and (max-width: 900px) {
    .content-cell-3, .content-block, .content-cell-3-s, agency-container .content-cell-3
    {
        display: block;
        float: none;
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: auto;
    }

    .font-gray-16{
        font: 400 14px/21px Roboto,sans-serif;
        color: #4a5960;
    }

    .p-for-quotes
    {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .content-block-2
    {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .content-block
    {
        display: block;
        float: none;
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: auto;
    }

    .inner-content .flex-container
    {
        display: block;
    }

    .header-menu-button
    {
        display: block;
        align-self: flex-end;
        position: absolute;
        right: 0px;
        margin-right: 16px;
    }

    .peerclick-header-menu
    {
        display: none;
    }

    .footer-linkbox-column
    {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        padding: 24px 16px 10px !important;
    }

    .footer-linkbox-list
    {
        flex-wrap: wrap;
    }
}

@media handheld and (max-width: 1700px), screen and (max-width: 1700px)
{
    .hide-1190px
    {
        text-align: center;
        align-items: center;
        display: inline-flex !important;
    }

    .show-1190px
    {
        display: none !important;
    }
}

@media handheld and (max-width: 1090px), screen and (max-width: 1090px)
{
    .peerclick-intro-header-left, .pictest {
        width: 100% !important;
    }

    .footer-row:first-child
    {
        padding-bottom: 16px;
    }

    .peerclick-intro-header-left
    {
        width: auto;
        margin: 0px !important;
        padding-right: 0 !important;
        align-self: left !important;
    }

    .peerclick-intro-header-right
    {
        width: calc(96vw - 32px) !important;
        height: calc(54vw - 18px) !important;
        max-width: 1120px !important;
        max-height: 630px !important;
        min-width: 320px !important;
        min-height: 180px !important;
        padding: 0 24px;
        display: block;
        border: 0;
        align-self: center;
        padding-top: 24px;
    }

    .peerclick-intro-header-right iframe
    {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-self: center;
    }

    .peerclick-header-menu
    {
        justify-content: flex-start;
    }

    .peerclick-intro-header
    {
        flex-direction: column !important;
        padding: 18px 0 60px 0;
    }

    .footer-linkbox-column:nth-child(3)
    {
        border-top: gray 1px solid !important;
    }

    .footer-linkbox-column:nth-child(4)
    {
        border-top: gray 1px solid !important;
    }

    .footer-linkbox-column
    {
        display: block;
        flex-wrap: wrap;
        flex: 1 1 46%;
    }

    .footer-linkbox-list
    {
        flex-wrap: wrap;
    }
}

@media handheld and (max-width: 1700px), screen and (max-width: 1700px)
{
    .menu-scroll-right
    {
        display: inline-block;
    }

    .menu-scroll-left
    {
        display: inline-block;
        visibility: visible;
        width: 40px;
        max-width: 40px;
    }
}

.peerclick-intro {
    padding-bottom: 1rem;
}

@media handheld and (max-width: 900px), screen and (max-width: 900px)
{
    .hide-on-900
    {
        display: none;
    }
}

@media handheld and (max-width: 800px), screen and (max-width: 800px)
{
    .pictest {
        display: none;
    }
 
    .about-info-block
    {
        flex-direction: column;
    }

    .about-info-block div
    {
        border-right: unset !important;
        border-bottom: 1px solid #dfdfdf;
        max-width: calc(100vw - 80px);
    }

    .footer-linkbox-column:nth-child(2)
    {
        border-top: gray 1px solid !important;
    }

    .mobile { display: none !important; }
}

@media handheld and (max-width: 600px), screen and (max-width: 600px)
{
    .center-block
    {
        min-width: calc(100vw - 16px);
    }

    .many-lines-img
    {
        visibility: hidden;
    }

    .second-header-row
    {
        display: none !important;
    }

    .top-header
    {
        box-shadow: none;
        border-bottom: solid 1px #dadce0 !important;
    }

    .peerclick-header-logo
    {
        background-color: none !important;
    }

    .footer-linkbox-column
    {
        border: none !important;
    }

    .large-button
    {
        display: block !important;
        text-align: center !important;
        padding: 12px 12px !important;
        font-size: 12px !important;
    }
}

/*Features*/

.one-feature-block
{
    width: 100%;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 32px;
}

.linkedin-about
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 333;
}

.landing-intro-background2
{
    background-size: auto calc(100% + 800px);
    background-position: 310px;
    width: calc(100vw - 34px);
    z-index: -35;
    height: 100%;
    display: block;
    position: absolute;
    flex-direction: row;
    opacity: 0.5;
}

.first-block
{
    color: #d8e3db;
    padding-top: 32px;
}

.company-tab-link
{
    background-repeat: no-repeat;
    background-position: 16px 15px;
    background-size: 24px;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    padding-left: 48px;
    transition: background .2s ease;
    cursor: pointer;
}

.company-link
{
    padding-left: 0px !important;
    text-align: center;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.font-gray{
    color: #77909c;
}

.benefit-block
{
    display: block;
    width: 25%;
}

/*Плашка pricing мобильная сверху*/

.flex-end-container
{
    display: block;
    height: fit-content;
    position: absolute;
    bottom: 16px;
    width: 248px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 64px;
}

.login-mobile, .register-mobile
{
    padding: 0 16px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 16px;
    height: 40px !important;
}

.content-cell-3 .text-blue {
    font-weight: 500 !important;
}

.peerclick
{
    position: relative;
    background-image: url(static/agency/bottom_white.svg);
    background-size: cover;
    display: flex;
    z-index: 17;
    width: 50%;
    height: 100%;
    background: none;
}

.peerclick p, .w-peerclick p
{
    justify-self: center;
    align-self: center;
    vertical-align: center;
    color: #333;
    width: 70%;
    margin: auto;
    text-align: center;
}

.peerclick p span, .w-peerclick p span
{
    font-weight: 700;
}

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

.features-navigation {
    display: none !important;
}


@media screen and (max-width: 700px){
    .features-navigation{
        display: none !important;
    }
}

.features-navigation{
    opacity: 0;
}

.features-navigation.show{
    opacity: 1 !important;
}

.features-navigation{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.features-navigation-block{
    width: 700px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,.12);
}

.features-navigation-block > a{
    background-color: rgba(0, 0, 0, 0) !important;;
    background-position-x: 0% !important;
    background-position-y: 0% !important;;
    background-size: auto !important;;
    background-size: contain !important;;
    background-color: transparent !important;;
    background-size: 30px 30px !important;;
    background-position: 0px center !important;;
    padding-left: 40px;
    cursor: pointer;
    color: rgba(0,0,0,.54);
}

.features-navigation-block > a:hover{
    color: rgba(0,0,0,.87);
}

.features-navigation-block > a:nth-child(1){
    background: url(/static/track.png) no-repeat;
}

.features-navigation-block > a:nth-child(2){
    background: url(/static/analyze.png) no-repeat;
}

.features-navigation-block > a:nth-child(3){
    background: url(/static/optimize.png) no-repeat;
}

.features-navigation-block > a:nth-child(4){
    background: url(/static/scale.png) no-repeat;
}

.header-tab-link{
    cursor: pointer;
}

.header-menu-li .visible-header-tab{
    z-index: 9999;
    border: none !important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.12) !important;
}

.header-menu-li .visible-header-tab .features-tab-half{
    border: none !important;
}

.improve {
    padding: 60px 0;
    position: relative
}

.improve:before {
    display: block;
    position: absolute;
    content: "";
    width: 69%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(21,21,34,.02);
    z-index: -1
}

@media(max-width: 959px) {
    .improve:before {
        width:80%
    }
}

@media(max-width: 767px) {
    .improve:before {
        display:none
    }
}

.dot {
    font-size: 20px;
    padding-right: 8px !important;
}

.peerclick-intro-header-left, .pictest {
    width: 50%;
}

@media (max-width: 1200px) {
    .peerclick-intro-header-left, .peerclick-intro-header-left, .pictest {
        width: 100% !important;
    }
}

.abs-number-block {
    position: relative;
    display: flex;
    flex-direction: row;
    bottom: 63%;
    left: 2%;
    width: 90%;
    height: 13%;
    white-space: pre;
    background: transparent;
}

.abs-number-block2 {
    position: relative;
    display: flex;
    flex-direction: row;
    bottom: 46.7%;
    left: 33%;
    width: 100%;
    height: 4%;
    white-space: pre;
    background: transparent;
}

.abs-number-block-25 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111111111111;
}

.abs-number-block-25 span {
    margin-top: 5%;
    margin-bottom: -10px;
}

#track-int5 {
    font-size: 12px;
}

.why-header {
    margin-bottom: 24px !important;
}

/*--------------------*/
/*GRID*/
/*--------------------*/
.block-location-us {
    width: 195px;
    height: 195px;
    padding: 16px;
    line-height: 2;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .02), 0 9px 38px 8px rgba(0, 0, 0, .06), 0 24px 38px 3px rgba(21, 21, 34, .02);
    background: #FFFFFF;
}

.block-location-us {
    top: 368px;
}

.contact-block-label {
    font-weight: 500;
    font-size: 18px;
}

.contact-block-description {
    font-size: 14px;
}

/*--------------------*/
/*Универсальные классы*/
/*--------------------*/

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ddd;
    height: 1px;
    padding: 0px !important;
    border: none;
}

.text-left{
    text-align: left !important;
}

.lh-1-5
{
    line-height: 1.5 !important;
}

.lh-26
{
    line-height: 26px !important;
}

/* ----------------------------- */
/* DISPLAY SIZE DEPENDING STYLES */
/* ----------------------------- */
@media handheld and (max-width: 640px), screen and (max-width: 640px)
{
    .text-medium-gray
    {
        font-size: 20px !important;
        line-height: 1.5 !important;
        color: #4a5960;
    }

    .improve {
        padding: 40px 0
    }

    .font-gray-18{
        font: 400 14px/21px Roboto,sans-serif !important;
        color: #4a5960;
    }
}

/*Overwrite*/
@media(max-width: 425px) {
    .content-cell-3, .content-block, .content-cell-3-s, agency-container .content-cell-3{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bottom-content-row .content-cell-3 {
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-bottom: 0px !important;
    }

    .lh1-4mob {
        line-height: 1.4 !important;
    }

    .mob-none {
        display: none !important;
    }
}

.pointer {
    cursor: pointer;
}

.faq-answer {
    display: none;
}

.faq-answer-opened {
    display: block;
}

.faq-rotate {
    transform: rotate(180deg);
}

.google-sign-in:before {
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23EA4335' d='M9 3.48c1.69 0 2.83.73 3.48 1.34l2.54-2.48C13.46.89 11.43 0 9 0 5.48 0 2.44 2.02.96 4.96l2.91 2.26C4.6 5.05 6.62 3.48 9 3.48z'/%3E%3Cpath fill='%234285F4' d='M17.64 9.2c0-.74-.06-1.28-.19-1.84H9v3.34h4.96c-.1.83-.64 2.08-1.84 2.92l2.84 2.2c1.7-1.57 2.68-3.88 2.68-6.62z'/%3E%3Cpath fill='%23FBBC05' d='M3.88 10.78A5.54 5.54 0 0 1 3.58 9c0-.62.11-1.22.29-1.78L.96 4.96A9.008 9.008 0 0 0 0 9c0 1.45.35 2.82.96 4.04l2.92-2.26z'/%3E%3Cpath fill='%2334A853' d='M9 18c2.43 0 4.47-.8 5.96-2.18l-2.84-2.2c-.76.53-1.78.9-3.12.9-2.38 0-4.4-1.57-5.12-3.74L.97 13.04C2.45 15.98 5.48 18 9 18z'/%3E%3Cpath d='M0 0h18v18H0z'/%3E%3C/g%3E%3C/svg%3E");
}

.google-sign-in {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    color: #757575;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .2px;
    color: rgba(0, 0, 0, .54);
    text-decoration: none;
    border: 1px solid rgba(194, 201, 214, .6);
    cursor: pointer;

    margin: 12px 10px;
    padding: 12px 48px;
    height: 48px;

}

.google-sign-in:hover {
    background-color: #8080800f;
}

.peerclick-intro-header-left .href-register {
    white-space: nowrap;
}

.mt-12 {
    margin-top: 3rem;
}

.text-bold-2 {
    font-weight: bold;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.button-white-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    color: #757575;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .2px;
    color: rgba(0, 0, 0, .54);
    text-decoration: none;
    border: 1px solid rgba(194, 201, 214, .6);
    cursor: pointer;
    margin: 12px 10px;
    padding: 12px 48px;
    height: 48px;
}

.no-m {
    margin: 0px;
}

.mt-8 {
    margin-top: 2rem;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.text-l {
    font-size: 1.5rem;
}

.text-justify {
    text-align: justify;
}

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

.what-peerclick {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 48px;
    display: flex;
    width: calc(100% - 32px);
    background-color: #ffffff;
    box-shadow: 0px 10px 40px 0px rgba(222, 222, 222, 1);
    border-radius: 24px;
}

@media (max-width: 1100px) {
    .what-peerclick {
        flex-direction: column !important;
        align-items: center !important;
        padding-bottom: 24px !important;
    }
}

.what-peerclick-left
{
    padding: 20px 32px;
    margin-right: 32px;
    & img {
        max-height: 450px;
    }
}
.what-peerclick-right
{
    align-self: center;
    max-width: 560px;
    margin: auto;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 24px;
    padding: 32px;
    color: #4a5960 !important;
    background-color: #f7f7f7;

    & .h2-fix {
        text-align: center;
        margin-bottom: 16px;
    }
}


@media(max-width: 1260px) {
    .tracker-compare .flex-table-vs {
        margin-top: 200px !important;
    }

    .tracker-compare .compare-title-content, .tracker-compare .panel-screen
    {
        margin-left: auto;
        margin-right: auto;
    }

    .tracker-compare .compare-title-content {
        margin-top: 0px !important;
    }
}

@media(max-width: 425px) {
    .flex-table-vs2 {
        width: 100vw !important;
        margin-left: -20px !important;
        .flex-table-row {
            &.compact {
                height: 205px !important;
            }
        }
        .block-vs {
            height: 130px !important;
            padding: 15px !important;
            &.compact {
                height: 175px !important;
            }
        }
        .block-vs {
            p:not(.fs-12-mobile) {
                font-size: 14px !important;
                line-height: 1.4;
            }
        }
        .fs-12-mobile {
            font-size: 12px !important;
            line-height: 1.4;
        }
        & img {
            display: none;
        }
        & .block-vs p
        {
            width: 100% !important;
        }
    }
    & .h1-title-block
    {
        min-width: 100% !important;
    }
    .compare-benefit-title {
        font-size: 22px !important;
        width: 100% !important;
    }
    .tracker-compare .compare-title-content
    {
        min-width: 0px !important;
        line-height: 1.4;
        & p {
            font-size: 12px
        }
    }
    .p-h-20-mobile {
        width: unset !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .compare-benefit-title.p-h-20-mobile {
        margin-left: 0px !important;
    }

    & .right-gray-background {
        height: 540px !important;
    }

    .mob-fix-mb {
        margin-bottom: -175px !important;
    }
}

.shadow {
    box-shadow: 0px 10px 40px 0px rgba(222,222,222,1);
}

.anim {
    transition: all ease-in-out 0.2s;
}

.partial-gray {
    background: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 85%, #ffffff 85%, #ffffff 100%) !important;
}

/* !!!!!!! */

.hidden {
    display: none;
}

.show-flex {
    display: flex !important;
}

.grid {
    display: grid !important;
}

.flex {
    display: flex;
}

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

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-items: start;
}

/* !!!!!!! */

.fs-32 {
    font-size: 32px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.font-weight-500
{
    font-weight: 500;
}


.text-bold
{
    font-weight: 500 !important;
}

.not-bold
{
    font-weight: 400 !important;
}

.subtitle-text
{
    font-size: 18px;
    line-height: 26px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.left-0 {
    right: 0px;
}

.mobile-list-open {
    display: flex !important;
}

/* !!!!!!! */

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-15 {
    margin-bottom: 20px !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.m-b-xl {
    margin-bottom: 30px !important;
}

.m-b-lg {
    margin-bottom: 25px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-sm {
    margin-bottom: 15px !important;
}

.m-b-xs {
    margin-bottom: 10px !important;
}

.m-b-xxs {
    margin-bottom: 5px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-l-xs {
    margin-left: 10px;
}

.m-auto {
    margin: auto !important;
}

.m-h-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-l-auto {
    margin-left: auto !important;
}

.m-r-auto {
    margin-right: auto !important;
}

.m-unset {
    margin: unset !important;
}

.m-v-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.m-t-28 {
    margin-top: 28px !important;
}

.pad-bot-24
{
    padding-bottom: 24px;
}

.pad-top-24{
    padding-top: 24px;
}

.fix-padding
{
    padding-left: 3px;
}

.pad-bot-16
{
    padding-bottom: 16px;
}

.utility-footer-links-block
{
    margin-right: 16px;
}

.extra-top-padding
{
    padding-top: 70px !important;
}

.m-l-xs {
    margin-left: 10px !important;
}

.m-r-xs {
    margin-right: 10px !important;
}

.m-b-sm {
    margin-bottom: 15px !important;
}

.no-p {
    padding: 0 !important;
}

.p-8
{
    padding: 8px !important;
}

.m-b-8
{
    margin-bottom: 8px !important;
}

.p-t-15
{
    padding-top: 15px !important;
}

.p-b-24
{
    padding-bottom: 24px !important;
}

.m-16-0
{
    margin: 16px 0px !important;
}

.p-l-10
{
    padding-left: 10px !important;
}

.mh-auto
{
    margin-left: auto;
    margin-right: auto;
}

.p-v-12
{
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

/* !!!!!!! */

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.max-width{
    max-width: 1280px;
}

.mw-100 {
    max-width: 100%;
}

.w-50p {
    width: 50% !important;
}

/* !!!!!!! */

.wrapper {
    overflow-x: hidden;
}