/*
Header menu
*/
#menu_header ul{
    padding: 0;
    margin: 0;
}
#menu_header .sub-menu{
    position: absolute;
    left: 0;
    top: 90%;
    width: 100%;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    padding-bottom: 16px;
}
#menu_header .active  .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#menu_header .sub-menu{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
#menu_header .sub-menu li{
    width: 33.33333333%;
    list-style: none;
    padding: 0 20px 24px 0;
    position: relative;
    z-index: 2;
}
#menu_header .sub-products .sub-menu li{
    width: 50%;    
}
#menu_header .sub-menu a{
    font-size: 24px;
    line-height: 30px;
    font-family: 'AvenirNextCyr-Bold';
    margin-bottom: 8px;
    position: relative;
}
#menu_header .sub-menu .sub-menu a{
    font-size: 16px;
}
#menu_header .sub-menu a:hover + span{
    color: #d31f35;
}
#menu_header .sub-menu span.description{
    font-size: 14px;
    line-height: 21px;
    display: block;
    font-family: 'Avenir Next Cyr';
}
#menu_header .sub-menu:before {
    content: "";    
    width:100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;    
    transform: translate(-50%, 0);
    top: 0;
    z-index: 1;    
    box-shadow: 0 12px 8px rgb(0 0 0 / 9%);
}
#menu_header .sub-menu .sub-menu{
    display: flex;
    position: static;
    font-size: 14px;
    line-height: 21px;    
    font-family: 'Avenir Next Cyr';
}
#menu_header .sub-menu .sub-menu:before {
    display: none;
}
#menu_header>ul>li{
    display: inline-block;
    padding: 28px 12px;
}
#menu_header .active a{
    font-family: 'AvenirNextCyr-Bold';
}
#menu_header>ul>li>a{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #32323C;    
    position: relative;    
}
#menu_header li.menu-item-has-children>a{
    padding-right: 20px;
    cursor: pointer;
}
#menu_header ul ul li.menu-item-has-children>a:not([href]){    
    cursor: default;
}
#menu_header ul ul li.menu-item-has-children>a:not([href]:hover){    
    color: #32323C;
}
#menu_header ul:not(.sub-menu)>li.menu-item-has-children>a:after{
    position: absolute;
    content: "";
    width: 14px;
    height: 27px;
    background:  url(../images/svg/drop_mark.svg) no-repeat;
    top: -3px;
    right: 0px;
}
#menu_header li.menu-item-has-children.active>a:after{
    transform: rotate(180deg);
}
.link-line{
    position: relative;
}
#menu_header>ul>li:not(.menu-item-has-children)>a:before, #menu_header .sub-menu a .link-line:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background-color: #d31f35;
    transition: all .5s ease;
}
#menu_header>ul>li a:hover:before, #menu_header .sub-menu a:hover .link-line:before {
    width: 100%;
}
#menu_header .sub-menu a:not([href]):hover .link-line:before{
    width: 0;
}
#menu_header li.menu-item-has-children a:hover{
    color: #D31F35;
}
#menu_header li.menu-item-has-children a:hover:after{    
    background:  url(../images/svg/drop_mark_hover.svg) no-repeat;    
}
#menu_header>ul>li.menu-black>a{
    color: #ffffff;
    padding: 4px 8px;
    background: #32323C;
    border-radius: 4px;
}
#menu_header>ul>li.menu-black a:hover:before{
    width: 0;
}
#menu_header>ul>li.menu-black>a:hover{
    background: #747B7C;
}
/*
All style
*/
.is-mobile{
    display: none;
}
.text-center{
    text-align: center;
}
a.button-link, input.button-link{
    font-size: 20px;
    line-height: 150%;
    padding: 12px 32px;
    box-shadow: none;
    min-width: auto;
}
a.button-link:hover, input.button-link:hover{
    background: #FF2742;
    box-shadow: none;
}
a.button-link:hover::before {
    width: 0px;
    height: 0px;
}
h1.title-home{
    font-size: 64px;
    line-height: 85px; 
}
.container-width{
    max-width: 764px;
    margin: auto;
}
.font24bold{
    font-size: 24px;
    line-height: 150%;
    font-family: 'AvenirNextCyr-Bold';
}
.font20{
    font-size: 20px;
    line-height: 27px;
}
p{
    margin: 0;
}
.site_section{
    padding: 64px 0 80px 0;
}
/*
Hero
*/

#hero{
    background: #EEEEEE;    
}
#hero.template-one{
    background: #6CC9C6;
}
.subtitle{
    font-size: 24px;
    line-height: 150%;
}
#hero h1{
    text-align: left;
    margin-bottom: 24px;
}
#hero .text{
    font-size: 28px;
    line-height: 38px;
    font-family: 'AvenirNextCyr-Demi';
    max-width: 470px;
    margin-bottom: 40px;
}
#hero.template-default .button a {
    background: #D31F35;
    box-shadow: none;

}
#hero.template-default .button a:hover{
    background-color: #747B7C;
}
#hero .button{
    margin-bottom: 20px;
}
/*
End Hero
*/
/*
Optimization options
*/
#optimization_options .text{
    font-size: 28px;
    line-height: 38px;
    font-family: 'AvenirNextCyr-Demi';
    margin-bottom: 64px;
}
#optimization_options h2{
    margin-bottom: 32px;
    text-align: left;
}
.title-option{
    font-size: 24px;
    line-height: 150%;
    font-family: 'AvenirNextCyr-Bold';
    position: relative;
    padding-left: 42px;    
}
.title-option:before{
    position: absolute;    
    left: 0;
    bottom: 0;
    background: url(../images/smartway/tick.svg);
    width: 22px;
    height: 36px;
    content: "";    
    display: block;
    background-repeat: no-repeat;
    background-position: center center;    
}
.text-option{
    font-size: 20px;
    line-height: 27px;
    padding-left: 42px;
}
.text-option ul{
    padding: 10px 0 10px 30px;
    margin: 0;
}
/*
End Optimization options
*/
/*
Demand
*/
#demand{
    background: #F8E1B7;
}
#demand .title-home{
    margin-bottom: 24px;
}
.demand-media{    
    background: #FFFFFF;
    padding: 32px 40px;
    justify-content: center;
    border-radius: 8px;
}
#demand .subtitle{
    font-size: 30px;
    line-height: 41px;
    font-family: 'AvenirNextCyr-Bold';
    width: 100%;
    text-align: center;
    margin-bottom: 24px;    
}
#demand .in-media {
    padding: 0;
    text-align: center;
}
/*
End Demand
*/
/*
Key Features
*/
#key_features{
    background: #333333;
    color: #FFFFFF;
}
#key_features .title-home{
    color: #FFFFFF;
}
.key_features-title{
    font-size: 30px;
    line-height: 41px;
    font-family: 'AvenirNextCyr-Bold';
}
.key_features-text{
    font-size: 24px;
    line-height: 150%;
    padding: 8px 0;
}
.key_features-text img{
    margin-left: 10px;
}
.key_features-text.bull{
    padding-left: 40px;
    background: url(../images/svg/bullet.svg) no-repeat;
    background-position-y: 15px;    
}
/*
End Key Features
*/

/*
Connection types
*/
#connection_types{
    background: #333333;
    padding-top: 0;    
}
#connection_types .title-home{
    color: #FFFFFF;
    margin-bottom: 32px;
}
#connection_types .button{
    text-align: center;
    width: 100%;
    margin-top: 72px;
}
.connection-block{
    background: #F8E1B7;
    border-radius: 8px;
    padding: 16px;
    height: 100%;    
}
.connection-block-text{
    line-height: 35px;
}
.connection-block-title{
    margin-bottom: 8px;
}
#connection_types .col-md-4:nth-of-type(2) .connection-block{
    background: #D31F35;
    color: #FFFFFF;
}
#connection_types .col-md-4:nth-of-type(2) .connection-block-title{
    background: url(../images/svg/star_white.svg) no-repeat;
    padding-left: 40px;
}
#connection_types .button a {
    background: #FFFFFF;
    color: #32323C;
}
#connection_types .button a:hover{
    background: none;
    color: #555555;
}
/*
End Connection types
*/
/*
Transparency
*/
#transparency{
    background: #6CC9C6;
}
#transparency .title-home{
    text-align: left;
}
#transparency .container{
    max-width: 964px;
}
#transparency .text{
    font-size: 28px;
    line-height: 38px;
    font-family: 'AvenirNextCyr-Demi';
    margin-bottom: 24px;
}
#transparency .number{
    font-size: 64px;
    line-height: 87px;
    color: #FFFFFF;
    font-family: 'AvenirNextCyr-Bold';
}
#transparency .subtext{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 24px;
}
.brand-block-title{
    font-size: 24px;
    line-height: 150%;
    font-family: 'AvenirNextCyr-Bold';
}
.brand-block-text{
    font-size: 20px;
    line-height: 27px;    
}
.brand-block{
    background: #FFFFFF;
    border-radius: 16px;
    overflow: auto;
    padding: 16px;
    margin-bottom: 8px;
}
.brand-block div{
    padding-left: 0;
}
/*
End Transparency
*/
/*
Review
*/
#review .container{
    max-width: 764px;
}
#review .text{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
}
#review .name{
    font-size: 24px;
    line-height: 150%;
    font-family: 'AvenirNextCyr-Bold';
    margin-bottom: 7px;
}
#review .position{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.review-image{
    background: #F2F2F2;
    width: 177px;
    height: 177px;
    border-radius: 100%;
}
/*
End Review
*/
/*
Start Revenue
*/
.maximize-section {
    background: #EEEEEE;
    padding: 49px 0 95px 0;
}

.maximize-section h2 {
    text-align: center;
    margin-bottom: 37px;
    color: #333333;
    font-size: 52px;
    font-weight: 1000;


}


p.title {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    padding: 10px 48px;
    color: #FFFFFF;
    font-weight: bold;
    background: #333333;
    box-shadow: 0 -3px 20px rgba(128, 92, 0, 0.04), 0 70px 80px rgba(0, 48, 119, 0.04), 0 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 8px 8px 0 0;
    margin: auto;
    margin-bottom: 50px;
    display: table;
}


.maximize-block {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    padding: 0 49px 36px 49px;
}

.maximize-block h3 {
    position: relative;
    width: 340px;
    padding: 5px;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    background: #FFFFFF;
    color: #D31F35;
    margin: 0 auto -6px auto;
    display: table;
    top:-21px;
    border-radius: 5px 5px 0 0;
}

.maximize-block h3:after, .maximize-block h3:before {
    width: 17px;
    height: 16px;
    background: #979797;
    border-radius: 4px 4px 0 0;
    position: absolute;
    top:-16px;
    display: block;
    content: "";
}

.maximize-block h3:after {
    left: 34px;
}
.maximize-block h3:before {
    right: 34px;
}

.maximize-top {
    margin-bottom: 54px;
    max-width: 963px;
    margin-left: auto;
    margin-right: auto;
}
.maximize-bottom {
    max-width: 963px;
    margin-left: auto;
    margin-right: auto;
}


.maximize-block p {
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
    margin-bottom: 12px;
}
.maximize-block p:nth-last-child(1) {
    margin-bottom: 0;
}



.maximize-bottom .maximize-block {
    padding-bottom: 28px;
    height: 100%;
}
.maximize-block-int {
    margin-bottom: 30px;
}


p.bold {
    font-family: 'AvenirNextCyr-Bold';
}

.maximize-block p.bold {
    margin-bottom: 11px;
}

.maximize-block-bottom p {
    font-size: 18px;
    line-height: 19px;
    color: #32323C;
    margin-bottom: 16px;
}

.maximize-block-bottom p span {
    font-family: 'AvenirNextCyr-Bold';

}

.maximize-block .col-md-4 {
    width: 50%;
}

.maximize-bottom .col-md-7 {
    width: 50%;
}
.maximize-bottom .col-md-5 {
    width: 50%;
}

.maximize-block small{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
}
/*
End Revenue
/*
Traffic
*/
#traffic{
    background: #32323C;
}
#traffic .title-home{
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}
#traffic .title-home-1{
    color: #FFFFFF;
    text-align: center;
    font-size: 30px; 
}
#traffic .text{
    font-size: 28px;
    line-height: 38px;
    font-family: 'AvenirNextCyr-Demi';
    color: #FFFFFF;
    max-width: 431px;
}
.traffic-block-title{
    max-width: 1062px;
    margin: auto;
    overflow: hidden;
}
.traffic-blocks{
    clear: both;
    background: #F8E1B7;
    border-radius: 8px;
    padding: 24px 32px;
    margin: 56px 0 22px 0;
}
.traffic-block{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.traffic-block img{
    width: 24px;
    padding-top: 10px;
}
.text-traffic{
    font-size: 24px;
    line-height: 150%;
    padding-left: 20px;
}
.title-traffic{
    text-align: center;
    font-size: 30px;
    line-height: 41px;
    font-family: 'AvenirNextCyr-Bold';
    margin-bottom: 48px;
}
#traffic .text-right{
    font-size: 24px;
    line-height: 150%;
    font-family: 'AvenirNextCyr-Bold';
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 32px;
    text-align: left;
    max-width: 415px;
    float: right;
}
#traffic .button{
    text-align: center;
}
#traffic .button a{
    background: #FFFFFF;
    color: #32323C;
}
#traffic .button a:hover{
    background: none;
    color: #555555;
}
/*
End Traffic
*/
/*
Partnership
*/
#partnership{
    background: #F8E1B7;
}
#partnership .title-home{
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 32px;
}
#partnership table{
    border-collapse: separate;
    border-spacing: 0 4px;
    max-width: 685px;
    margin: auto;
    margin-bottom: 32px;
}
#partnership td{
    padding: 16px;
    background: #FFFFFF;
    margin-bottom: 4px;
    vertical-align: baseline;
}
#partnership td img{
    margin-left: 8px;
    vertical-align: baseline;
}
#partnership td{
    font-size: 20px;
    line-height: 27px;
}
#partnership tr td:last-child{    
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
#partnership tr td:first-child{    
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
#partnership .button{
    text-align: center;
}
#partnership .button a{
    background: #32323C;
    box-shadow: none;
}
#partnership .button a:hover{
    background: #747B7C;  
}
/*
End Partnership
*/
/*
Connect
*/
#connect h2{
    font-size: 30px;
    line-height: 41px;
    text-align: left;
    margin-bottom: 40px;
}
.connect-blocks{
    max-width: 796px;
}
.row .col-sm-4:not(:nth-last-child(1)) .connect-block-img:after{
    top: 60px;
    background: url(../images/smartway/icon-tm-arrow.svg);
    height: 8px;
    width: 40px;
    right: 10px;
    display: block;
    content: "";
    position: absolute;
    background-position-x: right;
}
.connect-block-text{
    font-size: 20px;
    line-height: 27px;
    width: 177px;
    margin-top: 26px;
}
.connect-block-img{
    width: 177px;
    height: 124px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px -3px 20px rgb(128 92 0 / 4%), 0px 70px 80px rgb(0 48 119 / 4%), 0px 36.5px 29.2013px rgb(0 55 79 / 3%), 0px 17.72px 14.1767px rgb(0 0 0 / 2%), 0px 8.6871px 6.94968px rgb(0 0 0 / 2%), 0px 3.43489px 2.74791px rgb(0 0 0 / 1%);
    border-radius: 8px;
    line-height: 124px;    
}
.connect-block-img img{
    
}
/*
End Connect
*/

/*
Main heading
*/
#main_heading{
    background: #32323C;
}
#main_heading.template-about-us{
    background: #FFFFFF;
} 
#main_heading .main-background{
    background: none;
    min-height: auto;
}
#main_heading .main-background svg{
    position: absolute;
    left: 0;
    opacity: 0.4;
}
#main_heading.template-about-us .main-background svg{
    display: none;
}
#main_heading .container{
    padding-left: 150px;
    padding-bottom: 50px;
    padding-right: 150px;
}
#main_heading.template-about-us .container{
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
}
#main_heading .title-home{
    font-weight: 700;
    font-size: 64px;
    line-height: 85px;
    color: #FFFFFF;
    padding-bottom: 24px;
    text-align: left;
    margin: 0;
}
#main_heading.template-about-us .title-home{    
    text-align: left;
    margin: 0 0 48px 0;
}
#main_heading .text{
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    padding-bottom: 27px;
}
#main_heading.template-default .text{
    max-width: 650px;
}
.text-left-block{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 48px;
}
.text-right-block{
    font-size: 20px;
    line-height: 27px;
    background: #F8E1B7;
    padding: 16px 24px 24px;
    margin-bottom: 48px;
    border-radius: 8px; 
}
#main_heading.template-about-us .button{
    text-align: center;
    clear: both;
}
#main_heading.template-about-us .button a{
    background: #32323C;
    box-shadow: none;
}
#main_heading.template-about-us .button a:hover{
    background-color: #747B7C;
}
#main_heading.template-about-us .text{    
    font-family: 'AvenirNextCyr-Bold';
    font-size: 30px;
    line-height: 41px;
    color: #32323C;
    padding-bottom: 64px;
}
.title-home, #main_heading.template-about-us .title-home{
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    color: #32323C;
    margin: 0 0 70px 0;
    font-family: 'AvenirNextCyr-Bold';
}
#main_heading.template-about-us .title-home{
    padding-bottom: 0;    
    margin-bottom: 48px;
}
#programmatic_ad_marketplace{
    position: relative;
}
#programmatic_ad_marketplace.template-about-us .title-home {
    color: #32323C;
}
#programmatic_ad_marketplace a{
    text-decoration: none;
}
#programmatic_ad_marketplace a:hover .block-margin{
    background: #EEEEEE;
}
.block-margin{    
    background: #FFFFFF;
    padding: 40px 60px 60px;    
    margin-bottom: 20px;
    min-height: 320px;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 4px;
    height: calc(100% - 20px);
}
.template-about-us .block-margin{
    padding: 32px;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    min-height: 405px;
}
.title-block{
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    font-family: 'AvenirNextCyr-Bold';
    color: #32323C;
}
.title-block a{
    text-decoration: none;
    color: #32323C;
    position: relative;
}
.title-block a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #d31f35;
    transition: all .5s ease;
}
.title-block a:hover:before {
    width: 100%;
}
.title-block a:hover{    
    color: #D31F35;
}
.text-block{
    font-size: 24px;
    line-height: 150%;
    min-height: 300px;
}
.text-block p, .text-block ul{
    margin: 20px 0;
}
.template-about-us .text-block{
    min-height: auto;
}
.text-block ul{
    padding: 0;
    position: relative;
}
.text-block li{
    font-size: 16px;
    line-height: 22px;
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 7px;
}
.text-block li:before {
    color: #D31F35;
    content: "\2022";
    position: absolute;
    left: 0px;
}
#our_programmatic_solutions{
    background: #32323C;
}
#our_programmatic_solutions .title-home{
    color: #FFFFFF;
}
#our_programmatic_solutions a{
    color: #FFFFFF;
    text-decoration: none;
}
#our_programmatic_solutions .title-block{    
    color: #FFFFFF;    
}
#our_programmatic_solutions .text-block{
    font-size: 20px;
    line-height: 27px;  
}
#our_programmatic_solutions .block-margin{    
    margin-bottom: 20px;
    background: #4D4D57;
    padding: 32px 32px 40px 32px;
    height: 440px;
}
#our_programmatic_solutions .block-margin:hover{
    background: #414149;
}
#tabs_solutions ul.ui-tabs-nav{
    text-align: center;
    margin: 60px 0;
}
#tabs_solutions .ui-tabs-nav li{
    display: inline-block;
    list-style: none;
}
#tabs_solutions .ui-tabs-nav li:focus-visible{
    outline: none;
}
#tabs_solutions .ui-tabs-nav li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #747B7C;
    margin: 0 24px;
    outline: none;
}
#tabs_solutions .ui-tabs-nav li a:hover{
    color: #D31F35;
    border-color: #D31F35;
}
#tabs_solutions .ui-tabs-nav li.ui-tabs-active  a{
    border: none;
    color: #D31F35;
    font-weight: 700;
    outline: none;
}

#our_customers{
    padding-bottom: 120px;
}
#our_customers .title-home{
    color: #32323C;
    margin-bottom: 32px;
}
#our_customers .text{
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #000000;    
}
.more_reviews{
    text-align: center;    
}
.more_reviews a{
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-decoration-line: underline;
    color: #32323C;
}
.more_reviews a:hover{    
    color: #D31F35;  
}
.feedback{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    padding: 20px 40px 60px;
    position: relative;
    margin: 72px 0;
}
.feedback-logo{
    height: 48px;
    margin-bottom: 40px;
    line-height: 48px;
}
.feedback-logo a:hover img {
    opacity: 0.6;
}
.feedback-label{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #CCCCCC;
    margin-bottom: 8px;
}
.feedback-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #D31F35;
    margin-bottom: 28px;
    font-family: 'AvenirNextCyr-Bold';
}
.feedback-text{
    font-size: 24px;
    line-height: 150%;
    color: #32323C;
    margin-bottom: 64px;
}
.feedback-name{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000; 
}
.feedback-position{   
    font-size: 20px;
    line-height: 27px;
    color: #000000; 
}
#statistics{
    background-color: #d31f35;
    position: relative;    
}
#statistics.template-about-us{
    padding: 64px 0 80px 0;
    background: #F8E1B7;
}
.statistics{
    padding-right: 45px;
}
.statistics-data{
    font-weight: 700;
    font-size: 108px;
    line-height: 148px;
    color: #FFFFFF;
    font-family: 'AvenirNextCyr-Bold';
    margin-left: -6px;
}
.container.statistics-desc{
    max-width: 960px
}
.statistics-text_left{
    font-family: 'AvenirNextCyr-Bold';
    font-size: 30px;
    line-height: 41px;
}
.statistics-text_right{
    font-size: 24px;
    line-height: 150%;
}
.statistics-desc{
    padding: 40px 0 64px 0;
}
.template-default .statistics-data{    
    margin-left: -6px;
}
.template-about-us .statistics-data{
    font-size: 64px;
    line-height: 87px;
    color: #32323C;
}
.statistics-text{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    font-family: 'AvenirNextCyr-Bold';
}
.template-about-us .statistics-text{
    font-size: 20px;
    line-height: 27px;
    color: #32323C;
}
#admixer_in_media{    
    text-align: center;
}
#admixer_in_media.template-default .container{
    max-width: 1025px;
}
#admixer_in_media.template-about-us{
    background: #EEEEEE;
}
.in-media{
    display: inline-block;
    padding: 0 5px 0;
}
.in-media a:hover img{
    opacity: 0.6;
}
.latest-articles h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    color: #32323C;
    margin-bottom: 60px;
    margin-top: 0px;
    font-family: 'AvenirNextCyr-Bold';
}
.latest-articles .sticky .rss_item__image{
    height: 255px;    
    background-size: contain;
}
.latest-articles .rss_item__image{
    height: 154px;
    margin-bottom: 48px;
    background-size: contain;
}
.latest-articles .rss_item__wrap__title{
    font-size: 20px;
    line-height: 27px;
    color: #32323C;
}
.latest-articles .rss_item__wrap__title:hover{
    text-decoration: underline;
    color: #D31F35;
}
.latest-articles .sticky .rss_item__wrap__title{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 16px;
}
.rss_category{    
    font-size: 16px;
    line-height: 22px;
    color: #32323C;
    margin-bottom: 8px;
}
.rss_item__wrap__description{
    font-size: 20px;
    line-height: 27px;
    font-family: inherit;
}
#contact_form.template-about-us .container{
   max-width: 963px; 
}
.template-default.rtb-stack-order{
    background: #FFFFFF;
    padding: 40px 0 40px;
    color: #32323C;
}
.template-default .rtb-stack-order-inner{
    background: #F8E1B7;
    border: none;
}
.template-default .rtb-stack-order-inner-title{
    font-size: 48px;
    line-height: 66px;
}
#contact_form .rtb-stack-order-inner-content-line, #contact_form .rtb-stack-order-line {
    margin-bottom: 15px;
    flex-wrap: nowrap;
}
#contact_form .rtb-stack-order-line.recaptcha{
    margin-bottom: 0;
}
.template-default .rtb-stack-order-inner-footer {
    background: none;    
}
.rtb-stack-order-inner-text{
    font-size: 24px;
    line-height: 150%;
    color: #32323C;
    margin-top: 12px;
}
.template-default.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label:before{
    background-color: #fff!important;
}
.template-default.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label:after{
    background-color: #fff;
}
.template-default .rtb-stack-order-select-current{
    background: linear-gradient(180deg,#fff 0%,#f3f3f3 100%);
}
.template-default .rtb-stack-order-input-inner {
    background: #FFFFFF;
}
textarea.rtb-stack-order-input-inner{
    height: 176px;
}
#contact_form input.wpcf7-not-valid{
    border: 1px solid #D31F35;
}
#contact_form .rtb-stack-order-select-current.wpcf7-not-valid{
    border: 1px solid #D31F35;
}
#contact_form .wpcf7-not-valid span.wpcf7-list-item-label:before{
    border: 1px solid #D31F35!important;
}
#contact_form .agree .wpcf7-not-valid{
    float: left;
    margin-right: 15px;
}
.template-default .rtb-stack-order-input{
    display: block;
}
.template-default .tb-stack-order-input-error{
    margin: 10px 0 0 0;
    white-space: normal;
    display: none;
}
.business_need .wpcf7-list-item .wpcf7-list-item-label:before{
    display: none;
}
.business_need .wpcf7-list-item .wpcf7-list-item-label:after{
    display: none;
}
.business_need .wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
}
.business_need .wpcf7-radio label{
    width: 205px;
}
.business_need .wpcf7-list-item {
    height: 100%;
}
.business_need .wpcf7-list-item .wpcf7-list-item-label{
    padding-left: 0;
    background: #FFFFFF;
    border-radius: 4px;
    height: 100%;
    padding: 9px 8px;
    cursor: pointer;
}
.business_need .wpcf7-list-item input:checked + .wpcf7-list-item-label{
    color: #FFFFFF;
    font-family: 'AvenirNextCyr-Demi';
    background: #333333;
}
.business_need .wpcf7-list-item .wpcf7-list-item-label:hover{
    background: #EEEEEE;
}
.business_need .wpcf7-list-item label{
    height: 100%;
}
.leadership-text{
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    max-width: 566px;
    margin: 0 auto;
    margin-bottom: 64px;
}
#leadership .title-home{
    margin-bottom: 24px;
}
#leadership{
    text-align: center;
    padding-bottom: 10px;
}
.leader-img {
    border-radius: 100%;
    overflow: hidden;
    width: 198px;
    height: 198px;
    margin: 0 auto;
}
.leader-name{
    font-size: 30px;
    line-height: 41px;
    color: #32323C;
    font-family: 'AvenirNextCyr-Bold';
    margin: 24px 0 8px 0;
}
.leader-position{
    font-size: 24px;
    line-height: 150%;
    color: #32323C;    
}
.leader-linkedin{
    margin-top: 8px;
}
.leader-linkedin a:hover path{
    fill: #D31F35;
}
.leader-block{
    margin-bottom: 70px;
}
.contact-block{
    margin-bottom: 64px;
}
#contact_us{
    padding-bottom: 16px;
}
#contact_us .country{
    font-size: 24px;
    line-height: 150%;
    font-family: 'AvenirNextCyr-Bold';
    color: #32323C;
    margin-bottom: 16px;
}
#contact_us .city{
    font-size: 24px;
    line-height: 150%;
    color: #32323C;
}
#contact_us .address{
    font-size: 24px;
    line-height: 150%;
    color: #32323C;
    margin-bottom: 16px;
    min-height: 75px;
}
#contact_us .email a{
    font-size: 24px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #D31F35;
}
#contact_us .email a:hover{    
    text-decoration-line: none;    
}
#contact_us .phone a{
    font-size: 24px;
    line-height: 150%;
    color: #32323C;
    text-decoration: none;
}
#history{
    background: #333333;
    overflow: hidden;
}
#history .title-home{
    color: #FFFFFF;
}
.years{
    text-align: center;
}
.years a{
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 8px;    
}
.years a.active, .years a:hover{
    background: #FFFFFF;
    display: inline-block;
    border-radius: 2px;
    color: #000000;
}
.years-block{
    width: 9999px;
    position: relative;
    border-top: 2px solid #FFFFFF;
    transition: left 2s;
    left: 0;
    margin-top: 50px;
}
.year-block{
    width: 320px;
    float: left;
    color: #FFFFFF;
    margin: 0 40px;
    padding: 30px 0 0 0;
    position: relative;
}
.year-block.active:before{
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    background: url(../images/svg/star-active.svg) no-repeat;
    top: -21px;
    left: -5px;
}
.year-block:before{
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    background: url(../images/svg/star.svg) no-repeat;
    top: -21px;
    left: -5px;
}
.title-year{
    font-family: 'AvenirNextCyr-Bold';
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 48px;
}
.text-year{
    font-size: 20px;
    line-height: 27px;
}
.text-year strong{
    font-size: 30px;
    line-height: 41px;
    font-family: 'AvenirNextCyr-Bold';
}
.text-year ul{
    padding: 0;
}
.text-year li{
    list-style: none;
    margin-bottom: 30px;
}
.text-year p{
    margin: 0 0 30px;
}
.style-adm .adm-footer{
    border:none;
    background: #EEEEEE;
    padding: 32px 0 40px 0;
}
.style-adm .adm-footer-info{
    background: #333333;
    padding: 7px 0;
}
.style-adm .adm-footer-item-header{
    font-family: 'AvenirNextCyr-Bold';
    margin-bottom: 24px;
}
#menu-footer li{
    list-style: none;
    margin-bottom: 12px;
}
#menu-footer ul{
    padding: 0;
}
#menu-footer a{
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #32323C;
}
#menu-footer a:hover{
    color: #d31f35;
}
.press-kit{
    position: relative;
    padding-left: 26px;
}
#menu-footer .press-kit:before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background:  url(../images/svg/press-kit.svg) no-repeat;
    top: 5px;
    left: 0px;
}
#menu-products ul{
    padding: 0;
}
#menu-products>ul>li>a{
    font-size: 16px;
    line-height: 26px;
    color: #32323C;
    font-family: 'AvenirNextCyr-Bold';
    min-width: 120px;
}
.ru #menu-products>ul>li>a {    
    min-width: 150px;
}
#menu-products>ul>li{
    list-style: none;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
#menu-products .sub-menu{
    display: inline-block;
    padding-right: 50px;
    padding-top: 8px;
}
#menu-products .sub-menu li{
    display: inline-block;
    margin-bottom: 4px;
}
#menu-products .sub-menu li a{
    padding: 4px 12px;
    background: #FFFFFF;
    border-radius: 15px;
    font-size: 16px;
    line-height: 22px;
}
#menu-products .sub-menu li a:hover{
    color: #FFFFFF;
    background: #32323C;
}
.style-adm .adm-footer-logo img {    
    border-radius: 10px;
    background: #FFFFFF;
}
.style-adm .adm-footer-logo.square img{
    height: 64px;
    padding: 8px 20px;
}
.style-adm .adm-footer-logo {
    padding: 0 0 8px;    
}
.adm-footer-logo.square, .adm-footer-logo.two-img{    
    float: left;
}


.adm-footer-logo.one-img img{
    padding: 22px 67px;
}
.adm-footer-logo.one1-img img{
    padding: 22px 67px;
    margin-left: 30px;
}
.adm-footer-item.partner{
   padding-left: 50px; 
}
.adm-footer-logo.two-img img{
    height: 64px;
    padding: 8px 11px;
}
.adm-footer-logo.two-img:first-child{
    margin-right: 8px;
}
.adm-footer-logo.square{
    margin-right: 8px;
}
.adm-footer-logo.square:last-child{
    margin-right: 0px;
}
.adm-footer-item .flex{
    flex-direction: column;
}
#menu-footer-copyright ul{
    padding: 0;
    margin: 14px 0;
}
#menu-footer-copyright li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
#menu-footer-copyright li:not(:first-child){
    padding-left: 5px;
}
#menu-footer-copyright li:not(:first-child):before{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    bottom: 5px;
    left: -1px;
}
#menu-footer-copyright a{
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
#menu-footer-copyright a:hover{
    color: #D31F35;
}
.adm-footer-info-item span{
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 14px 0;
    display: block;
}
.adm-socials a:hover path, .adm-socials a.slideshare:hover path, .style-adm .adm-socials li a.linkedin:hover path {
    fill: #D31F35;
}
.style-adm .adm-socials {    
    margin: 10px 0 5px 0;
}
.rtb-stack-order-inner{	
    overflow: visible;
}
@media only screen and (min-width: 992px){
    .sticky{
	padding-right: 80px;
    }
    #main_heading.template-about-us .container{
	width: 766px;
    }   
    #leadership .container {
	width: 970px;
    }
    .template-default .rtb-stack-order-inner{
	margin: 0px auto;
	max-width: 960px;	
    }
    .template-default .rtb-stack-order-inner-footer {    
	padding: 0px 98px 24px 98px;
    }
    .feedback {    
	height: calc(100% - 144px);
    }
    form .rtb-stack-order-inner-content {
	padding: 32px 98px 0px 98px;
    }
}
@media only screen and (max-width: 1199px){
    .text-block {    
	min-height: 310px;
    }
    #main_heading .container{
	padding-left: 100px;   
	padding-right: 100px;
    }
    .adm-footer-item.partner {
	padding-left: 0px;
    }
    .style-adm .adm-footer-logo.square img {    
	padding: 8px 16px;
    }
    .adm-footer-logo.two-img img {    
	padding: 8px 5px;
    }
    #menu_header>ul>li {    
	padding: 28px 6px;
    }
}
@media only screen and (max-width: 991px){
    #menu_header>ul>li {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
    }
    #menu_header>ul>li.menu-item-has-children:before {
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0;
	border-color: #d31f35 transparent transparent;
	opacity: 1;
    }
	#menu-header li.menu-item-has-children>a:after {	
	display: none;
    }
    #menu_header .sub-menu li {
	width: 50%;
	padding-bottom: 15px;
    }
    #menu_header .sub-menu .sub-menu li {
	width: 100%;	
    }
    #menu_header .sub-menu a{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
    }
    #menu_header .sub-menu:before{
	display: none;
    }
    #menu_header .sub-menu{
	position: relative;
	display: none;
	padding-top: 20px;
    }
    #menu_header .active .sub-menu{	
	display: flex;
    }
    .sticky{
	padding-right: 80px;
    }
    #main_heading .container, #main_heading.template-about-us .container{
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
    } 
    #main_heading .title-home, #main_heading.template-about-us .title-home{
	font-size: 40px;
	line-height: 50px;
    }
    h1.title-home{
	font-size: 40px;
	line-height: 48px;
    }
    .title-home {   
	font-size: 40px;
	line-height: 50px;    
    }
    .text-block {    
	min-height: 440px;
    }
    .feedback{
	margin-bottom: 20px;
    }
    #statistics {    
	padding: 60px 0 60px 0;
	text-align: center;
    }
    .statistics {
	padding-right: 0px;
    }
    #contact_form .agree .wpcf7-not-valid {
	float: none;
	margin-right: 0;
    }
    .template-about-us .block-margin {
	min-height: 480px;
     }
     .block-margin {	
	padding: 40px 32px 32px;
    }
    .adm-footer-item .flex{
	justify-content: center;
    }
    .style-adm .adm-footer-logo.square img {    
	padding: 8px 20px;
    }
    .adm-footer-logo.two-img img {    
	padding: 8px 11px;
    }
    .styles_april .main-box-content {
	padding: 15px 45px 30px 45px;
    }
    .business_need .wpcf7-radio label {
	width: 150px;
    }
}
@media screen and (max-width: 767px){
    .is-mobile{
	display: block;
    }
    .not-mobile{
	display: none;
    }
    #main_heading .title-home, #main_heading.template-about-us .title-home{
	font-size: 40px;
	line-height: 48px;
    }
    #main_heading .text, #main_heading.template-about-us .text{
	font-size: 20px;
	line-height: 30px;
    }

    .subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
    }
    #hero{
	text-align: center;
	padding: 50px 0;
    }
    #hero h1 {
	text-align: center;    
    }
    #hero .text{
	max-width: none;
	font-size: 20px;
	line-height: 30px;
    }
    .title-home {   
	font-size: 28px;
	line-height: 36px;  
    }
    .text-left-block {    
	margin-bottom: 10px;
    }
    .title-block, .feedback-title{    
	font-size: 20px;
	line-height: 28px;    
    }
    .text-block, .text-block li, .feedback-text, .feedback-name, .feedback-position{    
	min-height: auto;
	font-size: 16px;
	line-height: 20px;
    }
    .block-margin, .template-about-us .block-margin {   
	min-height: auto;
	padding: 20px 25px 25px;
    }
    .block-margin .main_cta{
	margin: 0 auto;
	display: block;
	width: max-content;
    }
    #tabs_solutions ul.ui-tabs-nav{
	margin: 10px;
	max-height: 46px;
	border: 1px solid;
	border-radius: 5px;
	padding: 0;
	position: absolute;
	top: -110px;
	z-index: 2;
	background: #fff;
	width: calc(100% - 20px);
	transition: 0.5s;
    }
    #tabs_solutions ul.ui-tabs-nav-active{
	max-height: 100%;
    }
    #tabs_solutions{
	margin-top: 160px;
	position: relative;
    }
    #tabs_solutions ul{
	display: flex;
	flex-direction: column;
    }
    #tabs_solutions ul li.ui-tabs-active{
	order: -1;
    }
    #tabs_solutions ul li.ui-tabs-active:after{
	content: "▾";
	right: 10px;
	top: 5px;
	position: absolute;
	font-size: 24px;
    }
    #tabs_solutions ul.ui-tabs-nav-active li.ui-tabs-active:after{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
    }
    #tabs_solutions .ui-tabs-nav li{
	display: block;	
	opacity: 1;
	transition: 0.5s;
	border-top: 1px solid #f5f3ec;
	padding: 10px 0;
    }
    #tabs_solutions .ui-tabs-nav li:first-child{
	border: none;
    }
    #tabs_solutions .ui-tabs-nav li a {	
	border-bottom: none;	
	color: #32323C;
    }
    #tabs_solutions .ui-tabs-nav:not(.ui-tabs-nav-active) li:not(.ui-tabs-active){
	opacity: 0;
    }
    #our_customers .text {    
	font-size: 20px;
	line-height: 26px;    
    }
    #our_customers .title-home {    
	margin-bottom: 20px;
    }
    .feedback{
	padding: 20px 25px 25px;
    }
    .feedback-title, .feedback-text  {
	margin-bottom: 20px;
    }
    .more_reviews {	
	margin-bottom: 30px;
    }
    .more_reviews a {    
	font-size: 20px;
	line-height: 24px;    
    }
    #our_customers {
	padding-bottom: 30px;
    }
    .title-home {    
	margin: 10px 0 30px 0;
    }
    #statistics, #statistics.template-about-us {
	padding: 30px 0 30px 0;    
    }
    .statistics {    
	margin-bottom: 20px;
    }
    .statistics-data {    
	font-size: 68px;
	line-height: 100px;    
    }
    .statistics-text {    
	font-size: 22px;
	line-height: 30px;    
    }
    #admixer_in_media {
	padding-bottom: 0;    
    }
    .in-media{
	width: 32%;
	padding: 0 20px 20px;
    }
    .latest-articles h2.h2{
	font-size: 28px;
	line-height: 36px;
	margin: 10px 0 30px 0;
    }
    .latest-articles .sticky .rss_item__image {
	height: auto;   
    }
    .latest-articles .rss_item__image{
	height: auto;
	margin-bottom: 15px;	
    }
    .latest-articles .rss_item__wrap__title, .latest-articles .sticky .rss_item__wrap__title {
	font-size: 20px;
	line-height: 28px;    
    }
    #our_programmatic_solutions .block-margin {    
	height: auto;
    }
    #our_programmatic_solutions .text-block ul {    
	margin: 0;
    }
    .template-default .rtb-stack-order-inner-title {
	font-size: 28px;
	line-height: 36px;
    }
    .rtb-stack-order-inner-text {
	font-size: 16px;    
    }
    .statistics-desc {
	padding: 40px 15px 64px 15px;
    }
    .connect-block-img, .connect-block-text{
	margin: auto;
    }
    #connect h2 {
	text-align: center;
    }    
    .connect-block-text{
	width: 100%;
	text-align: center;
	margin-top: 26px;
    }
    .connect-block{
	margin-bottom: 67px;
    }
    .row .col-sm-4:not(:nth-last-child(1)) .connect-block-img:after{
	transform: rotate(90deg);
	z-index: 10;
	top: auto;
	left: calc(50% - 21px);
	bottom: -35px;
    }
    .rtb-stack-order-inner-title{
	font-size: 28px;
	line-height: 36px;
    }
    #traffic .text-right{
	float: none;
	margin-top: 15px;
    }
    .key_features-text.bull{
	min-width: 51%;
	display: inline-block;
    }
    .key-blocks{
	text-align: center;
    }
    .connection-block {	
	height: auto;
	margin-bottom: 30px;
    }
}
