@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext&display=swap);
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@-webkit-keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@-webkit-keyframes headShake {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
}
@keyframes headShake {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
}
@keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
}
@-webkit-keyframes wobble {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
}
@keyframes wobble {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes animatezoom {
    0% {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@keyframes pulse {
    50% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}
@keyframes animatezoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@font-face {
    font-family: "Myriad Pro";
    font-display: swap;
    src: url(../fonts/myriadpro/myriadpro-blacksemicn.otf) format("truetype");
}
@font-face {
    font-family: "Myriad Pro";
    font-display: swap;
    src: url(../fonts/myriadpro/myriadpro-bold.otf) format("truetype");
}
@font-face {
    font-family: "Myriad Pro";
    font-display: swap;
    src: url(../fonts/myriadpro/myriadpro-light.otf) format("truetype");
}
@font-face {
    font-family: "Space Grotesk Bold";
    font-display: swap;
    src: url(../fonts/space/space-grotesk.bold.otf) format("truetype");
}
@font-face {
    font-family: Aquatico;
    font-display: swap;
    src: url(../fonts/aquatico/Aquatico.otf) format("truetype");
}
@font-face {
    font-family: "Cunia";
    font-display: swap;
    src: url(../fonts/cunia/Cunia.ttf) format("truetype");
}

.popup-add-announcement {
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.popup-add-announcement.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.popup-add-announcement .popup-content,
.popup-add-announcement .popup-content .content .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-add-announcement .popup-content {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    position: relative;
    top: 20%;
    width: 433px;
}
.popup-add-announcement .popup-content .close-popup-announcement {
    position: absolute;
    right: 8px;
    width: 27px;
    height: 27px;
    top: 10px;
    cursor: pointer;
}
.popup-add-announcement .popup-content .close-popup-announcement svg {
    width: 26px;
    height: 26px;
    fill: #758288;
}
.popup-add-announcement .popup-content .content,
.popup-payment-method form {
    width: 100%;
}
.popup-add-announcement .popup-content .content .buttons {
    width: 100%;
}
.popup-add-announcement .popup-content .content .megaphone-icon,
.popup-add-announcement .popup-content .content .megaphone-icon i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-add-announcement .popup-content .content .megaphone-icon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
    width: 100%;
}
.popup-add-announcement .popup-content .content .megaphone-icon i {
    width: 43px;
    height: 43px;
    border: 1px solid #f26c4f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #f26c4f;
}
.popup-add-announcement .popup-content .content .megaphone-icon svg {
    width: 50px;
    height: 50px;
    fill: #f26c4f;
}
.popup-add-announcement .popup-content h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
    color: #f26c4f;
}
.popup-add-announcement .popup-content a,
.popup-payment-method .btn-finishes-order button {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
}
.popup-add-announcement .popup-content a {
    display: block;
    width: calc(50% - 24px);
    margin-bottom: 8px;
    font-family: Ubuntu, sans-serif;
    line-height: normal;
    padding: 6px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #21aadd;
    color: #21aadd;
}
@media only screen and (max-width: 500px) {
    .popup-add-announcement .popup-content a {
        width: calc(100% - 14px);
    }
}
.popup-add-announcement .popup-content a:hover {
    background-color: #21aadd;
    color: #fff;
}
@media only screen and (max-width: 576px) {
    .popup-add-announcement .popup-content {
        width: calc(90% - 62px);
    }
}
.popup-payment-method,
.popup-payment-method .payment-type-select .payment-type-select-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-payment-method {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    display: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-payment-method .close-popup-payment-method {
    position: absolute;
    right: 18px;
    width: 12px;
    height: 12px;
    top: 18px;
    cursor: pointer;
}
.popup-payment-method .close-popup-payment-method svg {
    width: 12px;
    height: 12px;
    fill: #68767c;
}
.popup-payment-method .btn-finishes-order {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 46px;
}
.popup-payment-method .btn-finishes-order button {
    border: 0;
    padding: 12px 27px;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #21aadd;
    cursor: pointer;
}
.popup-payment-method .btn-finishes-order button:hover,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.content
button:hover {
    background-color: #48eaec;
}
.popup-payment-method .popup-content {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    padding: 0 20px;
    width: 1115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: auto;
}
@media only screen and (max-width: 1200px) {
    .popup-payment-method .popup-content {
        width: calc(100% - 30px);
    }
}
.popup-payment-method h4 {
    font-size: 24px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 30px;
    color: #364d54;
}
.popup-payment-method .payment-type-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.popup-payment-method .payment-type-select .payment-type-select-item {
    width: calc(33.33% - 89px);
    margin-left: 23px;
    margin-right: 23px;
    margin-bottom: 36px;
    padding: 20px;
    height: calc(245px - 42px);
    background-color: #fff;
    border: solid 1px #c9d7dc;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 800px) {
    .popup-payment-method .payment-type-select .payment-type-select-item {
        width: calc(50% - 68px);
        margin-left: 13px;
        margin-right: 13px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 530px) {
    .popup-payment-method .payment-type-select .payment-type-select-item {
        width: calc(100% - 30px);
    }
}
.popup-payment-method .payment-type-select .payment-type-select-item.active,
.popup-payment-method .payment-type-select .payment-type-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.popup-payment-method
.payment-type-select
.payment-type-select-item.active
.payment-type-name,
.popup-payment-method
.payment-type-select
.payment-type-select-item:hover
.payment-type-name {
    color: #f26c4f;
}

.popup-payment-method
.payment-type-select
.payment-type-select-item
.payment-logo
svg
path,
.popup-payment-method
.payment-type-select
.payment-type-select-item
.payment-logo
svg
rect,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
.level-heading-device
.heading-items-device
.close-div-device:hover
svg
path,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
.level-heading-device
.heading-items-device
.close-div-device:hover
svg
path,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
.level-heading-device
.heading-items-device
.close-div-device:hover
svg
path,
.post-ads-step .step-final .row .final-step-logo svg path,
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo
svg
path,
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo
svg
rect,
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo
svg
path,
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo
svg
rect,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo
svg
path,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo
svg
rect {
    fill: #21aadd;
}
.popup-payment-method
.payment-type-select
.payment-type-select-item
.payment-type-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.popup-payment-method
.payment-type-select
.payment-type-select-item
.payment-radio {
    margin-top: 10px;
    text-align: center;
}






.select-filter-double .additional-select {
    position: relative;
}
.select-filter-double .additional-select .dropdown-list {
    width: calc(100% - 2px) !important;
}
.select-filter-double .additional-select input {
    height: 100%;
}
.select-filter-double .additional-select:nth-of-type(1) input {
    border-right: 1px solid #c5d4da;
}
.select-filter-double .additional-select:nth-of-type(2) .dropdown-list {
    left: -1px;
    width: 100% !important;
}
.select-filter-double .additional-select:nth-of-type(2) input {
    padding-left: 5px;
}




.search-filter-list-results {
    margin-top: 10px;
}
.search-filter-list-results .search-filter-ads-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 204px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results .search-filter-ads-item {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        height: auto;
        min-height: 198px;
        margin-bottom: 12px;
    }
}
.search-filter-list-results .search-filter-ads-item:hover {
    -webkit-box-shadow: 0 0 6.6px 2px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 2px rgba(69, 69, 69, 0.3);
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo {
    height: 204px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    overflow: hidden;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo {
        height: 250px !important;
        width: 100%;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-promoted-status {
    background-color: #fffc00;
    position: absolute;
    left: -25px;
    top: 15px;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    padding: 3px 20px;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo
    .item-promoted-status {
        padding: 2px 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo
    .item-promoted-status
    span {
        font-size: 10px;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 10px;
    position: absolute;
    top: 10px;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo
    .item-options {
        height: calc(100% - 15px);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option,
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.item-price
p.price-ammount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option {
    width: 29px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 29px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo
    .item-options
    .feature-option
    i.fa-truck {
        font-size: 20px;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option
i.fa-star-o {
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo
    .item-options
    .feature-option
    i.fa-star-o {
        font-size: 20px;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option
i.fa-star {
    color: #f26c4f;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-item-logo
    .item-options
    .feature-option
    i.fa-star {
        font-size: 20px;
    }
}
.post-ads-step > .wrapper > .row > h3,
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option.delivery-option {
    display: none;
}
.search-filter-list-jobs-results .search-filter-ads-item,
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 260px);
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content {
        width: 100%;
        padding: 5px 10px;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
    .search-filter-list-results .search-result-row .item-heading {width: 100%; height: initial;}
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 992px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.heading-info
.item-heading {
    font-size: 24px;
    font-weight: 500;
    color: #68767c;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .heading-info
    .item-heading {
        height: 28px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .heading-info
    .item-heading {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 5px;
        font-size: 14px;
        color: #2c3b42;
        height: 17px;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.heading-info
.item-tags {
    font-size: 16px;
    font-weight: 300;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .heading-info
    .item-tags {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .heading-info
    .item-tags {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.item-price
p.price-ammount {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: #21aadd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    padding: 0 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price
    p.price-ammount {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price
    p.price-ammount {
        width: 100%;
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #21aadd;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: initial;
        -webkit-align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        padding: 0;
        height: auto;
        margin-right: 0;
        margin-bottom: 9px;
    }
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price
    p.price-ammount
    sup {
        display: none;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.item-price
p.price-ammount
span {
    font-size: 18px;
    font-weight: 700;
    padding-left: 5px;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price
    p.price-ammount
    span {
        font-size: 12px;
        padding-left: 0;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.item-price
p.price-details {
    text-align: right;
    color: #778c94;
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price
    p.price-details {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .item-price
    p.price-details {
        font-size: 10px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #68767c;
        margin-bottom: 8px;
        margin-top: 0;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.additional-info
.item-location {
    font-size: 12px;
    color: #778c94;
    margin: 5px 0;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .additional-info
    .item-location {
        margin: 0 0 4px;
        font-size: 10px;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.additional-info
svg {
    width: 12px;
    height: 12px;
    fill: #778c94;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .additional-info
    svg {
        width: 9px;
        height: 9px;
    }
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.additional-info
.item-post-date {
    font-size: 12px;
    color: #778c94;
    text-transform: uppercase;
    margin: 5px 0;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .additional-info
    .item-post-date {
        margin: 0;
        font-size: 10px;
    }
}
.search-filter-list-jobs-results {
    margin-top: 20px;
}
.search-filter-list-jobs-results .search-filter-ads-item {
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 124px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-jobs-results .search-filter-ads-item {
        height: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.search-filter-list-jobs-results .search-filter-ads-item:hover {
    -webkit-box-shadow: 0 0 6.6px 2px rgba(69, 69, 69, 0.45);
    box-shadow: 0 0 6.6px 2px rgba(69, 69, 69, 0.45);
}
.search-filter-list-jobs-results .search-filter-ads-item .item-promoted-status {
    background-color: #fffc00;
    position: absolute;
    left: -25px;
    top: 15px;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    padding: 3px 20px;
    z-index: 2;
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content,
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.item-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content {
    padding: 15px 60px 15px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-jobs-results
    .search-filter-ads-item
    .search-filter-ads-text-content {
        text-align: center;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.heading-info
.item-heading {
    font-size: 24px;
    font-weight: 500;
    color: #68767c;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    .search-filter-list-jobs-results
    .search-filter-ads-item
    .search-filter-ads-text-content
    .main-info
    .heading-info
    .item-heading {
        margin-bottom: 10px;
        font-size: 20px;
    }
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.additional-info
.item-location,
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.additional-info
.item-post-date {
    font-size: 12px;
    color: #778c94;
    text-transform: uppercase;
    margin: 5px 0;
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.item-options {
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 2;
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.item-options
.feature-option {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #dbdbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
}
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.item-options
.feature-option
i.fa-star-o {
    color: #fff;
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item.active
.promotion-details
.promotion-name,
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item:hover
.promotion-name,
.search-filter-list-jobs-results
.search-filter-ads-item
.search-filter-ads-text-content
.item-options
.feature-option
i.fa-star {
    color: #f26c4f;
}
@media only screen and (max-width: 992px) {
    #step-1-auto .post-ads-step {
        background: #fff;
        z-index: 4;
        position: relative;
    }
    #step-1-auto .post-ads-step .breadcrumbs .heading-row {
        display: none;
    }
}
.post-ads-step {
    background: -webkit-gradient(
        linear,
        left top,
        0 300,
        from(#daeaf0),
        to(#fff)
    );
    min-height: 500px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step {
        background: #fff;
        min-height: auto;
    }
}
.post-ads-step .breadcrumbs .heading-row {
    padding-top: 10px;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step .step-1 .post-ads-form form label {
        font-size: 16px;
        font-weight: 400;
    }
}
.post-ads-step .post-ads-step-mainContent-device {
    display: none;
}
.post-ads-step
.post-ads-step-mainContent-device
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b,
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b,
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.post-ads-step
.post-ads-step-mainContent-device
input::-webkit-input-placeholder {
    font-weight: 300;
    color: #778c94;
    font-size: 14px;
}
.post-ads-step .post-ads-step-mainContent-device input:-ms-input-placeholder,
.post-ads-step .post-ads-step-mainContent-device input::-ms-input-placeholder {
    font-weight: 300;
    color: #778c94;
    font-size: 14px;
}
.post-ads-step .post-ads-step-mainContent-device input::placeholder {
    font-weight: 300;
    color: #778c94;
    font-size: 14px;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step .post-ads-step-mainContent-device {
        display: block;
    }
}
.post-ads-step .post-ads-step-mainContent-device .input-field,
.post-ads-step
.post-ads-step-mainContent-device
.input-field.category-field-device
.input-field-categ {
    position: relative;
}
.post-ads-step
.post-ads-step-mainContent-device
.input-field.category-field-device {
    position: initial;
}
.post-ads-step
.post-ads-step-mainContent-device
.input-field.category-field-device
.input-field-categ
svg {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.price-block.price-block-content
.promotion-term
span,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
ul
li.active,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
ul
li.active
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
ul
li:hover,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
ul
li:hover
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
ul
li.active,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
ul
li.active
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
ul
li:hover,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
ul
li:hover
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
ul
li.active,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
ul
li.active
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
ul
li:hover,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
ul
li:hover
i,
.post-ads-step .post-ads-step-mainContent-device .select-input input,
.post-ads-step .step-final-denied p.thx-msg a,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
ul
li
i,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
ul
li.active,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
ul
li:hover,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
ul
li
i,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
ul
li.active,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
ul
li:hover,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
ul
li
i,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
ul
li.active,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
ul
li:hover {
    color: #21aadd;
}
@media only screen and (max-width: 576px) {
    .post-ads-step .post-ads-step-mainContent-device .device-box-without-shadow {
        -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da;
        box-shadow: 0 0 12.2px 0.8px #c5d4da;
    }
}
.post-ads-step .post-ads-step-mainContent-device .device-box-shadow,
.post-ads-step .post-ads-step-mainContent-device .device-box-without-shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.post-ads-step .post-ads-step-mainContent-device .device-box-shadow {
    padding-top: 14px;
}
.post-ads-step .post-ads-step-mainContent-device .post-ads-form form input {
    width: 100%;
    border: solid 1px #bec9cc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step .post-ads-step-mainContent-device .post-ads-form form input {
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.price-field {
    display: block;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form {
    -webkit-box-shadow: inset 0 67px 14px -65px rgba(197, 212, 218, 0.57);
    box-shadow: inset 0 67px 14px -65px rgba(197, 212, 218, 0.57);
    width: 100%;
    padding: 18px 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    background: #fff;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form {
        padding: 18px 0 5px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.radio-select {
    margin-bottom: 1px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.content
form,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
input,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.select-input.entity-type {
    width: 100%;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input.entity-type {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input.entity-type
    > span
    > label {
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input.entity-type {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 11px;
    }
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input-device,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input-device
    .radio-select {
        margin-bottom: 0;
    }
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input-device
    .radio-select
    span {
        margin-top: 0;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input-device {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-input-device
    .radio-select
    label {
        font-size: 16px;
    }
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .select-field {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111111;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    box-sizing: border-box;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.close-btn {
    position: absolute;
    right: 10px;
    top: 15px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.close-btn
svg {
    width: 25px;
    height: 25px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.content {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    padding: 17px 10px 31px;
    width: calc(100% - 20px);
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.content
button {
    min-width: 168px;
    padding: 8px 5px;
    background-color: #21aadd;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 16px;
    color: #fff;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.content
.title-popup-select-currency {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #bec9cc;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.content
.title-popup-select-currency
h1 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #68767c;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.check-field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.check-field
.round-2
label,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.check-field
.round-2
label {
    margin-bottom: 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.price {
    width: 100%;
    margin-bottom: 12px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.price
input {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.btn-select-popup,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.location-field {
    width: 100%;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.btn-select-popup
button {
    padding: 6px 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select {
    width: 100%;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin-bottom: 45px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select
.check-field {
    margin-right: 17px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.check-field-device {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.check-field-device
.title {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #778c94;
    margin-bottom: 7px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.check-field-device
span {
    padding-left: 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #bec9cc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field
    .popup-select-currency
    .checkbox-select-buton
    .checkbox-radio-money {
        height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
> div:first-of-type {
    border-right: 1px solid #bec9cc;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
div {
    position: relative;
    display: inline-block;
    width: 50%;
    cursor: pointer;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
div
input[type="radio"] {
    width: 100%;
    height: 31px;
    opacity: 0;
    cursor: pointer;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field
    .popup-select-currency
    .checkbox-select-buton
    .checkbox-radio-money
    div
    input[type="radio"] {
        min-height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
div
[type="radio"]:checked,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
div
[type="radio"]:not(:checked) {
    left: 0;
}

.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
div
label {
    position: absolute;
    top: 0;
    left: 0;
    color: #2c3b42;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    cursor: pointer;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field
.popup-select-currency
.checkbox-select-buton
.checkbox-radio-money
div
input[type="radio"]:checked
+ label {
    background: #fff;
    color: #2caddd;
    left: 0;
    font-weight: 400;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.overlay-invisible-device {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    display: none;
    background-color: rgba(44, 59, 66, 0.36);
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title
.close-div-device.open-btn,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.overlay-invisible-device.active {
    display: block;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device {
    position: absolute;
    z-index: 1;
    display: none;
    left: 0;
    width: 100%;
    background-color: #fff;
    max-height: calc(100% - 20px);
    overflow-y: auto;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bec9cc;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title
.close-div-device {
    width: 26px;
    display: none;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title
.close-div-device-x {
    width: 26px;
    display: block;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title
.close-div-device-x.hide-btn {
    display: none;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title
svg {
    width: 26px;
    height: 26px;
    fill: #4d4d4d;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-select-title
h2 {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 26px);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device {
    width: 33.33%;
    background: #fff;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field.category-field-device
    .category-select-device
    .category-first-level-device,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field.category-field-device
    .category-select-device
    .category-second-level-device,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field.category-field-device
    .category-select-device
    .category-third-level-device {
        width: 100%;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
.level-heading-device
.heading-items-device,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
.level-heading-device
.heading-items-device,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
.level-heading-device
.heading-items-device {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
.level-heading-device
.heading-items-device
h4,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
.level-heading-device
.heading-items-device
h4,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
.level-heading-device
.heading-items-device
h4,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
.level-heading
.heading-items
h4,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
.level-heading
.heading-items
h4,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
.level-heading
.heading-items
h4 {
    color: #a0c9ca;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px !important;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
.level-heading-device
.heading-items-device
.close-div-device
svg
path,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
.level-heading-device
.heading-items-device
.close-div-device
svg
path,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
.level-heading-device
.heading-items-device
.close-div-device
svg
path,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
.level-heading
.heading-items
.close-div
svg
path,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
.level-heading
.heading-items
.close-div
svg
path,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
.level-heading
.heading-items
.close-div
svg
path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
.level-heading-device:after,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
.level-heading-device:after,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
.level-heading-device:after,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
.level-heading:after,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
.level-heading:after,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
.level-heading:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #a0c9ca;
    display: block;
    margin: 10px auto;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
ul
li,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
ul
li,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
ul
li {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c3b42;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    border-bottom: 1px solid #bec9cc;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-first-level-device
ul
li
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device
ul
li
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device
ul
li
i {
    color: #2c3b42;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device {
    display: none;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field.category-field-device
    .category-select-device
    .category-second-level-device,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .first-part-form
    .input-field.category-field-device
    .category-select-device
    .category-third-level-device {
        position: absolute;
        top: 62px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-second-level-device.show,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-third-level-device.show {
    display: block;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(2)
ul
li,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(3)
ul
li {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
    color: #2c3b42;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(2)
ul
li.active,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(2)
ul
li.active
i,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(3)
ul
li.active,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(3)
ul
li.active
i {
    color: #21aadd;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(3) {
    overflow: auto;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(3)
.block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.input-field.category-field-device
.category-select-device
.category-level-device:nth-child(3)
.block
ul {
    height: auto;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.first-part-form
.img-upload-box
label {
    margin-bottom: 5px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field {
    width: 100%;
    margin-bottom: 17px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection {
    height: 31px !important;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select-input
    .select2
    .select2-selection {
        height: 39px !important;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__rendered {
    line-height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select-input
    .select2
    .select2-selection
    .select2-selection__rendered {
        line-height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__arrow,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select2
.select2-selection
.select2-selection__arrow {
    height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select-input
    .select2
    .select2-selection
    .select2-selection__arrow,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select2
    .select2-selection
    .select2-selection__arrow {
        height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__arrow
b {
    border-color: #68767c transparent transparent;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select-input
    .select2
    .select2-selection
    .select2-selection__arrow
    b {
        border-color: #21aadd transparent transparent;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #68767c !important;
    border-width: 0 6px 6px !important;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
        border-color: transparent transparent #21aadd !important;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.input-two
.select2
.select2-selection
.select2-selection__rendered,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__rendered {
    font-size: 14px;
    color: #68767c;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.select-input.active
.select2
.select2-selection
.select2-selection__rendered,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.input-two.active
.select2
.select2-selection
.select2-selection__rendered,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input.active
.select2
.select2-selection
.select2-selection__rendered,
.select2-results__options li:hover {
    color: #21aadd !important;
    background: #fff !important;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two.active
.select2
.select2-selection
.select2-selection__rendered,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form {
    color: #21aadd !important;
    background: transparent !important;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    top: 48%;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.select-field
.select2-container--default
.select2-selection--single {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select-input
    .select2
    .select2-selection,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .select-field
    .select2-container--default
    .select2-selection--single {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form {
    -webkit-box-shadow: inset 0 67px 14px -65px rgba(197, 212, 218, 0.57);
    box-shadow: inset 0 67px 14px -65px rgba(197, 212, 218, 0.57);
    width: 100%;
    padding: 0 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form {
        width: 100%;
        padding: 0;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.person-name {
    width: calc(33.33% - 15px);
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.person-name {
        width: calc(33.33% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.person-name {
        margin-bottom: 16px;
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.person-name
input {
    background-color: #fff;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.person-name
input::-webkit-input-placeholder {
    color: #b1bdc2;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.person-name
input:-ms-input-placeholder,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.person-name
input::-ms-input-placeholder {
    color: #b1bdc2;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.person-name
input::placeholder {
    color: #b1bdc2;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number {
    width: calc(66.66% - 15px);
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number {
        width: calc(66.66% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number {
        margin-bottom: 6px;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone {
    width: 31px;
    height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .add-new-phone,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .delete-new-phone {
        width: 39px;
        height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone
span,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone
span,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.post-ads-form
form
.input-field-device
span {
    margin-top: 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number
.phone-number-field-item {
    width: calc(50% - 30px);
    margin-right: 15px;
}

@media only screen and (max-width: 1119px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .phone-number-field-item.second-phone {
        margin-left: auto;
    }
}

@media only screen and (min-width: 577px) and (max-width: 1119px)  {
    .step-1 .post-ads-form form .second-part-form .input-field.phone-number .add-new-phone-mobile,
    .step-1 .post-ads-form form .second-part-form .input-field.phone-number .delete-new-phone-mobile {
        width: 31px;
        height: 31px;
    }

}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .phone-number-field-item {
        width: calc(100% - 54px);
        margin-right: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field.phone-number
.phone-number-field-item
input {
    width: 100%;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .phone-number-field-item
    .field-validate {
        top: 2px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .phone-number-field-item
    .field-validate {
        top: 5px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field-device {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field-device
    > label {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field-device
    > label {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field-device {
        margin-bottom: 0;
        margin-top: 5px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field-device
.input-two {
    width: calc(50% - 15px);
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field-device
    .input-two {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-field-device
    .input-two {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 12px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-field-device
.input-two
input {
    width: 100%;
    color: #21aadd;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.checkbox-select {
    width: 100%;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .checkbox-select {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .checkbox-select {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field {
    margin-top: 10px;
    margin-bottom: 27px;
    width: 100%;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-valid {
    position: relative;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-valid
input,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-valid
textarea,
.step-1 .post-ads-form form .input-field-valid input,
.step-1 .post-ads-form form .input-field-valid textarea,
.step-1 .post-ads-form form .select-input.input-field-valid input,
.step-1 .post-ads-form form .select-input.input-field-valid textarea {
    border: 1px solid #41bb30;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-error
.select2
.select2-selection,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-error
input,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-error
textarea,
.step-1 .post-ads-form form .input-field-error input,
.step-1 .post-ads-form form .input-field-error textarea,
.step-1 .post-ads-form form .input-field.input-field-error input,
.step-1 .post-ads-form form .input-field.input-field-error textarea,
.step-1 .post-ads-form form .select-input.input-field-error input,
.step-1 .post-ads-form form .select-input.input-field-error textarea {
    border: 1px solid #ff1919;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field.input-field-error
span.text-error {
    color: #ff1919;
    position: absolute;
    font-size: 12px;
    width: 300px;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.field-validate {
    position: absolute;
    right: 5px;
    top: 30px;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .textarea-field
    .field-validate
    svg {
        width: 25px;
        height: 25px;
    }
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .textarea-field
    .field-validate
    .error
    svg {
        fill: #ff1919;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .textarea-field
    .field-validate {
        top: 33px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.error,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.success {
    display: none;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.error.active,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.success.active {
    display: block;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.error.active
svg
path {
    fill: #c91414;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
.success.active
svg
path {
    fill: #41bb30;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .textarea-field {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .textarea-field {
        width: calc(100% - 20px);
        margin: 2px 10px 20px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
textarea {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #bec9cc;
    resize: none;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .textarea-field
    textarea {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.textarea-field
input {
    border: solid 1px #bec9cc;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
label {
    text-align: left;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.checkbox-select {
    margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .checkbox-select {
        margin-bottom: 15px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.checkbox-select
.check-field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.checkbox-select
span,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
label {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #778c94;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2 {
    min-width: 100% !important;
    outline: 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2:focus {
    outline: 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2-selection {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    border: solid 1px #c5d4da;
    background: 0 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2-selection
.select2-selection__rendered {
    font-size: 14px;
    color: #778c94;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2
.select2-selection {
    height: 31px !important;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2
    .select2-selection {
        height: 39px !important;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2
.select2-selection
.select2-selection__rendered {
    line-height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2
    .select2-selection
    .select2-selection__rendered {
        line-height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2
.select2-selection
.select2-selection__arrow {
    height: 31px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2
    .select2-selection
    .select2-selection__arrow {
        height: 39px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #68767c transparent transparent;
    border-width: 6px 6px 0;
    margin-left: -10px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
        border-color: #21aadd transparent transparent;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
        border-color: transparent transparent #21aadd !important;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    top: 48%;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2
.select2-selection,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2-container--default
.select2-selection--single {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2
    .select2-selection,
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .second-part-form
    .input-two
    .select2-container--default
    .select2-selection--single {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.input-two
.select2
.select2-selection
.select2-selection__rendered,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.second-part-form
.select-input
.select2
.select2-selection
.select2-selection__rendered {
    font-size: 14px;
    color: #68767c;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form {
    width: calc(100% - 30px);
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(44, 59, 66, 0.36);
    box-shadow: 0 0 6.6px 0.4px rgba(44, 59, 66, 0.36);
}
@media only screen and (max-width: 992px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .third-part-form {
        width: 100%;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .third-part-form {
        padding: 15px 0 32px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.check-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .third-part-form
    .check-field {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .third-part-form
    .check-field {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.check-field
.round-2,
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.check-field
.round
label:after {
    top: 0;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.check-field
span {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #68767c;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .post-ads-form
    form
    .third-part-form
    .check-field
    span {
        text-align: left;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.btn-action-row {
    width: 100%;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.btn-action-row
button {
    background-color: #21aadd;
    padding: 6px 10px;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    min-width: 168px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.btn-action-row
button:hover {
    background-color: #48eaec;
}

@media only screen and (min-width: 768px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .first-part-form
    .img-upload-box {
        margin-top: 7px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
input,
.step-1 .post-ads-form form input {
    height: 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    border: solid 1px #c5d4da;
    padding-left: 10px;
    color: #778c94;
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
label,
.step-1 .post-ads-form form .img-upload-box label {
    margin-bottom: 15px;
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
input[type="file"] {
    visibility: hidden;
    display: none;
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .first-part-form
    .img-upload-box
    ul {
        margin-bottom: 10px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li {
    width: calc(100% / 6 - 15px);
    height: 100px;
    border: dashed 2px #bbd6dd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .first-part-form
    .img-upload-box
    ul
    li {
        width: calc(100% / 4 - 7px);
        height: 58px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li
.img-item-device,
.step-1 .post-ads-form form .img-upload-box ul li .img-item {
    width: 95%;
    height: 95%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.post-ads-step .post-ads-step-mainContent .row .promotion-select-items,
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li,
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li
.img-item-device
.img-logo-device,
.post-ads-step
.post-ads-step-mainContent-device
.post-ads-form
form
.third-part-form
.btn-action-row,
.post-ads-step .step3-1 .row form .bundle-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li
.img-item-device
.img-logo-device {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent-device
    .first-part-form
    .img-upload-box
    ul
    li
    .img-item-device
    .img-logo-device
    svg {
        width: 39px;
        height: 37px;
    }
}
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li
.img-item-device
.img-logo-device
svg
path,
.post-ads-step
.post-ads-step-mainContent-device
.first-part-form
.img-upload-box
ul
li
.img-item-device
.img-logo-device
svg
polygon,
.step-1 .post-ads-form form .img-upload-box ul li .img-item .img-logo svg path,
.step-1
.post-ads-form
form
.img-upload-box
ul
li
.img-item
.img-logo
svg
polygon {
    fill: #d5e4ea;
}
@media only screen and (max-width: 1120px) {
    .post-ads-step .post-ads-step-mainContent.step-1-estate-hide {
        display: none;
    }
}
.post-ads-step .post-ads-step-mainContent,
.post-ads-step .step-final,
.post-ads-step .step3-1,
.post-ads-step .step3-2,
.post-ads-step .step4-1 {
    padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .post-ads-step-mainContent,
    .post-ads-step .step3-2 {
        padding-bottom: 0;
    }
}
.post-ads-step .post-ads-step-mainContent .row,
.post-ads-step .step-final .row,
.post-ads-step .step3-1 .row,
.post-ads-step .step3-2 .row,
.post-ads-step .step4-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step .post-ads-step-mainContent .row h3 {
    font-size: 24px;
    font-weight: 600;
    color: #21aadd;
}
.post-ads-step .post-ads-step-mainContent .row h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #364d54;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .post-ads-step-mainContent .row h4 {
        color: #21aadd;
        margin-bottom: 20px;
        margin-top: 20px !important;
    }
}
.post-ads-step .post-ads-step-mainContent .row p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .post-ads-step-mainContent .row p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 5px;
    }
}
.post-ads-step .post-ads-step-mainContent .row p.ads-name {
    line-height: 1.56;
    color: #48555a;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .post-ads-step-mainContent .row p.ads-name {
        max-width: 240px;
        margin-left: auto !important;
        margin-right: auto;
    }
}
.post-ads-step .post-ads-step-mainContent .row .promotion-select-items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .post-ads-step-mainContent .row .promotion-select-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item,
.post-ads-step .step3-1 .row .promotion-selected-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    padding: 30px;
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item {
    height: 110px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    width: calc(33.33333% - 30px);
}
@media only screen and (max-width: 1120px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item {
        width: calc(66.66667% - 30px);
        padding: 7px 10px;
        height: auto;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item.active {
    height: 180px;
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item.active {
        height: auto;
    }
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item:hover {
    height: 180px;
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item:hover {
        height: auto;
    }
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item
.promotion-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item
    .promotion-details {
        margin-bottom: 0;
    }
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item
.promotion-details
.promotion-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item
    .promotion-details
    .promotion-name {
        font-size: 16px;
        color: #48555a;
    }
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item
.promotion-details
.promotion-price {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item
.promotion-select-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    width: 80%;
    height: 44px;
    text-align: center;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .post-ads-step-mainContent
    .row
    .promotion-select-items
    .promotion-select-item
    .promotion-select-action {
        display: none;
    }
}
#step-1-auto .post-ads-step {
    background: -webkit-linear-gradient(
        top,
        #daeaf0 0,
        #e7f1f5 5%,
        #f5f9fc 15%,
        #fff 100%
    );
}
.post-ads-step .step3-1 .row .promotion-selected-item {
    width: calc(100% - 30px);
}
@media only screen and (max-width: 576px) {
    .post-ads-step .step3-1 .row .promotion-selected-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post-ads-step .step3-1 .row .promotion-selected-item,
.post-ads-step .step3-1 .row .promotion-selected-item .promotion-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step3-1
.row
.promotion-selected-item
.promotion-details
.promotion-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-right: 30px;
    color: #f26c4f;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-1
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-name {
        margin-right: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step3-1
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-name {
        font-size: 15px;
    }
}
.post-ads-step
.step3-1
.row
.promotion-selected-item
.promotion-details
.promotion-price {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step3-1
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-price {
        font-size: 17px;
    }
}
.post-ads-step .step3-1 .row .promotion-selected-item .promotion-modify-action,
.post-ads-step .step3-1 .row form .bundle-select .bundle-select-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ads-step .step3-1 .row .promotion-selected-item .promotion-modify-action {
    color: #fff;
    background: #21aadd;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    height: 29px;
    padding: 0 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-1
    .row
    .promotion-selected-item
    .promotion-modify-action {
        margin-top: 20px;
    }
}
.post-ads-step .step3-1 .row form,
.post-ads-step .step3-2 .row form,
.post-ads-step .step4-1 .row form {
    width: 100%;
    padding-top: 30px;
}
.post-ads-step .step3-1 .row form .bundle-select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-ads-step .step3-1 .row form .bundle-select .bundle-select-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    padding: 30px;
    height: 392px;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media only screen and (max-width: 992px) {
    .post-ads-step .step3-1 .row form .bundle-select .bundle-select-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .post-ads-step .step3-1 .row form .bundle-select .bundle-select-item {
        width: calc(100% - 30px);
    }
}
.post-ads-step .step3-1 .row form .bundle-select .bundle-select-item.active,
.post-ads-step .step3-1 .row form .bundle-select .bundle-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item.active
.bundle-name,
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item:hover
.bundle-name {
    color: #f26c4f !important;
}
.post-ads-step
.step3-1
.row
.promotion-selected-item
.promotion-modify-action:hover,
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item.active
.bundle-select-action,
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item:hover
.bundle-select-action {
    background: #f26c4f;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items,
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-details,
.post-ads-step .step3-2 .row .promotion-selected-item .promotion-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-details
.bundle-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-right: 30px;
    color: #21aadd;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 1100px) {
    .post-ads-step
    .step3-1
    .row
    form
    .bundle-select
    .bundle-select-item
    .bundle-details
    .bundle-name {
        font-size: 22px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-1
    .row
    form
    .bundle-select
    .bundle-select-item
    .bundle-details
    .bundle-name {
        font-size: 20px;
    }
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-details
.bundle-price {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.field-price
sup,
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-details
.bundle-price
sup {
    font-size: 15px;
    top: 5px;
}
@media only screen and (max-width: 1100px) {
    .post-ads-step
    .step3-1
    .row
    form
    .bundle-select
    .bundle-select-item
    .bundle-details
    .bundle-price {
        font-size: 22px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-1
    .row
    form
    .bundle-select
    .bundle-select-item
    .bundle-details
    .bundle-price {
        font-size: 20px;
    }
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options {
    min-height: 200px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c9d7dc;
    padding-bottom: 12px;
    padding-top: 5px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
p,
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-options
.bundle-option-item
p {
    margin-bottom: 0;
    font-weight: 400;
    color: #2c3b42;
    font-size: 16px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
p
span {
    font-weight: 700;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
i {
    font-size: 24px;
    margin-right: 30px;
    min-width: 30px;
    color: #48555a;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
i.fa-home {
    font-size: 26px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-select-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    height: 29px;
    padding: 0 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}
.post-ads-step .step3-1 .row form .additional-promotions {
    margin-top: 50px;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c9d7dc;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .post-ads-step
    .step3-1
    .row
    form
    .additional-promotions
    .additional-promotions-checkbox-items
    .promotion-checkbox-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item:first-child {
    border-top: 1px solid #c9d7dc;
}
@media only screen and (max-width: 720px) {
    .post-ads-step
    .step3-1
    .row
    form
    .additional-promotions
    .additional-promotions-checkbox-items
    .promotion-checkbox-item {
        /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.check-field,
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-options
.bundle-option-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.check-field
.round {
    display: block;
    margin-right: 10px;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.check-field
.round
label {
    top: 2px;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.check-field
span {
    font-size: 18px;
    font-weight: 500;
    color: #48555a;
}
@media only screen and (max-width: 480px) {
    .post-ads-step
    .step3-1
    .row
    form
    .additional-promotions
    .additional-promotions-checkbox-items
    .promotion-checkbox-item
    .check-field
    span {
        font-size: 16px;
    }
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item.active
.check-field
> span {
    color: #f26c4f;
}
.post-ads-step
.step3-1
.row
form
.additional-promotions
.additional-promotions-checkbox-items
.promotion-checkbox-item
.field-price {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
@media only screen and (max-width: 480px) {
    .post-ads-step
    .step3-1
    .row
    form
    .additional-promotions
    .additional-promotions-checkbox-items
    .promotion-checkbox-item
    .field-price {
        font-size: 20px;
    }
}
.post-ads-step .step3-1 .row form h4,
.post-ads-step .step3-2 .row form h4 {
    text-align: center;
    margin-top: 50px;
}
.post-ads-step .step3-1 .row form .payment-type-select,
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-ads-step .step3-1 .row form .payment-type-select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    padding: 20px;
    height: 199px;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-2 .row form .payment-type-select .payment-type-select-item {
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33% - 20px)!important
    }
    .post-ads-step
    .step3-1
    .row
    form
    .payment-type-select
    .payment-type-select-item {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-1
    .row
    form
    .payment-type-select
    .payment-type-select-item {
        width: calc(100% - 30px);
    }
}
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item.active,
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item.active
.payment-type-name,
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item:hover
.payment-type-name,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item.active
.ads-bundle-name,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item:hover
.ads-bundle-name {
    color: #f26c4f;
}
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-type-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ads-step
.step3-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-radio {
    margin-top: 10px;
    text-align: center;
}
.post-ads-step .step3-1 .row form .form-total-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 15px 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-1 .row form .form-total-price {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step .step3-1 .row form .form-total-price .total-price-item p,
.post-ads-step .step3-2 .row form .form-total-price .total-price-item p,
.post-ads-step .step4-1 .row form .form-total-price .total-price-item p {
    text-transform: uppercase;
    font-weight: 500 !important;
}
.post-ads-step .step3-1 .row form .form-total-price .total-price-item p span,
.post-ads-step .step3-2 .row form .form-total-price .total-price-item p span {
    font-size: 24px;
    font-weight: 600;
    color: #21aadd;
    margin-left: 10px;
}

.post-ads-step .step3-2 .row form .form-total-price .total-price-item p span sup {
    top: 6px;
    font-size: 14px;
    margin-left: 5px;
}
.post-ads-step
.step3-1
.row
form
.form-total-price
.total-price-item
p
span
sup {
    font-size: 16px;
}
.post-ads-step .step3-1 .row form .form-action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-1 .row form .form-action-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step .step3-1 .row form .form-action-buttons .continue,
.post-ads-step .step3-1 .row form .form-action-buttons .reset {
    height: 45px;
    padding: 0 70px;
    text-align: center;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}
.post-ads-step .step3-1 .row form .form-action-buttons .continue {
    background: #21aadd;
    color: #fff;
    border: 1px solid #21aadd !important;
}
.post-ads-step .step3-1 .row form .form-action-buttons .continue:hover {
    background: #48eaec;
    border: 1px solid #48eaec !important;
}
.post-ads-step .step3-1 .row form .form-action-buttons .reset {
    color: #21aadd;
    background: #fff;
    border: solid 1px #21aadd;
    margin-right: 20px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-1 .row form .form-action-buttons .reset {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.post-ads-step .step3-1 .row form .form-action-buttons .reset:hover {
    background: #21aadd;
    color: #fff;
}
.post-ads-step .step3-2 .row .promotion-selected-item,
.post-ads-step .step3-2 .row form .ads-bundle-select .ads-bundle-select-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.post-ads-step .step3-2 .row .promotion-selected-item {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30px);
    padding: 20px 30px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 576px) {
    .post-ads-step .step3-2 .row .promotion-selected-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post-ads-step
.step3-2
.row
.promotion-selected-item
.promotion-details
.promotion-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-right: 30px;
    color: #f26c4f;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-2
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-name {
        margin-right: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step3-2
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-name {
        font-size: 15px;
    }
}
.post-ads-step
.step3-2
.row
.promotion-selected-item
.promotion-details
.promotion-price {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step3-2
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-price {
        font-size: 17px;
    }
}
.post-ads-step .step3-2 .row .promotion-selected-item .promotion-modify-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    height: 29px;
    padding: 0 20px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle.active
button,
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle:hover
button,
.post-ads-step
.step3-2
.row
.promotion-selected-item
.promotion-modify-action:hover,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item.active
.ads-bundle-select-action,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item:hover
.ads-bundle-select-action {
    background: #f26c4f;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-2
    .row
    .promotion-selected-item
    .promotion-modify-action {
        margin-top: 20px;
    }
}
.post-ads-step .step3-2 .row form .ads-bundle-select,
.post-ads-step .step3-2 .row form .payment-type-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-ads-step .step3-2 .row form .ads-bundle-select .ads-bundle-select-item {
    width: calc(25% - 30px);
    padding: 20px;
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 992px) {
    .post-ads-step .step3-2 .row form .ads-bundle-select .ads-bundle-select-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step .step3-2 .row form .ads-bundle-select .ads-bundle-select-item {
        width: calc(100% - 30px);
    }
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item.active,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-details,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-details
.ads-bundle-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 1100px) {
    .post-ads-step
    .step3-2
    .row
    form
    .ads-bundle-select
    .ads-bundle-select-item
    .ads-bundle-details
    .ads-bundle-name {
        font-size: 22px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-2
    .row
    form
    .ads-bundle-select
    .ads-bundle-select-item
    .ads-bundle-details
    .ads-bundle-name {
        font-size: 20px;
    }
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-options {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-options
p {
    font-size: 14px;
    font-weight: 500;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-options
.ads-bundle-promo-price {
    color: #21aadd;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-options
.ads-bundle-promo-price
span {
    font-size: 24px;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-select-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    height: 29px;
    padding: 0 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    padding: 20px;
    height: 199px;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .step3-2
    .row
    form
    .payment-type-select
    .payment-type-select-item {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step3-2
    .row
    form
    .payment-type-select
    .payment-type-select-item {
        width: calc(100% - 30px);
    }
}
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item.active,
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item.active
.payment-type-name,
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item:hover
.payment-type-name,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item.active
.payment-type-name,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item:hover
.payment-type-name {
    color: #f26c4f;
}
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item
.payment-type-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ads-step
.step3-2
.row
form
.payment-type-select
.payment-type-select-item
.payment-radio {
    margin-top: 10px;
    text-align: center;
}
.post-ads-step .step3-2 .row form .form-total-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 15px 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-2 .row form .form-total-price {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step .step3-2 .row form .form-action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-2 .row form .form-action-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step .step3-2 .row form .form-action-buttons .continue,
.post-ads-step .step3-2 .row form .form-action-buttons .reset {
    height: 45px;
    padding: 0 70px;
    text-align: center;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}
.post-ads-step .step3-2 .row form .form-action-buttons .continue {
    background: #21aadd;
    color: #fff;
    border: 0;
}
.post-ads-step .step3-2 .row form .form-action-buttons .continue:hover {
    background: #48eaec;
}
.post-ads-step .step3-2 .row form .form-action-buttons .reset {
    color: #21aadd;
    background: #fff;
    border: solid 1px #21aadd;
    margin-right: 20px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step3-2 .row form .form-action-buttons .reset {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.post-ads-step .step3-2 .row form .form-action-buttons .reset:hover {
    background: #21aadd;
    color: #fff;
}
.post-ads-step .step4-1 .row .additional-promotion-selected-item,
.post-ads-step .step4-1 .row .promotion-selected-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
    background-color: #fff;
    border: solid 1px #c9d7dc;
    padding: 20px 30px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step4-1 .row .additional-promotion-selected-item,
    .post-ads-step .step4-1 .row .promotion-selected-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post-ads-step .step4-1 .row .additional-promotion-selected-item,
.post-ads-step
.step4-1
.row
.additional-promotion-selected-item
.promotion-details,
.post-ads-step .step4-1 .row .promotion-selected-item,
.post-ads-step .step4-1 .row .promotion-selected-item .promotion-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step4-1
    .row
    .additional-promotion-selected-item
    .promotion-details,
    .post-ads-step .step4-1 .row .promotion-selected-item .promotion-details {
        width: 100%;
    }
}
.post-ads-step
.step4-1
.row
.additional-promotion-selected-item
.promotion-details
.promotion-name,
.post-ads-step
.step4-1
.row
.promotion-selected-item
.promotion-details
.promotion-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-right: 30px;
    color: #f26c4f;
    min-width: 200px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step4-1
    .row
    .additional-promotion-selected-item
    .promotion-details
    .promotion-name,
    .post-ads-step
    .step4-1
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-name {
        min-width: auto;
    }
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step4-1
    .row
    .additional-promotion-selected-item
    .promotion-details
    .promotion-name,
    .post-ads-step
    .step4-1
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-name {
        font-size: 15px;
    }
}
.post-ads-step
.step4-1
.row
.additional-promotion-selected-item
.promotion-details
.promotion-price,
.post-ads-step
.step4-1
.row
.promotion-selected-item
.promotion-details
.promotion-price {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step4-1
    .row
    .additional-promotion-selected-item
    .promotion-details
    .promotion-price,
    .post-ads-step
    .step4-1
    .row
    .promotion-selected-item
    .promotion-details
    .promotion-price {
        font-size: 17px;
    }
}
.post-ads-step
.step4-1
.row
.additional-promotion-selected-item
.promotion-modify-action,
.post-ads-step .step4-1 .row .promotion-selected-item .promotion-modify-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    height: 29px;
    padding: 0 20px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .step4-1
    .row
    .additional-promotion-selected-item
    .promotion-modify-action,
    .post-ads-step
    .step4-1
    .row
    .promotion-selected-item
    .promotion-modify-action {
        margin-top: 20px;
    }
}
.post-ads-step
.step4-1
.row
.additional-promotion-selected-item
.promotion-name {
    text-transform: initial !important;
    min-width: 170px !important;
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step4-1
    .row
    .additional-promotion-selected-item
    .promotion-name {
        min-width: auto;
        margin-right: 0 !important;
    }
}
.post-ads-step
.step4-1
.row
.additional-promotion-selected-item
.promotion-details
i {
    margin-right: 10px;
    height: 100%;
}
.post-ads-step .step4-1 .row .bundle-selected-item,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.post-ads-step .step4-1 .row .bundle-selected-item,
.post-ads-step .step4-1 .row .bundle-selected-item .bundle-details {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step .step4-1 .row .bundle-selected-item {
    margin-bottom: 15px;
    width: calc(100% - 30px);
    padding: 20px 30px;
}
@media only screen and (max-width: 900px) {
    .post-ads-step .step4-1 .row .bundle-selected-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post-ads-step .step4-1 .row .bundle-selected-item .bundle-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 900px) {
    .post-ads-step .step4-1 .row .bundle-selected-item .bundle-details {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step4-1 .row .bundle-selected-item .bundle-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-right: 30px;
    color: #f26c4f;
    min-width: 200px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .step4-1
    .row
    .bundle-selected-item
    .bundle-details
    .bundle-name {
        margin-right: 0;
        min-width: auto;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step4-1
    .row
    .bundle-selected-item
    .bundle-details
    .bundle-name {
        font-size: 15px;
    }
}
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-price,
.post-ads-step .step4-1 .row form .form-total-price .total-price-item p span {
    font-size: 24px;
    font-weight: 700;
    color: #21aadd;
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step4-1
    .row
    .bundle-selected-item
    .bundle-details
    .bundle-price {
        font-size: 17px;
    }
}
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-options {
    margin-left: 50px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .step4-1
    .row
    .bundle-selected-item
    .bundle-details
    .bundle-options {
        margin-left: 0;
    }
}
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-options
.bundle-option-item {
    padding-bottom: 12px;
    padding-top: 5px;
}
@media only screen and (max-width: 400px) {
    .post-ads-step
    .step4-1
    .row
    .bundle-selected-item
    .bundle-details
    .bundle-options
    .bundle-option-item
    p {
        font-size: 14px;
    }
}
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-options
.bundle-option-item
p
span {
    font-weight: 700;
}
.post-ads-step
.step4-1
.row
.bundle-selected-item
.bundle-details
.bundle-options
.bundle-option-item
i {
    font-size: 24px;
    margin-right: 10px;
    min-width: 30px;
}
.post-ads-step .step4-1 .row .bundle-selected-item .bundle-modify-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    height: 29px;
    padding: 0 20px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
@media only screen and (max-width: 576px) {
    .post-ads-step .step4-1 .row .bundle-selected-item .bundle-modify-action {
        margin-top: 20px;
    }
}
#tab-content .tab-section .login-content-items .login-content-item.login form,
.post-ads-step .step4-1 .row form h4 {
    text-align: center;
}
.post-ads-step .step4-1 .row form .payment-type-select,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-ads-step .step4-1 .row form .payment-type-select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item {
    width: calc(33.33333% - 30px);
    padding: 20px;
    height: 199px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
    .post-ads-step
    .step4-1
    .row
    form
    .payment-type-select
    .payment-type-select-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .post-ads-step
    .step4-1
    .row
    form
    .payment-type-select
    .payment-type-select-item {
        width: calc(100% - 30px);
    }
}
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item.active,
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-ads-step
.step4-1
.row
form
.payment-type-select
.payment-type-select-item
.payment-type-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ads-step .step4-1 .row form .form-total-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 15px 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step4-1 .row form .form-total-price {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step .step4-1 .row form .form-action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step4-1 .row form .form-action-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post-ads-step .step4-1 .row form .form-action-buttons .continue,
.post-ads-step .step4-1 .row form .form-action-buttons .reset {
    height: 45px;
    padding: 0 70px;
    text-align: center;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}
.post-ads-step .step4-1 .row form .form-action-buttons .continue {
    background: #48eaec;
    color: #fff;
    border: solid 1px #48eaec;
}
.post-ads-step .step4-1 .row form .form-action-buttons .continue:hover,
.step-1
.post-ads-form
form
.second-part-form
.btn-action-row
button[type="submit"]:hover {
    background: #fff;
    color: #48eaec;
}
.post-ads-step .step4-1 .row form .form-action-buttons .reset {
    color: #21aadd;
    background: #fff;
    border: solid 1px #21aadd;
    margin-right: 20px;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step4-1 .row form .form-action-buttons .reset {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.post-ads-step .step4-1 .row form .form-action-buttons .reset:hover {
    background: #21aadd;
    color: #fff;
}
@media only screen and (max-width: 576px) {
    .post-ads-step .step-final {
        padding-top: 20px;
    }
}
.post-ads-step .step-final .row p.thx-msg {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    color: #080d33;
}
@media only screen and (max-width: 768px) {
    .post-ads-step .step-final-denied p.thx-msg {
        margin: 20px;
    }
}
.post-ads-step.final {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top;
    min-height: 550px;
}
.step-1 .post-ads-form {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
}
.step-1 .post-ads-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .first-part-form {
        width: 100%;
    }
}
.step-1 .post-ads-form form,
.step-1 .post-ads-form form .first-part-form .radio-select,
.step-1 .post-ads-form form .second-part-form .input-field.phone-number,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.phone-number-field-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.step-1 .post-ads-form form .first-part-form,
.step-1 .post-ads-form form .second-part-form .img-upload-box,
.step-1 .post-ads-form form .second-part-form .location-field {
    width: 550px;
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .second-part-form .img-upload-box,
    .step-1 .post-ads-form form .second-part-form .location-field {
        width: 100%;
    }
}
.step-1 .post-ads-form form .second-part-form .map-section {
    margin: 20px 0;
}
.step-1 .post-ads-form form .second-part-form .map-section #map {
    height: 380px;
    max-width: 800px;
}
.step-1 .post-ads-form form .second-part-form hr.line {
    background-color: #c5d4da;
    width: 100%;
    opacity: 1;
    margin: 40px 0;
}
.step-1 .post-ads-form form .second-part-form .input-field.phone-number {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 550px;
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .second-part-form .input-field.phone-number {
        width: 100%;
    }
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.phone-number-field-item:nth-child(2) {
    margin-right: 10px;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.phone-number-field-item
input {
    width: 220px;
    margin-bottom: 10px;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone {
    width: 39px;
    height: 39px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #c5d4da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    opacity: 1;
}
@media only screen and (max-width: 576px) {
    .step-1
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .add-new-phone,
    .step-1
    .post-ads-form
    form
    .second-part-form
    .input-field.phone-number
    .delete-new-phone {
        margin-left: 5px;
    }
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone:hover,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone:hover {
    border: 1px solid #21aadd;
    cursor: pointer;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone:hover
span,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone:hover
span {
    color: #21aadd;
    border: 1px solid #21aadd;
}
#navbar-3
.bottom-navbar
.input-field.current-category
.menu-select
.menu-multiselect__main-target:hover
svg
path,
#navbar-3
.bottom-navbar-device.row
form
.input-field
.region-select
.region-multiselect
.close-div:hover
svg
path,
.account-help-section .row .account-help-item .account-help-logo svg path,
.navbar
.row.bottom-navbar
form
.input-field
.region-select
.region-multiselect
.close-div:hover
svg
path,
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.section-round-number
.second-inner-circle
svg
path,
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item
.payment-logo
svg
path,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
.level-heading
.heading-items
.close-div:hover
svg
path,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
.level-heading
.heading-items
.close-div:hover
svg
path,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
.level-heading
.heading-items
.close-div:hover
svg
path,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone:hover
svg
path,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone:hover
svg
path {
    fill: #21aadd;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone
span,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone
span {
    font-size: 8px;
    border: 1px solid #c5d4da;
    height: 19px;
    width: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #c5d4da;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone
span i {
    font-size: 8px;
    margin: auto;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone
span i.fa-plus {
    font-size: 10px;
}

.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.add-new-phone
svg
path,
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.delete-new-phone
svg
path {
    fill: #c5d4da;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.step-1 .post-ads-form form .second-part-form .btn-action-row,
.step-1 .post-ads-form form .second-part-form .check-field.full {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.step-1 .post-ads-form form .second-part-form .check-field .round-2 {
    top: -1px;
}
.step-1 .post-ads-form form .second-part-form .btn-action-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}
.step-1
.post-ads-form
form
.second-part-form
.btn-action-row
button[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    word-wrap: break-word;
    background: #48eaec;
    height: 44px;
    width: 220px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #48eaec;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    .step-1
    .post-ads-form
    form
    .second-part-form
    .btn-action-row
    button[type="submit"] {
        margin-top: 10px;
        margin-left: 0;
    }
}
.step-1 .post-ads-form form .input-field-error,
.step-1 .post-ads-form form .input-field-valid,
.step-1 .post-ads-form form .select-input.input-field-valid {
    position: relative;
}
.phone-number-field-item.phone-number-field-item2 {
    margin-left: auto;
}
@media only screen and (min-width: 1120px) and (max-width: 577px)  {
    .step-1 .post-ads-form form
    .second-part-form .input-field.phone-number
    .add-new-phone-mobile,
    .step-1 .post-ads-form form
    .second-part-form .input-field.phone-number
    .delete-new-phone-mobile {
        width: 31px;
        height: 31px;
    }

}
.step-1 .post-ads-form form .input-field-valid .select2 .select2-selection,
.step-1
.post-ads-form
form
.select-input.input-field-valid
.select2
.select2-selection {
    border: 1px solid #41bb30 !important;
}
.step-1 .post-ads-form form .input-field-error .select2 .select2-selection,
.step-1
.post-ads-form
form
.select-input.input-field-error
.select2
.select2-selection {
    border: 1px solid #ff1919 !important;
}
.step-1 .post-ads-form form .input-field-error span.text-error,
.step-1 .post-ads-form form .input-field.input-field-error span.text-error,
.step-1 .post-ads-form form .select-input.input-field-error span.text-error {
    color: #ff1919;
    position: absolute;
    font-size: 12px;
    width: 300px;
}
.step-1 .post-ads-form form .select-input .field-validate {
    position: absolute;
    right: -45px;
    top: 24px;
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .select-input .field-validate {
        right: 5px;
        top: 28px;
    }
    .step-1 .post-ads-form form .select-input .field-validate svg {
        width: 25px;
        height: 25px;
    }
    .step-1 .post-ads-form form .select-input .field-validate .error {
        display: none;
    }
    .step-1 .post-ads-form form .select-input .field-validate .error svg {
        fill: #ff1919;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .select-input .field-validate {
        top: 33px;
    }
}
.step-1 .post-ads-form form .select-input .field-validate .error,
.step-1 .post-ads-form form .select-input .field-validate .success {
    display: none;
}
.step-1 .post-ads-form form .field-validate .error.active,
.step-1 .post-ads-form form .field-validate .success.active,
.step-1 .post-ads-form form .input-field .field-validate .error.active,
.step-1 .post-ads-form form .input-field .field-validate .success.active,
.step-1 .post-ads-form form .select-input .field-validate .error.active,
.step-1 .post-ads-form form .select-input .field-validate .success.active {
    display: block;
}
.step-1 .post-ads-form form .field-validate .error.active svg path,
.step-1
.post-ads-form
form
.select-input
.field-validate
.error.active
svg
path {
    fill: #c91414;
}
.step-1 .post-ads-form form .field-validate .success.active svg path,
.step-1
.post-ads-form
form
.select-input
.field-validate
.success.active
svg
path {
    fill: #41bb30;
}
.step-1 .post-ads-form form .field-validate {
    position: absolute;
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .field-validate {
        right: 5px;
        top: 3px;
    }
    .step-1 .post-ads-form form .field-validate svg {
        width: 25px;
        height: 25px;
    }
    .step-1 .post-ads-form form .field-validate .error {
        display: none;
    }
    .step-1 .post-ads-form form .field-validate .error svg {
        fill: #ff1919;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .field-validate {
        top: 5px;
    }
}
.step-1 .post-ads-form form .field-validate .error,
.step-1 .post-ads-form form .field-validate .success {
    display: none;
}
.step-1 .post-ads-form form .input-field {
    margin-bottom: 20px;
}
.step-1 .post-ads-form form .input-field input {
    width: 550px;
    font-size: 14px;
    color: #21aadd;
}
.step-1 .post-ads-form form .price-field input:focus,
.step-1 .post-ads-form form .textarea-field textarea:focus,
.step-1 .post-ads-form form .input-field input:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .input-field input {
        width: 100%;
    }
}
.step-1 .post-ads-form form .input-field .field-validate {
    position: absolute;
    right: -45px;
    top: 24px;
}
@media only screen and (max-width: 1200px) {
    /* .step-1 .post-ads-form form .input-field .field-validate {
    right: 5px;
    top: 28px;
  } */
    /* .step-1 .post-ads-form form .input-field .field-validate svg {
    width: 25px;
    height: 25px;
  } */
    .step-1 .post-ads-form form .input-field .field-validate .error {
        display: none;
    }
    .step-1 .post-ads-form form .input-field .field-validate .error svg {
        fill: #ff1919;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .input-field .field-validate {
        top: 33px;
    }
}
.step-1 .post-ads-form form .input-field .field-validate .error,
.step-1 .post-ads-form form .input-field .field-validate .success {
    display: none;
}
.step-1 .post-ads-form form .input-field .field-validate .error.active svg path,
.step-1 .post-ads-form form .textarea-field .error.active svg path {
    fill: #c91414;
}
.step-1
.post-ads-form
form
.input-field
.field-validate
.success.active
svg
path,
.step-1 .post-ads-form form .textarea-field .success.active svg path {
    fill: #41bb30;
}
.step-1 .post-ads-form form .input-field span,
.step-1 .post-ads-form form .textarea-field span {
    font-size: 12px;
    color: #778c94;
    display: block;
    margin-top: 3px;
}
.step-1 .post-ads-form form .input-field.location-field {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#tab-content
.tab-section
.login-content-items
.login-content-item.login
form
.login-actions
.check-field,
.step-1 .post-ads-form form .input-field.location-field span {
    margin-top: 0;
}
.step-1 .post-ads-form form .input-field.location-field input {
    width: 260px;
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .input-field.location-field input {
        width: 100%;
        margin-bottom: 10px;
    }
}
.step-1 .post-ads-form form .input-field.location-field .select2-container {
    width: 260px !important;
    height: 39px;
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .input-field.location-field .select2-container {
        width: 100% !important;
    }
}
.step-1
.post-ads-form
form
.input-field.location-field
.select2-container
.select2-selection {
    height: 39px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    border: solid 1px #c5d4da;
    background: 0 0;
}
.step-1
.post-ads-form
form
.input-field.location-field
.select2-container
.select2-selection
.select2-selection__rendered {
    line-height: 39px;
    font-size: 14px;
    color: #778c94;
}
.step-1
.post-ads-form
form
.input-field.location-field
.select2-container
.select2-selection
.select2-selection__arrow {
    height: 39px;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.select2-container
.select2-selection
.select2-selection__arrow
b,
.step-1
.post-ads-form
form
.input-field.location-field
.select2-container
.select2-selection
.select2-selection__arrow
b,
.step-1
.post-ads-form
form
.price-field
.select2-container
.select2-selection
.select2-selection__arrow
b,
.step-1
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__arrow
b {
    border-color: #21aadd transparent transparent;
    border-width: 6px 6px 0;
    margin-left: -10px;
}
.step-1 .post-ads-form form .input-field.category-field .overlay-invisible {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level.show,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level.show,
.step-1
.post-ads-form
form
.input-field.category-field
.overlay-invisible.active {
    display: block;
}
.step-1 .post-ads-form form .input-field.category-field .category-select {
    top: 100px;
    position: absolute;
    z-index: 1;
    display: none;
}
@media only screen and (max-width: 870px) {
    .step-1 .post-ads-form form .input-field.category-field .category-select {
        width: 100%;
        top: 10%;
    }
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level {
    -webkit-box-shadow: 0 0 19.7px 1.3px rgba(36, 48, 48, 0.35);
    box-shadow: 0 0 19.7px 1.3px rgba(36, 48, 48, 0.35);
    width: 380px;
    height: 400px;
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-first-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-second-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-third-level {
        width: 300px;
    }
}
@media only screen and (max-width: 950px) {
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-first-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-second-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-third-level {
        width: 280px;
    }
}
@media only screen and (max-width: 870px) {
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-first-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-second-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-third-level {
        width: 100%;
    }
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
.level-heading
.heading-items,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
.level-heading
.heading-items,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
.level-heading
.heading-items,
.step-1 .post-ads-form form .input-field.location-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#tabs li:hover,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
.level-heading
.heading-items
.close-div,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
.level-heading
.heading-items
.close-div,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
.level-heading
.heading-items
.close-div {
    cursor: pointer;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-first-level
ul
li,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level
ul
li,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level
ul
li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #080d33;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-second-level,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-third-level {
    display: none;
}
@media only screen and (max-width: 870px) {
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-second-level,
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-third-level {
        position: absolute;
    }
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-level
ul {
    height: 320px;
    overflow-y: auto;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-level:nth-child(2)
ul
li,
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-level:nth-child(3)
ul
li {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    color: #68767c;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-level:nth-child(3) {
    overflow: auto;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-level:nth-child(3)
.block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step-1
.post-ads-form
form
.input-field.category-field
.category-select
.category-level:nth-child(3)
.block
ul {
    height: auto;
    width: 50%;
}
@media only screen and (max-width: 1200px) {
    .step-1
    .post-ads-form
    form
    .input-field.category-field
    .category-select
    .category-level:nth-child(3)
    .block
    ul {
        width: 100%;
    }
}
.step-1 .post-ads-form form .select-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .select-field {
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .select-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.step-1 .post-ads-form form .select-field .select-input {
    width: 32%;
    position: relative;
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .select-field .select-input {
        width: calc(33.33% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .select-field .select-input {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }
}
.step-1 .post-ads-form form .select-field .select-input .select-close {
    display: none;
    position: absolute;
    bottom: 2px;
    right: 10px;
    z-index: 2;
    font-size: 25px;
    color: #68767c;
}
.step-1 .post-ads-form form .select-field .select-input.active .select-close {
    display: block;
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .select-field .select-input:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 576px) and (max-width: 576px) {
    .step-1 .post-ads-form form .select-field .select-input:not(:last-of-type) {
        margin-bottom: 15px;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field.full
.select2-container,
.step-1 .post-ads-form form .select-field .select-input .select2 {
    width: 100% !important;
}
.step-1
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection {
    height: 39px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    border: solid 1px #c5d4da;
    background: 0 0;
}
.step-1
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__rendered {
    line-height: 39px;
    font-size: 14px;
    color: #778c94;
}
.step-1
.post-ads-form
form
.select-field
.select-input
.select2
.select2-selection
.select2-selection__arrow {
    height: 39px;
}
.step-1 .post-ads-form form .select-field .select-input.entity-type {
    padding-top: 23px;
}
.step-1
.post-ads-form
form
.select-field
.select-input.entity-type
input[type="radio"]:checked
+ label {
    color: #21aadd !important;
}
.step-1 .post-ads-form form .select-field.double .select-input:first-of-type {
    width: 62%;
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .select-field.double .select-input:first-of-type {
        width: 100%;
    }
}
.step-1 .post-ads-form form .price-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .settings-section .row .account-content-part .account-content-item.notifications-settings-inviti h4 {
        background-color: #C5D4DB !important;
        box-shadow: none !important;
        font-size: 16px;
        padding: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .settings-section .row .account-content-part .account-content-item.notifications-settings-inviti h4 {
        color: #21aadd;
        text-transform: uppercase;
        -moz-box-shadow: inset 0 -10px 10px -10px #c5d4da !important;
        -webkit-box-shadow: inset 0 -10px 10px -10px #c5d4da !important;
        box-shadow: inset 0 -10px 10px -10px #c5d4da !important;
    }
    .step-1 .post-ads-form form .price-field.priceBlockContainer {
        margin-bottom: 20px !important;
    }
    .step-1 .post-ads-form form .personTypeContainerInput {
        margin-bottom: 11px !important;
    }

    .settings-section .row .account-content-part
    .account-content-item.contact-details form
    .contact-details-form .input-field
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
        height: 31px;
    }
}
@media only screen and (max-width: 420px) {
    .step-1 .post-ads-form form .price-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .step-1 .post-ads-form form .price-field input {
        width: 100% !important;
    }
}
.step-1 .post-ads-form form .price-field input {
    width: 260px;
    font-size: 14px;
    color: #21aadd;
}
@media only screen and (max-width: 870px) {
    .step-1 .post-ads-form form .price-field input {
        width: calc(100% - 300px);
    }
}
.step-1 .post-ads-form form .price-field .select2-container {
    width: 150px !important;
    height: 39px;
}
@media only screen and (max-width: 420px) {
    .step-1 .post-ads-form form .price-field .select2-container {
        margin-bottom: 10px;
        width: 100%;
    }
}
.step-1 .post-ads-form form .price-field .select2-container .select2-selection {
    height: 39px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    border: solid 1px #c5d4da;
    background: 0 0;
}
.step-1
.post-ads-form
form
.price-field
.select2-container
.select2-selection
.select2-selection__rendered {
    line-height: 39px;
    font-size: 14px;
    color: #778c94;
}
.step-1
.post-ads-form
form
.price-field
.select2-container
.select2-selection
.select2-selection__arrow {
    height: 39px;
}
.step-1 .post-ads-form form .price-field .checkbox-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.step-1 .post-ads-form form .price-field .checkbox-select,
.step-1 .post-ads-form form .price-field .checkbox-select .check-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.step-1
.post-ads-form
form
.price-field
.checkbox-select
.check-field
.round-2
input {
    width: auto;
    height: auto;
}
.step-1 .post-ads-form form .price-field .checkbox-select .check-field span {
    padding-left: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 420px) {
    .step-1 .post-ads-form form .price-field .checkbox-select .check-field span {
        padding-left: 25px;
    }
}
.step-1 .post-ads-form form .textarea-field {
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}
.step-1 .post-ads-form form .textarea-field textarea {
    width: 100%;
    outline: 0;
    border: solid 1px #c5d4da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
    color: #21aadd;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field,
.step-1 .post-ads-form form .textarea-field.input-field-valid {
    position: relative;
}
.step-1 .post-ads-form form .textarea-field.input-field-valid input,
.step-1 .post-ads-form form .textarea-field.input-field-valid textarea {
    border: 1px solid #41bb30;
}
.step-1
.post-ads-form
form
.textarea-field.input-field-error
.select2
.select2-selection,
.step-1 .post-ads-form form .textarea-field.input-field-error input,
.step-1 .post-ads-form form .textarea-field.input-field-error textarea {
    border: 1px solid #ff1919;
}
.step-1 .post-ads-form form .textarea-field.input-field-error span.text-error {
    color: #ff1919;
    position: absolute;
    font-size: 12px;
    width: 300px;
}
.step-1 .post-ads-form form .textarea-field .field-validate {
    position: absolute;
    right: -45px;
    top: 24px;
}
@media only screen and (max-width: 768px) {
    .step-1 .post-ads-form form .textarea-field .field-validate svg {
        width: 25px;
        height: 25px;
    }
    .step-1 .post-ads-form form .textarea-field .field-validate .error svg {
        fill: #ff1919;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .textarea-field .field-validate {
        top: 33px;
    }
}
.step-1 .post-ads-form form .textarea-field .error,
.step-1 .post-ads-form form .textarea-field .success {
    display: none;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item.active,
.step-1 .post-ads-form form .textarea-field .error.active,
.step-1 .post-ads-form form .textarea-field .success.active {
    display: block;
}
.step-1 .post-ads-form form label {
    width: 100%;
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    color: #778c94;
}
.step-1 .post-ads-form form input::-webkit-input-placeholder {
    font-size: 13px;
}
.step-1 .post-ads-form form input:-ms-input-placeholder,
.step-1 .post-ads-form form input::-ms-input-placeholder {
    font-size: 13px;
}
.step-1 .post-ads-form form input::placeholder {
    font-size: 13px;
}
.step-1 .post-ads-form form .radio-select {
    margin-bottom: 20px;
}
.step-1 .post-ads-form form .radio-select.entity-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.step-1 .post-ads-form form .radio-select.entity-type span {
    margin-bottom: 5px;
}
.step-1 .post-ads-form form .radio-select span {
    padding-right: 10px;
    font-weight: 500;
}
.step-1 .post-ads-form form .radio-select span label {
    color: #778c94 !important;
}
@media only screen and (max-width: 1120px) {
    .step-1 .post-ads-form form .img-upload-box {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .step-1 .post-ads-form form .img-upload-box {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
.step-1 .post-ads-form form .img-upload-box input[type="file"] {
    visibility: hidden;
    display: none;
}
.contact-us-main .contact-us-content .contact-us-items .contact-us-form form,
.step-1 .post-ads-form form .img-upload-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.step-1 .post-ads-form form .img-upload-box ul li {
    width: 22%;
    height: 100px;
    border: dashed 2px #bbd6dd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width: 450px) {
    .step-1 .post-ads-form form .img-upload-box ul li {
        width: 48%;
    }
}
.step-1 .post-ads-form form .img-upload-box ul li:first-of-type .img-item {
    background-color: #c8e8f4;
}
.step-1
.post-ads-form
form
.img-upload-box
ul
li:first-of-type
.img-item
.img-logo
svg {
    margin-bottom: 10px;
}
.step-1
.post-ads-form
form
.img-upload-box
ul
li:first-of-type
.img-item
.img-logo
svg
path,
.step-1
.post-ads-form
form
.img-upload-box
ul
li:first-of-type
.img-item
.img-logo
svg
polygon {
    fill: #fff;
}
.step-1
.post-ads-form
form
.img-upload-box
ul
li:first-of-type
.img-item
.img-logo
span {
    font-size: 12px;
    text-transform: uppercase;
    color: #778c94;
}
.step-1 .post-ads-form form .img-upload-box ul li .img-item .img-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step-1.step-1-estate .price-field {
    margin-bottom: 30px !important;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999 !important;
    background: rgba(197, 212, 218, 0.2) !important;
}


@media only screen and (max-width: 1120px) {
    #step-1-estate .breadcrumbs {
        display: none;
    }
}
#step-1-estate .post-ads-step,
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
tbody {
    background: #fff;
}
#step-1 .tooltipster-sidetip,
#step-1-auto .tooltipster-sidetip,
#step-1-estate .tooltipster-sidetip {
    max-width: 550px !important;
    margin-left: 60px !important;
}
@media only screen and (max-width: 1250px) {
    #step-1 .tooltipster-sidetip,
    #step-1-auto .tooltipster-sidetip,
    #step-1-estate .tooltipster-sidetip {
        margin-left: auto !important;
        right: 5px !important;
    }
}
#step-1 .tooltipster-sidetip .tooltipster-box,
#step-1-auto .tooltipster-sidetip .tooltipster-box,
#step-1-estate .tooltipster-sidetip .tooltipster-box {
    background: #d5f4ff !important;
    border: solid 1px #c9d7dc !important;
}
#step-1 .tooltipster-sidetip .tooltipster-box .tooltipster-content,
#step-1-auto .tooltipster-sidetip .tooltipster-box .tooltipster-content,
#step-1-estate .tooltipster-sidetip .tooltipster-box .tooltipster-content {
    color: #288499 !important;
    font-style: italic !important;
    font-size: 15px !important;
}
#step-1 .tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-border,
#step-1-auto .tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-border,
#step-1-estate
.tooltipster-sidetip
.tooltipster-arrow
.tooltipster-arrow-border {
    border-right-color: #c9d7dc !important;
}
@media only screen and (max-width: 870px) {
    #step-1 .tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-border,
    #step-1-auto
    .tooltipster-sidetip
    .tooltipster-arrow
    .tooltipster-arrow-border,
    #step-1-estate
    .tooltipster-sidetip
    .tooltipster-arrow
    .tooltipster-arrow-border {
        border-top-color: transparent !important;
        border-right-color: transparent !important;
    }
}
#step-1 .tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-background,
#step-1-auto
.tooltipster-sidetip
.tooltipster-arrow
.tooltipster-arrow-background,
#step-1-estate
.tooltipster-sidetip
.tooltipster-arrow
.tooltipster-arrow-background {
    border-right-color: #d5f4ff !important;
    left: 1px !important;
}
@media only screen and (max-width: 870px) {
    #step-1 .tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-background,
    #step-1-auto
    .tooltipster-sidetip
    .tooltipster-arrow
    .tooltipster-arrow-background,
    #step-1-estate
    .tooltipster-sidetip
    .tooltipster-arrow
    .tooltipster-arrow-background {
        border-top-color: #d5f4ff !important;
        border-right-color: transparent !important;
    }
}
#step-1 .tooltip-box,
#step-1-auto .tooltip-box,
#step-1-estate .tooltip-box {
    position: absolute;
    background: #d5f4ff;
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 7px rgba(108, 108, 108, 0.16);
    box-shadow: 0 0 25px 7px rgba(108, 108, 108, 0.16);
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #288499;
    max-width: 500px;
}
#step-1 .arrow,
#step-1-auto .arrow,
#step-1-estate .arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #d5f4ff;
}
#step-1 .tooltip-grow,
#step-1-auto .tooltip-grow,
#step-1-estate .tooltip-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}
#step-1 .tooltip-grow.tooltip-show,
#step-1-auto .tooltip-grow.tooltip-show,
#step-1-estate .tooltip-grow.tooltip-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-sidetip {
    margin-left: 20px !important;
}
@media only screen and (max-width: 1250px) {
    .tooltipster-sidetip {
        margin-left: auto !important;
    }
}
.contact-us-main {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top;
    min-height: 550px;
}
.contact-us-main .heading-row {
    padding-top: 10px !important;
}
.contact-us-main .contact-us-content h4 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact-us-main .contact-us-content .contact-us-items .contact-us-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
    .contact-us-main .contact-us-content .contact-us-items .contact-us-form {
        width: calc(100% - 30px);
    }
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
input {
    height: 39px;
    background: 0 0;
    border: solid 1px #c5d4da;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 35px;
    font-size: 14px;
    color: #364d54;
}
@media only screen and (max-width: 576px) {
    .contact-us-main
    .contact-us-content
    .contact-us-items
    .contact-us-form
    form
    input {
        width: 100%;
        margin-bottom: 20px;
    }
}
.account-content-item-registered .search-form input::-webkit-input-placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
input::-webkit-input-placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #778c94;
}
.account-content-item-registered .search-form input:-ms-input-placeholder,
.account-content-item-registered .search-form input::-ms-input-placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
input:-ms-input-placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
input::-ms-input-placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
textarea:-ms-input-placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
textarea::-ms-input-placeholder {
    font-size: 13px;
    color: #778c94;
}
.account-content-item-registered .search-form input::placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
input::placeholder,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
textarea::placeholder {
    font-size: 13px;
    color: #778c94;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
textarea {
    background: 0 0;
    border: solid 1px #c5d4da;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #364d54;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.sub-text {
    margin-top: 15px;
    font-size: 12px;
    color: #68767c;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.btn-row
button {
    height: 32px;
    border: 1px solid #21aadd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #21aadd;
    color: #fff;
    font-size: 14px;
    padding: 0 35px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#tab-content
.tab-section
.login-content-items
.login-content-item.login
button:hover,
#tab-content .tab-section .login-content-items form .btn-row button:hover,
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.btn-row
button:hover {
    background: #fff;
    color: #21aadd;
    cursor: pointer;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.select2-container {
    width: 48% !important;
    height: 39px;
}
@media only screen and (max-width: 576px) {
    .contact-us-main
    .contact-us-content
    .contact-us-items
    .contact-us-form
    form
    .select2-container {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.select2-container
.select2-selection {
    height: 39px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    border: solid 1px #c5d4da;
    background: 0 0;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.select2-container
.select2-selection
.select2-selection__rendered {
    line-height: 39px;
    font-size: 13px;
    color: #778c94;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-form
form
.select2-container
.select2-selection
.select2-selection__arrow {
    height: 39px;
}
.contact-us-main .contact-us-content .contact-us-items .contact-us-textContent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(45.83333% - 30px);
}
@media only screen and (max-width: 768px) {
    .contact-us-main
    .contact-us-content
    .contact-us-items
    .contact-us-textContent {
        width: calc(100% - 30px);
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 16px;
    }
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-textContent
p {
    font-size: 18px;
    margin-bottom: 20px;
}
.contact-us-main
.contact-us-content
.contact-us-items
.contact-us-textContent
p
span,
.user-online-bar
.row
.user-additional-actions
.user-additional-action-item
span {
    font-weight: 500;
}
.user-online-bar {
    background: #21aadd;
}
.user-online-bar .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 63px;
}
@media only screen and (max-width: 800px) {
    .user-online-bar .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
@media only screen and (max-width: 576px) {
    .user-online-bar .row {
        font-size: 14px;
    }
    .user-online-bar .row a {
        padding: 5px 10px !important;
    }
}
.user-online-bar .row .user-main-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
}
@media only screen and (max-width: 800px) {
    .user-online-bar .row .user-main-actions {
        margin: 5px 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.user-online-bar .row .user-additional-actions,
.user-online-bar .row .user-main-actions li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-online-bar .row .user-main-actions li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}
.user-online-bar .row .user-main-actions li a {
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.user-online-bar .row .user-additional-actions a:hover,
.user-online-bar .row .user-main-actions li a.active,
.user-online-bar .row .user-main-actions li a:hover {
    color: #21aadd;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.user-online-bar .row .user-additional-actions {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (max-width: 800px) {
    .user-online-bar .row .user-additional-actions {
        margin: 5px 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 576px) {
    .user-online-bar .row .user-additional-actions {
        font-size: 14px;
    }
    .user-online-bar .row .user-additional-actions .user-additional-action-item {
        padding: 5px 10px !important;
    }
}
.user-online-bar .row .user-additional-actions .user-additional-action-item {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}

.online-user-main .account-ads-section {
    margin-bottom: 10px;
}
.online-user-main .account-ads-section .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.online-user-main .account-ads-section .row .account-heading-part {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(20% - 25px);
}
@media only screen and (max-width: 1150px) {
    .online-user-main .account-ads-section .row .account-heading-part {
        width: calc(100% - 30px);
    }
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
input {
    width: 100%;
    height: 38px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
input::-webkit-input-placeholder {
    color: #68767c;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
input:-ms-input-placeholder,
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
input::-ms-input-placeholder {
    color: #68767c;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
input::placeholder {
    color: #68767c;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
svg {
    position: absolute;
    top: 10px;
    left: 10px;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items {
    background: rgba(255, 255, 255, 0.68);
    margin-top: 20px;
}
@media only screen and (max-width: 1150px) {
    .online-user-main
    .account-ads-section
    .row
    .account-heading-part
    .account-heading-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li {
    border-bottom: 1px solid #c5d4da;
    color: #21aadd;
    font-size: 16px;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 1150px) {
    .online-user-main
    .account-ads-section
    .row
    .account-heading-part
    .account-heading-items
    li {
        width: 50%;
        border: 1px solid rgba(77, 83, 85, 0.2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
    .online-user-main
    .account-ads-section
    .row
    .account-heading-part
    .account-heading-items
    li {
        width: 100%;
    }
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li:first-of-type {
    border-top: 1px solid #c5d4da;
}
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
tbody
tr
td
a.unblock,
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
thead
tr
td
a.unblock,
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li.active,
.user-account.log-user-done .user-menu a.active,
.user-account.log-user-done .user-menu a:hover {
    color: #f26c4f;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li:hover {
    cursor: pointer;
    color: #f26c4f;
}
.online-user-main .account-ads-section .row .account-content-part {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(79% - 25px);
}
@media only screen and (max-width: 1150px) {
    .online-user-main .account-ads-section .row .account-content-part {
        width: calc(100% - 30px);
    }
}
@media only screen and (max-width: 768px) {
    .online-user-main .account-ads-section .row .account-content-part {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 576px) {
    .online-user-main .account-ads-section .row .account-content-part {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item,
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-upload-trigger
input[type="file"] {
    display: none;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item.deactivated-ads
.heading-row
.price-block-content {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .table-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (max-width: 700px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .table-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1px;
}
@media only screen and (min-width: 992px) {
    [data-route="favorites"]
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .heading-table-row {
        margin-bottom: 2px;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.heading-row {
    /*border-bottom: 1px solid #c5d4da;*/
    border-top: 1px solid #c5d4da;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.heading-row:first-child {
    border-top: 1px solid transparent;
}



@media only screen and (max-width: 870px) and (max-width: 400px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.heading-row
    .full-info-line
    .info-item {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 700px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.heading-row {
        width: 100%;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.heading-table-row {
    min-height: 44px;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 0 0 #c5d4da, 0 -2px 0 0 #c5d4da;
    box-shadow: 0 2px 0 0 #c5d4da, 0 -2px 0 0 #c5d4da;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.heading-table-row {
        margin-bottom: 10px;
        display: none;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.footer-table-row {
    height: 44px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 ;
    -webkit-box-shadow: 0 2px 0 0 #c5d4da, 0 -2px 0 0 #c5d4da;
    box-shadow: 0 2px 0 0 #c5d4da, 0 -2px 0 0 #c5d4da;
}
@media only screen and (max-width: 1150px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
    }
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 576px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row.flex-row-xs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row.flex-row-xs
    .check-block {
        width: 5%;
    }
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row.flex-row-xs
    .info-block {
        width: calc(95% - 5px);
        padding-left: 5px;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.footer-table-row
.deactivate-all {
    height: 33px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
@media only screen and (max-width: 400px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row
    .deactivate-all {
        font-size: 14px;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.footer-table-row
.deactivate-all:hover {
    background: #f26c4f;
    color: #fff;
    cursor: pointer;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.footer-table-row
.select-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #68767c;
}
@media only screen and (max-width: 767px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row.footer-table-row
    .select-all {
        margin-bottom: 10px;
    }
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.advertising-block
.delete-fav
i,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.promote
i,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.renew
i,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.footer-table-row
.select-all
.round-2 {
    margin-right: 10px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.check-block {
    width: 3%;
}
@media only screen and (max-width: 576px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .check-block {
        width: 5%;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.check-block.check-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block {
    width: 44%;
}
body[data-route="favorites"]
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block  {
    margin-right: auto;
    margin-left: 4px;
}
@media only screen and (max-width: 576px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .info-block {
        width: calc(95% - 5px);
        padding-left: 5px;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-logo {
    width: 124px;
    height: 124px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-general-actions {
    padding: 0 20px;
    width: calc(100% - 124px);
}

.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-general-actions
.ads-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-general-actions
.ads-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .info-block.info-block-content
    .ads-general-actions
    .ads-actions {
        width: 100%;
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-general-actions
.ads-actions
.ads-action-item {
    color: #21aadd;
    font-size: 14px;
    margin-right: 20px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-general-actions
.ads-actions
.ads-action-item.deactivate,
body legend {
    color: #000;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-blockk {
    text-align: center;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .advertising-blockk {
        margin-right: 0 !important;
        width: 100%;
        text-align: center;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.price-block {
    width: 14%;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.info-block.info-block-content
.ads-general-actions,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.price-block.price-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.price-block.price-block-content
.ads-price {
    font-size: 24px;
    color: #4d4d4d;
    margin-top: auto;
    margin-bottom: auto;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-blockk {
    width: 19%;
    margin-right: 10px;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .advertising-blockk {
        margin-right: 0 !important;
        width: 100%;
        text-align: center;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.promote {
    background: #16de90;
    color: #fff;
    width: 142px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-bottom: 15px;
    padding: 5px 10px 5px 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #16de90;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .advertising-block.advertising-block-content
    .promote {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.promote:hover {
    color: #16de90;
    background: #fff;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.renew {
    background: #21aadd;
    color: #fff;
    width: 142px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    padding: 5px 10px 5px 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #21aadd;
}
@media only screen and (max-width: 870px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .advertising-block.advertising-block-content
    .renew {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.renew:hover {
    color: #21aadd;
    background: #fff;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line
hr.line {
    width: 100%;
    border-color: #c5d4da;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line
.info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #68767c;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line
.info-item * {
    font-size: 12px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line
.info-item.id-number {
    font-size: 16px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line
.info-item
.info-logo {
    margin-right: 7px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.full-info-line
.info-item:not(:last-child):after {
    content: "|";
    padding: 0 10px;
    font-size: 20px;
    color: #c5d4da;
}
.account-help-section .row .account-help-item,
.account-help-section .row .account-help-item .account-help-logo {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.account-help-section .row .account-help-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    height: 172px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #c5d4da;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 992px) {
    .account-help-section .row .account-help-item {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 768px) {
    .online-user-main
    .account-ads-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .ads-table-row
    .full-info-line
    .info-item {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 576px) {
    .account-help-section .row .account-help-item {
        width: calc(100% - 30px);
    }
}
.account-help-section .row .account-help-item:hover {
    border: 1px solid #21aadd;
}
.account-help-section .row .account-help-item:hover .account-help-name {
    color: #f26c4f !important;
}
.account-help-section .row .account-help-item .account-help-logo {
    min-width: 100px;
}
.account-help-section .row .account-help-item .account-help-name {
    color: #21aadd;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.favorites-section .row .account-heading-part .account-heading-items {
    margin-top: 0 !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.heading-table-row {
    padding: 0  !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.heading-table-row
.info-block {
    width: 55%;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row {
    padding: 10px 6px !important;
}
body[data-route="favorites"]
.favorites-section
.check svg {
    height: 18px;
    width: 18px;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.ads-logo {
    height: 65px !important;
    width: 65px !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.ads-general-actions {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.ads-general-actions
.ads-name {
    font-size: 14px !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.ads-general-actions
.publication-date {
    margin-top: 10px;
    font-size: 12px;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.price-block {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.price-block
.ads-price {
    font-size: 16px !important;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.advertising-block
.delete-fav:hover {
    color: #21aadd;
    background: #fff;
}
.favorites-section
.row
.account-content-part
.account-content-item.search-results
.ads-table
.heading-table-row
.info-block {
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 1150px) {
    .messages-section .row .account-heading-part .ads-search-field {
        border: 1px solid rgba(77, 83, 85, 0.2);
        margin-bottom: 15px;
    }
}
.credits-section .row .account-heading-part .account-heading-items,
.messages-section .row .account-heading-part .account-heading-items,
.payment-section .row .account-heading-part .account-heading-items,
.settings-section .row .account-heading-part .account-heading-items {
    margin-top: 0 !important;
}
@media only screen and (max-width: 1150px) {
    .messages-section
    .row
    .account-heading-part
    .account-heading-items
    .tabber-heading-item:last-of-type {
        width: 100%;
    }
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.check-block,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.check-block {
    width: 3% !important;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.title-block,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.title-block {
    width: 28%;
}
/* @media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .title-block,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .title-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
} */
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.user-block,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.user-block {
    width: 17%;
}
/* @media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .user-block,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .user-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
} */
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.message-block,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.message-block {
    width: 40%;
}
/* @media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .message-block,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .message-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
} */
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.date-block,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.date-block {
    width: 12%;
}
/* @media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .date-block,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .date-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
} */
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.heading-table-row,
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.heading-table-row,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.heading-table-row {
    padding: 0 15px !important;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row {
    padding: 10px !important;
    border-bottom: 0 !important;
}
@media only screen and (max-width: 870px) {
    .messages-section
    .row
    .account-content-part
    .account-content-item.messages-received
    .ads-table
    .table-content
    .heading-row,
    .messages-section
    .row
    .account-content-part
    .account-content-item.messages-sent
    .ads-table
    .table-content
    .heading-row {
        border-bottom: 1px solid #c5d4da !important;
    }
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.check-block-content,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.check-block-content {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
/*@media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .table-content
  .heading-row
  .check-block-content,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .table-content
  .heading-row
  .check-block-content {
    width: 100% !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}*/
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.title-block-content,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.title-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*
@media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .table-content
  .heading-row
  .title-block-content,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .table-content
  .heading-row
  .title-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}*/
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.title-block-content
.ads-logo,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.title-block-content
.ads-logo {
    width: 63px;
    height: 63px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.title-block-content
.ads-general-actions,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.title-block-content
.ads-general-actions {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 70px);
}
/*
@media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .table-content
  .heading-row
  .title-block-content
  .ads-general-actions,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .table-content
  .heading-row
  .title-block-content
  .ads-general-actions {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}*/
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.title-block-content
.ads-general-actions
.ads-name,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.title-block-content
.ads-general-actions
.ads-name {
    font-size: 14px;
    font-weight: 500;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.message-block-content,
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.user-block-content,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.message-block-content,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.user-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}/*
@media only screen and (max-width: 870px) {
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-received
  .ads-table
  .table-content
  .heading-row
  .message-block-content,
  .messages-section
  .row
  .account-content-part
  .account-content-item.messages-sent
  .ads-table
  .table-content
  .heading-row
  .message-block-content {
    text-align: center;
    margin: 10px 0;
  }
}*/
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.message-block-content
p,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.message-block-content
p {
    font-size: 13px;
    color: #000;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.date-block-content,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.date-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.date-block-content
.date,
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.user-block-content
.user-name,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.user-block-content
.user-name {
    font-size: 14px;
    color: #68767c;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.date-block-content
.time,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.date-block-content
.date,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.table-content
.heading-row
.date-block-content
.time {
    padding: 0 5px;
    font-size: 14px;
    color: #68767c;
}
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
thead,
.payment-section
.row
.account-content-part
.account-content-item
.ads-table
table
thead
tr {
    background-color: #fff;
}

.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
tbody
tr,
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
thead
tr {
    border-bottom: 1px solid #c5d4da;
}
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
tbody
tr
td,
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
thead
tr
td,
.payment-section
.row
.account-content-part
.account-content-item
.ads-table
table
tbody
tr
td,
.payment-section
.row
.account-content-part
.account-content-item
.ads-table
table
thead
tr
td {
    padding: 15px 10px;
    font-size: 14px;
}
@media only screen and (max-width: 400px) {
    .messages-section
    .row
    .account-content-part
    .account-content-item.blocked-users
    .ads-table
    table
    tbody
    tr
    td,
    .messages-section
    .row
    .account-content-part
    .account-content-item.blocked-users
    .ads-table
    table
    thead
    tr
    td {
        font-size: 13px;
    }
}
.messages-section
.row
.account-content-part
.account-content-item.search-results
.ads-table
.heading-table-row
.info-block {
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 1150px) {
    .credits-section .row .account-heading-part .account-heading-items li {
        width: 100% !important;
    }
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.heading-table-row
.general-info-heading {
    text-align: center;
    width: 100%;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;
    background: #fff;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    height: 200px;
    padding: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: solid 1px #c5d4da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
    .credits-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .table-content
    .credits-bundle {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 576px) {
    .credits-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    .table-content
    .credits-bundle {
        width: calc(100% - 30px);
    }
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle.active,
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle:hover {
    cursor: pointer;
    border: solid 1px #21aadd;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.content-packs {
    width: calc(100% - 32px);
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.button-container-packs,
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field.full
input {
    width: 100%;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.credits-bundle-price {
    text-align: center;
    font-size: 14px;
    color: #6d757c;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.credits-bundle-price
span.important {
    font-size: 24px;
    color: #080d33;
    position: relative;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.credits-bundle-price
span.important:after {
    content: "TVA Inclus";
    font-size: 10px;
    color: #080d33;
    position: absolute;
    width: 100%;
    left: 80%;
    top: 8px;
    text-transform: initial !important;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.credits-bundle-price
span.regular {
    font-size: 10px;
    color: #080d33;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.credits-bundle-ammount {
    text-align: center;
    font-size: 14px;
    color: #6d757c;
    text-transform: uppercase;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
.credits-bundle-ammount
span.important {
    font-size: 24px;
    color: #21aadd;
    font-weight: 500;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
button {
    background: #21aadd;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 1150px) {
    .payment-section .row .account-heading-part .account-heading-items li {
        width: 100% !important;
    }
}
.payment-section
.row
.account-content-part
.account-content-item
.ads-table
table
tbody
tr {
    background: #fff;
    border-bottom: 1px solid #c5d4da;
}
.payment-section
.row
.account-content-part
.account-content-item
.ads-table
table
tbody
tr
td:nth-of-type(4) {
    text-transform: uppercase;
}
.settings-section {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
    .settings-section
    .row
    .account-heading-part
    .account-heading-items
    .tabber-heading-item:last-of-type {
        width: 100%;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
h4 {
    text-align: center;
    background-color: #c5d4da;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form {
    background: #fff;
    padding-top: 40px;
}
@media only screen and (max-width: 768px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(62.5% - 30px);
}
@media only screen and (max-width: 768px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-form {
        width: calc(100% - 30px);
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
input {
    height: 33px;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #6d7589;
    color: #778c94;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field.half
input {
    width: calc(100% - 140px);
}
@media only screen and (max-width: 450px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-form
    .input-field.half
    input {
        width: 100%;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field.half
.select2-container {
    min-width: 126px;
}
@media only screen and (max-width: 450px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-form
    .input-field.half
    .select2-container {
        width: 100% !important;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field.one-forth
.select2-container {
    min-width: 80px;
}
@media only screen and (max-width: 450px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-form
    .input-field.one-forth
    .select2-container {
        width: 100% !important;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field.one-forth
input {
    width: calc(100% - 280px);
}
@media only screen and (max-width: 450px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-form
    .input-field.one-forth
    input {
        width: 100%;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field
label {
    width: 100%;
    font-size: 10px;
    color: #48555a;
    display: block;
    font-weight: 600;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field
.select2-container
.select2-selection--single {
    border: 0;
    border-bottom: 1px solid #6d7589;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    height: 33px;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field
.select2-container
.select2-selection--single
.select2-selection__rendered {
    padding-left: 0;
    font-size: 13px;
    line-height: 33px;
    color: #778c94;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field
.select2-results__options
li {
    color: #21aadd !important;
    background: #fff !important;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.check-field {
    margin-bottom: 15px;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.check-field
span {
    font-size: 12px;
    padding-top: 3px;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.btn-action-row {
    text-align: center;
    margin-top: 50px;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.btn-action-row
button {
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    background: #21aadd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #21aadd;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.btn-action-row
button:hover,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form
.btn-action-row
button:hover {
    cursor: pointer;
    color: #21aadd;
    background: #fff;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
}
@media only screen and (max-width: 768px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-account-logo {
        width: calc(83.33333% - 30px);
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.contact-details
    form
    .contact-details-account-logo {
        width: calc(100% - 30px);
    }
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
label {
    width: 100%;
    font-size: 10px;
    color: #48555a;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-img {
    width: 240px;
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 7px solid #c5d4da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-img
.user-div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-img
.user-div
img {
    max-width: 100%;
    max-height: 100%;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-img
.user-div.active {
    background: #fff;
    padding: 0;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-upload-trigger {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    padding: 10px 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #21aadd;
    border: 1px solid #21aadd;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-upload-trigger:hover {
    color: #21aadd;
    background: #fff;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
h4,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
h4 {
    text-align: center;
    background-color: #c5d4da;
    padding: 10px;
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    background: #fff;
}
.payment-info-main-section
.payment-info-mainContent
.payment-info-top-text
.wrapper
.row
.heading-div,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.email-notifications,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.mobile-notifications,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(50% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 576px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.security-settings
    .user-main-settings
    form {
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form
.form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 192px;
}
@media only screen and (max-width: 576px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.security-settings
    .user-main-settings
    form
    .form-section {
        min-height: auto;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form
input {
    height: 33px;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #bec9cc;
    color: #778c94;
    margin-bottom: 30px;
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form
.btn-action-row {
    text-align: center;
    margin-top: 30px;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.btn-action-row
button,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form
.btn-action-row
button {
    font-size: 14px;
    color: #fff;
    padding: 7px 50px;
    background: #21aadd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #21aadd;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-account {
    width: calc(50% - 15px);
    border: 1px solid #bec9cc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 60px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 27px;
}
@media only screen and (max-width: 576px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.security-settings
    .user-main-settings
    .delete-account {
        width: 100%;
        margin-top: 20px;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-account
p {
    text-align: center;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    color: #92a1a8;
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-account
button {
    font-size: 14px;
    color: #6c757c;
    padding: 7px 20px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #6c757c;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-account
button:hover {
    cursor: pointer;
    color: #fff;
    background: #21aadd;
    border: 1px solid #21aadd;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 0 20px;
}
@media only screen and (max-width: 576px) {
    .settings-section
    .row
    .account-content-part
    .account-content-item.notifications-settings
    form
    .email-notifications,
    .settings-section
    .row
    .account-content-part
    .account-content-item.notifications-settings
    form
    .mobile-notifications {
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.email-notifications
label,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.mobile-notifications
label {
    color: #48555a;
    font-size: 13px;
    margin-bottom: 25px;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.email-notifications
.check-field,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.mobile-notifications
.check-field {
    margin-bottom: 20px;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.email-notifications
.check-field
span,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.mobile-notifications
.check-field
span {
    font-size: 13px;
    color: #778c94;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.btn-action-row {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.btn-action-row
button {
    padding: 10px 30px;
}
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.btn-action-row
button:hover {
    cursor: pointer;
    color: #21aadd;
    background: #fff;
}
#account-settings-body .select2-dropdown {
    border: 0;
    top: -1px;
}
#account-settings-body b.second-arrow {
    top: 25%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#account-settings-body
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 10px;
}
#account-settings-body
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent;
    border-width: 5px 4px 0;
}
.select2-results__options li { /* modif bg select-uri de la Adauga anunt! */
    color: #778c94 !important;
    background: #f5f9fc !important;
    transition: all 0.1s;
}
.select2-dropdown--below {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(33, 37, 41, 0.4);
    box-shadow: 0 0 6.6px 0.4px rgba(33, 37, 41, 0.4);
}
.payment-info-main-section {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top;
    min-height: 550px;
}
.payment-info-main-section .breadcrumbs .heading-row {
    padding-top: 10px;
}
.payment-info-main-section
.payment-info-mainContent
.payment-info-top-text
.wrapper
.row
.heading-div {
    width: calc(100% - 30px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment-info-main-section
.payment-info-mainContent
.payment-info-top-text
.wrapper
.row
.heading-div
h3 {
    font-size: 24px;
    color: #364d54;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.payment-info-top-text
.wrapper
.row
.heading-div
p {
    font-size: 18px;
    color: #2c3b42;
    text-align: center;
}
.payment-info-main-section .payment-info-mainContent .top-advantages-items {
    background-repeat: no-repeat;
    background-position: center;
    height: 262px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section .payment-info-mainContent .top-advantages-items {
        background: #21aadd;
        height: auto;
        padding: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.section-round-number,
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.section-round-number
.inner-circle,
.section-round-number .inner-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.section-round-number {
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 75%;
    z-index: 2;
    width: 123px;
    height: 123px;
    border: solid 1px #9bb5bf;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .top-advantages-items
    .section-round-number {
        position: static;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.section-round-number
.inner-circle,
.section-round-number .inner-circle {
    width: 112px;
    height: 112px;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px #9bb5bf;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-logo,
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.section-round-number
.inner-circle
.second-inner-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.section-round-number
.inner-circle
.second-inner-circle {
    border: solid 3px #9bb5bf;
    font-size: 66px;
    color: #9bb5bf;
    font-weight: 700;
    width: 99px;
    height: 98px;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .top-advantages-items
    .wrapper {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .top-advantages-items
    .row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .top-advantages-items
    .row
    .top-advantages-item {
        width: calc(50% - 30px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .top-advantages-items
    .row
    .top-advantages-item {
        width: calc(100% - 30px);
    }
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-logo {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    position: relative;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-logo
img {
    position: absolute;
    max-width: initial;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-logo
img.clicker-img {
    left: 15px;
    top: 14px;
    width: 38px;
    height: 54px;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-logo
img.speedometer-img {
    width: 73px;
    height: 67px;
    top: -7px;
    left: -7px;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-logo
img.promotion-img {
    width: 78px;
    height: 78px;
    top: -10px;
    left: -10px;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .top-advantages-items
    .row
    .top-advantages-item
    .top-adv-logo {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-textContent
h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 17px;
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.top-advantages-items
.row
.top-advantages-item
.top-adv-textContent
p {
    font-size: 14px;
    font-weight: 500;
    color: #080d33;
    line-height: 1.57;
    max-width: 221px;
}
.payment-info-main-section .payment-info-mainContent .first-type-promotion {
    margin-top: 80px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-heading
h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #080d33;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-heading
p {
    font-size: 14px;
    color: #080d33;
    margin: 10px 0 28px;
    text-align: center;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-heading
p
a,
.white-popup .popup-text p a {
    color: #21aadd;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-heading
.line {
    width: 100px;
    height: 5px;
    background-color: #c9d7dc;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item,
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(33.33333% - 30px);
    padding: 30px;
    background-color: #fff;
    border: solid 1px #c9d7dc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 290px;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .first-type-promotion
    .bundle-select
    .bundle-select-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .payment-info-main-section
    .payment-info-mainContent
    .first-type-promotion
    .bundle-select
    .bundle-select-item {
        width: calc(100% - 30px);
    }
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    cursor: pointer;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item:hover
.bundle-name {
    color: #f26c4f !important;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item:hover
.bundle-select-action {
    background: #f26c4f;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item:hover
.bundle-overview {
    opacity: 1;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(33, 170, 221, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    margin-bottom: 12px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview
img {
    width: 102px;
    height: 102px;
    margin-bottom: 12px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview
svg {
    margin-bottom: 25px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview
svg
path {
    fill: #fff;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview
p {
    color: #fefefe;
    font-size: 18px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-details,
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-details
.bundle-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-right: 30px;
    color: #f26c4f;
}
@media only screen and (max-width: 1100px) {
    .payment-info-main-section
    .payment-info-mainContent
    .first-type-promotion
    .bundle-select
    .bundle-select-item
    .bundle-details
    .bundle-name {
        font-size: 22px;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .first-type-promotion
    .bundle-select
    .bundle-select-item
    .bundle-details
    .bundle-name {
        font-size: 20px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options {
    min-height: 170px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 5px;
}
@media only screen and (max-width: 640px) {
    .payment-info-main-section
    .payment-info-mainContent
    .first-type-promotion
    .bundle-select
    .bundle-select-item
    .bundle-options
    .bundle-option-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item:not(:last-of-type) {
    border-bottom: 1px solid #c9d7dc;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
p {
    margin-bottom: 0;
    font-weight: 400;
    color: #2c3b42;
    font-size: 16px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
p
span,
.promo-block .list-promo strong {
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
i {
    font-size: 24px;
    margin-right: 30px;
    min-width: 30px;
    color: #48555a;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
svg {
    font-size: 24px;
    margin-right: 30px;
    color: #48555a;
    min-width: 23px;
    width: 23px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.plus-line {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 30px);
    position: relative;
    margin: 25px 0 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.plus-line
hr.line {
    width: 100%;
    height: 5px;
    color: #c9d7dc;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.plus-line
.plus-logo {
    position: absolute;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.additional-promotion-info {
    width: 360px;
    padding: 20px 20px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(35, 31, 32, 0.35);
    box-shadow: 0 4px 16px 0 rgba(35, 31, 32, 0.35);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .first-type-promotion
    .first-type-promotion-additional
    .additional-promotion-info {
        width: 300px;
        padding: 10px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.additional-promotion-info
p {
    font-size: 14px;
    color: #080d33;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.additional-promotion-info
p
span {
    font-size: 24px;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.additional-promotion-info
a {
    font-size: 18px;
    color: #21aadd;
    padding-top: 20px;
    display: block;
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.additional-promotion-info
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.payment-info-main-section
.payment-info-mainContent
.first-type-promotion
.first-type-promotion-additional
.uppercase {
    color: #9bb5bf;
    font-size: 22px;
    line-height: 3.18;
    font-weight: 500;
    text-transform: uppercase;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row,
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block {
    -webkit-box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.45);
    border: solid 1px #c9d7dc;
    height: 515px;
    padding: 50px;
    position: relative;
    box-sizing: border-box;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block {
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block {
        padding: 20px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.abs-circle {
    width: 653px;
    height: 653px;
    mix-blend-mode: multiply;
    background: rgba(242, 108, 79, 0.95);
    position: absolute;
    top: -70px;
    right: -100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
@media only screen and (max-width: 1150px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .abs-circle {
        right: -150px;
    }
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .abs-circle {
        display: none;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content {
    max-width: 320px;
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-block-content {
        max-width: 225px;
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-block-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: initial;
        text-align: center;
        margin-bottom: 20px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
span {
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
    color: #9bb5bf;
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
.heading {
    font-size: 24px;
    font-weight: 700;
    color: #080d33;
    text-transform: uppercase;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
.heading:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #9cb5c2;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-block-content
    .heading:after {
        margin: 20px auto;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
.text-content
.bold {
    font-size: 18px;
    font-weight: 500;
    color: #2c3b42;
    padding-bottom: 20px;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
.text-content
p {
    font-size: 16px;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
a {
    font-size: 18px;
    color: #21aadd;
    font-weight: 700;
    margin-top: 30px;
    display: block;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-block-content
a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-info-items {
    z-index: 1;
    margin-right: 100px;
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-info-items {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-info-items {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-info-items
.info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-info-items
    .info-item {
        margin-bottom: 20px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-info-items
.info-item
.item-logo {
    font-size: 95px;
    font-weight: 500;
    color: #c1472d;
    margin-right: 20px;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-info-items
    .info-item
    .item-logo {
        font-size: 60px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-info-items
.info-item
.item-text
.ads-count {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-info-items
    .info-item
    .item-text
    .ads-count {
        color: #f26c4f;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .second-type-info-items
    .info-item
    .item-text
    .ads-count {
        font-size: 20px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.second-type-info-items
.info-item
.item-text
span {
    font-size: 14px;
    color: #080d33;
    font-weight: 500;
    text-align: left;
}
.payment-info-main-section
.payment-info-mainContent
.second-type-promotion
.row
.second-type-block
.section-round-number {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .second-type-promotion
    .row
    .second-type-block
    .section-round-number {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 20px;
    }
}
.payment-info-main-section .payment-info-mainContent .third-type-promotion {
    margin-top: 85px;
    margin-bottom: 100px;
    min-height: 800px;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 43px;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-heading
span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #9bb5bf;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-heading
.heading {
    font-size: 24px;
    font-weight: 700;
    color: #080d33;
    text-transform: uppercase;
    text-align: center;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-heading
.heading
.bold {
    font-size: 18px;
    font-weight: 500;
    color: #2c3b42;
    text-transform: initial;
    margin-top: 10px;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-heading
.heading:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #9cb5c2;
    display: block;
    margin: 20px auto;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.text-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(29.16667% - 30px);
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 1100px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .text-content {
        width: calc(50% - 30px);
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        position: static;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .text-content {
        width: calc(100% - 30px);
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .text-content {
        text-align: center;
    }
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.text-content
p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.text-content
p
a {
    color: #21aadd;
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.text-content
p
a.email {
    font-weight: 400;
    font-style: italic;
}
#tab-content .tab-section .login-content-items form p a:hover,
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.text-content
p
a:hover,
.white-popup .popup-text p a:hover {
    text-decoration: underline;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.text-content
p:first-of-type {
    color: #2c3b42;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.image-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(41.66667% - 30px);
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
@media only screen and (max-width: 1100px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .image-content {
        width: calc(54.16667% - 30px);
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 400px;
    }
}
@media only screen and (max-width: 850px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .image-content {
        height: 300px;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .image-content {
        background: #fff;
        height: auto;
    }
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.image-content
.section-round-number {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .image-content
    .section-round-number {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 20px auto;
    }
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(37.5% - 30px);
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 1100px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .payment-methods {
        width: calc(50% - 30px);
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        position: static;
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .payment-methods {
        width: calc(100% - 30px);
    }
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    border: solid 1px transparent;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 450px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .payment-methods
    .payment-methods-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item:hover {
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #21aadd;
    background-color: #fff;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item
.payment-logo {
    width: 133px;
    height: 133px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 133px;
    -ms-flex: 0 0 133px;
    flex: 0 0 133px;
    background-color: #fff;
    border: solid 1px #9bb5bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
@media only screen and (max-width: 450px) {
    .payment-info-main-section
    .payment-info-mainContent
    .third-type-promotion
    .third-type-promotion-content-items
    .payment-methods
    .payment-methods-item
    .payment-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item
.payment-text
h4 {
    font-size: 18px;
    font-weight: 700;
    color: #f26c4f;
    margin-bottom: 20px;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item
.payment-text
p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 300;
}
.payment-info-main-section
.payment-info-mainContent
.third-type-promotion
.third-type-promotion-content-items
.payment-methods
.payment-methods-item
.payment-text
a {
    font-size: 16px;
    color: #21aadd;
    font-weight: 700;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section {
    background-repeat: no-repeat;
    background-position: top;
    height: 650px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 1150px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section {
        height: 700px;
    }
}
@media only screen and (max-width: 1050px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section {
        height: 890px;
    }
}
@media only screen and (max-width: 992px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section {
        height: 920px;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section {
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.rocket-img {
    position: absolute;
    height: 190px;
    width: 100%;
    bottom: -70px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.rocket-img:before {
    content: "";
    background-image: url(../img/new/rocket.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 141px;
    height: 253px;
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .rocket-img {
        display: none;
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.section-round-number {
    top: -10%;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .section-round-number {
        top: -5%;
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.section-round-number-last {
    width: 193px;
    height: 193px;
    top: -26%;
}
@media only screen and (max-width: 1100px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .section-round-number-last {
        top: -19%;
    }
}
@media only screen and (max-width: 900px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .section-round-number-last {
        top: -12%;
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.section-round-number-last
.inner-circle {
    width: 176px;
    height: 176px;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.section-round-number-last
.inner-circle
.second-inner-circle {
    width: 154px;
    height: 154px;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.section-round-number
.second-inner-circle
img {
    width: 93px;
    height: 93px;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items-heading {
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .bottom-advantages-items-heading {
        margin-top: 100px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items-heading
p {
    font-size: 22.5px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items-heading
p
span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .bottom-advantages-items {
        width: 100%;
    }
}
@media only screen and (max-width: 1050px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .bottom-advantages-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items
.bottom-advantages-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(25% - 30px);
    text-align: center;
}
@media only screen and (max-width: 1050px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .bottom-advantages-items
    .bottom-advantages-item {
        width: calc(33.33333% - 30px);
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .bottom-advantages-items
    .bottom-advantages-item {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .bottom-advantages-items-section
    .bottom-advantages-items
    .bottom-advantages-item {
        width: calc(100% - 30px);
    }
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items
.bottom-advantages-item
h4 {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items
.bottom-advantages-item
span {
    display: block;
    font-size: 23px;
    font-weight: 300;
    color: #fff;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items
.bottom-advantages-item
span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 15px auto;
}
.payment-info-main-section
.payment-info-mainContent
.bottom-advantages-items-section
.bottom-advantages-items
.bottom-advantages-item
p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.payment-info-main-section .payment-info-mainContent .user-actions-section {
    padding-top: 10px;
    position: relative;
    z-index: 1;
    top: -26px;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section .payment-info-mainContent .user-actions-section {
        top: 0;
        padding-top: 30px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-heading,
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items,
.section-round-number,
.section-round-number .inner-circle .second-inner-circle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-heading
h4 {
    font-size: 33px;
    font-weight: 500;
    color: #f26c4f;
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items {
    margin: 40px 0;
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items
.user-actions-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(25% - 30px);
    text-align: center;
}
@media only screen and (max-width: 1050px) {
    .payment-info-main-section
    .payment-info-mainContent
    .user-actions-section
    .user-actions-items
    .user-actions-item {
        width: calc(33.33333% - 30px);
    }
}
@media only screen and (max-width: 768px) {
    .payment-info-main-section
    .payment-info-mainContent
    .user-actions-section
    .user-actions-items
    .user-actions-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .user-actions-section
    .user-actions-items
    .user-actions-item {
        width: calc(100% - 30px);
        margin-bottom: 40px;
    }
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items
.user-actions-item
h4,
.white-popup .popup-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #080d33;
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items
.user-actions-item
h4:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #21aadd;
    display: block;
    margin: 15px auto;
}
@media only screen and (max-width: 576px) {
    .payment-info-main-section
    .payment-info-mainContent
    .user-actions-section
    .user-actions-items
    .user-actions-item
    h4:after {
        width: 30%;
        margin: 10px auto;
    }
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items
.user-actions-item
p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
}
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items
.user-actions-item
a {
    text-transform: uppercase;
    color: #fff;
    background: #f26c4f;
    border: 1px solid #f26c4f;
    padding: 12px 25px;
    width: 190px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-weight: 500;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar .row.top-navbar .rowRight-part a.ads-add:hover,
.payment-info-main-section
.payment-info-mainContent
.user-actions-section
.user-actions-items
.user-actions-item
a:hover {
    background: #fff;
    color: #f26c4f;
}
.section-round-number,
.section-round-number .inner-circle .second-inner-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-round-number {
    background: rgba(255, 255, 255, 0.25);
    top: 75%;
    z-index: 2;
    margin: 0;
    position: absolute;
    width: 123px;
    height: 123px;
    border: solid 1px #9bb5bf;
}
.section-round-number .inner-circle .second-inner-circle {
    width: 99px;
    height: 98px;
    background-color: #fff;
    border: solid 3px #9bb5bf;
    font-size: 66px;
    color: #9bb5bf;
    font-weight: 700;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 50px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
}
.white-popup .popup-heading {
    font-size: 24px;
    font-weight: 600;
}
.white-popup .popup-text p,
.white-popup .popup-text ul {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #2c3b42;
}
.white-popup .popup-text ul {
    margin-left: 40px;
    list-style: disc;
}
.white-popup .popup-text ul li {
    list-style: disc;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
@media only screen and (max-width: 1150px) {
    #account-settings-body
    .online-user-main
    .settings-section
    .row
    .account-heading-part
    .account-heading-items
    .tabber-heading-item:last-of-type {
        width: 50%;
    }
}
@media only screen and (max-width: 576px) {
    #account-settings-body
    .online-user-main
    .settings-section
    .row
    .account-heading-part
    .account-heading-items
    .tabber-heading-item:last-of-type {
        width: 100%;
    }
}
.visible-sm {
    display: none;
}
@media only screen and (max-width: 768px) {
    .ads-table .visible-sm,
    .visible-sm {
        display: inline-block !important;
    }
}
.default-link {
    color: #21aadd;
}
@media only screen and (max-width: 768px) {
    .online-user-main
    .account-ads-section.payment-section
    .row
    .account-heading-part
    .account-heading-items {
        margin-bottom: 10px;
    }
    .online-user-main
    .account-ads-section.payment-section
    .row
    .account-heading-part
    .account-heading-items
    li {
        border: 0;
        text-transform: uppercase;
        padding: 0;
    }
    .online-user-main
    .account-ads-section.payment-section
    .row
    .account-heading-part
    .account-heading-items
    li.active {
        color: #21aadd !important;
        font-size: 16px;
        line-height: 1.5;
    }
    .hide-sm {
        display: none;
    }
}
.gradient-top {
    background: -webkit-linear-gradient(
        top,
        #daeaf0 0,
        #e7f1f5 5%,
        #f5f9fc 15%,
        #fff 100%
    );
}
.back-block {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}
.back-button {
    color: #4d4d4d;
    font-size: 16px;
    margin-left: 15px;
}
.back-button i {
    font-size: 16px;
    margin-right: 5px;
}
.back-button:focus,
.back-button:hover {
    color: #21aadd;
}

@media only screen and (max-width: 768px) {
    .payment-section .row .account-content-part .account-content-item .ads-table thead {
        display: none;
    }
    .payment-section .row .account-content-part .account-content-item .ads-table table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #fff;
        -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da;
        box-shadow: 0 0 12.2px 0.8px #c5d4da;
        margin-bottom: 20px;
        width: 100%;
    }
    .payment-section .row .account-content-part .account-content-item .ads-table table tbody tr td {
        padding: 3px 10px;
        font-weight: 700;
        font-size: 14px;
        color: #68767c;
        line-height: 20px;
    }
    .payment-section .row .account-content-part .account-content-item .ads-table table tbody tr td:nth-child(-n + 2) {
        border-bottom: 1px solid #c5d4da;
        margin-bottom: 27px;
        padding-top: 10px;
        padding-bottom: 7px;
        font-size: 12px;
        color: #68767c;
        font-weight: 400;
        line-height: 14px;
    }
    .payment-section .row .account-content-part .account-content-item .ads-table table tbody tr td:first-child {
        font-weight: 700;
        margin-left: 10px;
        padding-left: 0;
    }
    .payment-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    table
    tbody
    tr
    td:first-child
    span {
        font-weight: 400;
        margin-right: 4px;
    }
    .payment-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    table
    tbody
    tr
    td:nth-child(2) {
        margin-right: 10px;
        padding-right: 0;
    }
    .payment-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    table
    tbody
    tr
    td:nth-child(odd):not(.golut_id):not(.golut_payment-amount) {
        width: calc(65% - 20px);
    }
    .payment-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    table
    tbody
    tr
    td:nth-child(even):not(.golut_link-bottom):not(.golut_created-at) {
        width: calc(35% - 20px);
        text-align: right;
    }
    .payment-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    table
    tbody
    tr
    td:last-child {
        width: calc(100% - 20px);
        margin-bottom: 10px;
        margin-top: 6px;
        font-weight: 400;
    }
    .payment-section
    .row
    .account-content-part
    .account-content-item
    .ads-table
    table
    tbody
    tr
    td:last-child
    a {
        color: #21aadd;
        font-size: 13px;
        line-height: 15px;
    }
    .golut_link-bottom {
        text-align: left;
    }
    .golut_id {
        width: calc(50% - 20px);
    }
    .golut_created-at {
        text-align: right;
        width: calc(50% - 20px);

    }
    .payment-section .pagination-row,
    .payment-section .row .account-content-part .account-content-item .ads-table table tbody tr i {
        margin-right: 5px;
    }
    .golut_promo {
        display: none;
    }
    .golut_promo-visible-sm {
        display: inline;
    }
    .payment-section .row .account-content-part .account-content-item .ads-table table tbody tr td.golut_payment-amount {
        text-align: right;
        width: calc(35% - 20px);
    }
}
@media only screen and (min-width: 769px){
    .golut_promo-visible-sm {
        display: none;
    }
}
.qa-mainContent-icon {
    margin-bottom: 29px;
}
.qa-mainContent-text {
    margin-bottom: 180px;
}
.qa-mainContent-text p {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: #080d33;
}
@media only screen and (max-width: 768px){
    .qa-main-section-main {
        background-image: none !important;
    }
    .qa-mainContent-icon {
        margin-top: 50px;
    }
    .qa-mainContent-text {
        margin-bottom: 50px;
    }
    .qa-mainContent-text p {
        font-size: 20px;
        max-width: 450px;
        margin: 0 auto;
    }
}

.qa-main-section .breadcrumbs .heading-row {
    padding-top: 10px;
}
.qa-main-section .qa-mainContent .wrapper .row h3 {
    width: 100%;
    font-size: 24px;
    color: #364d54;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.question-textContent {
    padding-top: 2px;
}
.question-textContent p.upper-p {
    font-size: 18px;
    font-weight: 500;
    color: #2c3b42;
    margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
    .question-textContent p.upper-p {
        font-size: 16px;
    }
}
.question-textContent p {
    margin-bottom: 20px;
    line-height: 24px;
    color: #68767c;
}
@media only screen and (max-width: 576px) {
    .question-textContent p {
        font-size: 15px;
    }
}
.question-textContent ul {
    margin-left: 50px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
    .question-textContent ul {
        margin-left: 30px;
    }
}
.question-textContent ul.italic li {
    font-style: italic;
}
.question-textContent ul li {
    list-style: initial;
    margin-bottom: 5px;
}
.content-TabAcordeon {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (max-width: 576px) {
    .content-TabAcordeon {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.content-TabAcordeon .accordion {
    margin-bottom: 30px;
}
.content-TabAcordeon .accordion-header,
.content-TabAcordeon .accordion-header .question-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-TabAcordeon .accordion-header {
    border: 1px solid #f1f1f1;
    padding-left: 8px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    height: auto;
}
.content-TabAcordeon .accordion-header .question-number {
    width: 31px;
    height: 31px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #c5d4da;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #2c3b42;
    min-width: 31px;
    margin-right: 20px;
    margin-left: 10px;
}
.content-TabAcordeon .accordion-header .question-heading {
    font-size: 20px;
    font-weight: 500;
    color: #2c3b42;
}
@media only screen and (max-width: 576px) {
    .content-TabAcordeon .accordion-header .question-heading {
        font-size: 18px;
    }
}
.content-TabAcordeon .accordion-header h3 {
    padding: 19px 20px 20px 0;
}
.content-TabAcordeon .accordion-header::after {
    content: " \f107";
    font-family: fontAwesome, sans-serif;
    position: absolute;
    right: 18px;
    top: 24px;
}
.content-TabAcordeon .titleFAQ {
    width: calc(100% - 30px);
    margin: 40px 15px;
}
.content-TabAcordeon .accordion-body p,
.content-TabAcordeon .titleFAQ h2 {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
}
.content-TabAcordeon .accordion-body {
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 10px 20px;
    display: none;
}
.content-TabAcordeon .accordion-body p {
    font-size: 15px;
    line-height: 1.53;
    text-align: left;
}
.content-TabAcordeon .accordion.active .accordion-header {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}
.content-TabAcordeon .accordion.active .accordion-header::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized
.tooltipster-box {
    background: gray;
    border: 3px solid red;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized
.tooltipster-content {
    color: #00f;
    padding: 8px;
}

.free-ads-main-section .free-ads-items .free-ads-item:hover .item-heading,
.free-ads-main-section .free-ads-items .paid-ads-item:hover .item-heading,
.free-ads-main-section .paid-ads-items .free-ads-item:hover .item-heading,
.free-ads-main-section .paid-ads-items .paid-ads-item:hover .item-heading,
.paid-ads-main-section .free-ads-items .free-ads-item:hover .item-heading,
.paid-ads-main-section .free-ads-items .paid-ads-item:hover .item-heading,
.paid-ads-main-section .paid-ads-items .free-ads-item:hover .item-heading,
.paid-ads-main-section .paid-ads-items .paid-ads-item:hover .item-heading,
.search-filter-list-results .search-filter-ads-item:hover .item-heading,
.similar-ads-main-section .free-ads-items .free-ads-item:hover .item-heading,
.similar-ads-main-section .free-ads-items .paid-ads-item:hover .item-heading,
.similar-ads-main-section .paid-ads-items .free-ads-item:hover .item-heading,
.similar-ads-main-section .paid-ads-items .paid-ads-item:hover .item-heading,
.user-ads-main-section .free-ads-items .free-ads-item:hover .item-heading,
.user-ads-main-section .free-ads-items .paid-ads-item:hover .item-heading,
.user-ads-main-section .paid-ads-items .free-ads-item:hover .item-heading,
.user-ads-main-section .paid-ads-items .paid-ads-item:hover .item-heading {
    color: #21aadd !important;
}
.ads-general-mainContent
.ads-general-filter-section
form
.filter-footer-row
.checkbox-items
.checkbox-field {
    justify-items: center;
}
.ads-general-mainContent
.ads-general-filter-section
form
.filter-footer-row
.checkbox-items
.checkbox-field
.round-2 {
    top: 0;
    margin-right: 10px;
}

.ads-general-mainContent .title-section {
    font-size: 22px;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .ads-general-mainContent .title-section {
        text-align: center;
    }
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.date-block-content
.date {
    padding: 0 10px 0 0 !important;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.table-content
.heading-row
.message-block-content {
    width: 39.5%;
}
@media only screen and (max-width: 870px) {
    .messages-section
    .row
    .account-content-part
    .account-content-item.messages-received
    .ads-table
    .table-content
    .heading-row
    .message-block-content {
        width: 100%;
    }
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #d5f4ff !important;
}


.popup {
    min-width: 497px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: center;
    z-index: 3;
    overflow: auto;
    height: auto;
    min-height: 350px;
    max-height: 100%;
}
@media only screen and (max-width: 685px) {
    .popup {
        min-width: 95%;
    }
}
@media only screen and (max-width: 768px) {
    .popup.popup-full {
        min-width: 100%;
        height: 100vh;
    }
}
.popup .closeBtn {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 10px;
    font-size: 17px;
    width: 27px;
}
.popup .closeBtn svg {
    width: 27px;
    height: 27px;
}
.popup .closeBtn-sm svg {
    width: 17px;
    height: 17px;
}
#tab-content .tab-section .login-content-items .login-content-item,
#tabs li.active > .overlay,
.animationClose,
.animationOpen {
    display: block;
}
.animationOpen {
    opacity: 1;
}
.animationClose {
    opacity: 0;
}
.content-popup {
    width: calc(100% - 134px);
    padding: 51px 65px 37px 69px;
}
@media only screen and (max-width: 576px) {
    .content-popup {
        width: calc(100% - 30px);
        padding: 51px 15px 37px;
    }
}
.content-popup .title {
    padding-bottom: 44px;
}
.content-popup .title h1 {
    font-size: 20px;
    font-family: Ubuntu, sans-serif;
    color: #f26c4f;
    text-transform: uppercase;
}
.raport-form .radiobt {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5d4da;
}
.raport-form [type="radio"]:checked + label {
    color: #21aadd;
}
.raport-form [type="radio"] + label {
    color: #78868b;
    font-size: 18px;
}
.raport-form [type="radio"]:checked + label,
.raport-form [type="radio"]:not(:checked) + label {
    padding-left: 25px;
}
.raport-form input,
.raport-form textarea {
    border: solid 1px #c5d4da;
    width: calc(100% - 30px);
    display: block;
    outline: 0;
    font-size: 14px;
}
.raport-form input {
    margin-top: 24px;
    padding: 9px 15px;
    margin-bottom: 12px;
}
.raport-form textarea {
    padding: 15px 15px 17px;
    margin-bottom: 28px;
    resize: none;
}
.raport-form input:focus,
.raport-form textarea:focus {
    border: solid 1px #21aadd;
}
.raport-form input::-webkit-input-placeholder,
.raport-form textarea::-webkit-input-placeholder {
    color: #78868b;
    font-family: Ubuntu, sans-serif;
}
.raport-form input:-ms-input-placeholder,
.raport-form input::-ms-input-placeholder,
.raport-form textarea:-ms-input-placeholder,
.raport-form textarea::-ms-input-placeholder {
    color: #78868b;
    font-family: Ubuntu, sans-serif;
}
.raport-form input::placeholder,
.raport-form textarea::placeholder {
    color: #78868b;
    font-family: Ubuntu, sans-serif;
}
#tabs li,
.raport-form button {
    font-size: 14px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
}
.raport-form button {
    min-width: 111px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #21aadd;
    border: 1px solid #21aadd;
    padding-top: 9px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #fff;
}
.raport-form button:hover {
    background-color: #fff;
    color: #21aadd;
}
.raport-form input[type=radio]:checked+label:before,
.raport-form input[type=radio]:not(:checked)+label:before {
    top: 4px;
}
.raport-form input[type=radio]:checked+label:after,
.raport-form input[type=radio]:not(:checked)+label:after {
    top: 5px;
    left: 1px;
}
.raport-form .radio-label {
    font-weight: 400;
    margin-bottom: 0;
}
.banner-big-account .social-link a i.fa-facebook-f,
.banner-big-account .social-link a svg.fa-facebook-f,
.user-action i {
    font-size: 18px;
}
.user-action svg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
}
.user-phone-call.user-action i svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
i.fa-truck {
    display: block;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.fields-for-company {
    display: none !important;
}
.fields-for-company.show {
    display: block !important;
}




#tab-content .tab-section .login-content-items form .check-field,
.ads-general-mainContent .search-filter-list-results {
    margin-top: 20px;
}

.register-user {
    margin-bottom: 40px;
}
#container {
    width: 497px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 8px 22.6px 1.4px rgba(104, 118, 124, 0.45);
    box-shadow: 0 8px 22.6px 1.4px rgba(104, 118, 124, 0.45);
    background-color: #fff;
}
@media only screen and (max-width: 576px) {
    #container {
        width: calc(100% - 10px);
    }
}
#tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#tabs li {
    display: inline-block;
    position: relative;
    padding: 15.5px 30px;
    background: #c3d1d7;
    color: #68767c;
    width: calc(50% - 30px);
    text-align: center;
}
@media only screen and (max-width: 576px) {
    #tabs li {
        width: calc(50% - 10px);
        padding: 15.5px 5px;
        font-size: 14px;
    }
}
#tabs li:not(.active):hover {
    background-color: #c3d1d7;
}
#tabs li.active {
    background-color: #fff;
    color: #f26c4f;
    font-size: 18px;
}
#tabs .overlay {
    display: none;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
}
#tab-content .tab-section {
    display: none;
}
#tab-content .tab-section .login-content-items {
    padding: 30px 60px;
}
@media only screen and (max-width: 576px) {
    #tab-content .tab-section .login-content-items {
        padding: 15px 30px;
    }
}
#tab-content .tab-section .login-content-items .login-content-item.login button,
#tab-content .tab-section .login-content-items form .btn-row button {
    height: 35px;
    border: 1px solid #21aadd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    background: #21aadd;
    color: #fff;
    font-size: 14px;
    padding: 0 35px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#tab-content
.tab-section
.login-content-items
.login-content-item.login
form
.login-actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}
#tab-content
.tab-section
.login-content-items
.login-content-item.login
form
.login-actions
a {
    font-size: 13px;
    color: #21aadd;
}
#tab-content .tab-section .login-content-items a.fb-log {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    #tab-content .tab-section .login-content-items a.fb-log {
        font-size: 12px;
    }
}
#tab-content .tab-section .login-content-items a.fb-log i {
    position: absolute;
    left: 15px;
    font-size: 24px;
}
@media only screen and (max-width: 400px) {
    #tab-content .tab-section .login-content-items a.fb-log i {
        position: initial;
        padding-right: 10px;
    }
}
#tab-content .tab-section .login-content-items a.fb-log:hover {
    background: #fff;
    color: #3b5998;
}
#tab-content .tab-section .login-content-items .centered-line-text,
#tab-content .tab-section .login-content-items .centered-line-text .logo-footer,
#tab-content
.tab-section
.login-content-items
.login-content-item.login
form
.login-actions,
#tab-content .tab-section .login-content-items a.fb-log {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#tab-content .tab-section .login-content-items .centered-line-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#tab-content
.tab-section
.login-content-items
.centered-line-text
.logo-footer {
    max-width: 190px;
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px;
}
#tab-content .tab-section .login-content-items form input {
    width: 100%;
    height: 39px;
    border: 0;
    border-bottom: 1px solid #bec9cc;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
    color: #6d7589;
    font-size: 15px;
    max-width: -webkit-fill-available;
}
#tab-content
.tab-section
.login-content-items
form
input::-webkit-input-placeholder {
    color: #78868b;
    font-size: 13px;
}
#tab-content .tab-section .login-content-items form input:-ms-input-placeholder,
#tab-content
.tab-section
.login-content-items
form
input::-ms-input-placeholder {
    color: #78868b;
    font-size: 13px;
}
#tab-content .tab-section .login-content-items form input::placeholder {
    color: #78868b;
    font-size: 13px;
}
#tab-content .tab-section .login-content-items form p {
    font-size: 13px;
    color: #78868b;
    line-height: 1.65;
    margin-top: 20px;
}
#tab-content .tab-section .login-content-items form .check-field p {
    margin-top: 0;
    margin-left: 20px;
}
#tab-content .tab-section .login-content-items form .btn-row,
.user-page-menu-device i,
.user-page-menu-device li a,
.user-page-menu-device svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#tab-content .tab-section .login-content-items form .btn-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
#tab-content .tab-section.active {
    display: block;
}
.online-user-main.online-user-main-404 {
    min-height: 224px;
}
@media only screen and (max-width: 992px) {
    .online-user-main.online-user-main-404 {
        -webkit-background-size: inherit inherit;
        background-size: inherit;
    }
}
.content-404 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
}
@media only screen and (max-width: 768px) {
    .content-404 {
        width: calc(100% - 30px);
        padding-top: 30px;
    }
}
.content-404 img {
    height: 332px;
    width: auto;
    max-width: 100%;
}
@media only screen and (max-width: 576px) {
    .content-404 img {
        height: auto;
    }
}
.content-404 .image {
    margin-bottom: 32px;
}
@media only screen and (max-width: 576px) {
    .content-404 .image {
        margin-bottom: 10px;
    }
}
.content-404 .content,
.content-404 .content h1 {
    font-family: Ubuntu, sans-serif;
    text-align: center;
    color: #364d54;
}
.content-404 .content {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    margin-bottom: 170px;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (max-width: 768px) {
    .content-404 .content {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 576px) {
    .content-404 .content {
        margin-bottom: 30px;
    }
}
.content-404 .content h1 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .content-404 .content h1 {
        font-weight: 500;
    }
}
@media only screen and (max-width: 576px) {
    .content-404 .content h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .content-404 .content {
        font-size: 14px;
    }
}
.user-header-info-device,
.user-page-menu-device {
    -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da;
    box-shadow: 0 0 12.2px 0.8px #c5d4da;
}
.user-header-info-device .user-block-device {
    width: calc(100% - 30px);
    position: relative;
    padding: 17px 15px;
}
@media only screen and (max-width: 576px) {
    .user-header-info-device .user-block-device {
        padding: 17px 15px 10px;
    }
}
.user-header-info-device .user-block-device .available-credit-device {
    position: absolute;
    right: 15px;
    top: 17px;
    width: auto;
    display: block;
    text-align: right;
}
.user-header-info-device .user-block-device .available-credit-device p {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68767c;
}
.user-header-info-device .user-block-device .available-credit-device span {
    font-size: 14px;
    font-weight: 700;
    color: #080d33;
}
.user-header-info-device .user-block-device .user-image-device {
    display: block;
    width: 88px;
    height: 88px;
    margin: 7px auto 14px;
    border: 1px solid #778c94;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.user-header-info-device .user-info-device {
    text-align: center;
}
.user-header-info-device .user-info-device .user-ame {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #080d33;
    margin-bottom: 7px;
}
.user-header-info-device .user-info-device .user-email,
.user-page-menu-device a {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #68767c;
}
.user-header-info-device .user-info-device .user-email {
    margin-bottom: 7px;
    font-size: 16px;
}
.user-top-category-device {
    padding-top: 12px;
    padding-bottom: 12px;
}
@media only screen and (max-width: 576px) {
    .user-top-category-device {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.user-top-category-device p {
    margin-left: 18px;
    color: #68767c;
}
@media only screen and (max-width: 576px) {
    .user-top-category-device p {
        margin-left: 12px;
    }
}
.user-page-menu-device {
    padding-top: 8px;
    padding-bottom: 8px;
}
@media only screen and (max-width: 576px) {
    .user-page-menu-device {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
.user-page-menu-device i,
.user-page-menu-device svg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 13px;
}
.user-page-menu-device i {
    color: #c5d4da;
    font-size: 16px;
}
.user-page-menu-device svg {
    fill: #c5d4da;
}
.user-page-menu-device a {
    font-size: 14px;
    text-align: left;
}
.user-page-menu-device li {
    padding-top: 2px;
    padding-bottom: 2px;
}
.user-page-menu-device li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 576px) {
    .user-page-menu-device li a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.user-page-menu-device ul {
    width: calc(100% - 25px);
    padding-left: 25px;
}
@media only screen and (max-width: 576px) {
    .user-page-menu-device ul {
        width: calc(100% - 12px);
        padding-left: 12px;
    }
}




.button-filter-fixed-device .btn-filter {
    border: 0;
    -webkit-border-radius: 17.5px;
    border-radius: 17.5px;
    -webkit-box-shadow: 0 0 18px 0 rgba(1, 3, 3, 0.57);
    box-shadow: 0 0 18px 0 rgba(1, 3, 3, 0.57);
    background-color: #21aadd;
    padding: 9.5px 18.5px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    z-index: 8;
    text-align: center;
}
.popup-category-select-device {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111111;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.popup-category-select-device.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.popup-category-select-device .category-select-device {
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    width: calc(100% - 40px);
    padding-bottom: 20px;
    max-width: 100%;
}

@media only screen and (max-width: 1120px) {
    .popup-select-currency label.label-title {
        margin-right: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .popup-select-currency label.label-title,
    .select-filter label.label-title {
        font-size: 14px !important;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #68767c;
    }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
    .popup-select-currency label.label-title,
    .select-filter label.label-title {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 992px) and (max-width: 1120px) {
    .popup-select-currency .custom-small-checkbox:last-child,
    .select-filter .custom-small-checkbox:last-child {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
    .popup-select-currency .custom-small-checkbox:last-child,
    .select-filter .custom-small-checkbox:last-child {
        margin-top: 0 !important;
    }
}


.active_announces_actions_checkbox .go-to-href-with-data {
    color: #21aadd;
}
.table-promo-announcement {
    background-color: #fff;
}
.table-promo-announcement .table-header {
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #c5d4db;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #48555a;
}
.table-promo-announcement .top-table-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.table-promo-announcement .title-promo-announcement {
    width: calc(15% - 10px);
    text-align: center;
    padding: 10px 5px;
}
@media only screen and (max-width: 576px) {
    .table-promo-announcement .title-promo-announcement {
        display: none;
    }
}
.info-promo-announcement .title-info,
.table-promo-announcement .title-promo-announcement p,
.table-promo-announcement .title-promo-announcement span {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.table-promo-announcement .title-promo-announcement p {
    margin-bottom: 2px;
    font-size: 12px;
    color: #21aadd;
    text-align: center;
}
.table-promo-announcement .title-promo-announcement span {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #080d33;
    display: block;
    margin-bottom: 6px;
    margin-top: 6px;
}
.top-table-info {
    border-bottom: 1px solid #dbe4e8;
}
.info-promo-announcement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #c9d7dc;
    border-top: none;
}
.info-promo-announcement .title-info {
    width: calc(40% - 31px);
    padding: 5px 16px;
    font-size: 16px;
    line-height: 1.88;
    text-align: left;
    color: #68767c;
}
@media only screen and (max-width: 576px) {
    .info-promo-announcement .title-info {
        width: calc(100% - 11px);
        border-bottom: 1px solid #c9d7dc;
        text-align: center;
    }
}
.info-promo-announcement .price-info {
    width: calc(15% - 11.5px);
    padding: 5px;
    border-left: 1px solid #c9d7dc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 576px) {
    .info-promo-announcement .price-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(50% - 1px);
        border-left: 0;
        padding: 0;
        border-bottom: 1px solid #c9d7dc;
    }
}
.info-promo-announcement .price-info,
.info-promo-announcement .price-info .check-field {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-promo-announcement .price-info .check-field span {
    padding-left: 0;
}
@media only screen and (max-width: 768px) {
    .info-promo-announcement .price-info .check-field span {
        padding-left: 0;
    }
}
.info-promo-announcement .price-info .check-field span {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #080d33;
}
.info-promo-announcement .price-info .check-field span sup {
    font-size: 10px;
}
.info-promo-announcement .check-field.checked span,
.info-promo-announcement .check-field.checked sup {
    color: #21aadd;
}
.info-promo-announcement .check {
    margin: initial;
    width: 19px;
    height: 19px;
}
.info-promo-announcement .check svg {
    width: 19px !important;
    height: 19px !important;
}
.info-promo-announcement .title-promo-announcement-device {
    display: none;
}
@media only screen and (max-width: 576px) {
    .info-promo-announcement .title-promo-announcement-device {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #c9d7dc;
    }
    .info-promo-announcement .check-field {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.total-price-promo-announcement {
    width: 100%;
    padding-top: 41px;
    padding-bottom: 50px;
    text-align: right;
}
.total-price-promo-announcement span {
    font-size: 14px;
    text-transform: uppercase;
    color: #080d33;
    font-weight: 300;
}
.total-price-promo-announcement span.price {
    font-size: 24px;
    margin-left: 10px;
    font-weight: 700;
    color: #051722;
    margin-right: 30px;
}
.total-price-promo-announcement span.price sup {
    font-weight: 400;
    font-size: 12px;
}
.button-promo-announcement,
.user-block-general-mainContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.button-promo-announcement {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.button-promo-announcement a {
    display: block;
    padding: 6px 20px;
    margin-right: 9px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.button-promo-announcement .btn-next-step {
    background-color: #21aadd;
    color: #fff;
    padding: 6px 35px;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
}
.button-promo-announcement .btn-next-step:hover {
    background-color: #48eaec;
}
.banner-big-account .link-bottom a:hover,
.button-promo-announcement .btn-cancel-step,
.navbar
.row.bottom-navbar
form
.input-field
.region-select
.region-multiselect
ul
li:hover {
    color: #21aadd;
}
.button-promo-announcement .btn-cancel-step:hover {
    text-decoration: underline;
}
.user-block-general-mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bec9cc;
    margin-top: 0;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .user-block-general-mainContent {
        margin-bottom: 20px;
    }
}
.user-block-general-mainContent .image {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #778c94;
    margin: 10px auto 5px;
}
.user-block-general-mainContent .name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #68767c;
    margin-bottom: 5px;
}

.user-online-bar
.row
.user-main-actions
li:hover
.user-main-action-item
.message-nr {
    color: #fff !important;
}
.message-nr-user-menu {
    color: white;
    background-color: #f26c4f;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
}
.fa-ul > li,
.user-main-action-item {
    position: relative;
}
.user-main-action-item .message-nr,
.wtite-review .top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.user-main-action-item .message-nr {
    position: absolute;
    right: -7px;
    top: 0;
    background-color: #f26c4f;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-big-account .social-link a:hover span,
.user-main-action-item .message-nr:hover,
.user-main-action-item:hover .message-nr {
    color: #fff;
}
.wtite-review {
    width: 100%;
    background-color: #fff;
    margin-bottom: 58px;
}
.wtite-review .top-bar {
    width: calc(100% - 30px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8.5px 15px;
    border-bottom: 1px solid #c5d4da;
}
.wtite-review .back-btn,
.wtite-review .back-btn svg {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.wtite-review .back-btn {
    cursor: pointer;
    width: 14%;
}
@media only screen and (max-width: 770px) {
    .wtite-review .back-btn {
        width: 15%;
    }
}
@media only screen and (max-width: 685px) {
    .wtite-review .back-btn {
        width: 30%;
        margin-bottom: 10px;
    }
}
.wtite-review .back-btn svg {
    margin-right: 5px;
    width: 14px;
    height: 12px;
    font-size: 16px;
    color: #4d4d4d;
}
.wtite-review .back-btn svg path {
    fill: #4d4d4d;
}
.promo-block .label-block.active .title-promo .uppercase,
.wtite-review .back-btn:hover,
.wtite-review .back-btn:hover svg,
.wtite-review .blocks-user:hover,
.wtite-review .blocks-user:hover i,
.wtite-review .delete-conversation:hover,
.wtite-review .delete-conversation:hover i,
.wtite-review .delete-conversation:hover svg {
    color: #f26c4f;
}
.navbar .row.top-navbar .rowRight-part a.ads-add .mobile-add path,
.navbar .row.top-navbar .rowRight-part a.ads-add:hover svg path,
.wtite-review .back-btn:hover svg path {
    fill: #f26c4f;
}
.wtite-review .user-name {
    width: 36%;
}
@media only screen and (max-width: 770px) {
    .wtite-review .user-name {
        width: 25%;
    }
}
@media only screen and (max-width: 685px) {
    .wtite-review .user-name {
        width: 70%;
        text-align: right;
        margin-bottom: 10px;
    }
}
.wtite-review .blocks-user,
.wtite-review .blocks-user i {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.wtite-review .blocks-user {
    text-align: right;
    cursor: pointer;
    width: 25%;
}
@media only screen and (max-width: 770px) {
    .wtite-review .blocks-user {
        width: 30%;
    }
}
@media only screen and (max-width: 685px) {
    .wtite-review .blocks-user {
        width: 50%;
        text-align: left;
    }
}
.wtite-review .blocks-user i {
    width: 17px;
    height: 17px;
    font-size: 17px;
    color: #717d81;
}
.wtite-review .back-btn,
.wtite-review .blocks-user,
.wtite-review .delete-conversation {
    font-size: 16px;
    color: #68767c;
}
.wtite-review .user-name {
    font-size: 18px;
    font-weight: 700;
    color: #68767c;
}
.wtite-review .delete-conversation {
    width: 25%;
    text-align: right;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 770px) {
    .wtite-review .delete-conversation {
        width: 30%;
    }
}
@media only screen and (max-width: 685px) {
    .wtite-review .delete-conversation {
        width: 50%;
    }
}
.wtite-review .user-general {
    width: calc(100% - 29px);
    padding: 11px 15px;
    /*border-bottom: 1px double #c5d4da;*/
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.wtite-review .user-general:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -3px;
    height: 1px;
    left: 0;
    background-color: #c5d4da;
}
.wtite-review .user-general .ads-logo {
    width: 66.5px;
    height: 66.8px;
    display: block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.wtite-review .user-general,
.wtite-review .user-general .user-block-info,
.wtite-review .user-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wtite-review .user-general .user-block-info {
    margin-left: 7.5px;
    width: calc(100% - 74px);
}
.wtite-review .user-general .user-block-info .user-title {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #48555a;
}
.wtite-review .user-general .user-block-info .price {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: #48555a;
}
.wtite-review .user-review {
    width: calc(100% - 22px);
    padding: 8px 11px;
}
.wtite-review .user-review .img-user {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #778c94;
}
@media only screen and (max-width: 470px) {
    .wtite-review .user-review .img-user {
        width: 55px;
        height: 55px;
    }
}
.wtite-review .user-review .user-info {
    width: calc(100% - 90px);
    margin-left: 12px;
}
@media only screen and (max-width: 470px) {
    .wtite-review .user-review .user-info {
        width: calc(100% - 57px);
        margin-left: 0;
    }
}
.wtite-review .review-text form,
.wtite-review .user-review .user-info-top {
    width: calc(100% - 20px);
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wtite-review .user-review .user-info-top .date,
.wtite-review .user-review .user-info-top .name,
.wtite-review .user-review .user-info-top .time {
    width: auto;
}
.wtite-review .user-review .user-info-top .name {
    margin-right: 30px;
    font-size: 16px;
    line-height: 1.75;
    color: #68767c;
}
.footerMain
.top-footer
.topFooter-row
.topFooter-item.download-info
.applications-items
.application-item
.item-logo
svg,
.wtite-review .user-review .user-info-top .date {
    margin-right: 10px;
}
.wtite-review .user-review .user-info-top .date,
.wtite-review .user-review .user-info-top .time {
    font-size: 14px;
    line-height: 2.14;
    color: #68767c;
}
.wtite-review .user-review .review {
    width: calc(100% - 52px);
    padding: 10px 16px;
    margin-left: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.wtite-review .user-review .review:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-right: 10px solid;
    left: -10px;
}
.wtite-review .user-review.blue .review {
    background-color: #21aadd;
    color: #fff;
}
.wtite-review .user-review.blue .review:before {
    border-right-color: #21aadd;
}
.wtite-review .user-review.gray .review {
    background-color: #c5d4da;
    color: #000;
}
.wtite-review .user-review.gray .review:before {
    border-right-color: #c5d4da;
}
.wtite-review .review-text {
    width: 100%;
    margin-top: 15px;
}
.wtite-review .review-text form {
    width: calc(100% - 110px);
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 470px) {
    .wtite-review .review-text form {
        width: 100%;
    }
}
.wtite-review .review-text form textarea {
    width: calc(100% - 37px);
    resize: none;
    padding: 10px;
    height: 105px;
    margin-bottom: 38px;
    font-size: 13px;
    color: #000;
    border: solid 1px #bec9cc;
}
.wtite-review .review-text form textarea::-webkit-input-placeholder {
    color: #778c94;
}
.wtite-review .review-text form textarea:-ms-input-placeholder,
.wtite-review .review-text form textarea::-ms-input-placeholder {
    color: #778c94;
}
.wtite-review .review-text form textarea::placeholder {
    color: #778c94;
}
.wtite-review .review-text form button {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 7.5px 23px;
    background-color: #21aade;
    color: #fff;
    border: 0;
    font-size: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.wtite-review .review-text form button:hover {
    background-color: rgba(33, 170, 222, 0.8);
}
.white-seting {
    background-color: #fff;
}
.white-seting h4 {
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 8px rgba(197, 212, 218, 0.55);
    box-shadow: 0 2px 8px rgba(197, 212, 218, 0.55);
    padding: 13px !important;
}
.white-seting > h4 {
    text-align: center;
}

.GDPR-seting {
    background-color: #fff;
}
.GDPR-seting h4 {
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 8px rgba(197, 212, 218, 0.55);
    box-shadow: 0 2px 8px rgba(197, 212, 218, 0.55);
    padding: 13px !important;
}
.GDPR-seting .delete-block-gdpr {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
@media only screen and (max-width: 576px) {
    .GDPR-seting .delete-block-gdpr {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.GDPR-seting .delete-account-gdpr,
.GDPR-seting .delete-account-gdpr .icon {
    border: 1px solid #bec9cc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.GDPR-seting .delete-account-gdpr {
    width: calc(33.333% - 60px);
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 45px;
    padding: 50px 20px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (max-width: 720px) {
    .GDPR-seting .delete-account-gdpr {
        width: calc(100% - 60px);
    }
}
@media only screen and (max-width: 576px) {
    .GDPR-seting .delete-account-gdpr {
        width: calc(100% - 40px);
        margin-left: 0;
        margin-right: 0;
    }
}
.GDPR-seting .delete-account-gdpr .icon {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
.GDPR-seting .delete-account-gdpr img {
    width: 35px;
    height: 35px;
}
.GDPR-seting .delete-account-gdpr .content {
    text-align: center;
    width: 100%;
    height: calc(100% - 93px);
}
.GDPR-seting .delete-account-gdpr .content p {
    color: #48555a;
    font-size: 14px;
}
.GDPR-seting .delete-account-gdpr .delete-account-btn {
    padding: 7px 20px;
    background-color: #fff;
    color: #48555a;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-width: 131px;
    height: 32px;
    border: 1px solid #6d757c;
}
.GDPR-seting .delete-account-gdpr .delete-account-btn:hover {
    border: 1px solid #4ab9e4;
    background-color: #4ab9e4;
    color: #fff;
}
.no-ad-content {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 50px;
}
.no-ad-content .icon {
    margin-bottom: 34px;
}
.no-ad-content .icon img {
    width: 59px;
}
.no-ad-content .content p {
    font-size: 18px;
    text-align: center;
    color: #364d54;
}
.obscure-promote {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.41);
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.obscure-promote .popup-promote {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    border: solid 1px #c9d7dc;
    width: calc(100% - 60px);
    max-width: 793px;
    padding: 28px 30px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    z-index: 3;
    overflow: auto;
    height: auto;
    max-height: 100%;
}
@media only screen and (max-width: 890px) {
    .obscure-promote .popup-promote {
        max-width: calc(100% - 100px);
    }
}
.obscure-promote .popup-promote .closeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border: 0;
}
.obscure-promote .popup-promote .closeBtn svg {
    width: 13px;
    height: 13px;
    fill: #717d81;
}
.obscure-promote .popup-promote .content,
.promo-block .label-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.obscure-promote .popup-promote .content {
    text-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.obscure-promote .popup-promote .content .icon {
    width: 47px;
    height: 47px;
    margin-right: 41px;
}
@media only screen and (max-width: 576px) {
    .obscure-promote .popup-promote .content .icon {
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }
}
.obscure-promote .popup-promote .content .icon img,
.obscure-promote .popup-promote .content .icon svg {
    width: 47px;
    height: 47px;
}
@media only screen and (max-width: 576px) {
    .obscure-promote .popup-promote .content .icon img,
    .obscure-promote .popup-promote .content .icon svg {
        width: 35px;
        height: 35px;
    }
}
.obscure-promote .popup-promote .content span {
    font-size: 24px;
    color: #364d54;
}
.promo-block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.promo-block .label-block {
    width: calc(100% - 70px);
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 20px;
    border: solid 1px #c9d7dc;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media only screen and (max-width: 768px) {
    .promo-block .label-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}
.promo-block .label-block:after,
.promo-block .label-block:before {
    display: none;
}
.promo-block .label-block:hover {
    -webkit-box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 0.4px rgba(69, 69, 69, 0.3);
}
.promo-block .label-block.active span.check-box:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #21aadd;
}
.promo-block .label-block.active .btn {
    background-color: #f26c4f;
}
.promo-block ul li p {
    text-align: left;
}
.promo-block .title-promo {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .promo-block .title-promo {
        width: auto;
        margin-bottom: 10px;
    }
}
.promo-block .title-promo .uppercase {
    display: block;
    width: calc(100% - 48px);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #21aadd;
}
@media only screen and (max-width: 992px) {
    .promo-block .title-promo .uppercase {
        font-size: 18px;
        width: calc(100% - 25px);
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .title-promo .uppercase {
        font-size: 24px;
    }
}
@media only screen and (max-width: 576px) {
    .promo-block .title-promo .uppercase {
        font-size: 20px;
    }
}
.promo-block .list-promo {
    width: 29%;
}
@media only screen and (max-width: 992px) {
    .promo-block .list-promo {
        width: 25%;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .list-promo {
        width: auto;
        margin-bottom: 10px;
    }
}
.promo-block .list-promo ul {
    margin-left: 20px;
}
.promo-block .list-promo li {
    position: relative;
    margin-bottom: 10px;
    color: #2c3b42;
    font-size: 16px;
}
@media only screen and (max-width: 992px) {
    .promo-block .list-promo li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .list-promo li {
        font-size: 16px;
    }
}
.promo-block .list-promo li:last-child {
    margin-bottom: 0;
}
.promo-block .list-promo li:before {
    content: "\f0da";
    font-weight: 900;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    left: -10px;
}
.promo-block .years-promo {
    width: 10%;
}
@media only screen and (max-width: 768px) {
    .promo-block .years-promo {
        width: 100%;
        margin-bottom: 10px;
    }
}
.promo-block .years-promo span {
    display: block;
    font-size: 24px;
    color: #2c3b42;
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .promo-block .years-promo span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .years-promo span {
        font-size: 24px;
    }
}
.promo-block .price-promo {
    width: 20%;
}
@media only screen and (max-width: 1100px) {
    .promo-block .price-promo {
        width: 15%;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .price-promo {
        width: 100%;
        margin-bottom: 10px;
    }
}
.promo-block .price-promo span {
    display: block;
    text-align: center;
}
.promo-block .price-promo .price {
    color: #21aadd;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
}
@media only screen and (max-width: 992px) {
    .promo-block .price-promo .price {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .price-promo .price {
        font-size: 24px;
    }
}
.promo-block .price-promo .price sup {
    font-size: 15px;
}
.promo-block .price-promo .discount {
    color: #dc001f;
    font-size: 18px;
    margin-top: 5px;
}
@media only screen and (max-width: 992px) {
    .promo-block .price-promo .discount {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .price-promo .discount {
        font-size: 18px;
    }
}
.promo-block .price-promo .discount sup {
    font-size: 10px;
}
.promo-block .button-promo {
    max-width: calc(21% - 10px);
    margin-left: 10px;
}
@media only screen and (max-width: 1100px) {
    .promo-block .button-promo {
        max-width: calc(25% - 10px);
    }
}
@media only screen and (max-width: 992px) {
    .promo-block .button-promo {
        max-width: calc(30% - 5px);
        margin-left: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .promo-block .button-promo {
        max-width: 100%;
        margin-left: 0;
    }
}
.promo-block .button-promo span {
    display: block;
}
.promo-block .button-promo .title {
    font-style: italic;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    color: #68767c;
}
.promo-block .btn {
    min-width: 173px;
    display: block;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 29px;
    background-color: #21aadd;
    color: #fff;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.promo-block .btn:hover {
    opacity: 0.8;
}
.promo-block input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
}
.promo-block span.check-box {
    width: 15px;
    height: 15px;
    border: 1px solid #bec9cc;
    position: relative;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}
@media only screen and (max-width: 992px) {
    .promo-block span.check-box {
        margin-right: 8px;
    }
}
.no-overflow,
body.fancybox-active {
    overflow: hidden;
}
.qa-main-section {
    background-position: top;
}
.navbar.z-index-sm {
    z-index: 1 !important;
}
.banner-big-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.banner-big-account .social-link svg {
    width: 30px;
    height: 30px;
}
.banner-big-account .image {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner-big-account .image span {
    display: block;
    font-family: "Cunia", sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #f26c4f;
    text-transform: uppercase;
}
.banner-big-account .gift-top {
    margin-left: 10px;
}
.banner-big-account .image span.title-top {
    margin-bottom: 8px;
    margin-top: 3px;
}

.banner-big-account .image span.procent {
    font-size: 35.5px;
    line-height: 35px;
    font-family: "Space Grotesk Bold", sans-serif;
    margin-top: -10px;
}
.banner-big-account .image span.procent sup {
    font-size: 18px;
    font-family: Aquatico, sans-serif;
    top: 15px;
}
.banner-big-account .border-sm {
    width: 100px;
    height: 5px;
    background-color: #9cb5c2;
    display: block;
    margin: 19px auto;
}
.banner-big-account .block-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #080d33;
}
.banner-big-account .grey-text {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #68767c;
    margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
    .banner-big-account .grey-text {
        font-size: 17px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-big-account .grey-text-bottom-sm {
        margin: 0 auto 20px;
        max-width: 23rem;
    }
    .banner-big-account .grey-text-sm {
        max-width: 26rem;
        margin: 0 auto 40px;
    }
}
.banner-big-account .banner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
    margin-bottom: 80px;
}
.banner-big-account .banner img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .banner-big-account .banner img.banner-lg-image {
        display: none;
    }
    .banner-big-account .banner {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .banner-big-account .banner img.banner-sm-image {
        display: none;
    }
}
.banner-big-account .link-bottom {
    text-align: center;
}
#navbar-3
.bottom-navbar-device.row
form
.input-field
.region-select
.region-multiselect
.close-div
svg
path,
.banner-big-account .link-bottom a,
.navbar
.row.bottom-navbar
form
.input-field
.region-select
.region-multiselect
.close-div
svg
path,
header
.wrapper
.row
.category-item
ul.sub-menu
.heading-sub-menu
.close-div
svg
path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.banner-big-account .social-link,
.banner-big-account .social-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.banner-big-account .social-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .banner-big-account .social-link {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 15px;
        margin-right: 15px;
        justify-content: center;
        word-wrap: break-word;
        width: calc(100% - 30px);
    }
}
.banner-big-account .social-link a {
    width: calc(25% - 2px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    border: solid 1px #c9d7dc;
    border-left-width: 0.5px;
    border-right-width: 0.5px;
    font-size: 18px;
    color: #2c3b42;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .banner-big-account .link-bottom {
        box-shadow: 0 6px 6px rgba(69,69,69,.15);
    }
    .banner-big-account .social-link a {
        border: none;
        box-shadow: 0 6px 6px rgba(69,69,69,.3);
        height: 37px;
        margin: 0 7px 30px;
        width: 55px;
    }
}
.banner-big-account .social-link a:hover {
    background-color: #21aadd;
}
.banner-big-account .social-link a i,
.banner-big-account .social-link a svg {
    font-size: 24px;
    margin-right: 10px;
    color: #364d54;
}
.banner-big-account .social-link a svg {
    width: 20px;
}
.banner-big-account .social-link .dropdown-share {
    width: 25%;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .banner-big-account .icon-device {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .banner-big-account .social-link a i,
    .banner-big-account .social-link a svg {
        margin-right: 0;
    }
    .banner-big-account .social-link a i {
        color: #fff;
        font-size: 27px;
    }
    .banner-big-account .social-link a svg {
        color: #fff;
        fill: #fff;
        width: 25px;
    }
    .banner-big-account .social-link .dropdown-share {
        width: auto;
        /* width: 50%; */
    }
    .banner-big-account .social-link a.social-link-facebook {
        background-color: #38579A;
    }
    .banner-big-account .social-link a.social-link-whatsApp {
        background-color: #1CD464;
    }
    .banner-big-account .social-link a.social-link-email {
        background-color: #2095CB;
    }
    .banner-big-account .social-link a:hover {
        background-color: #22AADE !important;
    }

}
.banner-big-account .social-link .dropdown-share .share-btn {
    width: calc(100% - 2px);
}
.banner-big-account .social-link .dropdown-share .share-btn svg {
    height: 24px;
    width: 24px;
}
@media only screen and (max-width: 767px) {
    .banner-big-account .social-link .dropdown-share .share-btn {
        background-color: #986CC3;
        border: none;
        height: 37px;
        margin: 0 7px 30px;
        width: 55px;
    }
}

.banner-big-account .social-link .dropdown-share .dropdown-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: calc(100% - 2px);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #c9d7dc;
}
.banner-big-account .social-link .dropdown-share .dropdown-content a {
    width: calc(100% - 2px);
    border-color: #fff;
}
.banner-big-account .social-link .dropdown-share.open .dropdown-content {
    visibility: visible;
    opacity: 1;
}
.banner-big-account .margin-bottom-6 {
    margin-bottom: 60px;
}
.banner-content {
    width: 100%;
    min-height: 440px;
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .banner-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 15px;
        margin-right: 15px;
        word-wrap: break-word;
        width: calc(100% - 30px);
    }
}
.banner-content .left-block {
    position: absolute;
    left: 0;
    top: 15px;
    /* bottom: 40px; */
}
@media only screen and (max-width: 768px) {
    .banner-content .left-block {
        /* bottom: inherit; */
        top: 110px;
        left: -30px;
        width: 114px;
        /* width: 35vw; */
    }
}
.banner-content .right-block {
    position: absolute;
    right: 0;
    top: 33px;
    /* bottom: 40px; */
}
@media only screen and (max-width: 768px) {
    .banner-content .right-block {
        /* bottom: inherit; */
        top: 125px;
        right: -15px;
        /* width: 34vw; */
        width: 112px;
    }
    .banner-content .right-block::after {
        content: '';
        background: linear-gradient(to top, #ffffff 0 , #ffffff 50%, rgba(255, 255, 255, 0) 100% );
        bottom: 0;
        height: 36%;
        width: 100%;
        position: absolute;
        right: 0;

    }
}
.banner-content .center-block {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .banner-content .center-block {
        margin-top: 20px;
    }
}
.back-link,
.device-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(100% - 30px);
}
.back-link {
    margin-top: 10px;
}
.back-link .link-grey {
    cursor: pointer;
}
.back-link .link-grey i {
    margin-right: 9px;
}
.back-link .link-grey i,
.back-link .link-grey span {
    font-size: 16px;
    color: #4d4d4d;
}
.device-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 17px;
    color: #21aadd;
}
.online-user-main-device {
    width: 100%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .online-user-main-device {
        margin-bottom: 0;
    }
}
.shadow-bg {
    -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da;
    box-shadow: 0 0 12.2px 0.8px #c5d4da;
    background-color: #fff;
}
.padding-shadow-bg {
    padding: 10px 0;
}
.account-content-device {
    width: 100%;
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .account-content-device {
        margin-bottom: 30px;
    }
}
.account-content-device .th-table {
    width: calc(50% - 20px);
    font-size: 12px;
    color: #6d757c;
    padding: 10px;
}
.account-content-device .th-table:first-child {
    width: calc(50% - 45px);
    padding-left: 35px;
}
.account-content-device .block-ads,
.account-content-device .tr-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.account-content-device .tr-table {
    width: calc(50% - 18px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9px;
}
.account-content-device .block-ads {
    padding: 10px 0;
    border-top: solid 1px #c9d7dc;
}
.account-content-device .block-ads.border-grey {
    margin: 0 10px 10px;
    border: solid 1px #c9d7dc;
}
.account-content-device .block-ads.border-grey:last-child {
    margin: 0 10px;
}
.account-content-device .block-ads.border-grey .tr-table:first-child {
    width: calc(60% - 18px);
}
.account-content-device .block-ads.border-grey .tr-table:last-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(40% - 18px);
}
.account-content-device .block-ads.border-grey .label-title {
    font-size: 14px;
    color: #68767c;
}
.account-content-device .date {
    font-size: 12px;
    color: #68767c;
}
.account-content-device .check,
.mfp-figure figure {
    margin: 0;
}
.account-content-device .label-title {
    font-size: 14px;
    color: #080d33;
}
.account-content-device .grey-link {
    font-size: 14px;
    color: #68767c;
}
.account-content-device .blue-link:hover,
.account-content-device .grey-link:hover {
    text-decoration: underline;
}
.account-content-device .blue-link {
    font-size: 14px;
    color: #21aadd;
}
.account-content-device .check-field,
.account-content-device .round-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-content-device .delete-ads {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.account-content-device .delete-ads img {
    width: 13px;
    height: 13px;
}
.block-delete {
    text-align: center;
    padding: 10px;
}
.block-delete .custom-small-checkbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.block-delete .custom-small-checkbox.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
}
.block-delete .custom-small-checkbox .label-title {
    font-size: 16px;
    color: #68767c;
}
.block-delete .delete-selected {
    border: solid 1px #c9d7dc;
    background-color: #fff;
    font-size: 16px;
    line-height: 29px;
    color: #68767c;
    padding: 0 19px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.block-delete .delete-selected:focus,
.block-delete .delete-selected:hover {
    border: solid 1px #21aadd;
    background-color: #21aadd;
    color: #fff;
}
.account-content-item-bonus {
    padding: 0 30px 10px;
}
@media only screen and (max-width: 576px) {
    .account-content-item-bonus {
        padding: 0 10px 10px;
    }
}
.account-content-item-bonus p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.36;
    text-align: center;
    color: #2c3b42;
}
.account-content-item-bonus .title {
    font-size: 24px;
    color: #364d54;
    text-transform: uppercase;
    width: 100%;
    margin-top: 42px;
    margin-bottom: 32px;
    text-align: center;
}
.account-content-item-bonus .bonus-block {
    width: 100%;
    max-width: 434px;
    height: 134px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #b6bcc4;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.account-content-item-bonus .bonus-block .blue {
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    color: #21aadd;
    margin-bottom: 20px;
}
.account-content-item-bonus .bonus-block .orange {
    font-size: 36px;
    line-height: 28px;
    color: #f26c4f;
    margin-top: 7px;
    margin-left: 5px;
    margin-bottom: 20px;
}
.account-content-item-bonus .bonus-block .btn-blue {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 201px;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #21aadd;
    border: 1px solid #21aadd;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.account-content-item-bonus .bonus-block .btn-blue:hover,
.account-content-item-registered .search-form .btn-blue:hover {
    background-color: #fff;
    color: #21aadd;
}
@media only screen and (max-width: 1050px) {
    .account-heading-part {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .account-content-item.white-seting h4 {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #21aadd;
        font-size: 15.9px;
        text-transform: uppercase;
    }
}
.account-content-item-registered {
    width: 100%;
    margin: 30px auto 50px;
}
@media only screen and (max-width: 768px) {
    .account-content-item-registered {
        -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da;
        box-shadow: 0 0 12.2px 0.8px #c5d4da;
        margin: 10px auto 0;
    }
}
@media only screen and (max-width: 576px) {
    .account-content-item-registered {
        margin: 10px auto 0;
    }
}
.account-content-item-registered .rTableRow {
    display: table-row;
}
.account-content-item-registered .rTableHeading {
    display: table-header-group;
}
.account-content-item-registered .rTableBody {
    display: table-row-group;
}
.account-content-item-registered .rTableFoot {
    display: table-footer-group;
}
.account-content-item-registered .rTableCell,
.account-content-item-registered .rTableHead {
    display: table-cell;
}
.account-content-item-registered .rTable {
    display: table;
    width: 100%;
    max-width: 572px;
    margin: 0 auto 30px;
    border-top: 1px solid #c9d7dc;
}
.account-content-item-registered .rTableCell,
.account-content-item-registered .rTableHead {
    border-bottom: 1px solid #c9d7dc;
    float: left;
    height: 17px;
    overflow: hidden;
    padding: 10px 1.8%;
}
.account-content-item-registered .rTableCell:first-child {
    border-right: 1px solid #999;
    width: calc(26% - 1px);
    font-size: 13px;
    color: #778c94;
    text-align: center;
}
.account-content-item-registered .rTableCell:last-child {
    width: 66.5%;
    text-align: center;
    font-size: 14px;
    color: #080d33;
}
.account-content-item-registered .rTableCell:last-child a,
.account-content-item-registered .rTableCell:last-child span {
    color: #080d33;
}
.account-content-item-registered .rTableCell:last-child a:hover {
    text-decoration: underline;
}
.account-content-item-registered .search-form {
    margin-bottom: 36px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .account-content-item-registered .search-form {
        margin-bottom: 0;
        padding-top: 23px;
        padding-bottom: 23px;
        -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da;
        box-shadow: 0 0 12.2px 0.8px #c5d4da;
        background-color: #fff;
    }
}
.account-content-item-registered .search-form form {
    max-width: 572px;
    margin: auto;
}
.account-content-item-historic label,
.account-content-item-registered .search-form label {
    font-size: 14px;
    color: #778c94;
    margin-right: 10px;
    line-height: 30px;
}
@media only screen and (max-width: 576px) {
    .account-content-item-registered .search-form label {
        margin-left: 10px;
    }
}
.account-content-item-registered .search-form .search {
    width: 50%;
    max-width: 263px;
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    .account-content-item-registered .search-form .search {
        width: calc(100% - 305px);
    }
}
@media only screen and (max-width: 576px) {
    .account-content-item-registered .search-form .search {
        width: calc(100% - 266px);
    }
}
@media only screen and (max-width: 420px) {
    .account-content-item-registered .search-form .search {
        width: calc(100% - 69px);
        max-width: 100%;
        margin-bottom: 10px;
    }
}
.account-content-item-historic input,
.account-content-item-registered .search-form input {
    width: calc(100% - 22px);
    height: 28px;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #bec9cc;
    background-color: #fff;
}
.account-content-item-registered .search-form .btn-blue {
    min-width: 139px;
    line-height: 26px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #21aadd;
    border: 1px solid #21aadd;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    .account-content-item-registered .search-form .btn-blue {
        min-width: 100px;
    }
}
@media only screen and (max-width: 420px) {
    .account-content-item-registered .search-form .btn-blue {
        min-width: calc(49% - 20px);
        margin-left: 10px;
    }
}
.account-content-item-registered .search-form .btn-white {
    min-width: 96px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #21aadd;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 420px) {
    .account-content-item-registered .search-form .btn-white {
        min-width: 48%;
    }
}
.account-content-item-registered .search-form .btn-white:hover {
    text-decoration: underline;
    color: #48555a;
}
.account-content-item-historic .select-block-historic  {
    margin-right: auto;
    width: calc(68% - 292px);

}

.select-block-historic .select2-container--default .select2-results>.select2-results__options {
    padding: 1rem 1.5rem;
}

.select-block-historic  .select2-container--default .select2-results__group,
.select-block-historic .select2-container--default .select2-results__option .select2-results__option {
    padding: 5px 0;
}
.select-block-historic .select2-dropdown--below {
    box-shadow: 0 5px 11.6px -1.6px rgba(33,37,41,.4);
}
.select-block-historic .select2-results__options li {
    background: #ffffff !important;
}
.select-block-historic .select2-results__options .select2-results__group {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: 500 !important;
    color: #000 !important;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
.select-block-historic  .select2-results__option {
    font-size: 13px!important;
}
.select-block-historic .select2-results__options li:hover .select2-results__group {
    color: #000 !important;
}

body[data-route="invites"] .account-content-item-historic .rTable .rTableHead {
    text-transform: uppercase;
}
body[data-route="invites"] .account-content-item-registered .search-form .btn-white,
body[data-route="invites"] .account-content-item-registered .search-form .btn-blue {
    margin-bottom: 5px;
}
.account-content-item-historic {
    padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .account-content-item-historic {
        /* -webkit-box-shadow: 0 0 12.2px 0.8px #c5d4da; */
        box-shadow: 0 3px 6.2px -3.2px #c5d4da;;
    }
}
.account-content-item-historic .form-content {
    /* margin-top: 30px;
  margin-bottom: 30px; */
    width: 100%;
}
.account-content-item-historic .form-content form {
    width: 100%;
}
.account-content-item-historic .form-content .btn-blue {
    min-width: 125px;
    line-height: 26px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #21aadd;
    border: 1px solid #21aadd;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
    .account-content-item-historic .form-content .btn-blue {
        min-width: 100px;
    }
}
.account-content-item-historic .form-content .btn-blue:hover {
    background-color: #fff;
    color: #21aadd;
}
@media only screen and (max-width: 420px) {
    .account-content-item-historic .form-content .btn-blue {
        min-width: calc(49% - 20px);
        margin-left: 10px;
    }
}
.account-content-item-historic .form-content .btn-white {
    min-width: 96px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #21aadd;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
body[data-route="invites"] .account-content-item-historic .form-content .btn-white {
    min-width: 78px;
    width: auto;
}
@media only screen and (max-width: 420px) {
    .account-content-item-historic .form-content .btn-white {
        min-width: 48%;
    }
}
.account-content-item-historic .form-content .btn-white:hover {
    text-decoration: underline;
    color: #48555a;
}
@media only screen and (max-width: 576px) {
    .account-content-item-historic label {
        margin-left: 10px;
    }
}
body sup {
    top: 2px;
}
.account-content-item-historic .select-block-historic {
    margin-right: 5px;
}
.account-content-item-historic .select-block-historic .select2-container {
    min-width: 100%;
}
.account-content-item-historic
.select-block-historic
.select2-container--default
.select2-selection--multiple,
.account-content-item-historic
.select-block-historic
.select2-container--default
.select2-selection--single {
    border: solid 1px #bec9cc;
}
.account-content-item-historic
.select-block-historic
.select2-container
.select2-selection--single {
    height: 30px;
}
.account-content-item-historic
.select-block-historic
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    display: none;
}
.account-content-item-historic .input-block {
    margin-right: 5px;
    width: 16%;
}
.account-content-item-historic .btn-blue,
.account-content-item-historic .btn-white {
    margin-bottom: 10px;
    width: 10%;
}
.account-content-item-historic input::-webkit-input-placeholder {
    font-size: 13px;
    color: #778c94;
}
.account-content-item-historic input:-ms-input-placeholder,
.account-content-item-historic input::-ms-input-placeholder {
    font-size: 13px;
    color: #778c94;
}
.account-content-item-historic input::placeholder {
    font-size: 13px;
    color: #778c94;
}
.account-content-item-historic .rTable {
    width: 100%;
}
.account-content-item-historic .rTable .rTableHead {
    width: calc(30% - 11px);
    padding: 10px 5px;
    text-align: center;
    background-color: #E8EDF1;
    border-right: 1px solid #c9d7dc;
    border-bottom: 1px solid #c9d7dc;
    border-top: 1px solid #c9d7dc;
}
.account-content-item-historic .rTable .rTableHead:nth-child(2) {
    width: calc(60% - 11px);
}
.account-content-item-historic .rTable .rTableHead:last-child {
    width: calc(10% - 11px);
    border-right: none;
}
.account-content-item-historic .rTable .rTableCell {
    width: calc(30% - 11px);
    padding: 10px 5px;
    border-right: 1px solid #c9d7dc;
    border-bottom: 1px solid #c9d7dc;
}
.account-content-item-historic .rTable .rTableCell:nth-child(2) {
    width: calc(12% - 11px);
}
.account-content-item-historic .rTable .rTableCell:nth-child(3) {
    width: calc(38% - 11px);
}
.account-content-item-historic .rTable .rTableCell:nth-child(4) {
    width: calc(10% - 11px);
}
.account-content-item-historic .rTable .rTableCell:last-child {
    width: calc(10% - 10px);
    border-right: none;
}
.account-content-item-historic .rTable .rTableRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.account-content-item-historic .rTable .rTableRow .name,
.account-content-item-historic .rTable .rTableRow a {
    font-size: 14px;
    color: #080d33;
}
.account-content-item-historic .rTable .rTableRow span {
    display: block;
}
.account-content-item-historic .rTable .rTableRow .date {
    font-size: 13px;
    color: #778c94;
    text-align: center;
}
.account-content-item-historic .rTable .rTableRow .promo {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #080d33;
}
.account-content-item-historic .rTable .rTableRow .black {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #080d33;
}
.account-content-item-historic .rTable .rTableRow .orange {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.account-content-item-historic .justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.account-content-item-historic .total {
    padding-top: 27px;
    padding-bottom: 29px;
    border-bottom: 1px solid #c9d7dc;
}
.account-content-item-historic .total span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #364d54;
}
.account-content-item-historic .total .orange {
    margin-left: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #f26c4f;
    line-height: 20px;
    width: 10%;
    text-align: center;
}
.orange,
.promo-days-pay .payment-radio-days > p.active {
    color: #f26c4f;
}
.account-content-item-historic label {
    font-weight: normal;
}
body[data-route="invites"] .ui-datepicker {
    z-index: 999999 !important;
}

@media only screen and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
    body[data-route="invites"]
    .settings-section .row
    .account-content-part
    .account-content-item.notifications-settings form {
        padding: 10px 0 5px;
        justify-content: center;
    }
    .account-content-item-historic .select-block-historic {
        margin: 0 auto 15px;
        width: calc(100% - 20px);
    }
    .account-content-item-historic .input-block {
        margin: 0 auto 15px;
        width: calc(50% - 20px);
    }
    .account-content-item-historic .input-block input::placeholder {
        font-size: 14px;
    }
    .account-content-item-historic label {
        margin: 0 auto;
        width: calc(100% - 20px);
    }
    .account-content-item-historic .rTable .rTableHead {
        display: none;
    }
    .account-content-item-historic .rTable .rTableCell{
        border: none !important;
        padding: 5px;
    }
    .account-content-item-historic .total,
    .account-content-item-historic .rTable .rTableRow {
        background-color: #fff;
        box-shadow: inset 0 3px 6.2px -3.2px #c5d4da;
    }
    .account-content-item-historic .rTable .rTableRow {
        padding: 0 5px;
    }
    body[data-route="invites"] .account-content-item-historic .total {
        border-bottom: none;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    body[data-route="invites"] .account-content-item-historic .form-content .btn-white {
        min-width: 84px!important;
    }
    body[data-route="invites"] .account-content-item-historic {
        padding: 0;
    }
    .account-content-item-historic .rTable .rTableCell:nth-child(1) {
        padding-top: 10px;
        width: calc(75% - 11px);
    }
    .account-content-item-historic .rTable .rTableRow .rTableCell:nth-child(1) span,
    .account-content-item-historic .rTable .rTableRow .rTableCell:nth-child(1) a {
        font-weight: 500 !important;
    }
    .account-content-item-historic .rTable .rTableCell:nth-child(2) {
        padding-left: 0;
        padding-top: 10px;
        width: calc(25% - 4px);
    }
    .account-content-item-historic .rTable .rTableCell:nth-child(3) {
        width: calc(75% - 11px);
    }
    .account-content-item-historic .rTable .rTableCell:nth-child(4) {
        width: calc(25% - 11px);
    }
    .account-content-item-historic .rTable .rTableCell:last-child {
        padding-bottom: 10px;
        width: calc(100% - 10px);
    }
    .account-content-item-historic .rTable .rTableRow .black {
        font-weight: normal;
        font-size: 13px;
    }
    .account-content-item-historic .rTable .rTableRow .black,
    .account-content-item-historic .rTable .rTableRow .date {
        text-align: right;
        color: #778c94;
    }
    .account-content-item-historic .rTable .rTableRow .orange,
    .account-content-item-historic .rTable .rTableRow .promo {
        text-align: left;
        font-size: 13px;
    }
    .account-content-item-historic .rTable .rTableRow .promo {
        color: #080d33;
        font-weight: 500;
    }
    .account-content-item-historic .rTable .rTableRow .orange {
        color: #778c94;
        font-weight: normal;
    }
    .account-content-item-historic .rTable .rTableRow .orange::before {
        content: attr(aria-label);
        color: #080d33;
        display: inline-block;
        padding-right: 20px;
        font-weight: 500;
    }
}
.promotion-select-btn {
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0 -5px 6.2px 0.4px #c5d4da;
    box-shadow: 0 -5px 6.2px 0.4px #c5d4da;
}
.promotion-select-btn .btn-blue {
    width: 100%;
    max-width: 168px;
    line-height: 32px;
    margin: 27px auto 0;
    display: block;
    background-color: #21aadd;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #21aadd;
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
}
.promotion-select-btn .btn-blue:hover {
    background-color: #fff;
    color: #21aadd;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY,
.flipOutX,
.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.flipOutX,
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
}
.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
}
.tooltipster-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tooltipster-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}
.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
    opacity: 1;
}
.tooltipster-grow,
.tooltipster-swing {
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall,
.tooltipster-slide {
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}
.tooltipster-slide {
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
}
.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}
.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 0.4s;
    animation: tooltipster-fading 0.4s;
}
.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 0.6s;
    animation: tooltipster-rotating 0.6s;
}
.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 0.6s;
    animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box,
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box,
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box,
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    left: 0;
    top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: 0;
    background: #1b1b1b;
    background: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
.tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
.tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left
.tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
.tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top
.tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
.tooltipster-arrow-uncropped {
    top: -8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
.tooltipster-arrow-uncropped {
    left: -8px;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s, visibility 0s;
    -o-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    /* display: none; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide.fancybox-slide--current {
    display: block;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before,
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    outline: 0;
    color: #ccc;
}
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-close-small,
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: 0;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, transparent),
        color-stop(20%, rgba(0, 0, 0, 0.1)),
        color-stop(40%, rgba(0, 0, 0, 0.2)),
        color-stop(80%, rgba(0, 0, 0, 0.6)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: -webkit-linear-gradient(
        top,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    background: -o-linear-gradient(
        top,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share,
.fancybox-share__button {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.fancybox-share {
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
    padding: 30px;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
}

p.fancybox-share__links {
    margin-right: -10px;
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}
.fancybox-share__button svg path,
header .wrapper .row .category-item.active .categ-item-logo svg g,
header .wrapper .row .category-item.active .categ-item-logo svg path,
header .wrapper .row .category-item.active .categ-item-logo svg rect {
    fill: #fff;
}
.fancybox-share__input,
.fancybox-thumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-share__input {
    background: 0 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}
.ui-button,
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    -webkit-border-radius: 0.12em;
    border-radius: 0.12em;
    border: 0;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    overflow: visible;
    border: 0;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.mfp-align-top .mfp-container:before,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: 0;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    vertical-align: middle;
    margin: 0.2em 2em 0.2em 0.4em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a,
.ui-widget-header a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
}
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.003;
    filter: Alpha(Opacity=.3);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    position: fixed;
}
.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle;
}
.mfp-container:before {
    content: "";
    height: 100%;
}
.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#navbar-3
.bottom-navbar-device.row
form
.input-field
.region-select
.region-multiselect
ul
li
input,
#navbar-3 .bottom-navbar-device.row form .region-trigger-device,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.navbar
.row.bottom-navbar
form
.input-field
.region-select
.region-multiselect
ul
li
input,
.navbar .row.bottom-navbar form .region-trigger-device,
.navbar .row.top-navbar .rowLeft-part .logo-desktop img.mobile-logo,
.navbar .row.top-navbar .rowRight-part a.ads-add .mobile-add {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace, sans-serif;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    display: block;
    width: auto;
    height: auto;
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


.navbar.navbar-filtre-open {
    z-index: 999;
}
.overflow-hide {
    overflow: hidden;
}

.no_overflow {
    overflow: hidden;
}

.promo-days-pay .day {
    margin-right: 30px;
}
.promo-days-pay .day span {
    color: #48545a;
    font-size: 18px;
    font-weight: 500;
}
.promo-days-pay .payment-radio-days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.promo-days-pay .payment-radio-days > p {
    margin-bottom: 0 !important;
}
.promo-days-pay [type="radio"]:checked + label,
.promo-days-pay [type="radio"]:not(:checked) + label {
    height: 16px;
}
.aviable-promotions-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
    .aviable-promotions-block {
        width: 40%;
    }
}
@media only screen and (max-width: 768px) {
    .aviable-promotions-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.navbar .row.top-navbar.navbar-filtre {
    position: fixed;
    background: #fff;
    z-index: 1111111111111111111;
    width: 100%;
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
    .navbar .row.top-navbar.navbar-filtre {
        padding-top: 21px;
        padding-bottom: 21px;
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
    }

}






@media only screen and (max-width: 576px) {
    body[data-route="cautare_avansata_with_city"] .child-category-container,
    body[data-route="category"] .child-category-container,
    body[data-route="anunturi_noi_cu"] .child-category-container {
        padding: 0px; border-radius: 0px;
        border-left: none !important;
    }

}





@media only screen and (max-width: 768px) {
    .info-part-section {
        display: none;
    }
}
.info-part-section .row {
    margin: 0;
}
.info-part-section .row p {
    width: 100%;
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}
@media only screen and (max-width: 768px) {
    .info-part-section .row p {
        text-align: center;
    }
}
.info-part-section .row p.general-info {
    text-align: center;
    font-size: 12px;
    margin: 20px 0;
    line-height: 1.33;
}





.round {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 12px;
    top: 4px;
    width: 12px;
}
.round label:after {
    border: 2px solid #21aadd;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 13px;
}
.round input[type="checkbox"] {
    visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
    background: #fff;
    border-color: #fff;
}


.lang-subMenu {
    text-align: center;
    font-size: 40px;
}
.lang-subMenu:hover {
    cursor: pointer;
}
.lang-subMenu .select-lang-mobile {
    margin-top: 10px;
    color: #fff;
}
.lang-subMenu .select-lang-mobile a {
    display: inline-block !important;
}
.lang-subMenu .select-lang-mobile a:after {
    content: "";
    margin: auto;
    height: 5px;
    width: 0;
    background: 0 0;
    -webkit-transition: width 0.3s ease, background-color 0.3s ease;
    -o-transition: width 0.3s ease, background-color 0.3s ease;
    transition: width 0.3s ease, background-color 0.3s ease;
}
.lang-subMenu .select-lang-mobile a:hover:after {
    width: 50px !important;
    background-color: #fff;
}


input::-webkit-input-placeholder {
    color: #b2b2b2;
}
input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #b2b2b2;
}
input::placeholder {
    color: #b2b2b2;
}
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}
.pulse {
    -webkit-animation: pulse 1.4s ease-in-out infinite;
    animation: pulse 1.4s ease-in-out infinite;
    padding: 0 5px;
    width: 14px;
    height: 14px;
}
input.white-background {
    background-color: #fff !important;
}
.overflow-hidden {
    overflow: hidden;
}
.none {
    display: none !important;
}
#nav-icon1,
#nav-icon1 span {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#nav-icon1 {
    cursor: pointer;
    width: 22px;
    height: 17px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 769px) {
    #nav-icon1 {
        display: none;
    }
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0;
}
#nav-icon1 span:nth-child(2) {
    top: 7px;
}
#nav-icon1 span:nth-child(3) {
    top: 14px;
}
#nav-icon1.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.filter-select-row-device .select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--multiple {
    padding-left: 10px;
}
.filter-select-row-device,
.multiple-select-my {
    position: relative;
}
.multiple-select-my input {
    width: auto !important;
}

.select-field ul.select2-selection__rendered,
div.multiple-select-my ul.select2-selection__rendered,
div.select2-multiple ul.select2-selection__rendered {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
div.multiple-select-my ul.select2-selection__rendered li:first-of-type,
div.select2-multiple ul.select2-selection__rendered li:first-of-type {
    margin-left: 0 !important;
}
ul.select2-selection__rendered {
    padding-right: 30px !important;
}
ul.select2-selection__rendered:after {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    right: 7px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    content: "";
}
@media only screen and (max-width: 768px) {
    ul.select2-selection__rendered:after {
        border-width: 7px 6px 0;
    }
}
.select2-container--default.select2-container--open
ul.select2-selection__rendered:after {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
@media only screen and (max-width: 768px) {
    .select2-container--default.select2-container--open
    ul.select2-selection__rendered:after {
        border-width: 0 6px 7px;
    }
}
.filter-select-multiple-device
.category-field-multiple
ul.select2-selection__rendered:after,
.filter-select-multiple-device
.select-field
ul.select2-selection__rendered:after
.select-filter,
.filter-select-multiple-device .select-filter-double {
    margin-bottom: 0 !important;
}
.filter-select-multiple-device
.select-field
ul.select2-selection__rendered:after,
.filter-select-multiple-device ul.select2-selection__rendered:after {
    border-color: #68767c transparent transparent;
}
.filter-select-multiple .select2-results__options li.select2-results__option,
.filter-select-multiple-device
.select2-results__options
li.select2-results__option,
.filter-select-row-device .select2-results__options li.select2-results__option {
    position: relative;
    padding-left: 25px;
}
.filter-select-multiple-device
.select2-results__options
li.select2-results__option::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    top: 7px;
}
.filter-select-multiple-device
.select2-results__options
li.select2-results__option::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    width: 3px;
    height: 6px;
    border-bottom: 1px solid #21aadd;
    border-right: 1px solid #21aadd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.filter-select-multiple
.select2-results__options
li.select2-results__option[aria-selected="true"]::after,
.filter-select-multiple-device
.select2-results__options
li.select2-results__option[aria-selected="true"]::after,
.filter-select-row-device
.select2-results__options
li.select2-results__option[aria-selected="true"]::after {
    opacity: 1;
}
.filter-select-multiple-device
.select-filter
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    margin-right: 0;
    margin-left: 7px;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    color: #68767c;
}
.filter-select-multiple-device
.select2-container--default
.select2-search--inline
.select2-search__field,
.filter-select-multiple-device .select2-search__field {
    border: 0 !important;
    font-size: 16px;
    color: #68767c;
    width: 100%;
}
.filter-select-multiple-device
.select2-container--default
.select2-search--inline
.select2-search__field::-webkit-input-placeholder,
.filter-select-multiple-device
.select2-search__field::-webkit-input-placeholder {
    color: #68767c;
    font-size: 14px;
}
.filter-select-multiple-device
.select2-container--default
.select2-search--inline
.select2-search__field:-ms-input-placeholder,
.filter-select-multiple-device
.select2-container--default
.select2-search--inline
.select2-search__field::-ms-input-placeholder,
.filter-select-multiple-device .select2-search__field:-ms-input-placeholder,
.filter-select-multiple-device .select2-search__field::-ms-input-placeholder {
    color: #68767c;
    font-size: 14px;
}
.filter-select-multiple-device
.select2-container--default
.select2-search--inline
.select2-search__field::placeholder,
.filter-select-multiple-device .select2-search__field::placeholder {
    color: #68767c;
    font-size: 14px;
}
.filter-select-multiple-device .select-filter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-select-multiple-device
.select-filter
.select2-container--default
.select2-selection--multiple {
    cursor: text;
}
.filter-select-multiple-device .select-filter input {
    border: 0;
}
@media only screen and (max-width: 576px) {
    .filter-select-multiple-device
    .select-filter
    .select2-container
    .select2-selection--multiple {
        min-height: 39px !important;
        max-height: 39px !important;
    }
}
.filter-select-multiple-device .select-filter .select2 {
    min-width: 100%;
}

.filter-select-multiple
.select2-results__options
li.select2-results__option::before,
.filter-select-row-device
.select2-results__options
li.select2-results__option::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    top: 7px;
}
li.select2-results__option[aria-selected="true"]::before {border: none !important;}

.filter-select-multiple
.select2-results__options
li.select2-results__option::after,
.filter-select-row-device
.select2-results__options
li.select2-results__option::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    width: 6px;
    height: 10px;
    border-bottom: 1px solid #21aadd;
    border-right: 1px solid #21aadd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.select-field ul.select2-selection__rendered li:first-of-type {
    margin-left: 0 !important;
}
.select-field .select2-container .selection .select2-selection--multiple {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #c5d4da;
}
.select-field ul.select2-selection__rendered:after {
    border-color: #21aadd transparent transparent;
    border-width: 6px 6px 0;
    content: "";
}
@media only screen and (max-width: 768px) {
    .select-field ul.select2-selection__rendered:after {
        border-color: #68767c transparent transparent;
    }
}
@media only screen and (max-width: 576px) {
    .select-field ul.select2-selection__rendered:after {
        border-color: #21aadd transparent transparent;
    }
}
.select-field
.select2-container--default.select2-container--open
ul.select2-selection__rendered:after {
    border-color: transparent transparent #21aadd;
    border-width: 0 6px 6px;
}
@media only screen and (max-width: 768px) {
    .select-field
    .select2-container--default.select2-container--open
    ul.select2-selection__rendered:after {
        border-color: transparent transparent #68767c;
    }
}
@media only screen and (max-width: 576px) {
    .select-field
    .select2-container--default.select2-container--open
    ul.select2-selection__rendered:after {
        border-color: transparent transparent #21aadd;
    }
}
.category-field-multiple {
    width: 100%;
}
.category-field-multiple
.select2-multiple
.select2-container
.selection
.select2-selection--multiple {
    border: 1px solid #c5d4da;
}
.category-field-multiple .select-filter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.category-field-multiple .select-filter .select2 {
    min-width: 100%;
}
.category-field-multiple
.select-filter
.select2-container
.select2-selection--multiple {
    min-height: 39px;
    max-height: 39px;
}
.category-field-multiple ul.select2-selection__rendered:after {
    border-color: #21aadd transparent transparent;
    border-width: 6px 6px 0;
    content: "";
}
.category-field-multiple
.select2-container--default.select2-container--open
ul.select2-selection__rendered:after {
    border-color: transparent transparent #21aadd;
    border-width: 0 6px 6px;
}
.categories-description,
.categories-description .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.categories-description {
    width: calc(100% - 30px);
    -webkit-box-shadow: 0 0 6.6px 2px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 6.6px 2px rgba(69, 69, 69, 0.3);
    margin-bottom: 20px;
    padding: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.categories-description .image {
    width: 200px;
    height: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media (max-width: 500px) {
    .categories-description .image {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
}
.categories-description .content {
    width: calc(100% - 230px);
    padding-left: 30px;
}
@media (max-width: 500px) {
    .categories-description .content {
        width: 100%;
        padding-left: 0;
    }
}
.categories-description .content h2 {
    font-size: 16px;
    font-weight: 500;
    color: #68767c;
    margin-bottom: 10px;
}
.no-blocked-users,
.no-blocked-users .icon .number,
.no-received-messages,
.no-received-messages .icon .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.no-blocked-users,
.no-received-messages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    width: 100%;
}
.no-blocked-users .icon,
.no-received-messages .icon {
    position: relative;
    margin-top: 20px;
}
.no-blocked-users .icon {
    height: 45px;
    margin-bottom: 46px;
}
.no-blocked-users .icon .number,
.no-received-messages .icon .number {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #f26c4f;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 500;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-blocked-users .icon .number {
    right: -5px;
    top: -7px;
}
.no-received-messages svg {
    fill: #48555a;
}
.no-blocked-users svg {
    height: 45px;
    fill: #48555a;
}
.no-blocked-users .content p,
.no-received-messages .content p {
    font-size: 15px;
    color: #48555a;
}
.no-received-messages .icon,
.no-received-messages svg {
    width: 70px;
    height: 70px;
}
.no-received-messages .icon {
    margin-bottom: 36px;
}
.no-received-messages .icon .number {
    right: -11px;
    top: -2px;
}
.no-blocked-users .icon,
.no-blocked-users svg {
    width: 45px;
}



.help-other-promote {
    width: 100%;
    align-items: center;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-start;
}
.help-other-promote a {
    margin-left: 5px;
    font-weight: 500;
    color: #21aadd;
    text-decoration: underline;
}
#myModalAnunt {
    height: 100%;
    margin-top: 10%;
    width: 100%;
    box-sizing: border-box;
}
#myModalAnunt .modal-body:first-child {
    height: 55px;
}
#myModalAnunt .modal-content {
    min-height: 350px;
}
#myModalAnunt #lupa {
    position: absolute;
    top: 19px;
    right: 25px;
    width: 20px;
    height: 20px;
    color: #68767c;
}
#myModalAnunt input[name="search"] {
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 7px;
    width: 300px;
    background: 0 none;
    font-size: 14px;
    transition: all 0.25s;
}
#myModalAnunt input[name="search"]:hover {
    border: 1px solid #777;
}
#myModalAnunt li label {
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 16px;
    padding: 2px 0;
}
#myModalAnunt li label:hover {
    color: #337ab7;
}
.city-closeAd-div {
    position: absolute; top: -66px; left: 15px;
    display: block;
    padding: 8px 0 0 0;
    color: #fff;
    text-align: center;
    width: 30px; height: 30px;
    background: url(/include/img/inapoi.svg) no-repeat 0 0;
    background-size: 20px; opacity: 0.6;
    cursor: pointer;
    transition: all 0.25s;
}
.city-closeAd-div svg {display: none;}
#myModalAnunt h1 {
    display: block;
    width: 100%;
    font-weight: 700;
    margin: 0 0 10px 20px;
}
#myModalAnunt ul {
    column-count: 3;
}
#myModalAnunt ul li {
    margin-left: 20px;
}
@media only screen and (max-width: 768px) {
    #myModalAnunt .modal-content {
        min-height: initial;
    }
    #myModalAnunt ul {
        column-count: 2;
    }
}
.modal_add {
    display: none;
    position: fixed;
    z-index: 1000000000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.modalAdd-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    height: 400px;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.footer-table-row {
    background-color: transparent !important;
}
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row.heading-table-row {
    background-color: #fff !important;
}



.popup-add-announcements {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.popup-add-announcements.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.popup-add-announcements .popup-content,
.popup-add-announcements .popup-content .content .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-add-announcements .popup-content {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43);
    padding: 12px;
    position: relative;
    top: 20%;
    width: 433px;
}
.popup-add-announcements .popup-content .close-popup-announcement {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 10px;
    cursor: pointer;
}
.popup-add-announcements .popup-content .close-popup-announcement svg {
    width: 30px;
    height: 30px;
    fill: #68767c;
}
.popup-payment-method .close-popup-payment-method svg {
    width: 18px;
    height: 18px;
    fill: #68767c;
}
.popup-add-announcements .popup-content .content,
.popup-payment-method form {
    width: 100%;
}
.popup-add-announcements .popup-content .content .buttons {
    width: 100%;
}
.popup-add-announcements .popup-content .content .megaphone-icon,
.popup-add-announcements .popup-content .content .megaphone-icon i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-add-announcements .popup-content .content .megaphone-icon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}
.popup-add-announcements .popup-content .content .megaphone-icon i {
    width: 50px;
    height: 50px;
    border: 1px solid #f26c4f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #f26c4f;
}
.popup-add-announcements .popup-content .content .megaphone-icon svg {
    width: 50px;
    height: 50px;
    fill: #f26c4f;
}
.popup-add-announcements .popup-content h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color: #f26c4f;
}
.popup-add-announcements .popup-content a,
.popup-payment-method .btn-finishes-order button {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.popup-add-announcements .popup-content a {
    display: block;
    width: calc(50% - 30px);
    text-align: center;
    margin-bottom: 10px;
    padding: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #21aadd;
    border: 1px solid #21aadd;
}
@media only screen and (max-width: 500px) {
    .popup-add-announcements .popup-content a {
        width: calc(100% - 14px);
    }
}
.popup-add-announcements .popup-content a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 576px) {
    .popup-add-announcements .popup-content {
        width: calc(90% - 62px);
    }
}

.data-info-item i.fa-truck,
.feature-option i.fa-truck {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
}
.user-online-bar .row .user-main-actions li a {
    padding: 7px 15px;
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.item-price
p.price-ammount {
    width: 180px;
}


.free-ads-main-section .free-ads-items .see-all-row a.see-all,
.free-ads-main-section .paid-ads-items .see-all-row a.see-all,
.paid-ads-main-section .free-ads-items .see-all-row a.see-all,
.paid-ads-main-section .paid-ads-items .see-all-row a.see-all,
.similar-ads-main-section .free-ads-items .see-all-row a.see-all,
.similar-ads-main-section .paid-ads-items .see-all-row a.see-all,
.user-ads-main-section .free-ads-items .see-all-row a.see-all,
.user-ads-main-section .paid-ads-items .see-all-row a.see-all {
    border-radius: 5px;
}
strong {
    font-weight: 700 !important;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
.user-block
.user-upload-trigger,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.btn-action-row
button
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.btn-action-row
button {
    padding: 7px 25px;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-account-logo
label,
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form
.contact-details-form
.input-field
label,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.email-notifications
.check-field
span,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.email-notifications
label,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.mobile-notifications
.check-field
span,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form
.mobile-notifications
label,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-account
p,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
form
input {
    font-size: 14px;
}
.promotion-term {
    font-size: 14px;
}
.messages-section
.row
.account-content-part
.account-content-item.messages-received
.ads-table
.heading-table-row,
.messages-section
.row
.account-content-part
.account-content-item.messages-sent
.ads-table
.heading-table-row {
    padding: 0 10px !important;
}
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
tbody
tr
td,
.messages-section
.row
.account-content-part
.account-content-item.blocked-users
.ads-table
table
thead
tr
td {
    padding-left: 50px;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
button {
    padding: 7px 20px;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle
button {
    margin-top: 5px;
}
.credits-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.credits-bundle {
    height: 175px;
}
.favorites-section
.row
.account-content-part
.account-content-item
.ads-table
.table-content
.heading-row
.advertising-block
.delete-fav {
    font-size: 14px;
    padding: 0;
}


.online-user-main
.account-ads-section
.row
.account-heading-part
.ads-search-field
svg {
    left: 13px;
}
#step-1 .tooltipster-sidetip,
#step-1-auto .tooltipster-sidetip,
#step-1-estate .tooltipster-sidetip {
    margin-left: 0 !important;
}

.ads-general-mainContent .heading-ads-section .search-tags-select {
    padding-left: 80px;
}


.tooltipster-sidetip {
    margin-left: 0 !important;
}
.date {
    padding-left: 0;
}
.share-content a {
    padding: 10px !important;
}



.tooltipster-content {
    font-size: 14px !important;
}
.step-1
.post-ads-form
form
.second-part-form
.input-field.phone-number
.phone-number-field-item
input {
    width: 240px;
}

.category-select.active {
    z-index: 999999999 !important;
}
.overlay-invisible.active {
    z-index: 99999999 !important;
}


.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options {
    height: 100%;
    justify-content: space-between;
}
.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-item-logo
.item-options
.feature-option.delivery-option.active {
    margin-bottom: 20px;
}
.tooltipster-sidetip .tooltipster-content {
    padding: 5px 10px !important;
}


.search-filter-list-results
.search-filter-ads-item
.search-filter-ads-text-content
.main-info
.item-price
p.price-ammount {
    font-weight: 600;
}


.promotion-select-action {
    color: #fff;
    background: #21aadd;
    border: 0;
    width: 80%;
    text-align: center;
    border-radius: 22px;
    cursor: pointer;
    padding: 13px 50px;
}
.post-ads-step
.post-ads-step-mainContent
.row
.promotion-select-items
.promotion-select-item
.promotion-details {
    margin-bottom: 50px;
}


.span-price-list {
    font-size: 12px !important;
    margin-top: -3px !important;
}
.promotion-select-action:hover {
    background: #48e9ec !important;
}

.line-hr {
    width: calc(100% - 30px);
    border-bottom: 1px solid #bec8cb;
    padding-top: 45px;
    margin: auto;
}
.delete-block {
    width: calc(100% - 30px);
    margin: auto;
}
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings
.delete-account {
    margin-top: 45px;
}
label.setting-checkbox-label {
    display: inline-flex;
    font-size: 13px;
    max-width: calc(100% - 28px);
}



.fancybox-container,
.obscure {
    z-index: 99999999999 !important;
}
.post-ads-step .step3-2 .row form .ads-bundle-select .ads-bundle-select-item,
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-select-action,
.post-ads-step .step3-2 .row form .form-action-buttons .reset {
    align-items: center;
}
.post-ads-step
.step3-2
.row
form
.ads-bundle-select
.ads-bundle-select-item
.ads-bundle-select-action {
    max-width: 200px;
}


.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li
a {
    color: #21aadd;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li
a:hover {
    cursor: pointer;
    color: #f26c4f;
}
.online-user-main
.account-ads-section
.row
.account-heading-part
.account-heading-items
li.active
a {
    color: #f26c4f;
}



.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.promote,
.online-user-main
.account-ads-section
.row
.account-content-part
.account-content-item
.ads-table
.ads-table-row
.advertising-block.advertising-block-content
.renew {
    width: 190px;
}
.post-ads-step .step3-1 .row form .form-action-buttons .reset {
    line-height: 45px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-select-action {
    line-height: 30px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
i {
    text-align: center;
    font-size: 18px;
    margin-top: 4px;
}
.post-ads-step
.step3-1
.row
form
.bundle-select
.bundle-select-item
.bundle-options
.bundle-option-item
i.fa-home {
    font-size: 22px;
}
.post-ads-step .post-ads-step-mainContent .row P {
    font-weight: 400;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
h4,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
h4,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
h4 {
    background-color: #fff;
    box-shadow: 0 2px 8px #c5d4da;
    -webkit-box-shadow: 0 2px 8px #c5d4da;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings,
.settings-section
.row
.account-content-part
.account-content-item.security-settings {
    background-color: #fff;
}
.settings-section
.row
.account-content-part
.account-content-item.contact-details
form,
.settings-section
.row
.account-content-part
.account-content-item.notifications-settings
form,
.settings-section
.row
.account-content-part
.account-content-item.security-settings
.user-main-settings {
    background-color: transparent;
}
.user-online-bar .row .user-main-actions li a.active:hover {
    color: #f26c4f;
}

.default-link {
    color: #21aadd;
}
.default-link:hover {
    color: #333;
}



@media screen and (max-width: 1050px) {
    #desktop-account {
        display: none !important;
    }
    .user-account.log-user-done:after {
        content: none;
        display: none;
    }
    .user-online-bar {
        display: none !important;
    }
    .account-heading-part {
        display: none !important;
    }
    .button-filter-fixed-device {
        display: block !important;
    }
}
@media screen and (min-width: 1050px) {

    .user-online-bar {
        display: block !important;
    }
    .account-heading-part {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left !important;
    }
}
.continue {
    line-height: 45px !important;
}


/* TOASTR START */
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #FFFFFF;
}
.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51A351;
}
.toast-error {
    background-color: #BD362F;
}
.toast-info {
    background-color: #2F96B4;
}
.toast-warning {
    background-color: #F89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }
}
/* TOASTR END*/

.alert-success-reset {
    color: #a94442;
    background: #ffff;
    border: 1px solid #ebccd1 !important;
    text-align: center;
}

.login-content-item.relative {
    position: relative;
}
.login-content-item.relative .help-block{
    top: 52px;
    max-width: fit-content;
    margin-left: 0;
}

.help-block {
    position: absolute;
    z-index: 10;
    width: 78vw;
    max-width: 347px;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #aaa;
    padding: 5px 10px;
    margin: 0 auto;
    color: #f26c4f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}

.help-block::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    top: -7px;
    left: 7px;
}

.form-action-buttons-shadow-sm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media all and (max-width: 768px) {
    .form-action-buttons-shadow-sm {
        background-color: #fff;
        box-shadow: 0 0 12.2px 0.8px #c5d4da;
        padding: 20px;
    }

    .form-action-buttons-shadow-sm .reset,
    .form-action-buttons-shadow-sm .continue {
        margin-bottom: 0;
    }

    .post-ads-step .step3-2 .row form .form-action-buttons {
        margin-top: 20px;
    }

    .form-action-buttons:has(.form-action-buttons-shadow-sm),
    .post-ads-step .step3-1 .row form .form-action-buttons:has(.form-action-buttons-shadow-sm),
    .post-ads-step .step3-2 .row form .form-action-buttons:has(.form-action-buttons-shadow-sm) {
        margin-left: 0;
        margin-right: 0;
    }

    .form-action-buttons:has(.form-action-buttons-shadow-sm) .reset,
    .form-action-buttons:has(.form-action-buttons-shadow-sm) .continue,
    .post-ads-step .step3-2 .row form .form-action-buttons:has(.form-action-buttons-shadow-sm) .reset,
    .post-ads-step .step3-2 .row form .form-action-buttons:has(.form-action-buttons-shadow-sm) .continue {
        height: 35px;
        padding: 0 20px;
        line-height: 35px!important;
        justify-content: center;
        margin-bottom: 0;
    }

    .help-other-promote {
        font-size: 13px;
    }

    .help-other-promote * {
        font-size: 13px;
    }

    .continue {
        line-height: 35px!important;
    }

    footer {
        margin-bottom: 0;
        margin-top: 0;
    }

    .post-ads-step .post-ads-step-mainContent .row .total-price-item p {
        margin-bottom: 0;
        margin-left: 0;
    }

    .post-ads-step .step3-1 .row form .form-total-price,
    .post-ads-step .step3-2 .row form .form-total-price,
    .post-ads-step .step4-1 .row form .form-total-price {
        margin: 0 15px;
    }

    .step3-2 .description-packs-container {
        box-shadow: 0 7px 12.2px -3.8px #c5d4da;
    }

}

/* Custom styles for Credits button */
.call-credits-center-modal {
    padding: 7px 20px;
    margin-top: 5px;
    background: #21aadd;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.credits-bundle.active .call-credits-center-modal,
.credits-bundle:hover .call-credits-center-modal {
    background: #f26c4f;
    color: #fff;
}

/* Custom styles for Ads Location */
.custom-ads-location {
    flex-wrap: wrap;
}

.custom-ads-location span {
    width: 100%;
    padding-left: 20px;
}

.custom-ads-location span b {
    padding-left:3px;
}

.ads-general-filter-section-device .select-field .select2-container .selection .select2-selection--multiple{
    -webkit-border-radius:4px;border-radius:4px;border:1px solid #c5d4da; height: 31px !important; min-height: 31px !important; max-height: 31px !important;
}

.ads-general-filter-section-device .filter-select-multiple-device .select2-container--default .select2-search--inline .select2-search__field, .filter-select-multiple-device .select2-search__field{
    width: 100% !important;
}

.ads-general-filter-section-device .filter-select-multiple-device .select2-container--default .select2-search--inline .select2-search__field, .filter-select-multiple-device .select2-search__field::placeholder{
    font-size: 16px !important;
}

.navbar .row.bottom-navbar form .input-field .region-select .region-multiselect ul li.cities_sublist-li {
    width: 100% !important;
}

.cities_sublist-li .cities_sublist-ul {
    flex-direction: row !important;
}

.cities_sublist-li .cities_sublist-ul li {
    flex: 0 0 25%;
}

.navbar .row.bottom-navbar form .input-field .region-select.sublist-select {
    padding: 24px 25px 28px 25px;
    min-height: 415px !important;
    height: auto !important;
}

@media only screen and (max-width:1050px) {
    .hide-on-tablet {
        display: none !important;
    }

    .delete-conversation, .mob-blocheaza {
        display: flex;
        align-items: center;
    }

    .mob-blocsterge {
        width: 100%;
        order: 4;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: 0 0 12.2px .8px #c5d4da;
        margin: 25px 0;
        padding: 7px 0;
    }

    .account-content-part .wtite-review {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

    .mob-blocheaza, .mob-sterge {
        width: 48%!important;
        box-sizing: border-box!important;
        box-shadow: none!important;
        margin: 0!important;
        padding: 3px 30px!important;
        text-align: left!important;
    }
}

.message-group-date {
    text-align: center;
    padding: 10px 10px;
    font-weight: 700;
    flex: 0 0 100%;
}

.user-message-container {
    flex: 0 0 100%;
}

.wtite-review .user-review {
    max-width: 300px;
    width: 100%;
    flex-wrap: nowrap;
    gap: 15px;
}

.user-review.my-message {
    margin-left: auto;
    flex-direction: row-reverse;
}

.wtite-review .user-review.your-message .name, .wtite-review .user-review.your-message .time {
    text-align: right;
}

.wtite-review .user-review .review {
    margin: 5px 0;
}

.wtite-review .user-review .img-user {
    flex: 0 0 75px;
}

.wtite-review .user-review .review {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.wtite-review .user-review .user-info {
    width: auto;
}

.wtite-review .user-review.my-message .review {
    margin-left: 0;
    margin-right: 20px;
}

.wtite-review .user-review.my-message .review:before {
    right: -10px;
    left: auto;
    border-right: none;
    border-left: 10px solid #c5d4da;
}

@media only screen and (max-width:1050px) {
    .wtite-review .review-text form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .account-content-part .wtite-review .user-review .img-user {
        flex: 0 0 50px;
        height: 50px !important;
        margin-top: 0 !important;
    }

    .account-content-part .wtite-review .user-review {
        align-items: center !important;
    }
}


.ads-general-mainContent .search-filter-results .category-results-row .search-filter-ads-item .search-filter-ads-item-logo .item-promoted-status {
    display: block !important;
}

/* Custom styles for Promotion Term */
@media screen and (max-width: 768px) {
    .ads-table-row .promotion-term {
        grid-area: promo-box;
        justify-content: space-around;
        width: 100% !important;
        margin-bottom: 50px;
        text-align: center;
    }

    .promotion-term.on-promo-packages-page {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }

    .online-user-main .account-ads-section .row .account-content-part .account-content-item .ads-table .ads-table-row.extra-space .info-block.info-block-content .ads-general-actions {
        margin-bottom: 30px !important;
    }
    
    .online-user-main .account-ads-section .row .account-content-part .account-content-item .ads-table .ads-table-row.heading-row.extra-space .price-block {
        margin: 0 0 30px 111px !important;
    }
}

@media only screen and (min-width: 769px) {
    .ads-table-row {
        padding: 10px 2% 0 25px!important;
    }

    .promotion-term.on-promo-packages-page {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
}

.promotion-term.on-promo-packages-page span,
.ads-table-row .promotion-term span {
    color: #21aadd;  
}

body[data-route=credits] .online-user-main .account-ads-section .row .account-content-part .account-content-item .ads-table .ads-table-row.heading-table-row {
    display: flex !important;
}

body[data-route=credits] .online-user-main .account-ads-section .wrapper .row .account-content-part .account-content-item .ads-table .ads-table-row.heading-table-row {
    padding: 0 !important;
}

@media screen and (max-width: 577px) {
    body[data-route=credits] .online-user-main .account-ads-section .wrapper .row .account-content-part .account-content-item .ads-table .ads-table-row.heading-table-row {
        margin: 0 !important;
        padding: 15px !important;
    }
}

@media screen and ( max-width: 577px ){
    .pagination > li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block !important;
    }
}

.select2-container--default .select2-results__option {
    background-color: white !important;
}