@import 'pages/404.css';
@import 'pages/terms.css';
@import 'pages/modals.css';

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

button,
a {
    border: 0;
    outline: 0;
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.55;
    font-weight: 400;
    color: #838383;
    font-size: 20px;
}

.yellow-overlay{
    display: none;
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(255, 201, 20, 0.4);
    z-index: 11;
}

body.fixed .yellow-overlay{
    display: block;
}

.leads-section-btns{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-top-scroll{
    position: fixed;
    left:98px;
    bottom:100px;
    visibility: hidden;
    opacity: 0;
    width: 70px;
    height: 70px;
    background:url(../../../images/cdg/btn-arrow-scroll.svg) no-repeat center center  #FFC914;
    border-radius: 40px;
    z-index: 20;
    cursor:pointer;
    webkit-transition: opacity .4s ease-in,transform .35s linear;
    o-transition: opacity .4s ease-in,transform .35s linear;
    moz-transition: opacity .4s ease-in,transform .35s linear;
    transition: opacity .4s ease-in,transform .35s linear;
}

.btn-top-scroll:hover{
    opacity: 1;
    webkit-box-shadow: 0 5px 5px 0 rgba(0,0, 0,.11);
    moz-box-shadow: 0 5px 5px 0 rgba(0,0, 0,.11);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 11%);
    transform: translateY(-5px);
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex-grow: 1;
    overflow-x: hidden;
}

.gray-section {
    background-color: #F6F6F7;
}

.gray-section .career-container {
    background-color: #F6F6F7;
    background-image: none !important;
}

.place-card.place-card-large {
    display: none;
}

/*checkbox */

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    content: "";
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px 10px -6px 0;
}

.checkbox label.active-checked:before {
    background: url("../../../images/cdg/checkbox-checked.svg") no-repeat center center #FFC914;
    border: 1px solid #fff;
}

/* Header */
.header {
    background-color: transparent;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.header-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 40px;
}

.logo-dark {
    display: none;
}

body.white .logo-white {
    display: none;
}

body.white .logo-dark {
    display: block;
}

body.white .burger-btn span {
    background-color: #2B2B2B;
}

.contact-wrap {
    border-top: 1px solid #263238;
}

.mob-menu-logo {
    display: none;
}

.burger-box {
    padding: 20px;
    position: relative;
    z-index: 10;
}

.burger-box .burger-btn {
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
    background-color: transparent;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.burger-btn span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    height: 3px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.burger-btn span:nth-child(2) {
    top: 11px;
}

.burger-btn span:nth-child(3) {
    top: auto;
    bottom: 2px;
}

.burger-btn.open span:nth-child(2) {
    opacity: 0;
}

.burger-btn.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.burger-btn.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.header-nav__list {
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding-top: 192px;
    padding-left: 42px;
    padding-bottom: 75px;
}

.header-nav__list > li > a {
    position: relative;
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.header-nav__list > li.active > a {
    color: #ffc914;

}

.header-nav__list > li.active > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2px;
    background-color: #8bc2ea;
    display: none;
}

.header-nav__list > li:not(.active) > a:hover {
    color: #FFC914;
}

.header-nav .btn-orange-bordered {
    width: 232px;
    height: 60px;
    border-radius: 0;
    background: #FFC914;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #161616;
}

.header-nav .btn-orange-bordered:hover, .header-nav .btn-orange:hover {
    background: #D8AB15;
    color: #161616;
    border: 1px solid #D8AB15;
}

.header-nav .btn-orange {
    width: 232px;
    height: 60px;
    border-radius: 0;
    background: #FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #161616;
}

.sign-box {
    display: flex;
}

body.fixed {
    overflow: hidden;
}

.header-nav {
    display: none;
    position: absolute;
    background: black;
    right: 0;
    width: 50%;
    top: 0;
    z-index: 20;
    bottom: 0;
}

.sign-box {
    column-gap: 16px;
    margin-left: 28px;
}

.sign-box__item {
    position: relative;
}

.sign-list {
    position: absolute;
    width: 100%;
    max-width: 186px;
    left: 24px;
    top: calc(-100% + -51px);
    padding: 17px 16px 13px;
    background: #FFFFFF;
    border: 1px solid #F4F3F4;
    box-shadow: 0px 4px 4px rgba(131, 131, 131, 0.2);
    opacity: 0;
    visibility: hidden;
    user-select: none;
    transform: translateY(10px);
    transition: all .2s ease-in-out;
}

.sign-list::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    display: inline-block;
    width: 100%;
    height: 12px;
    border-bottom: 4px solid #FFC914;
}

.sign-list::after {
    content: '';
    position: absolute;
    left: 80px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #FFC914;
    transparent;
    transform: rotate(180deg);
}

.sign-list ul li {
    line-height: 19px;
}

.sign-list ul li:not(:last-child) {
    margin-bottom: 13px;
}

.sign-list a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #161616;
}

.sign-list a:hover {
    color: #FFC914;
}

.sign-box__item:hover .sign-list {
    opacity: 1;
    visibility: visible;
    user-select: auto;
    transform: translateY(0);
}

.header-social {
    display: flex;
    padding-left: 27px;
    padding-top: 66px;
    padding-bottom: 44px;
}

.header-social a {
    margin-right: 18px;
}

.header-social a:hover svg path, .footer-social a:hover svg path {
    fill: #FFC914;
}

.header-social a:focus svg path, .header-social a:active svg path,
.footer-social a:focus svg path, .footer-social a:active svg path {
    fill: #FFE796;
}

/* Header end */

/* About us section */
.about-us {
    padding: 129px 0 0;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-us__wrapp {
    display: flex;
}

.about-us__image {
    flex: 1 0 500px;
}

.about-us__text {
    flex: 1 1 auto;
}

.about-us h3 {
    color: #3b3b3b;
    font-size: 40px;
    font-weight: 700;
}

.about-us h3 {
    margin: 15px 0;
}

.descr-text > p:not(:last-child) {
    margin-bottom: 35px;
}

/* About us section end */

/* Why Customer section */

.why-customer {
    padding: 40px 0;
    position: relative;
    background: url(../../../images/cdg/lines.png) #fff -7px 0;
}

.why-customer .round, .why-customer .quad {
    position: absolute;
    z-index: 5;
}

.why-customer .round {
    top: 46%;
    left: 19%;
}

.why-customer .quad {
    right: 13%;
    top: 19%;
}

.why-customer .quad2 {
    width: 62px;
    height: 62px;
    background: #FFC914;
    position: absolute;
    top: 34%;
    right: 19%;
}

h2 {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
}

.why-customer .container {
    max-width: 1310px;
    position: relative;
    z-index: 10;
}

.why-customer h2 {
    padding-bottom: 20px;
}

.why-customer__wrapp {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}

.why-customer__wrapp > .why-customer__item {
    padding: 40px;
    transition: all .2s ease-in-out;
    position: relative;
}

.why-customer__item:first-child {
    max-width: 650px;
}

.why-customer__item:first-child .line {
    width: 319px;
    height: 7px;
    left: -40px;
    top: 20px;
    position: absolute;
    background: #FFC914;
}


.why-customer__item:nth-of-type(2) {
    max-width: 504px;
    margin-top: 179px;
}

.why-customer__item:nth-of-type(2) h3 {
    position: relative;
}


.why-customer__item:nth-of-type(3) {
    max-width: 904px;
}

.why-customer__item:nth-of-type(3) .line {
    position: absolute;
    width: 154px;
    height: 25px;
    background: #FFC914;
    left: 38%;
    z-index: -1;
}


.why-customer__item h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #161616;
    padding-bottom: 12px;
}

.why-customer__item p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #263238;
}

.why-customer__item p.last-paragraph {
    padding-top: 25px;
}

.why-customer__item p strong {
    font-weight: 600;
}

/* Why Customer section end */

/* Top verticals section */

.top-verticals {
    padding-top: max(6vw, 40px);
    background: url("../../../images/cdg/lines.png");
}

.section-title {
    margin-bottom: max(3.5vw, 27px);
    line-height: 100%;
}

.top-verticals__wrapp {
    display: flex;
    column-gap: 20px;
    row-gap: 16px;
}

.top-verticals__item {
    flex: 0 1 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-verticals__item.text {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 16px;
}

.top-verticals__item-box {
    padding: 20px;
    min-height: 216px;
    border: 2px solid #FFC914;
    transition: transform .2s ease-in-out;
}

.top-verticals__item-box:hover {
    transform: scale(1.05);
}

.top-verticals__item-box h5 {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    color: #3B3B3B;
}

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

.text-right .top-verticals__item-box h5 {
    justify-content: flex-end;
}

.top-verticals__item-box h5 .img-wrapp {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F3F4;
    border-radius: 50%;
}

.top-verticals__item-box p {
    font-size: 21px;
    line-height: 25px;
    color: #838383;
    margin-top: 10px;
}

/* Top verticals section end */

/* Customer base section */

.customer-base {
    padding: max(6vw, 40px) 0;
}

.customer-base__content {
    margin-top: 40px;
}

.top-items,
.bot-items {
    display: flex;
}

.top-items {
    justify-content: space-between;
    padding: 0 150px 15px;
}

.bot-items {
    align-items: flex-start;
}

/* Customer base section end*/

/* fluent CPA section*/

.fluent-cpa {
    padding: max(6vw, 40px) 0;
}

.fluent-cpa__item-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.fluent-cpa__wrapp {
    display: flex;
    column-gap: 16px;
    row-gap: 30px;
}

.fluent-cpa__item {
    flex: 0 0 calc(50% - 15px);
}

.btn {
    display: inline-flex;
    min-width: 140px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: color .2s ease-in-out,
    border-color .2s ease-in-out,
    background-color .2s ease-in-out;
}

.btn-orange {
    background-color: #FFC914;
    color: #fff;
}

.btn-orange-bordered {
    color: #FFC914;
    border: 1px solid #FFC914;
}

.btn-orange-bordered:hover {
    border-color: #8BC2EA;
    color: #8BC2EA;
}

.btn-orange:hover {
    background-color: #8BC2EA;
}

.fluent-cpa__item p {
    font-size: 21px;
    line-height: 25px;
    color: #838383;
    margin-bottom: 20px;
}

/* fluent CPA section end*/

/* Home map section */

.home-map-box {
    position: relative;
    max-width: 1540px;
    margin: 0 auto;
}

.marker-box {
    width: 27px;
    height: 37px;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
}

.mapMarker path {
    fill: #ffc914;
}

.marker-box:hover {
    opacity: 1;
}

.mToronto {
    top: 42%;
    left: 23.5%;
}

.mNetherlands {
    top: 38.2%;
    left: 46.7%;
}

.mChina {
    left: auto;
    right: 20%;
    top: 49%;
}

.mUkraine {
    top: 40%;
    left: 54%;
}

.mUSA {
    top: 46.3%;
    left: 12%;
}

.mapWrap__marker {
    pointer-events: none;
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 4px 10px;
    z-index: 5;
    top: -35px;
    left: 50%;
    width: max-content;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

.mapWrap__marker::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    border: 6px solid transparent;
    border-top-color: #fff;
}

.mapWrap__marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
}

.marker-box:hover .mapWrap__marker {
    display: block;
}

/* Home map section end */

/* career section */

.tools {
    padding-left: 50px;
    padding-right: 50px;
}

.career-container {
    max-width: 1280px;
    margin: 0 auto;
    background: url("../../../images/cdg/lines.png");
    padding-top: 50px;
    padding-bottom: 50px;
}

.tools {
    background: white;
}

.career-container h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
}

.career-container h3 span {
    background: #FFC914;
}

.tools-top-text {
    margin-bottom: 50px;
    color: #666;
    font-size: 35px;
}

.tools-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 60px;
}

.tools-item {
    width: 25%;
    min-height: 250px;
    padding: 20px 25px;
    transition: background-color .2s ease-in-out;
    border: 0.5px solid #A6A6A6;
}

.tools-item:nth-of-type(2), .tools-item:nth-of-type(3) {
    border-right: none;
    border-bottom: none;
}

.tools-item:nth-of-type(5), .tools-item:nth-of-type(6) {
    border-right: none;
}

.tools-item-start {
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-item-start .quad {
    width: 124px;
    height: 124px;
    border: 21px solid #F5F5F5;
    display: block;
}

.tools-item-end {
    border: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.tools-item__title {
    margin: 20px 0 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
}

.tools-item__descr {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
}

.tools-item__img img {
    margin: 0 auto;
}

/* career section end */

/* Current openings section */

.current-openings h3 {
    padding-bottom: 10px;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: #161616;
}

.current-openings__subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #161616;
    padding-bottom: 10px;
    text-align: left;
}

.vacancies-name span {
    display: inline-block;
    margin-bottom: 10px;
    width: 169px;
    height: 33px;
    background: #3A6FDC;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;

}

.vacancies-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vacancies-item {
    flex: 0 1 calc(32% - 20px);
    padding: 30px;
    background: #FFFFFF;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
}

.vacancies-item__name {
    padding-bottom: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
}

.vacancies-item__location {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.vacancies-item__location img {
    margin-right: 12px;
}

.vacancies-item .open-popup {
    width: 208px;
    height: 50px;
    background: #FFC914;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #161616;
    margin: 0 auto;
}

.vacancies-item .open-popup:hover {
    background: #D8AB15;
}

.vacancies-item .open-popup:active {
    background: #FFE796;
}

.form-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.form-control label {
    color: #272727;
    font-size: 20px;
    padding-right: 10px;
}

.form-control input,
.form-control textarea {
    outline: none;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #272727;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.33;
}

.form-control textarea {
    background-color: transparent;
    resize: none;
}

button[type="submit"] {
    background-color: #ffc914;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #161616;
}

button[type="submit"]:hover {
    background: #D8AB15;
}

button[type='submit']:focus,
button[type='submit']:active {
    background: #FFE796;
}

p.invalid {
    color: red;
}

.form-control input.invalid {
    border-color: red;
}

/* Careers form */
.careers-modal input[aria-invalid="true"], .contact-page__form input[aria-invalid="true"] {
    border-color: red;
}

.careers-modal input, .contact-page__form input, .contact-page__form textarea {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.careers-modal .help-block.help-block-error {
    color: red;
}

.contact-page__form .help-block.help-block-error {
    font-size: 12px;
    color: red;
}


/*services*/


.services-actions {
    background: white;
    padding: 0 15px;

}

.services-actions .container {
    max-width: 1280px;
    background: url("../../../images/cdg/lines.png");
    padding-top: 56px;
    padding-bottom: 47px;
    padding-left: 0;
    padding-right: 0;
}

.services-top-text {
    background: #F5F5F5;
    padding: 40px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}

.services-top-text:after, .services-top-text:before {
    width: 33px;
    height: 33px;
    position: absolute;
    content: "";
    display: block;
    background: #FFC914;
    transform: rotate(45deg);
}

.services-top-text:before {
    left: -15px;
    top: -15px;
}

.services-top-text:after {
    right: -15px;
    bottom: -15px;
}

.services-top-text p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #263238;
    max-width: 850px;
}

.services-actions h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 78px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    color: #161616;
    position: relative;
    margin-bottom: 33px;
}

.services-actions h3:before {
    width: 91px;
    height: 91px;
    content: "";
    display: inline-block;
    background: #FFC914;
    transform: rotate(45deg);
    position: relative;
    margin-right: 16px;
    flex-shrink: 0;
}

.services-actions-wrap p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #263238;
    padding-bottom: 40px;
}

.services-actions-wrap p:nth-of-type(2) {
    font-weight: 600;
}

.services-actions-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #A6A6A6;
}

.services-actions-item {
    width: 25%;
    border-right: 1px solid #A6A6A6;
    padding: 28px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.services-actions-item > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-actions-item:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: #FFC914;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: -15px;
}

.services-actions-item:first-child:after {
    display: none;
}

.services-actions-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
    padding-top: 20px;
}

.services-actions-item:last-child {
    border: none;
}

.services-actions-num {
    position: absolute;
    top: 7px;
    left: 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 74px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #F5F5F5;
}

.services-advantages {
    background: #1c1c1c;
    padding-left: 15px;
    padding-right: 15px;
}

.services-advantages .container {
    max-width: 1280px;
    background: url(../../../images/cdg/lines-advantage.png);
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
}

.services-advantages h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.services-advantages h3:after {
    display: block;
    content: "";
    width: 98px;
    height: 5px;
    background: #FFC914;
    margin-top: 20px;
}

.services-advantages-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 72px;
}

.services-advantages-item {
    width: 24%;
    padding-bottom: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-advantages-item:nth-of-type(4),
.services-advantages-item:nth-of-type(5){
    width:25%;
}

.services-advantages-item-mob {
    display: none;
}

.services-advantages-item h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-bottom: 14px;
}

.services-advantages-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.services-top-verticals {
    position: relative;
    padding: 0 15px;
    background: white;
}

.services-top-verticals .container {
    max-width: 1280px;
    padding-top: 88px;
    background: url("../../../images/cdg/lines.png");
    padding-left: 0;
    padding-right: 0;
}

.services-top-verticals h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 78px;
    letter-spacing: 0.05em;
    color: #161616;
    max-width: 327px;
    padding-bottom: 27px;
    padding-left: 25%;
    position: relative;
}

.services-top-verticals .line {
    position: absolute;
    width: 33%;
    height: 7px;
    left: 0px;
    top: 103px;
    display: block;
    background: #FFC914;
}

.services-verticals-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 135px;
}

.services-vertical-item.services-roofing, .services-vertical-item.services-finance {
    position: relative;
}

.services-roofing .triangle {
    position: absolute;
    width: 227px;
    right: 0;
    bottom: 0;
    transform: none !important;
    z-index: 2;
}

.services-finance .triangle2 {
    position: absolute;
    width: 321px;
    top: 0;
    left: 0;
    transform: none !important;
    z-index: 2;
}

.services-vertical-item.services-roofing > div,
.services-vertical-item.services-insurance > div,
.services-vertical-item.services-finance > div {
    position: absolute;
    left: 22px;
    bottom: 20px;
    max-width: 410px;
    z-index: 2;
}

.services-vertical-item.services-finance > div p {
    max-width: 250px;
}

.services-vertical-item.services-insurance {
    position: relative;
}

.services-vertical-item.services-insurance > div {
    max-width: 563px;
}

.services-vertical-item h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #161616;
}

.services-vertical-item.services-roofing h4, .services-vertical-item.services-insurance h4 {
    color: white;
}

.services-vertical-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #161616;
}

.services-vertical-item.services-roofing p, .services-vertical-item.services-insurance p {
    color: white;
}

.services-vertical-item {
    width: 50%;
    overflow: hidden;
}

.services-vertical-item img {
    transition: transform 0.25s;
    width: 100%;
}

.services-vertical-item:hover img {
    transform: scale(1.1);
}

.services-vertical-item-default {
    display: flex;
    justify-content: space-between;
}

.services-vertical-item-default > div {
    width: 50%;
    overflow: hidden;
}

.services-vertical-item-default .services-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #A6A6A6;
    padding: 0 31px 0 15px;
}

.services-finance > div {
    top: 31px;
    left: 29px;
}

.verticals-mob-pic {
    display: none;
}

form[name="loginFrom"] {

}

/* Careers form end */

/* Affiliates */

.your-success-affiliate {
    padding-left: 15px;
    padding-right: 15px;
}

.your-success-affiliate .container {
    max-width: 1280px;
    padding-top: 99px;
    padding-bottom: 20px;
    background: url("../../../images/cdg/lines.png");
    padding-left: 0;
    padding-right: 0;
}

.your-success-affiliate {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.your-success-affiliate .line {
    position: absolute;
    right: 0;
    top: 170px;
    width: 40%;
    height: 12px;
    background: #FFC914;
}

.your-success-affiliate h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 78px;
    max-width: 800px;
    letter-spacing: 0.05em;
    color: #161616;
    text-align: left;
    padding-bottom: 40px;
}

.your-success-affiliate p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #263238;
    padding-left: 111px;
}

.top-verticals-affiliate {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.top-verticals-affiliate .line {
    position: absolute;
    left: 0;
    width: 20.5%;
    top: 64px;
    height: 7px;
    background: #FFC914;
}

.top-verticals-affiliate .container {
    max-width: 1280px;
    background: url("../../../images/cdg/lines.png");
    padding-top: 50px;
    padding-bottom: 130px;
    padding-left: 0;
    padding-right: 0;
}

.top-verticals-affiliate h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 78px;
    text-align: left;
    max-width: 327px;
    letter-spacing: 0.05em;
    color: #161616;
    padding-left: 100px;
    padding-bottom: 40px;
}

.top-verticals-affiliate-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.top-verticals-affiliate-item {
    border: 1px solid #A6A6A6;
    background: white;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 28px;
    width: 20%;
}

.top-verticals-affiliate-item:nth-of-type(5), .top-verticals-affiliate-item:nth-of-type(9) {
    border-right: 1px solid #a6a6a6;
}

.top-verticals-affiliate-item:nth-of-type(6),
.top-verticals-affiliate-item:nth-of-type(7),
.top-verticals-affiliate-item:nth-of-type(8),
.top-verticals-affiliate-item:nth-of-type(9) {
    border-top: none;
}

.top-verticals-affiliate-item h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #231F20;
}

.why-become__affiliate {
    background: #1C1C1C;
    padding-left: 15px;
    padding-right: 15px;
}

.why-become__affiliate .container {
    max-width: 1280px;
    padding-top: 64px;
    background: url(../../../images/cdg/lines-dark.png);
    padding-left: 0;
    padding-right: 0;
}

.why-become__affiliate h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.why-become__affiliate__items:first-child {
    padding-top: 80px;
}

.why-become__affiliate__text {
    padding-bottom: 70px;
}

.why-become__affiliate__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 72px;
}

.why-become__affiliate__item > div {
    width: 48.5%;
}

.why-become__affiliate__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.why-become__affiliate__text h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-left: 5px solid #FFC914;
    padding-left: 19px;
    margin-bottom: 9px;
}

.why-become__affiliate__text p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.why-become__affiliate__text p strong {
    font-weight: 600;
    display: block;
}

.why-become__affiliate h2 + hr {
    width: 98px;
    height: 5px;
    margin: 20px auto;
    background: #FFC914;
    border: none;
    margin-bottom: 80px;
}

.payments-options {
    background: #fff;
}

.payments-options .container {
    max-width: 1280px;
    padding-top: 61px;
    background: url("../../../images/cdg/lines.png");
}

.payments-options .container h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 81px;
}

.payments-options .container h2 span {
    background: #FFC914;
}

.payments-options-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.payments-options-item {
    width: 24%;
    padding-bottom:70px;
}

.tech-list {
    background: url('../../../images/cdg/affiliates/affiliate-tech.jpg') no-repeat 100% 100% / 100%,
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #161616;
    padding-top: 108px;
    padding-bottom: 65px;
    position: relative;
}

.tech-list .container {
    max-width: 1230px;
    display: flex;
    justify-content: space-between;
}

.tech-list-items, .tech-list-img {
    width: 49%;
}

.tech-list-img img{
    position: absolute;
    right:0;
    top:70px;
}

.tech-list h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-bottom: 22px;
    text-align: left;
}

.tech-list ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: flex;
}

.tech-list ul li:before {
    width: 4px;
    height: 5px;
    background: #fff;
    display: block;
    content: "";
    margin: 17px 10px 0 0;
    flex-shrink: 0;
}

/* Current openings section end */


/* Footer */

.footer {
    background-color: #161616;
    color: #fff;
    font-family: 'Open Sans';
}

.footer-wrapp {
    display: flex;
    padding: 30px 50px 40px 100px;
    justify-content: space-between;
}

.footer-wrapp > * {
    flex: 0 0 auto;
}

.footer-wrapp > .footer-nav__box {
    display: flex;
    align-items: center;
}

.rights {
    text-align: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.footer-nav__list,
.footer-social {
    display: flex;
}

.footer-nav__list {
    justify-content: space-between;
    column-gap: 20px;
}

.footer-nav__list li a {
    color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.footer-nav__list li a:hover {
    color: #FFC914;
}

.footer-social {
    column-gap: 5px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-social a {
    margin-right: 10px;
}

.footer-social a:last-child {
    margin-right: 0;
}

.footer-social .rights {
    width: 100%;
}

/* Footer end */

/* contact */
.contact-container {
    padding-top: 150px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #F5F5F5;
}

.contact-wrap {
    display: flex;
    background: #fff;
}

.contact_text {
    flex: 1 1 auto;
    position: relative;
    width: 50%;
}

.contact_text img {

    margin-right: 10px;
}

.contact_text img + p {

}

.contact_form {
    flex: 1 0 779px;
    background-color: #fff;
    padding: 100px 40px 50px;
}

.contact_form__wrapp {
    max-width: 515px;
    margin: 0 auto;
}

.contact_form button {
    width: 232px;
    height: 60px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */

    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0;
    color: #161616;
    background: #FFC914;
    margin: 0 auto;
}

.contact_form h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #161616;
    text-align: left;
    margin-bottom: 20px;
}

.contact_form .form-control input {
    background: transparent;
}

.contact_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 13px;
    max-width: 320px;
}

.contact_item svg {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact__text {
    position: relative;
    width: 50%;
}

.contact__text__info h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #161616;
    margin-bottom: 10px;
}

.contact__text__info {
    padding: 20px 30px;
    background: #FFFFFF;
    border: 1px solid #FFC914;
    position: absolute;
    top: 34px;
    left: 114px;
    z-index: 1;
}

.contact__text__info p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #263238;
}

.map {
    display: flex;
    height: 100%;
    overflow: hidden;
    filter: grayscale(1);
}

.map iframe {
    height: 118%;
    width: 100%;
}

@media(max-width:460px){
    .map iframe{
        margin-top:-64px !important;
    }
}

.contact-page__form label {
    font-size: 16px;
}

.contact-page__form input {
    padding-bottom: 5px;
}

.contact-page__form p.invalid {
    font-size: 12px;
}

.contact_item a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #263238;
}

.submit-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.submit-box > div {
    flex: 0 1 calc(50% - 10px);
}

/* REGFORMS */
.publisher_signup .publisher-step {
    display: none;
}

.publisher_signup .publisher-step.current {
    display: block;
}

/* multiple-select*/

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 4px;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 11px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    width: 9px;
    height: 6px;
    right: 13px;
    top: 50%;
    margin-top: -2px;
    background: url(../../../images/clickdealer/sprite_main.png) no-repeat -57px -1243px;
}

.ms-choice > div.open {
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('//www.clickdealer.com/assets/3ac42023/css/multiple-select.png') no-repeat 100% -22px;
    background: url('//www.clickdealer.com/assets/3ac42023/css/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(99%, #eeeeee));
    background: url('//www.clickdealer.com/assets/3ac42023/css/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    khtml-box-sizing: border-box;
    ms-box-sizing: border-box;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    font-size: 14px;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.ms-drop .ms-no-results {
    display: none;
}

.main_form .phone-holder .country-code {
    float: left;
    line-height: 38px;
    padding: 0 6px;
    border: 1px solid #DCDCDC;
    border-right: none;
    border-radius: 6px 0 0 6px;
    background-color: #efefef;
}

.main_form .phone-holder .input-holder {
    overflow: hidden;
}

.main_form .phone-holder .input-holder input {
    padding-left: 5px;
    border-left: none;
    border-radius: 0 6px 6px 0;
}

.wrap .sub-heading {
    font-size: 18px;
}

.meetup-btn.btn {
    display: none !important;
}

.heading .login {
    color: #ffb14c;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
}

.owl-carousel.show {
    display: block;
}

.form-group .help-block {
    font-size: 12px;
    color: #e23131;
}

.form-group .help-block-error {
    color: #e23131;
}

.loyalty-sign-in-form .form-group .help-block {
    font-size: 12px;
    color: #e23131;
}

.hidden {
    display: none !important;
}

.page-confirm {
    text-align: center;
    color: #000;
    padding: 150px 30px 40px;
}

.page-confirm p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
}

.page-confirm p.page-confirm_subtext {
    margin-top: 30px;
}

.page-confirm_icon {
    margin: 20px 0;
}

#resend_mail_confirm {
    margin: 20px 0;
}

#resend_mail_confirm:disabled {
    background-color: #626262;
    opacity: .7;
}

.page-confirm p.page-confirm_title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.page-confirm_title span {
    color: #0b2763;
}

#expire_timer {
    font-size: 16px;
}

.invisible {
    opacity: 0;
}

.hero-main-section {
    padding-top: 218px;
    padding-bottom: 58px;
}

.hero-main-section.hero-home {
    position: relative;
}

.hero-main-section.hero-home .overlay-bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../../images/cdg/home/hero-home.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-main-section.hero-main-section-carrers {
    position: relative;
}

.hero-main-section.hero-main-section-carrers {
    overflow: hidden;
}

.hero-main-section.hero-main-section-carrers .overlay-bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../../images/cdg/careers/careers-hero-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-main-section.hero-main-section-services {
    position: relative;
}

.hero-main-section.hero-main-section-services p {
    font-weight: 400;
}

.hero-main-section.hero-main-section-services .overlay-bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../../images/cdg/services/hero-services.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-main-section.hero-main-section-affiliate {
    position: relative;
}

.hero-main-section.hero-main-section-affiliate .overlay-bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../../images/cdg/affiliates/take-control-hero.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-main-section.hero-main-section-affiliate .container {
    z-index: 10;
    position: relative;
}

.hero-main-section .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block!important;
}

.hero-main-section.hero-home .container {
    position: relative;
    z-index: 10;
}

.hero-main-section.yellow-bg {
    position: relative;
}

.hero-main-section.yellow-bg:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 201, 20, 0.4);
    position: absolute;
    z-index: 10;
}

.hero-main-section .container {
    text-align: center;
    max-width: 906px;
    padding: 0 15px;
}

.hero-main-section h3 {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 82px;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}


.hero-main-section p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 40px;
}

.hero-main-section-btns {
    display: flex;
    justify-content: center;
    padding-bottom: 58px;
}

.hero-main-section-btns .btn {
    margin: 0 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.btn-learn-more {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.hero-main-section-btns .btn-learn-more {
    width: 232px;
    height: 60px;
    border-radius: 0;
}

.hero-main-section-btns .btn-learn-more svg {
    margin-left: 8px;
}

.hero-main-section-btns .btn-learn-more:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFC914;
    color: #FFC914;
}

.hero-main-section-btns .btn-learn-more:hover svg path {
    stroke: #FFC914;
}

.hero-main-section-btns .btn-learn-more:focus {
    background: rgba(255, 201, 20, 0.1);
    border: 1px solid #FFC914;
    color: #FFC914;
}

.hero-main-section-btns .btn-learn-more:focus svg path {
    stroke: #FFC914;
}

.hero-main-section-btns .btn-start-now {
    width: 232px;
    height: 60px;
    border-radius: 0;
    color: #161616;
}


.hero-main-section-btns .btn-start-now:hover {
    background: #D8AB15;
}

.hero-main-section-btns .btn-start-now:focus {
    background: #FFE796;
}

.hero-main-section .scroll-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-main-section .scroll-down .line {
    width: 1px;
    height: 92px;
    position: relative;
}

.hero-main-section .scroll-down .line > div {
    background: #fff;
    top: 0;
    bottom: 0;
    width: 100%;
    animation: lineMove 1s infinite;
    position: absolute;
}

@keyframes lineMove {
    0% {
        bottom: 0;
        top: 100%;
    }
    10% {
        bottom: 0;
        top: 90%;
    }
    20% {
        bottom: 0;
        top: 80%;
    }
    30% {
        bottom: 0;
        top: 70%;
    }
    40% {
        bottom: 0;
        top: 60%;
    }
    50% {
        bottom: 0;
        top: 50%;
    }
    60% {
        bottom: 0;
        top: 40%;
    }
    70% {
        bottom: 0;
        top: 30%;
    }
    80% {
        bottom: 0;
        top: 20%;
    }
    90% {
        bottom: 0;
        top: 10%;
    }
    100% {
        bottom: 0;
        top: 0%;
    }
}

.hero-main-section .scroll-down .mouse-down {
    padding-top: 18px;
}
.bgi{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../../../images/cdg/home/home-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
 .leads__pay {
    position: relative;
}

@media screen and (min-width: 320px) {
    .leads__pay .bgi{
        background-image: url(../../../images/cdg/home/bottom-bg/375.jpg);
    }
}
@media screen and (min-width: 768px) {
    .leads__pay .bgi{
        background-image: url(../../../images/cdg/home/bottom-bg/834.jpg);
    }
}
@media screen and (min-width: 1000px) {
    .leads__pay .bgi{
        background-image: url(../../../images/cdg/home/bottom-bg/1440.jpg);
    }
}
@media screen and (min-width: 1441px) {
    .leads__pay .bgi{
        background-image: url(../../../images/cdg/home/bottom-bg/1920.jpg);
    }
}

.leads__pay .overlay-bg img {
    position: absolute;
    height: 100vh;
    min-width:100%;
}

.leads__pay:after {
    position: absolute;
    width: 684px;
    height: 960px;
    content: "";
    display: none;
    background: #FFC914;
    z-index: 10;
    bottom: -72%;
    right: -18%;
    transform: rotate(45deg);
}

.leads__pay .yellow-triangle{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 1;
}
.triangle-tablet{
    display: none;
}
.triangle-mobile{
    display: none;
}
.leads__pay .container {
    max-width: 590px;
    padding: 190px 15px 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.leads__pay h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-bottom: 11px;
}

.leads-section-btns .btn-orange{
    width: 244px;
    height: 60px;
    background: #FFC914;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #161616;
    border-radius: 0;
}

.leads-section-btns .btn-orange:hover{
    background: #D8AB15;
}

.leads-section-btns .btn-orange:focus{
    background: #FFE796;
}

.leads-section-btns .btn-learn-more{
    width: 244px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0;
}

.leads-section-btns{
    padding-top:20px;
}

.leads-section-btns .btn{
    margin:0 14px;
}

.leads-section-btns .btn-learn-more:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFC914;
    color: #FFC914;
}

.leads-section-btns .btn-learn-more:hover svg path {
    stroke: #FFC914;
}

.leads-section-btns .btn-learn-more:focus {
    background: rgba(255, 201, 20, 0.1);
    border: 1px solid #FFC914;
    color: #FFC914;
}

.leads-section-btns .btn-learn-more:focus svg path {
    stroke: #FFC914;
}

.leads-section-btns .btn-learn-more svg{
    margin-left:7px;
}

.partner__with__us {
    background: #F5F5F5;
}

.partner__with__us .container {
    max-width: 940px;
    padding: 108px 15px 113px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner__with__us p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #141414;
    padding-bottom: 31px;
}

.partner__with__us .btn {
    width: 232px;
    height: 60px;
    border-radius: 0;
    color: #161616;
    margin-bottom: 31px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
}

.partner__with__us .btn:hover {
    background: #D8AB15;
}

.partner__with__us .btn:focus{
    background: #FFE796;
}

.partner__with__us p span {
    color: #000;
    font-weight: 400;
}

.trusted {
    background: #1C1C1C;
    padding-left: 15px;
    padding-right: 15px;
}


.trusted .container {
    max-width: 1280px;
    padding: 65px 0px 89px;
    text-align: center;
    background: url(../../../images/cdg/lines-dark.png)
}

.trusted h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

h3 + hr {
    width: 98px;
    height: 5px;
    margin: 10px auto 10px;
    background: #FFC914;
    border: none;
}

.trusted__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
}

.trusted__grid__item {
    width: 33.3%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    padding: 32px 24px;
    background: #1C1C1C;
}

.trusted__grid__item p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 30px;
}

.trusted__item__img {
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achieve {
    background: url(../../../images/cdg/lines.png) -8px 0 white;
    position: relative;
}

.achieve h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #161616;
}

.achieve h3 span {
    background: #FFC914;
}


.achieve .container {
    max-width: 1310px;
    padding-top: 91px;
    padding-bottom: 91px;
}

.achieve__list {
    display: flex;
    justify-content: space-between;
    border: 1px solid #A6A6A6;
    margin-top: 44px;
}

.achieve__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #A6A6A6;
    padding: 19px;
    background: #fff;
}

.achieve__item:last-child {
    border-right: none;
}

.achieve__num {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 98px;
    line-height: 98px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #161616;
}

.achieve__item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #161616;
    text-align: center;
    margin-top: 30px;
}

.careers-modal .modal-dialog {
    max-width: 700px;
}

/* Media */

.join-form-affiliate {
    background: #F5F5F5;;
}

.join-form-affiliate .container {
    padding-bottom: 123px;
    max-width: 1280px;
}

.join-form-affiliate .title-row {
    padding-bottom: 43px;
}

.img-desktop-1440{
    display: none;
}

.img-desktop-768{
    display: none;
}

.img-mob-768{
    display: none;
}

@media (max-width: 1600px) {
    .top-verticals-affiliate .line {
        width: 16.5%;
    }
}

@media(max-width:1440px){
    .img-desktop-1920{
        display: none;
    }
    .img-desktop-1440{
        display: block;
    }
}

@media (max-width: 1400px) {
    .top-verticals-affiliate .line {
        width: 11.5%;
    }
}

@media (max-width: 1366px) {
    .header-nav__list{
        padding-top:160px;
    }
    .leads__pay:after {
        bottom: -69%;
        right: -26%;
    }
    .btn-top-scroll{
        left:10px;
    }
}

@media (max-width: 1280px) {

    .triangle-desktop{
        display: none;
    }

    .triangle-tablet{
        display: block;
    }

    .tech-list-img img{
        position: static;
        margin-right:-15px;
    }

    .why-become__affiliate__items:nth-of-type(1) .why-become__affiliate__item:nth-of-type(1) {
        flex-direction: column;
    }

    .why-become__affiliate__items:nth-of-type(1) .why-become__affiliate__item:nth-of-type(1) .why-become__affiliate__text {
        width: 100%;
        max-width: 80%;
    }

    .why-become__affiliate__items:nth-of-type(1) .why-become__affiliate__item:nth-of-type(2) {
        flex-direction: column;
        align-items: flex-end;
    }

    .why-become__affiliate__items:nth-of-type(1) .why-become__affiliate__item:nth-of-type(2) .why-become__affiliate__text {
        width: 100%;
        max-width: 80%;
    }

    .why-become__affiliate__items:nth-of-type(2) .why-become__affiliate__item,
    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item {
        flex-direction: column;
    }

    .why-become__affiliate__items:nth-of-type(2) .why-become__affiliate__item .why-become__affiliate__text,
    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item .why-become__affiliate__text {
        width: 100%;
        max-width: 80%;
    }

    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item > div {
        width: 100%;
    }

    .why-become__affiliate__items:nth-of-type(2) .why-become__affiliate__item .why-become__affiliate__text:nth-of-type(2) {
        padding-left: 20%;
    }

    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item > div .why-become__affiliate__text:nth-of-type(2) {
        padding-left: 20%;
    }

    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item > .why-become__affiliate__img {
        display: flex;
        justify-content: flex-end;
    }

    .hero-main-section.hero-main-section-affiliate h3 {
        max-width: 340px;
        margin: 0 auto;
        line-height: 82px;
    }

    .your-success-affiliate h2 {
        text-align: center;
        font-size: 58px;
        line-height: 58px;
        margin: 0 auto;
        max-width: 760px;
    }

    .top-verticals-affiliate h2 {
        max-width: 410px;
        text-align: center;
        margin: 0 auto;
        font-size: 58px;
        padding-left: 0;
    }

    .top-verticals-affiliate .line {
        width: 42.5%;
        top: 84px;
    }

    .your-success-affiliate .line {
        right: 0;
        top: 232px;
        width: 65%;
        height: 9px;
    }

    .top-verticals-affiliate-item {
        width: 30%;
    }

    .top-verticals-affiliate-item:nth-of-type(3),
    .top-verticals-affiliate-item:nth-of-type(6) {
        border-right: 1px solid #A6A6A6;
    }

    .top-verticals-affiliate-item:nth-of-type(1),
    .top-verticals-affiliate-item:nth-of-type(2) {
        border-bottom: none;
    }

    .top-verticals-affiliate-item:nth-of-type(6) {
        border-left: none;
    }

    .your-success-affiliate p {
        padding-left: 0;
        max-width: 571px;
    }

    .tech-list .container {
        flex-direction: column;
    }

    .tech-list-items, .tech-list-img {
        width: 100%;
    }

    .tech-list-img {
        display: flex;
        justify-content: flex-end;
        padding-top: 50px;
    }

    .payments-options-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .payments-options-item {
        width: 34%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
    }

    .services-top-verticals h3:before {
        width: 340px;
    }

    .map {
        height: 657px;
    }

    .contact-wrap {
        flex-direction: column;
        border: none;
    }

    .contact_form {
        flex: 1 0 50%;
    }

    .contact_text {
        width: 100%;
        min-height: 657px;
    }


    .leads__pay:after {
        bottom: -116%;
        right: -26%;
    }
}

@media (max-width: 1200px) {
    .contact_form {
        flex: 1 0 100%;
    }

    .contact_text {
        width: 100%;
        flex: 1 0 100%;
    }
}

@media (max-width: 1100px) {

    .services-top-verticals h3:before {
        width: 100%;
    }

    .services-top-verticals h3 {
        padding-left: 45%;
    }

    .services-vertical-item {
        width: 100%;
    }

    .services-advantages h3 {
        text-align: center;
    }

    .services-advantages-item {
        width: 40%;
    }

    .services-advantages-item:nth-of-type(4), .services-advantages-item:nth-of-type(5) {
        width: 40%;
    }

    .services-top-text:after, .services-top-text:before {
        width: 20px;
        height: 20px;
    }

    .services-top-text:after {
        right: -10px;
        bottom: -10px;
    }

    .services-top-text:before {
        left: -10px;
        top: -10px;
    }

    .services-actions-item {
        width: 50%;
    }

    .services-actions h3 {
        align-items: flex-start;
    }

    .services-actions h3:before {
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }

    .services-actions-item:nth-of-type(1) {
        border-bottom: 1px solid #A6A6A6;
    }

    .services-actions-item:nth-of-type(2) {
        border-right: none;
        border-bottom: 1px solid #A6A6A6;
    }

    .services-actions-item:after {
        display: none;
    }

    .footer-social .rights {
        padding-top: 10px;
    }

    .leads__pay:after {
        bottom: -129%;
        right: -31%;
    }

    .footer-wrapp {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer-nav__list {
        justify-content: flex-end;
        width: 100%;
    }

    .footer-logo__box {
        width: 50%;
    }

    .footer-wrapp > .footer-nav__box {
        width: 50%;
    }

    .footer-social {
        width: 50%;
    }

    .bot-items {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media (max-width: 980px) {
    .triangle-tablet{
        display: none;
    }
    .triangle-mobile{
        display: block;
    }

    .img-desktop-1440{
        display: none;
    }

    .img-desktop-768{
        display: block;
    }

    #advertiserSignupStep1 .form-row .form-col:nth-of-type(1) .form-field:last-child {
        margin-bottom: 0;
    }

    .tools-item-start, .tools-item-end {
        display: none;
    }

    .tools-item {
        width: 50%;
    }

    .tools-item:nth-of-type(3), .tools-item:nth-of-type(5) {
        border-right: 1px solid #A6A6A6;
    }

    .tools-item:nth-of-type(4) {
        border-right: none;
        border-bottom: none;
    }

    .tools-item:nth-of-type(5) {
        border-bottom: none;
    }

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

    .container {
        max-width: 610px;
    }

    .about-us__image img {
        margin: 0 auto;
    }

    .about-us__wrapp {
        row-gap: 30px;
    }

    h2 {
        font-size: 45px;
    }

    .why-customer__wrapp > .why-customer__item {
        flex: 1 1 50%;
        padding: 0 0 40px 0;
    }

    .button-next {
        right: 20%;
    }

    .button-prev {
        left: 20%;
    }

    .customer-base .container {
        max-width: 100%;
    }

    .comp-img {
        order: 3;
    }

    .button-next {
        right: 2%;
    }

    .button-prev {
        left: 2%;
    }

    .mChina {
        right: 19.7%;
        top: 48.8%;
    }

    .mapWrap__marker {
        -webkit-transform: translateX(-57%);
        transform: translateX(-57%);
    }

    .mapMarker {
        transform: scale(.5);
    }

    .mUkraine {
        top: 39%;
        left: 53.5%;
    }

    .mNetherlands {
        top: 37.2%;
        left: 46.2%;
    }

    .mToronto {
        top: 41%;
        left: 23%;
    }

    .mUSA {
        top: 44.3%;
        left: 11.2%;
    }

    .tools-item {
        flex: 1 1 50%;
        min-height: 200px;
    }

    .vacancies-item {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

    .tools-top-text {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .tools-items {
        margin: 25px 0 30px;
    }

    .career-container {
        padding: 10px 30px;
    }

    .contact-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-wrap,
    .top-verticals__wrapp,
    .fluent-cpa__wrapp {
        flex-direction: column;
    }

    .contact_text {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_form {
        flex: 1 0 100%;
        padding: 50px 40px;
    }

    .contact_form h2 {
        margin-bottom: 20px;
    }

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

    .submit-box > div,
    .fluent-cpa__item-btns .btn {
        flex: 1 1 100%;
    }

    .g-recaptcha > div {
        margin: 0 auto;
    }

    .top-verticals__item-box {
        min-height: 160px;
    }

    .top-verticals__item-box p {
        font-size: 16px;
    }

    .top-verticals__item.text {
        text-align: left;
    }

    .text-right .top-verticals__item-box h5 {
        justify-content: flex-start;
    }

    .top-verticals__item-box h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .fluent-cpa__item-btns .btn {
        padding: 22px 20px;
    }

    .fluent-cpa__item p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .header-social {
        padding-top: 15px;
    }

    .header-nav__list {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .header-nav__list > li > a {
        font-size: 25px;
        line-height: 25px;
    }

    .sign-box {
        flex-direction: column;
    }

    .sign-box {
        column-gap: 16px;
        margin-left: 40px;
    }

    .sign-box__item {
        margin-bottom: 28px;
    }

    .why-customer h2 {
        text-align: left;
        padding-bottom: 40px;
    }

    .why-customer .quad {
        right: 41px;
        top: 89px;
        width: 184px;
        height: 184px;
    }

    .why-customer__item:first-child .line {
        left: 106px;
        top: -34px;
    }

    .why-customer__item:nth-of-type(2) {
        margin-top: 0;
    }

    .why-customer .round {
        top: 40%;
        left: -13%;
    }

    .why-customer .quad2 {
        top: 42%;
        right: 49%;
    }

    .trusted__grid__item {
        width: 100%;
    }

    .achieve__item {
        width: 50%;
    }

    .achieve__item:nth-of-type(1), .achieve__item:nth-of-type(2) {
        border-bottom: 1px solid #A6A6A6;
    }

    .achieve__item:nth-of-type(2) {
        border-right: none;
    }

    .achieve__wrapper {
        min-height: 815px;
    }

    .achieve__list {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {



    .achieve h3{
        line-height:70px;
    }

    .img-desktop-768{
        display: none;
    }

    .img-mob-768{
        display: block;
    }
    .tech-list{
        padding-top:65px;
        background: url(../../../images/cdg/affiliates/affiliate-tech.jpg) no-repeat 62% 100% / 405%,
        linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #161616;
    }

    .leads__pay .overlay-bg img{
        max-width:200%;
    }

    .tech-list{

    }

    .leads__pay .container{
        padding-top:92px;
    }

    .leads-section-btns{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .leads-section-btns .btn {
        margin: 0 0px 28px;
    }

    .btn-top-scroll {
        bottom: 100px;
        width: 50px;
        height: 50px;
        background: url(../../../images/cdg/btn-arrow-scroll.svg) no-repeat center center / 30% #FFC914;
    }

    .why-customer, .achieve{
        background: #fff;
    }
    .your-success-affiliate .container,
    .top-verticals-affiliate .container,
    .why-become__affiliate .container,
    .payments-options .container,
    .trusted .container, .services-actions .container,
    .services-advantages .container,
    .services-top-verticals .container, .career-container{
        background: none;
    }

    .hero-main-section-carrers .btn-start-now:hover{
        background-color: #FFC914;
        color:#161616;
    }

    .hero-main-section-btns .btn-learn-more:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border:1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-main-section-btns .btn-learn-more:hover svg path {
        stroke: #FFf;
    }


    .top-verticals-affiliate .container {
        padding-bottom: 0;
    }

    .services-verticals-items {
        padding-bottom: 66px;
    }

    .why-become__affiliate__item > div {
        width: 100%;
    }

    .why-become__affiliate__items:nth-of-type(2) .why-become__affiliate__item .why-become__affiliate__text,
    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item .why-become__affiliate__text {
        width: 100%;
        max-width: 100%;
    }

    .publisher_signup .page_title h1 {
        font-size: 39px;
        line-height: 48px;
    }

    .payments-options-item {
        width: 100%;
    }

    .payments-options .container h2 {
        font-size: 39px;
        line-height: 48px;
    }

    .tech-list h2 {
        text-align: center;
        font-size: 39px;
        line-height: 58px;
    }

    .why-become__affiliate__items:nth-of-type(1) .why-become__affiliate__item:nth-of-type(1) .why-become__affiliate__text {
        width: 100%;
        max-width: 100%;
    }

    .why-become__affiliate__items:nth-of-type(1) .why-become__affiliate__item:nth-of-type(2) .why-become__affiliate__text {
        width: 100%;
        max-width: 100%;
    }

    .why-become__affiliate__items:nth-of-type(2) .why-become__affiliate__item .why-become__affiliate__text:nth-of-type(2) {
        padding-left: 0%;
    }

    .why-become__affiliate__items:nth-of-type(3) .why-become__affiliate__item > div .why-become__affiliate__text:nth-of-type(2) {
        padding-left: 0%;
    }

    .why-become__affiliate h2 {
        font-weight: 500;
        font-size: 39px;
        line-height: 48px;
    }

    .why-become__affiliate__text h3 {
        font-weight: 500;
        font-size: 39px;
        line-height: 58px;
    }

    .your-success-affiliate .container {
        padding-top: 40px;
    }

    .your-success-affiliate .line {
        top: 147px;
    }

    .your-success-affiliate p {
        font-size: 16px;
        line-height: 23px;
    }

    .your-success-affiliate h2 {
        font-weight: 500;
        font-size: 39px;
        line-height: 39px;
        max-width: 435px;
        padding-bottom: 60px;
    }

    .top-verticals-affiliate h2 {
        font-size: 39px;
        line-height: 39px;
        max-width: 270px;
    }

    .top-verticals-affiliate .line {
        top: 75px;
        left: -30px;
    }


    .top-verticals-affiliate-item h4 {
        font-size: 12.0544px;
        line-height: 18px;
    }

    .top-verticals-affiliate-item {
        padding: 20px;
    }

    .top-verticals-affiliate-item img {
        max-width: 40px;
    }

    .top-verticals-affiliate {
        padding-bottom: 70px;
    }

    .services-advantages h3:after {
        width: 44.13px;
        height: 5px;
    }

    .services-top-text:before {
        left: -15px;
        top: -15px;
    }

    .services-top-text:after {
        right: -15px;
        bottom: -15px;
    }

    .services-top-text:after, .services-top-text:before {
        width: 32px;
        height: 32px;
    }

    .services-advantages h3 {
        font-size: 39px;
        line-height: 43px;
    }

    .services-advantages-item p {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.05em;
    }

    .services-advantages-item:nth-of-type(4), .services-advantages-item:nth-of-type(5) {
        width: 100%;
    }

    .services-advantages-item {
        width: 100%;
    }

    .services-actions h3 {
        flex-direction: column;
        align-items: center;
        font-size: 39px;
        line-height: 43px;
        letter-spacing: 0.05em;
    }

    .services-actions h3:before {
        margin-bottom: 10px;
    }

    .services-top-text p {
        font-size: 16px;
        line-height: 23px;
    }

    .services-actions-wrap p {
        font-size: 16px;
        line-height: 28px;
    }

    .services-actions-item:nth-of-type(1), .services-actions-item:nth-of-type(3) {
        border-right: none;
    }

    .services-actions-item:nth-of-type(3) {
        border-bottom: 1px solid #A6A6A6;
    }

    .services-actions-item {
        width: 100%;
    }

    .contact_form h2 {
        font-size: 39px;
        line-height: 43px;
    }

    .tools-item {
        flex: 1 1 100%;
        min-height: 200px;
    }

    .tools-item:nth-of-type(2), .tools-item:nth-of-type(6) {
        border-right: 1px solid #A6A6A6;
    }

    .tools-item:nth-of-type(3) {
        border-bottom: 1px solid #A6A6A6;

    }

    .tools-item:nth-of-type(4) {
        border-right: 1px solid #A6A6A6;
        border-top: none;

    }

    .tools-item:nth-of-type(7) {
        border-top: none;
    }

    .career-container h3 {
        font-weight: 500;
        font-size: 39px;
        line-height: 43px;
    }

    .current-openings__subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .why-customer__wrapp > .why-customer__item {
        flex: 1 1 100%;
        padding: 0 0 40px 0;
    }

    .partner__with__us .container {
        padding: 53px 15px 53px;
    }

    .partner__with__us p {
        font-weight: 300;
        font-size: 21px;
        line-height: 35px;
    }

    .why-customer {
        overflow: hidden;
    }

    .trusted__grid__item p {
        text-align: center;
    }

    .why-customer .round {
        top: 48%;
        left: 8%;
        width: 123px;
        height: 123px;
    }

    .why-customer__item:first-child .line {
        width: 84px;
        height: 7px;
        left: 146px;
        top: -3px;
    }

    .why-customer__item:nth-of-type(3) .line {
        height: 19px;
        left: 23%;
        top: -17px;
    }

    .why-customer .quad2 {
        top: 40%;
        right: 32%;
    }

    .why-customer__item p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .why-customer h2 {
        text-align: center;
        padding-bottom: 40px;
    }

    .why-customer__item h3 {
        font-weight: 500;
        font-size: 39px;
        line-height: 68px;
        text-align: center;
    }

    .footer-wrapp {
        display: flex;
        padding: 30px 20px 40px 20px;
        justify-content: space-between;
    }

    .achieve__wrapper {
        min-height: 1230px;
    }

    .achieve__list {
        border: none;
    }

    .achieve__item {
        width: 100%;
        border: 1px solid #A6A6A6 !important;
        margin-bottom: 35px;
    }

    .trusted__grid {
        border: none;
    }

    .trusted__grid__item {
        margin-bottom: 35px;
        border: 1px solid #A6A6A6;
    }

    .hero-main-section h3 {
        font-weight: 700;
        font-size: 36px;
        line-height: 43px;
    }

    .hero-main-section p {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.05em;
    }

    .hero-main-section-btns {
        flex-direction: column;
        align-items: center;
    }

    .hero-main-section-btns .btn-learn-more {
        margin-bottom: 24px;
    }

    .footer-social {
        width: 100%;
    }

    .leads__pay:after {
        width: 304px;
        height: 304px;
        bottom: -153px;
        right: -153px;
    }

    .leads__pay h3 {
        font-weight: 500;
        font-size: 39px;
        line-height: 43px;
        text-align: center;
    }

    .leads__pay a {
        font-size: 16px;
        line-height: 23px;
    }

    .footer-nav__list li a {
        font-size: 9px;
        line-height: 16px;
    }

    .footer-social .rights {
        text-align: center;
    }

    .tools {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 550px) {

    .traffic-types-row.custom-list-choice .label-what-traffic .info-btn{
        right:-18px;
        margin:0;
    }

    .traffic-types-row.custom-list-choice .label-what-traffic .info-btn .info-description{
        left:-138px;
    }

    .traffic-types-row.custom-list-choice .label-what-traffic .info-btn .info-description:before{
        left:89%;
        border-top:5px solid #fff2e2;
    }

    .field-publishersignupform-affiliate_name + .info-btn .info-description{
        left:-207px;
    }
    .field-publishersignupform-affiliate_name + .info-btn .info-description:before{
        left:89%;
        border-top:5px solid #fff2e2;
    }

    body.white.fixed .burger-btn span {
        background-color: #fff;
    }

    body.white.fixed .logo-dark {
        display: none;
    }

    body.white.fixed .logo-white {
        display: block;
    }

    .services-vertical-item.services-insurance {
        position: relative;
        order: 9;
    }

    .services-advantages-item-mob {
        display: block;
    }

    .services-advantages-item-mob img, .services-advantages-item-desc img {
        width: 100%;
    }

    .services-advantages-item-desc {
        display: none;
    }


    .trusted h3 {
        font-size: 39px;
        line-height: 58px;
    }

    .achieve h3 {
        font-size: 39px;
        line-height: 56px;
    }

    .why-customer h2 {
        font-size: 39px;
        line-height: 58px;
    }

    .services-vertical-item-comming-soon {
        display: none;
    }

    .services-vertical-item.reverse {
        flex-direction: column-reverse;
    }

    .verticals-mob-pic {
        display: block;
    }

    .vertical-desc-pic {
        display: none;
    }

    .services-top-verticals .line {
        position: absolute;
        width: 33%;
        height: 7px;
        left: 0px;
        top: 70px;
        display: block;
        background: #FFC914;
    }

    .services-finance .triangle2 {
        width: 275px;
    }

    .services-roofing .triangle {
        width: 100px;
    }

    .services-vertical-item-default .services-info {
        padding: 44px 35px;
    }

    .services-top-verticals h3:before {
        width: 96%;
        position: static;
        display: block;
        margin-bottom: 22px;
        margin-left: -18%;
    }

    .services-top-verticals h3 {
        font-size: 39px;
        line-height: 43px;
        padding-left: 0;
        max-width: 280px;
    }

    .services-vertical-item {
        width: 100%;
        flex-direction: column;
    }

    .services-vertical-item-default > div {
        width: 100%;
    }

    .contact__text__info {
        top: 34px;
        left: 32px;
        right: 32px;
    }

    .header-nav {
        width: 100%;
    }

    .footer-wrapp {
        padding: 30px 20px;
    }


    .top-items {
        padding: 0;
    }

    .customer-base__content {
        margin-top: 400px;
        position: relative;
    }

    .customer-base__content img:not(.comp-img) {
        position: absolute;
    }

    .top-items img {
        max-width: 130px;
    }

    .bot-items img:not(.comp-img) {
        max-width: 160px;
    }

    .top-items img:nth-child(1) {
        top: -330px;
        left: 110px;
    }

    .top-items img:nth-child(2) {
        top: -210px;
        right: 100px;
    }

    .bot-items img:nth-child(1) {
        top: -200px;
        left: 0;
    }

    .bot-items img:nth-child(3) {
        top: -370px;
        right: 0;
    }

    .about-us__image {
        flex: 1 1 auto;
    }

    .customer-base {
        padding: 50px 0;
    }

    h2 {
        font-size: 25px;
    }

    .why-customer__item h4 {
        font-size: 28px;
    }

    .why-customer__item p {
        font-size: 16px;
    }

    .our-achivements h2 {
        margin: 40px 0;
    }

    .about-us h3 {
        font-size: 25px;
    }

    .about-us {
        padding: 50px 0 0;
    }

    .slide-item {
        max-width: 70vw;
        height: 175px;
        padding: 20px;
        margin: 0 auto;
    }

    .slide-item__year {
        font-size: 40px;
    }

    .slide-item__ico {
        max-width: 70px;
    }

    .slide-item__title {
        font-size: 16px;
    }

    .slide-item__descr {
        font-size: 14px;
        max-width: 211px;
    }

    .slide-button {
        width: 25px;
        height: 25px;
    }

    .slide-button > svg {
        width: 6px;
    }

    .home-map {
        display: none;
    }

    .current-openings__subtitle,
    .vacancies-item__name {
        font-size: 20px;
    }

    .vacancies-item__name {
        padding-bottom: 10px;
    }

    .current-openings h1 {
        font-size: 25px;
    }

    .vacancies-item {
        padding: 20px;
    }

    .vacancies-item__location {
        font-size: 16px;
    }

    .vacancies-box {
        margin-bottom: 30px;
    }

    .popup-content {
        max-width: calc(100vw - 20px);
        padding: 40px 20px 20px;
    }

    .tab_item h3 {
        font-size: 25px;
    }

    .tools-item__descr {
        font-size: 16px;
        line-height: 20px;
    }

    .tools-item__title {
        margin: 10px 0;
        font-size: 20px;
        line-height: 25px;
    }

    .mob-menu-logo {
        padding: 40px 20px 20px;
    }

    .header-nav__list {
        padding-top:140px;
        padding-bottom:25px;
        gap:17px;
    }

    button[type="submit"]:hover {
        background-color: #ffc914;
    }


    .ru-modal .modal-body p {
        font-size: 16px;
        line-height: 21px;
    }

    .ru-modal .modal-body h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 425px) {
    .top-items img {
        max-width: 120px;
    }

    .bot-items img:not(.comp-img) {
        max-width: 150px;
    }

    .top-items img:nth-child(2) {
        right: 50px;
    }

    .top-items img:nth-child(1) {
        left: 55px;
    }
}



